@font-face {
	font-family: 'fontello';
	src: url('/public/fonts/fontello.eot?68203006');
	src: url('/public/fonts/fontello.eot?68203006#iefix') format('embedded-opentype'),
		url('/public/fonts/fontello.woff?68203006') format('woff'),
		url('/public/fonts/fontello.ttf?68203006') format('truetype'),
		url('/public/fonts/fontello.svg?68203006#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');


body, html {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11pt;
	width: 100%;
	min-height: 100%;
}

html {
	overflow-x: hidden;
}

body {
	background: #def url(/public/img/backgrounds/bridge-01.jpg) no-repeat center center fixed;
	background-size: cover;
	overflow-y: auto;
}

body::-webkit-scrollbar, .mscroll::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb, .mscroll::-webkit-scrollbar-thumb {
	background: #B3E7F8;
}

body:hover::-webkit-scrollbar-thumb, .mscroll:hover::-webkit-scrollbar-thumb {
	background: #086482;
}

body::-webkit-scrollbar-track, .mscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	background-color: #fff;
}

.mscroll {
	position: relative;
}

button {
	transition: all 0.2s ease-out;
}

@media screen and (orientation: portrait) {
	body {
		background-size: auto 100% !important;
	}
}

h1, h2, h3, h4 {
	user-select: none;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
	margin: 0px 0px 8px;
}

input:not([type="submit"]), textarea, select {
	display: inline-block;
	margin: 1px;
	padding: 2px 4px;
	border: 1px inset #bbb;
	box-sizing: content-box;
	vertical-align: middle;
	block-size: 17px;
}

input[type="number"] {
	text-align: right;
}

fieldset > span {
	display: inline-block;
	background-color: #fff;
	padding: 2px 4px;
	border: 1px inset #bbb;
	line-height: 17px;
}

input[type="checkbox"] {
	border-color: transparent;
	margin: 0px 4px 0px 0px;
}

option {
	padding: 0px;
}

input:not([type="checkbox"]):focus, input:not([type="submit"]):focus, textarea:focus, select:focus {
	/*background-color: #ffc;*/
	border-color: #a12;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

input, button, select, textarea {
	outline: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11pt;
}

input:read-only {
	background-color: #FDFDFD;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0px;
}

tr {
	cursor: default;
}

table.simple td:nth-child(odd) {
	background-color: #eee;
}

table.simple tr:nth-child(odd) > td {
	background-color: #ccc;
}

table.simple th, table.simple td {
	border: 1px solid #999;
}

table.simple td {
	padding: 4px;
}

table.simple th {
	font-weight: normal;
	font-size: 0.9em;
	padding: 8px;
	background-color: #333;
	color: #fff;
}

.l {
	text-align: left !important;
}

.c {
	text-align: center !important;
}

.r {
	text-align: right !important;
}

.hover {
	cursor: pointer !important;
	color: #00a;
	/*text-shadow: 0px 0px 1px rgba(0, 0, 0, .5);*/
}

.hover:hover {
	text-decoration: underline;
}

.hand {
	cursor: pointer !important;
}

@keyframes bounceIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
	color: #f00;
  }
  100% {
    transform: scale(1);
  }
}

.login span.hover {
	position: absolute;
	right: 4px;
	top: 4px;
	animation: bounceIn 1s ease-in-out;
	animation-iteration-count: infinite;
}

form.login {
	position: relative;
}

button, input[type="submit"] {
	display: inline-block;
	font-size: 1.2em;
	box-sizing: content-box;
	background: #086482;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 6px;
	padding: 6px 4px 6px 0px;
	height: 17px;
	line-height: 17px;
	color: #fff;
	margin: 0px 1px 1px 0px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}

button.highlite {
	background: #FF0000;
	color: #fff;
	font-weight: bold;
}

button.highlite:before {
	color: #fff;
}

button.speed {
	padding: .1em .1em;
	text-align: center;
}

.small-speed, .small-speed-txt {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	border-radius: .7em;
	width: 1.4em;
}

.small-speed {
	height: 1.4em;
}

