.zag_form_add3 {
	font-weight: bold; text-decoration: underline; text-decoration-style: solid;
}
input:focus { background-color: #FFFFCC; }

table.iksweb {
	text-decoration: none; border-collapse:collapse; width:100%; text-align:center;
}
table.iksweb th {font-weight:normal;font-size:16px; color:Black;background-color:#e0e0e0;}
table.iksweb td {font-size:17px;color:#354251;}
table.iksweb td,table.iksweb th {white-space:nowrap;padding:5px 16px;line-height:17px;vertical-align: middle;border: 2px solid #050005;}	table.iksweb tr:hover{background-color:#f9fafb}
table.iksweb tr:hover td {color:#354251;cursor:default;}

/* Цвета для времени экзамена */
.time_ek1 { background-color: PaleGreen;  }
.time_ek2 { background-color: LightGreen; }
.time_ek3 { background-color: Tomato;     }
.time_wr {  background-color: LightGray;  }

.bt_1.webix_secondary button{
	background: #396D9E;
	background: -moz-linear-gradient(top, #5D91C3 0% , #396D9E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#5D91C3), color-stop(1, #396D9E));
	border:1px solid #396D9E;
	text-shadow: 0 -1px #134471;
	box-shadow: inset 0px 1px 1px #8eb3d5;
	-webkit-box-shadow: inset 0px 1px 1px #8eb3d5;
	color:#FFFFFF;
	font-size: 15px;
}
.bt_1.webix_secondary button:active{
	background: #396D9E !important;
}
