* {
	outline: none;
}

body {
	font: 14px Verdana;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* resets */
*,
*:before,
*:after {
/*   box-sizing: border-box; */
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {height: 100%;}

form u {
	display:none;
}
.field-phone {width: 188px;}

a.logo{
	display:inline-block;
	vertical-align:middle;
	margin: 14px 0px 0px 20px;
}

a.menu_toggle{
	display:inline-block;
	vertical-align:middle;
	margin: 14px 0px 0px 20px;
}

div.authForm, div.periodForm {
    position: relative;
    top: 100px;
    width: 400px;
    padding: 10px 0px;
    background: #99ccff;
    border: 1px #3399ff solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
}

.lt{float:left!important;}
.rt{float:right;}
.hide{display:none!important;}
.block{display:block;}
.nowrap{white-space:nowrap}

div.required {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

div.required.true, .green {
    color: green;
}

div.authForm input, div.authForm select, div.periodForm input, div.periodForm select {
    width: 200px;
    padding: 3px;
    border: 1px #3399ff solid;
}

a.closeMenu{
	background:#a6c9e2;
	width:10px;
	height:inherit;
	display: inline-block;
	vertical-align:top;
	position:relative;
}

a.closeMenu span{
	display:block;
	width:10px;
	height:150px;
	background:url('/public/img/css/arr.png') #cbe2f3 0px center no-repeat;
	position:relative;
	top:50%;
	margin-top:-75px;
}

a.closeMenu span.arr_r{
	background-position:-10px center;
}

#content {
	padding: 5px 10px;
}
table.tableMain {
	width: 100%;
	height: 100%;
	min-width:1100px;
}

table.tableMain td.head {
	background:url("../img/css/bg_top.png") repeat-x;
	height: 68px;
}

table.tableMain td.left {
	width:290px;
	height:100%;
	position:relative;
}

table.tableMain td.left.close > div,table.tableMain td.left.close{width:10px!important;}
table.tableMain td.left.close #accordion{display:none!important;}

table.tableMain td.right {
	font-size: 13px;
}

table.tableMain td.right div.content{
	border: 1px solid #A6C9E2;
	padding: 10px;
	height:100%;
}

@-moz-document url-prefix() 
{ 
table.tableMain td.right div.content {height:97.4%;} 
} 

table.tableMain td.right table.tableContent,
table.tableMain td.right div.itemList
{
	width:100%;
	font-size: 14px;
}

table.tableMain td.right table.tableContent td {
	border-bottom: 1px silver solid;
	vertical-align: top;
}

table.tableMain td.right table.tableContent.tel td:first-child,
table.tableMain td.right table.tableContent.tel td:last-child 
{
	border-left: 1px #C7C7FF solid;
	border-right: 1px #C7C7FF solid;
}

table.tableMain td.right table.tableContent.tel td,
table.tableMain td.right table.tableContent.tel tr.last td
{
	border-bottom: 1px #C7C7FF solid;
}
/* 
table.tableMain td.right table.tableContent.tel td {
	background: #FCFDFD;
	border-width: 0px;
} */

table.tableMain td.right table.noborder td {	border-bottom: none; }

table.tableMain td.right table.tableContent td input[type=text]:not(.select2-input),
table.tableMain td.right table.tableContent td input[type=file],
table.tableMain td.right table.tableContent td input[type=number],
table.tableMain td.right table.tableContent td input[type=password],
table.tableMain td.right table.tableContent td input[type=email],
table.tableMain td.right table.tableContent td select,
div.itemList div.item input[type=text],
#dialog input[type=text]:not(.select2-input):not(.ui-pg-input),
#dialog input[type=number],
#dialog select:not(.ui-pg-selbox)
{
	width: 223px;
	border: 1px silver solid;
	font-size: 14px;
}

table.tableMain td.right table.tableContent td textarea {
	width: 220px;
	height: 100px;
	border: 1px silver solid;
}

table.tableMain td.right table.tableContent th, h3 {
	text-align: left;
	font-size: 15px;
	border-bottom: 3px #6666ff solid;
	padding: 2px 0px;
	margin:0px;
}

h1.lot {
	text-align: left;
	font-size: 17px;
	padding: 10px;
	margin:0px;
	color: #086fa7;
	width: 250px;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	background: url('/public/img/css/lotBg.png') repeat-x;
}

table.tableMain td.head div.userInfo {
	float:right;
	font-size: 13px;
	color: #fff;
	margin: 29px 20px 0px 0px;
}

table.tableMain td.head div.userInfo a {
	color: #fff;
}

table.tableMain td.head div.userInfo span  {margin-left:50px;}

table.tableMain td.head div.userInfo a:last-child {
	background: url('/public/img/css/exit.png') no-repeat;
	padding-left: 25px;
	margin-left:100px;
}

table.tableMain td.head div.userInfo a:hover {
	text-decoration: none;
}

.right h3 {
	margin-bottom:10px;
	margin-top: 10px;
}

.chart-toggle,
a.filter_showPrice {
	font-size:11px;
	color:blue!important;
	text-decoration:none;
	border-bottom:1px blue dotted;
	margin-left: 5px;
	margin-bottom:10px;
	display:inline-block;
}

a.filter_showPrice.open:before {
	content: "Скрыть ";
}

a.filter_showPrice.close:before  {
	content: "Показать ";
}

a.filter_showPrice.close + form.showPrice {
	display:none;
}

table.tableMain td.right table.tableContent tr.last td {
	border-bottom: 0px;
}

div#accordion > div a{
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px;
	background: url('../img/css/bullet_toggle_plus.png') no-repeat;
	display:block;
	padding-top:0px;
	margin-top:5px;
}

div#accordion > div a.minus{
	background: url('../img/css/bullet_toggle_minus.png') no-repeat;
}

