.panel-halfscreen {max-width: 880px;}

.site_title i {
    border: 0 !important;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

ul.timeline li {
    border-bottom: none !important;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px
}

.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px
}
.view {
    width: 100%;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table
}

.timeline > li:after {
    clear: both
}

.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative
}

.block-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;

    background: #f7f7f7;
    border: #ccc;
    margin-top: 5px;
    padding: 5px;
}

.form-group .table .btn {
    margin: 0 !important;
}

.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 12px;
    line-height: 1.1
}

.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600
}

.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px
}

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0
}

.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px
}

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd
}

.label2 {
    border-radius: 0;
    text-shadow: none;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px 3px;
    background-color: #abbac3 !important
}

.label2[class*="span"][class*="arrow"] {
    min-height: 0
}

.badge {
    text-shadow: none;
    font-size: 12px;
    padding: 1px 15px;
    font-weight: normal;
    line-height: 15px;
    background-color: #ABBAC3 !important;
}

.label2-transparent,
.badge-transparent {
    background-color: transparent !important
}

.label2-grey,
.badge-grey {
    background-color: #a0a0a0 !important
}

.label2-info,
.badge-info {
    background-color: #3a87ad !important
}

.label2-primary,
.badge-primary {
    background-color: #2283c5 !important
}

.label2-success,
.badge-success {
    background-color: #82af6f !important
}

.label2-important,
.badge-important {
    background-color: #d15b47 !important;
    color: #fff;
}

.label2-inverse,
.badge-inverse {
    background-color: #333 !important
}

.label2-warning,
.badge-warning {
    background-color: #f89406 !important
}

.label2-pink,
.badge-pink {
    background-color: #d6487e !important
}

.label2-purple,
.badge-purple {
    background-color: #9585bf !important
}

.label2-yellow,
.badge-yellow {
    background-color: #fee188 !important
}

.label2-light,
.badge-light {
    background-color: #e7e7e7 !important
}

.badge-yellow,
.label2-yellow {
    color: #963 !important;
    border-color: #fee188
}

.badge-light,
.label2-light {
    color: #888 !important
}

.label2.arrowed,
.label2.arrowed-in {
    position: relative;
    margin-left: 9px
}

.label2.arrowed:before,
.label2.arrowed-in:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 9px 7px;
    border-right-color: #abbac3
}

.label2.arrowed-in:before {
    border-color: #abbac3;
    border-left-color: transparent !important;
    left: -9px
}

.label2.arrowed-right,
.label2.arrowed-in-right {
    position: relative;
    margin-right: 9px
}

.label2.arrowed-right:after,
.label2.arrowed-in-right:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 9px 7px;
    border-left-color: #abbac3
}

.label2.arrowed-in-right:after {
    border-color: #abbac3;
    border-right-color: transparent !important;
    right: -9px
}

.label2-info.arrowed:before {
    border-right-color: #3a87ad
}

.label2-info.arrowed-in:before {
    border-color: #3a87ad
}

.label2-info.arrowed-right:after {
    border-left-color: #3a87ad
}

.label2-info.arrowed-in-right:after {
    border-color: #3a87ad
}

.label2-primary.arrowed:before {
    border-right-color: #2283c5
}

.label2-primary.arrowed-in:before {
    border-color: #2283c5
}

.label2-primary.arrowed-right:after {
    border-left-color: #2283c5
}

.label2-primary.arrowed-in-right:after {
    border-color: #2283c5
}

.label2-success.arrowed:before {
    border-right-color: #82af6f
}

.label2-success.arrowed-in:before {
    border-color: #82af6f
}

.label2-success.arrowed-right:after {
    border-left-color: #82af6f
}

.label2-success.arrowed-in-right:after {
    border-color: #82af6f
}

.label2-warning.arrowed:before {
    border-right-color: #f89406
}

.label2-warning.arrowed-in:before {
    border-color: #f89406
}

.label2-warning.arrowed-right:after {
    border-left-color: #f89406
}

.label2-warning.arrowed-in-right:after {
    border-color: #f89406
}

.label2-important.arrowed:before {
    border-right-color: #d15b47
}

.label2-important.arrowed-in:before {
    border-color: #d15b47
}

.label2-important.arrowed-right:after {
    border-left-color: #d15b47
}

