#login input {
	margin: 10px auto;
}

#login input[type=text], #login input[type=password]{
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border: none;
}
#login input[type=submit] {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	background: #001727;
	color: #fff;
	border: none;
	cursor: pointer;
}
#login input[type=submit]:hover {
	background: #2493d8;
}
#login select {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border: none;
}

#version {
	float: left;
	margin: 0px 0px 0px 10px;
	font-size: 12px;
}

#m-logo {
	display: block;
	float: right;
	width: 92px;
	height: 30px;
	margin-right: 10px;
	background: url('../images/m-logo.jpg');
}

#message {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	z-index: 10000;
}

.okMsg {
	background: #006917;
}
.errorMsg {
	background: #960e00;
}
.warningMsg {
	background: #B6A65D;
}

.headDebug {
	background: #08527d !important;
}

#head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 0 10px;
	position: fixed;
	top: 0;
	background: #610866;
	box-sizing: border-box;
	z-index: 1000;
}

#title {
	float: left;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 10px;
}

#loguot {
	order: 5;
	float: none;
	margin: 0;
}

#loguot input[type=submit]{
	width: 80px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	background: #001727;
	color: #fff;
	border: none;
	cursor: pointer;
}
#loguot input[type=submit]:hover {
	background: #2493d8;
}

#admin-user {
	order: 4;
	flex-grow: 1;
	padding: 0 10px;
	text-align: right;
	color: #ddd;
	font-size: 11px;
	line-height: 1;
}

#menu {
	padding: 5px 0;
	height: auto;
	line-height: 1.4;
	text-align: left;
	background: none;
}

#menu a {
	color: white;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin: 0px 20px 0 0;
	font-size: 14px;
}
#menu .active {
	text-decoration: underline !important;
}

#submenu {
	/* background: #555; */
}

#submenu a {
	margin: 0 20px 0 0;
	font-size: 11px;
	color: #ddd;
}
#submenu .active {
	text-decoration: underline;
}

#count-tasks {
	display: none;
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	top: 2px;
	right: -23px;
	font-size: 10px;
	color: #fff;
	background: #8BC34A;
	text-align: center;
	border-radius: 9px;
}

#main {
	margin: 40px 0 0 0;
	overflow: hidden;
}

.inner {
	background: #fff;
	color: #555;
	min-height: 500px;
}

#selectfile {
	margin: 50px 0px 0px 0px;
	font-size: 20px;
	cursor: pointer;
}

.w10 { width: 10px; }
.w20 { width: 20px; }
.w50 { width: 50px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }

.mw200 { min-width: 200px; }
.mw300 { min-width: 300px; }
.mw400 { min-width: 400px; }
.mw500 { min-width: 500px; }

.block {
	margin: 15px;
	padding: 15px;
	outline: 1px solid #ccc;
	outline-offset: -1px;
}

.bHead {
	height: 30px;
	line-height: 30px;
	background: #ebebeb;
}

.bName {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 10px;
}

.bName a {
	color: #555;
}

.bActions {
	float: right;
	margin: 0px 10px;
}

.bActions a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	margin: 0px 5px;
	color: #fff;
	text-decoration: none;
}

.bActions a:hover {
	background: #555;
}

.bActions .apply {
	background: #006960;
}
.bActions .save {
	background: #006917;
}
.bActions .close {
	background: #960e00;
}
.bActions .generate {
	background: darkblue;
}

/* ����� */
.boxTitle {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
}