.small-speed-txt {
	height: .9em;
	line-height: .9em;
	background-image: linear-gradient(to bottom, #fff, #ddd);
}

.small-speed:hover, .small-speed-txt:hover {
	background: none !important;
}

.small-speed-txt:hover {
	color: #300 !important;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}

.small-speed:before {
	float: none !important;
	font-size: .9em !important;
}

.small-speed:before, .small-speed-txt:before {
	margin-left: .3em !important;
	width: 1em !important;
	line-height: .9em !important;
}

.small-speed:hover:before {
	color: #00f !important;
}

.small-speed-txt:hover:before {
	color: #300 !important;
}



button:before {
	font-family: "fontello";
	font-weight: normal;
	display: block;
	font-size: 1em;
	min-width: 1em;
	min-height: 17px;
	line-height: 19px;
	padding: 0px;
	padding-left: 2px;
	width: 1em;
	margin-left: .2em;
	margin-right: .4em;
	color: #fff;
	float: left;
	content: '\e859';
}

button.speed:before {
	margin: 0px;
	width: 1.5em;
	float: none;
	font-size: 1em;
	line-height: 1.2em;
}

button.wide:before {
	margin-right: 1em;
	color: #000;
	text-shadow: 1px 1px 2px #999;
}

button.wide {
	padding-right: 1.2em;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 2px #999;
}

button:hover, input[type="submit"]:hover, button.selected, input[type="submit"].selected {
	color: #fff;
	border-style: solid;
	/*border-color: #337 #113 #113 #337;*/
	background-color: #FF6018 !important;
	/*background-image: linear-gradient(to top, rgb(64, 32, 32), rgb(128, 64, 64));*/
}

button:hover:before, button.selected:before, input[type="submit"].selected:before {
	color: #fff;
}

button:active, input[type="submit"]:active {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
	border-color: #311 #733 #733 #311;
	background-image: linear-gradient(to bottom, rgb(64, 32, 32), rgb(128, 64, 64));
}

button:disabled {
	background: #f7f7f7 !important;
	color: #777 !important;
	cursor: default !important;
	border: 1px solid #ccc !important;
	text-shadow: none !important;
	cursor: not-allowed !important;
}

button:disabled:before {
	color: #777 !important;
}

div.full-wrap {
	display: table;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

div.full-wrap > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.full-wrap > div div {
	display: inline-block;
	padding: 0px 4px;
}

div.full-wrap > div > h3 {
	text-shadow: 0px 0px 8px rgba(255, 255, 255, .5);
}

div.full-wrap form {
	display: inline-block;
	border: 4px solid #533;
	border-radius: 16px;
	padding: 0px 16px 16px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, .5);
	text-align: center;
	background: #fff;
	margin: 16px;
}

div.full-wrap input[type="text"], div.full-wrap input[type="password"], div.full-wrap select,
form input[type="text"], form input[type="password"], form input[type="number"], form input[type="email"], form select {
  display: block;
  min-width: 200px;
  margin-bottom: 4px;
}

form input[type="date"] {
	margin-bottom: 4px;
}

div.full-wrap form img.logo {
  width: 120px;
  height: 120px;
  margin: 16px 0px;
}

@media only screen and (max-width: 960px) {
    	
	.reg-block {
		float: none !important;
		display: block !important;
		padding: 0px !important;
	}
	
	.reg-block input, .reg-block select {
		display: block !important;
		min-width: auto !important;
		width: calc(100% - 12px);
	}
	
}

.break {
	display: block;
	clear: both;
}

#msg-box {
	display: none;
	position: fixed;
	left: 4px;
	bottom: 30px;
	border-radius: 8px;
	font-size: 12pt;
	color: #fff;
	background-color: #007;
	padding: 4px 8px 4px 36px;
	border: 4px solid #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
	word-wrap: break-word;
	max-width: 40%;
	min-height: 24px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(/public/img/info24_w.png);
	cursor: pointer;
	z-index: 100000;
}

#msg-box.err {
	color: #fff;
	background-color: #700;
	background-image: url(/public/img/alert24_w.png);
}

#message-wrap, #media-wrap {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10001;
	background-color: rgba(0, 0, 0, .8);
}

#message-wrap > div, #media-wrap > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	overflow-y: visible;
}

#media-wrap > div {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#message-wrap > div > div, #media-wrap > div > div {
	display: inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;
	overflow-y: visible;
	border-radius: 8px;
	box-shadow: 0px 0px 2px rgba(255, 255, 255, .3);
}

#message-wrap > div > div {
	max-width: 50%;
}

@media only screen and (max-width: 960px) {
	#message-wrap > div > div {
		max-width: 90%;
	}
}

#media-wrap > div > div {
	display: block;
	background: none;
	border: none;
	padding: 0px;
	box-shadow: none;
	width: 100%;
	height: 100%;
	text-align: center;
}

#message-wrap > div > div > label {
	display: block;
	background: #06266F;
	border: 2px solid #06266F;
	border-bottom: none;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	height: 24px;
	line-height: 24px;
}

