/**
 * Специфичные стили, которые не учли верстальщики
 */

/*
 * контент страницы
 */
.p-content-inner_view-page {
    padding: 70px 0px 70px 0px;
    width:   1180px;
}

a:hover {
    color: #111111;
    cursor: pointer;
}


#floating-unit .top-logo  a {
    color: #8d9db2;
}



/*
 * кнопки и формы
 */
input.btn-type-1, input.btn-type-2 {
    border: 0px none;
}



/**
 * подсказки
 */
.suggestion-list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 320px;
    min-width: 100px;
}

.suggestion-list > li:hover {
    background: transparent;
}

.suggestion-list > li.active {
    background: #add9f8;
}

.suggestion-list > li.error {
    color: #FF0000;
}

.suggestion-list.search-in-menu li span {
    display: block;
    word-break: keep-all;
}

.suggestion-list.search-in-menu li span.parent {
    margin-top: 6px;
    font-size:  12px;
    color:      #999;
}



/*
 * панелька
 */
#sidebar-wrap {
    overflow:   hidden;
    position:   fixed;
    padding:    0px;
}

#sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    padding:    0px;
}


.sidebar-list > li > a {
    padding-left: 24px;
} 
 
.sidebar-list-inner > li > a {
    padding-left: 40px;
}

.sidebar-list-inner > li > .sidebar-list-dir {
    padding-left: 40px;
}

.sidebar-list-inner > li > .sidebar-list-inner > li > a {
    padding-left: 56px;
}

.sidebar-list-inner > li > .sidebar-list-inner > li > .sidebar-list-inner > li > a {
    padding-left: 72px;
}

.sidebar-list-inner > li > .sidebar-list-inner > li > .sidebar-list-dir {
    padding-left: 56px;
}


#sidebar .sidebar-menu-link {
    position:       relative;
    padding-right:  24px;
    white-space:    normal;
}

.sidebar-menu-link .favorite {
    display: inline-block;
    width:   16px;
    height:  16px;
    padding: 0px;
    margin:  0px;
    border:  0px none;
    cursor:  pointer;
    background-image:  url('icons/icon_favorite.png');
    background-repeat: no-repeat;
    background-position: 0px -64px;
    position: absolute;
    top:     2px;
    right:   4px;
    z-index: 1;
}

.sidebar-menu-link:hover .favorite {
    background-position: 0px   0px;
}

.sidebar-menu-link .favorite:hover {
    background-position: 0px -16px;
}

.sidebar-menu-link .favorite.active {
    background-position: 0px -32px;
}

.sidebar-menu-link .favorite.active:hover {
    background-position: 0px -48px;
}

/**
 * форма поиска заявок мпз
 */
.search-requests {
    width: 170px;
}




/*
 * страница авторизации
 */
.auth-page__box .form-group.error {
    color: #aa4400;
    margin-bottom: 20px;
}

.auth-page__box .form-group.error:empty {
    display: none;
}

.auth-window__box-error {
	color: #aa4400;
	padding-top: 15px;
	font-size:  16px;
}


.content .auth-window {
	width: 390px;
	padding: 0px 30px;
}

/***************************************************************************************************
*/
.ju-validator-message {
    position:     absolute;
    display:      block;
    padding:      12px;
    font-size:    12px;
    border:       1px solid #db0024;
    background:   #ffffff;
    z-index:      999;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    margin-top:   7px;
    -webkit-transition: opacity 0.4s, top 0.4s;
            transition: opacity 0.4s, top 0.4s;
}

.ju-validator-message.info {
	border:       1px solid orange;
}

.ju-validator-message.info_suggest {
	border:       1px solid orange;
}

