.clear{clear:both;}

.adminCourse{

    width: 298px;
    cursor: pointer;
    cursor: hand;
    min-height: 20px;
    font-family: calibri;
    font-size: 11px;
    border-radius: 0px;
}

.adminCourse:hover{

    background-color: #F4F8FC;
    text-decoration: underline;
}

.aSelectedCourse{

    float:left;
    text-align:left;
    vertical-align:middle;
    color:#000;
    font-size:11px;
    width:251px;
    padding-left:10px;
    height: 80%;
    padding-top:4px;
    background-color:transparent;
    border:solid;
    border-color:#999;
    border-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
}

.aSelectedCourse:hover{


}

.atLeast{

    color:#999;
    font-size:11px;
    font-family:Verdana, Geneva, sans-serif;
    float:left;
    cursor: default;
}

.atMost{

    color:#999;
    font-size:11px;
    font-family:Verdana, Geneva, sans-serif;
    float:right;
    cursor: default;
}

.body{
    background-color:#DDD;
    min-width: 1280;
    -webkit-appearance: none;
}

.body::selection{

    background: gray;
}

.backgroundLabel{

    position:relative;
    background-color:transparent;
    width: 300px;
    left:0;
}

.button{
    font-size-adjust:inherit;
    width:120px;
    height:30px;
    font-size:17px;
    position:relative;
    font-family:Verdana, Geneva, sans-serif;
}

.buttons{
    width:300px;
    position:relative;
}

.constInstruction{

    color:#999;
    font-size:11px;
    font-family:Verdana, Geneva, sans-serif;
    float:right;
    cursor: default;
}

.constraintButton{

    background-color:#C66;
    border-style:inset;
    border-color:#000;
    border-width:0px;
    border-radius: 2px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#FFF;
    float:right;
    height:20px;
    width:90px;
    position:relative;
    text-align:center;
    line-height: 1.4;
}

.course{

    float:left;
    text-align:left;
    color:#000;
    font-size:11px;
    width:278px;
    min-height:15px;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
    background-color: #AA2B2B;
    border-radius: 0px;
    cursor: pointer;
    cursor: hand;
}

.course:hover{

    background-color: white;
    text-decoration: underline;
}

