/*--------------------------------------------------------------
    Filtering
--------------------------------------------------------------*/
.people_filter{
    background-color: #B8C8D5;
    height:267px;
}
.people_filter_inner{
    max-width: 90%;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 40px 0;
}
@media only screen and (max-width: 600px) {
    .people_filter_inner{
        padding: 40px 0px;
    }
}
.people_filter_inner input,
.people_filter_inner select,
.btn-group button,
.multiselect-native-select{
    width: 100%;
    float: left;
    padding:0;
}
.people_filter_inner input,
.people_filter_inner select,
.multiselect-native-select{
    border: 1px solid #C0CFDA;
    border-radius: 5px;
    font-weight: bold;
}
.multiselect-selected-text{
    font-weight: bold;
}
.btn-group button{
    background-color: #fff !important;
    box-shadow: none !important;
    color: #C0CFDA !important;
}
button.multiselect.dropdown-toggle.btn.btn-default:hover,
button.multiselect.dropdown-toggle.btn.btn-default:active{
    background-color: #fff;
    color: #C0CFDA;
    box-shadow: none;
}

#filter_name{
    padding: 12px 0px 12px 45px;
    font-size: 17px;
    width: calc(100%);
    background-image: url(../assets/img/search_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 13px;
    background-position-y: 12px;
    outline: none;
}
.custom_checkbox{
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #B8C8D5;
    border-radius: 3px;
    position: absolute;
    left: 12px;
    top: 6px;
    z-index: 99999;
}
.multiselect-container{
    padding: 5px 0px !important;
}
.multiselect-container>li{
    margin: 10px 0 !important;
    cursor: pointer !important;
}
.multiselect-container>li>a{
    padding-left: 10px !important;
    cursor: pointer !important;
}
.multiselect-container>li>a>label{
    font-weight: bold !important;
    padding: 3px 17px 3px 36px !important;
    cursor: pointer !important;

}
.dropdown-menu>li>a,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #fff !important;
    color: #366784 !important;
    font-weight: bold !important;
    

}
.active .custom_checkbox{
    background: #366784;
    border: 2px solid #366784;
    background-image: url(../assets/img/check_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#filter_name::placeholder{
    color: #C0CFDA;
}
#filter_company{
    margin: 20px 0;
    float: left;
}

.btn-group,
.multiselect-container.dropdown-menu {
    width: 100%;
}
.btn-group button{
    text-align: left;
    color: #C0CFDA;
    font-size: 17px;
    padding: 12px 0 12px 20px;
    border: none;
}

#filter_name,
.select_filter_company,
.select_filter_division{
    margin: 7px 0;
}

.caret{
    color: #216887 !important;
    position: absolute;
    margin: 0px;
    padding: 0px;
    right: 10px;
    top: 23px;
    font-size: 63px;
    height: 14px !important;
    width: 12px !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
    border-top: 9px solid !important;
    border-bottom: 0px solid !important;

}
.no_res{
    margin: 0px 0 40px 0;
    font-size: 19px;
    opacity: 0.6;
    font-style: italic;
}

@media only screen and (min-width: 1024px) {
    #filter_name,
    .select_filter_company,
    .select_filter_division{
        margin: 0;
    }
    #filter_company{
        margin: 0 25px;
        float: left;
    }
    .people_filter_inner input,
    .people_filter_inner select,
    .multiselect-native-select{
        width: calc( 33.3% - 20px);
    }
    .people_filter_inner{
        max-width: 1290px;
        width: calc(100%);
        margin: auto;
        /* border:1px solid; */
        padding: 40px;
    }

    #filter_name{
        width: calc(33.3% - 35px);
    }

    .select_filter_division{
        float: right;
    }
    .select_filter_company{
        margin-left: 40px;
    }

    .people_filter{
        height: 130px;
    }
}

/*--------------------------------------------------------------
    People
--------------------------------------------------------------*/
.people_wrapper{
    max-width: 1290px;
    width: calc(100%);
    margin: auto;
    padding: 40px;
    
}
.organisation_wrapper{
    text-align: left;
    border:1px solid #9ACFDB;
    border-radius: 5px;
    position: relative;
    padding: 42px 0;
    margin: 20px 0;
}
.organisation_wrapper.active_organisation{
    border:1px solid #F2F5F7;
}
.organisation_header{
    margin: 0 17px 0 22px;
}
.active_organisation .organisation_header{
    /* border-bottom: 1px solid #B8C8D5;
    padding-bottom: 35px; */
}
.organisation_info_wrapper{
    width: calc(100%);
    margin-left: 0px;
    position: relative;
    height: 100%;
    margin-top: 80px;
}
.organisation_wrapper h2{
    color: #366784;
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 8px 0;
    /* margin-left:22px; */
    text-transform: lowercase;
    line-height: 80px;
    display: inline-block;
}
.name_slug {
    font-size: 24px;
    border-left: 2px solid;
    color: #B8C8D5 !important;
    padding-left: 6px;
    opacity: 1;
    display: block;
    margin-top: 0px;
    position: absolute;
    margin-left: 0px;
}

@media only screen and (min-width: 1024px) {
    .name_slug{
        display: inline-block;
        margin-top: 34px;
        margin-left: 10px;
    }
} 
.organisation_info_column {
    width: calc(50%); /* 80px for margin + half btn size */
    margin-right: 0px;
    float: left;
    height: 100%;
    position: relative;
    /* margin-right: -4px; */
}
.organisation_info_column .inner_content{
    color: #366784;
    margin-top:20px;
    padding-left: 0px;
}
.organisation_info_column .inner_content::after{
    display: none;
}
.organisation_info_column .inner_content::before{
    content: "";
    position: absolute;
    background-color: #B8C8D5;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    height: 34px;
    width: 34px;
    top: -20px;
    border-radius: 70px;
    display: block;
}
.contact_column .inner_content::before{
    background-image: url(../assets/img/email_icon.png);
}
.address_column .inner_content::before{
    background-image: url(../assets/img/pin_icon.png);
}


