html, body{
min-height: 100% !important;
}

body{
background: url('/admin2016/LKStudent/img/fon1.jpg');
}

#firstForm{/* форма авторизации*/
	position: absolute;
top: 40%;
left: 25%;
   width: 50%;
   border: 1px solid #ccc;
   background-color: #ddd;
   border-radius: 5px;
   padding: 5px;
}

/*.col-xs-12{
background-color: #fff;
}*/

.loadFile{/*форма загрузки файла*/
left: 25%;
   width: 50%;
   border: 1px solid #ccc;
   background-color: #ddd;
   border-radius: 5px;
   padding: 5px;
}

input[type="submit"]{/* инпуты - кнопки*/
max-width: 50%;
background-color: #fff;
font-size: 14pt;
color: #348;
}

input[type="submit"]:hover{/* инпуты - кнопки при наведении*/
background-color: #bbb;
}

#menu{
min-width: 100%;
margin-top: 15px;
}


.header{
background-color: #eee;
border-bottom: 1px solid #aaa;
}

.backDiv{
position: absolute;
width: 100%;
height: 100% !important;
margin-left: -15px;
border: 1px solid #f9f9f9;
border-radius: 5px;
background-color: #f9f9f9;
opacity: 0.5;
z-index: -1;
}

li{
border-bottom: 1px solid black;
}

h1{
text-align: center;
}

span{
font-size: 12pt;
float: right;
}

a{
text-decoration: none !important;
}

caption{
font-size: 14pt;

}
tr td, tr th{
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
	padding: 5px
}

@media screen and (min-width: 766px) {
tr td, tr th{
font-size: 1.5vw;
	}
}

@media screen and (max-width: 765px) {
tr td, tr th{
font-size: 2.5vw;
	}
}


tr{
background-color:#f9f9f9;
}

.tLeft{
text-align: left;
}

.headTable{
background-color: #ddd;
}

table{
max-width: 100% !important;
table-layout: fixed;
margin: 15px;
}

.disc{
	font-size: 14pt !important;
	color: #446;
	font-weight: bold;
}

.ztype{
	color: #274;
	font-weight: bold;
}
.ztype, .prep, .aud{

font-size: 10pt !important;
}

.section{

}

.inform{/* информация в таблицы личных данных*/
color: #348;
display: inline;
}


.subMenu li{
width: 70%;
float: right;
border-bottom: 0;
border-top: 2px dotted gray;
text-align: center;
}

.imgPreView{/* картинки превью*/
	height: 150px !important;
    width: auto !important;
	/*max-width: 100px !important;*/
}

.imgPreView:hover{
cursor: pointer;
}

.modImg{/*Картинка в модальном окне*/
	width: 100% !important;
	height: avto !important;
}

.icon{/* иконки типов файлов*/
width: 50px;
}