div#accordion > div a:hover{
	color:#999;
}

div#infoMessage {
	padding:10px;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:20px;
	z-index: 99999;
}
.flash_success {
	background:#00cc00;
}

.flash_fail, .flash_danger {
	background:#ff6666;
}

.flash_warning {
    background-color: #ffe500;
}

div#infoMessage a {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	right: 25px;
	background:url('/public/img/css/close.gif') no-repeat;
}

div.table { display:table; width: 100%;}
div.table div.item, div.table div.head { display:table-row; }
div.table div.item div, div.table div.head div { display:table-cell; padding: 5px; }
div.table div.head { color: #0078AE; }
div.table div.head div { border-bottom: 1px solid silver; }
div.table div.action { width: 30px; }

div.itemList > div, div.itemList div.item {
	clear: both;
	padding: 10px 0px;
	border-bottom: 1px silver solid;
}

div.itemList > div.last {
	border-bottom: 0px;
}

div.itemList  div.item.color {
	background: #d2ebff;
}

div.itemList  div.item.color:hover {
	background: #e9f5ff;
}

div.itemList  div.item:hover {
	background: #F1F1F1;
}

div.itemList  div.item a.plus {
	background:url('../img/css/plus.png') no-repeat;
	width:16px;
	height:16px;
	float:left;
	display:block;
}

div.itemList  div.item a.minus {
	background:url('../img/css/minus.png') no-repeat;
	width:16px;
	height:16px;
	float:left;
	display:block;
}

div.itemList  div.item a.empty {
	width:16px;
	height:16px;
	float:left;
	display:block;
	cursor: default;
}

div.itemList > a {
	font-size: 11px;
	margin-left: 10px;
}

div.itemList div.item a {
	font: bold 12px Verdana;
	color: #3366cc;
	margin-left: 10px;
}

div.itemList div.item span {
	font-size: 12px;
	margin-left: 10px;
}

form span.tip {
	background: url('../img/css/icon_question.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

form span.required {
	background: url('../img/css/red_question.png') no-repeat;
}

div.itemList div.item a:hover {
	color: #6699ff;
}

div.itemList a.delete, a.del {
	display:block;
	width:16px;
	height:16px;
	background:url('../img/css/delete.png') no-repeat;
	float:right;
	display:none;
	margin-right: 10px;
}

a.del.show{
	display:block;
}

div.itemList div:hover > a.delete {
	display:block;
}

div.itemList div.parent {
	border-bottom:0px;
	padding:0px;
	display: none;
}

span.error {
	display:block;
	color: red;
	font-style: italic;
	clear: both;
}

.jqgrow{ cursor:pointer;}
.kiosk-id { padding-left: 20px !important; }
.active { 
	background: url('../img/css/active.jpg') no-repeat 0 center;
}
.date-container .active {
	background: none;
}

.nactive { 
	background: url('../img/css/nactive.png') no-repeat 0 center;
}

div.error {
	width: 100%;
	padding: 10px 5px;
	background: #FF3333;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 5px;
}

div.fileContent {
	width: 0px;
	height:500px;
	overflow:auto;
	font-size: 11px;
	position: relative;
}

div.fileContent span {
	font-weight: bold;
	background: #AFFFAF;
}

div.fileContent span.enter {
	font-weight: bold;
	background: #00EBFF;
}

table.outColumns, table.sar-table {
	background: silver;
	width: 100%;
}

table.outColumns td, table.sar-table td {
	background: #fff;
	padding: 5px;
}

table.outColumns td.required {
	background: #AFFFAF;
}

input[required=required] {
	border: 1px solid red;
}


table.outColumns input[type=text] {
	width:80px;
	text-align: center;
}

table.sar-table th {
	background: #FBF9EA;
	padding: 5px;
}

.ui-widget-content.jqgrow.ui-row-ltr {cursor:pointer;}

/* roles tree */
#tree_search {}
.clearable{
    position:relative;
}
.data_field{
    padding-right:17px; /* add space for the 'x' icon*/
}
span.icon_clear{  
    display:none;
    margin-left: -15px;
    
    /* now go with the styling */
    cursor:pointer;
    font: bold 1em sans-serif;
    color:#38468F;  
}
span.icon_clear.big {
	font-size: 1.8em;
	margin-left: -30px;
	margin-right: 11px;
	position: relative;
	top: 3px;
}

span.icon_clear:hover{color:#f52;}

.datepicker, .timepicker, .datetimepicker {
	background:url('../img/css/calendar.gif') no-repeat 99% 50%;
}

ul.ui-tabs-nav li.arrow {background: url('/public/img/css/arrow.png') 50% 50% no-repeat;width:32px;border-radius: 0px!important;box-shadow: 0px 0px 10px rgba(0,0,0,0);min-width:10px;}

/* jqgrid fix */
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
	white-space:normal!important;
}

.ui-inline-del, 
.ui-inline-edit, 
.ui-inline-save,
.ui-inline-cancel {
	border: 1px solid transparent;
 }

.ui-inline-del span, 
.ui-inline-edit span, 
.ui-inline-save span,
 .ui-inline-cancel span {
  margin: inherit !important;
  margin-right: 0px !important;
  border: 1px solid transparent;
}



.ui-inline-del.ui-state-hover span, 
.ui-inline-edit.ui-state-hover span, 
.ui-inline-save.ui-state-hover span,
 .ui-inline-cancel.ui-state-hover span {
  margin: inherit !important;
  margin-right: 0px !important;
}

a.buttonUI {
  display: block;
  height: 20px;
  border: 1px #b6bbc1 solid;
  background: url('/public/img/css/but.png') repeat-x;
  border-radius: 3px;
  color: #555e67!important;
  text-decoration: none;
  padding: 8px 10px 0px 8px;
  float: right;
  font-size: 11px;
  position: relative;
  bottom: 13px;
}
a.buttonUI:active {
	left:1px;
	bottom:9px;
}
a.buttonUI span {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

a.buttonUI.excel span {
	background: url('/public/img/css/icons.png') no-repeat;
}

a.buttonUI.price span {
	background: url('/public/img/css/icons.png') 0px -18px no-repeat;
	position: relative;
	bottom: 2px;
}

a.buttonUI label {
	cursor: pointer;
}

div.tTitle {
	margin: 10px 0px 10px 20px;
}

div.titleOffer{
	text-align: right;
	margin: 0px 235px 10px 0px;
	font-weight: bold;
}

/* Change UI */
.ui-accordion .ui-accordion-header {font-size:13px;}
.ui-accordion .ui-accordion-content {padding-left:6px!important;padding-right:6px!important;font-size:12px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-left, .ui-corner-top, .ui-corner-br, .ui-corner-bl, .ui-corner-tr, .ui-corner-tl {
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-khtml-border-radius: 0px!important;
	border-radius: 0px!important;
}
ul.ui-tabs-nav {height:26px;overflow:hidden;background:#fff;border-width:0px;position:relative;z-index:0;/* width:1275px; */}
.ui-tabs-nav li{
	height:26px;padding-bottom:0px!important;
	border-top-left-radius: 4px!important;
	border-top-right-radius: 4px!important;
	min-width:126px;
	text-align:center;
	padding: 0px 10px!important;
	margin-right: 5px!important;
}
.ui-tabs-nav li a {
	float: none!important;
	padding: 3px 0px 0px 0px!important;
	display: block;
	height: 26px;
	font-size: 14px;
	color: #555e67!important;
}

.ui-tabs-nav li a:hover {
	color:#555e67!important;
}
.ui-tabs-panel {
    overflow-y: auto;
    overflow-x: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position:relative;z-index:0;
}

.ui-state-default:not(input), .ui-widget-content .ui-state-default:not(input), .ui-widget-header .ui-state-default:not(input) {
	border-width: 0px!important;
}
h3.ui-accordion-header {
	background:#0078AE url(/public/img/css/fon.png) 50% 50% repeat-x!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border-width: 0px!important;
}
h3.ui-accordion-header.ui-state-active, h3.ui-accordion-header.ui-state-hover{
	background: #0078AE url(/public/img/css/fon_hover.png) 50% 50% repeat-x!important;
}
div#accordion .ui-state-hover a, div#accordion .ui-state-hover a:hover {
	color:#fff!important;
}
div.ui-jqgrid{
	border-width: 0px;
}
div.ui-jqgrid-hbox table.ui-jqgrid-htable th {
	background:#c5dfec!important;
	color:#404141!important;
	padding:5px 2px!important;
	border-right: 1px #ccc solid!important;
}
div.ui-dialog-titlebar {
	background:#c5dfec!important;
	color:#404141!important;
	border-width:0px!important;
}
div.ui-jqgrid-hdiv {
	background: transparent!important;
}
.ui-jqgrid .ui-jqgrid-view {
	font-size:11px!important;
}
.ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.jqgroup td {
	padding:5px!important;
	font-size:11px!important;
}

.ui-jqgrid tr.jqgroup td {
	background: #BDEAFF;
	border-bottom: 1px silver solid!important;
}

.ui-jqgrid tr.jqgrow:nth-child(odd) {
	background: #eff5f8;
}

.ui-jqgrid tr.ui-search-toolbar th {
	border-top-color: #fff!important;
}

div.ui-jqgrid-pager {
	background:#c5dfec!important;
}

div.ui-jqgrid-toppager{
	background:#e9e9e9!important;
}

.ui-jqgrid tr.jqgrow td, .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
	/* white-space: normal!important; */
	text-overflow: ellipsis;
}

.ui-jqgrid tr.jqgrow td:first-child {
	border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}

div.ui-jqgrid-hbox table.ui-jqgrid-htable th:first-child{
	border-left: 1px #ccc solid!important;
	padding-left:1px!important;
}

.ui-jqgrid .ui-jqgrid-resize{
	width:10px;
	margin-right:-7px!important;
	z-index:10;
	height:22px!important;
}

.ui-jqgrid .ui-jqgrid-htable tr.ui-jqgrid-labels th.ui-th-column {
	overflow:visible!important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
	height:auto!important;
}

.ui-jqgrid .ui-jqgrid-htable tr.ui-search-toolbar th {
	background:#e9e9e9!important;
}

.ui-jqgrid .loading {
	position:fixed!important;
	top:50%!important;
	margin-top:-14.5px;
	background:url('/public/img/css/loader.gif') #D5FFDD center center no-repeat!important;
	width:200px!important;
	height:25px!important;
}

.ui-state-default .select2-container a, .ui-state-default .select2-container a:link {color:#000;}.ajaxLoader {
	display:inline-block;
	background:url('/public/img/css/loader.gif') #D5FFDD center center no-repeat!important;
	width:200px;
	height:25px;
	border: 2px solid #ACDD4A;
}

.ui-jqgrid .loading span {display:none;}

.ui-jqgrid .ui-jqgrid-htable tr.ui-search-toolbar th:first-child{
	background: url('/public/img/css/filter.png') 0% 50% #E9E9E9 no-repeat!important;
}

.ui-jqgrid .ui-jqgrid-htable tr.ui-search-toolbar th:first-child > div{
	margin-left:25px;
	width:inherit!important;
}
.ui-widget-overlay.jqgrid-overlay{
	opacity:1;
	background:none;
}

.ui-widget-overlay.jqgrid-overlay:before{
	content: "";
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	padding: 6px;
	margin: 5px;
	text-align: center;
	border: 2px solid #ACDD4A;
	background: url('/public/img/css/loader.gif') #D5FFDD center center no-repeat!important;
	width: 200px;
	height: 25px;
	margin-left:-91px;
	margin-top:5px;
}

.ui-widget-content .ui-state-hover {
	background: #f9de71!important;
	color: #000!important;	
}

.ui-widget-content .ui-state-highlight {
	background: #ffcc00!important;
	color: #000!important;
	border: 1px solid #448DAE!important;
}

li.ui-state-default.ui-corner-top {
	background: #0078AE url(/public/img/css/tab_bg.png) 50% 50% repeat-x;
}

li.ui-tabs-selected.ui-state-active,
li.ui-tabs-active.ui-state-active {
	background: #0078AE url(/public/img/css/tab_hover.png) 50% 50% repeat-x!important;
	box-shadow: 0px 0px 3px rgba(100,100,100,0.5);
}

.ui-widget-content .ui-icon {
	margin-right: 10px;
}

.ui-icon-circlesmall-minus {
	background: url(/public/img/css/minus.png) 0px 0px!important;
}

.ui-icon-circlesmall-plus {
	background: url(/public/img/css/plus.png) 0px 0px!important;
}

button.ui-multiselect, input.ui-button, button.ui-datepicker-close, button.ui-datepicker-current {
	background: #0078AE url(/public/img/css/fon.png) 50% 50% repeat-x!important;
	background-size: contain!important;
}

select + button.ui-multiselect{text-overflow: ellipsis;overflow: hidden;white-space: nowrap!important;}

input.confirmEtp, input.confirmEtp.ui-state-hover {
	background: #0078AE url(/public/img/css/confirmEtp.png) 50% 50% repeat-x!important;
	background-size: contain!important;
	color: #000!important;
	float: right!important;
	font-size: 18px!important;
	margin-right: 10px;
}

input.combine, input.exitCombine, input.combine.ui-state-hover, input.exitCombine.ui-state-hover  {
	background: #0078AE url(/public/img/css/combineBg.png) 50% 50% repeat-x!important;
}

input.etpConfirm {
	background: #0078AE url(/public/img/css/confirmEtp.png) 50% 50% repeat-x!important;
	background-size: contain!important;
	color: #000!important;
	font-size: 18px!important;
	display: none;
	padding: 10px;
	border-width: 0px;
	cursor: pointer;
}

div#ui-datepicker-div {
	background: #efefef;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border-radius: 7px!important;
	overflow: hidden;
	padding: 15px;
	z-index:9999!important;
}

div#ui-datepicker-div div.ui-timepicker-div {
	background: url('/public/img/css/cal_bg.png') repeat-x;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	padding: 10px;
}

div#ui-datepicker-div div.ui-timepicker-div dl{
	margin: 0px;
}

div#ui-datepicker-div div.ui-timepicker-div dl dd.ui_tpicker_hour{
	margin-bottom: 25px;
}

