
.header {
    background: rgb(66, 139, 202);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-size: large;
    /*border-bottom: 1px solid #98CFFF;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 2;
}

.hiden {
    display: none;
}

.needtoimg {
    margin-top: -2px;
    padding: 2px;
}

.needs {
    float: left;
    padding: 2px;
    font-size: smaller;
    line-height: 1em;
    width: 170px;
    white-space: nowrap;
}

.needs_2 {
    padding: 2px 5px;
    font-size: smaller;
    line-height: 1em;
}

.check_mark_inlist {
    width: 13px;
    margin-top: -2px;
    padding: 2px;
}

.border_irq {
    border-bottom: 1px dashed #a6a6a6;
    margin: 0px 3px;
    padding: 2px;
}

.avarage_val {
    font-size: xx-large;
    color: #4078c0;
    font-weight: 600;
}

.upr {
    font-size: xx-large;
    color: #4078c0;
    font-weight: 600;
}

.statconteiner {
    text-align: -webkit-center;
}
.kpi_block {
    text-align: center;
    padding: 10px;
}
.kpi_item {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px dashed #4078c0;
}
.kpi_inform {
    font-size: 12px;
    color: #4078c0;
    font-family: sans-serif;
    padding: 0px 0px 5px 0px;
    margin-top: -3px;
}
.reportdate_block{
    text-align: center;
    padding: 10px;
}
.reportdate_cap {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #428bca;
    font-family: sans-serif;
}
.reportdate_input{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #428bca;
    font-family: sans-serif;
    text-align: center;
    border: 1px solid gainsboro;
    background: white;
}

.report_product_list{
    padding: 10px;
    text-align: initial;
    width: 320px;
    margin: auto;
    font-size: smaller;
}

.szcontainer{
    width: 300px;
    text-align: initial;
    margin: auto;
}

.szcap{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #428bca;
    font-family: sans-serif;
}
.opensz {
    font-weight: 700;
    color: #bf1f1f;
    text-transform: uppercase;
    font-size: small;
    float: right;
}

.szinitiator {
    font-size: small;
    font-weight: 600;
    color: #4078c0;
}

.closesz {
    font-weight: 700;
    color: #07bf2b;
    text-transform: uppercase;
    font-size: small;
    float: right;
}
.sz_item {
    margin: 2px 0px 5px 0px;
    padding: 5px;
    border: 1px solid #4078c0;
    font-size: small;
}
.report_product_item {
    padding: 2px;
}

.report_product_button{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #175a94;
    font-family: sans-serif;
    border: 1px solid #4078c0;
    width: 180px;
    margin: auto;
    margin-top: 10px;
    background: #bce3f8;
}

.kpi_caption {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #428bca;
    font-family: sans-serif;
}

.header_tiket {
    background: rgb(66, 139, 202);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-size: large;
    border-bottom: 1px solid #98CFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1;
}
.content {
    /*margin-top: 50px;*/
    padding-top: 50px;
    background: white;
    height: 100vh;
    max-width: 800px;
    margin: auto;
}

.nochecklist {
    padding: 10px;
    background: #F7ED9E;
    display: block;
    margin: 10px;
    border-left: 3px solid #EDBF14;
}

.overdue {
    padding: 10px;
    background: #FFDACF;
    display: block;
    margin: 10px;
    border-left: 3px solid #FF8763;
}

.current {
    padding: 10px;
    background: #E3FFCF;
    display: block;
    margin: 10px;
    border-left: 3px solid #79BE47;
}

.dayliplan {
    padding: 10px;
    background: #E3FFCF;
    display: block;
    margin: 10px;
    border: 1px solid #3a7f0a;
    border-radius: 3px;
}

.daylisum {
    text-align: center;
    font-size: x-large;
    margin-top: -7px;
}
.plan_of_day {
    font-size: large;
    width: 60%;
    font-weight: 600;
}

.monthplan {
    text-align: center;
    font-size: large;
    margin: -4px;
}

.raiting_position_1 {
    margin: 0px 4px;
    padding: 1px 5px;
    background: #ff706a;
    border-radius: 15px;
}