.ju-validator-message:before {
    position:     absolute;
    content:      '';
    width:        10px;
    height:       10px;
    top:          -6px;
    left:         20px;
    background:   #ffffff;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #db0024; 
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.ju-validator-message.info:before {
	border-color: orange; 
}

.ju-validator-message.info_suggest:before {
	border-color: orange;
}



.input-type-2.invalid-value,
.input-type-2.require-value {
    box-shadow: 0 0 2px rgb(255, 0, 0) inset;
}



/***************************************************************************************************
*/
fieldset.bordered {
    border:  1px solid #ddd;
    padding: 16px;
    margin:  0px 0px 16px 0px;
    width:   100%;
}


fieldset.bordered > legend {
    padding: 0px 8px 0px 8px;
    margin:  0px;
    font-family: inherit;
    font-weight: normal;
    font-size:   18px;
    max-width: 100%;
}
 
 
.form-section-row {
    overflow:   hidden;
}

.form-field {
    margin:     0px 0px 10px 0px;
}

.form-field-label {
    width:      123px;
    margin:     7px 0px 7px 0px;
    display:    inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.form-field-value {
    width:      calc(100% - 130px);
    display:    inline-block;
    box-sizing: border-box;
}

/* Вертикальный форм-филд */
.form-field-v {
	margin: 0px 0px 10px 0px;
}
.form-field-label-v {
    width:      100%;
    margin:     7px 0px 7px 0px;
    display:    block;
    box-sizing: border-box;
    vertical-align: top;
}
.form-field-value-v {
    width:      calc(100%  - 20px);
    display:    block;
    box-sizing: border-box;
}

.part-half,
.part-third,
.part-quarter,
.part-fifth,
.part-sixth,
.part-twothird,
.part-twofifth,
.part-threefifth,
.part-fourfifth,
.part-foursixth,
.part-fivesixth,
.part-threequarter {
    margin-left: 3.1914893617021276%;
    float:       left;
    min-height:  1px;
}

.part-half:first-child,
.part-third:first-child,
.part-quarter:first-child,
.part-fifth:first-child,
.part-sixth:first-child,
.part-twothird:first-child,
.part-twofifth:first-child,
.part-threefifth:first-child,
.part-fourfifth:first-child,
.part-fivesixth:first-child,
.part-threequarter:first-child {
    margin-left: 0;
}

.part-sixth {
    width: 14.007092198581558%;
}

.part-fifth {
    width: 17.4468085106383%;
}

.part-quarter {
    width: 22.606382978723403%;
}

.part-third {
    width: 31.205673758865245%;
}

.part-half {
    width: 48.40425531914894%;
}

.part-threequarter {
    width: 74.20212765957446%;
}

.part-twothird {
    width: 65.60283687943262%;
}

.part-twofifth {
    width: 38.08510638297872%;
}

.part-threefifth {
    width: 58.72340425531915%;
}

.part-foursixth {
    width: 65.60283687943262%;
}

.part-fourfifth {
    width: 79.36170212765958%;
}

.part-fivesixth {
    width: 82.8014184397163%;
}



/***************************************************************************************************
*/
table.table-layout {
    font-size:  13px;
    border-collapse: collapse;
}
table.table-layout td {
    padding-bottom:  6px;
}

table.table-layout td.label {
    text-align:      right;
    padding-right:   8px;
}



table.table-content {
    font-size:   13px;
    border-collapse: separate;
    border-spacing:  0px;
    width:       100%;
}

table.table-content th,
table.table-content td {
    font-weight: normal;
    text-align:  left;
    padding:     8px 12px;
    background:  #eee;
    border:      1px #fff solid;
}

table.table-content th {
    background:  #ddecf3;
    border-color:  #ecf4f8 #87afc8 #87afc8 #ecf4f8;
    color:       #065d88;
}

table.table-content td {
    background:  #f1f1f1;
    border-color:  #fcfcfc #aeaeae #aeaeae #fcfcfc;
    color:       #333333;
}



/***************************************************************************************************
*/
.simple-orgs-tree {
    border:     1px solid #ccc;
    background: #fcfcfc;
    padding:    10px;
    max-height: 500px;
    min-width:  300px;
    min-height: 150px;
    overflow:   auto;
}

.suggestion-div {
	width:  100%;
}



/**
 * восстановление пароля
 */
#dialog-remind-pass {
    width:  500px;
}



#error-page-wrapper {
    width:  800px;
    margin: 0px auto;
    font:   14px/normal Tahoma;
}
#error-page-wrapper .title {
    font-size: 24px;
    color:     #993333;
    margin-bottom: 20px;
}    
#error-page-wrapper .about {
    line-height: 160%;
}

.user-messages-popup {
	text-align: left;
}

.p-content-inner_no-right-banner {
	font-size: 24px; 
	font-weight: 200; 
	line-height: 1.25;
}

.column {
	display: inline-block;
	vertical-align: top;	
}

/* ************************************************File Picker **********************************/
.custom-upload {
	position: relative;
}

.custom-upload input[type=file]  {
	z-index: 1;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity : 0);
	outline: none;
}

.custom-upload .fake-file {
	width: 100%;
    display: inline-flex;
}

.custom-upload .fake-file input {
	width: calc(100% - 139px);
	background-color: #ececec;
}

.custom-upload button {	
	width: 135px;
	min-width: 135px;
    margin-left: 5px;
}

