* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
body{
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	font-family: tahoma, arial;
	font-size: 10pt;
}
.notice_popup_wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	z-index: 10000;
}
.notice_popup {
	margin: 10px;
	padding: 10px;
	text-align: center;
}
.notice_popup_body {
	max-width: 90%;
}
.notice_popup_content {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}
.red .notice_popup_content {
	border: 2px solid red;
	background: #ffbbbb;
}
.red .notice_popup_close:before {
	color: red;
}
.green .notice_popup_content {
	border: 2px solid green;
	background: #ccffbb;
}
.green .notice_popup_close:before {
	color: green;
}
.blue .notice_popup_content {
	border: 2px solid blue;
	background: #bbccff;
}
.blue .notice_popup_close:before {
	color: blue;
}
.notice_popup_close:hover {
	cursor: pointer;
}
.notice_popup_close:before {
	content: '\f00d';
	font-family: FontAwesome;
	width: 30px;
	height: 30px;
}
div.tien_report {
	display: none;
	background: #fff9a5;
	position: absolute;
	top: 350;
	left: 300;
	min-width: 300px;
	min-height: 15%;
	padding: 8px;
	margin: 8px;
	z-index: 10000;
}
.tien_tip_close:before {
	content: '\f00d';
	font-family: FontAwesome;
	width: 30px;
	height: 30px;
}
.tien_tip_close:hover {
	cursor: pointer;
}
.tien_tip_header {
	margin-top: 6px;
	margin-bottom: 2px;
	font-size: 11pt;
	font-weight: bold;
	color: #666;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 98%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
	width: 1140px;
	margin: 0 auto;
	background: #f2f2f2;
}
#pagination {
	position: relative;
	width: 1200px;
	margin: 15px auto;
	list-style: none;
	display: flex;
	justify-content: center;
}
#pagination li {
	width: 40px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#pagination li span,
#pagination li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	display: block;
	background: #A0A0DE;
	color: #fff;
}
#pagination li .pg_active {
	background: #fff;
	border: 1px solid #A0A0DE;
	color: #A0A0DE;
	box-sizing: border-box;
}
.reqd {
}
.reqd_no_val {
	border: 2px solid #ff6666 !important;
}

table.directory,
table.employee { 
	border-style: none; 
	width: 100%;
	text-align: left;
	vertical-align: top; 
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px 0px;
	}
tr.directory:nth-child(odd),
table.employee tr:nth-child(odd) {
	background: rgba(255, 221, 221, 0.3);
}
tr.directory:hover,
table.employee tr:hover {
	background: rgba(198, 255, 198, 0.9);
}
table.directory td,
table.employee td {
	padding: 5px;
	border-right: 1px solid #eee;
	}
table.directory td a,
table.employee td a {
	color: #333;
	font-weight: bold;
	}
table.content {
	}
table.msg {
	width: 60%;
	text-align: center;
	}
tr.directory_head,
table.employee thead tr {
	background: rgba(1, 124, 194, 1) !important;
	border-bottom: 1px black solid;
}
tr.directory_head td,
table.employee thead td {
	padding: 10px 5px;
}

table.employee thead td {
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;
}

table.employee thead td a {
	color: #FFFFFF !important;
}

table.employee thead td a:hover {
	text-decoration: none	;
}

td {
	text-align: left;
	vertical-align: top; 
	padding: 0px; 
	color: #000000;
	font-family: tahoma, arial;
	font-size: 9pt;
	}
td.directory { 
	font-size: 9pt;
	color: #000000;
	vertical-align: top;
	padding: 2px 4px;
	}
.ticksale_status_3 {
	background: #FD9597;
}
.ticksale_status_4 {
	background: #fff695;
}
a.directory:link,
a.directory:visited,
a.directory:hover { color: #000000; font-weight: bold; }
a.grid_external_link:link,
a.grid_external_link:visited,
a.grid_external_link:hover { color: #0000cc; font-weight: bold; }
a.user:link,
a.user:visited,
a.user:hover { color: #000000; font-weight: bold; }
a.exit:link,
a.exit:visited,
a.exit:hover { color: #000000; font-weight: bold; }
a img {
	border-style: none
}
.center_wrapper_one,
.center_wrapper_two {
	height:20px;
	margin:10px;
	}
.center_wrapper_button {
	margin:0 15px 10px 0;
	text-align:right;
}
.center_wrapper_btn {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#666;
	padding:2px 20px;
	border:1px solid #ccc;
	background:#e5e5e5;
}
.center_wrapper_btn:hover {
	color:#fff;
	background:#336699;
}
.center_wrapper_btn:active {
	color:#fff;
	background:#ef7f1a;
}
.center_wrapper_field_emph_label {
	width:30%;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	color:#666;
}
.center_wrapper_field_emph {
	width:185px;
	float:left;
}
.center_wrapper_field_emph input{
	border:1px solid #ccc;
	width:183px;
}
div.center {
	position:relative;
	width:1100px;
	margin: 0 auto;
	background:#fff;
}
td.center {
	text-align: center !important;
}
div.debug {
	position: absolute;
	min-width: 120px;
	min-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 4px;
	background: #ffddee;
	border: 8px solid #cccccc;
	color: #333333;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	z-index: 100000;
	}
div.logo { 
	float: left;
	width: 600px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	}
div.logo2 {
	height: 90px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
div.logo img {
	margin: 10px 0 0 -25px;
}
div.logo2 img {
	margin-top: 10px;
}
div.cat_header {
	float: left;
	width: 90px;
	height: 28px;
	background: #eeeeee;
	margin: 0px;
	padding: 0px;
}
div.submenu_wrapper {
	display: none;
}
.qlinks_wrapper {
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}
.qlinks_wrapper div {
	margin: 10px 0;
	padding: 0 20px;
	font-weight: bold;
	border-right: 1px solid #ccc;
}
.qlinks_wrapper div:last-child {
	border-right: none;
}
div.filter {
	height: 40px;
	background: #ddffdd; 
	margin: 0px;
	padding: 0px;
	}
div.filter form {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
div.filter .filter_item_wrapper {
	width: 18%;
}
div.filter .filter_item_wrapper select,
div.filter .filter_item_wrapper input,
div.filter .filter_item_wrapper .filter_item_content {
	width: 95%;
}
#filter_deleted {
	width: 15px;
}
div.filter .filter_item_wrapper,
div.filter .filter_list,
.right .wrapper_itemsub,
.add_item_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 5px 0 0;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
div.filter .filter_item_wrapper,
div.filter .filter_list {
	flex-direction: column;
}
div.filter .filter_item_label {
	 margin: 0 0 3px 0;
	 
}
div.filter .filter_label,
.form_checkable .data_container .wrapper_item_jobop,
.output_label,
.output_value,
.wrapper_item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 3px 5px 0 5px;
	font-family: Tahoma, Arial;
	font-size: 9pt;
}
.sale_exc_wrapper_one {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 3px 5px 0 5px;
	font-family: Tahoma, Arial;
	font-size: 9pt;
}
div.filter .filter_btn {
	margin-top: 5px;
}
div.filter .filter_btn input {
	padding: 2px 3px;
}
div.filter .newfilter {
	display: flex;
	justify-content: flex-start;
}
div.filter .newfilter div {
	width: 15%;
}
div.filter_label {
	float: left;
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	line-height: 120%;
	margin: 2px 4px;
	padding: 6px 4px;
	}
div.filter_list {
	display:inline-block;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	vertical-align: baseline;
	line-height: 120%;
	margin: 2px 0 2px 4px;
	padding: 6px 0 6px 4px;
	}
div.filter_date {
	display:inline-block;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	vertical-align: baseline;
	line-height: 120%;
	margin: 0 0 0 4px;
	padding: 6px 0 0 4px;
	}
div.filter_btn {
	display:inline-block;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	vertical-align: baseline;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	}
div.edit {
	background: #ffffff;
	position:relative;
	}
div.tree_item {
	width: 260px;
	height: 24px;
	margin: 4px;
	padding: 4px 0;
	background: #ffffff;
	color: #999999;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	}
div.tree_item_selected {
	background: #ddddff;
}
.form_checkable div.left,
.form_checkable div.right {
	margin: 0;
	padding: 4px 0;
	}
.ui-widget-content {
	overflow:hidden;
	}
div.data_container {
	width: 70%;
	height: 100%;
	margin: 0 4px 0 0;
	padding: 0 4px 4px 0;
	}
div.left {
	width: 50%;
	height: 100%;
	margin: 0 4px 0 0;
	padding: 0 4px 4px 0;
	}
div.right {
	width: 50%;
	height: 100%;
	margin: 0 4px 0 0;
	padding: 0 4px 4px 0;
	}
#edit form {
	display: flex;
	justify-content: space-between;
}
#edit form div.left,
#edit form div.right {
	width: 50%;
	margin: 5px;
	padding: 0px;
}
#edit form .output_value_table_block textarea {
    width: 100%;
}
.form_checkable .output_value_table_block {
	width: 70%;
	margin: 4px;
	padding: 0 4px 0 0;
}
div.header_all {
	display: flex;
	justify-content: space-between;
	height: 40px;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 4px 0 0;
	padding: 0 4px 0 0;
	}
.header_left {
	width: 37%;
	}
	
.header_right {
	width: 63%;
	}
.header_right,
.date,
.menu_user_wrapper,
.exit {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}
div.date,
div.username {
	width: 28%;
	height: 20px;
	line-height:20px;
	background: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: normal;
	margin: 0 16px 0 0;
	padding: 0px;
}
.menu_user_wrapper {
	padding-bottom: 10px;
}
.submenu_user_wrapper {
	display: none;
	text-align: right;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}
.submenu_user_wrapper a {
	font-weight: bold;
	color: #005500;
}
div.exit {
	width: 21%;
	height: 20px;
	line-height:20px;
	background: #ffffff;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
div.link_user,
div.link_out,
div.link_date {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
div.icon_user,
div.icon_out,
div.icon_date {
	margin: 0;
	padding: 0 8px 0 0;
	}
div.header_text {
	width: 100%;
	color: #333;
	font-family: Tahoma, Arial;
	font-size: 12pt;
	margin: 4px 10px 4px 0;
}
div.output_label {
	min-width: 30%;
	width: 30%;
	color: #006600;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	margin: 4px 4px 0 4px;
	}
.sale_exc_total_label {
	min-width: 30%;
	width: 30%;
	color: #0000ff;
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-weight: bold;
	margin: 4px 4px 0 4px;
	}
.rel_value_input_label {
	width: 40%;
	color: #009900;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	margin: 4px 4px 0 4px;
	}
.wrapper_itemsub .output-header-40 {
	width: 40%;
	font-weight: bold;
	color: rgba(1, 124, 194, 1);
	text-align: center;
	border-bottom: 1px solid #999999;
}
.wrapper_itemsub .output-header-20 {
	width: 20%;
	font-weight: bold;
	color: rgba(1, 124, 194, 1);
	text-align: center;
}
.wrapper_itemsub .add_value {
	width: 60%;
}
.wrapper_itemsub .add_value input {
	width: 100%;
}
div.output_value,
.form_checkable .wrapper_item .value {
	height: 22px;
	width: 70%;
	display: flex;
	justify-content: space-between;
	color: #000000;
	font-family: Tahoma, Arial;
	margin: 4px 0;
	padding: 2px 4px;
	font-weight: bold;
}
#ps_notes {
	height: auto;
}
.sale_total_sum_value,
.sale_total_qty_value {
	height: 22px;
	width: 70%;
	margin: 2px 0 0 0;
	padding: 2px 4px 0 4px;
	font-size: 18px;
	font-weight: bold;
}
.sale_total_sum_value {
	color: #ff0000;
}
.sale_total_qty_value {
	color: #AC0507;
}
.date_sale {
	color: #990000;
	font-weight: bold;
	font-size: 10pt;
}
.base_value {
	font-weight: bold;
	color: #333;
	padding: 0 7px;
}
.rel_input {
	padding: 0 5px;
}
#ticksale_notes {
	min-height: 100px;
}
#emp_rec,
#date_rec {
	width: 70%;
	padding: 0 10px;
}
div.output_value input, 
div.output_value select,
div.output_value textarea {
	width: 100%;
	}
.dscd {
	width: 15px !important;
	}
div.value_checkbox {
	height: 22px;
	margin: 0 4px 2px 0;
	padding: 6px 4px 2px 4px;
	width:70%;
	}
div.value_multiple {
	background: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 0px;
	margin: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}
div.value_multiple_line {
	display: flex;
	
	justify-content: flex-start;
	
	background: #eeffdd;
	width:70%;
	color: #000000;
	margin-top: 0;
	padding: 4px;
	
	}
	
div.value_multiple_line .cbx_wrapper_line {
	
	margin: 2px 10px;
	
	}
div.value_multiple_line .cbx_wrapper_line input {
	
	margin: 0 5px 0 0;
	
	}
div.value_multiple_price {
	background: #ffffff;
	width:70%;
	color: #000000;
	margin-top: 0;
	padding: 4px 0 4px 0;
	}
div.value_multiple_price .value {
	width: 60%;
	}
div.value_multiple_price .value input {
	width: 100%;
	}
div.value_multiple {
	background: #eeffdd;
	width:70%;
	color: #000000;
	margin-top: 0;
	padding: 4px;
}
.trip_ref_block a {
	padding: 0 5px 0 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #0000ff;
}
.cbx_wrapper_txt {
	widows: 80%;
}
div.value_multiple input {
	height:10px;
	width: 7%;
	margin:0 5px 10px 0;
	}
#edit {
	position:relative;
	width: 100%;
	}