.raiting_position_2 {
    margin: 0px 4px;
    padding: 1px 5px;
    background: #ffada9;
    border-radius: 15px;
}

.raiting_position_3 {
    margin: 0px 4px;
    padding: 1px 5px;
    background: #fbd2d0;
    border-radius: 15px;
}

.raiting_position_all {
    margin: 0px 4px;
    padding: 1px 5px;
    background: #e2e2e2;
    border-radius: 15px;
}
.raiting_value {
    float: right;
    margin-right: 10px;
    font-weight: 600;
}

.raiting_value_2 {
    float: right;
    margin-right: 10px;
}
.raiting_value_money {
    float: right;
    margin-right: 10px;
    font-weight: 600;
    font-size: smaller;
}

.raiting_value_2_money {
    float: right;
    margin-right: 10px;
    font-size: smaller;
}

.raiting_block {
    margin: 10px 0px;
}

.raiting_line {
    border-bottom: 1px solid #e2e2e2;
    margin: 2px 3px;
    padding-top: 1px;
    white-space: nowrap;
}

.raiting_caps_line {
    font-weight: 600;
    font-variant: small-caps;
    border-bottom: 2px solid #428bca;
}

.award_block {
    margin: 10px;
    text-align: center;
    font-variant: small-caps;
    border: 1px solid gainsboro;
}

/*.item_button {*/
    /*border: 1px solid #6ECD32;*/
    /*padding: 10px;*/
    /*border-radius: 4px;*/
    /*background: #CEFFA2;*/
/*}*/

