@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

@import 'font-awesome.min.css';


/* clear */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background-position:0 0; background-repeat:no-repeat;
    border:0 none;
    font-size:100%; font-style:inherit; font-weight:inherit;
    margin:0; padding:0;
    text-align:left; vertical-align:baseline;
}
a img, :link img, :visited img { border:0 none; }
table { border-collapse:collapse; border-spacing:0; }
ol, ul { list-style-image:none; list-style-position:outside; list-style-type:none; }
q:before, q:after, blockquote:before, blockquote:after { content:""; }
/* end clear */

.fa-ico-file-pdf-o{
    content: "";
    width: 22px;
    height: 26px;
    display: inline-block;
    background-image: url(/img/ico/pdf.png);
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
}

.fa-ico-file-word-o{
    content: "";
    width: 22px;
    height: 26px;
    display: inline-block;
    background-image: url(/img/ico/w.png);
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
}
.fa-ico-file-excel-o{
    content: "";
    width: 22px;
    height: 26px;
    display: inline-block;
    background-image: url(/img/ico/x.png);
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
}
.fa-ico-file-archive-o{
    content: "";
    width: 22px;
    height: 26px;
    display: inline-block;
    background-image: url(/img/ico/rar.png);
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
}
.fa-ico-file-image-o{
    content: "";
    width: 22px;
    height: 26px;
    display: inline-block;
    background-image: url(/img/ico/jpg.png);
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
}
.double-check i:nth-child(2){
    margin-left:-11px;
}


