/*EM-15012019-Add
.title-section-search
.title-black-underline 
*/
.title-section-search{
    font-size: 48px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    text-transform: uppercase;
    color:black;
}
.title-black-underline {
    border-top-color: #000 !important;
    border-top: 8px solid;
    width: 166px;
    border-radius: 4px;
    margin: 0px auto 30px auto !important;
}
.list-group-item-ug{
    border-radius: 0px !important;
}


.keyword-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 200px;
    background-color: #f1f1f1;
}

.search-keyword .title-interesting-study {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.container_input_search .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
}
.container_input_search
.input-group
.input-group-append {
    border: 1px solid #2667cc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.92rem;
    font-size: 24px;
    line-height: 24px;
    border-radius: 0;
    background-color: #fff!important;
    border-width: 2px;
    border-color: #fff!important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.container_input_search .input-group .input-group-append i {
    color: #b89a59;
}

#livesearch {
    background: white;
    padding: 2.15rem .75rem;
    border-radius: 0;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: Montserrat-Medium, sans-serif;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.container-title-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.container_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;

}

.container_cards.container:before,
.container_cards.container:after,
.container_cards.row:before,
.container_cards.row:after {
   content: normal;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.container_cards .card {
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
}

.container_cards .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.container_cards .card .card-header {
    border: 1px solid rgba(184,155,82,0.5);
    border-bottom: 0;
    --padding: 3%;
    padding: 15px;
    color: #21272a;
    text-transform: capitalize;
    font-size: 18px;
    z-index: 11;
}

.container_cards .card .card-body {
    border: 1px solid rgba(184,155,82,0.5);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    --padding: 1.25rem;
   border-bottom: 0;
   border-top: 0;
   padding: 0 0 0 15px;
   z-index: 11;
}

.container_cards .card .card-footer .faculty {
    text-transform: uppercase;
}

.container_cards .card .card-footer {
    --border: 2px solid #b89b52;
    border-left: 1px solid rgba(184,155,82,0.5);
    border-right: 1px solid rgba(184,155,82,0.5);
    border-bottom: 5px solid rgba(184,155,82,0.5);
    display: block;
    border-top: 0;
    padding: 15px;
    z-index: 11;
}

.container_cards .card .card-footer div {
    --padding: 0 3%;
}

.container_cards .card .card-footer a{
    /*color: #b89b52;*/
    color: #eed390;
}

.btn-degree-filter {
    height: auto;
}

.btn_search_key i {
    color: #000;
}

.side-search label {
    width: 79%;
    text-transform: capitalize;
    font-family: Montserrat-Medium, sans-serif;
}

.side-search-f ul li {
    color: #000;
    padding: 7px 15px;
    word-break: break-word;
}
.container-title-result .list-bd .badge {
    margin: 1%;
}

.more-card-info {
    border-top:  1px solid rgba(0,0,0,0.5);
    border-top-color: rgba(255,255,255,.5);
}

.more-card-info a:last-child {
    float: right;
}
.search-adv-f .content-search .container_cards .card-header a{
    color: #000;
}
.container-title-post-son {
    margin-top: 30px;
}
.container-title-result {
    margin-top: 20px;
    margin-bottom: 30px;
}
.container_search_div {
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}
.container_input_search {
    padding: 0
}

.delete-cp {
    cursor: pointer;
}

.delete-cp a {
    text-align: center;
    text-decoration: none;
    margin-bottom: 0;
    border: 2px solid #b89a59;
    color: #000;
    background: transparent;
    font-family: Montserrat-Medium, sans-serif;
    padding: 7px 5px;
}

.container-title-result h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.container_input_search input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 18px;
}

.container_input_search input:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    line-height: 18px;
}

.container_input_search input::-moz-placeholder {  /* Firefox 19+ */
    font-size: 18px;
    line-height: 0;
}

.container_input_search input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 18px;
}

