﻿body {
    counter-reset: section; /* Set a counter named 'section', and its initial value is 0. */
}

#navFilterSelection,
.selectionmenu-grade,
.selectionmenu-team,
.selectionmenu-period,
.selectionmenu-course,
.selectionmenu-section,
#pnlAdditionalOptionsCollapse {
    display: none !important;
}

#lblAvailableStorage1,
#lblAvailableStorage2,
#lblUsedStorage1,
#lblUsedStorage2 {
    text-align: right;
}

.ui-tooltip, .arrow:after {
    background: rgba(89,90,92,.8);
    border: 1px solid #006998;
}

.ui-tooltip {
    /*letter-spacing:0.1em;*/
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    font: bold small arial,verdana;
    /*text-transform: uppercase;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3); /*FF 3.5+*/
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)"; /*IE 8*/
    text-shadow: 2px 2px 2px #000000; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)"; /*IE 8*/
        -moz-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3); /*FF 3.5+*/
        -webkit-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }



.invalid {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#DA2128)"; /*IE 8*/
    -moz-box-shadow: 0 0 4px 1px #DA2128; /*FF 3.5+*/
    -webkit-box-shadow: 0 0 4px 1px #DA2128; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 4px 1px #DA2128; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#DA2128); /*IE 5.5-7*/
}



#FitnessAssessmentLevlesTablesContainer {
    font-size: xx-small;
}

    #FitnessAssessmentLevlesTablesContainer > div > div:first-child {
        padding-right: 5px;
    }

    #FitnessAssessmentLevlesTablesContainer > div > div:last-child {
        padding-left: 5px;
    }

    #FitnessAssessmentLevlesTablesContainer table > caption > h4 {
        font-size: small;
    }

.modal-body {
    overflow-y: auto;
}

.list-group-item-info {
    border-color: #bce8f1;
}

.labelCounter {
    padding-left: 20px;
}

    .labelCounter:before {
        counter-increment: section; /* Increment the value of section counter by 1 */
        content: counter(section) ")"; /* Display the value of section counter */
        margin-left: -20px;
        position: absolute;
    }

td table {
    margin: auto;
    width: 100%;
}

#VAMPortfolioContainer div.control-label {
    margin-bottom: 5px;
}

/*#VAMPortfolioContainer div.panel-footer{
            text-align:right;
        }*/

.control-label > span:first-child {
    width: 25px;
}

.table-sm {
    font-size: smaller;
}

.alert-sm {
    font-size: small;
    padding: 7.5px;
    margin-bottom: 10px;
    border-radius: 4px;
}

#cblCourses > tbody > tr > td {
    padding: 2.5px 0;
    border-top: 1px solid #ddd;
}

    #cblCourses > tbody > tr > td > span,
    #cblCourses > tbody > tr > td > label {
        cursor: pointer;
    }

        #cblCourses > tbody > tr > td > span > label,
        #cblCourses > tbody > tr > td > label {
            font-weight: normal;
            margin-left: 5px;
        }

#dlgRubricPhysicalEducation > div {
    width: 90%;
}

div.modal-body > table {
    font-size: smaller;
    margin: auto;
}

    div.modal-body > table th,
    div.modal-body > table td {
        vertical-align: middle;
    }

    div.modal-body > table > thead > tr > th {
        text-align: center;
        vertical-align: middle;
        /*background-color: #00B3F0;
                color: #FFF;*/
    }

    div.modal-body > table > tbody > tr:nth-last-child(-n+4) > th:first-child {
        /*background-color: #006998;
                color: white;*/
        text-align: center;
        /*vertical-align: middle;*/
    }

    div.modal-body > table > tbody > tr > td > ul {
        padding-left: 15px;
    }

    div.modal-body > table > tbody > tr > th > label {
        font-size: 1.25em;
    }

table.tblExistingFiles > caption {
    /*border-bottom: 1px solid #DA2128;*/
    font-weight: bolder;
    text-align: center;
}

table.tblExistingFiles > thead {
    font-weight: 600;
    color: #fff;
    background-color: #A8AAAD;
    border-color: #595A5C;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);*/
}