.item_button {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plan_item_button {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #5bca42;
    border-color: #357ebd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.debit_item_button {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #c1c442;
    border-color: #357ebd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.debtsum {
    font-size: large;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.debit_client_info_img {
    width: 16px;
    margin-top: -2px;
}

.debit_main_content {
    text-align: center;
}

.back_button {
    margin-top: -7px;
    margin-bottom: 5px;
    margin-left: 20px;
    color: #428BCA;
    background-color: #FFFFFF;
    border-color: #428BCA;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgb(90, 179, 255);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter_button_active {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 2px;
    border: 1px solid #83C5FF;
    border-radius: 3px;
    text-align: -webkit-center;
    font-weight: 700;
    background: #428BCA;
    color: aliceblue;
    height: 40px;
    width: 100px;
    text-transform: uppercase;
}

.filter_button {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 2px;
    border: 1px solid #83C5FF;
    border-radius: 3px;
    text-align: -webkit-center;
    font-weight: 700;
    background: #FFFFFF;
    color: #428BCA;
    height: 40px;
    width: 100px;
    text-transform: uppercase;
}

.tiket_body {
    margin-top: 50px;
    background: white;
    max-width: 800px;
    margin: 50px auto 0px;
}

.tiket_state_current {
    padding: 2px;
    margin: 2px;
    border: 1px solid #79BE47;
    border-radius: 2px;
    text-align: -webkit-center;
    font-weight: 600;
    background: #E3FFCF;
}

.tiket_state_overdue {
    padding: 2px;
    margin: 2px;
    border: 1px solid #FF8763;
    border-radius: 2px;
    text-align: -webkit-center;
    font-weight: 600;
    background: #FFDACF;
}

.tiket_state_nochecklist {
    padding: 2px;
    margin: 2px;
    border: 1px solid #EDBF14;
    border-radius: 2px;
    text-align: -webkit-center;
    font-weight: 600;
    background: #F7ED9E;
}
.calls_box {
    padding: 2px;
    margin: 2px;
    background: #F0FFC5;
    border: 1px solid #C3C3C3;
}

.play_button {
    margin: 5px;
    padding: 10px;
    vertical-align: middle;
    margin-top: -15px;
    border: 1px solid #83C5FF;
    border-radius: 3px;
    text-align: -webkit-center;
    font-weight: 700;
    background: #428BCA;
    color: aliceblue;
    width: 40px;
    height: 40px;
}

.client_box {
    padding: 2px;
    margin: 2px;
    background: #E6F2FF;
    border: 1px solid #C3C3C3;
}
.checklist_box {
    padding: 2px;
    margin: 2px;
    background: #E6FFE8;
    border: 1px solid #C3C3C3;
}
.mk_box {
    padding: 2px;
    margin: 2px;
    background: #FDFFE6;
    border: 1px solid #C3C3C3;
}
.erromsg {
    text-align: center;
}

.nocheklistcap {
    text-align: center;
    font-size: large;
    font-weight: 700;
}

.chlistdata {
    font-size: small;
    font-weight: 700;
}

.chliststatus {
    padding: 5px;
    font-size: large;
}

.chlistkoment {
    padding: 4px;
    font-size: small;
}

.checklist_button {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 5px;
    border: 1px solid #83C5FF;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    background: #428BCA;
    color: aliceblue;
    margin-left: 50px;
    margin-right: 50px;
    height: 50px;
    line-height: 3;
    text-transform: uppercase;
}

#sendchecklist.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.cb_name {
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
}

.tel_number {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 5px;
    border: 1px solid #89ACD3;
    border-radius: 15px;
    text-align: center;
    font-weight: 700;
    background: #FAFDFF;
    margin-left: 30px;
    margin-right: 30px;
}

.menu {
    background: #428BCA;
}
.menu_button {
    margin-left: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.menu_warp {
    padding-top: 50px;
    padding-left: 10px;
    overflow: hidden;
}

.menu_item {
    width: 100%;
    height: 40px;
    padding: 5px;
    margin: 5px;
    background: #3979B0;
    border-radius: 3px 0 0 3px;
    font-size: medium;
    color: #F6F6F6;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #8DCAFF;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    padding-top: 7px;
    white-space: nowrap;
}

.book_search_input {
    margin: 5px 0px;
    padding: 5px 0px 5px 5px;
    font-weight: 700;
    color: #2d6ca1;
    font-size: x-large;
    width: 100%;
}

.info_book_int_state {
    font-size: small;
    padding: 0px 10px;
    font-weight: 300;
    margin-right: -30px;
    color: #019e00;
    font-variant-caps: small-caps;
}

.info_block_bottom {
    background: rgb(255, 255, 255);
    position: fixed;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    font-size: large;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1;
    bottom: 0px;
}

.book_close_btn {
    border-radius: 8px;
    text-align: -webkit-center;
    font-weight: 700;
    background: #eeeeee;
    font-size: xx-small;
    width: 120px;
    margin: 0px auto;
    margin-bottom: 15px;
    font-family: inherit;
    border: 1px solid silver;
    padding: 1px;
}

.book_info{
    height: 100%;
    width: 100%;
    padding: 15px;
    font-size: medium;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.book_tel_btn {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 5px;
    border: 1px solid #89ACD3;
    border-radius: 15px;
    text-align: -webkit-center;
    font-weight: 700;
    background: #f4fbff;
    margin-left: 30px;
    margin-right: 30px;
}

.book_uname {
    font-weight: 600;
}

.book_dep {
    font-size: small;
    font-style: italic;
    margin-bottom: 15px;
}

.book_posit {
    font-size: small;
    color: #428bca;
}

.book_search_glicon {
    color: #b5b5b5;
    padding: 2px 5px;
}

.book_search_gliconinfo{
    font-size: x-large;
    margin: -5px 0px -5px 0px;
    padding-bottom: 5px;
    display: -webkit-box !important;
    color: #b5b5b5;
    padding: 2px 5px;
}


.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    left: auto;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}


/*Переключать в чеклистах*/
.switch {
    display: block;
    box-sizing: border-box;
    width: 70px;
    height: 40px;
    border-radius: 999px;
    background-color: #d8d9db;
    margin-bottom: 0px;
    -webkit-transition: background-color cubic-bezier(.25, .46, .45, .94) .2s;
    -moz-transition: background-color cubic-bezier(.25, .46, .45, .94) .2s;
    transition: background-color cubic-bezier(.25, .46, .45, .94) .2s
}
.switch .helper {
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
.switch.ui-checked {
    border-color: #4cd864;
    background-color: #4cd864
}
.switch.ui-checked .helper {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px)
}

.t_switch {
    margin: auto;
}

.td_switch {
    width: 30px;
    text-align: -webkit-center;
    text-transform: uppercase;
    font-family: monospace;
    font-size: xx-large;
}

.td_switch_s {
    width: 70px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

.item {
    border: 1px solid #fd5e00;
}


/*Стиль для чек-боксов*/

input[type=checkbox] {
    outline: none;
    width: 58px;
    height: 23px;
    font-size: 11px;
    line-height: 2;
    display: block;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #B9B9B9;
    -webkit-appearance: none;

    background-image: -webkit-gradient(
            linear, left top, left bottom,
            color-stop(0, #E8E8E8),
            color-stop(0.5, #E8E8E8),
            color-stop(0.5, #FDFDFD),
            color-stop(1, #FDFDFD)
    );
    box-shadow: 0px 1px 2px #AFAFAF inset;
    color: #7F7F7F;
}

input[type=checkbox]:checked {
    background-image: -webkit-gradient(
            linear, left top, left bottom,
            color-stop(0, #367EF8),
            color-stop(0.5, #367EF8),
            color-stop(0.5, #66A3F8),
            color-stop(1, #66A3F8)
    );
    box-shadow: 0px 1px 2px #1449A3 inset;
    color: #fff;
    text-shadow: 0px -1px 1px #000;
    border: 1px solid #99B9E8;
}

input[type=checkbox]:before {
    content: 'НЕТ';
    border-radius: 3px;
    border-top: 1px solid #F7F7F7;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #BABABA;
    border-left: 1px solid #BDBDBD;
    background-image: -webkit-gradient(
            linear, left top, left bottom,
            color-stop(0, #D8D8D8),
            color-stop(1, #FBFBFB)
    );
    height: 20px;
    width: 22px;
    display: inline-block;
    text-indent: 27px;
}

input[type=checkbox]:checked:before {
    content: 'ДА';
    text-indent: -25px;
    margin-left: 33px;
}

.checklist_profile_menu {
    float: left;
    width: 100px;
    padding: 2px;
    margin: 3px;
    border-right: 1px solid #DDDDDD;
    font-size: smaller;
    font-weight: 600;
}

.docs__list {
    padding: 2px 15px;
    margin: 2px;
    background: #E6FFE8;
    border: 1px solid #C3C3C3;
}

p.tiket__docs__cap {
    font-size: smaller;
    margin: 5px 0;
    font-weight: 700;
}

.docs__name {
    position: relative;
    font-weight: 700;
    padding-left: 25px;
    font-variant: small-caps;
}

.docs__name:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url('/img/folder_ico.png') no-repeat 0px 0px;
}

.ticket__file {
    position: relative;
    display: inline-block;
    border: 1px solid #89ACD3;
    border-radius: 4px;
    font-weight: 700;
    background: #FAFDFF;
    width: 100%;
    margin: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket__file:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    background: url('/img/file_ico.png') no-repeat 0px 0px;
}

.ticket__file a {
    display: inline-block;
    padding: 5px;
    padding-left: 25px;
    height: 100%;
    width: 100%;
}

@media (max-width: 480px) {
    .ticket__file {
        width: 100%;
        margin: 0 0 5px;
    }
    
    .docs__name {
        margin: 5px 0;
    }
}

.reason__select {
    margin-bottom: 10px;
}

.calls_block {
    font-size: smaller;
    padding: 5px;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-image: url('../img/spliter.png');
    background-repeat: no-repeat;
    background-position: center;
}
.calls_conteiner {
    margin-right: 20px;
    margin-left: 5px;
    overflow-y: scroll;
    max-height: 300px;
}
.call_item_block {
    padding-top: 3px;
    border-bottom: 1px dotted gray;
    margin-left: 3px;
    margin-right: 3px;
}

.mk_cap {
    font-size: smaller;
    padding: 5px;
    font-weight: 700;
}
.mk_control_cap {
    font-size: smaller;
    margin-bottom: -7px;
    font-weight: 700;
    margin-left: 10px;
    font-family: monospace;
}
.mk_info {
    padding-left: 8px;
    padding-right: 8px;
    font-size: small;
    background: #FFFDB3;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 7px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.mk_consultant {
    text-align: right;
    margin-top: -7px;
    font-size: smaller;
    margin-bottom: -7px;
    font-weight: 700;
    font-family: monospace;
    margin-right: 10px;
}
.mk_rigth_icon {
    font-size: smaller;
    margin-top: -10px;
    text-align: right;
    color: #DDDB7F;
}
.mk_left_icon {
    font-size: smaller;
    margin-bottom: -10px;
    color: #DDDB7F;
}

.templates {
    display: none;
}

.error_mark {
    color: red;
    border-color: red;
}

.debit_block {
    padding: 10px;
    background: #fffbb1;
    display: block;
    margin: 10px;
    border: 1px solid #f3b82f;
    border-radius: 3px;
}

.mustbeentered {
    border: 2px solid red !important;
    border-radius: 7px !important;
    background: #ffd1d1 !important;
}

.file_block {
    padding-bottom: 5px;
    margin: 3px;
    border: 1px solid #CECBCB;
    margin-top: 1em;
    background: #fbffe8;
}

/* Тестовый переключатель */
.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    margin: auto;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    width: 120px;
    color: rgba(0, 0, 0, 0.6);
    font-size: xx-large;
    font-family: monospace;
    font-weight: 100;
    text-align: center;
    text-shadow: none;
    padding: 0px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #A5DC86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
/* Тестовый переключатель */


.dogovor_search_err {
    padding: 10px;
    margin: 5px;
    border: 1px solid #b50404;
    background: #ffeeee;
    color: #de5e5e;
    font-weight: 600;
    font-family: sans-serif;
    display: none;
}

.i_dogovor_s_item {
    border-bottom: 1px dashed #afc4d6;
    padding: 2px 2px;
    margin: 2px 2px;
}

.i_dogovor_s_item_v {
    padding: 0px 0px 0px 5px;
    font-weight: 600;
}

.etap_div {
    border: 1px solid green;
    padding: 2px;
    margin: 5px 2px;
    border-radius: 2px;
    background: #f4fff4;
    font-family: monospace;
}

.etap_comment {
    color: #428bca;
    margin: 5px;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
}

.sluzhebka_div {
    padding: 3px;
    margin: 10px 3px;
    border: 1px solid #c7a546;
    border-radius: 2px;
    background: #fff9f0;
}

.sluzhebka_op{
    font-weight: 600;
    font-variant: petite-caps;
    padding: 10px;
    color: #428bca;
}

.sluzhebka_et {
    padding: 3px;
    margin: 3px;
    font-size: smaller;
    font-weight: 600;
    font-family: monospace;
    /*border-bottom: 1px dashed #b5afaf;*/
}

.sluzhebka_et_k {
    display: block;
    padding: 4px;
    background: #f2f2f2;
    border-radius: 6px;
    margin: 2px;
    font-size: small;
    font-family: monospace;
    font-weight: 500;
}

.sv_block {
    padding: 3px;
    margin: 10px 3px;
    border: 1px solid #4e46c7;
    border-radius: 2px;
    background: #f0f2ff;
}

.sv_date {
    font-weight: 600;
}

.sv_master {
    padding: 2px 5px;
}

.sv_info {
    padding: 5px;
    margin: 10px;
    background: #dce1ff;
    border-radius: 5px;
    font-family: monospace;
    font-size: initial;
}

.d_lb {
    text-align: center;
    font-variant: all-petite-caps;
    font-size: large;
    color: #428bca;
    font-weight: 700;
}

.task_complete {
    background-image: url('/img/ic_complete.png');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
    margin-right: 5px;
    background-repeat: round;
    border: 1px solid #52c318;
    border-radius: 2px;
}

.task_incomplete {
    background-image: url('/img/icon-clock.png');
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
    margin-right: 5px;
    background-repeat: round;
}