div#ui-datepicker-div div.ui-timepicker-div dl dd.ui_tpicker_time{
	font-weight: bold;
}

div#ui-datepicker-div div.ui-slider {
	background: url('/public/img/css/line.png') repeat-x;
	border-width: 0px;
}

div#ui-datepicker-div div.ui-slider a {
	width: 23px;
	height: 29px;
	background: url('/public/img/css/scroll.png') no-repeat;
	top: -8px;
	cursor: pointer;
}

div#ui-datepicker-div div.ui-slider a.ui-state-hover {
	background: url('/public/img/css/scroll.png') no-repeat!important;
}

div#ui-datepicker-div a.ui-datepicker-prev span, div#ui-datepicker-div a.ui-datepicker-next span {
	background: url('/public/img/css/arr.png') no-repeat;
	width: 10px;
	height: 11px;
}

div#ui-datepicker-div a.ui-datepicker-prev  {
	top: 12px;
	left:12px;
	border-width: 0px;
	background: #c5dfec!important;
	cursor:pointer;
}

div#ui-datepicker-div a.ui-datepicker-next  {
	top: 12px;
	right:12px;
	border-width: 0px;
	background: #c5dfec!important;
	cursor:pointer;
}

div#ui-datepicker-div a.ui-datepicker-next span  {
	background-position: 100% 0%;
}