.label2-important.arrowed-in-right:after {
    border-color: #d15b47
}

.label2-inverse.arrowed:before {
    border-right-color: #333
}

.label2-inverse.arrowed-in:before {
    border-color: #333
}

.label2-inverse.arrowed-right:after {
    border-left-color: #333
}

.label2-inverse.arrowed-in-right:after {
    border-color: #333
}

.label2-pink.arrowed:before {
    border-right-color: #d6487e
}

.label2-pink.arrowed-in:before {
    border-color: #d6487e
}

.label2-pink.arrowed-right:after {
    border-left-color: #d6487e
}

.label2-pink.arrowed-in-right:after {
    border-color: #d6487e
}

.label2-purple.arrowed:before {
    border-right-color: #9585bf
}

.label2-purple.arrowed-in:before {
    border-color: #9585bf
}

.label2-purple.arrowed-right:after {
    border-left-color: #9585bf
}

.label2-purple.arrowed-in-right:after {
    border-color: #9585bf
}

.label2-yellow.arrowed:before {
    border-right-color: #fee188
}

.label2-yellow.arrowed-in:before {
    border-color: #fee188
}

.label2-yellow.arrowed-right:after {
    border-left-color: #fee188
}

.label2-yellow.arrowed-in-right:after {
    border-color: #fee188
}

.label2-light.arrowed:before {
    border-right-color: #e7e7e7
}

.label2-light.arrowed-in:before {
    border-color: #e7e7e7
}

.label2-light.arrowed-right:after {
    border-left-color: #e7e7e7
}

.label2-light.arrowed-in-right:after {
    border-color: #e7e7e7
}

.label2-grey.arrowed:before {
    border-right-color: #a0a0a0
}

.label2-grey.arrowed-in:before {
    border-color: #a0a0a0
}

.label2-grey.arrowed-right:after {
    border-left-color: #a0a0a0
}

.label2-grey.arrowed-in-right:after {
    border-color: #a0a0a0
}

.label2-large {
    font-size: 13px;
    padding: 3px 8px 4px
}

.label2-large.arrowed,
.label2-large.arrowed-in {
    margin-left: 12px
}

.label2-large.arrowed:before,
.label2-large.arrowed-in:before {
    left: -16px;
    border-width: 11px 8px
}

.label2-large.arrowed-in:before {
    left: -12px
}

.label2-large.arrowed-right,
.label2-large.arrowed-in-right {
    margin-right: 11px
}

.label2-large.arrowed-right:after,
.label2-large.arrowed-in-right:after {
    right: -16px;
    border-width: 11px 8px
}

.label2-large.arrowed-in-right:after {
    right: -12px
}

.editable:hover:after {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}

.editable:after {
    content: " ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 18px;
}

.editable-view:hover:after {
    content: "\e105";
    display: inline-block;
    font: normal normal normal 14px/1 "Glyphicons Halflings";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}

.editable-view:after {
    content: " ";
    display: inline-block;
    font: normal normal normal 14px/1 "Glyphicons Halflings";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 18px;
}

.treegrid-indent {
    width: 32px;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100px;
    height: 21px;
}

.easy-autocomplete {
    width: 100% !important;
}

#loading {
    background: #3c3c3c;
    opacity: 0.5;
    cursor: auto;
    width: 100%;
    height: 100%;
    z-index: 15;

    /* Positioning */
    position: fixed;
    left: 0;
    top: 0;
}

.spinner {

    width: 40px;
    height: 40px;
    margin: 20% auto;

    position: fixed;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.spinner::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;

    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#loading {
    display: none;
}

.error-summary {
    color: #fff;
    background-color: rgba(231, 76, 60, 0.88);

    border-color: rgba(231, 76, 60, 0.88);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    position: relative;
}

.loading-text:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: loading .6s linear infinite;
}

.file-upload {
    position: relative;
    height: 32px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.42857143;
    color: #555;
}

.file-upload:after {
    content: "Обзор";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    padding: 6px 12px;
    color: #333;
}

