﻿.waiting {
}

.padding-0 {
    padding: 0 !important;
}

.mastery-level td {
    min-width: 85px;
    padding: 4px;
    line-height: 24px;
}

.vcenter {
    vertical-align: middle;
}

.modal-vertical-centered {
    -moz-transform: translate(0, 40%) !important;
    -o-transform: translate(0, 40%) !important;
    transform: translate(0, 40%) !important;
    overflow-y: hidden;
}

.table-full-width {
    width: 100%;
}

.password-field,
.password-animal-picker,
.password-color-picker {
    cursor: pointer;
}

.news-feed-containter {
    border: 1px solid #5090c1;
}

.newsfeed-header {
    margin-bottom: 0;
}

.newsfeed-box {
    margin-right: 1px;
    height: 500px;
    overflow-y: scroll;
}

.color-yellow {
    color: #FFED74 !important;
}

*[class*="bg-color-"] {
    color: #ffffff;
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -o-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bg-color-blue {
    background: #307ecc;
    border-color: #307ecc;
}

.bg-color-blue2 {
    background: #5090c1;
    border-color: #5090c1;
}

.bg-color-blue3 {
    background: #6379aa;
    border-color: #6379aa;
}

.bg-color-green {
    background: #82af6f;
    border-color: #82af6f;
}

.bg-color-green2 {
    background: #2e8965;
    border-color: #2e8965;
}

.bg-color-green3 {
    background: #4ebc30;
    border-color: #4ebc30;
}

.bg-color-red {
    background: #e2755f;
    border-color: #e2755f;
}

.bg-color-red2 {
    background: #e04141;
    border-color: #e04141;
}

.bg-color-red3 {
    background: #d15b47;
    border-color: #d15b47;
}

.bg-color-purple {
    background: #7e6eb0;
    border-color: #7e6eb0;
}

.bg-color-pink {
    background: #ce6f9e;
    border-color: #ce6f9e;
}

.bg-color-orange {
    color: #855d10 !important;
    border-color: #e8b10d;
    background: #ffc657;
}

.bg-color-dark {
    border-color: #666666;
    background: #404040;
}

.bg-color-grey {
    border-color: #aaaaaa;
    background: #848484;
}

.expand-btn {
    cursor: pointer;
}

.hidden-row {
    display: none;
}

.avatar-item {
    margin-bottom: 15px;
    cursor: pointer;
}

.color-password-item {
    height: 80px;
}

.student-state-logo {
    right: -30px;
    bottom: -30px;
}

.student-info-box {
    border: 4px solid #307ECC;
    padding: 5px;
}

    .student-info-box img {
        padding: 0;
    }

.category-item {
    height: 180px;
    overflow: hidden;
}

    .category-item img {
        width: 120px;
    }

    .category-item p {
        width: 120px;
        margin: 0 auto;
    }

.register-container {
    width: 550px;
}

.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #ccc;
    overflow-y: scroll;
}

.autocomplete-suggestion:hover {
    background: #5090c1;
}

.result-table td {
    padding: 0 8px !important;
    line-height: 3 !important;
}

.result-table p {
    padding: 8px 0;
}

.result-table .white {
    background-color: #fff !important;
    color: black !important;
    text-align: center;
}

.result-table .light-blue {
    background-color: #bce8f1 !important;
}

.result-table .medium-blue {
    background-color: #307ecc !important;
}

.result-table .dark-blue {
    background-color: #000080 !important;
}

.signup-box .toolbar {
    border-top: 0;
}

    .signup-box .toolbar a {
        text-shadow: none;
    }

#tabCourseContent, #tabClassroomContent, #tabStudentContent {
    padding: 0;
    margin-top: 1px;
    border: 0;
}

.float-left {
    float: left;
}

.border-blue {
    border: 4px solid #307ecc;
}

.border-red {
    border: 4px solid #E04141;
}

.border-blue .table-bordered {
    border: 0 none;
}

.character-choosing-img {
    width: 60px;
    cursor: pointer;
}

.ajax-loader {
    background: url('img/ajax-loader.gif');
    width: 220px;
    height: 20px;
    margin: 0 auto;
}

#waitingBox {
    width: 100%;
    height: 100%;
}

    #waitingBox.in {
        display: table !important;
    }

    #waitingBox .waiting-cell {
        display: table-cell;
        vertical-align: middle;
    }

    #waitingBox .modal-dialog {
        width: 270px;
    }

/*Preload Loading Image*/
.container:first-child:after {
    content: url('img/ajax-loader.gif');
    display: none;
}

.btn-student {
    width: 170px;
}

.student-box, .teacher-box {
    margin-bottom: 10px;
}

.cross-table-result:after {
    clear: both;
    display: table;
    content: '';
}

.cross-table-result table {
    margin: 0;
}

.cross-table-result .result-table td {
    padding: 0 !important;
}

    .cross-table-result .result-table td div {
        width: 60px;
        height: 34px;
        overflow: hidden;
    }

.cross-table-result .table-mastery {
    max-height: 450px;
    overflow: auto;
}

