/* tooth table */

.order-plan-table .table {
    min-width: 817px;
    padding: 0 4px 4px 4px;
    margin: 0 300px 0 10px;

    -moz-box-shadow: 0 0 3px #9a9a9a;
    -webkit-box-shadow: 0 0 3px #9a9a9a;
    box-shadow: 0 0 3px #9a9a9a;

    text-shadow: 0 1px #fff;

    background: #dfdfdf;
    color: #171717;
    font-size: 14px;
    line-height: 18px;
}

.order-plan-table .table table {
    width: 100%;
    margin: 9px 0 0 0;
    border-collapse: separate;
    border-spacing: 0;

    table-layout: fixed;
    position: relative;
    z-index: 50;
    /*zzz*/
}

.order-plan-table .table table:not(.heading) {
}

.order-plan-table .table table:first-child {
    margin: 0;
}

.order-plan-table .table th {
    color: #666;
    font-family: "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 3px 0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.order-plan-table .table th:not(.narrow) {
    padding-right: 10px;
}

.order-plan-table .table th:last-child {
    padding-right: 0;
}

.order-plan-table .table tr td {
    position: relative;

    background: #F5F7F8;

    border: 0;
    border-bottom: 1px solid #fff;
    padding: 1px 5px 0 5px;

    line-height: 10px;
    text-align: left;
    vertical-align: middle;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-plan-table .table table tr:first-child td {
    border-top: 1px solid #fff;
}

.order-plan-table .table table tr:nth-child(2n) td {
    background: #E4EBEF;
}

.order-plan-table .table table tr:hover td {
    background: #BCBCBC;
}

.popup.bracemenu {
    display: none;
    overflow: hidden;
}

.order-plan-table .table th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-link {
    font-size: 13px;
    color: #077eed;
    text-decoration: none;
}

.select-link:hover {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff;
}

.order-plan-table .table th.w1:not(.disabled) {
    /*	ВРЕМЕННО: SCLAB-246
        background: #d2d2d2;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        box-shadow: 0 1px 0 rgba(255,255,255,.75), 0 1px 0 rgba(0,0,0,.10) inset;
        cursor: pointer;*/
    cursor: default;
}
.order-plan-table .table th.w1:not(.disabled):hover {
    /*	ВРЕМЕННО: SCLAB-246
        background: linear-gradient(to bottom, #d0d0d0 0%, #aaaaaa 100%);
        background: -moz-linear-gradient(top, #d0d0d0 0%, #aaaaaa 100%);
        background: -webkit-linear-gradient(top, #d0d0d0 0%, #aaaaaa 100%);*/
}
.order-plan-table .table th.w1:not(.disabled):active{
    /*	ВРЕМЕННО: SCLAB-246
        background: #d2d2d2;*/
}
.order-plan-table .table th.w1.disabled {
    cursor: inherit;
}

.order-plan-table .table .w1 {
    width: 38px;
}

.order-plan-table .table th.w1 {
    padding-left: 4px;
}

.order-plan-table .table .w2 {
    width: 53px;
}

.order-plan-table .table .w3 {
    width: 110px;
}

.order-plan-table .table td.w3,
.order-plan-table .table td.w4,
.order-plan-table .table td.w5 {
    padding-left: 0;
}

.order-plan-table .table .w4 { /* width: 162px; */ width: 100%; }
.order-plan-table .table .w5 { width: 120px; text-align: center; }
.order-plan-table .table .w6 { width: 55px; }
.order-plan-table .table .w7 { width: 37px; }
.order-plan-table .table .w7 .checkbox { display: none; }
.order-plan-table .table .w7 .checkbox.checked { display: block; padding-right: 10px; }
.order-plan-table .table .w8 { width: 40px; text-align: center; }
.order-plan-table .table tr:not(.row-selected) .w8 .checkbox { display: none; }

.order-plan-table .table th.w11,
.order-plan-table .table th.w12 {
    width: 40px;
}

.order-plan-table .table table tr.row-selected.warehouse-active td.w11,
.order-plan-table .table table tr.row-selected.warehouse-active td.w12 {
    position: relative;
    text-shadow: none;
    color: #f6f6f6;
    background: #8B8B8B;

    border-top-color: #D4D4D9;
    border-bottom-color: #D4D4D9;

    padding-left: 15px;
    width: 25px;
}

.order-plan-table .plan-hold .table table tr.row-selected.warehouse-active:nth-child(2n) td.w11,
.order-plan-table .plan-hold .table table tr.row-selected.warehouse-active:nth-child(2n) td.w12 {
    background: #575757;
}

.order-plan-table .table td.w11:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #8F8F8F;
}

.order-plan-table .table tr.row-selected.warehouse-active td.w11:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0);
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
    background-image: linear-gradient(to right, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
}

