@font-face{
    font-family:Roboto;src:local(Roboto Thin),url(../font/roboto/Roboto-Thin.eot);
    src:url(../font/roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"),
        url(../font/roboto/Roboto-Thin.woff2) format("woff2"),
        url(../font/roboto/Roboto-Thin.woff) format("woff"),
        url(../font/roboto/Roboto-Thin.ttf) format("truetype");
    font-weight:200}
@font-face{
    font-family:Roboto;
    src:local(Roboto Light),url(../font/roboto/Roboto-Light.eot);
    src:url(../font/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"),
        url(../font/roboto/Roboto-Light.woff2) format("woff2"),
        url(../font/roboto/Roboto-Light.woff) format("woff"),
        url(../font/roboto/Roboto-Light.ttf) format("truetype");
    font-weight:300}
@font-face{
    font-family:Roboto;
    src:local(Roboto Regular),url(../font/roboto/Roboto-Regular.eot);
    src:url(../font/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"),
        url(../font/roboto/Roboto-Regular.woff2) format("woff2"),
        url(../font/roboto/Roboto-Regular.woff) format("woff"),
        url(../font/roboto/Roboto-Regular.ttf) format("truetype");
    font-weight:400}
@font-face{
    font-family:Roboto;
    src:url(../font/roboto/Roboto-Medium.eot);
    src:url(../font/roboto/Roboto-Medium.eot?#iefix) 
        format("embedded-opentype"),url(../font/roboto/Roboto-Medium.woff2) 
        format("woff2"),url(../font/roboto/Roboto-Medium.woff) 
        format("woff"),url(../font/roboto/Roboto-Medium.ttf) 
        format("truetype");font-weight:500}
@font-face{
    font-family:Roboto;
    src:url(../font/roboto/Roboto-Bold.eot);
    src:url(../font/roboto/Roboto-Bold.eot?#iefix) 
        format("embedded-opentype"),
        url(../font/roboto/Roboto-Bold.woff2) 
        format("woff2"),url(../font/roboto/Roboto-Bold.woff) 
        format("woff"),url(../font/roboto/Roboto-Bold.ttf) 
        format("truetype");
    font-weight:700}

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
    .carousel {
        height: 100%; 
    } 
}

.top-nav-collapse {
    background-color: #1b497e; 
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1b497e; 
    } 
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
    background-color: #1b497e !important; 
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1b497e !important;
    }
}

h5 {
    letter-spacing: 3px;
}

.top-logo {
    width: 80px;
    margin: 1px 70px 0 0;
    transition-duration: .7s;
}

.top-logo-lc {
    height: 40px;
    width: auto;
    margin: 1px 0px 0 0;
    transition-duration: .7s;
}

.top-nav-collapse .top-logo {
    width: 68px;
    margin-right: 80px;
    transition-duration: .7s; 
}

.top-nav-collapse .top-logo-lc {
    height: 30px;
    width: auto;
    margin-right: 40px;
    transition-duration: .7s; 
}

.square-avatar {
    height: 35px !important;
    width: 35px !important;
    object-fit: cover;
}

li.avatar {
    margin-left: 10px;
    border-width: 0;
}

.avatar .nav-link {
    border-radius: 50%;    
}

.amber-text {
    color: #f80 !important;
}

.amber-background {
    background-color: #f87907 !important;
}

.btn-warning {
    background-color: #f87907 !important;
}

.btn-primary {
    background-color: #1d5a9f !important;
}

.btn-outline-primary {
    color: #1d5a9f !important;
    border: 2px solid #1d5a9f !important;
}

.indigo-text {
    color: #3f76b5!important;
}

.primary-color {
    background-color: #1d5a9f !important
}

.smoke-bg {
    background-color: #ebebeb !important;
}

.tab-content {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.btn-floating {
    outline: none;
}

.navbar {
    box-shadow: none;
    webkit-box-shadow: none;
}

.msg-nav {
    margin-top: 0;
}

/* Tabs */
.nav {
    margin-top: 35px;
}

.bd-example-tabs .nav-tabs {
    margin-bottom: 1rem;
}
.nav-tabs {
    border-bottom: 0;
    background-color: #FFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    color: #0056b3 ;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: black ;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
.nav-link {
    padding: 8px 15px !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #7d7d7d !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 10px 10px 0 0;
}

.tab-content {
    border-right-color: #dee2e6;
    border-bottom-color: #f0f0f0;
    border-left-color: #dee2e6;
    border-top-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
    border-radius: 0 10px 10px 10px;
    overflow: auto;
}

.course-card {
    max-width: 267px;
    min-width: 267px;
    padding: 11px 12px 7px 12px;
    max-height: 321px;
    border-radius: 0;
}

.card.card-rotating {
    -webkit-box-shadow: none;
    box-shadow: none;    
}

.course-logo {
    width: 130px;
    background-color: #FFF;
    border-radius: 50% ;
    height: 130px;
    border: 2px solid #fff;
    object-fit: cover;
    margin-top: 5px;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,.16), 0 5px 5px 0 rgba(0,0,0,.12) !important;
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,.16), 0 5px 5px 0 rgba(0,0,0,.12) !important;
}

.card-wrapper {
    min-height: 350px;
}

.card-wrapper .face {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.card-wrapper .face.front {
    border-radius: 10px 10px 10px 10px;
}

.card-wrapper .face.back {
    border-radius: 10px 10px 10px 10px;
}

.card-header {
    background-color: #1d5a9f; 
    height: 110px;
    justify-content: center;
    border-color: #e0e0e0!important;
    min-height: 110px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 8px 8px 0 0;
}

.card-body {
    margin-top: 22px;
    cursor: pointer;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 
        0%,rgb(226, 238, 253) 100%);
    max-height: 144px;
    overflow: hidden;
}

.card-text {
    font-size: 1rem !important;
    font-weight: 300 !important;
    overflow: hidden;
    height: 117px;
    color: black !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 300px;
}

.card-footer {
    font-weight: 400;
    text-align: center;
    color: #FFF;
    background-color: #1d5a9f;
    border-color: #e0e0e0!important;
    cursor: pointer;
}

.face {
    border: 1px solid #9e9e9e;
}


.face:hover {
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 9px 9px 15px 0 rgba(0,0,0,.16), 0 10px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 9px 9px 15px 0 rgba(0,0,0,.16), 0 10px 10px 0 rgba(0,0,0,.12) !important;
}

.back .card-header {
    font-weight: 400;
    color: #FFF;
    background-color: #9E9E9E !important;
    border-color: #e0e0e0!important;
    height: 70px;
    justify-content: left;
    min-height: 70px;
    flex-wrap: nowrap;
}

.back .card-body {
    margin-top: 11px;
    margin-bottom: -15px;
    padding-top: 2px;
    max-height: 210px;
}

.back .card-text {
    height: 188px;
    font-size: 13px !important;
}

.course-link {
    position: absolute;
    height: 277px;
    width: 249px;
}

.lc-course {
    background-color: #ffffff;
}

.t-avatar {
    width: 60px;
    background-color: #FFF;
    border-radius: 50%;
    height: 60px !important;
    object-fit: cover;
    margin-right: 14px;
    margin-left: -6px;
    margin-top: -7px;
    border: 2px solid #fff;
    margin-top: 37px;
}

.card-header .t-avatar {
    margin-top: -7px;
}

.card-panel {
    position: absolute;
    height: 31px;
    width: 30px;
    border-spacing: 5px 9px;
}

.card-panel .btn-floating {
    height: 31px;
    width: 31px;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.18), 0 1px 10px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 11px 0 rgba(0,0,0,.18), 0 1px 10px 0 rgba(0,0,0,.15) !important;
    background-color: white;
}

.card-panel .btn-floating i {
    color: #939393;
    line-height: 33px;
}

.card-panel .btn-floating:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
}

