body, html{
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: Camphor,Open Sans,system-ui,sans-serif;
    /*color: #2c2e2f;*/
    /*background-color: #eeeded;*/
    background-color: #e3e8ee;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #4e566d;
    text-transform: none;
}

h1,h2,h,h4,h5,h6{
    font-weight: 300;
    line-height: 1.25em;
}
h6.panel-title, .h6.panel-title{
    color: #2b2d50;
    font-weight: 500;
    font-size: 16px;
}

.panel {
    margin-bottom: 20px;
    border-width: 0;

    -webkit-box-shadow: 0 1px 3px red, 0 1px 2px red;
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);

}

.space_1{
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12);
}
.btn-red{
    background-color: forestgreen;
    color: forestgreen;
}
.btn-red:hover{
    color: #fff;
    background-color: green;

}

.table-hover{
    cursor: pointer;
    color: #4e566d;;
}

.ctm_tb_thead{
    background-color: #f7fafc;
    border-color:#f7fafc ;
 }

.table-hover tbody tr:hover{
    background-color: #f7fafc;
}

.navbar-default .navbar-link {
    color: forestgreen;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    color: #fff;
    background-color: forestgreen;
}

strong, b{
    color: #333333;
}

.header_mobile{
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header_mobile{
        display: flex;
    }
    .header_website{
        display: none;
    }
    .header_title{
        margin-top: -28px;
        margin-left: -5px;
        font-size: 23px;
    }
}
@media (max-width: 1242px) {

}
@media (max-width: 640px) {
    .header_mobile{
        display: flex;
    }
    .header_website{
        display: none;
    }
    .header_title{
        margin-top: -28px;
        margin-left: -5px;
        font-size: 23px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .header_mobile{
        display: flex;
    }
    .header_website{
        display: none;
    }
    .header_title{
        margin-top: -28px;
        margin-left: -5px;
        font-size: 23px;
    }
}



.label-grey{
    background-color: #e3e8ee;
    color: #4e566d;
}

.slight_muted_text{
    color: #697386;
    font-weight: 100;
}

.clean_list{
    text-decoration: none;
    list-style: none;
}