.order-plan-table .table tr.row-selected.warehouse-active td.w12:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0);
    background-image: -webkit-linear-gradient(right, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
    background-image: -o-linear-gradient(right, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
    background-image: linear-gradient(to left, rgba(0,0,0,.42), rgba(0,0,0,0) 99%, rgba(0,0,0,0));
}

.order-plan-table .table th.w13 {
    width: 40px;
}

.order-plan-table .table td.w13 {
    width: 25px;
    padding-left: 15px;
    cursor: pointer;
}

.order-plan-table .table td.empty-stock {
    color: #ff3b3b;
}

.order-plan-table .table td.balance-ok {
    color: #0aadd6;
}

.order-plan-table .table .bg {
    position: relative;
}

.order-plan-table .table .bg:after {
    content: "";
    position: absolute;
    display: block;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 0 3px #9a9a9a;
    -moz-box-shadow: 0 0 3px #9a9a9a;
    box-shadow: 0 0 3px #9a9a9a;
}

.order-plan-table .table tbody {
    background: #d2d8db;
}

.order-plan-table .table .bg table:first-child tbody tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

.order-plan-table .table .bg table:first-child tbody tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

.order-plan-table .table .bg table:last-child tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.order-plan-table .table .bg table:last-child tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.order-plan-table .table .bg table:last-child tbody tr td.gap {
    background: none;
    height: 9px;
}

/* brace check */

.bracecheck {
    display: none;
    cursor:pointer;
    border:1px solid #fff;
    width:19px;
    height:16px;
    overflow:hidden;
    background:url(../img/bracecheck.gif) no-repeat;
    margin: -1px 0 0 16px;
}

.checkbox.checked .bracecheck {
    display: block;
}

.bracecheck.disallow {
    background-position:0 -16px;
}

.bracecheck.my {
    background-position:0 -32px;
}

.bracecheck.selector,.bracemenu .bracetext{
    float: left;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.bracemenu .bracetext{
    line-height: 18px;
    height: 17px;
    font-size: 14px;
    margin: 0 0 0 4px;
    padding: 1px 10px 0;
    border-radius: 8px;
    cursor: pointer;
}

.bracemenu .bracetext:hover{
    background: #8b8b8b;
    color: #fff;
    text-shadow: 0 -1px 0 #535353;
}

.bracecheck.selector:first-child,.bracemenu .bracetext:not(.my){
    margin-bottom: 4px;
}

.bracemenu .bg{
    padding-bottom: 6px!important;
}

/* brace tip */

#bracetip{
    display: none;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 40px;
}
#bracetip .square {
    background: #8B8B8B;
    display: inline-block;
    float: left;
    height: 12.73px;
    left: 6px;
    position: relative;
    top: 3px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 12.73px;
    z-index: 8;
}

#bracetip .text{
    display: inline-block;
    background: #8b8b8b;
    z-index: 9;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 -1px 0 #535353;
    padding: 0 10px 0 3px;
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: auto!important;
}

/* plan hold */

.plan-hold {
    padding:19px 0;
}

.plan-hold:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.plan-hold .left-hold {
    height:100%;
    overflow:hidden;
    top:-5px;
    padding:5px 0;
}

.plan-hold article {
    width: 742px;
    margin: 0 auto 23px auto;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #666;
}

.plan-hold article.text-edit #planTextBlock {
    text-align: left;
}

.plan-hold article:first-child {
    margin-top: 12px;
}

.plan-hold article p {
    margin: -6px 0 6px 0;
    text-indent: 0;
}

.plan-hold article header {
    font:normal 26px/30px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#464752;
    margin:0 0 12px 0;
}

.plan-hold article .bg {
    border:6px solid #fff;
    background:#f7fae0;
    padding: 3px 4px 2px 3px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.5);
}

.plan-hold article .bg:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.plan-hold article .bg.with-out {
    padding-top:20px;
    padding-bottom:20px;
}
.plan-hold article .bg.with-out.pdb {
    padding-bottom:17px;
}
.plan-hold article .bg.with-out.pd3 {
    padding-top: 18px;
    padding-bottom: 19px;
}


.plan-hold article ul {
    float:left;
    list-style:none;
    margin: 0;
    padding:0;
    font:normal 18px/32px Tahoma, Geneva, sans-serif;
    color:#424242;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
    height: 36px;
}
.plan-hold article ul.ha {
    height: auto;
}
.plan-hold article ul li {
    position:relative;
    float: left;
}