.card-panel .fa {
    line-height: 31px !important;
    position: relative;
}

.page-panel .form-control {
    padding: 0px;
    width: 30%;
}
.page-panel .fa {
    color: #9d9d9d;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #1b497e!important;
}

.item-disabled {
    color: gray !important;
    cursor: default !important;
}

.user-card {
    width: 246px;
    margin: 1rem 1rem 0 0;
    border: 1px solid #9e9e9e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.user-card:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 9px 9px 15px 0 rgba(0,0,0,.16), 0 10px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 9px 9px 15px 0 rgba(0,0,0,.16), 0 10px 10px 0 rgba(0,0,0,.12) !important;
}

.user-card .card-header {
    flex-wrap: nowrap;
    height: 82px;
    min-height: 82px;
    color: white;
    background-color: #3e709e;
}

.user-card .card-header .fa{
    font-size: 57px;
    margin-right: 12px;
}

.user-card .card-text {
    font-size: 14px !important;
    height: auto;
    color: black !important;
    width: auto;
    background: none;
    text-align: left;
}

.user-card .card-body {
    margin-top: 0px;
    margin-left: 40px;
}

.user-card:hover {
    text-decoration: none;
}

.user-card .t-avatar {
    margin-top: -1px;
    flex-shrink: 0;
}