#message-wrap > div > div > label:before {
	display: inline-block;
	float: left;
	width: 32px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 4px 2px;
	background-image: url(/public/img/logo24_w.png);
	margin-right: 4px;
	content: ' ';
}

#message-wrap > div > div > p:first-of-type, #media-wrap > div > div > span.close {
	position: absolute;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/public/img/close24_w.png);
	border-radius: 4px;
	cursor: pointer;
	z-index: 1010;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
}

#media-wrap > div > div > span.close {
	top: 12px !important;
	right: 8px;
	left: auto;
	bottom: auto;
	width: 32px;
	height: 32px;
	background-color: rgba(160, 0, 0, .8);
	box-shadow: 0px 0px 8px rgba(255, 160, 160, .8);
}

#message-wrap > div > div > p:first-of-type:hover, #media-wrap > div > div > span.close:hover {
	background-color: rgba(255, 255, 255, .8);
	background-image: url(/public/img/close24_b.png);
}

#message-wrap > div > div > span {
	display: inline-block;
	word-wrap: break-word;
	min-width: 480px;
	/*max-width: 50%;*/
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 16px 8px 8px;
	overflow-y: visible;
	border: 2px solid #06266F;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
}

#message-wrap > div > div > span > div.btns {
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px solid #ddd;
}

@media only screen and (max-width: 960px) {
	#message-wrap > div > div > span {
		min-width: 240px !important;
		/*max-width: 90%;*/
	}
}

#media-wrap iframe {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}


#main-wrap {
	display: block;
	overflow-y: auto;
}

.very-big {
	display: block;
	font-size: 64pt;
	font-weight: bold;
	margin-bottom: 16px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
}

.white-box, .black-box {
	display: block;
	position: relative;
	padding: 8px 16px;
	border-radius: 6px;
	background-color: #fff;
	/*border: 1px solid #ccc;*/
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
	margin-bottom: 8px;
	overflow-y: visible;
}

section > .white-box {
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 16px 8px 8px !important;
	margin: 0px !important;
	position: static !important;
}

#main-wrap > section {
	display: block;
}

.white-box-inline, .black-box-inline {
	display: inline-block;
	padding: 32px 16px !important;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #ccc;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
	margin-bottom: 8px;
}

.black-box, .black-box-inline {
	background-color: rgba(0, 0, 48, .5);
}

.black-box label {
	color: #ccc;
}

.black-box h1, .black-box h2, .black-box h3, section h1 {
	color: #fff;
}

#main-wrap > section {
	display: none;
	opacity: 0;
	
}

#main-wrap > section.a {
	display: block;
	opacity: 1;
}

#main-wrap > section > center > img {
	width: 120px;
	height: 120px;
}

#wait, .wrap-modal {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1001;
}

#wait > div, .wrap-modal > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#wait > div > img {
	display: inline-block;
	width: 128px;
	height: 128px;
}

.wrap-modal > div > div {
	display: inline-block;
	padding: 16px 8px;
	border-radius: 8px;
	background-color: #fff;
	text-align: left;
}

.progress-bar {
	display: block;
	width: 320px;
	min-height: 16px;
	border: 1px solid #555;
	margin-top: 4px;
	margin-bottom: 8px;
}

.progress {
	display: block;
	width: 50%;
	height: 16px;
	background: #005 linear-gradient(to top, #003, #007);
}

.progress-total {
	display: none;
	margin-top: 2px;
	background: #555 linear-gradient(to top, #333, #777);
}

.wrap-modal .info {
	max-width: 320px;
}


.click {
	cursor: pointer;
}

.captcha {
	display: block !important;
	position: relative;
	height: 30px !important;
	padding: 0px 1px 16px !important;
	margin: 16px 0px 8px!important;
	text-align: center;
}

.captcha > div {
	display: inline-block !important;
	position: relative;
	padding: 0px !important;
}

.captcha img {
	display: inline-block !important;
	width: 140px !important;
	height: 28px !important;
	border: 1px inset #bbb !important;
	border-right: none !important;
	float: left !important;
}

.captcha input {
	display: inline-block !important;
	margin: 0px !important;
	padding: 0px !important;
	height: 28px !important;
	max-height: 28px !important;
	width: 67px !important;
	min-width: 67px !important;
	border: 1px inset #bbb !important;
	text-align: center !important;
	background-color: #fff;
}

.cbtn {
	display: none;
	position: absolute;
	top: 31px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 1px outset #ddd;
	cursor: pointer;
}

