/*.header {*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    margin: 0 auto;
    border-left: 1px solid rgb(240,240,240);
    border-right: 1px solid rgb(240,240,240);
}

.img_close {
    display: inline-block;
    background: no-repeat center url(/img/close.svg);
    background-size: 2rem;
    width: 15px;
    padding-top: 10px;
    border: none;

}


@media only screen and (max-width: 1600px){
    .content {
        width: 98%;
    }
    .navbar-brand {
        margin-left: 0;
    }
    .navbar-collapse {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1600px){
    .content {
        width: 90%;
    }
    .navbar-brand {
        margin-left: 5%;
    }
    .navbar-collapse {
        margin-right: 3%;
    }
}

.content-work-day {
    background-color: rgb(237, 244, 249);
}

.work-day {
    float:left;
    background-color: white; /* Цвет фона */
    width: 99%; /* Ширина блока */
    height: 235px; /* Ширина блока */
    padding: 10px; /* Поля */
    border: 1px solid #a8a8a8; /* Параметры рамки */
    overflow-y: scroll;
    overflow-x: hidden;
}

:root {
    --color: #2cba92;
}

.color-user {
    background-color: var(--color);
}

.color-user-1 {
    background-color: rgba(104, 104, 104, 0.46)
}

.color-user-2 {
    background-color: rgba(81,131,206,0.68)
}

.color-user-3 {
    background-color: rgba(255,73,69,0.7)
}

.color-user-4 {
    background-color: rgba(104,204,95,0.67)
}

.color-user-5 {
    background-color: rgba(222, 205, 58, 0.66)
}
.color-user-6 {
    background-color: rgba(228, 115, 41, 0.8)
}
.color-user-7 {
    background-color: rgba(228, 108, 194, 0.7)
}
.color-user-8 {
    background-color: rgba(103, 217, 228, 0.7)
}
.color-user-9 {
    background-color: rgba(66, 228, 144, 0.7)
}
.color-user-10 {
    background-color: rgba(225, 224, 228, 0.7)
}
.store {
    background-color: rgba(219, 226, 231, 0.19);
}

.smena {
    border-right: 1px solid rgb(240,240,240);
}

.store-header {
    text-align: center;
    border: 1px solid rgba(110, 204, 105, 0.47); /* Параметры рамки */
}

.store-suc {
    width: 5%;
}

.store-but {
    margin-top: 30px;
}

.partners {

}

.partners-header {
    text-align: center;
}

.partners-content {
    width: 80%;
    margin: 0 auto;
}

.partner-block {
    width: 220px;
}

.partner-label {
    font-size: 14px;
    text-align: center;
}

.partner-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    max-width: 200px;
}

.contact {
    background-color: rgba(219, 226, 231, 0.19);
    margin-bottom: 10px;
}

.contact-header {
    text-align: center;
}

.message{
    /*text-align: right;*/
    /*width: 40%;*/
}

.message input {
    width: 95%;
    padding: 5px;
    height: 7%;
    margin-bottom: 10px;
}

.message textarea {
    width: 95%;
    padding: 5px;
    margin-bottom: 5px;
}

.message a {
    color: rgb(255, 255, 255);
    /*padding: 10px;*/
    /*margin-bottom: 5px;*/
    /*background-color: rgb(244,90,64);*/
    text-decoration: none;
}

.message-block {
    text-align: right;
}

.message_textarea {
    text-align: left;
    height: 250px;
}

.info-title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    /*color: rgb(255, 255, 255);*/
}

.message-title {
    margin: 30px 0 10px 38px;
    font-size: 22px;
}


.about-center {
    text-align: center;
}

.about-right {
    text-align: right;
}