.file-upload:hover:after {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.file-upload:active:after {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.file-upload:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: calc(100% - 40px);
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.file-upload input {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    z-index: 99;
    width: 100%;
    opacity: 0;
}

.table th, .table td {
    background: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ccc;
}

@media only screen and (max-width: 1280px) {
    .table th, .table td {
        font-size: 11px;
        padding: 4px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px;
    }

    .nav-sm .container.body .right_col {
        padding: 10px 0px;
    }

    .x_panel {
        padding: 10px 10px;
    }
}

.nav.navbar-nav li span.client-name .btn-client {
    cursor: pointer;
    margin-left: 10px;
}

.nav.navbar-nav li span.client-name {
    line-height: 32px;
    position: relative;
    display: block;
    padding: 13px 15px 12px;
}

.table-card {

}

.card-operation {
    position: relative;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius:8px;
    z-index: 10;
    font-size: 14px;
    font-weight: 400;

    margin-top: 18px;
    margin-bottom: 8px;
    padding: 15px;
    overflow: hidden;

}

.card-operation a {
    color: #00467b;
}
.card-operation img {
    height: 80px!important;
    margin-bottom: 4px;
}

.text-card {

}

.card-operation:hover {
    /*border: 1px solid rgba(0, 0, 0, .05);*/
    /*box-shadow: 0 2px 8px rgba(18, 17, 36, .1), 0 4px 16px rgba(18, 17, 36, .2);*/
    /*transition:box-shadow .15s cubic-bezier(.25, .1, .25, .1)*/


    border: 2px solid #00467b;
    box-shadow: 0 2px 8px rgba(18, 17, 36, .1), 0 4px 16px rgba(18, 17, 36, .2);
    transition:box-shadow .15s cubic-bezier(.25, .1, .25, .1)
}



.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

table.detail-view th {
    width: 200px;
}

table.detail-view td {
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

textarea {
    resize: none;
}
.x_title h2 {
    width: 100%;
}

.font9 {
    font-size: 9px;
}

.form-group.required label {
    color: #DF8244;
}

.btn-img-view {
    cursor: pointer;
    border-bottom: 1px dashed #31708f;
}
.view-image-box div{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 999;
}
.view-image-box img{
    width: 600px;
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

.yii-debug-toolbar__title {
    display: none;
}

.datepicker .datepicker-switch {text-align: center;}
.datepicker .today {text-align: center;}
.datepicker .day   {text-align: center; width: 30px; height: 30px; cursor: pointer;}
.datepicker .old.day  {color: #999999;}
.datepicker .next {text-align: right;}
.datepicker .day:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733
}

a.a_u {
    border-bottom: 1px dashed;
}

.text-danger {
    color: red;
}

.nav-sm .container.body .col-md-3.left_col {
    z-index: 99!important;
}

.sprint-debug {
    color: #eee; border-left: 4px solid #eee; padding-left: 1em;
}

.log-tree-node {

    border: 1px solid #ddd;
    border-left: 20px solid #ddd;
    padding-top: 4px;
}

.log-tree-node .node-content {
    padding-left: 8px;
}

.log-tree-node .total-time {
    background: #eee;
    padding: 2px;
}

.tree-node-children {
    border-left: 20px solid #ddd;
}

.log-tree-usertime {
    border: 1px solid #ddd;
    padding: 4px;
    background: #f5f5b5;
}

.log-tree-node a.text-muted {
    font-weight: normal;
    opacity: .75;
}

.log-tree-node a.text-muted:hover {
    font-weight: normal;
    opacity: 1;
}



#btn-client-remove {
    cursor: pointer;
}
#btn-client-remove:hover {
    color: red;
}
.block-client-header:hover {
    background: #f1f1f1;
}
.block-client-header {
    border: 1px solid #D9DEE4;
    border-top: 0;
    padding:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom: 3px;
    margin-top: 0px;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.block-client-header a  {
    font-size: 16px;
}
.block-client-header h2  {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.block-client-header h2 span {

    color:#ccc;
    font-size:12px;
}
.btn-edit-client {
    background: #f1f1f1;
}

#toast-container .toast-title {
    font-size: 21px;
}
#toast-container .toast-message {
    font-size: 18px;
}
#toast-container {
    width: 480px!important;
    margin-left: auto;
    margin-right: auto;
    top:100px!important;
    left: 0!important;

}
#toast-container.toast-top-center {

}
#toast-container>div {
    width: 480px!important;
    padding-left: 60px!important;
    padding-right: 40px!important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