div#ui-datepicker-div div.ui-datepicker-header {
	background: #c5dfec;
	border-width: 0px;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

div#ui-datepicker-div table.ui-datepicker-calendar{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	background: url('/public/img/css/cal_bg.png') repeat-x;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td a{
	background: none;
	color: #000;
	text-align: center;	
	padding: 8px;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td a.ui-state-hover{
	background: #d0d0d0!important;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td a.ui-state-active{
	background: #c5dfec!important;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td a.ui-state-highlight{
	background: #fff!important;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td span{
	background: #e7e9ee;
	color: #555;
    padding: 8px;
    text-align: center;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-other-month{
	opacity: 0.3;
}

.ui-dialog-titlebar .ui-icon, table.ui-pg-table .ui-icon {
	background-image: url(/public/js/css/start/images/ui-icons_0078ae_256x240.png);
}

input.ui-button {
	padding: 2px 10px!important;
}

table.ui-pg-table {
	color: #404141!important;
}

div.ui-datepicker-title {color:#000;}
button.ui-datepicker-current.ui-priority-secondary{opacity:1;font-weight:bold;}
.ui-jqgrid-sortable .s-ico {display: block;height: 13px;display:block;text-align:center;background:rgba(255,255,255,0.8);width:16px;height:16px;margin:0 auto;border-radius:50%;position:relative;margin-top: 5px;}
.ui-jqgrid-sortable .s-ico span{left:-0.3px;}
.ui-state-default .ui-icon {background-image: url(/public/js/css/start/images/ui-icons_056b93_256x240.png)!important;}
.ui-icon-triangle-1-n {background-position: 1px -16px!important;}
.ui-jqdialog-content .DelTable{font-size:13px;}

.red { color: red; }
.yellow { color: #FFB800; }
.blue { color: #0476b2!important; }
.green { color: #5f9d16; }

table.tenderWin {
	background: #98E28E;
}

table.tenderWin td {
	background: #fff;
}

table.tenderWin td:nth-child(odd) {
	font-style: italic;
}

.ui-jqdialog {
	position:fixed!important;
	top: 400px!important;
	left:40%!important;
}

div.radio {
	width: 32px;
	height: 32px;
	background: url('/public/img/css/radio.png') no-repeat;
	cursor: pointer;
}

div.radio.checked {
	background-position: -32px 0px;
}

a.selectTender {
	display: block;
	background: lime;
	padding: 5px;
	border:1px silver solid;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	width: 105px;
}

a.selectTender.off {
	background: #FFF500;
}

div#info_dialog {
	z-index: 1005!important;
}

.commentBlock {
	white-space: normal;
	overflow: auto;
	max-height: 200px;
}

form#formUploadFile {
	display:none;
}

input:focus:invalid, select:focus:invalid, .er {
	background: pink;
}

select:focus:invalid option {
	background: #fff;
}

input[readonly], select[readonly]{
	background: #EBEBE4;
}

  .hidden {
    display: none;
  }
  
div.descr{
	font-size:11px;
	color:blue;
}

.clear{
	clear:both;
}

a.toggle-button {
	margin: 0 10px;
    background: white;
    cursor: pointer;
    border: 2px solid #0078ae;
    border-right-width: 30px;
    padding: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .5s ease;
}

a.toggle-button.off {
    background: #ccc;
    border-right-width: 2px;
    border-left-width: 30px;
}

.leg{width: 20px;height: 20px;border: 1px #000 solid;float: left;margin-right: 10px;}
h3 > input.excel {float:right;}

  /* Pop-up message and fading background */
  #opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }

  #popup {
     background-color: #FFFFFF;
     position: fixed;
     /*width:300px;*/
     left:50%;
     top:50%;
     min-width: 300px;
     z-index: 11;
	 padding: 5px;
  }

  #popup h3 {
    margin-bottom: 10px;
  }

  #popup textarea {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  #popup p {
    margin: 10px;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #444444;
  }

  #popup .close-btn {
    margin: 10px;
  }

  #popup .close {
	height: 25px;
	background: #c5dfec;
	margin-bottom: 5px;
	position: relative;
  }
  
  #popup .close a {
	display: block;
	width:16px;
	height:16px;
	background: url('/public/js/css/start/images/ui-icons_0078ae_256x240.png') -96px -128px no-repeat;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
  }
  