.helptip {
    color: #ff9d3b;
    margin: 16px 0px !important;
    cursor: pointer;
    font-size: 20px;
    padding: 7px 15px;
    border-radius: 50%;
}

.helptip-small {
    color: #ff9d3b;
    margin: -5px 0px !important;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 7px;
    border-radius: 50%;
}

.avatar .nav-link:hover {
    width: 100%; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.avatar .nav-link {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;    
}

.nice-scroll::-webkit-scrollbar{
    width:7px;
    background-color:#cccccc;
}
.nice-scroll::-webkit-scrollbar:horizontal{
    height:7px;
}
.nice-scroll::-webkit-scrollbar-track{
    border:1px #cfcfcf solid;
    border-radius:16px;
    -webkit-box-shadow:0 0 6px #c8c8c8 inset;
}
.nice-scroll::-webkit-scrollbar-thumb{
    background-color:#b0abab;
    border:1px solid #bab5b5;
    border-radius:16px;
}
.nice-scroll::-webkit-scrollbar-thumb:hover{
    background-color:#999999;
    border:1px solid #878787;
}
.nice-scroll::-webkit-scrollbar-thumb:active{
    background-color:#8f8f8f;
    border:1px solid #cfcfcf;
}

a.nohover:hover { 
    color: white;  
}

.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    border-color: transparent #8a8a8a #8a8a8a transparent;
}

.form-check-input[type=radio]:checked+label:after, label.btn input[type=radio]:checked+label:after{
    border-color: #33b5e5;
    background-color:#33b5e5;
}


a {
    color: #0056b3;
}

a:hover {
    color: black;
}

.fadeout-text {
    position:relative; 
    overflow:hidden;
    color: #0b96b8;
    max-height: 130px;
    height: auto;
}

.fadeout {
    position:absolute;
    bottom:0;
    height:50px;
    width:100%;
    background:-webkit-linear-gradient(rgba( 255, 255, 255, 0), rgba(255, 255, 255, 1) ); /* For Safari */
    background:linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) );

}

.fadeout-back {
    cursor: pointer;
}

.fadeout-back:hover {
    background-color: #01010124;;
    border-radius: 5px;
}

.card-footer:last-child {
    border-radius: 0 0 8px 8px;
}

.brief-info {
    font-size: 20px;
}

.brief-info .fa {
    color: #3f76b5;
}

.rotate-btn:hover {
    background-color: #f87907 !important;
    transition-duration: .5s;
}

.rotate-btn {
    transition-duration: .5s;
}

.user-card .card-text div {
    color: grey !important;
}

.enter-link {
    padding: 8px;
    margin-left: 10px;
    margin-right: 30px;
    color: white;
}

.enter-link:hover {
    text-decoration: none;
    color: rgba(255,255,255,.75) !important;
    transition-duration: 0.35s;
}

#change-language:hover {
    text-decoration: none;
}

