/* 
    Created on : Jun/2017
    Author     : INCOGRAF®
*/




/*.opportunities-container h2{
    color: #0062a9;
    text-transform: uppercase;
}*/


section.opportunities-container header{
    position: relative;
}
/*section.opportunities-container header div.opportunities-spontaneous{
    position: absolute;
    height: 90px;
    height: 69px;
    width: 175px;
    right: 60px;
    padding-left: 60px;
    top: -20px;
    text-align: center;
    border-left: 1px solid #0087C1;
}
section.opportunities-container header div.opportunities-spontaneous a{
    height: 100%;
    display: block;
    padding-top: 20px;
    font-size: 12px;
    font-family: roboto-bold;
    color: #0062a9;
}*/
section.opportunities-container .noOffers{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    height: 200px;
    padding: 60px;
    margin: 0px 30px;
    border-top: 1px solid #eceeed;
    display: none;
}
.opportunities-content-desc{
    /*height: 220px;*/
    height: auto;
    min-height: 150px;
    /*margin-bottom: 60px;*/
    margin-left: 0px;
    margin-right: 0px;
    /*    border-top: 1px solid #0087C1;
        color: #0062a9;*/

}
.opportunities-content-desc .row:first-of-type{
    height: 120px;
    /*padding-top: 50px;*/    
    padding-top: 20px;    
    /*background-color: #EDEDEF;*/
    border-top: 1px solid #eceeed;
}
.opportunities-content-desc:hover .row:first-of-type,
.opportunities-content-desc:hover .row:last-of-type{
    background-color: #f2f2f2;
}

/*.opportunities-container article{
    border: 1px solid red;
}*/

.opportunities-content-desc .row:last-of-type{
    /*height: 130px;*/
    /*height: 190px;*/
    /*height: 100px;*/
    height: auto;
    min-height: 30px;
    /* padding-top: 30px; */
    /*padding-top: 30px;*/      
    /*background-color: #92a9d3;*/            
}

.opportunities-content-desc .opp-desc-tittle {
    padding: 0px;
}
.opportunities-content-desc .opp-desc-tittle h5{
    margin-top: 0px;
    text-align: left;
    /*font-size: 12px;*/
}
.opportunities-content-desc .opp-desc-tittle h3{
    text-align: left;
    /*font-size: 24px;*/
    margin-top: -5px;
    margin-left: -1px;
}
.opportunities-content-desc .opp-desc-published{
    text-align: right;
    padding-right: 60px;
    font-size: 12px;
    /*    font-family: roboto-bold;*/
    text-transform: uppercase;    
}
.opportunities-content-desc .opp-desc-published span{
    width: 100%;
    display: block;
}

.opportunities-content-desc div:first-of-type{
    /*to background image*/
    padding: 0px;
    /*height: 65px;*/
    height: auto;    
}
.opportunities-content-desc .opp-desc-image-fill{
    /*to background image*/
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}

.opportunities-content-desc div.row{
    padding-left: 30px;
}
.opportunities-content-desc .opp-desc-text {
    /*background-color: #ccc;*/
    overflow: hidden;
    height: 100px;
    /*padding-right: 50px !important;*/
}
.opportunities-content-desc .opp-desc-text p {
    text-align: left;
    color: #000;
    padding: 0px;
    /* Required for dynamic presentation */ display: none;
}
.opportunities-content-desc .opp-desc-button {
    /*background-color: #005983;*/
    text-align: right;
    /*padding-right: 60px;*/
    /*padding-left: 0px;*/

}
.opportunities-content-desc .opp-desc-button a{
    display: block;
    height: 60px;
    width: 100%;
    padding: 0px;
    /*padding-top: 22px;*/
    padding-top: 60px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 4px;

    font-size: 14px;   
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;    
    text-align: center;
    color: #009ee0;
}

.opportunities-content-desc .opp-desc-button a i{
    display: none;
    width: 20px;
    padding-left: 0px;
}
.opportunities-content-desc .opp-desc-button a:hover i{
    padding-left: 10px;
}

.hidden-sm-up{
    display: none;
}
.hidden-xs-down{
    display: block;
}

.modal-open .modal {
    z-index: 5000;
}
.modal-open .modal p a{    
    color: #009ee0;
}
.modal-open .modal p a:hover{
    text-decoration: underline;   
}

.bootstrap-datetimepicker-widget.dropdown-menu{
    z-index: 5000;
}

@media screen and (max-width: 991px) {

    .opportunities-content-desc>div {
        padding: 0px ;
    }
    .opportunities-content-desc>div:first-of-type {
        height: 0px;
    }
    .opportunities-content-desc .opp-desc-button {
        padding: 0;
    }
    .opportunities-content-desc .opp-desc-button a {
        text-align: right;
    }
    .opportunities-content-desc div.row{
        padding: 0 60px;
    }
}


@media screen and (max-width: 767px) {
    .hidden-sm-up{
        display: block;
    }
    .hidden-xs-down{
        display: none;
    }
    .opportunities-content-desc .opp-desc-button a {
        text-align: center;
        padding-top: 0px;
        margin-top: -30px;
    }
    .opportunities-content-desc div.row{
        padding: 0 30px;
    }
}