.box {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

.label {
	float: left;
	width: 200px;
}
.field {
	float: left;
}

.checkbox {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	cursor: pointer
}

.checkbox input {
	display: block;
	float: left;
	margin: 2px 5px 0 0;
}

.box input[type=text] {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-align: left;
	outline: 1px solid #ccc;
	box-sizing: border-box;
}

.box select {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-align: left;
	outline: 1px solid #ccc;
	box-sizing: border-box;
}

.box textarea {
	padding: 5px 10px;
	outline: 1px solid #ccc;
	border: none;
	box-sizing: border-box;
}

.bContent .box input[type=text], .bContent .box select {
	min-width: 10px;
}

.item {
	border-bottom: 1px solid #ccc;
}
/* .item:hover {
	background: #ebebeb;
} */

.item .id {
	float: left;
	height: 10px;
	line-height: 10px;
	margin-left: 10px;
	padding: 10px 0px;
}

.item .name {
	float: left;
	line-height: 10px;
	margin-left: 10px;
	padding: 10px 0px;
}

.item .name a {
	color: #003153;
	font-weight: bold;
}

.hide {
	display: none !important;
}

.nobold {
	font-weight: normal !important;
}

.mt-3 {
	margin-top: 1rem!important;
}

.mt-9 {
	margin-top: 3rem!important;
}

.item .name span {
	display: inline-block;
	/* padding: 5px 15px 0 0; */
	color: #999;
	/* font-size: 12px; */
}

.item .name span.badge {
	display: inline-block !important;
	padding: 0.35em 0.65em !important;
	font-size: .75em !important;
	color: #fff !important;
}

.item .param {
	float: left;
	height: 10px;
	line-height: 10px;
	margin-left: 10px;
	padding: 10px 0px;
}

.item .text {
	float: left;
	height: 10px;
	line-height: 10px;
	margin-left: 10px;
	padding: 10px 0px;
}

.lActions {
	float: right;
	line-height: 10px;
	padding: 10px 0px;
	margin: 0px 10px;
}

.lActions a {
	margin: 0px 5px;
}

.lActions a:hover {
	color: #555!important;
}

.lActions a.edit {
	color: #006960;
}
.lActions a.save {
	color: #006917;
}
.lActions a.delete {
	color: #960e00;
}
.lActions a.apply {
	color: #00bf1d;
}
.lActions a.generate {
	color: darkblue;
}

.filter {
	color: #fff;
	background: #555;
	padding: 5px 0px;
}

.filter div {
	float: left;
	margin: 2px 0px 2px 10px;
}

.filter a {
	color: white;
}

.filter .apply {
    cursor: pointer;
    background: #ebebeb;
    padding: 0px 5px;
}

.list .item {
	line-height: 10px;
	font-size: 12px;
	padding: 5px 0px;
}

#client .level {
	float: left;
	line-height: 10px;
	margin: 0 10px;
	color: #222;
}

#client .level .step {
	float: left;
	line-height: 30px;
	font-size: 18px;
}
#client .level .step span {
	color: #888;
}

#client .level .events {
	float: left;
	margin: 0 15px;
	line-height: 15px;
}
#client .level .events span {
	color: #888;
}

#invoice-calendar {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

#invoice-calendar > div {
	position: relative;
	outline: 2px solid #ddd;
	outline-offset: 0px;
}

#invoice-calendar .name {
	position: absolute;
	top: -30px;
	font-size: 20px;
}

#invoice-calendar .close {
	background: white;
	position: absolute;
	width: 30px;
	height: 30px;
	right: -30px;
	top: -30px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #000; */
	border-radius: 15px;
	line-height: 1;
	cursor: pointer;
}

#invoice-calendar iframe {
	width: 100%;
	height: 268px;
	border: none;
}

.student-calls {
	width: 20px;
	height: 20px;
	background: url('/tmpl/admin/images/ico-phone.png') center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.bActions .student-calls {
	float: left;
	width: 28px;
	height: 28px;
	margin: 1px 10px 0 0;
}

#student-calls {
	padding: 15px 20px;
}

#student-calls h3 {
	text-transform: none;
}

#student-calls input[name="date"] {
	display: block;
	width: 140px;
	height: 35px;
	outline: 1px solid #bbb;
	font-size: 14px;
	margin: 10px 0;
}

#student-calls textarea[name="note"] {
	display: block;
	outline: 1px solid #bbb;
	border: none;
	width: 100%;
	height: 90px;
	padding: 5px 10px;
	box-sizing: border-box;
}
