/**
 * General style
 * Author: Troy Francis
 */

/* === Global === */
.fd-green{
    color: #1ECC55!important;
}

.fd-black{
    color: #231F20!important;
}

.fd-blue{
    color: #66CCFD !important;
}

.fd-gray{
    color: #707070 !important;
}

.fd-yellow{
    color: #FFCF2D !important;
}

/* Removes the extra wrapper and css added from the theme to the select element */
#sittingsDrop .select2-container{
    /* display: none!important; */
}

/* Corrects the line height */
.fd-default-lh{
    line-height: 25px!important;
}

.fd-default-lh p{
    margin-bottom:5px!important;
    margin-top:0px!important;
}
.fd-default-lh h4{
    margin-bottom:10px!important;
    margin-top:10px!important;
}

.slup-table{
    width: 100% !important;

}

.slup-table th{
    font-size:11px!important;
    
}

.slup-table td, .slup-table th{
    border:0px !important;
    
}

.panel{
    width:25%;
    border: 2px solid #ffcf2d!important;
    border-radius: 5px;
    margin:0px 5px 5px;
    padding:15px;
    
}
.panel-heading{
    color:#66CCFD!important;
    font-weight: 700;

}

.panel-body{
    font-size:13px;
    font-weight: bold;
}

@media only screen and (max-width: 768px){

    .panel{
        width: 100% !important;
    }
}



 /* ==== Members ===== */

.fd-m-name{
    text-align: center!important;
    margin-top:15px!important;
    text-decoration: underline;
}

.fd-yellow-border{
    border: 1.5px #FFCF2D solid!important;
}

.fd-green-border{
    border: 1.5px green solid!important;
}

.fd-red-border{
    border: 1.5px #E13C2D solid!important;
}

.fd-gray-border{
    border: 1.5px #707070 solid!important;
}

.fd-member-wrap{
    padding:5px;
    margin: 0px 20px 20px 0px;
}

.fd-member-wrap p{
    text-align: center!important;
}

.fd-m-image{
    width: 100% !important;
    height: 280px!important;
}


 /* END */

/* Home Page Sittings List */
.slup-list-box{
    padding: 5px 25px !important;
    border: 1px solid #fff;
    margin-bottom:7px!important;
    border-radius: 5px;
    position:relative;
    background-color: #fff;
    /* margin:0px 0px 15px; */
    list-style:none!important;
    /* box-shadow: 4px 4px 3px 0px rgba(229,224,224,0.75);
-webkit-box-shadow: 4px 4px 3px 0px rgba(229,224,224,0.75);
-moz-box-shadow: 4px 4px 3px 0px rgba(229,224,224,0.75); */
box-shadow: rgba(60, 64, 67, 0.08) 0px 1px 1px 0px, rgba(60, 64, 67, 0.16) 0px 1px 3px 1px;
    
}

.slup-list-box a.fd-arrow{
    position: absolute;
    right:0px;
    bottom:40%;
    
}

.slup-list-box .fd-list-content{
    padding:0px!important;
    margin:0px 0px 10px 0px!important;
    
}

.slup-list-box h5{
    font-weight: 500!important;
    font-size:14px!important;
}
.slup-list-box h4{
    font-weight: 500!important;
    font-size:16px!important;
}

.slup-list-box .fa-chevron-right{
    font-size:16px!important;
}

/* END */

/* Home Page Publication Overview */

.slup-pub-all{
    margin-bottom: 20px !important;
}

.slup-pub-all a{
    color: #fff !important;
    font-size: 17px !important;
}

/* END */

/* Home Page Committee Overview */

.slup-list-item{
    margin-bottom: 15px!important;
    
}

/* Member Single Page */

.member-bio-list li{
    margin-bottom:15px !important;
    font-weight: 600 !important;
    color:#231F20!important;
}

.member-bio-list li i{
    margin-right:10px!important;
}

/* Home page feature list */

.fd-feat-icon i{
    font-size:25px!important;
    color:#FFCF2D;
}

.fd-feat-icon{
    margin-right:10px!important;
    width: auto!important;
}

.fd-feat-content{
    width: 85%!important;
}

.fd-feat-text{
    font-size:20px!important;
    color:#231F20;
}


.fd-feat{
    display:inline-block!important;
    vertical-align: middle!important;
}


/* END */
