@import "animate.css";
@import "magnific-popup.css";
@import "custom-scrollbar.css";
/*@import "font-aweosome.css";*/


/*
    ---------------------------------------------------------
        FONT  | font-family: 'Roboto', sans-serif;
    ---------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');




/*
    ---------------------------------------------------------
        GENERAL
    ---------------------------------------------------------
*/

*{
    outline: none;
    text-decoration: none;
    margin: 0;
}

html, body {
    height: 100%;
}
.page-wrap {
    min-height: 100%;
}
.page-wrap:after {
    content: "";
    display: block;
}

body{
    line-height: 1em;
    font-size: 16px;
    color: #111;
    background: #EEEEEE;
}

body, h1, h2, h3, h4, h5{
    font-family: 'Roboto', sans-serif;
}

.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt25{margin-top:25px!important}
.mt30{margin-top:30px !important}
.mt35{margin-top:35px!important}
.mt40{margin-top:40px!important}
.mt45{margin-top:45px!important}
.mt50{margin-top:50px!important}
.mt55{margin-top:55px!important}
.mt60{margin-top:60px!important}
.mt65{margin-top:65px!important}
.mt70{margin-top:70px!important}
.mt75{margin-top:75px!important}
.mt80{margin-top:80px!important}
.mt85{margin-top:85px!important}
.mt90{margin-top:90px !important}

.mb0{margin-bottom:0!important}
.mb5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb25{margin-bottom:25px!important}
.mb30{margin-bottom:30px!important}
.mb35{margin-bottom:35px!important}
.mb40{margin-bottom:40px!important}
.mb45{margin-bottom:45px!important}
.mb50{margin-bottom:50px!important}
.mb55{margin-bottom:55px!important}
.mb60{margin-bottom:60px!important}
.mb65{margin-bottom:65px!important}
.mb70{margin-bottom:70px!important}
.mb75{margin-bottom:75px!important}
.mb80{margin-bottom:80px!important}
.mb85{margin-bottom:85px!important}
.mb90{margin-bottom:90px!important}

.pd5{padding: 5px!important}
.pd10{padding: 10px!important}
.pd15{padding: 15px!important}
.pd20{padding: 20px!important}
.pd25{padding: 25px!important}
.pd30{padding: 30px!important}
.pd35{padding: 35px!important}
.pd40{padding: 40px!important}
.pd45{padding: 45px!important}
.pd50{padding: 50px!important}
.pd55{padding: 55px!important}
.pd60{padding: 60px!important}
.pd65{padding: 65px!important}
.pd70{padding: 70px!important}
.pd75{padding: 75px!important}
.pd80{padding: 80px!important}
.pd85{padding: 85px!important}
.pd90{padding: 90px!important}
.pd95{padding: 95px!important}
.pd100{padding: 100px!important}

.padding_remove{
    padding: 0!important;
}

.float_none{
    float: none !important
}

.width-1-1{
    width: 100%!important;
}

.margin-remmove{margin: 0!important;}
.margin-remmove-top{margin-top: 0!important;}
.margin-remmove-right{margin-right: 0!important;}
.margin-remmove-bottom{margin-bottom: 0!important;}
.margin-remmove-left{margin-left: 0!important;}

.noscroll{
    overflow: hidden;
}

img{
    max-width: 100%;
}

.blue_bg{
    background: #2196F3;
}

select{
    font-size: 18px;
    height: 36px;
    outline: none;
    border: 3px solid #00BCD4;
    color: #111;
}
select.large{
    height: 54px;
}

select:disabled{
    border-color: #eee!important;
}

select option:disabled{
    background: #eee!important;
    color: #ccc;
}

.tabs .tab a{
    color: #00BCD4;
}
.tabs .indicator{
    background: #00BCD4;
}
.tabs .tab a:hover{
    color: #222;
}

.js_remove_tr{}

.box.gray{
    background: #ececec;
}

table.dark, table.dark th, table.dark td{
    background-color: transparent!important;
    border-color: #384A53!important;
}
table.highlight.dark>tbody>tr, table.bordered.dark>thead>tr, table.bordered.dark>tbody>tr{
    background-color: transparent!important;
    border-color: #384A53!important;
}

.card.darken-4.lesson .card-title{
    display: block;
}

.card.darken-4.lesson .card-title {
    border-bottom: 1px solid #384A53;
    margin-bottom: 15px;
}

/*
    ---------------------------------------------------------
        CONTENT
    ---------------------------------------------------------
*/

header{
    background: #fff;
}

nav{
    overflow: hidden;
    height: 64px;
}

nav a{
    color: #039be5;
}

nav a.msg_link{
    color: red;
    position: relative;
}
nav a.msg_link span{
    position: absolute;
    top: 4px;
    right: 0;
    color: #000;
    background: #00BCD4;
    width: 30px;
    height: 30px;
    line-height: 2em;
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
}

nav .logo{
    text-transform: uppercase;
    font-size: 40px;
    line-height: inherit;
    padding: 20px 0;
    font-weight: bold;
    color: #00BCD4;
    text-shadow: none;
}

.badge{
    display: inline-block;
    padding: 8px 12px;
    background: #222;
    border-radius: 5px;
    color: #fff;
}

.logo_box .logo{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1em;
    padding: 20px 0;
    font-weight: bold;
    color: #00BCD4;
    text-shadow: none;
}