.combo-tree {
    border:     1px solid #ccc;
    background: #fcfcfc;
    padding:    10px;
    max-height: calc(50% - 50px);
    min-width:  300px;
    min-height: 150px;
    overflow:   auto;
}

.combo-tree > ul > li > span {
	padding-left: 2px;
}

/* ************************************************Date Picker **********************************/
.datepicker-value {
	padding-right: 30px;
}

.datapicker-wrapper {
	position: relative;
}

.datepicker-btn {
	position: absolute;
	top: 0;
	right: 0;
}


/******************************************************* GRID *****************************************/

.view-content {
	margin-top: 10px;
	margin-bottom: 12px;
	width: 100%;
}

table.view-content *.sort-icon {
    display:       inline-block;
    display:       inline !ie;
    margin:        0px 0px 0px 4px;
    padding:       0px;
    border:        0px none;
    width:         9px;
    height:        9px;
    background:    url('/static/css/icons/sort_arrow.png') 0 0 no-repeat;
}

table.view-content *.sort-icon.sort-up {
    background-position: 100% 0;
}

table.view-content *.sort {
    border-bottom: 1px #ffffff dotted;
    cursor:        pointer;
}


*.view-caption,
*.view-control {
    margin-bottom:    12px;
    overflow: auto;
}

table.view-content th,
table.view-content td {
    padding:       9px 12px 10px 12px;
}


*.view-control *.ju-pager {
    float:         left;
}

*.view-control *.view-info {
    float:         right;
    text-align:    right;
    line-height:   140%;    
}


*.view-caption *.export-link {
    float:         right;
    border-bottom: 1px #0880bc dotted;
    color:         #0880bc;    
}

*.view-caption *.export-link:hover {
    border-color:  #111;
    color:         #111;
}


ul.ju-pager {
    list-style: none;
    cursor:     default;
}

ul.ju-pager,
ul.ju-pager > li,
ul.ju-pager > li > a {
    margin:      0px;
    padding:     0px;
    border:      0px none;
}

ul.ju-pager > li {
    display:     inline-block;
    display:     inline !ie;
    margin:      0px 4px 0px 4px;
    list-style:  none;
}

