@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}

del,ins
{
	text-decoration: none;
}

li
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: inherit;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}



.Menu a:link
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Menu a:visited
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Menu a:hover
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.Menu a:active
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.normal_text
{
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: 0px;
	padding: 0px;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
	overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 100000;
}

.pointer_cursor
{
	cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.widget_invisible,.js .invi,.js .se_invi,.js .an_invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}

.no_vert_scroll
{
	overflow-y: hidden;
}

.always_vert_scroll
{
	overflow-y: scroll;
}

.always_horz_scroll
{
	overflow-x: scroll;
}

.popup_element.Inactive,.js .disn,.hidden
{
	display: none;
}

.fullscreen
{
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll_wrapper
{
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.MenuBar .MenuItemContainer,.SlideShowContentPanel .fullscreen img
{
	position: relative;
}

p{
	margin:0px;
}

.site-font{
	color: #FFFFFF;
	font-family: open-sans, sans-serif;
}

.site-font-fiolet{
	color: #2E1F38;
	font-family: open-sans, sans-serif;
}

.site-font-standart{
	color: #000000;
	font-family: open-sans, sans-serif;
}

.blue-font{
	color:rgb(0,145,234);
	font-family: open-sans, sans-serif;
}

.font-support{
	font-size:12pt;
}

.font-lang{
	font-weight:bold;
	text-decoration: none;
}

.font-lang:hover{
	text-decoration: underline;
}

.top-image{
	cursor:pointer;
}

.font-top-menu{
	cursor:pointer;
	text-align:center;
	font-size:7pt;
	text-decoration: none !important;
}

.font-top-menu:hover{
	text-decoration: underline !important;
}

.login-input{
	font-size:9pt;
	text-align:center;
	border: 2px solid #707070;
	border-radius: 4px;
}

.font-top-login{
	font-size:10pt;
	cursor:pointer;
}

.font-top-login:hover{
	text-decoration: underline;
}

.div-circle{
	margin-top:5px;
	margin-right:5px;
	width:8px;
	height:8px;
	background-color: #00A651;
	border-radius: 50px;
}

.Dialog_table{
	margin: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.Dialog_table input{
	float: left;
	padding: 0px;
	margin: 2px;
	height: 25px;
}

.Dialog_table .short_input{
	float: left;
	width: 50px;
	margin: 1px;
}

.dialogLabel{
	height:25px;
	margin:auto;
}

.dialogInput{
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}

.ligums{
	position:relative;
	width:468px;
	height:500px;
	background:white;
	display:none;
	bottom:550px;
	left:150px;
	border:1px solid #1AABE1;
	border-radius:5px;
	z-index:800;
}

.ligums-main-punkt{
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	margin:20px 0px;
}

.ligums-punkt{
	font-size:11pt;
	font-weight:bold;
	margin:10px 0px;
}

.ligums-subpunkt{
	font-size:10pt;
	font-weight:500;
	margin:5px 0px;
}

.label_grey{
	color:rgb(166, 166, 166);
	height:100%;
	display: inline-block;
	vertical-align: middle;
}

.input-with-border{
	border: 2px solid orange;
	border-radius: 4px;
	height:100%;
	padding-left: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.green-button{
	color:white !important;
	background:rgb(26,187,155) !important;
	border-radius:4px;
}

.red-button{
	color:white !important;
	background:red !important;
	border-radius:4px;
}

.gray-button{
	color:white !important;
	background:gray !important;
	border-radius:4px;
}

.menu-label-white{
	color:white;
	font-size:14pt;
	height:30px;
	float:left;
	text-align:center;
}

.menu-label-white:hover{
	color:orange;
	font-size:14pt;
	height:30px;
	float:left;
	text-align:center;
}

.menu-label-orange{
	color:orange;
	font-size:14pt;
	height:30px;
	float:left;
	text-align:center;
}

.table-select{
	padding:0px 0px 0px 20px;
	border: 2px solid orange;
	border-radius: 6px;
	font-weight:bold;
	text-align:center;
}

/*Table=================================================*/

.info-table {
    display: flex;
    flex-flow: column;
    width: 100%;
	font-size:12pt;
	border: 2px solid grey;
	word-wrap:break-word;
}
.info-table thead {
    flex: 0 0 auto;
    width: calc(100% - 0.9em);
}
.info-table tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
	overflow-x: hidden;
}
.info-table tbody tr {
    width: 100%;
}
.info-table thead, .info-table tbody tr {
    display: table;
    table-layout: fixed;
}

.info-table thead tr {
    height:60px;
}

.info-table thead tr th{
    text-align:center;
	border-left:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(200,200,200);
	color:rgb(0,145,234);
	font-weight:bold;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

.info-table tbody tr {
    height:40px;
}

.info-table tbody td {
    text-align:center;
	border-left:1px solid rgb(200,200,200);
	border-top:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(200,200,200);
}
/*======================================================*/
.info-table-order-element{
	position:relative;
	top:0px;
	height:60px;
	width:15px;
	right:18px;
	display: table;
}

.info-table-head-title{
	height:60px;
	width:100%;
	display: table;
}
/*Radio button==========================================================*/
.dialog_radio {
    display:none;
}

.dialog_radio + label {
    color:#f2f2f2;
}

.dialog_radio + label{
    display:inline-block;
    width:19px;
    height:19px;
    vertical-align:middle;
    background:url(../img/12.png) no-repeat;
	background-size: 100%;
    cursor:pointer;
}

.dialog_radio:checked + label{
    background:url(../img/11.png) no-repeat;
	background-size: 100%;
}

.dialog_radio:disabled + label{
    opacity: 0.2;
}

/*Checkbox button==========================================================*/
.dialog_checkbox{
    display:none;
}

.dialog_checkbox + label {
    color:#f2f2f2;
}

.dialog_checkbox + label{
    display:inline-block;
    width:23px;
    height:23px;
    vertical-align:middle;
    background:url(../img/7_03.png) no-repeat;
	background-size: 100%;
    cursor:pointer;
}

.dialog_checkbox:checked + label{
    background:url(../img/ok.png) no-repeat;
	background-size: 100%;
}

/*map*/

.icon-div{
	position: absolute;
	left: -38px;
	top: -38px;
}

.icon-image{
	width:38px;
	height:38px;
}

.td-edit-class{
	text-decoration:underline;
	
}
.td-edit-class:hover{
	cursor:pointer;
	color:blue !important;
}

.cell-hover:hover{
	background:#fdc996;
}

.removeButtonClass{
	background:red !important;
	border: 0px !important;
}

.cancelButtonClass{
	background:#bdb7b7 !important;
	border: 0px !important;
}

#page-top-line{
	width: 100%;
	height: 40px;
	background:#2E1F38;
}

#page-menu-line{
	width: 100%; 
	height: 55px;
	background:rgb(0,145,234);
}

#page-main-line{
	width: 100%; 
	height: 500px;
	background:white;
}

#page-bottom-line{
	width: 100%; 
	height: 30px;
	background:#707070;
}