.contact_column .inner_content::after{
    background-image: url(../assets/img/email_icon.png);
}
.address_column .inner_content::after{
    background-image: url(../assets/img/pin_icon.png);
}
.address_column{
    float: left;
}
.btn_column {
    float: none;
    display: block;
    width: calc(100%);
    margin-left: 0px;
    clear: both;
    padding-top:20px;
}
.organisation_wrapper_btn{
    background-color: #9ACFDB;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    padding: 13px 0 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.btn_text{
    font-weight: bold;
}
.dropdown-toggle.btn:not([title="None selected"]) {
    color: #216887 !important;
}

.organisation_wrapper_btn .inner_icon{
    background-image: url(../assets/img/user_icon.png);
    height: 22px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  
    display: inline-block;
    position: absolute;

    margin-top: -3px;
    margin-left: -26px;
    opacity: 1;
}
.organisation_wrapper_btn .active_icon{
    opacity: 0.5;
}
.organisation_people_wrapper{
    margin-left: 22px;
    margin-top: 40px;
    display: none;
}

.division_single{
    border-top: 1px solid #B8C8D5;
    padding-top: 30px;
}
.division_organisation{
    color: #266a88;
    margin:0;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 20px;
}
.division_header{
    margin-bottom:30px;
}
.division_name{
    color: #9ACFDB;
    margin:0;
    font-size: 45px;
    margin-top: -10px;
    text-transform: capitalize;
    margin-left: -3px;
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
    .division_name{
        margin-top: 0px;
        font-size: 35px;
        line-height: 40px;
    }
}

.employee_grid_item {
    /* width: 120px; */
    width: auto;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    min-height: 430px;
}

.employee_pic{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.employee_name{
    color: #266a88;
    font-size: 20px;
    margin-top:20px;
    font-weight: bold;
}
.employee_title{
    color: #9ACFDB;
    text-transform: capitalize;
    font-weight: bold;
}
.employee_email,
.employee_phone{
    color: #266a88;
}
.employee_reports_to_label{
    text-transform: uppercase;
    color: #266a88;
    font-size: 11px;
    margin-top: 15px;
    font-weight: bold;
}
.employee_reports_to{
    margin-top: 10px;
}
.employee_reports_to_img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
}
.employee_reports_to_name{
    float: left;
    margin-top: 6px;
    margin-left: 10px;
    color: #366784;
}
.employee_address{
    margin-top: 15px;
    color: #366784;
}
.employee_address_label{
    text-transform: uppercase;
    color: #266a88;
    font-size: 11px;
    margin-top: 15px; 
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
    .people_wrapper{
        padding: 30px;
    }
}
@media only screen and (min-width: 1024px) {

    .organisation_info_wrapper{
        width: 57%;
        position: absolute;
        right: 15px;
        top: 35px;
        height: 100%;
        margin-top:0
        
    }
    .organisation_info_column {
        width: calc(50% - 100px); 
        margin-right: 80px;
        float: left;
        height: 100%;
        position: relative;
        margin-top: -30px;
        /* margin-right: -4px; */
    }
    .contact_column{
        margin-right: 0 !important;
    }
    

    .organisation_wrapper_btn{
        background-color: #9ACFDB;
        width: 105px;
        height: 100px;
        color: #fff;
        text-align: center;
        padding: 28px 0 0 0;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
    }
    .organisation_wrapper_btn .inner_icon{
        position: relative;
        margin:0;
        height: 27px;
        width: 25px;
        opacity: 1;
    }
    .organisation_wrapper_btn .active_icon{
        opacity: 0.5;
    }

    .btn_column{
        width: 106px;
        margin: 0;
        float: right;
        clear:none;
        padding-top:0px;
    }
    .address_column{
        float: left;
    }
    .organisation_info_column .inner_content{
        padding-left: 10px;
    }
    .organisation_info_column .inner_content .organisation_label{
        font-weight: bold;

    }
    .organisation_info_column .inner_content::before{
        display: none;
    }
    .organisation_info_column .inner_content::after{
        content: "";
        position: absolute;
        background-color: #B8C8D5;
        background-size: 26px;
        background-repeat: no-repeat;
        background-position: center;
        height: 64px;
        width: 64px;
        left: -70px;
        top: 50px;
        border-radius: 70px;
        display: block;
    }
    .organisation_wrapper_btn .inner_icon{
        display: block;
        margin:0 auto 5px auto;
    }

    .address_column{
        float: left;
    }

    .employee_grid_item {
        /* width: 25%; */
        width: auto;
        margin-right: 70px;
        margin-bottom: 40px;
        min-height: 430px;
    }
    .employee_pic{
        height: 160px;
        width: 160px;
    }
}

/* Clear btn */
.clear_btn_wrapper{
    max-width: 1210px;
    position: relative;
    width: calc(100% - 80px);
    height: 23px;
    margin: auto;
    margin-bottom: -20px;
}
.clear_filters{
    cursor: pointer;
    width: 50px;
    height: 22px;
    background: #f4f6f8;
    color: #c3ced8;
    float: right;
    position: absolute;
    right: 0px;
    top: 10px;
    font-weight: 600;
    border-radius: 23px;
    text-align: center;
    display: none;
}
@media only screen and (max-width: 600px) {
    .clear_filters{
        width: 60px;
        right: -20px;
        top: 10px;
        border-radius: 15px;
    }
}
