.help {
	display: inline-block;
	background: url('../img/help.png') no-repeat scroll 0% 0% transparent;
	cursor: pointer;
	width: 23px;
	height: 23px;
	vertical-align: middle;
}
.hint_img{
	background: url('../img/help.png') no-repeat scroll 0% 0% transparent;
}
.warning_img{
	background: url('../img/warning.png') no-repeat scroll 0% 0% transparent;
}
.error_img{
	background: url('../img/error.png') no-repeat scroll 0% 0% transparent;
}

.drop_item {
	display: inline-block;
	background: url('/img/b_drop.png') no-repeat scroll 0% 0% transparent;
	cursor: pointer;
	margin-left: 10px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.drop_file {
	display: inline-block;
	background: url('/img/b_drop.png') no-repeat scroll 0% 0% transparent;
	cursor: pointer;
	margin-left: 10px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.value_eventer{
	display: block;
	font-size: small;
	color: red;
}

.wrong_value{
	vertical-align: top;
	margin-left: 10px;
	display: inline-block;
	background: url('/img/wrong_value.png') no-repeat scroll 0% 0% transparent;
	width: 23px;
	height: 23px;
}

.good_value{
	display: block;
	background: url('/img/good_value.png') no-repeat scroll 0% 0% transparent;
	width: 23px;
	height: 23px;
}
.inputRed{
border:1px solid #ff4040;
background: #ffcece;
}
.inputGreen{
border:1px solid #83c954;
background: #e8ffce;
}
.small_link{
	cursor: pointer;
	font-size: small;
	color: blue;
}
.header_link{
	cursor: pointer;
	color: blue;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.small_link_grey{
	font-size: small;
	color: grey;
}
textarea {
	resize: none;
}
form {
    margin:0 auto;
	border: 1px solid #cccccc;
	width: 350px;
	background: #F5F5F5;
    padding:5px;
    margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 15px;
}
.locked_input{
	background: #C9C9C9;
}
.input_grey_hint{
	color: #828282;
}
.input_red_hint{
	color: #D66161;
}
.rem{
	display: inline-block;
	font-size: small;
	width: 350px;
	margin-left: 10px;
}
.rem_wrong{
	display: inline-block;
	color: red;
	font-size: small;
	width: 350px;
	margin-left: 10px;
}
.user_type_selected{
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 10px;
	margin-left: 15px;
	display: inline-block;
	border: 1px solid grey;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #BCD5F4;
	cursor: pointer;
	font-size: 18px;
}
.user_type_select{
	padding: 10px 10px 10px 10px;
	margin: 10px;
	margin-left: 15px;
	display: inline-block;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
p {
	margin: 5px;
	padding: 0px;
}
.td{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 5px;
}
.tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #d8d8d8;
}
.tr_focused{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	background:#E9ECEF;
}
.help_rem{
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
	padding: 5px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow:0 0 1px #00ADEF;
	-moz-box-shadow:0 0 1px #00ADEF;
	box-shadow:0 0 2px #00ADEF;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: blue;	
}
input[type='text']:focus, textarea:focus, input[type='radio']:checked, input[type='password']:focus{
	-webkit-box-shadow:0 0 1px #00ADEF;
	-moz-box-shadow:0 0 1px #00ADEF;
	box-shadow:0 0 2px #00ADEF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input[type='text'], textarea, input[type='radio'], input[type='password']{
	border: 1px solid grey;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.virtual_button{
	background: #D4D0C8;
	padding:5px;
	width: 400px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.virtual_button_focused{
	background: #D4D0C8;
	padding:5px;
	width: 400px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid grey;
}
.bg_top_menu_decoration_focused{
	display: inline-block;
	background: #D4D0C8;
	padding:5px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid grey;
}
.bg_top_menu_decoration{
	display: inline-block;
	padding:5px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button{
	border: 1px solid grey;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.td_tp, .td_task{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 5px;
	cursor: pointer;
}
.td_tp_bold, .td_task_bold{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 5px;
	cursor: pointer;
	font-weight: bold;
}
.tab{
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: grey;
	display: inline-block;
	padding:2px;
	text-align: center;
	cursor: pointer;
	background: white;
}
.tab_selected{
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: grey;
	font-weight: bold;
	display: inline-block;
	padding:2px;
	text-align: center;
	cursor: pointer;
	background: #F5F5F5;
}
.task_rem_box{
	border: 1px solid grey;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 85%;
	margin: auto;
	margin-top: 10px;
}
.task_rem_box_header{
	background: #E9ECEF;
	display: block;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	-moz-box-sizing: border-box; 
	-opera-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-khtml-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	padding-left: 10px;
}
.task_rem_box_body{
	width: 100%;
	-moz-box-sizing: border-box; 
	-opera-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-khtml-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.red_label{
	color: red;
}
.small_text{
	font-size: 90%;
}
.a_file{
	font-weight: bold;
	text-decoration: underline;
}
.base_view_box {
    margin:0 auto;
	margin-top: 20px;
	border: 1px solid #cccccc;
	width: 350px;
	background: #F5F5F5;
    padding:5px;
    margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 15px;
}
.canban{
	border-radius: 4px;
	margin:0 auto;
	margin-top: 20px;
	border: 1px solid #cccccc;
	width: 150px;
}
.canban:hover{
	margin-top: 10px;
}
.canban_foot{
	background: #F5F5F5;
	font-weight: bold;
	padding: 5px;
}
.canban_body{
	padding: 5px;
	text-align: left;
}
.caption1{
	font-size: 20px;
}
.caption4{
	font-size: 13px;
}
@media (max-device-width: 1024px) {
	body {
		font-size: 30px;
	}
	table {
		font-size: 30px;
	}
	form {
		margin:0 auto;
		border: 1px solid #cccccc;
		width: 90%;
		background: #F5F5F5;
		padding:5px;
		margin-bottom:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding-bottom: 15px;
	}
	.caption1{
		font-size: 60px;
	}
	input{
		height: 70px;
		font-size: 50px;
	}
	.button{
		padding: 10px;
		height: 80px;
		font-size: 50px;
		border-radius: 10px;
		background: #D7D7DE;
	}
	.caption3{
		font-size: 40px;
	}
	.caption4{
		font-size: 20px;
	}
	.small_link{
		font-size: 30px;
		color: blue;
	}
	.help {
		object-fit: contain;
	}
}