body {
    font-family: 'Open Sans', sans-serif !important;
    /* background-color: #005B7C; */
    color: #FFFFFF;
    font-size: 14px !important;
    background: radial-gradient(#2590b7 5%, #0a2f3c 100%);
    background-attachment: fixed;
}
.form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-round, .form-control:focus {
  border-color: #A8A7AC;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-round, .form-control {

background-color: #EDEEF0;

border: 1px solid #A8A7AC;

border-radius: 20px;

color: #00384c;

font-weight: bold;

border-radius: 20px;
}

.badge-info {
  color: #fff;
  background-color: #00354b;
  margin-top: 10px;
  margin-bottom: 15px;
}

.login-container {
  border-top: 1rem solid #00354b;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.login-form {
  background-color: #E6E7E9;
  border-radius: 15px;
  color: #005777;
  font-weight: bold;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.login-title {
  font-size: 14pt;
}

.btn-round {
  background-color: #005777;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}

.welcome-text {
  margin-top: 1rem;
  font-size: 26px;
  color: #00354b;
  font-weight: bold;
}

.name-text {
  margin-bottom: 1rem;
  font-size: 23px;
  font-weight: bold;
  color: #FFFFFF;
}

.description-text {
  margin-bottom: 1rem;
  font-size: 20px;
  color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.navbar-nav li a {
  vertical-align: middle;
}

.dropdown-menu {
  color: #FFFFFF;
  background-color: #00354B;
  border: 0px;
  border-radius: 0px;
}

.page-item.active .page-link {
    background-color: #00354B;
    border-color: #00354B;
}

.page-item.active .page-link {
    background-color: #00354B;
    border-color: #00354B;
}

.page-link, .page-link:hover {
    color: #00354B;
}

.dropdown-item {
  color: #FFFFFF;
  background-color: #00354B;
}

.dropdown-item:focus {
  color: #000000;
  background-color: #FFFFFF;
}

.muted-item:hover, .muted-item:focus {
  color: #FFFFFF !important;
  background-color: #00354B !important;
}

.content {
  padding: 20px;
}

.content-navbar {
  padding: 20px;
  background-color: #00354B !important;
  color: #FFFFFF !important;
  box-shadow: 0px 3px 11px #000;
}

.content-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FAFAFA;
}

.card {
  color: #00354B;
  border: none;
  margin-bottom: 15px;
  box-shadow: 5px 6px 20px #000;
}

.hidden-link, .hidden-link:hover {
  text-decoration: none;
  color: inherit;
}

.navbar-link {
  text-decoration: none;
  color: inherit;
}

.navbar-link:hover, .navbar-icon:hover, .active {
  text-decoration: none;
  color: #00354B;
  background-color: #FFFFFF;
}

.big-icon {
  font-size: 28px !important;
}

.btn-margin {
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown-hidden {
  display: none;
}

@media (max-width: 992px) {
  .navbar-icon {
    display: none;
  }

  .dropdown-hidden {
    display: block;
  }
}

.dropleft .dropdown-toggle::before {
    border-right: none;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons.woff2) format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/OpenSans-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../OpenSans-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.round-select {
  background-color: #EDEEF0;
  border-radius: 20px;
  color: #5B5B5F;
  font-weight: bold;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

.project-card {
  padding: 0px 0px 5px 0px;
  background-color: #fff;
}

.project-link {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #00354b;
  font-weight: bold;
  padding: 10px;
  background-color: #fff;
  max-height: 120px;
  min-height: 120px;
  display: table;
  height: 100%;
  width: 100%;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px #000000e8;
}

.project-link > a {
  text-align: left;
  padding: 30px;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: table-cell;
/* box-shadow: inset 0px 0px 22px #011a22;*/ 
    border-radius: 10px;
}

.project-link > a:hover {
  color: #FFFFFF;
  background-color: #00354B;
  border-radius: 8px;
  box-shadow: inset -3px -2px 29px #010101;
  text-shadow: 1px 1px 5px #0a03039e;
}
.project-link button{
  position: absolute;
  right: 14px;
  top: 10px;
  border-radius: 77px;
  width: 39px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.project-link button i{
  font-size: 33px;
  color: #d1dbdf;
}
.project-link button i:hover{
  font-size: 33px;
  color: #00354B;
}
.project-title {
    padding: 0 5px 0 5px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* vertical-align: middle; */
    background-color: #B6B6BB;
    max-height: 75px;
    min-height: 50px;
    font-size: 0.9em;
    display: flex;
}
/*
.project-title {
  padding: 20px 5px 0 5px;
  font-weight: bold;
  text-align: center;
  background-color: #B6B6BB;
  max-height: 75px;
  min-height: 75px;
  font-size: 0.9em
}*/

.green {
  color: #FFFFFF;
  background-color: #008f34;
}

.yellow {
  color: #000000;
  background-color: #ffd500;
}

.red {
  color: #FFFFFF;
  background-color: #d2050c;
}

.project-number {
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  color: #6c6c71;
  background-color: #fff;
}

.project-percentage {
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  color: #000000;
  min-height: 24px;
  background-color: #b6b6bc;
  margin-left: 7px;
  margin-right: 5px;
}

.video-title {
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #00354B;
}

/* .video-thumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
} */

.strong-title {
  font-size: 1.3rem;
  font-weight: bold;
}

.strong-subtitle {
  font-size: 1rem;
  font-weight: bold;
}

.btn-card-title {
  font-weight: bold;
  font-size: 1rem;
  color: #00354B;
  background-color: transparent;
  border: none;
}

.btn-card-icon {
  font-weight: bold;
  color: #00354B;
  background-color: transparent;
  border: none;
}

.card-header {
  padding: .3rem;
  background-color: #e9ebed;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.full-width {
  width: 100%;
  min-width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.blue-thead {
  background-color: #bcbdc2;
  color: #00354B;
}
.blue-thead2 {
    background-color: #e9ebed;
    color: #00354B;
}
.table thead th {
  border-bottom: 0px;
}

.table td, .table th {
  border-top: 0px;
  color: #00354B;
}

.btn-attachment, .btn-attachment:hover {
  padding: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #00354B;
  font-size: 10px;
}
.btn-cinza {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-attachment-cinza, .btn-attachment-cinza:hover {
    padding: 5px;
    border-radius: 5px;
    color: #000000;
    background-color: #bcbdc2;
    font-size: 10px;
}
.btn-comment, .btn-comment:hover {
  padding: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #00354B;
  font-size: 10px;
}

.button-icon {
  font-size: 16px;
}

a, a:hover {
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
}

.submenu {
  background-color: #FFF;
  font-weight: bold;
  color: #00354B;
  position: relative;
  text-align: center;
}

.submenu p{
  display: inline-block;
  margin: 10px 10px;
  width: auto;
}

.submenu p.active {
  border-bottom: #00384C 4px solid;
}

.btn-default {
  appearance: none;
  background-color: #eeeef1;
  /* border-radius: 10px; */
  /* border: 0px !important; */
  color: #00384C;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  appearance: none !important;
  /* background-color: #00354B !important; */
  /* border-radius: 10px !important; */
  /* border: 0px !important; */
  /* color: #FFFFFF !important; */
  font-weight: bold !important;
  /* -webkit-appearance: none !important; */
  -moz-appearance: none !important;
}

.modal-title {
  color: #00354B;
  font-weight: bold;
}

label {
  color: #00354B;
  margin-bottom: 0px;
}

.person-container {
  margin-top: 1rem;
}

.profile-container {
  border-radius: 50%;
  margin-top: 15px;
  overflow: hidden;
  float: none;
  height: 100px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
  z-index: 99;
}

.profile-container img {
  width: 100%;
}

.info-container {
  color: #005D80;
  background-color: #E9EAEC;
  border-radius: 10px;
  margin-left: 0px;
  margin-top: 80px;
  width: 100%;
  float: left;
  position: relative;
}

.description-container {
  padding: 7px;
  background-color: #D5D6D9;
  height: 100px;
  font-size: 14px;
}

 .name-container {
  padding: 15px 7px;
  font-size: 16px;
}

.details-container {
  padding: 15px 7px;
  font-size: 12px;
  word-wrap: break-word;
}

.status-icon {
  color: #FFF;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

.status-icon.green {
  background-color: #009b26;
}

.alert-success {
    color: #ffffff;
    background-color: #009b26;
    border-color: #009b26;
}

.status-icon.yellow {
  background-color: #f9ce22;
}

.status-icon.red {
  background-color: #f92222;
}

.alert-danger {
    color: #ffffff;
    background-color: #f92222;
    border-color: #f92222;
}

.status-icon.blue {
  background-color: #00a9cc;
}

.alert-info {
  color: #ffffff;
  background-color: #5e22f9;
  border-color: #5e22f9;
}

.status-icon.orange {
  background-color: #f98222;
}

.status-icon.normal {
  color: #00354B;
}

table {
  width: 100%;
  /* min-width: 992px; */
}

.datepicker table {
  min-width: inherit !important;
}

.table td, .table th {
  vertical-align: middle;
}

/** CORREÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ES **/
@media (min-width: 1200px){
  .az-padding .az-xl-1{
    max-width:8.65% ;
    flex:8.65%;
  }
}
@media (min-width: 768px) and (max-width:1199px){
  .az-padding .az-md-2{
    max-width:18.65% ;
    flex:18.65%;
  }
}
@media (max-width: 767px){
  .az-padding .az-sm-4{
    max-width:31.95% ;
    flex:31.95%;
  }
}
@media (max-width: 425px){
.az-padding .az-xs-6{
  max-width:49.65% ;
  flex:49.65%;
}
}
@media (max-width: 319px){
  .az-padding .az-xs-12{
    max-width:100% ;
    flex:100%;
  }
}

.az-padding .project-percentage{
  font-size: 0.7rem;
  font-weight: 600;
  min-height: 16px;
  max-height: 16px;
  padding-bottom: 15px;
}
.az-padding .progress-bar{
  background-color: #45586d;
}
.az-padding > div > div{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0.5%;
  margin-right:0.5%;
}
/** PESSOAS **/
.az-pessoas{

}
@media only screen and (min-width:1440px){
  .az-pessoas .az-xl-3{
    max-width: 20%;
    flex:20%;
  }
}

.az-pessoas .person-container{
  padding-left: 0.55%;
  padding-right: 0.55%;
  /* margin-left: 0.2%;
  margin-right:0.15%; */
}
/*** MENU Dropdown ***/
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}
.dropdown-menu .dropdown-item{
  float: left;
}
.az-dropdown{
  left: -84px !important
}
.btn-group .btn-danger {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-group .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-group .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-group .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
.btn-group .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-radius: 0;
    border-color: transparent;
}

/** FIM MENU DROPDOWN**/

.az-informativo{
  min-height: 100%;
  margin: -20px;
}
.az-informativo-calendario{
    margin: 0;
    box-shadow: 5px 7px 20px #000;
}
.az-informativo h3{
  font-size: 1rem;
  font-family: -apple- system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  background-color: #0a2b3c;
  padding: 16px;
  margin: -16px -16px 15px -16px;
}
.az-informativo span{
  font-weight: 800;
}
.az-informativo p{
  font-size:0.9rem;
}
.az-calendario-blocos h3{
  text-align: center;
}
.az-ano{
  font-size: 70px;
  text-align: center;
}
.carousel-control-prev {
    left: -5% !important;
}
.carousel-control-next {
    right: -5% !important;
}
.carousel-control-next, .carousel-control-prev{
  width: 5% !important;
}
.carousel-inner{
  padding-bottom: 20px;
}
.bg-dark, .btn-dark{
  background-color:#1a3746   !important;
  border-color: #1a3746;

}

/** CARDS LOGOS **/
.card-logos .card{
  min-height: 140px;
  box-shadow: 5px 6px 20px #000;
}
.card-logos .card-img{
  width: 80%;
  float: inherit;
}
.card-logos .card-img img{
  padding: 0 0 0 30%;
  /* align-items: center; */
}
.card-logos .card-body{
  /* width: 60%; */
  display: inline-block;
  padding: 0 0 5px 15px;
  /* padding-top: 0.2rem; */
  /* padding: 0.2rem; */ */
}
.card-logos .card-body p{
  font-size: 14px;
}
.card-logos .card-title {
    margin-bottom: 5px;
    font-size: 16px;
}
/** VIDEOS **/
.az-video {
  padding-left: 2px;
  padding-right: 2px;
}
.az-video .video-thumb {
  padding-left: 2px;
  padding-right: 2px;
}
.az-video .video-thumb:first-child {
  padding-left: 0px;
}
.az-video .video-thumb:last-child {
  padding-right: 0px;
}
.az-video .row {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -3px;
}
/** MODAL COM ABAS **/
.modal-header{
  padding: 1rem 1rem 0 1rem;
  border-bottom: none;
}
.modal-footer{
  padding: 1rem 1rem 1rem 1rem;
  border-top: none;
}
.modal-body .nav-link{
  color: #000;
}
.modal-body .tab-pane{
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  /* border-color: transparent #dee2e6 #dee2e6;  */
  color: #000;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  padding: 15px;
}
button.az-left{
  float: left;
  display: block;
}
    active {
        text-decoration: none;
        color: #00354b;
        background-color: #fff;
    }

    .navbar-link:hover, .navbar-icon:hover {
        text-decoration: none;
        color: #00354b;
        background-color: #fff;
    }
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }

    .modal-body .form-control {
        background-color: #EDEEF0;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        font-weight: bold;
    }

    /** CORRECOES **/
    .nopadding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

  
}

.drop {
    height: 48px;
    width: 100%;
    float: none;
    position: relative;
    z-index: 1;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

.navbar-light .navbar-nav .nav-link {
    /*color: #FFFFFF !important;*/
    font-weight: bold;
    color: #00354B !important;
    position: relative !important;
    text-align: center !important;
}

.navbar-nav li a {
    vertical-align: middle;
    text-align: center !important;
}

.dropdown-menu {
    color: #FFFFFF;
    background-color: #00354B;
    border: 0px;
    border-radius: 0px;
}

.dropdown-item {
    color: #FFFFFF;
    background-color: #00354B;
}

    .dropdown-item:focus {
        color: #000000;
        background-color: #FFFFFF;
    }


/*  Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #fff;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #fff;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


    .pull-left {
    float: left!important;
}

.breadcrumbs {
   background: #f4f4f4;
    padding-right: 40px;
    padding-left: 40px;
     padding: 2px 5px;
}
.breadcrumbs ul {
    list-style-type: none;
    margin: 0;
        padding: 2px 30px;
    float: left; 
}

.breadcrumbs ul>li {
    float: left;
    color: #666;
}

 .breadcrumbs ul>li i {
    float: left;
    font-size: 12px;
    margin: 7px 0 6px;
}
.breadcrumbs ul>li>a {
    color: #666;
    display: block;
    padding: 2px 6px;
    font-size: 13px;
    float: left;
}
.project-percentages {
   font-size: 0.7rem;
    font-weight: 600;
    min-height: 16px;
    max-height: 16px;
    padding-bottom: 15px;
}
/*
.modal-content {
  height:250px;
  overflow:auto;
}*/


.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color:  #EDEEF0 !important;
  background-clip: padding-box;
  /* border: 1px solid #A8A7AC !important; */
  border-radius: .25rem;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
  display:none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.bootstrap-select > .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #00364b !important;
}
.bootstrap-select >.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.bootstrap-select .check-mark::after {
  content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“";
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}
.embed-responsive .card-img-top {
    object-fit: contain;
}