div.intro_link_emph {
	margin: 16px 0 16px 0;
	font-size: 12pt;
}
.msg_popup_btn_wrapper .msg_popup_btn_set div.btn_disappear {
	display: none !important;
}
div.page_footer,
.top_link {
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
	color: #666666;
	width:1000px;
	margin:0 auto;
	padding: 5px;
	}
div.page_footer a,
.top_link a {
	color: #0000ff;
	text-decoration: none;
	}
.buttons .ui-icon{
	width: 16px;
	height: 16px;
	margin:5px;
	display: block;
	float:left;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	vertical-align:middle;
	}
	
.buttons .ui-state-default{
	/*width: 140px;
	height: 26px;
	float:left;*/
	margin:0 10px 0 0 !important;
	}
	
.buttons .ui-state-default:hover{
	background: #C7E3FA;
	}
input.btn {
	margin:0 2px;
	padding: 2px 5px;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height:15pt;
	color: #333 !important;
	background:none;
	border:none;
	}
input.btn_1st {
	margin:0 2px;
	padding: 2px 5px;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height:15pt;
	color: #000000;
	background: none;
	border:none;
	}
.btn_1st_red {
	margin: -1px 0 0 0 !important;
	padding: 2px 5px;
	height: 15px;
	width: 112px !important;
	line-height: 15px;
	background: linear-gradient(to top, #950333, #cc013f) !important;
	border: 1px solid #870204;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff !important;
	text-align: left;
	font-weight: bold;
}
.btn_1st_blue {
	margin: -1px 0 0 0 !important;
	height: 15px;
	width: 112px !important;
	line-height: 15px;
	background: linear-gradient(to top, #3D88C2, #8AB7DA) !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff !important;
	text-align: left;
	font-weight: bold;
}
input.btn_emph {
	margin:0 2px;
	padding: 2px 5px;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height:15pt;
	color: #ff0000;
	background:none;
	border:none;
	}
/***********red**********/
.form_checkable {
	width: 100%;
	position: relative;
	display:flex;
	justify-content:space-between;
	padding-top: 45px;
}
.form_checkable #form_buttons,
.form_checkable .buttons {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	margin-top: 7px;
	padding: 5px 0 2px 0;
	background: #ddd;
}
.form_checkable #form_buttons .ui-state-default,
.form_checkable .buttons .ui-state-default {
	float: right;
}
.form_checkable .buttons .red {
    background: #940202;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#fe6969,0),color-stop(#940202,1));
    background: -webkit-linear-gradient(top, #fe6969 0%, #940202 100%);
    background: -moz-linear-gradient(top, #fe6969 0%, #940202 100%);
    background: -o-linear-gradient(top, #fe6969 0%, #940202 100%);
    background: linear-gradient(top, #fe6969 0%, #940202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6969', endColorstr='#940202',GradientType=0 );
    border: 1px solid #6b0000;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 120px;
    height: 26px;
}
.form_checkable .buttons .disabled {
    background: #dddddd;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#fe6969,0),color-stop(#940202,1));
    background: -webkit-linear-gradient(top, #fe6969 0%, #940202 100%);
    background: -moz-linear-gradient(top, #fe6969 0%, #940202 100%);
    background: -o-linear-gradient(top, #fe6969 0%, #940202 100%);
    background: linear-gradient(top, #fe6969 0%, #940202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6969', endColorstr='#940202',GradientType=0 );
    border: 1px solid #6b0000;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 120px;
    height: 26px;
}
.buttons .ui-state-default .ui-icon {
    display: none;
}
.ui-state-default .icon-circle-plus {
	font-family: FontAwesome;
	font-style: normal;
    background-image: none !important;
	width: 16px;
	height: 16px;
	margin: 5px;
	display: block;
	float: left;
	vertical-align: middle;
}
.icon-circle-plus::before {
    content: "\f055";
	width: 16px;
	height: 16px;
	margin: 0 5px;
	text-align: center;
	color: #fff;
	display: block;
}
.form_checkable .buttons .ui-state-default span,
.form_checkable .buttons .ui-state-default input {
	color: #fff;
}
#phonemask {
	width: 93%;
	margin: 4px 0 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 4px 4px 36px !important;
	height: 28px;
	font-size: 16px;
	color: #363636;
}
/*************end red***********/
#phonemask:focus {
	outline: none;
}
input#phonemask:-moz-placeholder {
	color: #363636;
}
input#phonemask:-webkit-input-placeholder {
	color: #363636;
}
.phonemask {
	position: relative;
	width:70%;
}
.phonemask:before {
	content: "+7";
	display: block;
	height: 40px;
	color: #363636;
	position: absolute;
	top: 8px;
	left: 7px;
	font-size: 16px;
}
.phone_num_status {
	color: #ff3636;
	}
label.error {
/* background:url("unchecked.gif") no-repeat top left; */
	color: red;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 40px;
 }
label.checked {
/* background:url("checked.gif") no-repeat top left; */
	color: blue;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
}
input.error {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	display: none;
    z-index: 100;
}
#overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	display: none;
    z-index: 103;
}
div.ui-datepicker, .ui-datepicker td{
 font-size: 10px;
}
div.ui-dialog, .ui-dialog td{
 font-size: 12px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.new_button {
	height: 60px;
	background: #ffcccc;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	}
.new_button {
	height: 60px;
	background: #ccccff;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	}
.form_checkable .buttons .disabled,
.form_checkable .buttons .btn_disabled {
    background: #999;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#aaa,0),color-stop(#777,1));
    background: -webkit-linear-gradient(top, #aaa 0%, #777 100%);
    background: -moz-linear-gradient(top, #aaa 0%, #777 100%);
    background: -o-linear-gradient(top, #aaa 0%, #777 100%);
    background: linear-gradient(top, #aaa 0%, #777 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#777',GradientType=0 );
    /*-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 2px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 2px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 2px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 2px rgba(255,255,255,0.5);*/
	border: 1px solid #444;
	float: right;
    text-align: center;
	width: 140px;
	height: 26px;
	margin: 0;
	font-weight: bold;
}
#emp_form input {
	background: none;
	border: 1px solid #333;
	padding: 2px;
}
#emp_form .btn_submit {
	background: none;
	border: none;
}
.form_checkable .buttons .disabled input,
.form_checkable .buttons .btn_disabled input {
    color: #fff;
	font-size: 9pt;
	margin-top: 0px;
}
.form_checkable .buttons .disabled .ui-icon,
.form_checkable .buttons .btn_disabled .ui-icon {
	display: none;
    width: 16px;
    height: 16px;
	background-image: url(css/redmond/images/ui-icons_d8e7f3_256x240.png) 
}
.start {
	width: 300px;
	height: 205px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
.wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.new_logo {
	text-align: center;
	margin-bottom: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.menutop {
	height: 40px;
	background: #ddffdd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.menu_out {
	position: relative;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.menu_out:last-child {
	border: none;
}
.menu_out:hover,
.subitem:hover {
	background: rgba(198, 255, 198, 1);
}
.menu_out a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	padding: 10px 5px;
	color: #333;
}
.submenu_wrapper {
	min-width: 290px;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 10;
	background: #ddffdd;
	border: 1px solid #ccc;
}
.subitem {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.subitem a {
	line-height: 20px;
	padding: 5px;
	text-transform: none;
}
.subitem_dimmed {
	line-height: 20px;
	padding: 5px 10px;
	text-align: left;
	text-transform: none;
	border-bottom: 1px solid #ccc;
	color: #999;
}
.subitem_dimmed:last-child {
	border-bottom: none;
}
div.btn_create {
	height: 40px;
	background: #eee;
}
div.btn_create a.btn_create,
.form_checkable .buttons .ui-state-default,
.reg_button .reg_btn {
	display: block;
	float: right;
    height: 24px;
    margin: 7px 10px 0 0;
    padding: 0 20px;
    background: #ddffdd;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#ddffdd,0),color-stop(#91c591,1));
    background: -webkit-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: -moz-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: -o-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: linear-gradient(top, #ddffdd 0%, #91c591 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddffdd', endColorstr='#91c591',GradientType=0 );
    border: 1px solid #628662;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.reg_button .reg_btn {
	float: left;
	margin: 0;
}
.form_checkable .buttons .red {
	background: #ddffdd;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#ff7777,0),color-stop(#ff0000,1));
    background: -webkit-linear-gradient(top, #ff7777 0%, #ff0000 100%);
    background: -moz-linear-gradient(top, #ff7777 0%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff7777 0%, #ff0000 100%);
    background: linear-gradient(top, #ff7777 0%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7777', endColorstr='#ff0000',GradientType=0 );
}
.form_checkable .buttons .ui-state-default {
	margin: 0;
}
.filter_btn .btn {
	display: block;
    margin: 0;
    padding: 0 10px !important;
    background: #ddffdd;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#ddffdd,0),color-stop(#91c591,1));
    background: -webkit-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: -moz-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: -o-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: linear-gradient(top, #ddffdd 0%, #91c591 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddffdd', endColorstr='#91c591',GradientType=0 );
    border: 1px solid #628662;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
.form_checkable .buttons .ui-state-default {
	margin: 0;
}
table.schedule,
table.transport,
table.ticksale {
	width: 100%;
}

table.transport thead td {
	height: 30px;
	text-align: center;
	font-weight: bold;
	background: rgba(1, 124, 194, 0.2);
	border-right: 1px solid #fff;
	line-height: 30px  ;
}

table.schedule thead td,
table.ticksale thead td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #006600;
	border-right: 1px solid #eee;
}
table.schedule thead td:last-child,
table.transport thead td:last-child,
table.ticksale thead td:last-child {
	border-right: none;
}

table.schedule td,
table.transport td,
table.ticksale td {
	width: auto;
	padding: 5px;
}
table.schedule td a,
table.ticksale td a {
	color: #000;
	font-weight: bold;
}
table.transport td,
table.ticksale td {
	text-align: center;
}
table.ticksale td:nth-child(8) {
	text-align: right;
}
table.ticksale td:nth-child(8) {
	color: #0000ff;
}

table.transport tbody td {
	height: 25px;

}

table.transport tbody td:nth-child(3),
table.transport tbody td:nth-child(12) {
	text-align: left;
}

table.transport tbody td:nth-child(9),
table.transport tbody td:nth-child(10),
table.transport tbody td:nth-child(11){
	text-align: right;
}

.sch_tick_top {
	width: 90%;
	min-width: 90px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: center;
}
.sch_tick_bottom {
	text-align: center;
}
.sch_tick_av,
.sch_tick_sold,
.sch_tick_free {
	float: left;
	text-align: center;
	width: 15px;
}
.sch_tick_l {
	float: left;
	padding: 0 2px;
}
.sch_tick_av {
	color: #000;
}
.sch_tick_sold {
	color: #ff0000;
}
.sch_tick_free {
	color: #009900;
}
.sch_tick_amount {
	color: #0000ff;
}
.schedule td:nth-child(8),
.schedule td:nth-child(5),
.schedule td:nth-child(6),
.schedule td:nth-child(7) {
    text-align: center;
} 
.schedule td:nth-child(3) a,
.schedule td:nth-child(5) a,
.schedule td:nth-child(6) a,
.schedule td:nth-child(7) a {
    color: #0000FF;
} 
.schedule .sch_guide_phone {
	font-weight: bold;
}
.schedule .sch_trvh_statenum {
	border: 1px solid #ccc;
	background: #fff;
	margin: 3px 30px 3px 30px;
	text-align: center;
}
td.schedule:last-child {
	display: flex;
	justify-content: space-between;
}
.kassa_op .schedule:nth-child(2) {
	 width: 150px;
}
.kassa_op .schedule:nth-child(3) {
	 width: 80px;
}
.kassa_op .schedule:nth-child(4) {
	 width: 100px;
}
.schedule .kassa_op_stexp {
	width: 70px;
}
.guide_firstname a,
.guide_phone a,
.guide_fee a {
	color: #000 !important;
}
.guide_phone {
	white-space: nowrap;
}
#wrapper_trip_ref {
	justify-content: flex-start;
}
#trip_time {
	width: 50%;
	height: auto !important;
}
.time_end_block,
.trip_ref_block {
	width: 10%;
}
.right .wrapper_item .output_value {
	height: auto;
}
.ui-menu-item-wrapper {
	font-weight: bold;
}
.control_rep_wrapper {
	display: flex;
	justify-content: flex-start;
}
.control_rep_wrapper .control_rep_link_wrapper {
	margin: 0 10px;
}
.control_rep_wrapper .btn_active a,
.control_rep_wrapper .btn_inactive a {
	text-decoration: none;
	display: block;
	height: 30px;
	width: 100%;
}
.control_rep_wrapper .btn_active {
    height: 30px;
    margin: 7px 10px 0 0;
    padding: 0 20px;
    background: #ddffdd;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#ddffdd,0),color-stop(#91c591,1));
    background: -webkit-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: -moz-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: -o-linear-gradient(top, #ddffdd 0%, #91c591 100%);
    background: linear-gradient(top, #ddffdd 0%, #91c591 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddffdd', endColorstr='#91c591',GradientType=0 );
    border: 1px solid #628662;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.control_rep_wrapper .btn_inactive {
    height: 30px;
    margin: 7px 10px 0 0;
    padding: 0 20px;
	background: #ddd;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#eee,0),color-stop(#ccc,1));
    background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
    background: linear-gradient(top, #eee 0%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 );
    border: 1px solid #777;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.ui-tabs-panel .left,
.ui-tabs-panel .right,
.ui-tabs-panel .all_role1_emp_new,
.ui-tabs-panel .role_list_wrapper {
	float: left;
	width: 50%;
}
.value_multiple .cbx_wrapper {
	display: flex;
	justify-content: flex-start;
}
.kassa_op_amount,
.kassa_op_balance_opening,
.kassa_op_balance_closing {
	text-align: right;
	width: 100%;
}
.kassa_op_emp a,
.kassa_op_notes a {
	color: #000 !important;
}
.kassa_op_balance_opening a {
	color: #0000ff !important;
}
.kassa_op_balance_closing a {
	color: #007755 !important;
}
.rashod {
	color: #d10031 !important;
}
.btn_create_all {
	display: flex;
	justify-content: flex-end;
	background: #eee;
}
.btn_create_all div {
	margin-left: 10px;
}
.balance_today_wrapper {
	margin-top: 16px;
}
.balance_today_top,
.balance_today_bottom,
.kassaop_line_header_wrapper,
.kassaop_line_header_subwrapper_top,
.kassaop_line_header_subwrapper_bottom {
	display: flex;
	justify-content: flex-start;
}
.kassaop_line_header_subwrapper_top,
.kassaop_line_header_subwrapper_bottom {
	padding: 8px 15px;
	margin: 5px 15px 5px 0;
	font-size: 12px;
	font-weight: bold;
}
.kassaop_line_header_wrapper {
	background: #f7f7f7;
	margin: 5px 0;
}
.balance_opening_today_label,
.balance_closing_today_label {
	width: 250px;
	text-align: left;
	margin: 5px 0;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}
.kassaop_line_header_opening_label,
.kassaop_line_header_closing_label {
	
}
.balance_opening_today_label {
	background: #8ddcca;
}
.kassaop_line_header_subwrapper_top .kassaop_line_header_opening_label:first-child {
	margin-right: 10px;
}
.balance_closing_today_label {
	background: #8dff41;
}
.kassaop_line_header_closing_label {
	
}
.balance_opening_today_value,
.balance_closing_today_value {
	margin: 4px 5px;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
}
.kassaop_line_header_opening_value,
.kassaop_line_header_closing_value {
	margin: 0 10px;
}
.balance_opening_today_value,
.kassaop_line_header_opening_value {
	color: #3e81f8;
}
.balance_closing_today_value {
	color: #00aa00;
}
.kassaop_line_header_closing_value {
	color: #00aa00;
}
.input_amount_kassaop {
	height: 40px;
	margin-left: 5px;
	padding: 5px;
	font-size: 26px;
	font-weight: bold;
	width: 230px;
}
.input_notes_kassaop {
	height: 100px;
	margin-left: 5px;
	min-width: 240px;
}
.kassaop_line_header_date {
	padding: 8px 15px;
	margin: 5px 15px 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.output_label_kassaop1, 
.output_label_kassaop2 {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #006600;
	font-weight: bold;
}
.output_label_kassaop1 {
	margin: 16px 0 5px 5px;
}
.output_label_kassaop2 {
	margin: 8px 0 5px 5px;
}
.form_checkable .data_container {
	width: 100%;
	margin: 0;
	background: #eeffee;
}
.form_checkable .data_container .wrapper_item,
.form_checkable .data_container .wrapper_item_kassaop,
.form_checkable .data_container .wrapper_item_jobop {
	width: 29%;
	margin: 0 auto;
}
.form_checkable .data_container .wrapper_item_kassaop {
	margin-top: 5px !important;
}
.form_checkable .data_container .wrapper_item div:first-child,
.form_checkable .data_container .wrapper_item_jobop div:first-child,
.form_kassaopc .data_container .wrapper_item_kassaop .output_label_kassaop1,
.form_kassaopc .data_container .wrapper_item_kassaop .output_label_kassaop2,
.form_kassaopc .data_container .wrapper_item_kassaop .output_label,
.wrapper_item_time .output_label,
.wrapper_item_hours .output_label_jobop1,
.wrapper_item_kassaop .output_label_kassaop2 {
	width: 40%;
	max-width: 212px;
	color: rgba(1, 106, 167, 1);
	border-bottom: 1px solid #999999;
	font-weight: bold;
	margin: 4px 4px 0 4px;
}
.input_notes_kassaop {
	margin-left: 0 !important;
}
.form_checkable .data_container .wrapper_item div:last-child,
.form_checkable .data_container .wrapper_item_jobop div:last-child,
.form_checkable .data_container .output_value_kassaop {
	width: 60%;
}
#op_contrnum {
	padding: 2px 4px 0 2px;
}
.timemask,
.wrapper_item_hours .output_value_jobop {
	width: 95px;
	margin-right: 10px;
	margin: 4px 2px;
    padding: 2px 4px;
}
.job_op_calc_btn {
	width: 200px;
}
.timemask input,
.job_op_hrs {
	width: 95px;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	box-sizing: border-box;
}
.wrapper_item_hours .output_value_jobop,
.wrapper_item_hours .output_value_jobop input {
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	box-sizing: border-box;
}
#job_op_calc_btn .btn_calc_jobop {
	margin-left: 2px;
	display: block;
	height: 40px;
	padding: 0 5px;
	background: rgba(1, 124, 194, 1);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(1, 124, 194, 0.5),0),color-stop(rgba(1, 124, 194, 1),1));
	background: -webkit-linear-gradient(top, rgba(1, 124, 194, 0.5) 0%, rgba(1, 124, 194, 1) 100%);
	background: -moz-linear-gradient(top, rgba(1, 124, 194, 0.5) 0%, rgba(1, 124, 194, 1) 100%);
	background: -o-linear-gradient(top, rgba(1, 124, 194, 0.5) 0%, rgba(1, 124, 194, 1) 100%);
	background: linear-gradient(top, rgba(1, 124, 194, 0.5) 0%, rgba(1, 124, 194, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(1, 124, 194, 0.5)', endColorstr='rgba(1, 124, 194, 1)',GradientType=0 );
	border: 1px solid #628662;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.form_checkable .data_container .wrapper_item div:last-child input,
.form_checkable .data_container .wrapper_item_jobop div:last-child input {
	width: 100%;
}
.form_checkable .data_container .wrapper_item_kassaop .input_notes_kassaop {
	width: 100%;
}
.form_jobopc .data_container .wrapper_item_jobop {
	height: 60px;
	margin-bottom: 5px;
	justify-content: flex-start;
	align-items: flex-end;
}
.form_jobopc .data_container .wrapper_item:nth-child(12) input,
.form_jobopc .data_container .wrapper_item:nth-child(13) input,
.form_jobopc .data_container .wrapper_item_jobop input {
	height: 40px;
	line-height: 40px;
	font-size: 34px;
	width: 90% !important;
}
.form_jobopc .data_container .wrapper_item_jobop .job_op_hrs {
	line-height: 40px;
	font-size: 34px;
}
tr.row_prihod {
	background: #d2fcd5;
}
tr.row_rashod {
	background: #ffceda;
}
a.kassa_op_link_plain {
	font-weight: normal !important;
}
#pwd_change_form .reg,
.pwd_change_success_wrapper {
	background: #eeffee;
	border: 1px solid #ccc;
	padding: 20px 30px;
}
.pwd_change,
.pwd_change_success_wrapper {
	display: flex;
	justify-content: flex-start;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}
.reg_field_emph_label,
.reg_field_emph,
.reg_field_status {
	width: 30%;
	font-weight: bold;
	color: #005500;
}
.pwd_change_success_msg,
.pwd_change_success_link_back {
	width: 20%;
	font-weight: bold;
	color: #005500;
	padding: 5px 20px;
}
.reg_field_emph input {
	width: 90%;
	padding: 2px 5px;
}
.reg_button {
	padding: 15px 0 20px 0;
}
.tariff_jobmode_wrapper,
.tariff_ticat_wrapper {
	width: 50%;
	float: left;
}
.tariff_wrapper .wrapper_itemsub {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.role_x_page tr:nth-child(2n) {
	background: #fdfdfd;
}
.role_x_page tr:hover {
	background: #ddffdd;
}
.role_x_page .body td {
	border-right: 1px solid #eee;
}
.role_x_page thead td:first-child,
.role_x_page .body td:first-child {
	width: 220px;
}
.role_x_page .body td:last-child {
	border-right: none;
}
.role_x_page_header_row {
	background: #eee;
	font-weight: bold;
}
.role_x_page td {
	padding: 5px;
}
.ui-widget-header {
	color: rgba(1, 124, 194, 0.8) !important;
	background: rgba(1, 124, 194, 0.4) !important;
	border: 1px solid rgba(1, 124, 194, 1) !important;
	box-sizing: border-box;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid rgba(1, 124, 194, 1) !important;
	background: rgba(1, 124, 194, 0.5) url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x !important;
	font-weight: bold;
	color: #fff !important;
}
.ui-datepicker-calendar .ui-state-active {
	border: 1px solid rgba(1, 124, 194, 1) !important;
	background: #fff url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x !important;
	font-weight: bold;
	color: #fff !important;
}
.ui-datepicker-calendar .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88 !important;
	color: #363636 !important;
}
.ui-widget-header .ui-icon {
	background-image: url("pics/ui-icons_d8e7f3_256x240.png") !important;
}
.job_op .jobop_tr_totals .schedule:nth-child(2),
.job_op .jobop_tr_totals .schedule:nth-child(3),
.job_op .jobop_tr_totals .schedule:nth-child(4),
.job_op .jobop_tr_totals .schedule:nth-child(5) {
	text-align: right;
	font-weight: bold;
}
.job_op tr td:nth-child(5),
.job_op tr td:nth-child(6),
.job_op tr td:nth-child(7),
.job_op tr td:nth-child(8),
.job_op tr td:nth-child(9) {
	text-align: right;
}
.job_op thead tr td:nth-child(7) {
	text-align: center;
}
.job_op_link_now {
	color: red !important;
}
.job_op tr td:nth-child(5) a,
.job_op tr td:nth-child(6) a {
	color: #019456;
}
.job_op tr td:nth-child(7) a,
.job_op tr td:nth-child(8) a,
.job_op tr td:nth-child(9) a {
	color: #002FC3;
}
.job_op tr td:nth-child(2n) {
	background: #eee;
}
.job_op tr td:nth-child(2n+1) {
	border-bottom: 1px solid #eee !important;
}
.ticksale_total_sum {
	min-width: 60px;
	text-align: right;
	font-weight: bold;
}
.ticksale_total_sum_expense,
.ticksale_total_sum_balance {
	text-align: right;
	font-weight: bold;
}
.ticksale_total_tick_qty {
	font-weight: bold;
}
.ticksale .jobop_tr_totals,
.job_op .jobop_tr_totals,
.job_op .jobop_tr_totals td,
.ticksale_tr_totals {
	background: #FBD26D !important;
}
.jobop_tr_totals_expense,
.ticksale_tr_totals_expense {
	background: #ff7777 !important;
}
.jobop_tr_totals_balance,
.ticksale_tr_totals_balance {
	background: rgba(1, 124, 194, 0.5) !important;
}
.jobop_total_label_expense,
.jobop_total_label_balance,
.jobop_total_sum_expense,
.jobop_total_sum_balance,
.ticksale_total_label,
.ticksale_total_label_expense,
.ticksale_total_label_balance {
	font-weight: bold;
	text-align: right;
	
}
.jobop_total_label {
	font-weight: bold;
	text-align: right;
}
.small {
	font-size: 12px !important;
}
.jobop_total_tick_fee {
	font-weight: bold;
}
.ticksale .jobop_tr_totals td:first-child {
	text-align: right;
}
.ticksale .jobop_total_tick_qty,
.ticksale .jobop_total_sum {
	font-weight: bold;
	white-space: nowrap;
}
.ticksale .jobop_total_sum {
	text-align: right;
}
.op_status {
	width: 50%;
	margin: 15px auto;
	font-size: 15px;
	font-weight: bold;
	background: #ff0000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.success {
	background: #00aa00 !important;
}

.wrapper_ticksales_ticat {
	display: flex;
	justify-content: flex-start;
}
.ticksales_ticat_label {
	width: 42%;
	text-align: left;
}
.ticat_value {
	font-weight: bold;
}
.left .value_multiple_price .wrapper_itemsub {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 5px 0 0;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.value_multiple_price .wrapper_itemsub .input_label_center {

}
.value_multiple_price .wrapper_itemsub .rel_value_input_label {
	width: 45%;
}
.value_multiple_price .wrapper_itemsub .output_value {
	width: 55%;
}
.value_multiple_price .wrapper_itemsub .base_value {
	width: 55%;
	text-align: right;
}
.value_multiple_price .wrapper_itemsub .rel_input {
	width: 45%;
}
#multiple_price.wrapper_item .value_multiple_price .rel_value_input_label {
	width: 40%;
}
#multiple_price.value_multiple_price {
	position: relative;
}
#multiple_price.value_multiple_price .wrapper_itemsub_head {
	position: absolute;
	top: -10px;
	right: 55px;
	color: rgba(1, 124, 194, 1);
}
#multiple_price.value_multiple_price .add_value,
#multiple_price.value_multiple_price .add_value2,
#multiple_price.value_multiple_price .add_value3 {
	width: 20%;
	box-sizing: border-box;
}
#multiple_price.value_multiple_price .add_value input {
	margin-right: 2px;
}
#multiple_price.value_multiple_price .add_value input,
#multiple_price.value_multiple_price .add_value2 input,
#multiple_price.value_multiple_price .add_value3 input {
	width: 73px;
	box-sizing: border-box;
	text-align: right;
}
#kassaop_ticksale_report {
	display: none;
}
.margin {
	margin-bottom: 5px !important;
}
.rel_value_input_label_long {
	width: 200px;
}
.value_multiple_price .wrapper-head {
    justify-content: flex-end;
}
.output_value_short {
	width: 180px;
	display: flex;
	justify-content: flex-start;
}
.output_value_short .value_left {
	width: 20%;
	font-size: 10px;
	text-align: center;
}
.output_value_short .value_center {
	width: 40%;
	font-size: 10px;
	text-align: center;
}
.output_value_short .value_right {
	width: 40%;
	font-size: 10px;
	text-align: center;
}
.rel_value_input_label_small {
	width: 35%;
	font-size: 11px;
	color: rgba(1, 124, 194, 1);
	border-bottom: 1px solid #555;
}
.output_value_big {
	width: 70%;
	display: flex;
	justify-content: flex-start;
}
#base_input_6 {
	width: 1px;
}
.output_value_big .base_value {
	width: 25% !important;
}
.output_value_big .wrapper_input_all {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}
.output_value_big .wrapper_input_all .rel_input {
	width: 15%;
	margin-right: 5px;
}
.output_value_big .wrapper_input_all .rel_input2 {
	width: 40%;
	padding: 0 5px;
    margin-right: 5px;
}
.output_value_big .wrapper_input_all .ticksale_fee {
    width: 40%;
	padding: 0 5px;
    border: 1px solid rgba(1, 124, 194, 0.2);
    text-align: right;
}
.all_role1_emp_exst .ui-state-default {
	width: 160px;
	margin: 10px 0;
}
.all_role1_emp_exst .ui-state-default .ui-icon-circle-plus {
	display: none;
}
.all_role1_emp_exst .ui-state-default .btn_submit {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
#ficnt_filter_show_fired {
	width: 15px;
	margin-left: 25px;
}
.ticksale_schedule_id_status_good,
.ticksale_schedule_id_status_bad {
	margin: 0 10px;
	padding: 5px;
}
.ticksale_schedule_id_status_good {
	background: #CEF8BC;
}
.ticksale_schedule_id_status_bad {
	background: #F9CFCF;
}
.kassaop_schedule_id_status {
	width: 50%;
    margin: 0 auto;
}
.kassaop_schedule_id_status .ticksale_schedule_id_status_good {
	border: 2px dotted rgba(1, 124, 194, 1);
	margin: 0 4px;
	padding: 5px 10px;
}
.btn_submit_disabled {
	background: rgba(119, 119, 119, 1);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(119, 119, 119, 0.5),0),color-stop(rgba(119, 119, 119, 1),1));
	background: -webkit-linear-gradient(top, rgba(119, 119, 119, 0.5) 0%, rgba(119, 119, 119, 1) 100%);
	background: -moz-linear-gradient(top, rgba(119, 119, 119, 0.5) 0%, rgba(119, 119, 119, 1) 100%);
	background: -o-linear-gradient(top, rgba(119, 119, 119, 0.5) 0%, rgba(119, 119, 119, 1) 100%);
	background: linear-gradient(top, rgba(119, 119, 119, 0.5) 0%, rgba(119, 119, 119, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(119, 119, 119, 0.5)', endColorstr='rgba(119, 119, 119, 1)',GradientType=0 );
	border: 1px solid #628662;
}
.guide_exc {
	text-align: left;
}
.guide_exc br {
	display: none;
}
.item_link {
	display: flex;
	justify-content: flex-start;
	padding: 5px;
}
.item_link:nth-child(2n+1) {
	background: #ededed;
}
tr.directory:nth-child(2n) .item_link:nth-child(2n+1) {
	background: #ededed;
}
tr.directory:nth-child(2n+1) .item_link:nth-child(2n+1) {
	background: #fff;
}
.item_link:before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-size: 0.9rem;
	color: #4655BC;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	padding-right: 5px;	
}
.grid_external_link {
	color: #4655BC !important;
	width: 90%;
}
.report_job_sales_ticksale_qty {
	width: 300px;
	padding: 0 !important;
	text-align: left;
}
.report_job_sales_ticksale_qty .report_sales_ticksale_qty a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	float: left;
	box-sizing: border-box;
}
.report_job_sales_ticksale_qty .report_sales_ticksale_qty a:nth-child(1) {
	width: 20%;
}
.report_job_sales_ticksale_qty .report_sales_ticksale_qty a:nth-child(2) {
	width: 80%;
}
.report_sales_ticksale_qty_detail:before {
	content: "";
	display: block;
	height: 1px;
	clear: both;
}
.report_sales_ticksale_qty_detail {
	display: none;
}
.report_job_sales_ticksale_qty div {
	text-align: left;
}
.report_sales_ticksale_detail_line_date_wrapper {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 0 3px;
	font-weight: bold;
}
.report_sales_ticksale_detail_header_wrapper,
.report_sales_ticksale_detail_line_sum_wrapper {
	display: flex;
	justify-content: flex-start;
}
.report_sales_ticksale_detail_header_label,
.report_sales_ticksale_detail_line_label {
	width: 35%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 6px;
}
.report_sales_ticksale_detail_header_wrapper {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
/*.report_sales_ticksale_detail_line_date_wrapper,*/
.report_sales_ticksale_detail_line_wrapper {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
}
.report_sales_ticksale_detail_header_price,
.report_sales_ticksale_detail_line_price {
	width: 20%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 3px;
}
.report_sales_ticksale_detail_header_qty,
.report_sales_ticksale_detail_line_qty {
	width: 15%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 3px;
}
.report_sales_ticksale_detail_header_dsc,
.report_sales_ticksale_detail_line_dsc,
.report_sales_ticksale_detail_header_fee,
.report_sales_ticksale_detail_line_fee {
	width: 15%;
    border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 3px;
    text-align: right;
}
.report_sales_ticksale_detail_header_fee {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.report_sales_ticksale_detail_line_fee {
    border-left: 1px solid #ccc;
}
.jobop_total_total_label,
.report_job_sales_total_total_value {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.report_sales_ticksale_detail_line_price,
.report_sales_ticksale_detail_line_qty,
.report_sales_ticksale_detail_line_dsc,
.report_sales_ticksale_detail_header_price,
.report_sales_ticksale_detail_header_qty,
.report_sales_ticksale_detail_header_dsc,
.report_sales_ticksale_detail_header_fee,
.report_sales_ticksale_detail_line_fee,
.job_op_amount,
.jobop_total_hrs,
.jobop_total_sum,
.jobop_total_tick_qty {
	text-align: right !important;
}
.job_op_amount a {
	display: block;
	text-align: right;
}
.report_sales_ticksale_detail_line_tickcode_wrapper {
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 3px;
	background: rgba(1, 124, 194, 0.1);
	line-height: 20px;
}
.report_sales_ticksale_detail_line_tickcode {
	display: flex;
	justify-content: flex-start;
}
.report_sales_ticksale_detail_line_tickcode_wrapper span {
	width: 150px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 3px;
}
.report_sales_ticksale_detail_line_tickcode_wrapper a {
	width: 60%;
	padding: 0 3px !important;
	border: none !important;
	line-height: 20px;
	box-sizing: border-box;
}
.op_kind_radio_wrapper {
	width: 50%;
	margin: 0 auto;
	padding: 20px 4px 10px 4px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
/*****************style radio****************/
.kassaop_kind_radio_label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.kassaop_kind_radio_text {
	position: relative;
	padding: 3px 0 0 35px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}
.kassaop_kind_radio_text:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
.kassaop_kind_radio_text:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(1, 124, 194, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .2s;
}
.kassaop_kind_radio_label input:checked + .kassaop_kind_radio_text:after {
	opacity: 1;
}
.kassaop_kind_radio_label input:focus + .kassaop_kind_radio_text:before {
	box-shadow: 0 0 0 1px rgba(255,255,0,.3);
}

/***************end style rsdio**************/
.schedule_ticksale_report_wrapper {
	width: 520px;
	margin: 0 auto;
	padding-top: 10px;
}
.schedule_ticksale_report_link {
	padding: 5px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.schedule_ticksale_report_saledate {
	font-weight: bold;
	padding: 5px 0;
}
.wrapper_schedule_ticksale_ticat_general {
	padding: 5px 0;
}
.wrapper_schedule_ticksale_ticat_general:nth-child(2n) {
	background: #eee;
}
.wrapper_schedule_ticksale_ticat,
.schedule_ticksale_ticat_output_value {
	display: flex;
	justify-content: flex-start;
}
.schedule_ticksale_ticat_label,
.ticat_value:first-child {
	margin-right: 5px;
}
.report_job_op_header_row,
.report_job_sales_summary_row,
.job_op_row_wrapper,
.report_job_sales_subheader_wrapper,
.report_job_sales_subheader_wrapper,
.report_job_sales_tickets_summary_wrapper,
.report_job_sales_hrs_summary_wrapper,
.report_job_sales_tickets_wrapper,
.report_job_sales_hrs_wrapper,
.jobop_tr_totals,
.jobop_tr_totals,
.jobop_tr_totals_total {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.report_schedule_expense_header_row,
.report_sold_ticket_row,
.report_schedule_expense_summary_row,
.report_sch_expense_detail_row_wrapper,
.report_sold_ticket_header_row,
.report_sch_totals_wrapper,
.report_sold_ticket_totals_wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.report_sold_ticket_detail_row_wrapper {
	display: flex;
	justify-content: flex-start;
	text-align: right;
}
.job_op_emp_detail,
.report_sch_expense_detail {
	display: none;
}
.report_job_sales_header_expand_img_placeholder,
.rows_expand,
.report_job_sales_expand_img,
.report_sch_expense_report_expand_img {
	width: 21px;
}
.report_schedule_expense div:last-child .report_sch_totals_label {
	width: 656px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #fff;
	padding: 0 4px;
	box-sizing: border-box;
}
.report_schedule_expense div:last-child .report_sch_total_income,
.report_schedule_expense div:last-child .report_sch_total_expense,
.report_schedule_expense div:last-child .report_sch_total_balance {
	width: 80px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #fff;
	padding: 0 4px;
	box-sizing: border-box;
}
.report_schedule_expense div:last-child .report_sch_total_marginality {
	width: 80px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #fff;
	padding: 0 4px;
	box-sizing: border-box;
}
.report_sch_total_avgcheck,
.report_sch_total_avgprimecost {
	width: 90px !important;
	text-align: right;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #fff;
	padding: 0 2px;
	box-sizing: border-box;
}
.report_sch_total_balance {
	display: block !important; 
}
.report_job_two,
.report_job_sales_date_placeholder,
.report_job_sales_jobmode_summary,
.report_job_sales_daterec,
.report_job_sales_jobmode,
.report_schedule_expense_header
{
	width: 120px;
}
.report_job_four,
.report_job_sales_eff_summary {
	width: 100px;
}
.report_job_four_new,
.report_job_sales_eff_summary_bl {
	width: 100px;
	text-align: right;
	padding-right: 4px;
}
.report_job_sales_total_sale_sum,
.report_job_sales_total_eff_sum,
.report_job_sales_total_sales_check,
.report_job_sales_total_cost_price,
.report_job_sales_total_win_sum,
.report_job_sales_total_make_sum,
.report_job_sales_total_rate_sum,
.report_job_sales_win_summary,
.report_job_sales_make_summary,
.report_job_sales_rate_summary,
.report_job_sales_newamount_summary,
.report_job_sales_total_amount_sum {
	width: 100px;
	line-height: 30px;
	text-align: right;
	padding-right: 4px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.report_job_sales_newamount_summary,
.report_job_sales_total_amount_sum {
	font-weight: bold;
}
.report_job_three,
.report_job_sales_emp_summary,
.report_job_sales_emp {
	width: 200px;
}
.report_job_anthree,
.report_job_sales_emp_summary_an,
.report_job_sales_emp_an {
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}
.report_job_sales_prize_wrapper {
	width: 140px;
}
.report_job_sales_prize_wrapper .report_job_sales_win_summary {
	width: 140px;
	height: auto;
	min-height: inherit;
	line-height: 15px;
}
.report_job_sales_header.report_job_five_new,
.reoprt_job_sales_win.report_analytics_data {
	width: 140px;
}
.reoprt_job_sales_win.report_analytics_data {
	height: auto;
	min-height: inherit;
	line-height: 15px;
}
.report_job_sales_total_win_sum.report_analytics_data {
	width: 140px;
}
.report_analytics_pzqty_summary {
	font-size: 10px;
	line-height: 10px;
	text-align: right;
}
.report_job_sales_prize_summary.report_analytics_data,
.reoprt_job_sales_win.report_analytics_data {
	padding-right: 0;
}
.report_job_sales_prize_summary.report_analytics_data,
.report_job_sales_prize_wrapper.report_analytics_data .report_analytics_pzqty_summary{
	width: 100%;
	text-align: right;
}
.report_schedule_expense_header:nth-child(2),
.report_schedule_expense_header:nth-child(3),
.report_schedule_expense_header:nth-child(5),
.report_sch_expense_date_placeholder,
.report_sch_expense_time_placeholder,
.report_sch_detail_date,
.report_sch_detail_excorg,
.report_sch_excorg {
	width: 92px;
}
.report_schedule_expense_header:nth-child(4),
.report_sch_exc_label,
.report_sch_detail_exc_label {
	width: 362px;
	box-sizing: border-box;
}
.report_schedule_expense_header:nth-child(6),
.report_schedule_expense_header:nth-child(7),
.report_sch_avgcheck,
.report_sch_detail_avgcheck,
.report_sch_total_avgcheck,
.report_sch_avgprimecost,
.report_sch_total_avgprimecost {
	width: 90px;
}
.report_sch_avgcheck,
.report_sch_detail_avgcheck,
.report_sch_total_avgcheck,
.report_sch_avgprimecost {
	text-align: right;
}
.report_schedule_expense_header:nth-child(8),
.report_schedule_expense_header:nth-child(9),
.report_schedule_expense_header:nth-child(10),
.report_sch_income,
.report_sch_expense,
.report_sch_balance,
.report_sch_detail_income,
.report_sch_detail_expense,
.report_sch_detail_balance,
.report_sch_total_income,
.report_sch_total_expense,
.report_sch_total_balance {
	width: 80px;
}
.report_schedule_expense_header:nth-child(11),
.report_sch_marginality,
.report_sch_detail_marginality {
	width: 80px;
}
.report_sch_marginality,
.report_sch_detail_marginality {
	text-align: right;
}
.report_sch_detail_date {
	text-align: center;
}
.report_schedule_expense_header:nth-child(9) {
	display: block !important;
	text-align: center;
}

.report_sold_ticket_header{
	text-align: center;
	width: 130px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.report_sold_ticket_totals_wrapper div {
	width: 130px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #fff;
	padding: 0 4px;
	box-sizing: border-box;
	text-align: right;
}

.report_sold_ticket_header:nth-child(1) {
	width: 90px;
}

.report_sold_ticket_header:nth-child(2) {
	width: 400px;
}

.report_sold_ticket_totals_wrapper div:nth-child(1) {
	width: 490px;
	text-align: left;
}

.report_sch_income,
.report_sch_expense,
.report_sch_balance,
.report_sch_detail_income,
.report_sch_detail_expense,
.report_sch_detail_balance,
.report_sch_total_income,
.report_sch_total_expense,
.report_sch_total_balance {
	display: block !important;
	text-align: right;
}
.report_job_sales_header_colspan_wrapper.colspantwo,
.report_job_sales_hrs_summary_wrapper,
.report_job_sales_hrs_wrapper {
	width: 200px;
	box-sizing: border-box;
}
.report_job_sales_header_colspan_wrapper.colspanfour,
.report_job_sales_pay_summary_wrapper {
	width: 360px;
	box-sizing: border-box;
}
.report_job_sales_check,
.report_job_sales_cost_price,
.report_job_six,
.report_job_five_new,
.report_job_six_new,
.report_job_seven_new {
	width: 100px;
	box-sizing: border-box;
	text-align: right;
	padding-right: 4px;
}
.report_job_five,
.report_job_sales_balance {
	width: 100px;
	box-sizing: border-box;
	text-align: right;
	padding-right: 4px;
}
.reoprt_job_sales_avgcheck,
.reoprt_job_sales_avgsebst {
	width: 100px;
	line-height: 30px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	text-align: right;
	padding-right: 4px;
}
.reoprt_job_sales_consaldo {
	width: 100px;
	line-height: 30px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	text-align: right;
	padding-right: 4px;
}
.reoprt_job_sales_pmntsum {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.job_sales_report_kassaop_wrapper {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
}
.job_sales_report_kassaop_date,
.job_sales_report_kassaop_amount {
	width: 50%;
	padding-right: 4px;
	text-align: right;
	line-height: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.job_sales_report_kassaop_date {
	color: #555;
	font-weight: bold;
}
.job_sales_report_kassaop_amount {
	color: rgba(1, 124, 194, 1);
	font-weight: bold;
}
.report_job_sales_tickets_wrapper .report_job_sales_ticksale_qty {
	display: flex;
	justify-content: space-between;
}
.colspanthree,
.report_job_sales_tickets_summary_wrapper,
.report_job_sales_tickets_wrapper {
	width: 240px;
	box-sizing: border-box;
}

.report_sold_ticket_detail_row_wrapper div {
	min-height: 35px;
	line-height: 30px;
	padding: 0 4px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	background: #fff;
	width: 130px;
}

.report_sold_ticket_detail_row_wrapper div:nth-child(1) {
	width: 90px;
	text-align: center;
}

.report_sold_ticket_detail_row_wrapper div:nth-child(2) {
	width: 400px;
	text-align: left;
}

.report_sold_ticket_detail_row_wrapper div:last-child{
	border-right: none;
}

.report_schedule_expense_summary_row div {
    min-height: 34px;
    line-height: 16px;
	padding: 0 4px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
.report_sch_expense_detail_row_wrapper div {
    min-height: 34px;
    line-height: 16px;
	padding: 0 2px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	background: #eee;
}
.report_sch_excorg {
	overflow: hidden;
}
.rows_expand img {
	display: none;
}
.rows_expand .report_sch_expand_link {
	margin-top: 4px;
	margin-left: -2px;
	display: block;
	width: 22px;
	height: 21px;
	background: url(pics/rows_expand.png) 0% 50% no-repeat;
}
.rows_expand .report_sch_collapse_link {
	margin-top: 4px;
	margin-left: -2px;
	display: block;
	width: 22px;
	height: 21px;
	background: url(pics/rows_collapse.png) 0% 50% no-repeat;
}
.report_schedule_expense_header:nth-child(8),
.report_schedule_expense_header:nth-child(9),
.report_schedule_expense_header:nth-child(10) {
	border-bottom: 1px solid #fff;
}
.report_schedule_expense_header:nth-child(8),
.report_sch_income {
	background: rgba(180, 251, 199, 0.8);
}
.report_schedule_expense_header:nth-child(9),
.report_sch_expense {
	background: rgba(255, 119, 119, 0.8);
}
.report_schedule_expense_header:nth-child(10),
.report_sch_balance {
	background: rgba(1, 124, 194, 0.5);
}
.report_sch_totals_wrapper, .report_sold_ticket_totals_wrapper {
	background: rgba(251, 210, 109, 1);
	font-weight: bold;
}
.colspantwo .report_job_sales_subheader,
.report_job_sales_hrs_summary,
.report_job_sales_amount_summary,
.report_job_sales_hrs,
.report_job_sales_amount {
	width: 50%;
	box-sizing: border-box;
}
.report_job_sales_ticksale_fee_summary {
	width: 33.3%;
	box-sizing: border-box;
}
.colspanthree .report_job_sales_subheader:nth-child(1),
.colspanthree .report_job_sales_subheader:nth-child(2) {
	width: 21%;
	box-sizing: border-box;
}
.colspanthree .report_job_sales_subheader:nth-child(3) {
	width: 58%;
	box-sizing: border-box;
}
.report_job_sales_voucher_qty_summary,
.report_job_sales_ticksale_voucher_qty {
	width: 20%;
}
.report_job_sales_ticksale_qty_summary {
	width: 20%;
}
.report_job_sales_tickets_wrapper .report_job_sales_ticksale_qty {
	flex-direction: column;
	width: 20%;
	padding-left: 5px !important;
	padding-right: 4px !important;
}
.report_job_sales_tickets_wrapper .report_job_sales_ticksale_qty a {
	display: block;
	width: 100%;
}
.report_job_sales_ticksale_fee_summary,
.report_job_sales_ticksale_fee {
	width: 60%;
}
.report_job_sales_ticksale_fee_summary {
	display: flex;
	flex-direction: column;
}
.report_job_sales_ticksale_fee_summary .job_op_expand_link {
	line-height: 16px;
}
.job_op_expand_link.prize_summary,
.report_job_sales_ticksale_fee .report_job_sales_prize_summary {
	width: 100%;
	font-size: 9px;
	line-height: 9px;
}
.report_job_sales_prize_for_qty_summary {
	font-size: 9px;
	line-height: 9px;
	/*color: #4F9466;*/
	color: #254E2C;
	color: #006600;
}
.report_job_sales_ticksale_qty {
	position: relative;
}
.report_sales_ticksale_qty_detail {
	min-width: 440px;
	margin-left: -62px;
	margin-top: 30px;
	background: #fff;
}
.jobop_tr_totals {
	border-bottom: 1px solid #eee;
}
.report_job_sales_total_label {
	width: 341px;
	height: 30px;
	border-right: 1px solid #eee;
	line-height: 30px;
}
.report_job_sales_total_total_label,
.report_job_sales_total_label_jsale {
	width: 314px;
	height: 30px;
	border-right: 1px solid #eee;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	box-sizing: border-box;
}
.report_job_sales_total_tick_paid {
	width: 330px;
	height: 30px;
	border-right: 1px solid #eee;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	box-sizing: border-box;
}
.report_job_sales_total_tick_ksld {
	width: 90px;
	height: 30px;
	border-right: 1px solid #eee;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	box-sizing: border-box;
}
.report_job_sales_total_hrs,
.report_job_sales_total_sum {
	width: 91px;
	height: 30px;
	border-right: 1px solid #eee;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	box-sizing: border-box;
	font-weight: bold;
}
.report_job_sales_total_voucher_qty,
.report_job_sales_total_tick_qty,
.report_job_sales_total_tick_fee {
	height: 30px;
	border-right: 1px solid #eee;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	box-sizing: border-box;
	font-weight: bold;
}
.report_job_sales_total_voucher_qty {
	width: 49px;
}
.report_job_sales_total_tick_qty {
	width: 47px;
}
.report_job_sales_total_tick_fee {
	width: 125px;
}
.jobop_tr_totals_total {
	background: #FBD26D;
}
.report_job_sales_summary_row {
	border-top: 1px solid #eee;
	height: 100%;
}
.report_job_sales_summary_row div{
	height: 100%;
}
.job_op_row_wrapper {
	background: #eee;
}
.job_op_row_wrapper:nth-child(2n) {
	background: #fff;
}
.job_op_row_wrapper:hover {
	background: rgba(1, 124, 194, 0.2);
}
.report_job_sales_header,
.report_sold_ticket_header,
.report_job_op_header_row .colspantwo,
.report_job_op_header_row .colspanthree,
.report_job_op_header_row .colspanfour,
.report_schedule_expense_header,
.report_schedule_expense_header_expand_img_placeholder {
	height: 50px;
	text-align: center;
	font-weight: bold;
	background: rgba(1, 124, 194, 0.2);
}
.report_job_sales_header,
.report_schedule_expense_header,
.report_sold_ticket_header,
.report_schedule_expense_header_expand_img_placeholder {
	line-height: 40px;
}
.report_job_sales_header_colspan_wrapper .report_job_sales_subheader_top,
.report_job_sales_header_colspan_wrapper .report_job_sales_subheader_wrapper {
	height: 20px;
}
.colspanfour .report_job_sales_subheader {
	width: 25%;
}
.report_job_op_header_row .report_job_sales_header_expand_img_placeholder,
.report_schedule_expense_header_expand_img_placeholder {
	width: 21px;
	height: 50px;
	background: rgba(1, 124, 194, 0.2);
}
.report_job_sales_subheader {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.report_job_sales_subheader:last-child {
	border-right: none;
}
.report_job_op_header_row .report_job_sales_header_expand_img_placeholder,
.report_job_op_header_row .report_job_sales_header,
.report_job_op_header_row .colspantwo,
.report_job_op_header_row .colspanthree,
.report_job_op_header_row .colspanfour,
.report_schedule_expense_header,
.report_schedule_expense_header_expand_img_placeholder {
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.report_job_sales_summary_row .rows_expand,
.report_job_sales_summary_row .report_job_sales_date_placeholder,
.report_job_sales_summary_row .report_job_sales_emp_summary,
.report_job_sales_summary_row .report_job_sales_jobmode_summary,
.report_job_sales_summary_row .report_job_sales_hrs_summary_wrapper,
.report_job_sales_summary_row .report_job_sales_tickets_summary_wrapper,
.report_job_sales_summary_row .report_job_sales_eff_summary,
.report_job_sales_balance,
.report_job_sales_check,
.report_job_sales_cost_price,
.report_job_sales_balance,
.report_job_sales_check,
.report_job_sales_cost_price,
.report_job_sales_eff_summary_bl,
.report_job_sales_win_summary,
.report_job_sales_make_summary,
.report_job_sales_rate_summary {
	height: auto;
	min-height: 34px;
	line-height: 34px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bold;
}
.report_job_sales_pay_summary_wrapper {
	display: flex;
	justify-content: space-between;
}
.report_job_sales_date_summary,
.report_job_sales_sum_summary,
.reoprt_job_sales_pmntdate,
.report_job_sales_sum_summary {
	width: 50%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	font-weight: bold;
}
.reoprt_job_sales_pmntdate,
.report_job_sales_sum_summary {
	border-right: 1px solid #ccc;
	text-align: right;
	padding-right: 4px;
}
.report_job_sales_date_summary {
	border-right: 1px solid #ccc;
	text-align: right;
}
.report_job_sales_emp_summary,
.report_job_sales_jobmode_summary {
	text-align: center;
}
.report_job_sales_hrs_summary_wrapper .report_job_sales_hrs_summary,
.report_job_sales_tickets_summary_wrapper .report_job_sales_voucher_qty_summary,
.report_job_sales_tickets_summary_wrapper .report_job_sales_ticksale_qty_summary {
	border-right: 1px solid #ccc;
}
.report_job_sales_hrs_summary_wrapper .report_job_sales_hrs_summary,
.report_job_sales_hrs_summary_wrapper .report_job_sales_amount_summary,
.report_job_sales_tickets_summary_wrapper .report_job_sales_voucher_qty_summary,
.report_job_sales_tickets_summary_wrapper .report_job_sales_ticksale_qty_summary,
.report_job_sales_tickets_summary_wrapper .report_job_sales_ticksale_fee_summary,
.report_job_sales_eff_summary {
	padding-right: 5px;
	text-align: right;
}
.job_op_expand_link img {
	display: none;
	margin-top: 6px;
}
.report_job_sales_expand_img,
.report_job_sales_daterec,
.report_job_sales_emp,
.report_job_sales_jobmode,
.report_job_sales_hrs_wrapper {
	line-height: 30px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.report_job_sales_daterec,
.report_job_sales_emp,
.report_job_sales_jobmode {
	text-align: center;
}
.report_job_sales_hrs,
.report_job_sales_amount,
.report_job_sales_ticksale_voucher_qty,
.report_job_sales_ticksale_qty,
.report_job_sales_ticksale_fee,
.reoprt_job_sales_eff,
.report_job_sales_total_eff {
	text-align: right;
	padding-right: 5px;
}
.reoprt_job_sales_eff,
.report_job_sales_total_eff,
.reoprt_job_sales_eff_bl,
.reoprt_job_sales_win,
.reoprt_job_sales_make,
.reoprt_job_sales_rate,
.reoprt_job_sales_amount {
	width: 100px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	line-height: 30px;
	text-align: right;
	padding-right: 4px;
}
.report_job_sales_total_eff {
	font-weight: bold;
}
.report_job_sales_total_label,
.report_job_sales_total_total_label {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	box-sizing: border-box;
}
.report_job_sales_total_total_value {
	padding-left: 10px;
	box-sizing: border-box;
}
.report_job_sales_hrs,
.report_job_sales_ticksale_voucher_qty,
.report_job_sales_ticksale_qty {
	border-right: 1px solid #fff;
}
.report_job_sales_ticksale_qty a:nth-child(2) {
	font-size: 9px;
}
.rows_expand .job_op_expand_link {
	margin-top: 4px;
	display: block;
	width: 21px;
	height: 21px;
	background: url(pics/rows_expand.png) 50% 50% no-repeat;
}
.rows_expand .job_op_collapse_link {
	margin-top: 6px;
	display: block;
	width: 21px;
	height: 21px;
	background: url(pics/rows_collapse.png) 50% 50% no-repeat;
}
.rows_expand .job_op_collapse_link img {
	display: none;
}
.report_sales_ticksale_qty_detail .report_sales_ticksale_detail_header_wrapper,
.report_sales_ticksale_qty_detail .report_sales_ticksale_detail_line_date_wrapper,
.report_sales_ticksale_qty_detail .report_sales_ticksale_detail_line_tickcode_wrapper,
.report_sales_ticksale_qty_detail .report_sales_ticksale_detail_line_sum_wrapper {
	height: 20px !important;
	line-height: 20px !important;
}
.report_sales_ticksale_detail_line_date {
	height: 20px !important;
	line-height: 20px !important;
	background: #fff;
}
table.report_schedule_expense {
	width: 100%;
}
table.report_schedule_expense td {
	padding: 4px;
}
td.report_schedule_income {
	background: #B4FBC7;
	text-align: right;
	font-weight: bold;
}
table.report_schedule_expense tbody td:nth-child(6) {
	background: #ff7777;
	text-align: right;
	font-weight: bold;
}
.report_schedule_balance {
	background: rgba(1, 124, 194, 0.5);
	text-align: right;
	font-weight: bold;
}
table.report_schedule_expense tr:last-child {
	background: #FBD26D;
	font-weight: bold;
}
table.report_schedule_expense thead tr {
	background: rgba(1, 124, 194, 0.2) !important;
	font-weight: bold;
}
.report_schedule_total_income,
.report_schedule_total_expense,
.report_schedule_total_balance {
	text-align: right;
}
.table_sort_link_img_cntnr {
	height: 15px;
	margin-top: -10px;
}
.table_sort_link_img_cntnr br {
	display: none;
}
.report_job_sales_prize_summary {
	float: right;
	padding-right: 4px;
}
.report_job_sales_prize_summary .job_op_expand_link {
	font-size: 10px;
}
.reoprt_job_sales_win .report_job_sales_prize_summary {
	font-size: 10px;
	line-height: 14px;
}
.output_cbx {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.output_cbx input {
	margin-right: 3px;
}
.wrapper_item_time,
.wrapper_item_hours,
.wrapper_item_check {
	width: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 9pt;
}
.wrapper_item_check {
	height: 40px;
}
.wrapper_item_time .output_label,
.wrapper_item_hours .output_label_jobop1 {
	margin-bottom: -17px;
}
.op_kind_radio_wrapper_red {
	display: flex;
	width: 80% !important;
	max-width: 80% !important;
}
.kassaop_kind_radio_label {
	width: 45%;
	margin-right: 3px;
}
.new-cont {
	margin: 15px 0;
	padding: 15px 0;
	background: rgba(1, 124, 194, 0.2);
}
.new-cont .phonemask {
	width: 70%;
	margin-left: 3px;
}
.new-cont .phonemask input {
	width: 320px;
	box-sizing: border-box;
}
.new-cont .newcont_head {
	padding: 5px;
	margin: -15px 0 10px 0;
	text-align: center;
	color: rgba(1, 124, 194, 1);
	background: rgba(1, 124, 194, 0.3);
}
.new-cont .phonemask:before {
	display: none;
}
.ui-widget .ui-widget-content {
	width: 98%;
}
#tabs-1 {
    display: flex;
    justify-content: flex-start;
}
#wrapper_tab2 .trcmp_excur_label {
	width: 80%;
	color: rgba(1, 124, 194, 1);
	border-bottom: 1px solid #999999;
	font-weight: bold;
	margin: 4px 4px 0 4px;
}
#wrapper_tab2 .trcmp_hoursadded_value {
    width: 20%;
}
#wrapper_tab2 .trcmp_hoursadded_value input {
    width: 100%;
}
.bron-search {
	height: 70px;
    width: 40%;
    padding-left: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.search-input-btn,
.bron-search-input-wrapper {
    display: flex;
    justify-content: flex-end;
}
.bron-search input {
    width: 300px;
    padding: 3px 15px;
    margin-right: 15px;
}
.bron-search button,
#bron-search-link {
    padding: 4px 26px;
    margin-right: 10px;
    border: 1px solid #628662;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(166, 16, 39, 0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 9pt;
    text-transform: uppercase;
}
.bron-search button {
    background: rgba(129, 212, 116, 1);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(129, 212, 116, 0.5),0),color-stop(rgba(129, 212, 116, 1),1));
	background: -webkit-linear-gradient(top, rgba(129, 212, 116, 0.5) 0%, rgba(129, 212, 116, 1) 100%);
	background: -moz-linear-gradient(top, rgba(129, 212, 116, 0.5) 0%, rgba(129, 212, 116, 1) 100%);
	background: -o-linear-gradient(top, rgba(129, 212, 116, 0.5) 0%, rgba(129, 212, 116, 1) 100%);
	background: linear-gradient(top, rgba(129, 212, 116, 0.5) 0%, rgba(129, 212, 116, 1) 100%);
}
.bron_search_submit_bad {
    background: rgba(129, 212, 116, 1);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(85, 85, 85, 0.5),0),color-stop(rgba(85, 85, 85, 1),1));
	background: -webkit-linear-gradient(top, rgba(85, 85, 85, 0.5) 0%, rgba(85, 85, 85, 1) 100%);
	background: -moz-linear-gradient(top, rgba(85, 85, 85, 0.5) 0%, rgba(85, 85, 85, 1) 100%);
	background: -o-linear-gradient(top, rgba(85, 85, 85, 0.5) 0%, rgba(85, 85, 85, 1) 100%);
	background: linear-gradient(top, rgba(85, 85, 85, 0.5) 0%, rgba(85, 85, 85, 1) 100%);
    color: #fff;
}
.bron_search_submit_good a,
.bron_search_submit_link {
    color: #fff;
    text-decoration: none;
}
#bron-search-status-msg.bron_search_msg_good {
    color: #009c00;
    font-weight: 600;
}
.bron_search_submit_good {
    background: rgba(0, 156, 0, 1);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(rgba(0, 156, 0, 0.5),0),color-stop(rgba(rgba(0, 156, 0, 1),1));
	background: -webkit-linear-gradient(top, rgba(rgba(0, 156, 0, 0.5) 0%, rgba(rgba(0, 156, 0, 1) 100%);
	background: -moz-linear-gradient(top, rgba(rgba(0, 156, 0, 0.5) 0%, rgba(rgba(0, 156, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(rgba(0, 156, 0, 0.5) 0%, rgba(rgba(0, 156, 0, 1) 100%);
	background: linear-gradient(top, rgba(rgba(0, 156, 0, 0.5) 0%, rgba(rgba(0, 156, 0, 1) 100%);
    color: #fff;
}
.bron-search-label {
    padding-bottom: 3px;
}
.bron-search-status-txt {
    padding-top: 2px;
}
.bron_search_msg_bad {
    color: red;
}
.ui-datepicker {
    max-width: 300px;
}
div.ui-datepicker {
	max-width: 300px;
}