#corporate-client-name-label{
	margin-top:10px;
	float:right;
	color:white;
	text-align:right;
}

#content-field{
	width: 100%;
	overflow:auto;
}

#content-field-div{
	margin-left: 5%; 
	margin-right: 5%; 
	height: 100%;
}

#order-taxi-div{
	width:768px;
	margin-left:auto;
	margin-right:auto;
	height:950px;
}

.green-border-button{
	background:white;
	border: 2px solid rgb(26,187,155);
	border-radius: 6px;
}

.image-plus{
	height:32px;
	width:32px;
	float:left;
	content:url("../img/green-plus.png");
}

.image-minus{
	content:url("../img/minus.png");
}

.font-history-orange{
	color:orange;
}

.font-history-blue{
	color:rgb(0,145,234);
	font-family: open-sans, sans-serif;
}

.history-table-head-color-blue{
	color:rgb(0,145,234) !important;
}

.history-table-head-color-orange{
	color:orange !important;
}

/*---------------------------------------*/
.input-with-border-grey{
	border: 2px solid grey;
	border-radius: 4px;
	height:100%;
	padding-left: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.dialogdeletebutton{
	color:white !important;
	background:#c53e52 !important;
	border-radius:4px;
}

.dialogcancelbutton{
	color:white !important;
	background:grey !important;
	border-radius:4px;
}