.lang-flag {
    background-repeat: no-repeat;
    padding-left: 20px !important;
    background-size: 27px;
    padding-top: 12px!important;
    margin-top: 9px;
}

.lang-flag.lang-russian {
    background-image: url(../pic/ru.png);
}

.lang-flag.lang-english {
    background-image: url(../pic/en.png);
}

.lang-flag.lang-spanish {
    background-image: url(../pic/es.png);
}

.dropdown-menu .lang-flag {
    padding: 2px 0 2px 40px !important;
    background-position-x: 2px;
    background-position-y: 2px;
}

.copyright a:hover {
    text-decoration: none;
    color: lightgray;
    transition-duration: 0.35s;
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.navbar-brand {
     padding-top: 0; 
     padding-bottom: 0; 
     margin-left: 20px;
     margin-right: 10px;
}

.nav-link.lang-flag {
    padding: 18px 12px 0px 15px !important;
    margin-left: 15px;
}

.face.back .card-footer {
    background-color: #9d9d9d;
    top: 1px;
    position: relative;
}

.face.back .card-body {
    background-image: none;
    background-color: white;
    padding-top: 13px;
    margin-top: 0px;
    max-height: 221px;
}

.nav-tabs .nav-item {
    padding-top: 14px !important;
}

.face.front .card-body {
    padding-top: 41px;
    margin-top: 0px;
    max-height: 166px
}

.pulled-items {
    /*background-color: #fff6e4;*/
}

.pulling-spinner {
    min-height: 75px;
}

#loading_circle {
    display: none;
}

.modal-header {
    background-color: #1d5a9f;
    color: white;
}

.feedback {
    background-color: #3b699b;
    width: 36px;
    height: 36px;
}

.feedback .fa-question {
    font-size: 15px;
    line-height: 38px;
}

.only-curator-warn {
    margin: 0px 10px 35px 10px;
    display: inline-block;
    color: darkorange;
    font-weight: 500;
}

.lat-menu-panel {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.content-panel .title_block {
    margin: 39px 0 0 29px;
}

.content-panel {
    margin-bottom: 25px;
}

.custom-file-label {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
    color: gray;
    padding-top: 7px;
}

.form-btn {
    background-color: #9e9e9e;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 7px 30px;
    font-size: 16px;
    -webkit-transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
    -o-transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
    margin: 3px 15px 3px 0;
    border: 0;
    white-space: normal;
    color: #fff;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
}

.form-btn:hover, .form-btn:focus, .form-btn:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    color: white;
    text-decoration: none;
}

.nav-item.avatar a {
    padding: 2px !important;
}

.msg-error {
    margin-bottom: 0;
    border-radius: 0;
    z-index: 9999; 
    color: black;
}

.course-locked {
    margin: 0;
    background-color: white;
}

.course-locked i {
    color: #f30000;
}

.card-panel a {
    display: table-cell;
}

.lc-menu-title {
    max-width: 70%;
    color: #babbbf;
    text-transform: uppercase;
    margin-left: 5px;
}

.modal-text {
    margin: 30px 0 10px 0;
}

.sure-icon {
    color: red;
    margin: 10px 0 0 0;
}

.msg-panel {
    border-right-color: #dee2e6;
    border-bottom-color: #dee2e6;
    border-left-color: #dee2e6;
    border-top-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 10px 20px 10px !important;
}

.lms-main-panel {
    padding-top: 95px;
    padding-bottom: 48px;
}

.lms-main-panel {
    padding-top: 83px;
    padding-left: 12px;
}

.new-course {
    background-color: #f87907;
    color: white;
    margin-top: 35px;
    margin-left: 0;
}

.std_block {
    margin: 5px 15px;
    overflow: auto;
}

.std_block h1 {
    margin-bottom: 30px;
    font-size: 36px;
}

.form_line_l p {
    margin-bottom: 0;
    /*margin-top: 25px;*/
}

.file-path {
    height: 20px !important;
    padding-top: 17px;
}

.md-form .btn {
    margin-left: 0;
}

#messageModal .modal-body {
    border-radius: 5px;
}