table.tblExistingFiles > tbody > tr > td {
    vertical-align: middle;
}

.ccpsBlue {
    background-color: #00B3F0;
}

.ccpsGreen {
    background-color: #A6CE39;
}

.ccpsDarkBlue {
    background-color: #006998;
}

.ccpsDarkGray {
    background-color: #595A5C;
}

.ccpsLightGray {
    background-color: #A8AAAD;
}

.ccpsRed {
    background-color: #DA2128;
}

.ccpsOrange {
    background-color: #F37021;
}

#FitnessAssessmentLevlesTablesContainer th,
#FitnessAssessmentLevlesTablesContainer td {
    text-align: center;
}

#FitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-last-child(-n+4) {
    color: #FFF;
}

#FitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(2) {
    background-color: #00B3F0;
}

#FitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(3) {
    background-color: #A6CE39;
}

#FitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(4) {
    background-color: #F37021;
}

#FitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(5) {
    background-color: #DA2128;
}

.tableBoys, .tableGirls {
    font-size: smaller;
}

#modalFitnessAssessmentLevlesTablesContainer th,
#modalFitnessAssessmentLevlesTablesContainer td {
    vertical-align: middle !important;
}

#modalFitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(1) {
    font-weight: bolder;
}

#modalFitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(2) {
    background-color: #00B3F0;
    color: #fff;
}

#modalFitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(3) {
    background-color: #A6CE39;
    color: #fff;
}

#modalFitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(4) {
    background-color: #F37021;
    color: #fff;
}

#modalFitnessAssessmentLevlesTablesContainer table > tbody > tr > td:nth-child(5) {
    background-color: #DA2128;
    color: #fff;
}

.tableBoys td, .tableGirls td, .tableBoys th, .tableGirls th {
    text-align: center;
}

.tableBoys th {
    /*border-color: #006998;*/
    font-weight: bolder;
    vertical-align: middle;
}

.tableGirls th {
    /*border-color: #DA2128 !important;*/
    font-weight: bolder;
    vertical-align: middle;
}

.tableBoys caption,
.tableGirls caption {
    text-align: center;
    border: 1px solid #DDD;
    padding: 10px 5px;
}

.tableBoys caption {
    background-color: aliceblue;
    color: #006998;
    border-bottom: 2px solid #006998;
}

    .tableBoys caption > * {
        color: #006998;
    }

.tableGirls caption {
    background-color: lavenderblush;
    color: #DA2128;
    border-bottom: 2px solid #DA2128;
}

    .tableGirls caption > * {
        color: #DA2128;
    }

.table-upload {
    font-size: smaller;
    width: 100%;
    border: 1px solid #bce8f1;
}

    .table-upload, .table-upload tr, .table-upload td, .table-upload th {
        border-color: #bce8f1;
    }

        .table-upload td,
        .table-upload th {
            padding: 5px;
            line-height: 1.42857143;
            vertical-align: middle !important;
        }


        .table-upload th {
            white-space: nowrap;
            font-weight: 600;
        }

        .table-upload > thead {
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1;
            background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
            background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
            background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
            background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
            background-repeat: repeat-x;
        }

/*.table-upload > tfoot {
            color: #3c763d;
            background-color: #dff0d8;
            border-color: #d6e9c6;
            background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
            background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
            background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
            background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
            background-repeat: repeat-x;
        }

            .table-upload > tfoot > tr > th {
                border-top: 1px solid #d6e9c6;
            }

        .table-upload > tbody > tr > td {
            border-top: 1px solid #bce8f1;
        }*/

#pageContainer > div:first-child > div > div.panel-footer > div.btn-group > button:first-child,
#pageContainer > div:last-child > div > div.panel-footer > div.btn-group > button:last-child {
    visibility: hidden;
}

span[id*=lblQuestioText] {
    display: block;
    width: 100%;
    text-align: justify;
}

.panel-body .list-group {
    margin: 0 0 0 20px;
}

.list-group > li {
    position: relative;
    display: block;
    padding: 5px 0;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.modal-body table > tbody > tr > th {
    text-align: center;
    vertical-align: middle;
    font-size: smaller;
    font-weight: normal;
}

    .modal-body table > tbody > tr > th > label {
        display: block;
        font-size: 1.5em;
        font-weight: 600;
    }

td.separator {
    background-color: #A8AAAD;
}

/*#aspnetForm {
    width: auto !important;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}*/

.modal-md {
    width: 450px;
}

#RubricContainer > table > tbody > tr > td > ul {
    padding-left: 25px;
}

.mirror {
    -moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform: scaleX(-1); /* Standard */
    filter: FlipH; /* IE 6/7/8 */
}

.editview {
    display: none;
}

#VAMPortfolioContainer div.panel-heading a[aria-expanded="true"]::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e260";
    float: right;
}

#VAMPortfolioContainer div.panel-heading a[aria-expanded="false"]::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e259";
    float: right;
}

.aspNetDisabled {
    opacity: 1 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fcfcfc;
    opacity: 1;
}

table.tblCertDataReview {
    margin: auto;
}

    table.tblCertDataReview > tbody > tr > td:nth-child(1) {
        font-size: smaller;
    }

    table.tblCertDataReview .form-control {
        text-align: right;
    }

.modal-body {
    overflow-y: auto;
    max-height: 900px;
}

.table-info > thead > tr > th {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
    background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

/*table.table-upload > thead > tr > th:nth-child(3), 
td.fileSize {
    text-align: right;
}*/

table.table-upload > tbody > tr:nth-child(1) > td:nth-child(4) {
    text-align: center;
    width: 25px;
}

.response-container > ul,
.response-container > ol {
    padding-left: 40px;
}

.cke_chrome {
    border: 1px solid #245580 !important;
    box-shadow: none !important;
}

.cke_bottom {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580 !important;
    color: #fff;
}



#cbGetFromPrevious {
    display: none !important;
}

div.panel-body > ul,
div.panel-body > ol {
    margin: auto;
    padding-left: 15px;
}

.ui-sortable-handle {
    cursor: ns-resize;
}

.dropbable-placeholder {
    cursor: ns-resize;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-color: #4cae4c;
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
    background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#4CAE4C)"; /*IE 8*/
    -moz-box-shadow: 0 0 10px 1px #4CAE4C; /*FF 3.5+*/
    -webkit-box-shadow: 0 0 10px 1px #4CAE4C; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 10px 1px #4CAE4C; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#4CAE4C); /*IE 5.5-7*/
}

.label-finalevaluation {
    width: 155px;
}

input[type=number] {
    padding-right: 2em;
}

    input[type=number]::-webkit-inner-spin-button {
        margin-top: -8px;
        margin-bottom: -9px;
        /*margin-right: -12px;*/
        opacity: 1;
    }

#ctl00_pageHeader > div.page-header {
    margin: 0 !important;
    padding-bottom: 10px;
}

#navDomains > li > a {
    padding: 8px 12px;
}

ul[id*=ctrlCheckBoxList] > li > label {
}

label[for] {
    cursor: pointer;
}

.domain-help {
    opacity: .5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .domain-help:hover {
        opacity: 1;
    }

.popover {
    max-width: 33.3333333vw;
}

.popover-title {
    font-weight: bold;
}

#gvTeachers_info {
    padding-left: 1.5em;
    padding-bottom: 1em;
}

#gvTeachers_filter {
    padding-right: 1.5em;
    padding-top: 1em;
}

#dlgRubric .panel-body > .row > div > ul {
    padding-left: 17px !important;
}

    #dlgRubric .panel-body > .row > div > ul > li {
        margin-bottom: .5em;
    }

        #dlgRubric .panel-body > .row > div > ul > li:last-child {
            margin-bottom: 0;
        }

.form-control.response-container,
textarea[name$=txtResponse].form-control {
    height: 114px;
}

.alertify .ajs-dialog {
    border-color: #ebccd1 !important;
}

.alertify .ajs-header {
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1 !important;
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
    color: #a94442 !important;
}