.course:first-child{

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.course:last-child{

    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.courseList{

    position:absolute;
    font-family:calibri, Geneva, sans-serif;
    width:298px;
    top:31px;
    left:inherit;
    background-color:white;
    text-align:left;
    z-index:5;
    border-right: groove;
    border-right-width: 1px;
    border-left: groove;
    border-left-width: 1px;
    border-bottom:groove;
    border-bottom-width: 0px;
    border-width: 1px;
    border-color: #666;
    border-radius: 5px;
    box-shadow: 0 3px 5px 1px #666;
    visibility: hidden;
    max-height: 527px;
    overflow: scroll;
}

.courseMenu {

    width: 291px;
    position: relative;
    background-color: #ccc;
    margin-left: 3px;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: #888;
}

.deleteButton {

    font-size: 19px;
    float: right;
    color: #C66;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 4px;
    text-align: center;
    line-height: 0.8;
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-radius: 20px;
}

.deleteButton:hover{

    border-width: 1px;
    border-color: #B94F4F;
    text-decoration: none;
}

.deleteSearchTextButton {

    position:relative;
    left:-50px;
    top:-10px;
    font-family:Arial, Helvetica, sans-serif;
    volume:x-loud;
}

.doneButton {

    font-size-adjust:inherit;
    width:80px;
    height:23px;
    font-size:16px;
    position:relative;
    font-family:Calibri, Helvetica, Verdana;
    float:right;
    margin-top:40px;
    margin-right: 5px;
    z-index: 2;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: gray;
    background-color: #eee;
    line-height: 1;
    -webkit-appearance: none;
    cursor: pointer;
    cursor: hand;
}

.doneButton:focus{

    outline: none;
}

.doneButton:active{

    background-color: #dddddd;
    border-color: gray;
}

.doneButton:hover{

    border-color: #000000;
}

.doneButton:disabled{

    border-width: 1px;
    color: rgba(128,128,128,0.5);
    border-color: rgba(128,128,128,0.8);
    background-color: rgba(128,128,128,0);
    cursor: default;
}

#doneButton{

    top: -5;
    left: 5;
    width: 60px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 31;
}

input[type=checkbox]{
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background-color: white;
    margin: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: -2px;
    margin-top: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
}

input[type=checkbox]:focus{

    outline: none;
}

input[type=checkbox]:active{
    background-color:#ddd;
    border:1px solid #bbb;
}

input[type=checkbox]:checked{
    background-color: rgb(107,154,204);
    border:1px solid rgb(99,146,196);
}


.extraCheckbox{

    cursor: pointer;
    cursor: hand;
}

.extraDiv{

    cursor: pointer;
    cursor: hand;
}

.extraDivs{

    padding-top: 20px;
    padding-left: 3px;
    font-family: verdana;
    font-size: 10px;
}

.general {
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.groupFooter{
    position:relative;
    width:300px;
    height:15px;
}

.groupInstruction{

    color:#999;
    font-size:11px;
    font-family:Verdana, Geneva, sans-serif;
    float:left;
    cursor: default;
}

.groupSystem{

    float:left;
    position:relative;
}

.groupTitle{

    float:left;
    margin-top: 10px;
    text-align:left;
    vertical-align:middle;
    color:#999;
    font-size:12px;
    width:260px;
    min-height:20px;
    background-color:transparent;
    cursor: pointer;
    cursor: hand;
}

.groupTitle:hover{

    color: #222;
}

.hidden{

    visibility: hidden;
    width: 0px;
    height: 0px;
}

.listHr{

    clear: both;
    margin:0px;
    margin-bottom:0px;
    margin-left: 3px;
    border-bottom: 1;
    width:292px;
    left:0px;
    height:0px;
    line-height:0px;
    outline-color:#999;
    color:#999;
}

.listHr1{

    clear: both;
    margin:0px;
    margin-bottom:0px;
    margin-left: 0px;
    border-bottom: 1;
    width:296px;
    left:0px;
    height:0px;
    line-height:0px;
    outline-color:#999;
    color:#999;
}

.idle{
    color:#ccc;
    position:absolute;
    top:143px;
    left:165px;
    font-size:70px;
    font-family:Verdana, Geneva, sans-serif;
    z-index:2;
}

.importanceTitle{

    color:#444;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
}

.instructions{

    position:relative;
    width:300px;
    height:15px;
}

.lessonGroup{

    position:absolute;
    right:2px;
}

.lessonImportance{

    position:absolute;
    left:3px;
}
.login{
    position:absolute;
    right:0;
    float:right;
    background-color: transparent;
}

.logo{
    background-color: transparent;
    position: relative;
    margin: auto;
    text-shadow:0px 1px #FFF;
    cursor: pointer;
    cursor: hand;
}

.logoutButton{

    background-color:#C66;
    border-style:inset;
    border-color:#000;
    border-width:0px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#FFF;
    position:relative;
    top:3px;
    height:20px;
    width:70px;
    float:left;
    text-align:center;
}

.minGroupSystem{
    float:left;
    position:relative;
}

.maxGroupSystem{
    float:right;
    position:relative;
}

.maxNumber{
    float:left;
    font-family:Verdana, Geneva, sans-serif;
    left:-5px;
    position:relative;
    cursor: default;
}

.numberOfGroups{

    float:left;
    font-family:Verdana, Geneva, sans-serif;
    left:5px;
    position:relative;
    cursor: default;
}

.options{
    position:relative;
    width:300px;
    height:30px;
    top:5px;
}

.register{
    position:absolute;
    left:0;
    float:left;
    height: 44px;
    width: 150px;
    text-align:left;
}

.saveButton{

    position: relative;
    height: 40px;
    -webkit-appearance: none;
}

.scheduleDiv{

    visibility:hidden;
    position:absolute;
    top:15px;
    min-width:320px;
    /*max-width:400px;*/
    background-color:transparent;
    border:solid;
    border-color:#999;
    border-radius:6px;
    border-width:0px;
}

.search{
    top:35px;
    position:relative;
    height:70px;
    background-color:transparent;
}

.searchText{

    font-family: Calibri, Helvetica;
    width:300px;
    font-size:20px;
    color:#000;
    border-radius: 5px;
    border-width: 1px;
    border-color: #999;
    border-style: solid;
    height: 31px;
    padding-left: 10px;
}

.searchText:focus{

    outline: none;
    border-color: #49C;
}

.searchText::selection{

    background: gray;
}


.selectedCourse{

    float:left;
    text-align:left;
    vertical-align:middle;
    color:#000;
    font-size:12px;
    width:300px;
    background-color:transparent;
    position:relative;
    overflow: hidden;
    z-index: 4;
}

.selectedCourse:hover{

    background-color: transparent;
}

.selectedCourses{

    position:relative;
    top:-30px;
    font-family:Verdana, Geneva, sans-serif;
    width:300px;
    text-align:left;
}

.selectedCoursesTitle{

    font-family:Verdana, Geneva, sans-serif;
    color:#999;
    text-align:left;
    float:left;
}

.selectedCoursesTitleDiv{

    top:5px;
    position:relative;
    width:300px;
    height:20px;
}

.stepperButton{

    float: left;
    list-style-type: armenian;
    height: 20px;
    width: 45px;
    font-size: 15px;
    font-family: Calibri, Helvetica;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: gray;
    line-height: 0.9px;
    background: #eee;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-appearance: none;
}

.stepperButton:hover{

    border-color: black;
}

.stepperButton:focus{

    outline: none;
}

.stepperButton:disabled{

    border-width: 1px;
    color: rgba(128,128,128,0.5);
    border-color: rgba(128,128,128,0.8);
    background-color: rgba(128,128,128,0);
}

.stepperButton:active{

    background-color: #dddddd;
}

.text{
    width:300px;
    font-size:20px;
}

.weekBackground{

    position:absolute;
    background-color:#fff;
    top:31;
    left:65;
    z-index:1;
    height: 434px;
}

.weekCell{

    position:relative;
    font-family:Verdana, Geneva, sans-serif;
    background-color:transparent;
    border:solid;
    border-color:#000;
    border-width:1px;
    border-bottom-width:0px;
    border-right-width:0px;
    float:left;
    padding-left:0px;
    width:65px;
    height:30px;
    text-align:center;
    font-size:11px;
    vertical-align:baseline;
    z-index:3;
    cursor: default;
}

.weekCell:focus{

    outline: none;
}

.weekColumEndCell:focus{

    outline: none;
}

.weekRowEndCell:focus{

    outline: none;
}

.weekEndCell:focus{

    outline: none;
}

.weekColumEndCell{

    position:relative;
    font-family:Verdana, Geneva, sans-serif;
    background-color:transparent;
    border:solid;
    border-color:#000;
    border-width:1px;
    border-right-width:0px;
    float:left;
    padding-left:0px;
    width:65px;
    height:30px;
    text-align:center;
    font-size:11px;
    vertical-align:baseline;
    z-index:3;
}

.weekDiv{

    position:absolute;
    top:15px;
    left:10px;
    min-width:320px;
}

.weekEndCell{

    position:relative;
    font-family:Verdana, Geneva, sans-serif;
    background-color:transparent;
    border:solid;
    border-color:#000;
    border-width:1px;
    float:left;
    padding-left:0px;
    width:65px;
    height:30px;
    text-align:center;
    font-size:11px;
    vertical-align:baseline;
    z-index:3;
}

.weekFooter{

    font-family:Verdana, Geneva, sans-serif;
    color:#999;
    position:relative;
    left:0px;
    cursor: default;
}

.weekRow{

    position:relative;
    height:31px;
}

.weekRowEndCell{

    position:relative;
    font-family:Verdana, Geneva, sans-serif;
    background-color:transparent;
    border:solid;
    border-color:#000;
    border-width:1px;
    border-bottom-width:0px;
    float:left;
    padding-left:0px;
    width:65px;
    height:30px;
    text-align:center;
    font-size:11px;
    vertical-align:baseline;
    z-index:3;
}

.weekRowStart{

    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#999;
    width:65px;
    padding-right:0px;
    border:solid;
    border-width:0px;
    padding-top:5px;
    float:left;
    cursor: default;
}

.weekStart{
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:transparent;
    width:65px;
    padding-right:5px;
    text-align:left;
    float:left;
}

a{
    color:#A33;
    font-style:normal;
    text-decoration:none;
    background-color:transparent;
    text-align:left;

}

body{
    min-width: 1280;
    min-height: 1024;
}

.switchLink{

    position:absolute;
    left: 253px;
    width:50px;
    height:30px;
    z-index:3;
    top: -3px;
    cursor:pointer;
    cursor:hand;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color:transparent;
}

.ceper{

    top:100px;
    left:500px;
    width:46px;
    height:27px;
    border-radius:25px;
    border-width:1px;
    border-color:#5A7;
    background-color: #5A7;
    border-style:solid;
    padding-top:0px;
    padding-left:0px;
    z-index:1;
    -webkit-tap-highlight-color:transparent;
}

.top{

    position:absolute;
    top:1px;
    left:20px;
    width:25px;
    height:25px;
    background-color:white;
    border-style:solid;
    border-color:white;
    border-width:1px;
    border-radius:15px;
    margin-top:0px;
    margin-left:0px;
    box-shadow:rgba(0, 0, 0,0.3) 0px 2px 1px 1px;
    z-index:1;
    -webkit-tap-highlight-color:transparent;
}

#decreaseStepperButton{

    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

#increaseStepperButton{

    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.leftStepperButton{

    float: left;
    list-style-type: armenian;
    height: 20px;
    width: 45px;
    font-size: 15px;
    font-family: Calibri, Helvetica;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: gray;
    line-height: 0.9px;
    background: #eee;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right-width: 1px;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
}

.leftStepperButton:hover{

    border-color: black;
    z-index: 2;
    cursor: pointer;
    cursor: hand;
}

.leftStepperButton:focus{

    outline: none;
}

.leftStepperButton:disabled{

    border-width: 1px;
    color: rgba(128,128,128,0.5);
    border-color: rgba(128,128,128,0.8);
    background-color: rgba(128,128,128,0);
    border-right-width: 1px;
    z-index: 0;
    cursor: default;
}

.leftStepperButton:active{

    background-color: #dddddd;
    z-index: 3;
}

.rightStepperButton{

    float: left;
    list-style-type: armenian;
    height: 20px;
    width: 45px;
    font-size: 15px;
    font-family: Calibri, Helvetica;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: gray;
    line-height: 0.9px;
    background: #eee;
    margin-left: -1px;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-appearance: none;
    z-index: 1;
    position: relative;
}

.rightStepperButton:hover{

    border-color: black;
    border-left-width: 1px;
    z-index: 2;
    cursor: pointer;
    cursor: hand;
}

.rightStepperButton:focus{

    outline: none;
}

.rightStepperButton:disabled{

    border-width: 1px;
    color: rgba(128,128,128,0.5);
    border-color: rgba(128,128,128,0.8);
    background-color: rgba(128,128,128,0);
    z-index: 0;
    cursor: default;
}

.rightStepperButton:active{

    background-color: #dddddd;
    z-index: 3;
}

.upSelectedCourse{

    background-color: white;
    height: 30px;
    border-width: 1px;
    border-color: #888;
    border-style: solid;
}

.upSelectedCourse:hover{

    background-color: #A3E3CD;
}

.selectStyle{
    border: 1px solid lightgray;
}

.selectStyle:focus{

    outline: none;
    border-color: #888;
}

.rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    /*padding:0 .1em;*/
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:15px;
    line-height:1.2;
    color:white;
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: red;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    /*color: pink;*/
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: red;
}

.rating > label:active {
    /*color:pink;*/
}

fieldset{

    border:none;
    padding: 0;
}

.deleteSystem{

    position: absolute;
    z-index: 100;
    background-color: white;
    padding: 1px;
    border-left: 1px solid #888;
    right: 1px;
    padding: 7px;
    padding-bottom: 8px;
}

.triangle{

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #666;
    float: left;
    margin-top: 5px;
    margin-left: 3px;
}

.rotated {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#notification{

    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: white;
    z-index: 1;
    font-family: 'Helvetica Neue', Helvetica, Verdana, Geneva, sans-serif;
    font-weight: 200;
    text-align: center;
    font-size: 50px;
    cursor: default;
    line-height: 10;

}