.plan-hold article .bg a,
.plan-hold article .bg .text {
    display:block;
    color:#424242;
    text-decoration:none;
    position:relative;
    text-align:center;
    height:32px;
    float:left;
    border:1px solid #a0a0a0;
    border-right:0;
    border-left-color:#bababa;
    width:43px;
    overflow:hidden;
    box-shadow:0 1px 0 #c5c0c0, inset 1px 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow:0 1px 0 #c5c0c0, inset 1px 0 0 rgba(255, 255, 255, 0.7);
    -webkit-box-shadow:0 1px 0 #c5c0c0, inset 1px 0 0 rgba(255, 255, 255, 0.7);
    background: #fafafa;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjZGNkY2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjZDhkOGQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #fafafa 0%, #f7f7f7 6%, #dcdcdc 39%, #d6d6d6 52%, #d6d6d6 81%, #d8d8d8 87%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(6%, #f7f7f7), color-stop(39%, #dcdcdc), color-stop(52%, #d6d6d6), color-stop(81%, #d6d6d6), color-stop(87%, #d8d8d8), color-stop(100%, #e2e2e2));
    background: -webkit-linear-gradient(top, #fafafa 0%, #f7f7f7 6%, #dcdcdc 39%, #d6d6d6 52%, #d6d6d6 81%, #d8d8d8 87%, #e2e2e2 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #f7f7f7 6%, #dcdcdc 39%, #d6d6d6 52%, #d6d6d6 81%, #d8d8d8 87%, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #f7f7f7 6%, #dcdcdc 39%, #d6d6d6 52%, #d6d6d6 81%, #d8d8d8 87%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #f7f7f7 6%, #dcdcdc 39%, #d6d6d6 52%, #d6d6d6 81%, #d8d8d8 87%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e2e2e2', GradientType=0 );
}

.plan-hold article .bg .text input {
    border:0;
    background:none;
    margin:0;
    padding:5px 0;
    width:100%;
    text-align:center;
    font:normal 18px Tahoma, Geneva, sans-serif;
    color:#424242;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}

.plan-hold article .bg li:first-child a,
.plan-hold article .bg li:first-child .text {
    border-left-color:#a0a0a0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow:0 1px 0 #c5c0c0;
    -moz-box-shadow:0 1px 0 #c5c0c0;
    -webkit-box-shadow:0 1px 0 #c5c0c0;
}

.plan-hold article .bg li:last-child a,
.plan-hold article .bg li:last-child .text {
    border-right:1px solid #a0a0a0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.plan-hold article .bg .text.separated {
    box-shadow:0 1px 0 #c5c0c0;
    -moz-box-shadow:0 1px 0 #c5c0c0;
    -webkit-box-shadow:0 1px 0 #c5c0c0;
}

.plan-hold article .bg .text.separated:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    margin:0 0 0 -1px;
    width:1px;
    background:rgba(255, 255, 255, 0.7);
    border-left:1px solid #bababa;
}

.plan-hold article .bg .text.separated .l,
.plan-hold article .bg .text.separated .r {
    float:left;
    width:20px;
}

.plan-hold article .bg .text.separated .r {
    float:right;
}

.plan-hold article .bg a.active,
.plan-hold article .bg .text.active, .plan-hold article .bg .text.selected {
    background: #eff599;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjU5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2U0ZWU2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2Q4ZTU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2QyZTE0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2MzZDczYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2MwZDUzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2MwZDcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2MxZDcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2MyZDkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iI2M3ZGQzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGUzNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eff599 0%, #e4ee6c 10%, #d8e54f 19%, #d2e146 26%, #c3d73c 45%, #c0d539 52%, #c0d726 81%, #c1d727 84%, #c2d92a 87%, #c7dd38 94%, #d0e354 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff599), color-stop(10%, #e4ee6c), color-stop(19%, #d8e54f), color-stop(26%, #d2e146), color-stop(45%, #c3d73c), color-stop(52%, #c0d539), color-stop(81%, #c0d726), color-stop(84%, #c1d727), color-stop(87%, #c2d92a), color-stop(94%, #c7dd38), color-stop(100%, #d0e354));
    background: -webkit-linear-gradient(top, #eff599 0%, #e4ee6c 10%, #d8e54f 19%, #d2e146 26%, #c3d73c 45%, #c0d539 52%, #c0d726 81%, #c1d727 84%, #c2d92a 87%, #c7dd38 94%, #d0e354 100%);
    background: -o-linear-gradient(top, #eff599 0%, #e4ee6c 10%, #d8e54f 19%, #d2e146 26%, #c3d73c 45%, #c0d539 52%, #c0d726 81%, #c1d727 84%, #c2d92a 87%, #c7dd38 94%, #d0e354 100%);
    background: -ms-linear-gradient(top, #eff599 0%, #e4ee6c 10%, #d8e54f 19%, #d2e146 26%, #c3d73c 45%, #c0d539 52%, #c0d726 81%, #c1d727 84%, #c2d92a 87%, #c7dd38 94%, #d0e354 100%);
    background: linear-gradient(to bottom, #eff599 0%, #e4ee6c 10%, #d8e54f 19%, #d2e146 26%, #c3d73c 45%, #c0d539 52%, #c0d726 81%, #c1d727 84%, #c2d92a 87%, #c7dd38 94%, #d0e354 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff599', endColorstr='#d0e354', GradientType=0 );
}

.plan-hold article .out {
    text-align:center;
    display:block;
    position:absolute;
    top:-20px;
    left:0;
    right:0;
    font-size:14px;
    line-height:20px;
    color:#4d4d4d;
}

.plan-hold .clearfix ul{
    position: relative;
}

.plan-hold section.caps {
    overflow: hidden;
}

.plan-hold .type1 {
    padding-left: 10px;
}

.plan-hold .type1 .fr {
    float: right;
}

.plan-hold .bg .bold {
    font-weight: bold;
}

.plan-hold .type1 .bg a,
.plan-hold .type1 .bg .text {
    width: 33px;
}
.plan-hold .type1 .bg a.w32{
    width: 32px;
}

.plan-hold .bg .big {
    font-size:28px;
    font-family:"MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:normal;
}

.plan-hold .type1 .bg .wide {
    padding-left:26px;
    width:418px!important;
    text-align:left;
    font-family:"MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.plan-hold .type1 .clearfix {
    margin:8px 0 0 0;
}

.plan-hold .type1 .clearfix:first-child {
    margin:0;
}

.plan-hold article .left {
    text-align:left;
}

.plan-hold .type2 .fl,
.plan-hold .type2 .fr {
    float:left;
    width:358px;
    margin-bottom: 1px;
}

.plan-hold .type2 .fr {
    float:right;
    margin-right: -2px;
}

.plan-hold .type2 ul {
    margin:2px 0 0 0;
    clear:both;
}

.plan-hold .type2 ul:first-child {
    margin:0;
}

.plan-hold .type2 ul:nth-child(3n) {
    margin-top:8px;
}

.plan-hold .type2 .fl ul {
    float:right;
}

.plan-hold .type2 .fr ul {
    float:left;
}

.plan-hold .type3 .fl,
.plan-hold .type3 .fr {
    float:left;
    width:354px;
    padding:0 0 0 4px;
}

.plan-hold .type3 .fr {
    float:right;
    padding:0 4px 0 0;
}

.plan-hold .type3 ul:last-child .out {
    top:auto;
    bottom:-20px;
}

.plan-hold .type3 ul {
    margin:8px 0 0 0;
}
.plan-hold .type3 ul.ha {
    margin:10px 0 0 0;
}

.plan-hold .type3 ul:first-child {
    margin:0;
}

.plan-hold .type3 ul a,
.plan-hold .type3 ul .text,
.plan-hold .type3 ul .text input {
    font-family:"MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
}

.plan-hold .text .green{
    background: -moz-linear-gradient(top, #E1EC4C 0%, #C2DB1C 100%);
    background: -webkit-linear-gradient(top, #E1EC4C 0%, #C2DB1C 100%);
    background: linear-gradient(top, #E1EC4C 0%, #C2DB1C 100%);
}
.plan-hold .text .yellow{
    background: -moz-linear-gradient(top, #ECE74E 0%, #DBC71C 100%);
    background: -webkit-linear-gradient(top, #ECE74E 0%, #DBC71C 100%);
    background: linear-gradient(top, #ECE74E 0%, #DBC71C 100%);
}
.plan-hold .text .red{
    background: -moz-linear-gradient(top, #FDBC9D 0%, #DB8476 100%);
    background: -webkit-linear-gradient(top, #FDBC9D 0%, #DB8476 100%);
    background: linear-gradient(top, #FDBC9D 0%, #DB8476 100%);
}
.plan-hold .text .gray{
    background: #B1B1B3;
    border-left: solid #C6C6C6 1px;
}
.plan-hold .text .green, .plan-hold .text .yellow, .plan-hold .text .red, .plan-hold .text .gray{
    -webkit-box-shadow: inset 0 1px 8px rgba(255,255,255,.75);
    -moz-box-shadow: inset 0 1px 8px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 8px rgba(255,255,255,.75);
}

.plan-hold section.braces {
    height: 67px;
}
.plan-hold section.braces .half:first-child .selectHold {
    margin-right: 25px;
}
.plan-hold section.braces .half:last-child .selectHold {
    margin-left: 25px;
}
.plan-hold section.braces .half:first-child .header {
    margin-left: 11px;
}
.plan-hold section.braces .half:last-child .header {
    margin-left: 36px;
}
.plan-hold section.braces .header{
    font: 18px/19px "MyriadProRegular","Trebuchet MS",Arial,Helvetica,sans-serif;
}

/* save */

.plan-hold section.save { min-width: 825px; margin: 0 300px 0 0; padding: 0 0 0 10px; display: none; }
.spec_instructions {float: none; overflow: hidden; width: auto; margin: 0 0 0 0; padding: 0 4px 0 10px; box-sizing: border-box;}
.spec_instructions article {width: 100%;}
.plan-hold .spec_instructions .bg.caps {width: 100%; height: auto;}
.spec_instructions #planTextBlock {height: 0; min-height: 0;}
.spec_wrapper {padding: 0 4px 9px;}
.spec_instructions .input textarea {font: 16px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow: 0 1px #fff; color: #666666; height: 80px; max-height: 80px; resize: none !important;}


.plan-hold section.save.visible {
    display: block;
}

.plan-hold section.save .prompt {
    margin: 17px 0 1px 0;
    text-align: center;
}

.plan-hold section.save .prompt a {
    font: normal 18px/30px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #0aadd6;
    text-decoration: none;
}

.plan-hold section.save .prompt a:hover{
    color: #3F7BAE;
}

.plan-hold section.save .borderbox {
    background: #dfdfdf;

    border-radius: 5px;
    box-shadow: 0 0 3px #9a9a9a;
    padding: 4px;

    display: none;
}

.plan-hold section.save .borderbox.visible {
    display: block;
}

.plan-hold section.save .borderbox .bb2 {
    height: 45px;
    padding-top: 16px;
    border-radius: 5px;
    box-shadow: 0 0 3px #9a9a9a,inset 0 1px #fff;
    background-image: -webkit-linear-gradient(top, #f3f5f7, #f9fbfb);
    background-image: -moz-linear-gradient(top, #f3f5f7, #f9fbfb);
    background-image: -o-linear-gradient(top, #f3f5f7, #f9fbfb);
    background-image: linear-gradient(to bottom, #f3f5f7, #f9fbfb);
}

.plan-hold section.save .borderbox .bb2 table { margin: 0 auto; }

.plan-hold section.save .borderbox .tip {
    padding-left: 15px;
    font-size: 16px;
    font-family: "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 0 1px #fff;
    color: #3c4452;
}

.plan-hold section.save .borderbox .input {
    width: 386px;
    margin: 0 31px 0 7px;

    height: 28px;
    line-height: 28px;
}

/* */

.selection-popup.brakets {
    z-index: 1100;
}

.plan-hold article .bg.caps {
    width: 739px;
    height: 120px;
    border-radius: 5px;
    background-color: #dfdfdf;
    box-shadow: 0 0 3px #9a9a9a;
    border: 0;
    padding: 1px 0 0 0;
}

.plan-hold article .bg.caps h3 {
    font: bold 14px/22px "MyriadProSemibold","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #666;
    text-shadow: 0 1px #fff;
    margin: 0 0 1px 0;
}

.plan-hold article .bg.caps .box {
    width: 731px;
    height: 94px;
    border-radius: 5px;
    box-shadow: 0 0 3px #9a9a9a, inset 0 1px #fff;
    background-image: linear-gradient(to bottom, #f3f5f7, #f9fbfb);
    margin: 0 auto 0 auto;
}

.plan-hold article ul.caps_sel {
    margin-top: 5px;
    padding: 0;
}

.caps_sel li {
    display: block;
    height: 26px;
    float: none;
    font: normal 14px/26px "MyriadPro","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #666;
    text-shadow: 0 1px rgba(255,255,255,.7);
    padding-bottom: 3px;
    position: relative;
}

section.bg.caps:not(.disabled) .caps_sel li:not(.active), div.caps:not(.disabled) .caps_sel li:not(.active) {
    cursor: pointer;
}

section.bg.caps:not(.disabled) .caps_sel li:not(.active):hover, div.caps:not(.disabled) .caps_sel li:not(.active):hover {
    color: #333;
}

.caps_sel.fleft li {
    text-align: left;
    float: none;
}

.caps_sel.fright {
    float: right;
}

.caps_sel.fright li {
    text-align: right;
    float: none;
}

.caps .cap.fleft {
    margin: 7px 10px 9px 9px;
}
.caps .cap.fright{
    margin: 7px 9px 9px 10px;
}

ul.caps_sel li {
    padding-left: 33px;
}

ul.caps_sel li.active {
    color: #181818;
}

section.bg.caps:not(.disabled) ul.caps_sel li:hover, div.caps:not(.disabled) ul.caps_sel li:hover{
    color: #181818;
}

ul.caps_sel li span {
    position: absolute;
    display: block;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;

    -webkit-box-shadow: 0 1px rgba(255,255,255,.75);
    -moz-box-shadow: 0 1px rgba(255,255,255,.75);
    box-shadow: 0 1px rgba(255,255,255,.75);

    border: solid 2px #959595;
}

section.bg.caps:not(.disabled) ul.caps_sel li:not(.active):hover span, div.caps:not(.disabled) ul.caps_sel li:not(.active):hover span{
    border-color: #505050;
}
section.bg.caps:not(.disabled) ul.caps_sel li:not(.active):active span, div.caps:not(.disabled) ul.caps_sel li:not(.active):active span{
    border-color: #505050;
}
ul.caps_sel li.active span {
    border-color: #23b5e7;
}

ul.caps_sel li span:after {
    content: '';
    display: none;
    width: 14px;
    height: 13px;
    position: absolute;
    left: 4px;
    top: 5px;
    background: url(./skins/blue1/tickssmall.png) 0 0 no-repeat;
}

ul.caps_sel li.active span:after {
    background-position: 0 -13px;
}

ul.caps_sel.fright li {
    padding-left: 0;
    padding-right: 33px;
}

ul.caps_sel.fright li span {
    left: auto;
    right: 0;
}

section.bg.caps:not(.disabled) ul.caps_sel li:hover span, ul.caps_sel li.active span,ul.caps_sel li.active span:after,section.bg.caps:not(.disabled) ul.caps_sel li:active span:after,
div.caps:not(.disabled) ul.caps_sel li:hover span, div.caps:not(.disabled) ul.caps_sel li:active span:after
{
    display: block;
}

/* side nav */

.side-nav {
    float:right;
    white-space:nowrap;
    font-size:17px;
    line-height:24px;
    color:#464752;
    text-align:right;
    padding:22px 3px 0 10px;
}

.side-nav a {
    text-decoration:none;
    color:#464752;
    position:relative;
    z-index:10;
}

.side-nav a:hover,
.side-nav .active {
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
    color:#666;
}

.side-nav header {
    line-height:25px;
    font-size:20px;
    margin:0 0 8px 0;
    font-family:"MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.side-nav ul {
    list-style:none;
    margin:0 0 25px 0;
    padding:0;
}

.side-nav ul li {
    margin:0;
    padding:0;
}

.side-nav .active {
    z-index:5;
    display:inline-block;
    position:relative;
    vertical-align:top;
    margin:-6px 0 0 -26px;
    left:13px;
    top:3px;
    border:3px solid #fff;
    background:#e1e5eb;
    padding:0 10px;
    height:24px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}

/* check */

.check {
    display:inline-block;
    width:24px;
    height:25px;
    vertical-align:middle;
    background:url(../img/checks.png) no-repeat;
    margin:0 7px 0 0;
}

.check.bg-green {
    background-position:0 0;
}

.check.bg-red {
    background-position:0 -54px;
}

.check.bg-yellow {
    background-position:0 -110px;
}

.check.bg-grey {
    background-position:0 -165px;
}

.popup.select-list .bg {
    padding:0;
}

.popup.select-list .bg:after {
    left:50%;
    margin-left:-16px;
}

/* select list */

.select-list ul {
    list-style:none;
    margin:0;
    padding:0;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
    font-size:16px;
    line-height:19px;
}

.select-list a {
    display:block;
    text-decoration:none;
    color:#585858;
    padding:6px 16px;
}

.select-list a:hover {
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px solid #f7f7f7;
    border-top:1px solid #bdc7cf;
    background: rgb(210,221,231);
    background: -moz-linear-gradient(top, rgba(210,221,231,1) 0%, rgba(173,193,211,1) 79%, rgba(168,189,208,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(210,221,231,1)), color-stop(79%, rgba(173,193,211,1)), color-stop(100%, rgba(168,189,208,1)));
    background: -webkit-linear-gradient(top, rgba(210,221,231,1) 0%, rgba(173,193,211,1) 79%, rgba(168,189,208,1) 100%);
    background: -o-linear-gradient(top, rgba(210,221,231,1) 0%, rgba(173,193,211,1) 79%, rgba(168,189,208,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,221,231,1) 0%, rgba(173,193,211,1) 79%, rgba(168,189,208,1) 100%);
    background: linear-gradient(to bottom, rgba(210,221,231,1) 0%, rgba(173,193,211,1) 79%, rgba(168,189,208,1) 100%);
    color:#000;
}

.select-list ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top:0!important;
    padding-top:5px;
}

.select-list ul li:last-child a {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom:0!important;
    padding-bottom:5px;
}

/*зубная формула всплывага*/

.history-tooth-formula .pfilter{
    margin-top: -8px;
    bottom: -8px;
    position: absolute;
    left: 100px;
    right: auto;
    display: none;
}
.history-tooth-formula .pfilter .item{
    height: 24px;
}
.history-tooth-formula .pfilter .item:hover{
    height: 22px;
}
.history-tooth-formula .pfilter .item span {
    top: 1px;
}
.history-tooth-formula .pfilter .item:hover span {
    top: 0px;
}
.history-tooth-formula .popup.grey.left .bg:after {
    left: -3px!important;
    top: 86px!important;
}
.history-tooth-formula .popup.grey.left.pos2 .bg:after {
    top: 129px!important;
}
.history-tooth-formula .popup.grey.right .bg:after {
    top: 70px!important;
}
.history-tooth-formula .popup.grey.right.pos2 .bg:after {
    top: 114px!important;
}
.history-tooth-formula:not(.to-edit) input{
    cursor: default;
}

.history-tooth-formula .plan-hold{
    padding-top: 2px;
}
.history-tooth-formula .plan-hold article.tooths{
    margin-bottom: -5px;
}
.history-tooth-formula .plan-hold article .bg .text input{
    padding-top: 2px;
}
.history-tooth-formula .plan-hold article .bg a,.history-tooth-formula .plan-hold article .bg .text{
    height: 25px;
}

/*зубная формула всплывага*/

.plan-hold .type4 ul a,
.plan-hold .type4 ul .text,
.plan-hold .type4 ul .text input {
    font-size:13px;
}

.plan-hold .type4 ul a,
.plan-hold .type4 ul .text {
    height:22px;
    line-height:22px;
}

.plan-hold .type4 .out {
    font-size:12px;
}


/*separate popup*/

.popupex .plan-hold{
    padding: 0px;
}

.popupex .closer{
    width: 58px;
    height: 55px;
    background: url(../img/glr-close.png);
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.popupex.grey{
    position:absolute;
    left: 50%;
    top: 50%;
}
.popupex.grey .bgex{
    width: 778px;
}
.popupex .data{
    padding: 0.1px 20px 5px 17px;
}
.popupex .plan-hold .type3 ul:last-child{
    margin: 0 0 2px 0;
}
.popupex .plan-hold article{
    margin-bottom: 3px;
}
.popupex .plan-hold article ul{
    height: 34px;
}
.popupex .plan-hold article .bg.with-out{
    padding-bottom: 7px;
    padding-top: 18px;
}
.popupex h3{
    margin: 6px 0 37px 0;
}
.popupex h4{
    margin: 14px 0 2px 0;
    width: 300px;
}
.popupex .comment{
    display: inline-block;
    white-space: normal;
}

.separate .photo{
    height: 127px;
}
ul.sepiconslist{
    display: block !important;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 89px;
    right: -12px;
}
ul.sepiconslist > li{
    float: right;
    margin: 0 0 0 2px;
}

/*Иконки на моделях*/
.separate .sepicon, .ipr_icon { width: 40px; height: 40px; position: absolute; top: auto; bottom: -2px; left: 42px; right: 31px; background: #e1840b; border-radius: 3px; cursor: pointer;}
ul.sepiconslist .sepicon { position: relative; top: auto; left: auto; }
.separate .sepicon:after, .ipr_icon:after {position: absolute; top: 0; left: 0; content: "CSR"; font-family: 'PFDinTextProLight', sans-serif; text-align: center; color:  #ffffff; font-size: 20px; font-weight: 300; line-height: 40px; width: 40px; height: 40px; }
.separate .sepicon2 {  border-radius: 3px; background:  #e1840b url(../img/icon.svg) no-repeat center center; width: 40px; height: 40px; position: absolute; top: 89px; left: 84px; bottom: auto; right: auto; cursor: pointer;}
.separate .sepicon3 { width: 40px; height: 40px; position: absolute; top: 89px; left: 0; background:  #e1840b url(../img/icons/app/print_stickers.png) no-repeat center; bottom: auto; right: auto; border-radius: 3px; cursor: pointer;}
.separate .sepicon:hover,
.separate .sepicon2:hover,
.separate .sepicon3:hover {filter: brightness(1.09);}

/*Для вьюера*/
#brd_right .sepicon { top: auto; bottom: 5px; left: -84px; right: auto; }
#brd_right .sepicon2.v2 { top: auto; bottom: 5px; left: auto; right: 5px; z-index: 10; }

/*end separate popup*/

.sep-bg {
    background: #fff;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.sep-bg h3 {
    font-weight: normal;
    font-size: 26px;
    color: #464752;
    text-align: center;
    text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.392);
    margin: 0;
    padding: 0;
    line-height: 66px;
    background: #F7F7F7;

    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.sep-bg .closer {
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.5) url(../img/glr-closer.png) center center no-repeat;
    opacity: 0.5;
    position: absolute;
    width: 58px;
    height: 55px;
    padding: 0;
    right: 7px;
    top: 6px;
}

/*
	order-plan-table
*/

.order-plan-table .plan-hold section.braces {
    padding: 5px 0 16px 14px;
    height: auto;
}

.order-plan-table .plan-hold section.braces .selectHold {
    width: 318px;
    display: inline-block;
    margin-right: 12px;
}

.order-plan-table .plan-hold article {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

/* separation-scheme */

.separation-scheme {
    min-width: 1061px;
    text-align: left;
    padding: 0 30px;
}

.separation-scheme-container {
}

.separation-scheme-container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.separation-scheme table {
    border-collapse: collapse;
    white-space: nowrap;
    position: relative;
    float: left;
    margin: 0 0 0 18px;
}

.separation-scheme table:first-child {
    margin-left: 0;
}

.separation-scheme table tr td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.separation-scheme table thead,
.separation-scheme table tfoot {
}

.separation-scheme table thead tr td,
.separation-scheme table tfoot tr td {
    font-size: 14px;
    line-height: 20px;
}

.separation-scheme table thead tr td i,
.separation-scheme table tfoot tr td i {
    position: absolute;
    font-style: normal;
    right: 28px;
}

.separation-scheme table thead tr td em,
.separation-scheme table tfoot tr td em {
    position: absolute;
    font-style: normal;
    /*
    left: 28px;
    */
    left: -4px;
}

.separation-scheme table tbody {
}

.separation-scheme table tbody tr {
    margin-bottom: 14px;
}

.separation-scheme table tbody tr td {
}

.separation-scheme table tbody tr td b {
    display: block;
    position: relative;
    margin: 0 1px 1px 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #cdcdcd;
    background-color: #f0f0ef;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.32), 0 1px rgba(0,0,0,.32), inset 0 1px #fff;
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.32), 0 1px rgba(0,0,0,.32), inset 0 1px #fff;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.32), 0 1px rgba(0,0,0,.32), inset 0 1px #fff;
    background-image: -webkit-linear-gradient(bottom, #f1f1f1, #f9f9f9);
    background-image: -moz-linear-gradient(bottom, #f1f1f1, #f9f9f9);
    background-image: -o-linear-gradient(bottom, #f1f1f1, #f9f9f9);
    background-image: linear-gradient(to top, #f1f1f1, #f9f9f9);
    font-size: 13px;
    font-weight: bolder;
}

.separation-scheme table tbody tr td.border-red b,
.separation-scheme table tbody tr td.border-yellow b,
.separation-scheme table tbody tr td.border-gray b {
    width: 26px;
    height: 26px;
}

.separation-scheme table tbody tr td.border-red b {
    -webkit-box-shadow: 1px 1px 0px 0px rgba(228, 0, 0, 0.32),0 1px #e40000;
    -moz-box-shadow: 1px 1px 0px 0px rgba(228, 0, 0, 0.32),0 1px #e40000;
    box-shadow: 1px 1px 0px 0px rgba(228, 0, 0, 0.32),0 1px #e40000;
    border: solid 2px #f31212;
}

.separation-scheme table tbody tr td.border-yellow b {
    -webkit-box-shadow: 1px 1px 0px 0px rgba(232, 163, 0, 0.32),0 1px #e8a300;
    -moz-box-shadow: 1px 1px 0px 0px rgba(232, 163, 0, 0.32),0 1px #e8a300;
    box-shadow: 1px 1px 0px 0px rgba(232, 163, 0, 0.32),0 1px #e8a300;
    border: solid 2px #ffb505;
}

.separation-scheme table tbody tr td.border-gray b {
    -webkit-box-shadow: 0 1px rgba(0,0,0,.32), inset 0 1px #fff;
    -moz-box-shadow: 0 1px rgba(0,0,0,.32), inset 0 1px #fff;
    box-shadow: 0 1px rgba(0,0,0,.32), inset 0 1px #fff;
    border: solid 2px #cdcdcd;
}

.separation-scheme table tbody tr td.faded b {
    background-color: #f0f0ef;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.32), 0 1px rgba(0,0,0,.2), inset 0 0 7px rgba(87,87,87,.35);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.32), 0 1px rgba(0,0,0,.2), inset 0 0 7px rgba(87,87,87,.35);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.32), 0 1px rgba(0,0,0,.2), inset 0 0 7px rgba(87,87,87,.35);
}

.separation-scheme table tbody tr.spacer td {
    height: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

.separation-scheme table tbody tr td ul,
.separation-scheme .legend ul {
    list-style: none;
    margin: 0;
    padding: 1px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e9f7fb;
}

.separation-scheme table tbody tr td ul {
    position: absolute;
}

.separation-scheme table:nth-child(2) tbody tr td ul {
    margin-left: 31px;
}

.separation-scheme table tbody tr td ul li,
.separation-scheme .legend ul li {
    line-height: 20px;
    text-align: right;
    padding: 0 5px;
    font-size: 13px;
    color: #484848;
    text-shadow: 0 1px #fff;
}

.separation-scheme table tbody tr td ul li u,
.separation-scheme .legend ul li u {
    text-decoration: none;
    color: #666;
}

/* on the left to the top */

.separation-scheme table tbody tr td ul li.link {
    position: absolute;
    padding: 0;
    line-height: 0;
    text-shadow: none;
    border-top-right-radius: 2px;
    border-right: 2px solid #727272;
    border-top: 2px solid #727272;
    width: 15px;
    top: 50%;

    right: -17px;
    min-height: 50px;
}

/* on the right */

.separation-scheme table:nth-child(2) tbody tr td ul li.link {
    border-right: 0;
    border-top-left-radius: 2px;
    border-left: 2px solid #727272;

    left: -17px;
}

/* to the bottom */

.separation-scheme table tbody tr.helpers-bottom td ul li.link {
    border-radius: 0;
    border-bottom-right-radius: 2px;
    border-top: 0;
    border-bottom: 2px solid #727272;
    top: auto;
    bottom: 50%;
}

.separation-scheme table:nth-child(2) tbody tr.helpers-bottom td ul li.link {
    border-radius: 0;
    border-bottom-left-radius: 2px;
}

.separation-scheme table tbody tr td.border-yellow ul li.link {
    border-color: #CACACA;
}

.separation-scheme .legend-container {
    clear: both;
}

.separation-scheme .legend {
    text-align: left;
    display: inline-block;
    padding: 5px 4px;
    margin: 0 0 15px 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #ebebeb;

    font-size: 13px;
    color: #8d8d8d;
}

.separation-scheme .legend:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.separation-scheme .legend ul {
    display: inline-block;
}

.separation-scheme .legend ul li {
    padding-left: 9px;
}

.separation-scheme .legend .phrase1 {
    display: inline-block;
    position: relative;
    padding-left: 17px;
}

.separation-scheme .legend .phrase1:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 2px solid #CACACA;
    width: 15px;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.separation-scheme .legend .phrase2 {
    position: relative;
    top: -2px;
    padding-top: 21px;
}

.separation-scheme .legend .phrase2:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 2px solid #CACACA;
    height: 21px;
    left: 11px;
    top: 0;
}

.sep-bg .comment-block {
    background-color: rgb(236, 236, 236);
    height: 84px;

    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sep-bg .comment-block h4 {
    font-size: 18px;
    color: #1c1c1c;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.196);
    line-height: 26px;
    margin: 0;
    padding: 9px 0 0 30px;
}

.sep-bg .comment-block .comment {
    font-size: 16px;
    color: rgb(102, 102, 102);
    padding: 0 30px;
}

/* ss- */

.ss-text {
    text-align: left;
    padding-bottom: 1px;
    text-shadow: 0 1px #fff;
}

.ss-list {
    border-collapse: collapse;
    margin: 9px 0 0 30px;
}

.ss-list td {
    text-align: left;
    line-height: 19px;
    padding: 0;
    text-shadow: 0 1px #fff;
}

.ss-list td:first-child {
    padding-right: 4px;
}

.ss-list td b {
    font-weight: bold;
    color: #a740b1;
}

@media screen and (max-width: 1480px) {
    .order-plan-table .table {
        margin-right: 10px;
    }

    .plan-hold section.save {
        margin-right: 10px;
    }

    .spec_instructions {
        margin-right: 6px;
    }
}
@media screen and (max-width: 1250px) {
    .spec_instructions {
        min-width: 742px;
        /*margin: 0 300px 0 0;*/
        display: block;
    }
}
@media screen and (min-width: 1481px) {
    .spec_instructions {
        margin: 0 296px 0 10px;
    }
}
/*[SCLAB-2779] Вкладка "Опции" и модалки D8 для Suncleardirect aligners*/
section.options {padding: 8px 10px 0; box-sizing: border-box;}
section.options * {box-sizing: border-box;}
section.options:after {content: ''; clear: both; display: block; width: 0; height: 0; overflow: hidden; font-size: 0;}
section.options .info {position: relative;}
section.options h3 {font: 19px/22px 'PFDinTextProLight', sans-serif; color: #666; text-shadow: 0 1px #fff; margin: 0 0 8px 0; text-align: center; user-select: none;}
section.options .box {width: 731px; margin: 0 auto; overflow: hidden;}
section.options .box table td {padding-bottom: 10px; vertical-align: top;}
section.options .box table td:first-of-type {padding-right: 40px;  font-size: 15px;}
section.options label._r input {opacity: 0; display: none;}
section.options label._r {cursor: pointer; position: relative; color: #585858; display: inline-block; line-height: 22px; margin-bottom: 5px; margin-top: 5px; vertical-align: top; float: left; text-shadow: 0 1px 0 #ffffff; user-select: none; font-size: 16px;}
section.options label._r.uprcase {}
section.options label._r input + span {padding-left: 36px;}
section.options label._r span:before {content: ''; position: absolute; top: -6px;
	left: 2px; width: 26px; height: 27px; background: url("./skins/blue1/radiobutton_empty.svg") 0 0 no-repeat; transition: all .2s; filter: grayscale(100%); opacity: .8;}
section.options label._r input:checked + span:before {cursor: default; filter: grayscale(0%); opacity: 1;  background-image: url("./skins/blue1/radiobutton.svg");}
section.options label._r input + span:after {}
section.options label._r input:checked + span {color: #181818; cursor: default;}
section.options label._r input:checked + span:before {border-color: #23b5e7 !important; cursor: default;}
section.options label._r:hover {color: #333;}
section.options label._r input:disabled,
section.options label._r input:disabled + span {filter: grayscale(100%); opacity: .7; }
section.options label._r input:disabled:hover + span {color: #585858;}
section.options label._r input:disabled:hover + span:before {border-color: #959595;}
section.options label._r input:hover + span:before {border-color: #505050;}
section.options .info[data-ischangeable="0"] label {opacity: .7; cursor: default;}
section.options .info[data-ischangeable="0"] input:hover + span:before {border-color: #959595;}
section.options .info[data-ischangeable="1"] {}
/*Обновлённый блок опций [SCLAB-3253] Развернуть новый вариант Nexaligners на базе ids=53*/
section.options .info.wide {
	width: 100%;
}

section.options .info.wide .box {
	width: calc(100% - 8px);
}

section.options .info.wide label._r {
	border: 3px solid #fff;
	display: flex;
	width: 100%;
	line-height: 17px;
	font-size: 16px;
	border-radius: 5px;
	padding: 23px 20px 12px;
	background: #fff;
}

section.options .info.wide label._r.active {
	border: 3px solid #23b5e7;
}

section.options .info.wide label._r input + span {
	display: inline-flex;
	width: 220px;
	min-width: 220px;
	padding-right: 12px;
	position: relative;
}

section.options .info.wide label._r span:before {}

section.options .info.wide label._r input + span:after {}

section.options .info.wide label._r em {
	display: inline-flex;
	flex-direction: column;
	font-style: normal;
	color: #333;
	line-height: 21px;
}

/*Модалка с опциями*/
.box_aco {border-radius: 5px; padding: 22px 4px 7px; margin: 0 auto; overflow: hidden;}
.box_aco table td {padding-bottom: 10px; vertical-align: middle; color: #666;}
.box_aco table td:first-of-type {padding-right: 40px;  font-size: 15px;}
.box_aco label._r,
.box_aco label._r *,
.box_aco label._r *:before,
.box_aco label._r *:after {box-sizing: border-box;}
.box_aco label._r input {opacity: 0; display: none;}
.box_aco label._r {cursor: pointer; position: relative; color: #585858; display: inline-block; line-height: 22px; margin-bottom: 5px; margin-top: 5px; vertical-align: top; float: left; text-shadow: 0 1px 0 #ffffff; user-select: none; font-size: 16px;}
.box_aco label._r.uprcase { text-transform: uppercase;}
.box_aco label._r input + span {padding-left: 36px;}
.box_aco label._r span:before {content: ''; position: absolute; top: -3px; left: 3px; width: 26px; height: 26px; border-radius: 50%; border: solid 2px #959595;}
.box_aco label._r input:checked + span:after {opacity: 1; cursor: default;}
.box_aco label._r input + span:after {content: ''; position: absolute; top: 4px; left: 9px; width: 14px; height: 13px; background: url("./skins/blue1/tickssmall.png") 0 -13px; opacity: 0;transition: all .2s;}
.box_aco label._r input:checked + span {color: #181818; cursor: default;}
.box_aco label._r input:checked + span:before {border-color: #23b5e7 !important; cursor: default;}
.box_aco label._r:hover {color: #333;}
.box_aco label._r input:disabled,
.box_aco label._r input:disabled + span {opacity: .7;}
.box_aco label._r input:disabled:hover + span {color: #585858;}
.box_aco label._r input:disabled:hover + span:before {border-color: #959595;}
.box_aco label._r input:hover + span:before {border-color: #505050;}

@media screen and (max-width: 576px) {
	section.options .info.wide label._r {flex-direction: column;}
	section.options .info.wide label._r em {margin-top: 12px;}
	section.options .info.wide label._r input + span {min-height: 35px; width: 100%;}
}