.cross-table-result .table-student {
    max-height: 450px;
    padding-bottom: 20px;
    overflow: hidden;
}

.cross-table-result .table-head {
    overflow: hidden;
    padding-right: 20px;
}

.cross-table-result .left-container {
    width: 15%;
    float: left;
}

.cross-table-result .right-container {
    float: left;
    width: 85%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.cross-table-result .left-container th {
    height: 200px;
    text-align: center;
    vertical-align: middle !important;
}

.cross-table-result .right-container th {
    height: 200px;
    text-align: left;
    padding: 0;
}

.cross-table-result th, .cross-table-result tr, .cross-table-result td {
    overflow: hidden;
}

.cross-table-result .header-container {
    width: 60px;
    height: 199px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.cross-table-result .improvement {
    width: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    color: green;
}

.cross-table-result .improvement-all {
    color: green;
}

.cross-table-result .rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 175px;
    height: 36px;
    position: absolute;
    bottom: 75px;
    left: -60px;
    text-align: left;
    font-weight: normal;
    font-size: 1.15em;
}

.table-student table td div {
    height: 18px;
    overflow: hidden;
}

.improvement-badge-box {
    float: left;
    margin-left: 50px;
}

    .improvement-badge-box > span {
        margin-right: 20px;
    }

.teacher-box .widget-title {
    color: #000;
}

.student-box .widget-title {
    color: #000;
}


.category-col {
    width: 445px;
}

@media print {
    .student-box {
        page-break-after: always;
        page-break-inside: avoid;
        width: 50% !important;
        float: left;
    }

    .teacher-box {
        page-break-after: always;
        page-break-inside: avoid;
        width: 50% !important;
        float: left;
    }
}


.waiting-img {
    width: 60px;
    height: 60px;
}

.state-logo {
    margin-right: 15px;
}

.letter-to-parent-title {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.forgot-password-detail {
    list-style-position: inside;
}

    .forgot-password-detail li {
        margin: 5px;
    }

.white-space-pre {
    white-space: pre;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.validation-summary-errors ul li{
    color: red;
}

.result-table > tbody > tr:nth-child(odd) > td {
    background: #fff;
}

th.header {
    cursor: pointer;
}

    th.header:after {
        content: '\f0dc';
        margin-left: 3px;
        font-size: 0.9em;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    th.header.headerSortUp:after {
        content: '\f0dd';
    }

    th.header.headerSortDown:after {
        content: '\f0de';
    }

.table-class-info tbody a {
    color: #000;
}

    .table-class-info tbody a:hover {
        color: #1973c1;
    }

.widget-header.selected {
    background: #82af6f !important;
}

.core-skill-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.2em;
}

.parent-home .col-md-3.pdf {
    float: right !important;
}

    .parent-home .col-md-3.pdf a {
        color: #000000;
    }

        .parent-home .col-md-3.pdf a img {
            height: 40px;
            color: #000000;
            margin-right: 5px;
        }

.row.parent-home.bg-parent-home, .row.parent-home.parent-list {
    margin-top: 26px;
}

.row.parent-home.bg-parent-home {
    padding: 30px 0;
}

    .row.parent-home.bg-parent-home div {
        /*height: 400px;
    background: rgb(244, 130, 59);*/
        margin: 0 auto;
        width: 560px;
    }

.row.parent-home.parent-list .newsfeed-box {
    height: 358px;
}

.row.parent-home.parent-list table.table-class-info {
    border: 4px solid #1973c1;
}

.row.parent-home.parent-list .control {
    margin-bottom: 10px;
}

    .row.parent-home.parent-list .control label {
        margin: 5px 0 0 5px;
    }

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

.table.children {
    margin-left: 10px;
}


.single-children {
    margin: 10px 0;
}

    .single-children tr td {
        text-align: center;
        vertical-align: middle;
    }

        .single-children tr td:nth-child(1) {
            text-align: left;
        }

    .single-children tr:first-child td {
        text-align: center;
    }

    .single-children.table-striped > tbody > tr > td {
        background: none;
    }

    .single-children.table-striped > tbody > tr:nth-child(2n) > td {
        background: none repeat scroll 0 0 #f0f8fc;
    }

[class^=icon-badge] {
    background-image: url(/Images/Improvement/badge.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    content: " ";
    display: block;
}

.result-table [class^=icon-badge] {
    float: right;
}

.icon-badge-10 {
    background-position: 0 0;
}

.icon-badge-25 {
    background-position: -40px 0;
}

.icon-badge-50 {
    background-position: -80px 0;
}

.icon-badge-100 {
    background-position: -120px 0;
}

.list-mark .tab-content {
    padding: 0;
    margin-top: 2px;
}

.list-mark tr th {
    background: none repeat scroll 0 0 #f0f8fc;
    color: #307ecc;
    font-weight: bold;
}

    .list-mark tr th:first-child a {
        background: none;
        color: #307ecc;
        padding: 0 3px;
    }

.list-mark .result-table tr th, .list-mark .result-table tr td {
    text-align: center;
}

    .list-mark .result-table tr th:first-child, .list-mark .result-table tr td:first-child {
        text-align: left;
    }

    .list-mark .result-table tr td [class^=icon-badge] {
        float: right;
    }

.list-mark [role="tablist"] [role="tab"] {
    font-weight: bold;
}

.parent-home:first-child {
    margin-bottom: 10px;
}

.table-recent-game thead tr th {
    text-align: center;
    width: 40px;
}

    .table-recent-game thead tr th:first-child, .table-recent-game thead tr th:nth-child(2), .table-recent-game tbody tr td:first-child, .table-recent-game tbody tr td:nth-child(2) {
        text-align: left;
    }

.table-recent-game tbody tr td {
    text-align: center;
    width: 50px;
}

@media (min-width: 900px) {
    .parent-home .col-md-3 {
        padding-left: 0;
    }

    .list-mark {
        margin-left: 80px;
    }
}

@media (max-width: 900px) {
    .parent-icon-social .col-md-6 {
        width: 100% !important;
        text-align: center !important;
    }
}


.intro-video {
    width: 660px;
    margin: 0 auto;
}

.school-choosing-box {
    position: absolute;
    top: 5px;
    right: 20px;
}

    .school-choosing-box .dropdown-menu a {
        font-size: 1.2em;
    }

#ValidateSummary {
    padding: 0;
    border: 0;
}

    #ValidateSummary .text-danger.block.field-validation-error, #ValidateSummary .text-danger.block.validation-summary-errors {
        padding: 5px 15px;
    }

    #ValidateSummary .alert.alert-danger.text-danger-success .text-danger.field-validation-valid.custom-error {
        color: #ffffff !important;
    }

    #ValidateSummary .alert.alert-danger.text-danger-success {
        background-color: #5cb85c !important;
        border-color: #5cb85c !important;
        color: #ffffff !important;
    }

