html, body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Tahoma;
	width: 100%;
	height: 100%;
	background:#ffffff;	
	color:#274E62;
}

img, form {
	padding: 0px;
	margin: 0px;
	display: block;	
}
td {
	font-size:12px;
}
a {
	font-size:12px;
	font-family:Tahoma;
	color:#2368B6;
}

.inp_t {
	border:1px solid #9F9F9F;	
	color:#000000;	
	padding:5px;
}
.menu_table {
	margin-top:8px;	
}
.menu_button {
	background:url(/admin/img/menu_item.png) bottom no-repeat;
	padding-top:10px;
	padding-left:2px;
	text-align:center;
	font-size:12px;
	font-family:Georgia;
	color:#0090C7;
	font-weight:bold;
	cursor:pointer;
}
.menu_button_active {
	background:#0090C7;
	padding-top:10px;
	padding-left:2px;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}
.menu_item_a {
	color:#0090C7;
	display: block;
	border-bottom: 1px dotted #DDDCDC; 
	width: 200px;
	padding-bottom:10px;
	padding-top: 5px;		
	font-size:16px;
}
.menu_item_a_active {
	color:#ffffff;
	display: block;	
	width: 200px;
	padding-bottom:10px;
	padding-top: 5px;	
	padding-left: 5px;
	font-size:16px;
	background:#0090C7;
}
.f_cont {
	background:#FDFDFC;
	border: 1px solid #DDDCDC;
}
.f_cont tr td{
	padding:10px;
	font-weight: bold;
	color:#274E62;
}
.con_top {
	background: url(/admin/img/container_top_bg.png) no-repeat;
}
.con_mid {
	background: url(/admin/img/container_middle_bg.png) repeat-y;
	padding-left:8px;
}
.con_bot {
	background: url(/admin/img/container_bottom_bg.png) no-repeat;
}

.t_res tr td{
	padding:5px;
	border: 1px solid #0090C7;	
}
.t_res_head td{
	background:#0091C7;
	color:#ffffff;
	font-weight: bold;	
}
.row_active td{
	
}
.row_not_active td {
	background: #DB8A8B;
}
.t_bron td {
	background:#FFF600;	
}
.t_book td {
	background:#CF2027;
	color:#ffffff;
}

.t_payment_l td {
	background: #C3E9F7;
}
.err_font {
	color:#902023; 
}
.order_tbl_header_green td{
	padding:4px;
	border-right:1px solid #ffffff;
	background:#0B9833;		
	font-weight:bold;	
	text-align:center;
	color:#ffffff;
	font-size:14px;
}
.order_tbl_row_green td {
	padding:3px;
	border-right:1px solid #025E25;
	border-bottom:1px solid #025E25;		
	font-size:16px;
}
.price_color {
	width:25px; 
	height:25px;
	background:#DDDCDC; 
	float:left; 
	margin-left:5px;
	margin-bottom:3px;
}
.price_color_title {
	float:left; 
	width:75px; 
	height:25px;
	line-height: 25px;
	margin-bottom:3px;
}
#text_sum {
	line-height: 28px; 	
	margin-right: 3px;	
	font-weight: bold; 
	line-height: 25px;
	float:left;	
}
#total_sum {
	padding-left:10px;		 	
	font-weight: bold; 		
}
#box_office {	
	float:left; 
	font-weight: bold;
	padding-right:3px;
}
.hellow {
	font-size:20px;
	color:#AB1919;
}
.profile_tbl tr td {
	padding:5px;
	font-size:16px;	
}

.tbl_distr_header td {
	background:#DFEFFC;
	padding:5px;
	color:#2E6EAE;
	font-weight:bold;
}
.tbl_distr td {	
	padding:5px;
	color:#274e62;		
}
.tbl_distr_m td {	
	padding:5px;		
	color:#274e62;
	background:#E2E4FF;
}
.fiscal tr td {
	padding:10px;
}
.inp_search_btn {
    background-image: linear-gradient(to bottom, #257FA9, #489AC1);
    text-shadow: 0px 1px 0px #00587F;
    border: 1px solid #257FA9;
    width: 150px;
    height: 35px;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
.vkivo_tbl {
    max-width: 1000px;
    border-collapse: collapse;
}
.vkivo_tbl td {
    border:1px solid #ddd;
    padding:7px;
}
.vkivo_tbl tr:hover {
    background: #F1F1F1;
    color: #AB1919;
}
.vkivo_tbl .header td {
    font-weight: bold;
    color: #AB1919;
}
.vkivo_tbl .header td {
    font-weight: bold;
}
.vkino_btn {
    display: block;
    float:right;
    margin-left:10px;
    text-align: center;
    border-radius: 6px;
    padding:10px 5px;
    color:#fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.map_container {
    width: 100%;
    max-width:1000px;
}

.map_container h1 {
    font-size: 22px;
    color: #3685B6;
    font-weight: bold;
}
.map_container .title {
    font-size:16px;
    padding-top:5px;
}
.map_container .title:before {
    content: '';
    background-size: 160px 640px;
    background-image: url("/img/sprite.svg");
    background-position: -53px -331px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: -5px;
}
.map_container .place {
    padding-top:3px;
    margin-bottom:15px;
}
.map_container .zoom_but {
   text-align: center;
   margin-right:20px;
}
.map_container .zoom_but img {
    cursor:pointer;
}
.map_container .price_filter {
    margin: 25px auto;
    font-weight: bold;
    height: 70px;
    width:300px;
    font-size: 16px;
}
.map_container #price_slider {
    margin:35px 0px 10px 17px;
    width: 253px;
}
.map_container .min_price {
    float:left;
    font-weight: 300;
    padding-top:10px;
}
.map_container .max_price {
    float:right;
    padding-right:20px;
    font-weight: 300;
    padding-top:10px;
}
.map_container .choosen_tickets {
    font-weight: bold;
    font-size: 16px;
}
.map_container .choosen_tickets .tbl {
    display: none;
    border-collapse: collapse;
    width: 50%;
}
.map_container .choosen_tickets .tbl td {
    padding:5px 10px;
    font-weight: 300;
    font-size:14px;
    border-bottom: 1px solid #dbdbdb;
}
.map_container .choosen_tickets .tbl tr.head td {
    font-weight: bold;

}
.map_container .choosen_tickets .tbl tr.total td {
    border-bottom: none;
    color:#3685B6;
    text-align: center;
}
.map_container .choosen_tickets .tbl img {
   display: inline;
}
.map_container #total_tickets_amount {
    font-size:20px;
    font-weight: bold;
}

.map_container .no_tick {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    padding-top:10px;
}
.map_container .del_other_tick {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    padding-top:10px;
    color:#FF8000;
}

.book {
    display: block;
    margin-top:15px;
    margin:0px auto;
    font-size: 14px;
    width:50%;
    background: #16ad41;
    text-align: center;
    height:40px;
    line-height: 40px;
    text-decoration: none;
    color:#fff;
    box-sizing: border-box;
}
.book:hover {
    background:#157c32;
}

.map_container .ico_del_tick {
    margin-top:-7px;
    position:absolute;
    margin-left:5px;
    cursor: pointer;
}
.event_info_tbl td {
    padding:10px;
}
.remove_ticket {
    cursor: pointer;
}
.fixed_basket {
    background: #fff;
    height: 100px;
    width: 100%;
}
.map_top_text {
    background: #FFCB08;
    padding:15px 0px;
    font-size: 20px;
}
.brcode {
    border-collapse: collapse;
}
.brcode td {
    border: 1px solid #eee;
    padding:5px!important;
}