.upload-bar {
	padding: 20px;
	margin-top: 10px;
	color: white;
	background: #79c9ec;
	border: 1px solid #448dae;
}

/* Small grid */
[class*="row-"] {
  margin-bottom: 20px;
}
[class*="row-"]:last-child {
  margin-bottom: 0;
}
[class*="col-"] {
}
 
@media all and ( min-width: 768px ) {
 
  /* all cols margin */
  [class*="col-"] {
    /*margin-right: 20px;*/
  }
  [class*="col-"]:last-child {
    margin-right: 0;
  }
 
  /* make the columns responsive */
  .col-1-2 {
    float: left;
    width: 50%;
  }
  .col-1-4 {
    float: left;
    width: 25%;
  }
  .col-1-8 {
    float: left;
    width: 25%;
  }
 
  /* 2 span rows */
  .row-2 {
    padding-left: 20px;
  }
  .row-2 [class*="col-"]:first-child {
    margin-left: -20px;
  }
 
  /* 4 span rows */
  .row-4 {
    padding-left: 60px;
  }
  .row-4 [class*="col-"]:first-child {
    margin-left: -60px;
  }
 
  /* 8 span rows */
  .row-8 {
    padding-left: 60px;
  }
  .row-8 [class*="col-"]:nth-child(4n+1) {
    margin-left: -60px;
  }
  .row-8 [class*="col-"]:nth-child(5n-1) {
    margin-right: 0;
  }
  .row-8 [class*="col-"]:nth-child(6n-1) {
    clear: both;
  }
 
}
 