.alert.text-danger-success {
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    color: #ffffff !important;
}

.change-school-btn {
}

.school-logo-box {
    cursor: pointer;
    display: table;
    width: 100%;
    position: relative;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.event-box {
    padding: 0 20px 0 0;
}

.size_lg {
    font-size: 1.3em;
}


.list-group.list-unstyled input[type=checkbox] {
    margin-right: 5px;
}

.table-textbox {
    padding: 0 !important;
    vertical-align: middle;
}

    .table-textbox td {
        vertical-align: middle;
    }

.unit-text {
    line-height: 33px;
}

.table-textbox input {
    height: 100%;
    padding-left: 20px;
    font-size: 1.3em;
    text-align: center;
}

.td-no-border-left {
    border-left: 0 !important;
}

.td-no-border-right {
    border-right: 0 !important;
}


.teacher-belong-check-box {
    margin: 0 4px 12px 12px !important;
}

.box-icon {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
}

.box-text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

@media (min-width: 1200px) {
    .box-text {
        width: 145px;
        line-height: 1.5em;
        font-size: 0.9em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-text {
        width: 120px;
        line-height: 1.5em;
        font-size: 0.9em;
    }

    .box-icon {
        width: 37px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-text {
        line-height: 1.5em;
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}

.team-logo {
    cursor: pointer;
}

.btn-login {
    margin-top: 3px;
    padding: 6px;
    margin-left: 10px;
}

.rollover-table td {
    padding: 5px 10px !important;
    line-height: 26px !important;
}

.rollover-table thead tr {
    background: #0c3566 !important;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.rollover-table tbody {
    color: #0c3566;
}

.js-choose-class {
    padding: 0;
}

.dropdown-title {
    background: #59595b;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.waiting-area {
    text-align: center;
    margin-top: 15px;
}

.dropdown-menu li a {
    text-align: left;
}


.background-blue {
    background-color: #e8f6fb;
}

.background-green {
    background-color: #38b34a;
}

.background-orange {
    background-color: #f15b29;
}

.color-orange {
    color: #f15b29;
}

.color-green {
    color: #38b34a;
}

.color-white {
    color: #ffffff;
}

.text-bold {
    font-weight: bold;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 12px;
}

canvas {
    width: 100%;
    height: auto;
    font-family: 'Open Sans', 'Oswald';
}

/*#region class extension */

.margin-10 {
    margin: 10px;
}

.margin-5 {
    margin: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-right-0 {
    margin-right: 0;
}


.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-top-5 {
    padding-left: 5px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-bottom-5 {
    padding-right: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}


.padding-top-0 {
    padding-top: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.clear-float {
    float: none !important;
}

.clear-padding {
    padding: 0;
}

.clear-margin {
    margin: 0;
}

.col-with-20 {
    width: 20%;
    float: left;
}

.display-block {
    display: block !important;
}



@media print {
    .container-chat, .btn-scroll-up, #tawkchat-iframe-container {
        display: none !important;
        visibility: hidden !important;
    }
}

div.footer a.social-icon {
        padding-top: 5px;
    }

    a.social-icon img {
        width: 30px;
        height: 30px;
    }

    .skin-skoolbo .footer ul.navbar-nav {
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    @media (min-width: 992px) {
        .skin-skoolbo .footer ul.navbar-nav {
            width: auto;
        }
    }