/* typography.css */
html {height:100%;}
body {height:100%;font-size:100%;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1, .h1 {font-size:1.5em;line-height:1.5;margin-bottom:0.5em; font-weight:normal; color:#111111; text-transform:uppercase; }
h2, .h2 {font-size:1.3em;margin-bottom:0.75em; font-weight:normal; color:#111111; }
h3, .h3 {font-size:1.2em;line-height:1.3;margin-bottom:0.5em;font-weight:bold;}
h4, .h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5, .h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6, .h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; }
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#111; text-decoration:none; }
a {color:#333333;text-decoration:underline;}
a.dashed { text-decoration:none; cursor:pointer; }
a.dashed span { border-bottom:1px dashed #333333; line-height: 1em; }
a.dashed:focus span, a.dashed:hover span { border-bottom:none; }
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0; font-size:0.7em;}
sup { vertical-align:super; }
sub { vertical-align:sub; }
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;list-style-position:outside;}
ol {list-style-type:decimal;list-style-position:outside;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;}
th {font-weight:normal;}
thead th, .thead th{background:#898989; color:#d3d3d3; }
thead th a, .thead th a { color:#d3d3d3; text-decoration:none; }
th, td, caption {padding:0.4em 0.8em; vertical-align:top; }
td {border-bottom:1px solid #898989; }
tr:nth-child(2n) {background: #f2f2f2 none repeat scroll 0 0;}
tr:nth-child(2n+1) {background: #fafafa none repeat scroll 0 0;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.big {font-size:1.1667em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.clear { clear:both; line-height:0; font-size:0; }
.tar { text-align:right; }
.tac { text-align:center; }
.tal { text-align:left; }

.last-item{height:60px !important;}

iframe{max-width:100%;}

#YMapsID table {margin:0;}

hr {background: #605f5f; border:none; line-height: 0; font-size: 0; height: 1px; margin: 15px 0; }

/* typography */
p { margin:0 0 15px 0; }
table.noborder th, table.noborder td { border:none; }

.borders td { border-right: 1px solid #898989; }
.borders tr td:last-child { border-right:none; }

.grey { color:#ababa9; }
.yellow { color:#ff9500; }
.red { color:#cc0000; }
.bg-yellow { background-color:#ffd900; }
.bg-grey { background-color:#ccc; }
.bg-red { background-color:#cc0000; color:#fff; }
.bg-red:focus, .bg-red:hover {color:#fff;}
.bg-red.dashed span {border-color:#fff;}
.bold {font-weight: bold;}
.p10 {padding:3px 10px; display: inline-block; }

.nowrap {white-space: nowrap;}
a.tel { text-decoration: none; }
.inputs-plaindata a { white-space: nowrap; }
.fa {min-width: 15px;}

/* wrapper */
html, body { height:100%; }
body { font-family: Arial, sans-serif; font-size: 81.25%; line-height:1.3; color: #222222; width:100%; background: #fafafa; min-width:1240px; }
body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body.tiny { width: 100%; min-width:240px; height: auto; }
input, textarea, select, button { font-family: Arial, sans-serif; font-size: 1em; }

.wrap { position: relative; width:100%; min-height:100%; height:auto !important; height:100%; box-sizing: border-box; }


.header, .footer, .control_panel { background:#4a4848; margin:0; width:100%; clear:both;
    box-sizing:border-box; padding: 10px 30px;
}
.control_panel { padding-top:0; padding-bottom: 0; }
.header, .footer, .control_panel, .header a, .footer a, .control_panel a { color:#fff; }

.header:after, .footer:after, .control_panel:after { content:''; display:block; width:100%; clear:both; }

.header .left { margin-left:5px; }

.user_bar { float:right; }
.user_bar .nodate_orders { float:left; line-height:28px; margin-right:2em; text-align:right; height:28px;}
.user_bar .nodate_orders .nodate_orders_button { background-color: #4a4848; color: #fff;}
.user_bar .nodate_orders .nodate_orders_button:hover { background: #898989;}
.user_bar .nodate_orders .nodate_orders_button.active { background-color: #d43f3a;}
.user_bar .nodate_orders .nodate_orders_button.active:hover { background: #e16458;}
.user_bar .nodate_orders .nodate_orders_button span {font-size:1.3em;}
.user_bar .user-info { float:left; line-height:14px; margin-right:2em; text-align:right; height:28px; }
.user_bar .autosend-button { float:left; line-height:28px; margin-right:2em; text-align:right; height:28px; }
.user_bar form { float:left; margin-right:5px; }
.user_bar input[type=submit] { background: #605f5f; text-transform:uppercase; color:#a6a6a6; width:76px; height:24px; border:none; padding:0; margin:2px 0 0; text-align:center; line-height:24px; }

.top-menu { float:left; position: relative; margin-right:60px; }
.top-menu i { font-size:20px; line-height:28px; cursor:pointer; }
.top-menu ul { display: block; margin: 0; }
.top-menu ul li { display: block; list-style: outside none none; border-bottom: 1px solid #898989; }
.top-menu ul li:last-child{ border-bottom: none; }
.top-menu ul li:hover { background: #898989 none repeat scroll 0 0; }
.top-menu a { display: block; line-height: 1.3; padding: 8px 15px; text-decoration: none; }
.top-menu__content { display: none; position: absolute; top: 0; right: 0; width: 210px; margin-top:30px; border: 1px solid #898989; background-color: #4a4848; font-size: 1.1667em; z-index: 1;}
.top-menu_opened .top-menu__content { display: block; }


.main_menu_wrapper .hamburger { background:#898989; width:34px; height:36px; margin:-36px 95px 0 0; float:right; cursor:pointer; }
.main_menu_wrapper .hamburger span { text-indent: -3000px; }
.main_menu_wrapper .hamburger span { display:block; height:3px; width:24px; background:#d3d3d3; margin:3px auto 0; font-size:0; line-height:0; }
.main_menu_wrapper .hamburger span:first-child { margin-top:4px; }

.main_menu_wrapper.closed .inner { display:none; }
.main_menu_wrapper.closed .hamburger { height:24px; }

.main_menu_wrapper .inner { border-top: 1px solid #898989; font-size:1.1667em;}

.main_menu_wrapper .grid { display: flex; justify-content: space-between; }
.main_menu_wrapper .grid_item { display: flex; flex: 1; flex-direction: column }
.main_menu_wrapper .grid_item_start ul {text-align: left;}
.main_menu_wrapper .grid_item_end ul {text-align: right;}
.main_menu_wrapper .sub_menu ul { float:right; border-top: 1px solid #898989; font-size:0.857em; }
.main_menu_wrapper .grid_item_start .sub_menu ul { float:left; }

.main_menu_wrapper ul { margin:0; display:block;}
.main_menu_wrapper ul li { display:inline-block; list-style:none outside;}
.main_menu_wrapper ul li:hover, .main_menu_wrapper ul li.active { background:#898989; }
.main_menu_wrapper a { text-decoration: none; line-height: 1.3; padding: 5px 10px; display:block;}

.main_menu .main_menu_sub1 {display: none; position: absolute; left: 0; width: 220px; border: 1px solid #898989; background-color: #4a4848; z-index: 1;}
.main_menu .main_menu_sub1 li {display: block; border-bottom: 1px solid #898989;}
.main_menu > li {position: relative;}
.main_menu > li:hover .main_menu_sub1, .main_menu .main_menu_sub1:hover {display: block;}

.right_menu ul{ float:right; margin:0 0 20px 0;}
.right_menu li{ display: inline-block; margin-right: 15px; list-style: outside none none; }
.right_menu li.active{ font-weight: bold; }

.breadcrumbs { margin: 0 0 1em; border-left:3px solid #4a4848; padding-left: 0.5em; }

ul.tabs { display:block; margin: 0 0 1em; }
ul.tabs li { display:inline-block; list-style:none outside; padding: 5px 15px; margin: 0 1px 0 0; }
ul.tabs li:not(.title):not(.label):hover, ul.tabs li.active { background:#898989; color:#fff; }
ul.tabs li:not(.title):not(.label):hover a, ul.tabs li.active a { color:#fff; text-decoration:none; }
ul.tabs li.title { padding-left:0; }
ul.tabs li.label { padding-left:0; padding-right:0; width: 180px;}

ul.paginator { display:block; margin: 0 0 1em; }
ul.paginator:before { content: 'Страницы: '; }
ul.paginator li { display:inline-block; list-style:none outside; padding: 2px 0.5em; text-align:center; }
ul.paginator li:hover, ul.paginator li.active { background:#898989; color:#d3d3d3; }
ul.paginator li:hover a, ul.paginator li.active a { color:#d3d3d3; }

.per_page { display: inline-block; }
.per_page select { width: 60px; }

.calendar_nav { margin: 0 0 1em; }
.calendar_nav .year:before { content: 'Год: '; }
.calendar_nav .month:before { content: 'Месяц: '; }
.calendar_nav > div { margin: 0 0 2px; }
.calendar_nav > div > span { display: inline-block; padding: 3px 10px; }
.calendar_nav span.active { background:#898989; color:#fff; }

/* footer */
.wrap { padding-bottom:130px; }
.footer { position:fixed; height:30px; margin-top:-30px; bottom: 0; padding: 5px 30px; z-index: 400;}
.footer p{display:inline-block; vertical-align: middle;}
.footer div a{text-decoration: none; }
.footer div.copy div{margin-bottom: 5px;}
.footer p.free{margin-left:150px; text-align:center; font-size:1.5em;}
.module-orders .wrap { padding-bottom:30px; }

/* table */
.fa.active { color:#d3d3d3; }
table.list {min-width: 75%; }
table.list tr:hover {background:#ade6c9; }
table.list tr.active { background:#ade6c9; }

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

.money-list {width: 1000px; max-width: 100%;}
.money-list__kassa {border-left: 1px solid #898989;}
.money-list__head-date {width: 56px;}
.money-list__head-name {width: 160px;}
.money-list__head-sum {width: 128px;}

.money-list-inner {margin:0; }
.money-list-inner tr{background: none;}
.money-list-inner td {padding: 0.2em 0.4em; border-bottom-color: #ccc;}
.money-list-inner td:first-child {padding-left: 0;}
.money-list-inner td:last-child {padding-right: 0;}
.money-list-inner tr:last-child td {border-bottom: none;}
.money-list-inner__date {width: 65px;}
.money-list-inner__name {width: 170px;}
.money-list-inner__sum {width: 130px;}

.comment_admin { }
.comment_master { background:#ade6c9; }
.comment_not_read { background:#faa4a2; }

/* orders */
.orders_post_menu { width:100%; background:#111111; height:34px; line-height:34px; }
.orders_post_menu, .orders_post_menu a { color:#ffd900; text-decoration:none; }
.orders_post_menu ul { display:table; margin:0; padding:0; width:100%; }
.orders_post_menu li { display:table-cell; list-style:none outside; text-align:center; }
.orders_post_menu a { display:inline-block; padding: 0 5px; font-size: 12px; }
.orders_post_menu a:nth-child(2) { padding: 0; }
.orders_post_menu .title { text-transform:uppercase; width:160px; }
.orders_post_menu li.active a, .orders_post_menu a:hover { background:#ffffff; color:#000000; }
.orders_post_menu a.icon:before, .regime_table .icon:before { content:''; display:inline-block; background: url('../img/bg_masters.png') no-repeat 0 100%; width:22px; height:22px; vertical-align: middle; margin-right:8px; }
.orders_post_menu a.electrik:before { background-position: 0 0;}
.orders_post_menu .active a.electrik:before, .orders_post_menu a.electrik:hover:before, .regime_table .icon.electrik:before { background-position: -22px 0; }
.orders_post_menu a.santechnik:before { background-position: 0 -22px;}
.orders_post_menu .active a.santechnik:before, .orders_post_menu a.santechnik:hover:before, .regime_table .icon.santechnik:before { background-position: -22px -22px; }
.orders_post_menu a.muzh:before { background-position: 0 -44px;}
.orders_post_menu .active a.muzh:before, .orders_post_menu a.muzh:hover:before, .regime_table .icon.muzh:before { background-position: -22px -44px; }
.orders_post_menu a.otdelochnik:before { background-position: 0 -66px;}
.orders_post_menu .active a.otdelochnik:before, .orders_post_menu a.otdelochnik:hover:before, .regime_table .icon.otdelochnik:before { background-position: -22px -66px; }
.orders_post_menu a.gornichnaya:before { background-position: 0 -88px;}
.orders_post_menu .active a.gornichnaya:before, .orders_post_menu a.gornichnaya:hover:before, .regime_table .icon.gornichnaya:before { background-position: -22px -88px; }
.orders_post_menu a.remont:before { background-position: 0 -110px;}
.orders_post_menu .active a.remont:before, .orders_post_menu a.remont:hover:before, .regime_table .icon.remont:before { background-position: -22px -110px; }
.regime_table .icon { height:22px; display:inline-block; }

.city_bar, .date_bar, .date_bar .calendar_block, .date_bar .orders_without_date { margin: 0 0 10px; }
.date_bar .orders_without_date { font-size: 18px; text-align: center;}
.date_bar .orders_without_date a {color: #ffd900; text-decoration: none; display: inline-block; text-align: center; padding: 6px; }
.date_bar .orders_without_date a.active, .date_bar .orders_without_date a:hover { color: #ffffff;}
.date_bar .orders_without_date a:hover { background: #f0f0f0; border-radius: 4px; color: #4a4a4a; }

.city_bar { color:#ababa9; }
.city_bar label { line-height:40px; float:left; width:40px;  }
.city_bar .select { padding: 0 20px; width:160px; margin:0 10px 0 -20px; box-sizing:border-box; position:relative; float:left; }
.city_bar span{ font-size:18px; color:#ffffff; height:40px; display:block; line-height:40px; }
.city_bar.chosen{cursor:pointer; }
.city_bar .chosen:after { background: url('../img/bg_sprite.png') no-repeat 0 0; content:''; display:inline-block; width:9px; height:5px; margin-left:10px;  vertical-align: middle; }
.city_bar .opened .chosen:after { background-position:-9px 0; }
.city_bar a { color:#d3d3d3; text-decoration:none; }
.city_bar a:hover { color:#d3d3d3; text-decoration:underline; }
.city_bar ul { margin:0; padding: 4px 20px 12px; list-style:none outside; line-height:24px; font-size:14px;
    background:#777675; border:1px solid #878787;
    position:absolute; top:40px; left:0; width:160px; box-sizing:border-box;
    display:none;
}
.city_bar .select.opened { background:#878787; }
.city_bar .select.opened ul { display:block; }
.city_bar .time { font-size:18px; color:#ffffff; display:inline-block; float:left; line-height:40px; }

.date_bar .chosen_date { width:100%; text-align:center; height:24px; line-height:24px; }
.slider_date { width:100%; height:24px; margin: 0 0 4px; text-align:center; }
.slider_date > a, .slider_date > span { display:inline-block; vertical-align:top;}
.slider_date .prev, .slider_date .next { width:34px; height:100%; background: #605f5f; text-align:center; line-height:34px; cursor:pointer; text-decoration:none; }
.slider_date .prev:before, .slider_date .next:before { content:''; display:inline-block; background: url('../img/bg_sprite.png') no-repeat 0 100%; width:11px; height:19px; }
.slider_date .prev:before { background-position: -11px 100%; }
.slider_date .chosen { background:#d3d3d3; text-align:center; width:116px; margin:0 3px; }
.slider_date .chosen span { display:inline-block; color:#111111; text-align:center; }
.slider_date .chosen .today { text-transform:uppercase; }
.slider_date .chosen > .today { font-size:1.5em; line-height:24px; }
.slider_date .chosen .gototoday { font-size:.83em; line-height:0.9; }
.slider_date .chosen .gototoday .today { font-size:1.4em; }
.slider_date .chosen a { color:#111111; text-decoration:none; }
.date_bar .calendar_icon input { border:none; font-size: 0; width:12px; height:12px; background: url('../img/bg_sprite.png') no-repeat 0 -5px; display:inline-block; cursor:pointer; vertical-align: middle; margin-top: -4px; }
.date_bar .week_date { width:98%; margin: 0 auto 15px; line-height:14px; }
.input .week_date { display:inline-block; margin-left:1em; }
.week_date a { color:#eae9e9; text-decoration:none; display:inline-block; text-align:center; width:11%; margin: 0 1.5%; }
.week_date a.active, .date_bar .week_date a:hover { color:#4a4848; background: #d3d3d3; }
.week_date > span { display:inline-block; padding: 0 3px; }
.week_date > span.active { color:#4a4848; background: #d3d3d3; }

.month_regime td input { display:none; }
.month_regime td label { display:inline-block; width:100%; height:100%; padding:0; text-align:center; }
.month_regime label { color:#898989; cursor:pointer; }
.month_regime .off { color:#c00; }
.month_regime .busy { color:#0c0; cursor:default; }

.order_new_form { margin-left:2.5%; /*overflow: hidden;*/ width:50%; float:left; }

.order_masters_list_nav {}
.order_masters_list_nav div {cursor: pointer; padding: 2px; margin: 5px 15px 5px 0; width: 20px; height: 20px; float: left; text-align: center;}
.order_masters_list_nav div i {font-size: 24px;}
.order_masters_list_nav div.active i {color: #ffd900;}
.order_masters_list_nav:after{ content:''; display:block; width:100%; clear:both; }
.order_masters_list { width:955px; /*height:480px;*/ position: relative;}

.order_masters_list_title {margin: 5px 0; text-transform: uppercase;}

.order_masters_list_a {width:100%; height:90%; overflow-y: scroll; border: 1px solid #898989;}
.order_masters_list_a .item { margin-bottom:5px; }
.order_masters_list_a .item .title { background:#898989; color:#fff; height:24px; line-height:24px; overflow:hidden; padding: 0 10px; }
.order_masters_list_a .line { border-bottom: 1px solid #898989; border-right: 1px solid #898989; cursor:pointer; }
.order_masters_list_a .line .time { line-height:24px; height:24px; width:28px; display:inline-block; text-align:right; padding: 0 5px; background:#898989; color:#fff; }
.order_masters_list_a .line.busy { background:#ffd900; }
.order_masters_list_a .line:hover, .order_masters_list_a .line:hover .time,
.order_masters_list_a .line.active, .order_masters_list_a .line.active .time
{ background:#ade6c9; color:#222222; }

.order_masters_list_b {width: 100%; height:90%; overflow-x: scroll; overflow-y: scroll; border: 1px solid #898989;}
.order_masters_list_b .item {float: left; min-width: 90px; margin: 0; padding: 0;}
.order_masters_list_b .item:nth-child(2) {margin-left: 50px;}
.order_masters_list_b .item div:first-child {border-top: 1px solid #898989}
.order_masters_list_b .item div {border: 1px solid #898989; height: 24px; border-left: none; border-top: none;}
.order_masters_list_b .time_list {min-width: 50px; position: absolute; left: 1px;}
.order_masters_list_b .time_list div {border-left: 1px solid #898989;}
.order_masters_list_b .item .title { background:#898989; color:#fff; height:24px; line-height:24px; overflow:hidden; padding: 0; }
.order_masters_list_b .time_list .title { padding: 0 8px; width: 32px;}
.order_masters_list_b .item .master {cursor: pointer;}
.order_masters_list_b .line { border-bottom: 1px solid #898989; border-right: 1px solid #898989; cursor:pointer; }
.order_masters_list_b .line.busy { background:#ffd900; }
.order_masters_list_b .info { line-height: 24px;}
.order_masters_list_b .line:hover, .order_masters_list_b .line:hover .time,
.order_masters_list_b .line.active, .order_masters_list_b .line.active .time
{ background:#ade6c9; color:#222222; }
.order_masters_list_b > div {display: flex;}

.order-files {
    width: 100%;
}
.order-files__item-image {
    display: inline-block;
    height: 80px;
    width: 80px;
    vertical-align: top;
    margin-right: 10px;
    text-decoration: none;
}
.order-files__item-image img {
    max-height: 100%;
    max-width: 100%;
}
.order-files__item-file {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
}
.order-files__item-file .fa {
    font-size: 50px;
}

.popup_wrapper {display: none;}
.popup_wrapper .popup{position: absolute; max-width: 100%; margin: 0 auto; background: #fafafa; border: 1px solid #aaa; box-shadow:1px 1px 8px #aaa; z-index:1000;}
.popup_wrapper .popup_content {padding: 5px 15px 15px 15px;}
.popup_wrapper .popup_overlay{position: fixed; left: 0; right: 0; top: 0; width: 100%; height: 100%; background: rgba(77,77,77,0.6);}
.popup_wrapper .popup_close {position: absolute; top: 5px; right: 5px; width: 15px; height: 15px; line-height: 15px; font-size: 18px; cursor: pointer;}
.popup_wrapper .popup_close::after {content: "\002716";}
.popup_wrapper .popup_header {height: 20px;}

.popup_wrapper .masters_list_popup .popup_header{display:none;}

.client_form { position: relative; max-width: 570px;}
.client_form * {box-sizing: border-box;}
.client_form table {width: 100%;}
.client_form .b-col {line-height: 30px;}
/*.client_form table.search_form td{ padding: 5px 10px 5px 0; border: none; background: none;}
.client_form table.search_form select{width: 100%;}*/

.online-icon.online{color: #5cb85c;}
.online-icon.offline{color: #d43f3a;}

.orders_list { overflow: auto; height: auto; clear: both;}
.orders_list .master_info { background:#ffd900; font-size:1.1em; }
.orders_list .master_info .master_info_row{ display: flex; }
.orders_list .master_info .master_info_col{ margin-right: 10px; }
.orders_list .master_info .master_info_name{ margin-bottom: 2px; }
.orders_list .master_info .master_info_photo { width: 50px; height: 50px; }
.orders_list .master_info .master_info_photo img{ max-width: 100%; max-height: 100%; }
.orders_list .master_info .master_info_prompt { font-size: 0.83em; margin-bottom: 2px; }
.orders_list .master_info .master_info_online { font-size: 0.83em; font-style: italic; }
.orders_list .master_info .phone { margin:0 2em; }
.orders_list .master_info_trial { background:#ccc; }
.orders_list .w40 { width:40px; }
.orders_list .w100 { width:100px; }
.orders_list .w110 { width:110px; }
.orders_list .w120 { width:120px; }
.orders_list .w130 { width:130px; }
.orders_list .w140 { width:140px; }
.orders_list .w150 { width:150px; }
.orders_list .w160 { width:160px; }
.orders_list .w165 { width:165px; }
.orders_list .w170 { width:170px; }
.orders_list .delim { width:2px; padding:0; background:#898989; border-right:none; }
.orders_list td { position:relative; }
.order_info { position: absolute; bottom:0; right:0; font-size:1.5em; color:#d3d3d3; cursor:pointer; }
.orders_list tr:hover .order_info { color: #4a4848; }
.orders_list td { padding: 0.3em 0.5em; border-right:1px solid #898989; }
.orders_list td:last-child { border-right:none; }
.orders_list .to_right_btm { position:absolute; right:10px; bottom:5px; text-align:right; }
.orders_list tr.delayed { background:#ccc; }

.orders_list th .form_wrapper,
.list th .form_wrapper { white-space: nowrap; margin:0;}
.orders_list th .form_wrapper input[type="submit"],
.list th .form_wrapper input[type="submit"]
{ height: 22px; line-height: 22px; padding: 0; vertical-align: top; background: #605f5f; color: #a6a6a6; border: none;}
th form input[type="text"] {width: 80px;}

.orders_list .status, .status-icon{ display:inline-block; width:16px; height:16px; }
.input .status { display:inline-block; width:100%; padding:3px 10px; margin-bottom:3px; box-sizing:border-box; cursor:pointer; }
.status-new { background:#873f88; }
.status-made { background:#5cb85c; }
.status-canceled { background:#d43f3a; }
.status-cancel2 { background:#d43f3a; }
.status-viewed { background:#eea236; }
.status-work { background:#46b8da; }
.status-moved_us { background:#ffd900; }
.status-moved_client { background:#ffd900; }
.input .status input { margin:0 15px 0 0; vertical-align:middle; width:15px; }
.input .disabled { background:#ddd; padding-left:40px; cursor:default; }

.in_call-icon, .out_call-icon{ display:inline-block; width:16px; height:16px; font-size: 18px; font-weight:bold;}
.in_call-icon:after {content: "\002b68";}
.out_call-icon:after {content: "\002b66";}
.in_call-success {color:#01a455;}
.in_call-missed {color:#f33e3e;}
.out_call-success {color:#0fb3e8;}
.out_call-busy {color:#f33e3e;}
.out_call-not_available {color:#f33e3e;}
.out_call-not_allowed {color:#f33e3e;}

.beznal {background:#cbe9fe; }

.icon-note {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
}
.icon-note:after {
    content:'';
    position:absolute;
    background: #ccc;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
    border: 2px solid red;
    top: 2%;
}

.icon-note2.icon-note:after{
    border: 2px solid #0000ff;
}

.icon-important {
    color: #cc0000;
    font-size: 14px;
}


/* form */
.form_wrapper { margin: 0 0 1em; max-width: 1000px; }
.kp_form .form_wrapper, .sums_form .form_wrapper { max-width: none; padding-top: 50px;}
.form_wrapper-filter { max-width: 600px; margin: 0 0 2em;}
.form_wrapper-xs { max-width: 300px;  }
.form_wrapper-md { max-width: 480px;  }
.tar .form_wrapper { float:right; }

.input_wrapper {margin: 0 0 1.5em; border:1px solid #898989; padding:10px;  }
.input {margin: 0 0 0.5em; border:1px solid transparent; }
.input:hover { background:#fdece4; }
.input:after { content:''; display:block; width:100%; clear:both; }
.input > label { width:24%; padding-right: 1%; display:inline-block; vertical-align:top; /*padding-top:3px;*/ float:left; }
.input > div textarea, .input > div input[type=text] { width: 75%; }
/*.input input[type=text], .input input[type=email], .input input[type=password], .input textarea, .input select { width: 75%; max-width: 250px; }*/
.input-calendar-date input[type=text] { max-width: 200px; }

.input_wrapper.pd { padding: 0.5em 0.5em 0; }

.inputs-plaindata .input > label { width:120px; }
.inputs-plaindata .input > div { margin-left:130px; }
.inputs-plaindata .input {border-bottom: 1px solid #ddd; padding: 0.5em 0; margin: 0; }
.inputs-plaindata .input:last-child {border-bottom: none; }

.input > div { margin-left:25%; }
label input, input[type="checkbox"] { vertical-align:middle; margin: 0 3px 0 0; }
.radio_set > label { margin: 0 10px 0 0; /*white-space: nowrap;*/ }
.checkbox_set > label { margin: 0 10px 0 0; white-space: nowrap; }
.form-actions { padding:0 10px 0 25%; }
.order_new_form .form-actions { padding-left:10px; }
.order_new_form input[name="client_address"] {width:60%;}
.form-actions .goback { width:25%; display:inline-block; text-align:center; }
.prompt { display:block; font-size:0.83em; }
.form_wrapper .prompt { padding-left:25%; }
.form_wrapper .prompt.inline { padding-left:0; color:#777;}
.form_wrapper-xs .prompt { padding-left:35%; }
.form_wrapper-xs .prompt.inline { padding-left:0; color:#777;}
.input.error {border-color:#c00; color:#c00; }
span.error {border-color:#c00; color:#fff; font-size:1.3em; margin-left:1.3em;}
.input h3 { margin:0; padding: 0; vertical-align: middle;}

input[type=text], input[type=email], input[type=password], textarea, select {border:1px solid #605f5f; height:22px; padding:2px 5px; width:180px; box-sizing:border-box; background: #fff; }
input[type=text][disabled] { background:#ddd;}
input.wide { width:100%; max-width:400px; }
select { padding: 0 2px; }
select[multiple] { height:70px; }
textarea { height: 60px; width:75%; }
/*textarea { height: 60px; width:250px; }*/
textarea.big { height: 120px; width:100%; max-width:370px; }
input[type=submit], button, a.button { background:#605f5f; color:#a6a6a6; border:none; height:24px; line-height:24px; padding: 0 15px; text-align: center; text-transform: uppercase; cursor:pointer; }
input[type=submit]:hover, button:hover, a.button:hover { background:#898989; color:#d3d3d3; }
input[type=submit][disabled], button[disabled], a.button[disabled] { background:#898989; color:#d3d3d3; cursor:default; }
input[type=submit].pale, button.pale, a.button.pale { background:#aaa; color:#d3d3d3; }
input.noborder { border:none; }
a.button {display:inline-block; text-decoration: none;}

input[type=submit], button, a.button { background: #ffd900; color:#090d10; border-radius: 0; text-transform:none; border: 1px solid transparent; line-height: 22px; /*font-weight: bold; font-size: 0.92em; */}
input[type=submit]:hover, button:hover, a.button:hover {  background: #ffd900; color:#090d10; border-radius: 3px; }
input[type=submit]:active, button:active, a.button:active {  background: #ffd900; color:#090d10; border-radius: 6px; }
input[type=submit][disabled], button[disabled], a.button[disabled] { background: #fde976; color:#faf9f4; }

input[type=submit].light, button.light, a.button.light{ background: #fde976; }

input[type=submit].pale, button.pale, a.button.pale { background:transparent; color:#191919; border:1px solid #191919; }

.input-wide > label { min-width: 210px; width:49%; }
.input-wide > div { margin-left:50%; width: 50%; }
.input-wide > div textarea { height: 100px;  }
.input-wide input[type=text], .input-wide input[type=email], .input-wide input[type=password], .input-wide textarea, .input-wide select{ width:100%; max-width: none; }
.input-wide > div textarea, .input-wide > div input[type=text] {width:100%; max-width: none; }
.input-wide > textarea { width: 100%; height: 50px; max-width: none; }


form h3, h3.yellow { background:#ffd900; font-weight:normal; padding-left: 5px; color:#222; }
h2.yellow { background:#ffd900; font-weight:normal; padding-left: 5px; color:#222; }
form .error { color:#c00; }

.input { position: relative; }
.input .input-iconright {position: absolute; background: #fff; right: 1px; top:1px; bottom: 1px; padding: 0 5px; line-height: 20px; }


.form_wrapper-nolabel .input input[type=text], .form_wrapper-nolabel .input input[type=email], .form_wrapper-nolabel .input input[type=password], .form_wrapper-nolabel .input textarea, .form_wrapper-nolabel .input select { width: 100%; }
.form_wrapper-nolabel .prompt, .form_wrapper-nolabel .form-actions { padding-left: 0; }

.form_wrapper-inline .input, .form_wrapper-inline .form-actions { display: inline-block; vertical-align: middle; padding: 0 10px 0 0; margin: 0; }
.form_wrapper-inline .input *, .form_wrapper-inline .form-actions * { display: inline-block; vertical-align: middle; height: 24px; line-height: 22px; }
.form_wrapper-inline .prompt { padding: 0; }

.form_wrapper-xs .input > label { width:34%; }
.form_wrapper-xs .input > div textarea, .form_wrapper-xs .input > div input[type=text] { width: 65%; }
.form_wrapper-xs .input input[type=text], .form_wrapper-xs .input input[type=email], .form_wrapper-xs .input input[type=password], .form_wrapper-xs  .input textarea, .form_wrapper-xs  .input select { width: 65%; }
.form_wrapper-xs .form-actions { padding-left: 35%; }


.sums_form .form_wrapper .input > label { width: 120px; padding: 0; }
.sums_form .form_wrapper .input > div { margin-left: 130px; }
.sums_form .form_wrapper .order_sum_block .input > div { margin-left: 0; }
.sums_form .form_wrapper .order_sum_block .input label + div { margin-left: 130px; }
.sums_form .cp-new__course {padding: 5px 5px 5px 10px;}
.sums_form .cp-new__course-title {display: inline-block; margin: 0px 10px 0 0;}

/*order sums*/
.sums_form .delete_order_sum {display:inline-block; cursor:pointer; font-size:16px;}
.sums_form .input-number { max-width: 82px; }
.sums_form .input-number input {width: 100% !important;}
.sums_form span.input-number { display: inline-block; }

.order_sum_row {margin: 2px 0 5px;}
.order_sum_name {display:inline-block; width: 170px; vertical-align: top;}
.order_sum_value {display:inline-block; width: 40px; vertical-align: top;}
.order_sum_nds {display:inline-block; vertical-align: top; margin-right:5px;}
.order_sum_row select, .order_sum_row textarea { width: 100%; max-width:none; }
.order_sum_row select {margin-top: -1px;}

.order_sum_row .input-sort { width: 1%; height: 60px; margin: 0; cursor: move;  }
.order_sum_row .input-sort i { font-size: 20px; margin-top: 18px; }
.order_sum_row .input-descr{ width: 37%; min-width: 200px; }
.order_sum_row .input-others { width: 58%; }
.order_sum_row .input-others > div { max-width: 12%; /*100/8*/}
.order_sum_row .input-buttons { width: 1%; text-align: center;}
.order_sum_row .input-buttons a { display: inline-block; }
.order_sum_row .input-buttons .select_sum_icon { margin-bottom: 25px; }
.order_sum_row .input-material { vertical-align:top; margin-left: 1%; }

.order_sum_row .input-descr select, .order_sum_row .input-descr textarea { width: 100%; max-width:none; }

/*.order_sum_row select.services_product { font-weight:bold; }*/
.order_sum_row input[type=text].disabled {background: #ddd; padding:2px 5px;}

.custom_select { position: relative; width: 100%; }
div.inline {display:inline-block; margin-right: 5px; vertical-align: bottom; }
input.sum_value {margin-right: 5px; }
.custom_select input[type="text"] { width:100% !important;  min-width:190px; border-right:none; max-width:none; }
.custom_select .jq-selectbox{width:18px; height:22px;}
.custom_select select.small_select {width:18px; height:22px;  position: absolute; top:0; right: 0; bottom: 0; }
.custom_select .jq-selectbox__select {padding:0; width:16px; height:20px; box-shadow: none; border-radius:0; border:1px solid #605f5f; background:#ddd;}
.custom_select .jq-selectbox__trigger{width:16px; height:20px;}
.custom_select .jq-selectbox__select-text{display:none;}
.custom_select .jq-selectbox__trigger {border-left:none;}
/*
.custom_select .jq-selectbox__trigger:after {position:absolute; right:-2px; top:5px; width:18px; content:'>'; color:#666; font:15px Consolas,monospace; transform:rotate(90deg);}
*/
.custom_select .jq-selectbox__trigger:after {position: absolute; left: 50%; top: 7px; width: 0px; content: ''; border-style: solid; border-width: 6px 3px 6px 3px; border-color: #000 transparent transparent transparent; margin-left: -3px;}

.custom_select .jq-selectbox__trigger-arrow {display:none;}
.custom_select textarea, .custom_select select, .order_sum_row textarea  { vertical-align: bottom; }
.custom_select select {margin-top: -1px; display: block; }
.custom_select select.small_select { display: inline-block; }
.custom_select select:first-child, select.small_select {margin-top: 0; }
.jq-selectbox__dropdown { box-shadow: none !important; border: 1px solid #605f5f !important; margin: -1px 0 0 !important; }
/*.jq-selectbox li:hover { background: #ffd900 !important; color: inherit !important; }*/

.products_tree_wrapper {height: 100%; overflow: auto;}
.products_tree ul{margin: 0 0 0 2em;}
.products_tree li {list-style: outside none none; padding: 0;}
.products_tree a{text-decoration: none; cursor: pointer; display: inline-block;}
.products_tree a:hover span{border-bottom: 1px dashed #333333;}

.sums_form .form-actions { padding: 0; }

/* phones */
.phone-list__item {margin-bottom: 5px;}
.phone-list__item select {width: 80px;}
.phone-list__item input[type='text']{width: 100px;}
.phone-list__item > div {float: left; margin-right:5px;}
.phone-list__item:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}

/**/
.regime_table { overflow-x:scroll; }
.regime_table > div { float:left; }
.regime_table:after { content:''; display:block; clear:both; }
.regime_table tr.day { }
.regime_table tr.weekend { background:#f4cccc; }
.regime_table tr.today { background:#85e6e6; }
.regime_table th { border: 1px solid #000000; }
.regime_table td { border-right: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #d8d8d8; border-top: 1px solid #d8d8d8; }
.regime_table div.day { width:100px; height:20px; overflow:hidden; text-align:center; vertical-align:middle; }
.regime_table div.busy { text-align:center; background:#d9ead3; }
.regime_table div.work { background:#ffffff; }
.regime_table div.off { background:#f4cccc; }
.regime_table div.day > div { float:left; height:20px; line-height:20px; }
.regime_table div.day .green, .regime_table div.day .red { width:20px; text-align:center; }
.regime_table div.day .txt { text-align:center; width:72px; line-height:16px; padding: 2px 4px; }
.regime_table div.day input { border:none; text-align:center; width:72px; height:16px; padding:0; margin:0; background:transparent; }
.regime_table div.day:hover input { background:#fff; }
.regime_table div.work .green, .regime_table div.off .red { cursor:pointer; }
.regime_table th > div { margin: 0 0 0.4em; }


.regime_table {overflow: hidden;}
.date_list { width:101px; float:left; }
.regime_table .last {border-right: 1px solid #000;}
.regime_list {float:left; overflow: hidden;}
.scroll_horisont {overflow-x: scroll;}
.scroll_vertical {max-height: 400px;overflow-y: auto;}
.regime_block_header, .regime_block_content{float: none !important;}
.regime_block_header:after, .regime_block_content:after, .regime_line:after,
.date_list:after, .regime_list:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;line-height:0; font-size:0;}
.regime_block_header .regime_item{height: 160px;}
.regime_block_content .regime_item{height: 20px;}
.regime_block_content{position: relative;}
.regime_item{float: left;width: 100px;border: 1px solid #000;border-right: none;border-bottom: none;}
.regime_line{float: none !important;}
.regime_table .date{}
.regime_table .weekend {background-color: rgb(244,204,204);}
.regime_table .today {background-color: #85e6e6;}
.regime_table .calculation {background-color: #85e6e6;}
.solary_block .regime_block_content .regime_item{height: 40px;}
.date_list .regime_item{text-align: center;}

.regime_block_header .regime_item {text-align: center;}
.master-name{height: 50px;margin: 2px; text-align: center;}
.master-post{height: 30px; text-align: center;}
.master-phone{height: 20px; font-size: 12px; text-align: center;}
.master-status{height: 20px;font-size: 12px;text-align: center;}
.master-comment{height: 20px;font-size: 12px;text-align: center;}
.operator-name{height: 50px;margin: 2px; text-align: center;}
.operator-comment{height: 20px;font-size: 12px;text-align: center;}

.print_table .regime_block_content .regime_item{height: 55px;}
.print_table .regime_block_header .regime_item{height: 110px;}
.print_table .regime_item{width: 140px;}
.print_table .regime_table div.day {height: 55px; overflow: visible; width: 140px;}
.print_table .regime_line{height: 56px}
.print_table .regime_list {border-right: 1px solid #000;}
.print_table .regime_item_big {border-bottom: 1px solid #000;}
.print_table  .regime_block_header .date,
.print_table .date_list .regime_item{width: 80px;}
.print_table .date_list{width:81px;}
.print_table .regime_item-comment{font-size: 12px; text-align: center;}

.person_filter {display:inline-block; margin-right: 20px; vertical-align: top;}
.person_filter ul {list-style:none outside;}

/* client_source */
.client_source thead th {background-color: #fff; color: #000;}
.client_source th, .client_source td {border-collapse: collapse;border: 1px solid #000; text-align: center;}

/* result-table */
.result-table {}
.result-table th { border: 1px solid #000000; }
.result-table td { border-right: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #d8d8d8; border-top: 1px solid #d8d8d8; }
.result-table .weekend {background-color: rgb(244,204,204);}


/*
.row { display: table; width: 100%; }
.row .col {display:table-cell; padding: 0 20px; position: relative; vertical-align: top; }
*/


.row { display: block; width: 100%; }
.row .col {float:left; padding: 0 20px; position: relative; vertical-align: top; }
.row:after, .row:before {content: " ";display: table;clear: both;}

.row, .row > div {box-sizing: border-box;}
.row .col-20{width:20%;}
.row .col-45{width:45%;}
.row .col-50{width:50%;}
.row .col-55{width:55%;}
.row .col-80{width:80%;}

.module-withleftcolumn { background: #4a4848; }
.module-withleftcolumn .wrap { padding-bottom: 30px; }

.module-withleftcolumn .left_column { width:290px; float: left; padding: 0 20px; position: relative;}
.module-withleftcolumn .left_column .control_panel {padding: 0; margin: 0; }
.module-withleftcolumn .right_column { margin: 0 0 0 290px; padding: 20px; position: relative;}
.module-withleftcolumn .right_column.content { background: #fafafa; min-height: 500px;}

.content_wrapper {padding:20px 30px 20px; }
.module-withleftcolumn .content_wrapper {padding: 0; }
.module-withleftcolumn .content_wrapper .control_panel {
    margin: 0; width:auto; padding: 20px 0; top: 92px; bottom: 0; overflow-y: scroll; overflow-x: hidden;
}
.control_panel.inner::-webkit-scrollbar { display: none !important; }
.control_panel.inner { -ms-overflow-style: none !important; }


.content_wrapper .orders_post_menu { margin: 0; width:auto; }

/*.module-withleftcolumn .content_wrapper .row {display: table;}
.module-withleftcolumn .left_column {display: table-cell; float: none; }
.module-withleftcolumn .right_column {display: table-cell; margin: 0; }*/


/* debug - IMPORTANT */
.debug { position:fixed; bottom:0; right:10px; border:1px dotted #C1D2FB; padding: 15px; background:#fff; color:#000; z-index:450; max-height: 500px; overflow: auto; max-width: 1200px;}
.debug a { display:block; width:100%; text-align:right; }
.debug p { display:none; }


body { position:relative; }
#body_shadow { background: rgba(38, 38, 38, 0.8); width: 100%; min-height:100%; position:fixed; z-index:130; top:0; left:0; }
#popup_window { position:absolute; background:#fafafa; border:1px solid #4a4848; z-index:150; }
#popup_window .inner { padding:15px; }
#popup_window .close { position:absolute; top:4px; right:4px; background:#4a4848; color:#d3d3d3; border-radius:50%; height:32px; width:32px; line-height:1; font-size:26px; font-weight:bold; text-align:center; cursor:pointer; }



.success { color: #398439; }
.info { color: #46b8da; }
.warning { color: #eea236; }
.danger { color: #d43f3a; }

.note {
    border-left: 3px solid #eee;
    margin: 0 0 1em;
    padding: 1em 2em 1em 1em;
}
.note-success {
    background-color: #ebfcee;
    border-color: #3cc051;
}
.note-info {
    background-color: #e8f6fc;
    border-color: #57b5e3;
}
.note-danger {
    background-color: #faeae6;
    border-color: #ed4e2a;
}
.note-warning {
    background-color: #fcf3e1;
    border-color: #fcb322;
}


/* всегда есть фрейм внутри */
.ui-dialog .ui-dialog-content { overflow: hidden !important; border: none; box-shadow: none;}


.notices_wrapper { position: fixed; right: 50px; bottom: 30px; }
.notices_wrapper .notice { position:relative; width:400px; margin:2px 0 0; padding:10px 20px; background:#f5c88a; border-radius: 5px; border: 1px solid #eea236; color:#000000; z-index:1000; line-height:1.1; font-size: 1.6em; }
.notices_wrapper .notice_close {position: absolute; right: 5px; top: 5px; font-size: 18px; cursor: pointer;}
.notices_wrapper .notice_close::after {content: "\002716";}

.call_events_wrapper { position: fixed; right: 50px; bottom: 30px; }
.call_events_wrapper .call_event { position:relative; width:400px; margin:2px 0 0; padding:10px 20px; background:#f5c88a; border-radius: 5px; border: 1px solid #eea236; color:#000000; z-index:1000; line-height:1.1;}
.call_events_wrapper .call_event_close {position: absolute; right: 5px; top: 5px; font-size: 18px; cursor: pointer;}
.call_events_wrapper .call_event_close::after {content: "\002716";}
.call_events_wrapper .call_event_title {margin-bottom: 10px; font-weight: bold; text-align:center; font-size: 1.6em;}
.call_events_wrapper .call_event_message {font-size: 1.4em;}
.call_events_wrapper .call_event_message table {width: 100%;}
.call_events_wrapper .call_event_message table tr {background: transparent;}
.call_events_wrapper .call_event_buttons {display: flex; justify-content: space-around; margin-bottom:10px; font-size: 1.2em;}

.tree {float: left; height: 12px; width: 16px; margin: -2px 3px 0 0; border-bottom: 1px solid #898989; border-left: 1px solid #898989;}
.categories_tree li {list-style: outside none none; padding: 0; position: relative;}
.categories_tree ul {margin:0; padding-left: 20px;}
.categories_tree ul ul{display: none;}
.categories_tree .plus {height: 10px; width: 10px; position: absolute; left: -20px; margin-top: 5px; background: url('images/plus_minus.gif') no-repeat scroll 0 0 transparent; cursor: pointer;}
.categories_tree .expanded {background-position: 0 -10px !important;}

.properties_list {margin: 5px 0; max-height: 400px; overflow: auto;}
.properties_list ul {margin:0;}
.properties_list li {list-style: outside none none; padding: 0;}

.variants_list {margin: 5px 0; max-height: 400px; overflow: auto;}
.variants_list label {display:block; margin-bottom: 2px;}

/*
.lid_comments td:first-child{width: 110px;}
.lid_comments blockquote {display:none;}
.lid_comments .show_quote {color: #500050; font-size: 9px; margin: 0.5em 0.15em; cursor: pointer;}
*/

.status_fields .marks-item-extra {margin:5px 0 5px 20px;}
.status_fields .marks-item-prompt {margin-left:30px; font-size:0.83em; color: #9c9c9c;}
.status_fields .input > div input[type="text"] {width: 180px;}
.status_fields .input > div textarea {width: 295px;}
.status_fields .devices-set {display: flex; flex-wrap: wrap; margin-bottom: 5px;}
.status_fields .devices-set .devices-item {flex: 0 1 33%;}

@media print {
    .header, .control_panel, .footer, .debug, .help, .no_print { display:none; }
    body {min-width: 600px;}
}

.content_block {overflow: hidden; }
.clearfix:after { content: ''; display: block; font-size: 0; line-height: 0; clear: both; float: none; }

.floating_fixed {left: 0;position: fixed;right: 0;top: 0;z-index: 600;}
.content_wrapper .floating_fixed {z-index: 500;}



.ui-tabs.ui-widget-content { border:none; padding: 0; box-shadow: none; background: none; }
.ui-tabs .ui-widget-header { border:none; padding: 0; box-shadow: none; background: none; }
.ui-tabs .ui-state-default, .ui-tabs .ui-widget-content .ui-state-default, .ui-tabs .ui-widget-header .ui-state-default { background: #e6e6e6; }
.ui-tabs .ui-state-active, .ui-tabs .ui-widget-content .ui-state-active, .ui-tabs .ui-widget-header .ui-state-active { background: #fafafa; border-color:#605f5f; }
.ui-tabs .ui-tabs-panel { border: 1px  solid #605f5f; padding: 1em 1em; box-shadow: none; }
.ui-tabs .ui-tabs-nav { padding: 0; }

.ui-front { z-index: 1001; }

.input_counted { counter-reset: listinput; }
.input_counted div.input {position: relative; }
.input_counted div.input:before {
    counter-increment: listinput;
    content: counter(listinput)'.';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    text-align: right;
    width: 17px;
}

/* Строка действий в лидах, возможно в других модулях позднее */
.floating_fixed .actions-list-wrapper { background: #111111; margin: 0 0 20px; }
.floating_fixed .actions-list-wrapper .actions-list { color: #ffd900; }
.floating_fixed .actions-list-wrapper { padding-left: 320px; margin: 0; }
.floating_fixed .actions-list { margin: 0; background: none; }
.actions-list {
    display: block; list-style: none outside; margin: 0 0 20px; padding: 0; background: #4a4848;
}
.actions-list, .actions-list a, .actions-list a:hover, .actions-list h1 {
    color: #ffffff;
}
.actions-list li {
    display: inline-block; position: relative;
}
.actions-list-sub {
    margin: 0; padding: 0; background: #777675; position: absolute; top: 40px; left: 0; width: 160px; display: none;
}
.actions-list-sub .actions-list__item {
    display: block;
}
.lid-action, .lid-action-sub {
    cursor: pointer; padding: 0 20px; line-height: 40px; display: block;
}
.lid-action:hover, .lid-action-sub:hover, .actions-list__has-subs.opened .lid-action-sub {
    background: #878787;
}
/*
.lid-action-sub:after {
    background: url(../img/bg_sprite.png) no-repeat 0 0; content: ''; display: inline-block; width: 9px; height: 5px; margin-left: 10px; vertical-align: middle;
}
.actions-list__has-subs.opened .lid-action-sub:after {
    background-position: -9px 0;
}*/
.actions-list__has-subs.opened .actions-list-sub {
    display: block;
}
.actions-list__title {
    font-size: 1.5em; text-transform: uppercase;
}


.lid-action, .lid-action-sub {
    background: #ffd900;
    color: #090d10;
}
.lid-action:hover, .lid-action-sub:hover, .actions-list__has-subs.opened .lid-action-sub {
    background: #fde976;
}
.actions-list-sub .actions-list__item {
    border-top: 1px solid #898989;
}
.actions-list-sub .actions-list__item:last-child {
    border-bottom: 1px solid #898989;
}
.lid-action-sub:after {
    font-family: FontAwesome;
    content: "\f078";  /* fa-chevron-down */
    padding-left: 5px;
    vertical-align: top;
    display: inline-block;
}
.actions-list__has-subs.opened .lid-action-sub:after {
    content: "\f077";  /* fa-chevron-up */
}


.lids_list { overflow: auto; }
.lids_list-cell { min-height: 2.2em; height: 2.2em; line-height: 1.1em; overflow: hidden; /*max-width: 150px;*/ }
.lids_list-row.opened .lids_list-cell { height: auto; overflow: unset; }
.lids_list .lid-comment { max-width: 230px; overflow: hidden; }
.lids_list-row.opened .lid-comment { max-width: none; }

.lids_list-cell-text { width:200px; }
.lids_list-cell-text table { margin-bottom:5px; }
.lids_list-cell-text tr { background: none; }
.lids_list-cell-text td { border-bottom: none; }
.lids_list-cell-comment { width:230px; }

.lids_list td, .lids_list th { padding: 0.4em 0.3em; }

.lid_text {border-left: 3px solid #eee; margin: 0 0 1em; padding: 0.4em 0.4em 0.4em 1em;}
.lid_text table { margin-bottom:5px; }
.lid_text tr { background: none; }
.lid_text td { border-bottom: none; }

.row_radio_id {
    width: 23px;
}
.row_created {
    width: 65px;
}
.row_role {
    width: 100px;
}
.row_client {
    width: 80px;
}
.row_contact {
    width: 130px;
}
.row_phone {
    width: 110px;
}
.row_deadline {
    width: 64px;
}
.row_comment_date{
    width: 65px;
}
.row_summa {
    width: 50px;
}

.status-lid.status-new { background: #b1a0c7/*A596B9*/; }
.status-lid.status-work { background: #8db4e2; }
.status-lid.status-made { background: #92d050/*9BBA97*/; }
.status-lid.status-canceled { background: #ff5050; }

.accordion { margin: 0 0 20px; }
.accordion-block { margin: 0; }
.accordion-title { padding: 5px 10px; font-size: 18px; cursor: pointer; }
.accordion-name { text-transform: capitalize; }
.accordion-count { font-size: 1.2em; }
.accordion-body { display: none; padding: 0 0 20px; }
.accordion-block.opened .accordion-body { display: block; }
.accordion-title:before {
    background: url(../img/bg_sprite.png) no-repeat 0 0; content: ''; display: inline-block; width: 9px; height: 5px; margin-right: 4px; vertical-align: middle;
}
.accordion-block.opened .accordion-title:before {
    background-position: -9px 0;
}

.tasks_list-cell { min-height: 4.5em; height: 4.5em; line-height: 1.1em; overflow: hidden;}
.tasks_list-row.opened .tasks_list-cell { height: auto; overflow: unset; }
.tasks_list-row_highlighted:nth-child(-n+3) .tasks_list-name,
.tasks_list-row_highlighted:nth-child(-n+3) .tasks_list-deadline,
.tasks_list-row_highlighted:nth-child(-n+3) .tasks_list-deadline input {color: #cc0000;}

.tasks_list-comments { margin-top: 3px; }
.tasks_list-comments__item { margin-bottom: 5px; }
.tasks_list-comments__date, .tasks_list-comments__author { display: inline-block; font-size: 0.85em; color: #555; }

.tasks_list-row .input-sort {width:1%; height:60px; margin:0; cursor: move;}
.tasks_list-row .input-sort i {font-size: 20px; margin-top: 18px;}
.tasks_list-row td:first-child {vertical-align: middle;}

.tasks_list-file {display: inline-block; margin: 0 2px 2px 0;}

input.tasks_list-deadline__date {width: 70px; height: 16px; padding: 0 2px; box-sizing: border-box; background-color: transparent; border-width: 0 0 1px 0; border-style: solid; border-color: #aaa;}
input.tasks_list-deadline__time {height: 16px; box-sizing: border-box; background-color: transparent; border-width: 0 0 1px 0; border-style: solid; border-color: #aaa;}

.tasks_status-comments {}
.tasks_status-comments__item { margin-bottom: 10px; }
.tasks_status-comments__date,
.tasks_status-comments__author { display: inline-block; font-size: 0.9em; font-weight: bold; }
.tasks_status-comments__date { margin-right: 10px; }

.billcontract-key { padding: 0 2px; background: #fcb322; min-width: 30px; display: inline-block; }

.ui-dialog-titlebar-close .ui-button-text {height: 0px;}

input[type=submit], button, a.button, .lid-action, .lid-action-sub { font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; }

.add_works_filter {
    margin: 0 0 2em;
    max-width: 820px;
}
.add_works_filter select{
    width: 240px;
}
.add_works_form select, .add_works_form input[type="text"]{
    width: 240px;
}

ul.roles li {
	position: relative;
	padding: 0;
	list-style: none outside none;
}
ul.roles, ul.roles  ul{
    padding-left: 20px;
	margin: 0;
}
ul.roles ul {
    display: none;
}
ul.roles .icon {
    position: absolute;
	left: -20px;
	margin-top: 4px;
    color: #333333;
	cursor: pointer;
}

#ajax_loader {
    position: fixed;
    display: none;
    background: url('images/ajax-loader.gif') no-repeat scroll left top transparent;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    z-index: 1000;
}


/*left menu*/
.cp-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px
}

.cp-new {
    width: 298px;
    background-color: #4a4848;
    font-family: 'Open Sans', sans-serif
}

.cp-new * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cp-new__head {
    position: relative;
    /*    min-height: 88px;
        padding: 17px 10px 18px 87px;*/
    background-color: #5f5e5e
}

.cp-new__avatar {
    position: absolute;
    top: 17px;
    left: 19px;
    width: 53px;
    height: 53px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.cp-new__avatar img {
    display: block;
    width: 100%;
    height: auto
}
/*
.cp-new__city {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    color: #9c9c9c
}
*/
.cp-new__city {
    margin-bottom: 6px;
    font-size: 14px;
    color: #9c9c9c;
}

.cp-new__time {
    font-size: 14px;
    /* line-height: 18px; */
    color: #fafafa;
    font-weight: 600;
}

.cp-new__head-check {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../img/icon_check.png) no-repeat center center;
    cursor: pointer
}

.cp-new__course {
    padding: 10px 54px 10px 20px;
    background-color: #4a4848;
}
.cp-new__course-title {
    /* margin-bottom: 10px; */
    font-size: 14px;
    line-height: 15px;
    color: #9c9c9c;
    text-transform: uppercase;
}
.cp-new__course-val {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 15px;
    color: #d5d5d5;
}
.cp-new__course-val_usd {
}
.cp-new__course-val_euro {
    float: right;
}

.cp-new__group {
    position: relative;
    padding: 16px 20px;
    border-bottom: 1px solid #4a4848;
    background-color: #545252
}

.cp-new__group::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
    width: 19px;
    height: 15px;
    background-repeat: no-repeat
}

.cp-new__group_zv::before {
    background-image: url(../img/icon_zv.png)
}

.cp-new__group_ld::before {
    background-image: url(../img/icon_ld.png)
}

.cp-new__group_zd::before {
    background-image: url(../img/icon_zd.png)
}

.cp-new__group_kl::before {
    background-image: url(../img/icon_kl.png)
}

.cp-new__menu-check {
    position: absolute;
    top: 17px;
    right: 22px;
    width: 20px;
    height: 20px;
    z-index: 2;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 7px 10px;
    background-size: 7px 10px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.cp-new__caption {
    padding-left: 27px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #9c9c9c;
    cursor: pointer;
    text-decoration: none
}

.cp-new__counter {
    position: absolute;
    top: 17px;
    right: 129px;
    width: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 1px 1px 2px;
    background-color: #5584ff;
    text-align: center;
    font-size: 14px;
    /* font-weight: 600; */
    /* line-height: 18px; */
    color: #fff;
}

.cp-new__list_1 {
    position: relative;
    max-height: 0;
    overflow: hidden;
    margin-right: -10px
}

.cp-new__list_1 .cp-new__menu-check {
    right: 7px
}

.cp-new__list_1 .cp-new__counter {
    right: 71px
}

.cp-new__caption_1 {
    display: block;
    padding-bottom: 5px;
    padding-top: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #d5d5d5;
    cursor: pointer
}

.cp-new__list_2 {
    max-height: 0;
    margin-right: -10px;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.cp-new__list_2 .cp-new__counter {
    right: 13px;
    top: 9px
}

.cp-new__caption_2 {
    position: relative;
    margin-left: 40px;
    display: block;
    padding: 10px 40px 10px 0;
    text-decoration: none;
    font-size: 14px;
    /* font-weight: 600; */
    /* line-height: 18px; */
    color: #d5d5d5;
    cursor: pointer;
}

.cp-new__group_show>.cp-new__list_1 {
    max-height: 1000px
}

.cp-new__group_show>.cp-new__list_2 {
    max-height: 1000px
}

.cp-new__group_show>.cp-new__menu-check {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cp-new__active {
    position: relative;
    z-index: 1
}

.cp-new__active::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -20px;
    bottom: 3px;
    right: 0;
    z-index: -1;
    background-color: #4a4848
}

.cp-new__active.cp-new__caption_1::before {
    top: 11px;
    height: auto;
    bottom: 0
}

/*статистика на главной*/
.statistic .accordion{
    margin: 0;
}
.statistic .accordion-title{
    padding: 5px 0;
    font-size: 20px;
}
.statistic .accordion-body {
    padding: 0 0 10px 0;
}
.statistic .accordion-title::before {
    display: none;
}
.statistic .accordion-block.opened .accordion-name::after {
    content: "\002212";
}
.statistic .accordion-name::after {
    background: none;
    content: "\00002B";
    display: inline-block;
    height: 26px;
    width: 10px;
    line-height: 26px;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 1.6em;
}
.statistic table{
    margin: 0;
}

.stat-item {
    padding: 10px 15px;
    border-bottom: 1px solid #898989;
    max-width: 1240px;
    margin: 0 0 20px 0;
}
.stat-item.grid, .stat-item .grid {
    display: flex;
    justify-content: space-between;
}
.stat-item__block {
    padding-bottom: 10px;
}
.stat-item__title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.stat-item_mytasks {
    background-color: rgba(102, 255, 51, 0.35);
}
.stat-item_mytasks .stat-item__block {
    width: 50%;
    padding-right: 30px;
}
.stat-item_orders {
    background-color: rgba(255, 255, 0, 0.357);
}
.stat-item_lids {
    background-color: rgba(0, 0, 255, 0.357);
}
.stat-item_tasks {
    background-color: rgba(255, 0, 0, 0.357);
}
.stat-item_tasks .stat-item__block {
    max-width: 700px;
}

.switch-btn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 16px;
    border-radius: 80px;
    background: #bfbfbf;
    z-index: 0;
    margin: 0 0 3px 0;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    transition-duration: 100ms;
}
.switch-btn::after {
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    top: 2px;
    left: 3px;
    transition-duration: 100ms;
    position: absolute;
    z-index: 1;
}
.switch-btn_on {
    background: #118c4e;
}
.switch-btn_on::after {
    left: 15px;
}

.diagnostic_form tr textarea {width: 100%}
.diagnostic_form .delete_diagnostic_row{font-size: 20px;}
.diagnostic_form .file_inputs > input {display: block;}
.diagnostic_form .file_previews {display: flex; flex-wrap: wrap; width: 240px; margin-bottom: 5px;}
.diagnostic_form .file_previews_item {margin: 0 10px 10px 0;}
.diagnostic_form .file_previews_item a {display: block; text-decoration: none; width: 70px; height: 70px;}
.diagnostic_form .file_previews_item img{max-width: 100%; max-height: 100%;}
.diagnostic_form .input-sort {width:1%; height:60px; margin:0; cursor: move;}
.diagnostic_form .input-sort i {font-size: 20px; margin-top: 18px;}
.diagnostic_form td:first-child {vertical-align: middle;}

.audio {display:inline-block;}
.audio .audio__button{display:inline-block; cursor: pointer;}
.audio .audio__button_stop {display:none;}
.audio .audio__player {display:none; position: absolute;}

.address .address__row {font-size: 0.83em;}
.address .address__row label {display: inline-block; width: 70px;}

.pricelist-title {max-width: 1200px; display: flex;}
.pricelist-title .button {margin-left: auto;}

.pricelist {max-width: 1200px;}
.pricelist__plus {width: 10px; height: 10px;}
.pricelist__plus:after {content: "+"; font-weight: bold;}
.pricelist__row {display: flex; flex-flow: row; border-top: 1px solid #ccc;}
.pricelist__row_header {font-weight: bold;}
.pricelist__row_header .pricelist__col {text-align: center;}
.pricelist__row_footer {font-weight: bold;}
.pricelist__col {min-height: 20px; padding: 2px; border-right: 1px solid #ccc; box-sizing: border-box; text-align: center;}
.pricelist__col:last-child {border-right: none;}
.pricelist__col_name {width: 60%; text-align: left;}
.pricelist__col_price {width: 8%; text-align: right;}
.pricelist__col_quantity {width: 8%;}
.pricelist__col_amount {width: 8%; text-align: right;}
.pricelist__col_ip {width: 8%; text-align: right;}
.pricelist__col_nds {width: 8%; text-align: right;}
.pricelist__cat {position: relative; font-size: 15px; text-transform: uppercase; border-top: 1px solid #ccc;}
.pricelist__cat .pricelist__plus{position: absolute; left: 10px;}
.pricelist__cat_opened .pricelist__plus:after{content: "-";}
.pricelist__cat_opened + .pricelist__subcat {display: block;}
.pricelist__cat_has-sub {cursor: pointer;}
.pricelist__cat_level_1 {color: #fff; background-color: #000; padding-left: 30px; font-weight: bold;}
.pricelist__cat_level_2 {color: #fff; background-color: #808080; padding-left: 50px;}
.pricelist__cat_level_3 {color: #fff; background-color: #b4b1a8; padding-left: 70px;}
.pricelist__cat_level_4 {color: #fff; background-color: #c8c8c8; padding-left: 90px;}
.pricelist__cat_level_5 {color: #fff; background-color: #dcdcdc; padding-left: 110px;}
.pricelist__subcat {display: none;}
.pricelist__quantity {width: 50px !important;}
.pricelist__ip {vertical-align: text-bottom;}
.pricelist__nds {vertical-align: text-bottom;}

.map-order {max-height: 200px; overflow: auto;}
.map-order__item {margin-bottom: 10px;}

.orders-filter {margin-bottom: 10px;}
.orders-filter__title {font-size: 1.5em;}
.orders-filter__content {padding-top: 10px; display: none;}
.orders-filter__name {display: inline-block; cursor: pointer;}
.orders-filter__icon {display: inline-block; margin-left: 5px; cursor: pointer;}
.orders-filter__icon_close {display: none;}
.orders-filter.opened .orders-filter__icon_open {display: none;}
.orders-filter.opened .orders-filter__icon_close {display: inline-block;}
.orders-filter.opened .orders-filter__content {display: block;}

.not-found {margin: 0 0 15px 0; font-weight: bold;}

.table_role_rules .thead th, .table_role_rules thead th {border-bottom: 1px solid #d3d3d3;}
.table_role_rules thead th:first-child {border-bottom: 1px solid #d3d3d3;}
.table_role_rules td {width: 60px; text-align: center;}

.hidden-option {color: #a6a6a6;}
.hidden-option:not(.hidden-option_visible) {display: none;}
.select2-results__link {padding: 2px 0; background-color: #eee; text-align: center; cursor: pointer;}
.select2-results__link:hover {background-color: #ddd;}

.social-icon-link {
    line-height: 20px;
}
.social-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    border-radius: 2px;
    color: #fff;
}
.social-icon--whatsapp {
    background-color: #65bc54;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.status-sendmail-new { background: #873f88; }
.status-sendmail-sent { background: #5cb85c; }
.status-sendmail-failed { background: #d43f3a; }
.status-sendmail-canceled { background: #d43f3a }

.document_service_button {margin: 0 5px 5px 0;}