@media all and ( min-width: 1200px ) {
 
  /* adjust width */
  .col-1-8 {
    float: left;
    width: 12.5%;
  }
 
  /* 8 span rows */
  .row-8 {
    padding-left: 140px;
  }
  /* reset these... */
  .row-8 [class*="col-"]:nth-child(4n+1) {
    margin-left: 0;
  }
  .row-8 [class*="col-"]:nth-child(5n-1) {
    margin-right: 20px;
  }
  .row-8 [class*="col-"]:nth-child(6n-1) {
    clear: none;
  }
  /* and add this */
  .row-8 [class*="col-"]:nth-child(1) {
    margin-left: -140px;
  }
 
}

.spinner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  z-index: 10000;
	  background: rgba(0,0,0,0.5);
	  left: 0;
	  top: 0;
}

.loader {
  font-size: 20px;
  margin: 5em auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}

ul.contacts i {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 5px;
}

ul.contacts {
	list-style: none;
} 

ul.contacts li {
	white-space: nowrap;
	overflow-x: hidden;
}

.ui-tabs .ui-tabs-panel {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.jstree-select {
	position: absolute;
    bottom: 20px;
    left: 20px;
}

.evo-editFilter > input {height:23px!important;}
.evo-editFilter > select {height:29px!important;}
.evo-bNew{width:150px!important;}
.evo-bNew span{text-indent:0!important;}
.evo-bNew span.ui-icon{display:none;}

.scroll-top {
    position: fixed;
    right: 0px;
    bottom: 150px;
    width: 25px;
    height: 100px;
    background: url("../img/css/scroll-top.png") no-repeat center center rgba(0, 0, 0, 0.1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    visibility: hidden;
	z-index:999;
}

#advanced-search  {
	padding: 20px;
    border: 1px solid #000;
    margin: 10px 0;
}

a[disabled] {
	color: #ccc !important;
}

.text-break {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */	
	max-width: 300px;
}

.select2-search-field, .select2-search-choice{display:block;width:99%;box-sizing:border-box;}
.select2-search-field > input{width:100%!important;box-sizing:border-box;}

.bigdrop {
    width: 50% !important;
}
.select2-results{max-height:300px!important;}
.select2-container{overflow:auto;max-height:200px;}

.reset-search{
	background: #c5dfec;
	font-size:11px !important;
	margin-top:10px;
}

.refresh-icon{
	color: #2492da;
	font-size: 18px !important;
}

.soptclass, .clearsearchclass{
	color: #000000 !important;
}

.non-active{
	pointer-events: none;
	cursor: default;
}

.childWrapper a{
	padding-left: 30px !important;
}

.menu-item .icon-menu-fc{
	display: none;
}

.icon{display:inline-block;width:16px;height:16px;}
.icon-bottom{background:url(/public/img/css/bottom.png) no-repeat;}
.icon-delete{background:url(/public/img/css/delete.png) no-repeat;}

.dropdown .lang_block a{
	display: inline;
}
.dropdown .lang_block img {
	width: 32px;
}
.lang_block {
    background-color: #d6e8f7;
    padding: 0px 10px 0px 10px;
}

.area-services {
	position: relative;
}

.block-checkboxes {
	position: absolute;
	top: 60px;
	padding-left: 450px;
}
.block-checkboxes .debt {
	color: red;
	font-weight: bold;
	line-height: 22px;
}

.block-checkboxes .container {
    display: inline-block;
    user-select: none;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
}
.block-checkboxes .container input {
    opacity: 0;
    height: 0;
    width: 0;
    display: none;
}
.block-checkboxes .checkmark {
    height: 13px;
    width: 13px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    border: 1px solid #000;
}
.block-checkboxes .container input:checked ~ .checkmark {
    background-color: #10bd01;
    border: none;
    height: 15px;
    width: 15px;
}
.block-checkboxes .container input:checked ~ .checkmark.disabled {
    background-color: #0075fd;
}
.block-checkboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.block-checkboxes .container input:checked ~ .checkmark:after {
    display: block;
}
.block-checkboxes .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
button.ui-button, a.ui-button {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	font-family: Verdana,Arial,sans-serif;
	margin: 3px 0;
	text-decoration: none;
	font-size: 1em;
	border: 1px solid #77d5f7;
	background: #0078ae url("/public/js/jquery-ui/images/ui-bg_glass_45_0078ae_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff !important;
	border-width: 0px !important;
	padding: .4em 1em;
}
.ui-button:hover {
	background: #f9de71 !important;
	color: #000 !important;
}
.ui-widget-header .ui-icon {
	background-image: url("/public/js/jquery-ui/images/ui-icons_d8e7f3_256x240.png");
}