.about-img-center {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.about-img-right {
    display: block;
    float: right;
    width: 100%;
}

.about-end {
    margin-bottom: 10px;
}

/*messenger*/
.messenger-block {
    position: fixed;
    right: 25px;
    top: 8%;
    z-index:1.1;
    display: block;
    float:left;
    background-color: rgba(241, 241, 241, 0.84); /* Цвет фона */
    width: 510px; /* Ширина блока */
    height: 555px; /* Ширина блока */
    padding: 10px; /* Поля */
    border: 1px solid #a8a8a8; /* Параметры рамки */

}

.block-messages {
    height: 435px; /* Ширина блока */
    overflow-y: scroll;
    overflow-x: hidden;
}
/*messenger*/
/*.work-day {*/
/*    float:left;*/
/*    background-color: white; !* Цвет фона *!*/
/*    width: 99%; !* Ширина блока *!*/
/*    height: 235px; !* Ширина блока *!*/
/*    padding: 10px; !* Поля *!*/
/*    border: 1px solid #a8a8a8; !* Параметры рамки *!*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
/*}*/

.messages_view {
    width: 100px;
    height: 10px;
    line-height: 10px;
    padding: 0 3px 0 3px;
    background: #e22020;
    border-radius: 50%;
    text-align: center;
    color: #ffffff !important;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.datepicker {
    z-index: 1600 !important; /* has to be larger than 1050 */
}

.table_driver_contest {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.fine_td {
    border-right:none !important;
    border-left:none !important;
    border-bottom:none !important;
    border-top:none !important;
}

.styles_checkbox:checked,
.styles_checkbox:not(:checked)
{
    position: absolute;
    left: -9999px;
}

.styles_checkbox:checked + label,
.styles_checkbox:not(:checked) + label
{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.styles_checkbox:checked + label:before,
.styles_checkbox:not(:checked) + label:before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.styles_checkbox:checked + label:before,
.styles_checkbox:not(:checked) + label:before {
    border-radius: 2px;
}

.styles_checkbox:checked + label:after,
.styles_checkbox:not(:checked) + label:after
{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.styles_checkbox:checked + label:after,
.styles_checkbox:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 13px;
    height: 8px;
    border-radius: 1px;
    border-left: 4px solid #1467de;
    border-bottom: 4px solid #1467de;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.styles_checkbox:not(:checked) + label:after {
    opacity: 0;
}

.styles_checkbox:checked + label:after {
    opacity: 1;
}

.messages-styles {
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    margin-left: 0.05em;
    margin-right: 0.05em;
    border-radius: 3px;
}


.driver_schedule_table {
    text-align: center;
    background-color: #97c8ec;
}

.driver_schedule_table_hr {
    margin: 4px;
}

.driver_schedule_table_text {
    padding: 7px 0 7px 0;
    text-align: center;
}

.client_status_color_not_block {
    background-color: rgb(149 190 240) !important;
}

.client_status_color_block {
    background-color: rgb(226 130 130) !important;
}

#tbody_driver_schedule{
    background-color: rgba(255, 255, 255, 0.92);
}

#tbody_driver_schedule td{
    border-top: 1px solid #000000;
}

.input-change-order-count-style {
    text-align: left;
    width: 60px;
    /* height: 38px; */
    padding: 6px;
    border: 1px solid #ced4da;
    border-radius: 5px;
/* border-right: none;*/
}

.input-change-order-count-style:read-only {
    background-color: #e7eaee;
}

.input-change-order-count-but {
    /* width: 60px; */
    width: 60px;
    /* height: 38px; */
    padding: 6px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    text-align: center;
/* border-left: none;*/
}

.stats-color-receipt {
    border-color: #34bf40!important;
}

.stats-color-receipt-all {
    background-color: rgba(239, 248, 239, 0.63) !important;
    border-color: #34bf40!important;
}

.stats-color-receipt-right {
    border-right-color: #34bf40!important;
}

.stats-color-expense {
    border-color: #c70f0f!important;
}

.stats-color-expense-all {
    background-color: rgba(246, 238, 238, 0.63);
    border-color: #c70f0f!important;
}