.card-panel:not(.active){
    display: none;
}

nav .burger{
    color: #333;
    display: inline-block;
    float: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

nav .burger i{
    font-size: 40px;
}

nav .burger:hover{
    color: #00BCD4;
}

nav ul a{
    color: #00BCD4;
}

.index_login{
    min-height: 500px;
}

.content_text{
    font-size: 16px;
    color: #111;
    line-height: 1.4em;
}

.login_form{
    padding: 40px;
    border-radius: 5px;
}
.login_form.gray{
    background: #E6E6E6;
}

.reset_form{
    max-width: 450px;
    margin: 0 auto;
    display: block;
    background: #fff;
    border-radius: 5px;
}

.white-popup{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    max-width: 1000px;
    margin: 60px auto;
}
.white-popup.medium{
    max-width: 450px;
}
.white-popup.large{
    max-width: 1140px;
}
.white-popup.login{
    max-width: 450px;
}

.white-popup .login_form{
    padding: 0!important;
}
.mfp-content{
    padding: 0 30px;
}

.collection-item .badge.blue{
    color: #fff;
}

.fixed-action-btn{
    bottom: 85px;
    left: 20px;
    right: unset;
}
.fixed-action-btn a{
    overflow: visible!important;
}
.fixed-action-btn span{
    position: absolute;
    top: -10px;
    right: -8px;
    color: #000;
    background: #00BCD4;
    width: 30px;
    height: 30px;
    line-height: 2em;
    border-radius: 100%;
    font-weight: bold;
}

.box{
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 3px 4px #ddd;
}
.box.large{
    padding: 30px;
}
.chartbox{
    width: 100%;
    height: 400px;
}

.input_message .do_action > button{
    margin-top: 50px;
}

.messages_placeholder .item{
    display: block;
    overflow: hidden;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.messages_placeholder .item{
    border-bottom: 1px solid #425168;
}
.messages_placeholder .item .content{
    margin: 15px 0;
    text-align: left;
    font-size: 15px;
    background: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-width: 90%;
    line-height: 1.4em;
}
.messages_placeholder .item .content:hover{
    background: #E4E4E4;
}
.messages_placeholder .item .content .username{
    display: block;
    padding: 0 0 15px 0;
    font-size: 12px;
    line-height: 1em;
}

.messages_placeholder .item.out{
    text-align: right;
}
.messages_placeholder .item.out .content{
    background: #71CCD8;
}
.messages_placeholder .item.empty{
    border: 2px dashed rgba(255,255,255, .4);
    padding: 60px;
    margin: 0 auto;
}





footer.page-footer {
    background-color: #E7E7E7;
    color: #333;
    margin-top: 0;
    height: 214px;
}

footer.page-footer a{
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
}

footer.page-footer a:not(:last-child)::after{
    content: " ";
    position: absolute;
    top:0;
    left: 100%;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
}

footer.page-footer a.logo{
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
    padding: 20px 0;
    font-weight: bold;
    color: #666;
    text-shadow: rgba(0,0,0, .4) 1px 2px 1px;
}

table.notes{
    border: 1px solid #000;
}
table.notes td{
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 4px 0;
    font-size: 14px;
    text-align: right;
}
table.notes tr:first-child > td{
    font-weight: 700;
}

table.notes td{
    user-select: none;
    cursor: pointer;
}
table.notes tr:not(.notes_header) td.active{
    background: #4CAF50;
    color: #fff;
    font-weight: 700;
}

/*
    ---------------------------------------------------------
        MEDIA QUERIES
    ---------------------------------------------------------
*/

@media (max-width: 600px) {
    .input_message .do_action{
        padding: 0;
        margin: 0;
    }
    .input_message .do_action > button{
        margin: 0;
        width: 100%;
    }
    .messages_placeholder{
        padding-bottom: 450px;
    }
    .width-small-1-1{
        width: 100%!important;
    }
    h3{
        font-size: 26px;
    }
}

.about_us li{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 25px;
}

nav .logo img{
    vertical-align: middle;
}
.none{
    display:none !important;
}
.none1{
    display: none;
}

.brd-red{
    border-bottom: 2px solid red !important;
}

.has-error{
    border: 2px solid red !important;
}
.queued_loader{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    display: none;
    top: 35%;
    text-align: center;
}
.queued_loader svg path {
    stroke-width: 0px;
    fill: #44cbf8;
    stroke: none;
}
.show_marks {
    position: relative;
}
.clrd {
    color:red;
}
.help-block {
    color:red;
    margin-left: 45px;
}
.help-block-profile {
    color:red;
    font-size: 14px;
}
button#add_files_btn:hover {
    cursor: pointer;
}
.msg_file_view {
    display:inline-block;
    width:100%;
    text-decoration: none !important;
    padding: 5px 0;
    color: #fff !important;
}
.msg_file_view i {
    float: left;
}
.white-text strong {
    color: #fff;
}
.font-red {
    color: red !important;
}
table.notes .vertical_text{
    height: 130px;
    width: 30px;
    font-size: 13px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.card-title {
    position: relative;
}
.change_position_arrow {
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.change_position_arrow:hover {
    transform: scale(1.1);
}
#export_data {
    display: block;
    margin: 27px auto 0;
}
.date_field {
    margin-bottom: 0 !important;
}