#toast-container>div.toast-info {
    background-color: #BD362F!important;
    opacity: 1!important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100)!important;

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}



#toast-container-success {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}
#toast-container-success * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container-success > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container-success > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}
#toast-container-success > div:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container-success > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    width: 400px;
}

#toast-container-success.toast-top-center > div,
#toast-container-success.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container-success.toast-top-full-width > div,
#toast-container-success.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;

}

.btn-edit-client {
    background: #f1f1f1;
}

.panel-halfscreen {
    max-width: 880px;
}

.list-view .summary {
    margin-bottom: 15px;
}

.list-view .block-client {
    color: #586774 !important;
    border: 1px solid #ddd!important;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: none!important;
    font-size: 14px;
}

.list-view  .block-client h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.list-view .block-client h2 span {
    color: #979797;
    font-size: 12px;
}

.link-puls {
    animation: animate 3s linear infinite;
    padding: 2px;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}

@keyframes animate {
    0% {
        color: #23527c;
    }

    50% {
        color: #44a0f2;
    }

    100% {
        color: #23527c;
    }
}



    /*Downloaded from https://www.codeseek.co/shantikumarsingh/bootstrap-3-stepper-OOgGzG */
.stepper .nav-tabs {
    position: relative;
}
.stepper .nav-tabs > li {
    position: relative;
}
.stepper .nav-tabs > li:after {
    content: '';
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 30px;
    left: 50%;
    z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
    background: #34bc9b;
}
.stepper .nav-tabs > li:last-child::after {
    background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #34bc9b;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .nav-tabs [data-toggle='tab'] {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}
.stepper .nav-tabs [data-toggle='tab']:hover {
    background: transparent;
    border: none;
}
.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
    color: #34bc9b;
    cursor: default;
    border: none;
}
.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}
.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}
.stepper .completed .round-tab {
    background: #34bc9b;
}
.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .active .round-tab {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .active .round-tab::after {
    display: none;
}
.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
    display: none;
}


.opk {
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type="number"] {
        -moz-appearance: textfield;
        padding-bottom: 1px;
        border: 0;
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }
    .table-td-center {
        text-align: center;
    }
    .pokv {
        margin-bottom: 30px;
    }
    .header-pokv {
        font-weight: 700;
        text-align: center;
    }
    .krest i {
        height: 42px;
        line-height: 42px;
        color: red;
    }
    .krest a {
        margin-right: 10px;
    }
    .krest {
        float: right;
        margin-right: 15px;
        width: 36px;
    }
    .btn-plashka {
        cursor: pointer;
        padding: 0 0 0 16px;
        margin-bottom: 10px;
        height: 42px;
        line-height: 42px;
        background-image: linear-gradient(to bottom, #FFFFFF 0%, #f1f1f1 100%);
        background-repeat: repeat-x;
        text-shadow: 0 1px 0 #FFFFFF;
        display: block;
        overflow: hidden;
        position: relative;

        border: 1px solid #d5d5d5;
        white-space: nowrap;
        color: #444;
        text-decoration: none;

        border-radius: 4px;

        background-clip: padding-box;

        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        background-color: #fff;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(0.5, #fff));
        background-image: -webkit-linear-gradient(center bottom, #f1f1f1 0%, #fff 50%);
        background-image: -moz-linear-gradient(center bottom, #f1f1f1 0%, #fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f1f1f1', GradientType = 0);
        background-image: linear-gradient(to top, #f1f1f1 0%, #fff 50%);
    }
    .btn-plashka:hover {
        background-color: #fff;
        border-left: 8px solid green;
        padding: 0 0 0 9px;
    }
    hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.flex-beetween {
    display: flex;
    justify-content: space-between;
}

.flex-beetween > * {
    flex: 0 1 auto;
}

.pulse-play {
    animation: pulse 7s infinite;
    position: relative;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        color: #3d61f2;

    }
    7% {
        transform: scale(1.3);
        color: #001c90;
    }
    14% {
        transform: scale(1);
        color: #3d61f2;
    }
    21% {
        transform: scale(1.3);
        color: #001c90;
    }
    28% {
        transform: scale(1);
        color: #3d61f2;
    }
    100% {
        transform: scale(1);
        color: #3d61f2;
    }
}