.side-search-f {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container_cards .card {
    width: calc(100% - 30px);
    margin: 15px;
    padding: 15px;
    border: 1px solid rgba(184,155,82,0.5);
    /*box-shadow: 0 3px 3px 0px #4e4949;*/
}

.container_cards .card .card-footer a {
    font-family: Montserrat-Bold!important;
}

.container_cards .card .card-header,
.container_cards .card .card-body,
.container_cards .card .card-footer {
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
}

.content-search .container_cards .card-header a,
.container_cards .card .card-footer div {
    color: #fff;
}

.container_cards .card .card-footer {
    padding-bottom: 0;
}

.container_cards .card .overlay-ug {
    background: rgba(0,0,0,0.5);
    z-index: 11;
}

.container_cards .card .card-footer div {
    padding: 0;
    color: #efefef;
}
.loader-search {
    text-align: center;
}

.visible-xs, .visible-xs-block {
    display: flex!important;
}

.btn-filter-ug {
    padding: 9px 20px;
    transition: all .2s;
    border: solid 2px #b89a59;
    background-color: #b89a59;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
}

.btn-filter-ug:hover {
    color: #fff;
    text-decoration: none;
}

.btn-filter-ug i {
    padding-left: 15px;
}

/*modal search*/

.modal-search {
    padding-right: 0!important;
    z-index: 9999999999;
}

.modal-search .modal-dialog {
    display: block;
    width: 100%;
    margin: auto;
    height: 100%;
}

.modal-search .modal-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.modal-search .modal-header {
    box-shadow: 0px 0px 4px 0px #9c9c9c;
    color: #212529 !important;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.modal-search .modal-header h4, .modal-search .modal-header button {
    flex: 1 1 auto;
}

.modal-search .modal-header button {
    text-align: right;
    opacity: 1;
}

.modal-search ul {
    display: flex;
    flex-flow: wrap;
}

.modal-search ul li {
    width: 33.33333%;
}

.modal-search ul li.title-section {
    width: 100%;
    background-color: #212529;
    color: #fff;
    margin: 5px 0;
}

.modal-search input[type="checkbox"], .modal-search .custom-checkbox span {
    display: none;
}

.modal-search ul li .custom-checkbox {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.modal-search ul li .custom-checkbox label {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.modal-search .modal-body {
    margin-bottom: 66px;
}

.modal-search .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #b89a59;
    background-image: linear-gradient(141deg, #948f83 0%, #a59880 51%, #b7ab93 75%);
    padding: 0;
}

.modal-search .btn-filter-career {
    display: flex;
    font-family: Montserrat-Bold,sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.modal-search .btn-filter-career:hover {
    text-decoration: none;
}

.btn-filter-career, .btn-filter-career:hover {
    text-decoration: none;
}

.loader-search {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-search img {
    position: absolute;
}

.clean-filters {
    width: 100%;
    background-color: #212529;
    color: #fff;
    margin: 5px 0;
    padding: 7px 15px;
    text-align: center;
    font-size: 18px;
    font-family: Montserrat-Medium,sans-serif;
}

.container_cards .card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
}

.container_cards .card-footer .more-card-info .btn-lighter {
    z-index: 2;
    position: relative;
}

/*loader*/

.loader {
    color: #b89a59;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.title-advanced-search {
    background-color: #212529;
    background-image: url(../img/background-video.png);
    color: #fff;
    padding: 15px 0;
    margin-top:0;
}

.title-section-search {
    margin: 0;
    padding: 0;
    color: #fff;
}

/*modal search*/

@media only screen and (max-width: 575.98px) {
    .container_input_search .input-group {
	    width: 100%;
    }
    .container-title-result {
        display: block;
    }
    .container-title-result > div {
        display: block !important;
    }
    .container-title-result .delete-cp {
        float: left;
    }
    .title-section-search {
        font-size: 33px;
        padding: 0;
    }
    #livesearch::-webkit-input-placeholder {
        font-size: 22px;
    }
}

@media only screen and (min-width:576px) {
    .container_cards .card {
        width: calc(50% - 30px);
        margin: 15px;
        padding: 15px;
        border: 1px solid rgba(184,155,82,0.5);
    }
}

@media only screen and (min-width:768px) {
    .container_cards .card {
        width: calc(33.33333% - 30px);
        margin: 15px;
        padding: 15px;
        border: 1px solid rgba(184,155,82,0.5);
    }

    .search-adv-f .result-ug {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .search-adv-f .result-ug > * {
        flex: 0 0 auto;
    }

    .search-adv-f .result-ug h3 {
        flex: 0 0 auto;
    }

    .search-adv-f .result-ug .list-bd {
        flex: 0 0 auto;
        width: 50%;
    }

    .search-adv-f .result-ug .delete-cp {
        margin-left: auto;
    }

    .search-adv-f .result-ug .delete-cp p {
        text-align: right
    }

    .side-search-f {
        margin-top: 0;
    }

}

@media only screen and (min-width: 992px) {
    .side-search-f {
        margin-bottom: 0;
    }

    .visible-xs, .visible-xs-block {
        display: none!important;
    }

    .loader-search {
        position: relative;
    }

    .side-search-f ul li .custom-checkbox {
        display: flex;
        justify-content: space-between;
    }

    .search-adv-f .result-ug .list-bd {
        flex: 0 0 auto;
        width: 60%;
    }

    .delete-cp a:hover {
        border: 2px solid #b89a59;
        color: #fff;
        background-color: #b89a59;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .side-search label{
        width: 70%;
    }
}
