﻿html, body {
    background-color:aliceblue;
    height: 100%;
}
.journal-left {
    position: fixed;
    left: 20px;
    width: 150px;
    border-style: groove;
    margin: 5px;
    padding: 5px;
}
.journal-right {
    position: absolute;
    left: 200px;
    
}

.txtRoster{
    max-width:350px;
}
.classes-students {
    position: absolute;
    top: 100px;
    left: 15px;
    border-style: ridge;
    width: 350px;
    margin: 10px;

}
.classes-edit {
    position:absolute;
    top:100px;
    left:380px;
    width: 300px;
    border-style: ridge;
    margin: 10px;
    padding: 3px;
}
.classes-roster {
    position:absolute;
    top:100px;
    left:695px;
    width: 360px;
    border-style: ridge;
    margin: 10px;
    padding: 3px;
}

.def-lead {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}
.def-jumbotron {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
#QuestionTextBox {
    max-width: 595px;
    min-width: 595px;
    max-height: 85px;
    min-height: 85px;
}
#lblAddpic:hover{
    cursor:pointer;
}
#lblAddpic1:hover {
    cursor: pointer;
}
.centre {
    margin: auto;
}
table .works {
    border-collapse: separate;
    border-spacing: 5px;
}

td .work_buttons {
    width:200px;
}

td .work_item{
    width:350px;
}

table .classes{
    font-family: Calibri;
    border-collapse: separate;
    border-spacing: 10px;
    border-radius: 10px;
}

td .n_class {
    background-color: powderblue;
    border-style: outset;
    border-radius: 15px;
    width: 200px;
    height: 100px;
    text-align: center;
    padding: 10px;
}
/*селектор[атрибут="значение"]*/
td[hoverTD="n_over"]:hover {
    background-color: #caf7f6;
    border-style: inset;
    /*cursor:pointer;*/
    /*font-size:smaller;*/
}
td .n_edit {
    background-color: #caf7f6;
    border-style: outset;
}
td .n_select {
    background-color: #00ff90;
    border-style: outset;
}
td .n_insert {
    background-color: #7cc9f6;
    border-style: dotted;
    border-radius: 15px;
    width: 200px;
    height: 100px;
    text-align: center;
}

.main-menu{
    background-color:darkblue;
}
/*Классы для JWork*/
/*div .n_work {
    background-color:aliceblue ;
    border-style: outset;
    border-radius: 10px;
    width: 600px;
    padding: 5px;
}
div[hoverTD="n_work_over"]:hover {
    background-color: lightcyan;
    border-style: inset;
}
div .n_work_select {
    background-color:paleturquoise;
    border-style: inset;
    border-radius: 10px;
    width: 600px;
    padding: 5px;
}*/

span .n_insert {
    background-color: #7cc9f6;
    border: dotted;
    width: 200px;
    height: 100px;
    text-align: center;
}

table .students {
    font-family: Calibri;
    border-collapse: separate;
    border-spacing: 20px;
    border-radius: 10px;
}
td .s_class {
    background-color: powderblue;
    border-style: inset;
    border-radius: 15px;
    width: 200px;
    height: 100px;
    text-align: center;
    padding: 10px;
}
.rosterBox {
    background-color:#b6fbfb;
    width: 100%;
    height: 400px;
}

.btn_Class{
    font-family:Arial;
    font-size:large;
    text-align:center;
    text-decoration:underline;
}

span .s_cl:hover {
    background-color: #caf7f6;
    border-style: outset;
    cursor: pointer;
}
span .s_cl {
    float: left;
    margin: 5px;
    text-align: center;
    border: groove;
    border-radius: 15px;
    width: 200px;
    height: 100px;
    background-color: powderblue;
    color: #000000;
    font-family: Calibri;
}
.insert_class {
    width: 60%;
    background-color: antiquewhite;
    text-align: center;
}
.log_form{
    width:400px;
    border:groove;
    border-color:blue;
    border-radius:10px;
    background-color:antiquewhite;
    margin:auto;
    text-align:center;
    padding:10px;
}
.login_left{
    text-align:right;
    padding:0 10px 0 0;
}
.login_right {
    text-align:left;
}

.modal_back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:100%;
    z-index: 2000;
    background-color: #666699;
    opacity: 0.7;
}

.modal_top {
    position: fixed;
    top: 10%;
    left: 25%;
    border-style: solid;
    border-color: blue;
    border-radius: 8px;
    background-color:#f3fbfe;
    padding: 10px;
    width: 620px;
    /*height: 500px;*/
    z-index:2050;
}
/*.modalBG {
    background-color: #666699;
    filter: alfa(opaciti=50);
    opacity: 0.7;
}

/*.modalPanel {
    border-style: groove;
    border-color: grey;
    border-radius: 10px;
    width: 350px;
    height: 250px;
    background-color: aliceblue;
}*/

/*.fade {
    opacity: 0;
    transition: opacity .15s linear;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: initial;
}*/

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
