﻿body {
    color: black;
    padding-top: 0;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

select.input-validation-error,
textarea.input-validation-error,
input.input-validation-error {
    border: 1px solid #b94a48;
    float: left;
    margin-right: 10px;
}

span.field-validation-error span {
    line-height: 2.25em;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.sk-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3f64ab;
    background: linear-gradient(to bottom, #7db9e8 0%, #3f64ab 100%);
}

@media (min-width: 768px) {
    .sk-header {
        margin-top: 20px;
        padding: 20px 40px;
    }

        .sk-header a {
            display: block;
        }
}

.sk-header address {
    color: white;
    margin: 0;
}

    .sk-header address .h3 {
        font-size: 200%;
        margin-top: 15px;
    }

        .sk-header address .h3 a {
            color: white !important;
        }

        .sk-header address .h3 a.tel {
            color: cornflowerblue !important;
        }

        .sk-header address .h3 span {
            display: none;
        }

@media (min-width: 992px) {
    .sk-header address .h3 span {
        display: inline;
    }
}

.sk-navbar {
    border-bottom: 1px solid #336699;
}

    .sk-navbar .navbar {
        border: 0 none;
        margin-bottom: 0;
        box-shadow: none;
    }

    .sk-navbar,
    .sk-navbar .navbar,
    .sk-navbar-root,
    .sk-navbar-root .navbar {
        background: #dae1e8;
        background: linear-gradient(to bottom, #dae1e8 0%, #ececec 100%);
    }

.sk-navbar-root {
    border-bottom: 1px solid #336699;
}

.sk-footer {
    border-top: 1px solid #336699;
    padding-top: 20px;
    margin-top: 20px;
}

/* Search field on main root page */
.sk-search {
    margin-bottom: 20px;
}

    .sk-search .btn {
        width: 100%;
        box-sizing: border-box;
    }

.sk-login-error-summary ul {
    margin: 0 0 20px 0;
    padding: 0;
}

    .sk-login-error-summary ul li {
        list-style: none;
        padding: 0;
    }

/* root h3 title */
.sk-root-title {
    margin-top: 0;
}

/* root table headers */
.sk-root-table > tr > th,
.sk-root-table > thead > tr > th,
.sk-root-table > tbody > tr > th {
    font-weight: normal;
    color: #666666;
}

/* root table div emulation */
.sk-row-table-header {
    margin-top: 20px;
    padding-bottom: 15px;
}

.sk-row-table {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* we have no border in search */
#items .sk-row-table:first-child {
    border-top: 0 none;
}

/* input max widths */
.sk-width-xs {
    max-width: 60px;
}

.sk-width-s {
    max-width: 160px;
}

.sk-width-m {
    max-width: 300px;
}

.sk-width-l {
    max-width: 390px;
}

.sk-width-xl {
    max-width: 480px;
}

/* INN, KPP, OKVED */
.sk-width-s inn {
}

.sk-width-s kpp {
}

.sk-width-s okved {
}

/* mainpage about caurusel */
.sk-about-logolist li {
    padding: 10px 0 10px 220px;
    background-repeat: no-repeat;
    background-position: left center;
}

.sk-about-i-skydsl {
    background-image: url(/content/about-logos/skydsl200.gif);
}

.sk-about-i-siklu {
    background-image: url(/content/about-logos/siklu.png);
    padding-left: 190px !important;
    margin-left: 30px;
}

.sk-about-i-tooway {
    background-image: url(/content/about-logos/tooway200.gif);
}

.sk-about-i-gepon {
    background-image: url(/content/about-logos/gepon.png);
}

.sk-about-i-wimax {
    background-image: url(/content/about-logos/wimax.png);
    min-height: 71px;
}

/* alert infomessage at the top of layout */
.sk-message {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .sk-message .alert {
        margin-bottom: 0;
    }

/* paginator container */
.pagination-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .pagination-container .pagination {
        margin-top: 0;
        margin-bottom: 0;
    }

.file-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.asterisk-isbridge {
    color: #3c763d;
}

.asterisk-clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 54px;
    max-width: 190px;
    font-size: 12px;
    display: table-cell;
}

.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    margin-top: 11px;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-left: -11px;
    }

#IsApprovalDiv {
    color: coral;
}

.star-icon {
    color: orange;
}

    .star-icon.glyphicon-star-empty {
        color: #ccc !important;
    }

.checkbox-row-group {
    margin-bottom: 15px;
}

    .checkbox-row-group .checkbox-label {
        padding-top: 7px;
    }

.bankpay-item p {
    margin: 0px !important;
}

.bankpay-item-param {
    font-size: 0.85em;
    color: #777;
}

.bankpay-item-description {
    font-size: 0.85em;
    color: #333;
}

.bankpay-item-btn {
    display: block;
    margin-top: 5px;
}

.bankpay-item-check {
    margin: 0 auto !important;
    vertical-align: bottom;
    display: block;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.map-div {
    width: 100%;
    height: 300px;
}

@media (max-width: 768px) {
    .map-div {
        width: 100%;
        height: 200px;
    }
}

.spinner {
    margin: 8% auto;
    width: 140px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: rgb(48, 143, 238);
        height: 100%;
        width: 7px;
        margin: 0 5px 0 0;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.watchers-productvalue small {
    color: #777;
}

.watchers-productvalue input {
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px;
}

.float-right {
    float: right;
}

.text-isFavorites {
    background-color: #dea5a5;
}

.editWarehouseRemainsRow {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.editWarehouseRemainsHeader {
    margin-bottom: 10px;
}
.warehouse-remains-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.warehouse-remains-row-number {
    display: block
}
    .warehouse-remains-row-number small {
        color: #777;
        font-size: 11px;
    }

.warehouse-remains-row-created {
    display: block
}
    .warehouse-remains-row-created small {
        color: #777;
        font-size: 11px;
    }

.warehouse-remains-row-status {
    border: 1px solid #777;
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: white;
}
.warehouse-remains-row-status-1 {
    background-color: #3c763d;
}
.warehouse-remains-row-status-2 {
    background-color: #3f64ab;
}
.warehouse-remains-row-send1c {
    padding: 0 20px;
    border-radius: 3px;
    font-size: 12px;
}

.color777 {
    color: #777;
}

.cursor-pointer {
    cursor: pointer;
}

.bold {
    font: bold
}

@media screen and (max-width: 991px) {
    .text-h-sm {
        display: none;
    }

    .m-b-sm {
        margin-bottom: 10px;
    }
}

.sg-list-title-div {
    margin-bottom: 10px;
}

.sg-list-title {
    font-size: 16px;
    color: #3d4042;
    text-decoration: underline;
    font-weight: 600;
    margin-left: 10px;
}

.sg-list-title-descr {
    color: #333;
}

    .sg-list-title-descr small {
        color: #777;
    }
.m-b {
    margin-bottom: 15px;
}


/*loading ...*/
.lds-dual-ring {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 91001;
    top: 200px;
    position: fixed;

    display: inline-block;
    width: 64px;
    height: 64px;
}
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #2e6da4;
        border-color: #2e6da4 transparent #2e6da4 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

.border-top-4 {
    border-top-width: 4px;
    border-top-style: solid
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.span-list-item{
    border: 1px solid #e2e2e2;
    padding:3px 5px;
    margin: 3px 0px;
    border-radius: 5px;
    white-space: pre-wrap;
    display:inline-block;
}
.root-logo {
    width: 42px;
    height: 42px;
    border-radius: 42px;
}
.root-logo-circle{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right:5px;
}
.servicedaily-coificient {
    margin-right: 10px;
}
    .servicedaily-coificient.rerror {
        color: #b94a48;
    }
    .servicedaily-coificient.warning {
        color: coral;
    }
    .servicedaily-coificient.good {
        color: forestgreen;
    }

    .servicedaily-coificient small {
        color: #898787;
    }
    .servicedaily-coificient i {
        color: #898787;
    }

.whatsup-logo {
    display: inline-block;
    height: 46px;
    width: 46px;
}

.pink-text-selected {
    background: rgba(255,184,206,0.8);
    color: black;
}
.green-text-selected {
    background: rgba(0,180,0,0.89);
    color: black;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

table.fixed {
    table-layout: fixed;
}

    table.fixed td {
        overflow: hidden;
    }

.compact-button{
    padding: 2px 2px;
    border: none;
    cursor: pointer;
    background-color: none;
    color: black;
    font: 14px;
    margin: 0 auto; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}
.compact-button.remove {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .compact-button.add {
        font: 16px bold;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .compact-button-add:hover {
        opacity: 0.8;
    }


    .compact-button-add.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }