html{
    height: 100%;
}
#AJAXTransferWarningBox{
    position: fixed;
    bottom: 0px;
    margin-left: 4%;
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
    color: #AA0000;
    background-color: #ffffff;
    z-index: 1000; 
}
.image128{
    width: 128px;
}
.image64{
    width: 64px;
}
#starOfTheSession, #manageStudent-emergencyContact{
    display : block;
    width: 60%;
    height: 64px;
    line-height:64px;
    border-radius: 25px;
    border: 2px solid #990000;
    background-color: #EEEEEE;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.starOfTheSession-text, .manageStudent-emergencyContact-text{
     display: inline-block;
     vertical-align: middle;
     height: 64px;
     padding-left: 10px;
          padding-right: 10px;
          font-size: 40px;
}
.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 150%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 16px;
    height: 18px;
    padding: 5px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    display: inline-block;
    font: 16px Arial, sans-serif;
    margin-right: 10px;
}
#esmsLogo{
    margin: auto;
    height: 300px;
}
.largeRedBordered{
    font-size: 40px;
    color: #cc0000;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #AA0000;
    width: 600px;
    margin: auto;
    margin-top: 40px;

}
.smallBlack{
    color: #000000;
    font-size: 20px;
}
.deviceNotRegistered{



}
#logOut{
    position: relative;
    float: right;
    margin-right: 20px;
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
    background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
    background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
    background-image: -o-linear-gradient(top, #d93434, #b82b2b);
    background-image: linear-gradient(to bottom, #d93434, #b82b2b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 100px;
}
#logoutSpacer{
    float: left;
    width: 100px;
    margin-left: 20px;
}
#videoLoadingMessage{
    padding-top: 100px;
}
.white_content {
    display: none;
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    padding: 0px;
    border: 0px;
    background-color: white;
    z-index:1002;
    overflow: hidden;
}
.white_content_showonload {
    display: block;
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    padding: 0px;
    border: 0px;
    background-color: white;
    z-index:1002;
    overflow: hidden;
}
.verticalAlignMiddle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
body{
    background-color: #eeeff4;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.width60{
    width: 60px;
}
#settingsGradingRevisionTable th{
    border: 1px solid;
    text-align: left;
    padding: 8px;
    font-size: 20px;
    background-color: #e9e9e9;
}


#settingsGradingRevisionTable td{
    border-bottom: 1px solid;   
    background-color: #ffffff;
    font-size: 16px;
    padding: 4px;
}
.displayShow{
    display: block;
}
.displayHidden{
    display: none;
}
#settingsGradingRevisionTable td.bglightred{
    background-color: #ffdddd;
}
#settingsGradingRevisionTable td.bglightgreen{
    background-color: #ddffdd;
}
.readyToGradeBox{
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid;
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
    background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
    background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
    background-image: -o-linear-gradient(top, #d93434, #b82b2b);
    background-image: linear-gradient(to bottom, #d93434, #b82b2b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    padding: 3px 0px 3px 0px;
}


.RTGBCounter{
    width: 200px;
    float: right;
    position: relative;
}
#bodyMargin{
    width: 99%;
    height: 100%;
    margin: auto;
    padding-top: 5px;
}
.moveZoneButton{
    width: 50px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
#appMoveAnalyseTable{
    width: 90%;
    margin: auto;
    clear: both;
}
.center{
    text-align: center;
}
.studentPrepPopupTitle{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.flaggedTitle{
    margin-top: 15px;
    color: #000066;
}
.popupBorder{
    width: 95%;
    height: 90%;
    border: 5px solid red;
    margin: auto;
    padding: 10px;
    overflow: auto;

}
.registerToGrade {
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
    background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
    background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
    background-image: -o-linear-gradient(top, #d93434, #b82b2b);
    background-image: linear-gradient(to bottom, #d93434, #b82b2b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;

}

.registerToGrade:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

#runAppOuterPageWrap{
    width: 100%;
    height: 100%;
    min-width: 820px;
}
#padError{
    border-radius: 25px;
    background: #990000;
    padding-top: 10px;
    width: 100%;
    height: 150px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 220px;

}
.applicationSelection{
    width: 95%;
    height: 95%;
    margin: auto;
    margin-top: 1%;
}
#mainheader{
    border-radius: 25px;
    background: #c20202;
    background-image: -webkit-linear-gradient(top, #c20202, #8a0404);
    background-image: -moz-linear-gradient(top, #c20202, #8a0404);
    background-image: -ms-linear-gradient(top, #c20202, #8a0404);
    background-image: -o-linear-gradient(top, #c20202, #8a0404);
    background-image: linear-gradient(to bottom, #c20202, #8a0404);
    padding-top: 10px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}   
.mainheader{
    border-radius: 25px;
    background: #c20202;
    background-image: -webkit-linear-gradient(top, #c20202, #8a0404);
    background-image: -moz-linear-gradient(top, #c20202, #8a0404);
    background-image: -ms-linear-gradient(top, #c20202, #8a0404);
    background-image: -o-linear-gradient(top, #c20202, #8a0404);
    background-image: linear-gradient(to bottom, #c20202, #8a0404);
    padding-top: 10px;
    width: 100%;
    min-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    clear: both;
}   
.messageCentreTitle{

}
#subheader, .subheader{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    padding-top: 10px;
    width: 50%;
    min-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;

    margin: auto;
    margin-bottom: 20px; 
}
#subheaderGreen, .subheaderGreen{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #98db34, #80b929);
    background-image: -moz-linear-gradient(top, #98db34, #80b929);
    background-image: -ms-linear-gradient(top, #98db34, #80b929);
    background-image: -o-linear-gradient(top, #98db34, #80b929);
    background-image: linear-gradient(to bottom, #98db34, #80b929);
    padding-top: 10px;
    width: 50%;
    min-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;

    margin: auto;
    margin-bottom: 20px; 
}
#lessonTitleContainer{
    text-align: left;
    margin-left: 10px;
}

.loginText{
    border-radius: 25px;
    background: #990000;
    padding-top: 10px;
    width: 200PX;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: auto;


}
.floatLeftBack{
    position: relative;
    float: left;
    margin-left: 10px;
}
.floatLeft{settingsGradingRevisionTable
           position: relative;
           float: left;
           width: 48%;

}
#bottomMarginForWifiBox{
    height: 90px;
    clear: both;
}
.floatLeftNoWidth{
    position: relative;
    float: left;
}
.floatRight{
    position: relative;
    float: right;
    width: 48%;
}
.floatRightBasic{
    position: relative;
    float: right;
}
.floatRight2{
    position: relative;
    float: right;
    width: 150px;

}
.floatRightSMB{
    float: right;
    margin-right: 10px;
}
.floatRightSMB2{

}
.appLessonDaySelection{

    float: right;
    margin-right: 10px;
    width: 200px;
    height: 60px;
    color: #ffffff;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
    border: 2px solid #000000;
    padding-top: 7px;
    text-align: center;
    font-size: 22px;
    background-image: -webkit-linear-gradient(top, #00AA00, #006600);
    background-image: -moz-linear-gradient(top, #00AA00, #006600);
    background-image: -ms-linear-gradient(top, #00AA00, #006600);
    background-image: -o-linear-gradient(top, #00AA00, #006600);
    background-image: linear-gradient(to bottom, #00AA00, #006600);


}
#settingsIcon{
    position: relative;
    top: -10px;
    float: right;
    height: 60px;
    width: 60px;
    padding-right: 3px;

}
.smallTouchButton{
    position: relative;
    top: -10px;
    float: right;
    height: 60px;
    width: 60px;
    padding-right: 3px;  
}
#titleSpacer{
    height: 60px;
    width: 60px;
    float: left;
    left: 3px;
}


.loginBox{
    width: 300px;
    height: 50px;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 10px;
}
#loginButton{
    border-radius: 25px;
    background: #990000;
    padding-top: 10px;
    display: inline;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin: auto;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
#WrongAccount{
    border-radius: 25px;
    background: #990000;
    padding-top: 10px;
    width: 500px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin: auto;
    padding-bottom: 15px; 
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}
#loginArea{

}
.module_right{
    float: right;
    background: #c20202;
    background-image: -webkit-linear-gradient(top, #c20202, #8a0404);
    background-image: -moz-linear-gradient(top, #c20202, #8a0404);
    background-image: -ms-linear-gradient(top, #c20202, #8a0404);
    background-image: -o-linear-gradient(top, #c20202, #8a0404);
    background-image: linear-gradient(to bottom, #c20202, #8a0404);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    width: 49%;
    height: 150px;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
}
.module_left{
    background: #c20202;
    float: left;
    background-image: -webkit-linear-gradient(top, #c20202, #8a0404);
    background-image: -moz-linear-gradient(top, #c20202, #8a0404);
    background-image: -ms-linear-gradient(top, #c20202, #8a0404);
    background-image: -o-linear-gradient(top, #c20202, #8a0404);
    background-image: linear-gradient(to bottom, #c20202, #8a0404);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    width: 49%;
    height: 150px;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
}

.module_left:hover{
    background: #f5030f;
    background-image: -webkit-linear-gradient(top, #f5030f, #b80000);
    background-image: -moz-linear-gradient(top, #f5030f, #b80000);
    background-image: -ms-linear-gradient(top, #f5030f, #b80000);
    background-image: -o-linear-gradient(top, #f5030f, #b80000);
    background-image: linear-gradient(to bottom, #f5030f, #b80000);
    text-decoration: none;
}
.module_long_thin{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    width: 99%;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    font-size: 25px;


}
.module_long_thin:hover{
    background: #f5030f;
    background-image: -webkit-linear-gradient(top, #f5030f, #b80000);
    background-image: -moz-linear-gradient(top, #f5030f, #b80000);
    background-image: -ms-linear-gradient(top, #f5030f, #b80000);
    background-image: -o-linear-gradient(top, #f5030f, #b80000);
    background-image: linear-gradient(to bottom, #f5030f, #b80000);
    text-decoration: none;
}

.beltButton{
    background: #c20202;
    background-image: -webkit-linear-gradient(top, #c20202, #8a0404);
    background-image: -moz-linear-gradient(top, #c20202, #8a0404);
    background-image: -ms-linear-gradient(top, #c20202, #8a0404);
    background-image: -o-linear-gradient(top, #c20202, #8a0404);
    background-image: linear-gradient(to bottom, #c20202, #8a0404);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    width: 200px;
    height: 110px;
    padding-top: 20px;
    text-align: center;
    font-size: 40px;   
}
.module_right:hover{
    background: #f5030f;
    background-image: -webkit-linear-gradient(top, #f5030f, #b80000);
    background-image: -moz-linear-gradient(top, #f5030f, #b80000);
    background-image: -ms-linear-gradient(top, #f5030f, #b80000);
    background-image: -o-linear-gradient(top, #f5030f, #b80000);
    background-image: linear-gradient(to bottom, #f5030f, #b80000);
    text-decoration: none;
}

.moduleLine{
    clear: both;
    height: 200px;
}

.settingsBoxTitle{
    font-size: 25px;
    background-color: #e9e9e9;
    border-left: 2px solid #444444;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-top: 2px solid #444444;  
    width: 97%;
    margin: auto;
    padding: 8px;
}
.settingsContent{
    width: 97%;
    margin: auto;
    padding: 8px;
    border-left: 2px solid #444444;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
.expandingArrow{
    float: right; 
    width: 45px;
}
.settingsContent{
    display: none;
}
.displayNone{
    display: none;
}
.padding60{
    padding: 60px;
}
.largeSelectionButton{
    width: 500px;
    height: 60px;
    background: #FF0000;
    background-image: -webkit-linear-gradient(top, #FF0000, #AA0000);
    background-image: -moz-linear-gradient(top, #FF0000, #AA0000);
    background-image: -ms-linear-gradient(top, #FF0000, #AA0000);
    background-image: -o-linear-gradient(top, #FF0000, #AA0000);
    background-image: linear-gradient(to bottom, #FF0000, #AA0000);
    -webkit-border-radius: 28;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    margin: auto;
    padding-top: 15px;
}
.marginTop20{
    margin-top: 20px;
}

.DeviceMarginAmendment{
    padding-top: 50px !important;
    width: 300px !important;
    height: 100px !important;
}
#assessLaterAjaxLoaderContainer{
    position: relative;
    float: left;
    width: 50px;
    text-align: right;
}
#assessLaterAjaxLoaderContainer_keepCenter{
    position: relative;
    float: right;
    width: 50px;
    text-align: left;
}

.standardTable{
    width: 100%;
    border-spacing: 0px;
}
.standardTable th{
    border: 1px solid;
    margin: 0px;
    padding:7px;
    font-size: 17px;
}
.standardTable td{
    border: 1px solid;
    border-top: 0px;
    margin: 0px;
    padding:7px;
    font-size: 17px;
    text-align: center;
}

.settingsIconSmall{
    width: 30px;
    height: 30px;
    padding: 0px ;
    margin: 0px ;
}
.smallPadding{
    padding: 3px !important;
    margin: 0px;
}
.mediumPadding{
    padding: 10px !important;
    margin: 0px;

}
.clearBoth{
    clear: both;
}
.formAlignRight{
    text-align: right;
    padding-right: 10px;
    font-size: 18px;
}
.zoneFormAlignRight{
    text-align: right;
    padding-right: 3px;
    font-size: 18px;
    width: 50% !important;
}
#lessonUpdateSubmit{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    padding-top: 7px;
    width: 150px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold; 
    margin: auto;
    margin-bottom: 20px; 
    margin-top: 20px;
}
.existingZoneButton{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    padding-top: 10px;
    width: 50%;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;

    margin: auto;
    margin-bottom: 20px; 
}
#moduleNameSubmit{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    padding-top: 7px;
    width: 200px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold; 
    margin: auto;

}
#moduleNameSubmit2{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    padding-top: 7px;
    width: 200px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold; 

}
nopadding{
    padding: 0px;
    margin: 0px;
}
h2{
    text-align: center;
}
.moduleSubtitle{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.fifty{
    width: 50%;
}
.moduleManageButton{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    padding-top: 7px;
    width: 300px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold; 
    margin: auto;
    margin-bottom: 5px; 
    margin-top: 5px;


}
.formEntryLine{
    min-height: 25px;
}
.lessonFormEntryLine{
    height: 47px;
}
.createNewLongButton{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #000000;
}

.fullPageForm{
    font-size: 40px;
    padding-top: 150px;
}
.fullPageLargeForm{
    font-size: 40px;
    padding-top: 50px; 
}
.explainationLineWithPadding{
    font-size: 16px;
    color: #333333;
    padding-bottom: 50px;
}
.explainationLine{
    position: relative;
    font-size: 16px;
    color: #333333;
    top: -5px;
}
#formSpacer{
    height: 155px;
}
#formSpacerCramped{
    height: 55px; 
}
.largeFormBox{
    font-size: 33px;

}
.crampedForm{
    margin-bottom: 5px !important; 
}
#submitNewModule, #createNewLessonNow{
    border-radius: 25px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    padding-top: 7px;
    width: 300px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold; 
    margin: auto;
    margin-bottom: 5px; 
    margin-top: 5px; 
}
#newZoneBox{
    font-size: 20px;
}
.textToLeft{
    text-align: left;
}
#prefilled{
    font-size: 20px;
    width: 80px;
}
.float3ColsLeft{
    width: 33%;
    text-align: center;
    float: left;

}
.float3ColsRight{
    width: 33%; 
    text-align: center;
    float: right;

}
.float3ColsCenter{
    margin: auto;
    width: 33%;   
    text-align: center;


}
.Image16px{
    width: 16px;
    height: 16px;
}
.runAppdescIcon{
    width: 30px;
    margin-top: 5px;
}
#runAppdescIconPlus{
    padding-right: 5px;
}
#runAppdescIconMinus{
    position: relative;
    float: right;
    top: -8px;

}
.alignRight{
    text-align: right;
}
#runAppdescWrap{
    border: 1px solid;
    padding: 5px;
    display: none;
}
#runAppdescArea{
    font-size: 20px;
    min-height: 24px;
}
.ZoneMoveBox{
    margin: auto;
    margin-bottom: 10px;
    width: 80%;
    min-height: 100px;
    color: #ffffff;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
    border: 0px solid #000000;
    padding-top: 20px;

    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);

}
.blueLink{
    color: #2980b9;
}
#lessonAppLoadingScreen{
    background: #f5030f;
    background-image: -webkit-linear-gradient(top, #f5030f, #b80000);
    background-image: -moz-linear-gradient(top, #f5030f, #b80000);
    background-image: -ms-linear-gradient(top, #f5030f, #b80000);
    background-image: -o-linear-gradient(top, #f5030f, #b80000);
    background-image: linear-gradient(to bottom, #f5030f, #b80000);
    border: 1px solid;
    margin: 0px;
    width: 100%;
    padding-top: 30%;
    height: 70%;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    top: -20px;
}
#lessonAppMoveSelectionScreenControl{
    display: none;
}
#lessonAppLinearMoveSelectionScreenControl{
    display: none;
}
#lessonAppMoveAssessmentScreenControl{
    display: none;
}
#lessonAppStudentProgress{
    display: none;
}
.moveBox{
    border-radius: 25px;
    border: 2px solid #990000;
    padding: 20px;
    width: 92%;
    margin: 15px;
    position: relative;
    float: left;      
    font-size: 25px;


}

.marginTop10{
    margin-top: 10px;
}

.messageCentreBox{
    border-radius: 25px;
    border: 2px solid #990000;
    padding: 20px;
    width: 95%;
    margin: auto;
    margin-top: 5px;
    position: relative;  
    font-size: 25px;   
    text-align: center;
}
.boxTitle{
    border-radius: 15px;
    border: 2px solid #990000;
    background-color: #990000;
    color: #ffffff;
    position: relative;
    top: -40px;
    width: 320px;
    padding-left: 20px;
    clear: both;
    font-size: 22px;

}
.boxTitleRotatingTechnique{
    border-radius: 15px;
    border: 2px solid #990000;
    background-color: #990000;
    color: #ffffff;
    position: relative;
    top: -40px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
    font-size: 22px;
    display: inline-block;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


.appMoveButton{
    border-radius: 15px;
    //border: 6px solid #99FF33 ;
    //background-color: #990033;
    color: #ffffff;
    width: 80%;
    margin: 5px;
    padding: 20px;
    position: relative;
}

.techniqueNumber {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: white;
    color: black;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.runAppSmallButton{
    margin: auto;
    margin-left: 10px;
    margin-bottom: 3px;
    width: 250px;
    height: 33px;
    color: #ffffff;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
    border: 2px solid #000000;
    padding-top: 7px;
    text-align: center;
    font-size: 22px;
    background-image: -webkit-linear-gradient(top, #00AA00, #006600);
    background-image: -moz-linear-gradient(top, #00AA00, #006600);
    background-image: -ms-linear-gradient(top, #00AA00, #006600);
    background-image: -o-linear-gradient(top, #00AA00, #006600);
    background-image: linear-gradient(to bottom, #00AA00, #006600);
}
.runAppSmallButtonInactive{
    margin: auto;
    margin-left: 10px;
    margin-bottom: 3px;
    width: 250px;
    height: 33px;
    color: #ffffff;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
    border: 2px solid #000000;
    padding-top: 7px;
    text-align: center;
    font-size: 22px;
    background-image: -webkit-linear-gradient(top, #C3D3C3, #A3B3A3);
    background-image: -moz-linear-gradient(top, #C3D3C3, #A3B3A3);
    background-image: -ms-linear-gradient(top, #C3d3C3, #A3B3A3);
    background-image: -o-linear-gradient(top, #C3D3C3, #A3B3A3);
    background-image: linear-gradient(to bottom, #C3D3C3, #A3B3A3);
}

.runAppSmallButtonActionCentre{
    margin: auto;
    margin-top: 8px;
    width: 250px;
    height: 33px;
    color: #ffffff;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
    border: 2px solid #000000;
    padding-top: 7px;
    text-align: center;
    font-size: 22px;
    background-image: -webkit-linear-gradient(top, #00AA00, #006600);
    background-image: -moz-linear-gradient(top, #00AA00, #006600);
    background-image: -ms-linear-gradient(top, #00AA00, #006600);
    background-image: -o-linear-gradient(top, #00AA00, #006600);
    background-image: linear-gradient(to bottom, #00AA00, #006600);  
}
.studentList {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #990000;
    width: 250px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;

}

#moduleMoveList{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #990000;
    width: 250px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden; 
}
.studentTitle{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 2px solid #990000;
    width: 250px;
    margin-right: 5px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    background-color: #990000;
    clear: both;
}
.zoneList{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
.student{
    width: 235px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    border-top: 2px solid #990000;

}
#AssessMoveContainer{
    display: none;
}
#moveBox, #moveBox2{
    border-radius: 25px;
    border: 2px solid #990000;
    padding: 20px;
    width: calc(100% - 350px);
    min-width: 400px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-right: 5px;
    position: relative;
    float: right;   
    background-color: #ffffff;   
}
.getStartedLinear{
    height: 100% !important;
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    text-align: center;
}
#linearMoveBox{
    border-radius: 25px;
    border: 2px solid #990000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: calc(100% - 350px);
    min-width: 400px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-right: 5px;
    position: relative;
    margin-left: 300px;
    background-color: #ffffff;   

}
.boxTitleLinear{
    display: inline-block;
    border-radius: 15px;
    border: 2px solid #990000;
    background-color: #990000;
    color: #ffffff;
    position: relative;
    top: -20px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
}
.runAppTechniqueCol{
    width: 200px;
}


.runAppprogressButton1, .runAppprogressButton2, .runAppprogressButton3, .runAppprogressButton4, .runAppprogressButton5, .runAppprogressButton6, .runAppprogressButton7, .runAppprogressButton8, .runAppprogressButton9, .runAppprogressButton10, .runAppprogressButton11, .runAppprogressButton12{
    width: 40px;
    height: 60px;
    border: 0px;
}

.runAppprogressButton1{
    background-color: #CC3300;

}
.runAppprogressButton2{
    background-color: #BB4400;
}
.runAppprogressButton3{
    background-color: #B25500;
}
.runAppprogressButton4{
    background-color: #AA6600;
}
.runAppprogressButton5{
    background-color: #A17700;
}
.runAppprogressButton6{
    background-color: #998800;
}
.runAppprogressButton7{
    background-color: #909900; 
}
.runAppprogressButton8{
    background-color: #88AA00;
}
.runAppprogressButton9{
    background-color: #7FBB00;
}
.runAppprogressButton10{
    background-color: #77CC00;
}
.runAppprogressButton11{
    background-color: #6EDD00;
}
.runAppprogressButton12{
    background-color: #66FF00;
}
.runAppprogressGauge{
    width: 30px;
    height: 30px !important;
    width: 40px;
    background-color: #000033;
}
.runAppprogressGaugeThird{
    width: 30px;
    height: 30px !important;
    width: 40px;
    background-color: #000033;
    color: #0000ff;
    border-left: 1px solid #000000 !important;
    border-top: 0px !important;
    border-bottom: 1px solid #000000 !important;
}
.thSubTitle{
    background-color: #ddddff;
    font-weight: bold;
    border-left: 0px !important;
}
.thSubGradingButton{
    background-color: #ddddff;
    font-weight: bold;
    border-right: 0px !important;
}
#appTable, #appTr{
    border: 0px;
}
.appTr{
    margin: 0px !important;
    padding: 0px !important;
}
.appTr td{

    margin: 0px !important;
    padding: 0px !important;
}
#SAstudentStatName{
    font-size: 26px;
}

.runAppBGblue{
    background-color: #000033;
}
.runAppBG1, .runAppBG0{
    background-color: #CC3300;
}
.runAppBG2{
    background-color: #BB4400;
}
.runAppBG3{
    background-color: #B25500;
}
.runAppBG4{
    background-color: #AA6600;
}
.runAppBG5{
    background-color: #A17700;
}
.runAppBG6{
    background-color: #998800;
}
.runAppBG7{
    background-color: #909900; 
}
.runAppBG8{
    background-color: #88AA00;
}
.runAppBG9{
    background-color: #7FBB00;
}
.runAppBG10{
    background-color: #77CC00;
}
.runAppBG11{
    background-color: #6EDD00;
}
.runAppBG12{
    background-color: #66FF00;
}
.runAppBDblue{
    border: 6px solid #000033;
}
.runAppBD1, .runAppBD0{
    border: 6px solid #CC3300;

}
.runAppBD2{
    border: 6px solid #BB4400;
}
.runAppBD3{
    border: 6px solid #B25500;
}
.runAppBD4{
    border: 6px solid #AA6600;
}
.runAppBD5{
    border: 6px solid #A17700;
}
.runAppBD6{
    border: 6px solid #998800;
}
.runAppBD7{
    border: 6px solid #909900; 
}
.runAppBD8{
    border: 6px solid #88AA00;
}
.runAppBD9{
    border: 6px solid #7FBB00;
}
.runAppBD10{
    border: 6px solid #77CC00;
}
.runAppBD11{
    border: 6px solid #6EDD00;
}
.runAppBD12{
    border: 6px solid #66FF00;
}
