body {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 300;
    font-size: 13px;
    overflow-x: hidden;
    color: #3e4855;
    background-color: #F4F5F7;
    line-height: 1.42857143;
}

.lms-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.navbar {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.moduleslist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
}

.moduleslist {
    margin-top: 65px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    line-height: 1.5;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-bottom: 1px solid #e1e6ef !important;
    border: transparent;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button:focus,
button:hover {
    outline: none !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: transparent;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
}

.card {
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-left-img {
    background-image: url(../Themes/images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.lms-login .text-wrap {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    padding: 1.25rem;
    height: auto;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.card-body,
.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card.bg-primary {
    border-color: #3b4b4b;
}

.lms-login .btn {
    border-radius: 1.5em !important;
    -webkit-border-radius: 1.5em !important;
    -moz-border-radius: 1.5em !important;
    -ms-border-radius: 1.5em !important;
    -o-border-radius: 1.5em !important;
}

input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.btn-link {
    color: #3b4b4b;
}

.btn-link:hover {
    color: #3b4b4b !important;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
    color: #3b4b4b !important;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #3b4b4b !important;
}

.gtco-accordion {
    position: relative;
    background: #F4F5F7;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.gtco-accordion .gtco-accordion-heading {
    padding: 10px 20px 10px 60px;
    position: relative;
    cursor: pointer;
}

.gtco-accordion .gtco-accordion-heading h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.gtco-accordion .gtco-accordion-heading .icon {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gtco-accordion .gtco-accordion-content {
    border-top: 1px solid #e6e6e6;
    display: none;
}

.gtco-accordion .gtco-accordion-content .inner {
    padding: 20px;
}

.gtco-accordion .gtco-accordion-content .inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.gtco-accordion .gtco-accordion-content .inner ul li {
    width: 100%;
    float: left;
}

.gtco-accordion .gtco-accordion-content .inner ul li a {
    width: 100%;
    float: left;
    padding: 4px 20px;
    color: #3e4855;
    font-size: 13px;
}

.gtco-accordion.active .icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.gtco-accordion.active h3 {
    /*color: #FF5126;*/
    font-weight:bold;
}

#gtco-contact h3 {
    color: #fff;
    font-size: 30px;
}

.slimScrollDiv {
    height: calc(100vh - 210px);
}

pre.prettyprint {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #eee;
    border-bottom: 3px solid;
}

.navbar-light .navbar-nav .nav-link {
    color: #3e4855;
    font-weight: 500;
}

.dropdown-menu {
    position: absolute;
    top: 49px !important;
    right: 0px !important;
    left: unset !important;
   
    min-width: 6rem !important;
    
    font-size: 13px !important;
   
    border: unset !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


dropdown-item {    
    padding: .25rem 0.5rem !important;   
    text-align: right !important;   
}
#boxscroll {
    width: 100%;
    overflow: auto;
}
@media (max-width: 991px) {
    .d-md-down-none {
        display: none;
    }
}
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }
    
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    
    .card-group .card:only-child {
        border-radius: 0.25rem;
    }
    
    .card-group .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    
    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
        border-radius: 0;
    }
}

.color-black {
    color: black !important;
}

.color-blue {
    color: blue !important;
    cursor: pointer !important;
}

.color-red {
    color: red !important;
    cursor: pointer !important;
}

.color-orange {
    color: orange !important;
    cursor: pointer !important;
}

.color-green {
    color: green !important;
    cursor: pointer !important;
}