#messageModal .modal-content {
    border-radius: 5px;
}

.highlight {
    background-color: #ff9900;
}

b, strong {
    font-weight: bold;
}


.box_progress_bar {
    height: 15px;
    border: 0px solid #d4d4d4;
    background: #e2e2e2;
    overflow: hidden;
    border-radius: 4px   
}
.bar_complete {
    float: left;
    height: 20px;
    background: #2a5c94;
}
.bar_failed {
    float: left;
    height: 20px;
    background: #f79f45;
}
img.std_avatar{
    border-radius: 10px;
    height: 150px;
}

/* upload image: */
.imagePreview {
    width: 100%;
    height: 100px;
    max-width: 240px;
    min-width: 85px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #ced4da;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #efefef !important;
}

.imagePreview.big {
    background-size: contain !important;
}

.imgUp .btn-primary
{
    display:block;
    border-radius:0px;
    margin-top: -7px;
    margin-left: 0px;
    width: 100%;
    max-width: 240px;
    min-width: 85px;
    margin-bottom: 0px;
}
.imgUp
{
    margin-bottom:15px;
}
.uploadFile {
    width: 0px;height: 0px;overflow: hidden;
}
.imgDel
{
    position:absolute;
    top:12px;
    right:17px;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    cursor:pointer;
}
.imgAdd
{
    width:30px;
    height:30px;
    border-radius:50%;
    background-color: #33b5e5;
    color:#fff;
    box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
    text-align:center;
    line-height:30px;
    margin-top:0px;
    cursor:pointer;
    font-size:15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.imgAdd:hover { 
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/* :upload image */

#notificationsModal .modal-body {
    padding-bottom: 15px;
}

#notifLoading {
    text-align: center;
    margin-top: 20px;
}

#notificationsModal {
    overflow-y: scroll;
}

#createMessage {
    font-size: 24px;
    color: #1d5a9f;
    margin: 0 0 9px 0;
    text-align: right;
    display: block;
}

.notif-preview img {
    width: 50px;
    float: left;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
    margin-right: 14px;
    margin-top: -2px;
}

.notif-preview {
    color: #1d5a9f;
    cursor: pointer;
}

.filter-text {
    font-size: 16px;
    padding: 0px 7px !important;
}

.notif-item {
    padding: 15px;
}

.new-item {
    background-color: #FEF8D8;
}

.wave-icon {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 50% 0%;       /* Pivot around the bottom-left palm */
  display: inline-block;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

.centered-back {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.test-remember-btn {
    border-radius: 50px;
}

.dataTables_filter input{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.dataTables_length select {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.paginate_button {
    padding: 5px 10px !important;
}

.font-m {
    font-size: medium;
}

.light-bg {
    background-color: #f5f4f4;
}

a.dynatree-title {
    top: -11px;
    position: relative;
}

#content_sheet {
    width: 188px;
    border-bottom-color: #dee2e6;
}

#content_sheet.active {
    border-color: white !important;
    border-right-color: #dee2e6;
    border-bottom-color: #ebebeb;
}

.del-file {
    top: 5px;
    position: relative;
}

.light-tabs {
    border-bottom: 1px solid #dee2e6;
}

.tour .btn-default {
    background-color: white !important;
}

.tab-content.org_edit {
    padding: 10px;
}

.tab-content.org_edit .std_block {
    border: 0;
    padding: 0;
}

#homereposhow {
    min-width: 800px;
}

.TreeViewActionContainer {
    border: 0 !important;
}

@media print {
.page-break { 
    border-bottom: none !important; 
    page-break-before: always; 
}

tr {
    page-break-inside: auto !important;
}

}

.page-break {
    border-bottom: 2px dotted #afafaf;
}

.cursor_default {
    cursor: default;
}

.lrn-checkbox {
    opacity: initial !important;
    pointer-events: all !important;
    position: relative !important;
}

.main-menu-tab .nav-item.nav-link {
    color: #0056b3;
}
.main-menu-tab .nav-item.nav-link:hover {
    color: black;
}