ul.ju-pager > li.active,
ul.ju-pager > li > a {
    display:     inline-block;
    display:     inline !ie;
    padding:     6px 12px 6px 12px;
    color:       #666;
    border:      1px transparent solid;
    text-decoration: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

ul.ju-pager > li.active,
ul.ju-pager > li > a:hover {
    color: #333;
    border: 1px #CCCCCC solid;
    text-decoration: none;
    background: #D7D7D7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#EEEEEE, endColorstr=#D7D7D7, GradientType=0);
    background-image: -webkit-linear-gradient(top, #EEEEEE, #D7D7D7);
    background-image: -moz-linear-gradient(top, #EEEEEE, #D7D7D7);
    background-image: -o-linear-gradient(top, #EEEEEE, #D7D7D7);
    background-image: linear-gradient(top, #EEEEEE, #D7D7D7);
}

ul.ju-pager > li.active {
    font-weight: 600;
}




ul.ju-enumer {
    display:     inline-block;
    display:     inline !ie;
    list-style:  none;
    cursor:      default;
}

ul.ju-enumer,
ul.ju-enumer > li,
ul.ju-enumer > li > a {
    margin:      0px;
    padding:     0px;
    border:      0px none;
}

ul.ju-enumer > li {
    display:     inline-block;
    display:     inline !ie;
    margin:      0px 6px 0px 6px;
    list-style:  none;
}

ul.ju-enumer > li.active,
ul.ju-enumer > li > a {
    display:     inline-block;
    display:     inline !ie;
    color:       #0880BC;
    text-decoration: underline;
}

ul.ju-enumer > li.active,
ul.ju-enumer > li > a:hover {
    color:       #111;
}

ul.ju-enumer > li.active {
    color:       #C44;
    font-weight: 600;
}

.messageImage {
	max-width:  100%;
}

/********************Красная кнопка*****************************/
input.btn-type-3, button.btn-type-3 {
  height: 30px;
  min-width: 140px;
  padding: 0 1.1em;
  color: #fff;
   border: 0px none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
input.btn-type-3, button.btn-type-3 {
  background-color: #c44;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bf3e3e), to(#e04b4b));
  background-image: -webkit-linear-gradient(bottom, #bf3e3e 0%, #e04b4b 100%);
  background-image: linear-gradient(to top, #bf3e3e 0%, #e04b4b 100%);
}
input.btn-type-3:hover, button.btn-type-3:hover {
    background: #c44 -webkit-gradient(linear, left top, left bottom, from(#bd4545), to(#dc5555));
    background: #c44 -webkit-linear-gradient(top, #bd4545 0%, #dc5555 100%);
    background: #c44 linear-gradient(to bottom, #bd4545 0%, #dc5555 100%);
}
input.btn-type-3:active, button.btn-type-3:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5757), to(#ff6767));
    background-image: -webkit-linear-gradient(bottom, #ff5757 0%, #ff6767 100%);
    background-image: linear-gradient(to top, #ff5757 0%, #ff6767 100%); 
}

.multi-select-dialog {
	border-left: 2px solid #b2b2b2;
	border-right: 1px solid black;
	border-bottom: 2px solid black;
	border-top: 1px solid #b2b2b2;
    background: #fcfcfc;
    max-height: 500px;
    min-width:  270px;
    overflow:   auto;
    border-radius: 2px;
}

.multi-select-row {
	background-color: #fcfcfc;
}

.scrollableNotification {
	max-height: 500px;
	overflow-y: auto;
}
.multi-select-row:hover {
	background: #3399ff;
}

.treeview > li > input {
    vertical-align: middle;
    margin-right: 4px;
}

.multi-select-dialog > ul > li > input {
    vertical-align: middle;	
}

.treeview > li > label {
    padding-left: 3px;
}

.multi-select-dialog > ul > li:hover > span {
	color: white;
}

.multi-select-dialog > ul > li {
	padding: 9px 8px 8px 8px;
}

fieldset.inner-fs {
	padding: 7px;
	border: 1px solid #D0D0D0;
	background-color: #FDFDFD;
}

fieldset.inner-fs > legend {
	padding-left: 10px;
	padding-right: 10px;
}

fieldset.inner-fs ul li:last-child {	
	margin-bottom: 0px;
}

.tbl-1-small th {	
	padding: 0.5em 1em;
	height: 25px;
}

.tbl-1-small td {	
	padding: 0.5em 1em;
}

.suggestion-list.search-address li span {
    display: block;
    word-break: keep-all;
}

.suggestion-list.search-address li span.parent {
    margin-top: 6px;
    font-size:  12px;
    color:      #999;
}

.suggestion-list.search-house li span {    
    word-break: keep-all;
}

.suggestion-list.search-house li span.corpus,
.suggestion-list.search-house li span.building {
    margin-top: 6px;
    font-size:  12px;
    color:      #999;
}


.expanded-box__desc {
	white-space: nowrap;	
	overflow: hidden;
}

/***Кнопка поиска внутри инпута***/
.btn-small-search, .btn-calendar, .btn-structure, .btn-data-search {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em; }
  
input[disabled] {
	background-color: rgb(242, 242, 242);
    color: rgb(158, 158, 158);
}
  .btn-data-search[disabled] {
    opacity: 0.5;
    background-color: transparent;
  }

textarea[disabled] {
	background-color: rgb(242, 242, 242);
    color: rgb(158, 158, 158);
}

select[disabled] {
	background-color: rgb(242, 242, 242);
    color: rgb(158, 158, 158);
}

button[disabled] {
	background: rgb(234, 234, 234) linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(214, 214, 214) 100%) repeat scroll 0% 0%;
  	color: rgb(174, 173, 173);
}
	button[disabled]:hover {
		background: rgb(234, 234, 234) linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(214, 214, 214) 100%) repeat scroll 0% 0%;
	  	color: rgb(174, 173, 173);
	}
	button[disabled]:active {
		background: rgb(234, 234, 234) linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(214, 214, 214) 100%) repeat scroll 0% 0%;
	  	color: rgb(174, 173, 173);
	}
	button.btn-type-1[disabled]:active {
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	}

input[type=button][disabled] {
	background: rgb(234, 234, 234) linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(214, 214, 214) 100%) repeat scroll 0% 0%;
  	color: rgb(174, 173, 173);
}
	input[type=button][disabled]:hover {
		background: rgb(234, 234, 234) linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(214, 214, 214) 100%) repeat scroll 0% 0%;
	  	color: rgb(174, 173, 173);
	}
	input[type=button][disabled]:active {
		background: rgb(234, 234, 234) linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(214, 214, 214) 100%) repeat scroll 0% 0%;
	  	color: rgb(174, 173, 173);
	}
	input.btn-type-1[type=button][disabled]:active {
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	}

.fake-sel-type2 {
	height: 30px;
}

.fake-sel-type2-small {
  margin: 0 30px -15px 8px;
  line-height: 15px;
  position: relative;
  font-size: 12px; 
}

.disabled-fake-select {
	background-color: white;
	color: rgb(80, 80, 80);
    opacity: 0.5;
    margin: 0 0 -30px 0;
    padding: 0 30px 0 8px;
}

.fake-sel-type2-small.disabled-fake-select {
	margin: 0 0 -15px 0;
}

.sel-2-wrap.sel-2-wrap-disabled {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}

.js-sel-small {
	font-size: 12px;
	height: 15px;
	max-height: 15px;
}

.disabled-element {
	background-color: rgb(242, 242, 242);
    color: rgb(158, 158, 158);
}

.selectContainer {
	background: #ececec;
}
.selectContainer.input-type-2[readonly] {
	background: #ececec;
}
.selectContainer.input-type-2[readonly][disabled] {
	background: rgb(242, 242, 242);
   	color: rgb(158, 158, 158);
}

.dropdown_arrow {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFVJREFUeNpi/P//P8NAACaGAQKjFo9aPGrxqMWjFhMNWEjVIGOdhrNWeXJ0FiMtfcxIojhVg5qREkspjWNGci0FaxptCIxaPGrxqMWjFo9ajAsABBgAup8KPdSL6J8AAAAASUVORK5CYII=") 100% 50% no-repeat !important;
	width: 20px;
	height: 4px;
	top: -15px;
	position: relative;
	float: right;
}

.tree-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 10;
}

.multiWrapper {
	max-height: 30px;
	overflow: hidden;
}

.multiWrapper > input {
	padding-right: 22px;
}

input[disabled] + div.dropdown_arrow, input[disabled] + div.datepicker-btn {
	opacity: 0.5;
}

.thead-1_th_bottom {
	border-bottom: 1px solid #c6ced9;
}
.total-sum-color {
    color: #0880bc;
}

.float-basket.float-basket_visible-true {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    display: block;
    z-index: 4;
}
.float-basket {
    border-bottom: 1px solid #bfbfbf;
    bottom: 40px;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.basket__data-cost_total, .basket__data-item-head, .callback-form__head-24, .content-head-24, .float-basket__cost, .float-basket__head, .order-now__head-24, .order__choise-head, .order__form-head, .r-24, .section-head-24, .text-content h3 {
    font-family: dinpro-bold,Arial,"Helvetica Neue",Helvetica,Tahoma,sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 10px;
}
.float-basket__head {
    letter-spacing: -0.1ex;
    margin-right: 10px;
    word-spacing: 0.09em;
}

.float-basket__data {
    color: #01ABE8;
    word-spacing: 0.09em;
    letter-spacing: -0.1ex;
}

.float-basket__wrap {
	border-top: 1px #878787 solid;
    border-left: 1px #878787 solid;
    border-right: 1px #878787 solid;
	border-bottom:none;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    width: 1000px;
}

.float-basket__wrap_short {
	border-top: 1px #878787 solid;
    border-left: 1px #878787 solid;
    border-right: 1px #878787 solid;
	border-bottom:none;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    width: 1000px;
}

.float-basket__btn-order {	
	min-width: 200px;
	height: 36px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 1.3em;
	padding-left: 1.3em;
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	
	background-color: #FF6B24;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px rgba(123, 0, 0, 0.5);
	background-image: linear-gradient(to bottom, #FF9A38 0px, #FF4413 100%);
	
    width: 12.14em;
    position: relative;
    display: inline-block;
    vertical-align: middle;	
}
	.float-basket__btn-order.blue {
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	    box-shadow: 0px 1px 0px rgba(10, 100, 200, 0.5);
	    background-image: -webkit-gradient(linear, left bottom, left top, from(#0088de), to(#01abe8));
        background-image: -webkit-linear-gradient(bottom, #0088de 0%, #01abe8 100%);
	    background-image: linear-gradient(to top, #0088de 0%, #01abe8 100%);
	    background-color: #0197e3;
	}
	
	.float-basket__btn-order.blue:hover {
	    background: #1bb4ea -webkit-gradient(linear, left top, left bottom, from(#1bb4ea), to(#1a94e1));
	    background: #1bb4ea -webkit-linear-gradient(top, #1bb4ea 0%, #1a94e1 100%);
	    background: #1bb4ea linear-gradient(to bottom, #1bb4ea 0%, #1a94e1 100%);
	    color: white;
    }

    .float-basket__btn-order.disabled {
        pointer-events: none;
        box-shadow:  0px 1px 0px rgba(144, 143, 143, 0.1);
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(214, 214, 214)), to(rgb(245, 245, 245)));
        background-image: -webkit-linear-gradient(bottom, rgb(214, 214, 214) 0%, rgb(245, 245, 245) 100%);
        background-image: linear-gradient(to top, rgb(214, 214, 214) 0%, rgb(245, 245, 245) 100%);
        background-color: rgb(234, 234, 234);
        color: rgb(174, 173, 173);
    }

.addressCheckResultMessage, .addressSectorType, .addressDevelopmentType, .containsOptics {
    color: #393;
    font: 14px Tahoma;
}

.addressCheckOperatorConnectMessage {
    font: 14px Tahoma;
}

.row-red, .row-red td {
	color: #c44 !important;
}

.row-green, .row-green td {
	color: #393 !important;
}

.selectedRow > td {
	background: lightgreen !important;
}

.cursor-pointer {
	cursor: pointer;
}

/*
 * Цвета
 */
.addressCheckResultMessage.error {
    color: #933;
}

.addressCheckOperatorConnectMessage.error {
    color: #933;
}

.errorColor {
    color: #933;
}

.total-sum-color {
	color: #0880bc;
}

.send_flag.sended, .connect-friend {
	color: #339933;
}

.send_flag.notsended {
	color: #999999;
}

.fullAddress {
    word-wrap: break-word;
    word-break: break-all;
    /* IE хочет Layout, чтобы разбивать слова */
    display: inline-block;
}

.search-category ::-webkit-input-placeholder {
	color: #3E4145;
}
.search-category ::-moz-placeholder {
	color: #3E4145;
}
.search-category :-ms-input-placeholder {
	color: #3E4145;
}

.search-requests ::-webkit-input-placeholder {
    color: #3C3959;
}
.search-requests ::-moz-placeholder {
    color: #3C3959;
}
.search-requests ::-ms-input-placeholder{
    color: #3C3959;
}

.input-type-1[readonly][disabled], .input-type-2[readonly][disabled] {
	background-color: rgb(242, 242, 242);
}
.label-col-in3cols.multiline {
	margin-top: 1px;
}

/**** Style for small screen ****/

@media screen and (max-width: 1250px) {
  .p-content-inner_view-page {
	  width: 1180px !important;
	  padding-left: 45px;
	  padding-right: 25px;
	}
}
@media screen and (max-width: 1100px) {  
  .hide-1100 {
    display: none;
  }
}
@media screen and (max-width: 690px) { 
  .hide-690 {
    display: none;
  }
  .hor-bar-unit_pos-left {
    margin-right: 0px;
  }
  .hor-bar-unit_pos-right {
    margin-left: 20px;
  }
}

.user-manual-list {
	max-height: 400px;
    overflow: auto;
}

.user-manual-list-item {
    list-style-type: square;
    margin-bottom: 10px; 
}

.user-manual-popup {
	min-width: 600px;
	max-height: 600px;
	width: auto;
}

.user-manual-download-all {
	display: inline-block;
	padding-right: 30px;
}

/* Добавляем черту только для первого элемента класса .nonFit */
ul.user-manual-list > li.user-manual-list-item.nonFit {
	border-top: 2px solid lightgray;
	padding-top: 10px;
}

ul.user-manual-list > li.user-manual-list-item.nonFit:first-child,
ul.user-manual-list > li.user-manual-list-item.nonFit ~ li.user-manual-list-item.nonFit {
	border-top: none;
    padding-top: 0px;
}

.label-fileName.multiline {
	margin-top: -3px;
}

tr > .text-left {
	text-align: left;
}

div.thirdStateBox {
	border: 4px solid white;
    background: black;
    margin-left: 0px;
    margin-top: 0px;
}

.display-none {
	display: none;
}

.display-none-important {
    display: none !important;
}

td.tdLeft, td.td-left {
    text-align: left;
}

.help-icon {
    background: url('/static/design/img/help.png');
    background-size:cover;
    width: 28px;
    height: 28px;
    max-width:100%;
    max-height:100%;
    cursor: help;
}

.common-string {
	text-align: left !important;
	padding-left: 9px !important;
	font-weight: bold;
}

.text-right-bold {
	text-align: right !important;
	padding-right: 9px !important;
	font-weight: bold;
}

.selectedLink {
    background-color: #009FE8;
    color: #FFFFFF;
}

.inline {
    display: inline-block;
}
