body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    background-color: #f6f6f6;
	color: #333;
    overflow-x: hidden;
}

a,
a:hover,
a:visited {
    text-decoration: none !important;
}
h1, h2, h3, h4 {
    color: #104BA9;
}
.back_arrow {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 12px;
}
.logobox {
    vertical-align: top;
    margin-top: 5px;
}
.logo {
    max-width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.logo_text {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
    margin-top: 16px;
}
.bd1 {
    color: #eda213;
    font-size: 16px;
    font-weight: bold;
}
.bd2{
    color: #104BA9;
    font-size: 18px;
    font-weight: bold;
}
.top_line {
	box-shadow: 0 5px 5px -5px #333;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
select {
	outline: none;
	border: 1px solid #0068a7;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	padding:4px 10px 4px 12px !important;
	border-radius:5px;
	font-size: 14px;
  height: 34px;
  color: #000;
  width: 90%;
  margin-left: 12px;
  margin-top: 1px;
  margin-bottom: 25px;

}
select:focus {
    outline: none;
}
textarea {
    height: 80px;
}
input[type="radio"], input[type="checkbox"] {
    margin-left: 12px;
}
input{
	max-width: 98%;
}
.input_small {
    width: 100px !important;
}
.redspan{
	color: #F00;
	font-weight: bold;
}

input[type="submit"] {
	font-size: 14px;
    background-color: #104BA9;
    color: #fff;
    border: 0px;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    outline: none;
    margin-top: 5px;
    transition: 0.3s;
}
input[type="submit"]:hover,
.back:hover {
	background-color: #4ca5d2;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	color: #000;
}
.back {
    font-size: 14px;
    background-color: #b9b7b7;
    color: #fff;
    border: 0px;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    outline: none;
    margin-top: 5px;
    transition: 0.3s;
}

option {
	color: #000;
    border: 1px solid #0068a7;
    outline: 1px solid #0068a7;
}
label {
    padding-left: 12px;
    color: #104BA9;
    margin-bottom: 0;
    min-width: 150px;
}
table, th, td {
   border: 1px #104BA9 solid;
   padding: 1px 5px;
   font-family: 'Open Sans Condensed', sans-serif;
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 14px;
}
td {
    text-align: left;
    padding: 2px;
}
th {
	text-align: center;
}
.main_table thead tr:nth-child(2){
	background: #c7ecb6;
}
.btn1 {
    font-size: 14px;
    background-color: #1c8fca;
    color: #fff;
    border: 0px;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 220px;
    outline: none;
    margin: 15px;
    transition: 0.3s;
    padding: 12px 26px;
    margin-bottom: 30px;
}
.btn1:hover, {
    background-color: #ca5f1c;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow:0 0 3px #aaa;
    text-decoration: none;
    color: #fff;
}
.fooicon-plus:before {
    color: red;
    font-weight: bold;
}
.footable-first-visible {
    text-align: left;
}
.footable-details {
    background: #d9d9d9;
}
.footable-details tr td {
    text-align: left;
}
.footable-header th {
    text-align: center;
}
.footable-details th {
    width: 200px !important;
}
.title_block {
    padding: 10px;
}
.title_block p {
    margin-left: 42px;
    margin-bottom: 3px;
}
.title_block h1 {
    margin-left: 40px;
    margin-top: 0px;
}
.menu_karot {
    padding-left: 0px;
}
.menu_karot li {
    list-style: none;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 20px;
}
.karot_btn{
    padding: 10px;
    width: 210px;
    margin: 0px 20px;
    border: 1px #337ab7 solid;
    border-radius: 5px;
    background: transparent;
    color: #337ab7;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    box-shadow: 0px 0px 15px #aaa;
}
.list_btn{
    width: 230px;
    min-height: 32px;
    padding: 12px;
    margin: 0px 20px;
    border: 1px #337ab7 solid;
    border-radius: 5px;
    background: transparent;
    color: #337ab7;
    box-shadow: 0px 0px 2px #aaa;
}

.green1{
	color: #1F990F;
}
.red1{
	color: #990F0F;
	font-weight: bold;
}

.karot_btn:hover,
.list_btn:hover {
    background: #337ab7;
    color: #fff;
    box-shadow: 0px 0px 15px #333;
}
.menu_karot .active .karot_btn,
.menu_karot .active .list_btn {
    background: #337ab7;
    color: #fff;
}
.menu_adminka li {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.menu_adminka .karot_btn {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.copyright1 {
    color: rgba(34, 34, 34, 0.49);
}
#custom-handle {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}
.ui-slider-handle{
	width: 32px !important;
	height: 28px !important;
	border-radius: 10px;
	padding: 2px;
	text-align: center;
	top: -0.6em !important;
	font-weight: bold !important;
	background: #a7d6e2 !important;
	border: 2px solid #5c8fbe !important;
}
.slider_caption {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}
.small3{
	font-size: 10px;
}
#check_imo {
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 5px;
	border: 1px #999 solid;
	width: 130px;
	text-align: center;
	cursor: pointer;
	margin-left: 12px;
}
#check_rezult {
	display: inline-block;
	margin-left: 15px;
}
.razdel_title {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.podrazdel_title {
	text-align: left;
	margin: 15px;
}
.ramka {
	padding: 10px;
	margin: 10px;
	border: 1px #ccc solid;
	border-radius: 10px;
}
.orange_block {
    background-color: rgba(237, 162, 19, 1);
    border: none;
    border-radius: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #FFFFFF;
    padding: 4px 10px;
    display: inline-block;
}
.blue_block {
    background-color: #337ab7;
    border: none;
    border-radius: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #eee;
    padding: 6px 12px;
    display: inline-block;
    box-shadow: #aaa 7px 7px 10px;
}
.small_link2{
	font-size: 10px;
	padding: 1px 4px;
	display: inline-block;
	color: #fff !important;
	border: 1px #697281 solid;
	border-radius: 2px;
	background-color: #697281;
}
.small_link2:hover{
	color: #697281 !important;
	background-color: #fff;
}
.blue_block:hover {
    box-shadow: #888 3px 3px 5px;
    color: #FFFFFF;
}
.razdel_hr {

}
.item_t {
	margin-top: 25px;
}
.item_desc {
	margin-left: 80px;
}
.groups {
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 10px;
	float: left;
}
.lbl_info {
    width: 300px !important;
    min-width: 20px !important;
    border: 1px #aaa solid;
    text-align: center;
    padding: 3px 6px;
    color: #000;
    font-weight: bold;
}
.lbl_info.active {
    color: #fff;
    background-color: #31708f;
}
.lbl_left,
.lbl_right {
	width: 40px !important;
	min-width: 20px !important;
	border: 1px #aaa solid;
	text-align: center;
	padding: 3px 6px;
	color: #000;
	font-weight: bold;
}
.lbl_left.active {
	color: #fff;
	background-color: green;
}
.lbl_right.active {
	color: #fff;
	background-color: red;
}
.lbl_not_see {
    width: 82px !important;
    min-width: 20px !important;
    border: 1px #aaa solid;
    text-align: center;
    padding: 1px 6px;
    color: #000;
    font-weight: bold;
    margin-top: 3px;
}
.lbl_not_see.active {
    color: #fff;
    background-color: #9D9B0F;
}
.lbl_none {
    width: 82px !important;
    min-width: 20px !important;
    border: 1px #aaa solid;
    text-align: center;
    padding: 1px 6px;
    color: #000;
    font-weight: bold;
    margin-top: 3px;
}
.lbl_none.active {
    color: #fff;
    background-color: #484848;
}
.lbl_view {
    display: inline-block !important;
    margin-right: 2px;
}
.info_view {
    font-size: 16px;
}
.zone_header {
    background-color: #ddd;
    padding: 8px 15px;
}
.zone_fr {
    padding: 10px;
    background-color: #fff;
    display: none;
}
.zone_view_button {
    padding: 3px 8px;
    background-color: #CCE9F5;
    color: #000;
    border:1px #777 solid;
    border-radius: 3px;
}
.zone_not_view_button {
    margin-left: 15px;
    padding: 3px 8px;
    background-color: #fff;
    color: #000;
    border:1px #777 solid;
    border-radius: 3px;
}
.zone_not_view_button.active {
    background-color: #92861E;
    color: #fff;
}
.zone_no_button{
    margin-left: 15px;
    padding: 3px 8px;
    background-color: #fff;;
    color: #000;
    border:1px #777 solid;
    border-radius: 3px;
}
.zone_no_button.active{
    background-color: #545050;
    color: #fff;
}
.div_robl {
    color: #ff0000;
    font-weight: bold;
}
.yellow_block_title {
    background-color: rgba(237, 162, 19, 1);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    max-width: 215px;
    margin-right: 0px;
    margin-left: auto;
    box-shadow: #aaa 7px 7px 10px;
    padding: 8px 15px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
.yellow_block_title:hover {
    box-shadow: #999 7px 7px 10px;
}
.green_block_title {
    background-color: rgb(4, 96, 10);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    max-width: 215px;
    margin-right: 0px;
    margin-left: auto;
    box-shadow: #aaa 7px 7px 10px;
    padding: 8px 15px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
.green_block_title:hover {
    box-shadow: #999 7px 7px 10px;
}
.gray_block_title {
    background-color: rgb(154, 157, 154);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    max-width: 215px;
    margin-right: 0px;
    margin-left: auto;
    box-shadow: #aaa 7px 7px 10px;
    padding: 8px 15px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
.gray_block_title:hover {
    box-shadow: #999 7px 7px 10px;
}
.teal_block_title {
    background-color: rgb(0,128,128,1);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    max-width: 215px;
    margin-right: 0px;
    margin-left: auto;
    box-shadow: #aaa 7px 7px 10px;
    padding: 8px 15px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
.teal_block_title:hover {
		background-color: rgba(102,178,178);
    box-shadow: #999 7px 7px 10px;
}


.req:invalid {
  border: 2px solid red;
}
.top_block {
    padding: 10px;
    border-radius: 10px;
    background-color: #ddd;
}
.btn3 {
    border-width: 0px;
    width: 130px;
    height: 35px;
    background: inherit;
    background-color: #104BA9;
    border: none;
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-align: center;
}
.btn3:hover{
    color: #fff;
}
.equip_info b{
	font-size: 16px;
}
.RoomNumber {
	display: inline-block;
	font-size: 20px;
}
.RoomInfo {
	display: inline-block;
}
.TransferUser {
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.TransferDate {
	display: inline-block;
	color: #999;
}
.green_row{
	background-color: rgba(153, 255, 102, 0.1)!important;
}
.yellow_row{
	background-color: rgba(255, 255, 0, 0.2)!important;
}
.red_row{
	background-color: rgba(204, 51, 51, 0.1)!important;
}
.graycolor {
	color: #AAA !important;
}
#map {
	min-height: 300px;
}
#DataTables_Table_0 {
	max-width: 99%;
}
.dataTables_filter {
	margin-bottom: 15px;
}
.index_item {
	height: 100px;
}
.table_fame tr td {
	text-align: center;
	padding: 2px 8px 2px 8px;
}
.fame_num {
	font-size: 20px;
	font-weight: bold;
}
.fame_count {
	font-size: 20px;
}
.fame_fio {
	font-size: 16px;
	font-weight: bold;
}
.fame_lab {
	color: #777;
}
.vcenter {
	vertical-align: middle;
}
.medal1 {
	float: left;
	height: 43px;
	width: 35px;
	margin-right: -32px;
}

.transfer_link {
    background-color: #9433b7;
    border: 1px #9433b7 solid;
    border-radius: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
		margin: 4px;
    color: #eee;
    padding: 3px 12px;
    display: inline-block;
    box-shadow: #aaa 4px 4px 6px;
}
.transfer_link:hover {
    box-shadow: #888 2px 2px 5px;
    color: #9433b7;
		background-color: #fff;
}

.poverka_link {
    background-color: #216a06;
    border: 1px #216a06 solid;
    border-radius: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
		margin: 4px;
    color: #eee;
    padding: 3px 12px;
    display: inline-block;
    box-shadow: #aaa 4px 4px 6px;
}
.poverka_link:hover {
    box-shadow: #888 2px 2px 5px;
    color: #216a06;
		background-color: #fff;
}
.rounded_item {
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px rgb(16, 75, 169) solid;
  border-radius: 5px;
}
.rounded_item label {
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.checks1 {
	margin-top: 5px;
  padding: 5px 10px;
  border: 1px rgb(16, 75, 169) solid;
  border-radius: 5px;
}
.checks1 label {
	padding-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.for_checkbox2 {
	padding-left: 2px;
}
.rashod_link {
    background-color: #ac1919;
    border: 1px #ac1919 solid;
    border-radius: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
		margin: 4px;
    color: #eee;
    padding: 3px 12px;
    display: inline-block;
    box-shadow: #aaa 4px 4px 6px;
}
.rashod_link:hover {
    box-shadow: #888 2px 2px 5px;
    color: #ac1919;
		background-color: #fff;
}
.fz22 {
	font-size: 22px;
	font-weight: bold;
	color: #104BA9;
}
.frame2 {
	border: 1px rgba(237, 162, 19, 1) solid;
	border-radius: 10px;
	padding: 8px;
	box-shadow:0 0 3px #aaa;
	margin-bottom: 15px;
}
.frame2 label {
	color: rgb(155, 102, 0);
}
.frame2 input[type="text"] {
	outline: none;
	border: 1px rgba(237, 162, 19, 1) solid;
}
.frame2 input[type="number"] {
	outline: none;
	border: 1px rgba(237, 162, 19, 1) solid;
}

.frame2 input[type="submit"] {
	font-size: 14px;
    background-color: rgba(237, 162, 19, 1);
    color: #fff;
    border: 0px;
    height: 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    outline: none;
    margin-top: 5px;
    transition: 0.3s;
		margin-bottom: 12px;
}
.frame2 input[type="submit"]:hover,
.back:hover {
	background-color: rgba(237, 162, 19, 1);
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	color: #ddd;
}
.emoji14{
	font-size: 14px;
}
.emoji_big{
	font-size: 30px;
}
.zacherknut{
	text-decoration: line-through !important;
}
.col_150{
	max-width: 150px !important;
}
.col_autors{
	max-width: 300px !important;
}


select[name^=DataTables_Table_0_length] {
  max-width: 70px !important;
}
.footable-details th {
    text-align: left;
}
.copyright{
    text-align: right;
    color: #777;
    font-size: 10px;
}
.map-location {
    height: 20px;
    width:20px;
    float: right;
}
.en_small {
    color: #0d3f80;
    font-size: 12px;
}
table.dataTable {
    border-collapse: collapse !important;
}
#custom-handle {
			width: 3em;
			height: 1.6em;
			top: 50%;
			margin-top: -.8em;
			text-align: center;
			line-height: 1.6em;
		}
		.ui-slider-handle{
			width: 32px !important;
			height: 28px !important;
			border-radius: 10px;
			padding: 2px;
			text-align: center;
			top: -0.6em !important;
			font-weight: bold !important;
			background: #a7d6e2 !important;
			border: 2px solid #5c8fbe !important;
		}
		.slider_caption {
			display: block;
			padding: 10px;
			font-weight: bold;
			font-size: 14px;
		}
.dataTables_wrapper {
	overflow-x: scroll !important;
	max-width: 99%;
}
@media only screen and (max-width: 640px) {
   /* Add your custom styles here for Mobile */
    .item_desc {
		margin-left: 5px;
	}
}

@media (inverted-colors: inverted) {
  input[type="submit"]{
		box-shadow: none !important;
	}
	.green_block_title{
		box-shadow: none !important;
	}
}
