body {
    font-family: 'Roboto', sans-serif;
}

.bg-custom-primary {
    /* background-color: #2a69ce!important; */
    background-image: linear-gradient(#0f56b3d1, #0f56b3fa);
}
.navbar-primary a {

    color: #fff!important;
}
.navbar, .navbar-brand  {
    min-height: 100px;
    padding: 0 ;
    padding-bottom: 0 ;
}
.navbar-brand {
    background-color: #fff;
    min-width: 100px;
}
.nav-item {
    padding-left: .5rem;
}
li.nav-item.dropdown a.dropdown-item {
    color: #000!important;
}

.card-custom {
    outline: none;
    border-radius: 10px;
    box-shadow: .5rem .5rem 1rem rgba(0,0,0,.2)!important;
} 
.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #212121;
}

.card.card-custom > .card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.card.card-custom > .card-header .card-toolbar {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card.card-custom > .card-header .card-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}

.text-custom-title {
    color: #0549A0!important;
}
.text-grey {
    color: #707070;
}
.input-group-text {
    font-weight: 300!important;
    border: none;
    color: #0549A0;
}
.form-control {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.42rem;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image-input .image-input-wrapper {
    width: 300px;
    height: 300px;
    border-radius: 0.42rem;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image-input [data-action=change] {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
  }
  .image-input [data-action=change] input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
  }
  .image-input [data-action=cancel],
  .image-input [data-action=remove] {
    position: absolute;
    right: -10px;
    bottom: -5px;
  }
  .image-input [data-action=cancel] {
    display: none;
  }
  .image-input.image-input-changed [data-action=cancel] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .image-input.image-input-changed [data-action=remove] {
    display: none;
  }
  .image-input.image-input-empty [data-action=remove],
  .image-input.image-input-empty [data-action=cancel] {
    display: none;
  }
  .image-input.image-input-circle {
    border-radius: 50%;
  }
  .image-input.image-input-circle .image-input-wrapper {
    border-radius: 50%;
  }
  .image-input.image-input-circle [data-action=change] {
    right: 5px;
    top: 5px;
  }
  .image-input.image-input-circle [data-action=cancel],
  .image-input.image-input-circle [data-action=remove] {
    right: 5px;
    bottom: 5px;
  }
  .image-input.image-input-outline .image-input-wrapper {
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  }
.image-hover-button-top-right {
  position: absolute;
  top: 5px;
  right: 0px;
}
.image-hover-button-bottom-right {

  position: absolute;
  bottom: 5px;
  right: 0px;
}
.image-hover-button-bottom-left {
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.image-container {
  display: inline-block!important;
  position: relative;
}

.alert-custom {
  background: #D1ECF1;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #2F6CBD;
}
.alert-custom strong {
  font-weight: 700;
}
.alert-custom a {
  color: #2F6CBD;
  font-size: small;
  text-decoration: none;
}
.alert-custom a:hover {
  color:#007bff;
}