.voice {
	background-image: url(/public/img/voice16.png);
	left: 0px;
}

.refresh {
	background-image: url(/public/img/refresh16.png);
	left: 0px;
}

.captcha:hover .cbtn {
	display: inline-block;
}

.captcha .cbtn:hover {
	border-color: #999;
}

fieldset > label {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	font-size: 8pt;
	height: 8pt;
	line-height: 8pt;
	color: #333;
}

input .err {
	background-color: #fcc;
}

fieldset {
	display: inline-block;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	margin: 0px 4px 4px 0px;
	padding: 0px;
	padding-top: 12px;
	border: none;
	overflow: hidden;
	vertical-align: middle;
}

fieldset.first {
	display: block;
}

fieldset > textarea {
	display: block;
	min-height: 64px;
}

fieldset label {
	font-weight: bold;
}

fieldset.full {
	width: 100%;
}

fieldset.full > * {
	display: block;
	width: calc(100% - 16px);
}

.page-title {
	margin-bottom: 32px !important;
	color: #521 !important;
}

.bold {
	font-weight: bold !important;
}

.btn {
	display: inline-block;
	height: 1.1em;
	font-size: 1em;
	line-height: 1.1em;
	user-select: none;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	cursor: pointer;
}

.btn:hover {
	background-color: #ffc;
	border-color: #555;
}

.btn:before {
	font-family: "fontello";
	font-weight: normal;
	display: inline-block;
	width: 1em;
	line-height: 1.1em;
	padding: 0px;
	margin-right: 4px;
	/*content: '\e859';*/
}

.btn:before:hover {
	
}

#bottom-panel {
	font-weight: bold;
}

#bottom-panel .btn {
	border: none !important;
	padding: 0px 4px;
}

#bottom-panel .btn:hover {
	color: #000 !important;
}

#bottom-panel a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#bottom-panel a:hover {
	color: #ff9;
}


#drop-area {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 32, 64, .5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/public/img/upload.png);
	z-index: 99999;
}

.slider_box {
	display: block;
	position: relative;
	padding: 0px 8px;
	border: 1px solid #ccc;
	border-radius: 0px 4px 4px 4px;
	margin: 16px 0px;
	height: 0px;
}

.slider_box > div {
	opacity: 1;
	background-color: #fff;
	display: none;
}

.slider_box > button {
	display: none;
}

.slider_box > span.slide_btn {
	position: absolute;
	left: -1px;
	top: -17px;
	display: inline-block;
	width: 32px;
	height: 16px;
	background-color: #fff;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/public/img/down.png);
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 4px 4px 0px 0px;
}

.slider_open {
	padding: 16px 8px;
	background-color: #fff;
	height: auto;
	transition: all 0.2s ease-out;
	border-color: #ccc;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.slider_open > div {
	display: block;
	opacity: 1;
}

.slider_open > span.slide_btn {
	background-image: url(/public/img/up.png);
	border-color: #ccc;
}

.flat-btn {
	display: inline-block;
	position: relative;
	border-radius: 6px;
	width: 27px;
	height: 27px;
	/*background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(230, 230, 255));*/
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	cursor: pointer;
	margin-right: 2px;
}

.flat-btn:last-of-type {
	margin-right: 0px;
}

.flat-btn:before {
	display: block;
	position: absolute;
	font-family: "fontello";
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	width: 27px;
	color: #555;
	left: 0px;
	top: 2px;
	text-align: center;
}

.flat-btn:hover {
	background-image: linear-gradient(to bottom, rgb(32, 32, 64), rgb(64, 64, 128));
}

.flat-btn:hover:before {
	color: #fff;
}

.state {
	padding-left: 32px !important;
	background-repeat: no-repeat;
	background-position: 4px center;	
}

.list-box {
	display: block;
	width: 100%;
	min-width: 480px;
	min-height: 320px;
	max-height: 480px;
	border: 1px inset #aaa;
	user-select: none;
	overflow-y: auto;
	background-color: #fff;
}

.list-box > div {
	display: block;
	position: relative;
	height: 24px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	cursor: default;
}

.list-box > div:last-of-type {
	border-bottom: none;
}

