/*DEFAULT CSS*/
body {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 1.42857;
    font-weight: 400;
    background-color: #e9ecf3;
}

@media (min-width: 768px) {
    body {
        font-weight: 400;
        font-size: 14px;
    }
}

.radius3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.liftedBox {
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}

.clearfix:after, .clearfix:before {
    clear: both;
    content: " ";
    display: table;
}

/*BOOTSTRAP CSS*/
a {
    text-shadow: none;
    color: #337ab7;
    text-decoration: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar {
    width: 100%;
    margin: 0;
    border: 0;
    background: #f18020;
    padding: 0;
    height: 50px;
    min-height: 50px;
    filter: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .navbar {
        position: relative;
        border-radius: 4px;
        clear: both;
    }
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar:after, .navbar:before, .nav:after, .nav:before, .MainContainer:after, .MainContainer:before, .form-group:after, .form-group:before, .TopicContainer:after, .RectangleBox:before, .RectangleBox:after {
    display: table;
    content: " ";
}

.navbar:after, .nav:after, .MainContainer:after, .form-group:after, .TopicContainer:after, .RectangleBox:after {
    clear: both;
}

.navbar .title-logo {
    float: left;
    display: block;
    width: 115px;
    height: 25px;
    margin: 15px 10px 0 20px;
}

@media (max-width: 991px) {
    .navbar .title-logo {
        width: 145px;
        padding: 0px 5px 0 0px;
    }
}

.title-logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.navbar .ToggleButton {
    cursor: pointer;
    width: 26px;
    height: 30px;
    display: none;
    float: left;
    margin: 20px 14px 0 15px;
}

@media (max-width: 769px) {
    .navbar .ToggleButton {
        display: inline-block;
    }

    .icon-bar {
        background-color: #ffffff;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .ToggleButton .icon-bar + .icon-bar {
        margin-top: 4px;
    }
}

.nav {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

.nav-tabs {
    border-bottom: 1px solid #dae2ea;
}

    .nav-tabs > li {
        float: left;
        margin: 0;
    }

        .nav-tabs > li > a {
            background: 0 0 !important;
            margin: 0;
            padding-left: 15px;
            padding-right: 15px;
            color: #737373;
            line-height: 1.42857143;
            border-bottom: 4px solid transparent;
            transition: all 0.3s ease 0s;
        }

            .nav-tabs > li > a:hover {
                border-bottom: 4px solid #a8edf3;
            }

        .nav-tabs > li.active {
            background-color: rgba(54, 198, 211, 0.5);
        }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                border: 0;
                color: #333;
                cursor: default;
                border-bottom: 4px solid #36c6d3;
            }

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-line-input {
    position: relative;
    padding-top: 10px;
    margin: 0 -15px 25px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-group > label {
    padding-top: 5px;
    color: #888;
    display: inline-block;
    font-weight: 400;
}

.form-control {
    background: 0 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #c2cad8;
    color: #555;
    font-size: 14px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;
    outline: 0;
}

    .form-control ~ .form-control-focus {
        width: auto;
        left: 15px;
        right: 15px;
        position: absolute;
        bottom: 0;
        pointer-events: none;
    }

        .form-control ~ .form-control-focus:after {
            content: '';
            position: absolute;
            z-index: 5;
            bottom: 0;
            left: 50%;
            height: 2px;
            width: 0;
            visibility: hidden;
            transition: .2s ease all;
        }

    .form-control.edited:not([readonly]) ~ .form-control-focus:after, .form-control.edited:not([readonly]) ~ label:after, .form-control:focus:not([readonly]) ~ .form-control-focus:after, .form-control:focus:not([readonly]) ~ label:after {
        visibility: visible;
        left: 0;
        width: 100%;
        background: #36c6d3;
    }

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.selectorBox {
    width: 100%;
    padding: 5px 10px;
    background-color: #fafafa;
    border: 0;
    border-bottom: 1px solid #c2cad8;
    color: #555;
    font-weight: 400;
    box-shadow: none;
    outline: none;
}

    .selectorBox:active, .selectorBox:focus, option:active, option:focus {
    }

    .selectorBox option {
        padding: 2px 5px;
    }

.AvatarLabel {
    height: 80px;
    width: 80px;
    cursor: pointer;
    border: solid green 0px;
    transition: all .3s ease-in-out;
    transform: scale(.8,.8);
}

@media (min-width: 769px) {
    .AvatarLabel {
        height: 140px;
        width: 140px;
    }
}

.AvatarLabel:hover, .AvatarLabel.active {
    transform: scale(1,1);
}

.AvatarLabel.active {
    background-color: green;
    border: solid green 3px;
    transform: scale(1,1);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn.default {
    color: #666;
    background-color: #e1e5ec;
    border-color: #e1e5ec;
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn.purple {
    color: #ffffff;
    background-color: #8c4383;
    border-color: #8c4383;
}

.btn.orange {
    color: #ffffff;
    background-color: #f18020;
    border-color: #f18020;
}
/*SELECT*/
.btn-group {
    position: relative;
    vertical-align: middle;
}

    .btn-group > .btn {
        position: relative;
        float: left;
    }

.bootstrap-select.btn-group:not(.input-group-btn) {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select .btn {
    border-color: #c2cad8;
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-menu {
    margin-top: 1px;
    min-width: 100%;
    box-sizing: border-box;
}

.dropdown-menu {
    top: 100%;
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    background-clip: padding-box;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    border-radius: 4px;
}

.open > .dropdown-menu {
    display: block;
}

.btn-group > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .dropdown > .dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.btn-group > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .dropdown > .dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.dropdown-menu > li > a {
    padding: 5px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 17px;
    white-space: nowrap;
}

.dropdown-menu > li.active:hover > a, .dropdown-menu > li.active > a, .dropdown-menu > li:hover > a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    user-select: none;
}

    .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block;
    }

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select .caret {
    border: 0;
    width: auto;
    height: auto;
    margin-top: -10px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select .caret:before {
    content: "\f107";
    display: inline-block;
    border: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
}

/*-------BOOTSTRAP SECTION END--------*/


/*PAGE CUSTOM ITEM's CSS*/
.MainContainer {
    position: relative;
    margin: 50px 0 0;
    padding: 20px 0 0;
}

@media (max-width: 767px) {
    .MainContainer {
        padding: 5px 0 0 0;
    }
}

.Sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: -235px;
    width: 235px;
    z-index: 100;
    background-color: #ffffff;
    transition: left .3s;
}

@media (min-width: 769px) {
    .Sidebar {
        position: fixed;
        top: 70px;
        left: 20px;
    }
}

.ToggleSidebar {
    transition: left .3s;
    left: 0px;
}

.SidebarMenu {
    margin-bottom: 10px;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    border: 0;
}

@media (min-width: 992px) {
    .SidebarMenu {
        margin-bottom: 10px;
    }
}

.SidebarMenu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

    .SidebarMenu > li > a {
        display: block;
        position: relative;
        margin: 1px 0 0;
        border: 0;
        padding: 12px 15px;
        text-decoration: none;
        color: #678098;
    }

li > a > i {
    font-size: 18px;
    text-shadow: none;
    margin-right: 4px;
}

.SidebarMenu > li.active > a {
    border-left: 3px solid #5C9ACF !important;
    margin-left: -3px;
    padding-left: 15px;
    border: none;
    text-shadow: none;
}

.SidebarMenu > li:hover > a, .SidebarMenu > li.active > a {
    background: #f2f6f9;
    color: #5b9bd1;
}

.SidebarMenu > li.heading {
    padding: 10px 15px 0px;
    color: #5C9ACF;
    font-weight: 600;
}

/*SubMENU BEGIN*/
.SidebarSubMenu {
    list-style: none;
    display: none;
    padding: 0;
    margin: 8px 0;
}

    .SidebarSubMenu > li > a {
        color: #678098;
        display: block;
        margin: 0;
        padding: 9px 14px 9px 30px;
        text-decoration: none;
        font-weight: 400;
        background: 0 0;
    }

    .SidebarSubMenu > li.active, .SidebarSubMenu > li:hover {
        color: #5b9bd1;
        background: #f2f6f9 !important;
    }

/*MAIN BODY SECTION CSS*/
.PageHeadInfo {
    background: 0 0;
    padding: 0 0 0px;
    margin: 10px 0;
    color: #c5ccd5;
    list-style: none;
}

    .PageHeadInfo > li {
        display: inline-block;
        padding: 0 5PX;
        color: #f18020;
    }

.ContentWrapper {
    padding: 20px 0 0 0;
}

.ItemBox {
    padding: 12px 20px 15px;
    background-color: #fff;
    border: 1px solid #e7ecf1 !important;
    margin-top: 0;
    margin-bottom: 25px;
}

    .ItemBox .ItemBoxHeaderWrapper {
        border-bottom: 1px solid #eef1f5;
        min-height: 30px;
        margin-bottom: 10px;
    }

    .ItemBox .ItemBoxTitle {
        font-size: 16px;
        color: #44b6ae;
        font-weight: 700;
        float: left;
    }

    .ItemBox .ItemBoxCaption {
        color: #9eacb4;
        font-size: 13px;
        font-weight: 400;
        float: left;
        margin-left: 5px;
    }

    .ItemBox .ItemBoxContent {
        padding-top: 8px;
        min-height: 200px;
    }

    .ItemBox .ItemBoxFooter {
        padding-top: 8px;
        min-height: 30px;
    }

.ItemBoxContent:before, .ItemBoxContent:after, .ItemBoxFooter:before, .ItemBoxFooter:after {
    display: table;
    content: " ";
}

.ItemBoxContent:after, .ItemBoxFooter:after {
    clear: both;
}

td {
    padding: 10px 3px 10px 10px;
}

.even {
    background-color: #e9ecf3;
}

.ErrorMessage {
    position: absolute;
    margin: 2px 0 0;
    font-size: 11px;
    color: #e73d4a;
    display: none;
}

.danger {
    color: #e73d4a;
    background-color: #ffd2d5;
}

.success {
    color: #317854;
    background-color: #d7f3f1;
}

.TopicContainer {
    margin: 0px auto 0px;
    color: #8c4383;
    font-weight: 800;
    font-family: verdana;
    text-align: center;
}

.TopicName {
    border: solid 2px #8c4383;
    height: auto;
    width: 250px;
    font-size: 17px;
    padding: 8px;
    margin: 10px auto;
    cursor: pointer;
}

    .TopicName.active {
        color: #ffffff;
        background-color: #8c4383;
    }

.SkillName, .OrderSkill {
    font-weight: 600;
    font-size: 14px;
    border: solid 2px #8c4383;
    min-height: 20px;
    height: auto;
    width: 340px;
    padding: 8px 10px;
    margin: 10px auto;
    cursor: pointer;
}

@media (min-width: 769px) {
    .TopicName {
        font-size: 16px;
        padding: 6px;
        margin: 8px auto;
    }

    .SkillName, .OrderSkill {
        padding: 6px 10px;
        margin: 8px auto;
    }

    .PageHeadInfo {
        margin: 0 0 5px;
    }
}

.SkillName.active, .OrderSkill.active {
    color: #ffffff;
    background-color: #8c4383;
}

.arrowIcon {
    border: solid 1px #8c4383;
    cursor: pointer;
    color: #8c4383;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: 800;
    background-color: #ffffff;
}

    .arrowIcon:active {
        transform: scale(0.8);
    }

.errorPopUp, .processStatPop {
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    padding: 10px 5px;
    background: white;
    left: 18%;
    top: 35%;
    width: 210px;
    z-index: 1101;
    position: absolute;
    border: 1px solid #3B6A5D;
    display: none;
}

#processStat img {
    float: left;
}

#processStat span {
    display: table-cell;
    vertical-align: middle;
    height: 46px;
    padding-left: 10px;
}

.errorPopUp img {
    margin: -10px;
    float: right;
    cursor: pointer;
}

.mask {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

#errorMask, #processingMask {
    z-index: 1100;
}

.round5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*BEGIN LOGIN CSS*/
.login-form-box {
    position: relative;
    max-width: 95%;
    width: 370px;
    margin: 13% auto 0;
}

@media (min-width: 768px) {
    .login-form-box {
        margin: 10% 25% 0;
    }

    .errorPopUp, .processStatPop {
        left: 45%;
        top: 45%;
    }
}

.login-form {
    margin: 0;
    padding: 30px 20px 20px;
    border-radius: 5px;
}

.text-group {
    position: relative;
    margin-bottom: 45px;
}

.text-input {
    line-height: 1.42857143;
    font-size: 18px;
    padding: 5px 10px 5px 5px;
    -webkit-appearance: none;
    display: block;
    background: #e9ecf3;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #757575;
}

    .text-input:focus {
        outline: none;
    }

.input-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.text-input:focus ~ .input-label, .text-input.used ~ .input-label {
    top: -20px;
    transform: scale(.75);
    left: -2px;
    color: #666;
}

.text-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .text-bar:before, .text-bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #4a89dc;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .text-bar:before {
        left: 50%;
    }

    .text-bar:after {
        right: 50%;
    }

.text-input:focus ~ .text-bar:before, .text-input:focus ~ .text-bar:after {
    width: 50%;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #4a89dc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #4a89dc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.text-input:focus ~ .text-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.text-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
/*END LOGIN CSS*/

/*
.MathalyLoader {
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 1000;
    display: none;
}
@media (min-width: 769px) {
    .MathalyLoader {
        left: 50%;
        top: 45%;
    }
}
*/
.RectangleBox {
    background: #ffffff;
    padding: 10px 15px 5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #008800;
}

.RectangleBox .number {
    float: left;
    display: inline-block;
}

.RectangleBox .number h3 {
    margin: 0 0 0;
    padding: 0;
    font-size: 30px;
}

.RectangleBox .number small {
    font-size: 12px;
    color: #AAB5BC;
    font-weight: 600;
    text-transform: uppercase;
}

.RectangleBox .icon {
    display: inline-block;
    float: right;
    padding: 7px 0 0;
    font-size: 20px;
}

.reportStudents {
    padding: 10px 20px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background-color: #e9ecf3;
}

.reportStudents:hover {
    color: #FFFFFF;
    background-color: #f18020;
}

.hide {
    display: none;
}

.show {
    display: block;
}

@media (min-width: 768px) {
    .RectangleBox {
        padding: 10px 15px 5px;
        margin-bottom: 20px;
    }

        .RectangleBox .number h3 {
            margin: 0;
            font-size: 50px;
            line-height: 1.2;
        }

        .RectangleBox .number small {
            font-size: 14px;
        }
}

.sprite {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ProfileBadgeHolder {
    width: 172px;
    height: 180px;
    margin: 0px 20px;
    cursor: pointer;
}

.ProfileBadgeBoy {
    background-position: -601px -1429px;
    background-image: url(../Images/MathalyUI2.png);
}

.ProfileBadgeGirl {
    background-position: -419px -1554px;
    background-image: url(../Images/MathalyUI2.png);
}

.fontSizeMedium {
    font-size: 16.6px;
}

.fontFaceExtraBold {
    font-weight: 800;
}

.ProfileBadgeGradeText {
    width: 134px;
    height: 57px;
}

.Grade1Img {
    background-position: -798px -1386px;
    background-image: url(../Images/MathalyUI2.png);
}

.Grade2Img {
    background-position: -775px -1504px;
    background-image: url(../Images/MathalyUI2.png);
}

.Grade3Img {
    background-position: -775px -1563px;
    background-image: url(../Images/MathalyUI2.png);
}

.Grade4Img {
    background-position: -775px -1445px;
    background-image: url(../Images/MathalyUI2.png);
}

.Grade5Img {
    background-position: -727px -1622px;
    background-image: url(../Images/MathalyUI2.png);
}

.profileBadgeGreen {
    position: absolute;
    left: 10px;
    bottom: 15px;
    width: 150px;
    color: rgb(56, 34, 7);
}