.list-box > div:hover, .list-box > div.a {
	background-color: #ddd;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

.list-box > div > span {
	display: none;
	position: absolute;
	right: 2px;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background-image: url(/public/img/edit16_b.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: .4;
}

.list-box > div:hover > span {
	display: block;
}

.list-box > div > span:hover {
	opacity: 1;
}

.medium {
	min-width: 160px !important;
}

input[data-type="currency"]:not(.no-sign), input.grn {
	background-repeat: no-repeat;
	background-position: 2px center;
	background-image: url(/public/img/grn10x16_gray.png);
	text-align: right;
	width: 110px;
}

input[data-type="currency"]:not(.big):not(.middle), input.grn {
	min-width: 110px !important;
	padding-left: 14px !important;
}

.big {
	width: 320px;
	min-width: 320px !important;
	padding-left: 4px;
}

.middle {
	width: 240px;
	min-width: 240px !important;
}

.middle-half {
	width: 114px;
	min-width: 114px !important;
}


@media only screen and (max-width: 960px) {
	#top-panel > span > span, #top-panel > a > span {
		display: none;
	}
	#top-panel > span, #top-panel > a {
		padding-right: 4px;
	}
	.white-box {
		width: auto;
		max-width: none;
	}
}

input:disabled, textarea:disabled, select:disabled, select[disabled='disabled'], select[disabled] > option {
	background-color: #FDFDFD; /*rgb(187, 187, 187);*/
	color: #000 !important;
}


#filter {
	margin-top: 24px !important;
}

#filter > label {
	position: absolute;
	display: inline-block;
	padding: 2px;
	font-weight: bold;
	left: 0px;
	top: -20px;
	text-shadow: 1px 1px 2px #fff;
	color: #000;
	cursor: pointer;
	user-select: none;
}

#filter > label:before {
	font-family: "fontello";
	font-weight: normal;
	display: inline-block;
	height: 1em;
	line-height: 1em;
	content: '\e846';
	padding-right: 4px;
}

#filter.hid > label:before {
	content: '\e849' !important;
}

#filter > label:hover {
	color: #55f;
}

#filter.hid {
	padding: 0px !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	margin-bottom: 0px !important;
}

#filter.hid > fieldset, #filter.hid > button {
	display: none !important;
}

input[type="date"] {
	max-width: 120px;
	line-height: 1.2em;
}

// date with checkbox

.checkbox {

}

.checkbox:before {
	font-family: "fontello";
	font-weight: normal;
	display: inline-block;
	font-size: 1.2em;
	width: 16px;
	line-height: 1.2em;
	overflow: hidden;
	content: '\f096';
}

.checkbox.checked {

}

.checkbox.checked:before {
	content: '\e860'; !important;
}

.scroller {
	display: block;
	position: relative;
	overflow-x: auto;
	overflow-y: visible;
}

.scroller > table {
	margin-top: 0px;
}

td strike {
	color: #777;
}

hr {
	border-top-color: #eee;
	margin: 12px 0px;
}

.white-box > h1, section > h1 {
	margin: -9px -16px 16px -16px;
	padding: 8px 16px;
	background-color: #086482;
	color: #fff;
	border-radius: 0px;
}

input.no-sign {
	background-image: none !important;
	padding-left: 2px !important;
	text-align: right;
	width: 110px;
	max-width: 110px;
}

#popup-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
	z-index: 100000;
	padding: 4px;
}

#popup-menu button {
	display: block;
	margin: 0px;
	border: none;
	border-radius: 0px 4px 4px 0px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 2px;
	background: #fff;
	color: #000;
	box-shadow: none;
	text-shadow: none;
}

#popup-menu button:last-of-type {
	margin-bottom: 0px;
}

#popup-menu button:before {
	color: #000;
}

#popup-menu button:hover {
	background-image: linear-gradient(to top, rgb(32, 32, 64), rgb(64, 64, 128));
	color: #ffa;
}

#popup-menu button:hover:before {
	color: #ffa;
}

#link-status {
	position: fixed;
	display: none;
	opacity: 0;
	right: 0px;
	bottom: 25px;
	min-width: 48px;
	padding: 48px 8px 8px;
	background-color: #C9F9C1;
	border: 2px solid #555;
	border-right: none;
	border-radius: 16px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
	white-space: nowrap;
	box-shadow: -4px -4px 4px rgba(0, 0, 0, .5);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-image: url(/public/img/wifi-on_32.png);
	z-index: 10000;
}

#link-status.off {
	background-image: url(/public/img/wifi-off_32.png);
	background-color: #FFFF40;
}

input[data-id="for_year"], input[data-id="y"] {
	max-width: 64px;
}

input.small {
	max-width: 110px;
}

iframe.dot {
	display: inline-block;
	width: 1px;
	height: 1px;
}

.yellow {
	background-color: #FFD;
}