/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/static/Roboto-Regular.ttf') format('truetype'),
    url('fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 15px 0 60px;
    overflow-y: scroll;
}

.wrap > .container {
    padding: 50px 15px 160px 15px;
}

@media (min-width: 1200px) {
    .wrap > .container {
        width: 1200px;
    }
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.btn{
    border-radius: 10px;
    /*font-size: 1.5em;*/
}

.navbar-toggle .icon-bar{
   border: 1px solid;
}
.navbar-toggle{
   border: 1px solid #ccc!important;
}

.navbar{
    background: #fff;
}

.navbar-collapse{
    margin-top: 100px;
}
.navbar-fixed-top .navbar-collapse{
    max-height: 450px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.input-group-addon.success-check{
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}
.input-group-addon.info-check{
    background-color: #5bc0de;
    border-color: #46b8da;
}
.input-group-addon.danger-check{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.input-group-addon.warning-check
{
    background-color: #f0ad4e;
    border-color: #eea236;
}

.add-new{
    display: none;
}
.add-btn{
    display: inline-block;
}
.w30{
    width: 30%!important;
}
.w50{
    width: 50%!important;
}
.w40{
    width: 40%!important;
}
.w80{
    width: 80%!important;
}
.w95{
    width: 95%!important;
    display: inline-block;
}
.del-btn{
    display: inline-block;
    float: right;
}

.del-btn span{

    font-size: 18px;
    line-height: 35px;
    margin-left: 1%;
}

.navbar-inverse, .footer{
    background: #352F85!important;
}
.footer{
    color: #eee;
}

/* INPUT RANGE */
.no-mrg .input-daterange{
    width: calc(100% - 100px);;
    float: right;
}

.no-mrg .input-daterange .form-control{
    margin-left: 0;
}
.no-mrg .input-daterange .form-control:first-child{
    margin-left: -2px;
    border-radius: 0;
}

.table > tbody > tr.in_work > td {
    background-color: #8BC077;
}

.table > tbody > tr.new > td {
    background-color: #64BBD3;
}

.table > tbody > tr.avaria > td {
    background-color: #D04A43;
}

.table > tbody > tr.out_of_date > td {
    background-color: #E9B14E;
}
.smimage{
    float: left;
    margin: 5px 10px;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
}
.smimage img{
    margin-bottom: 5px;
}

.photos{
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }
    .filters {
        display: none;
    }
    .navbar-brand img{
        max-height: 32px;
    }
}

@media screen and (max-width: 319px) {
}

.btn-red{
    background: #c42a33;
    border: none;
    transition: all 0.3s ease-in;

}

.btn-red:hover{
    background: red;
    border: none;
}

.btn-terminal{
 width: 350px;
 font-size: 3rem;
 text-align: center;
}
.excel-export{
    float: left;width: 160px;
    margin: 0 10px;
}


.form-control{
    font-size: 13px;
}

.excel-export #excelReportFrom button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.excel-export .progress{
    margin-bottom: 0;
}

/**********************
Экспорт
 */
.b-excel-export{
    display: inline-flex;
}

.b-excel-export #excelReportFrom button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 100%;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    transition: .25s ease-out;
    border: 1px solid #29abe2;
    color: #fff;
    background-color: #29abe2;
}
.b-excel-export #excelReportFrom button:hover{
    text-decoration: none;
    color: #fff;
    opacity: .9;
}

.b-excel-export .progress{
    margin-bottom: 0;
}

.phone-bar{
    background: #e4e4e4;
    padding: 10px 0 0;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 10px;
}

.phone_submit{
    height: 23px;
    line-height: 13px;
}
#PHONE_requests_list{
    position: absolute;
    background: #eee;
    padding: 15px;
    border-radius: 10px;
    list-style: none;
}

.audiojs{
    width: 100% !important;
    box-shadow: none!important;
}
.scrubber{
    width: 60% !important;
}

.time{
    float: none!important;
}
.audiojs .play-pause{
    width: 30px!important;
}

.audio_new {
    width: 100%;
    height: 100px;

    animation: 0.3s fadeIn;
    animation-fill-mode: forwards;

    visibility: hidden;
}

.audio_new:hover {
}

@keyframes fadeIn {
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.hidden{
    display:none!important;
}

/* DataRange */
.input-daterange input{
    width:50%!important;
    height: 30px;
    background-color: #ffffff;
    display: block;
    padding: 6px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4d4d4d;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    text-align: left;
}

.input-daterange input:first-child{
    padding-left: 8px;
    border-radius: 6px 0 0 6px;
}

.input-daterange input:last-child {
    border-radius: 0 6px 6px 0;
}

.request-search-wrapper .form-group{
    margin: 0;
}
.myata{
    border-bottom: 1px solid lightgrey;
    height: 61px;
    padding-top: 10px;
    z-index: 2000;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove{
    float: left!important;
}

.b-card-tf.outdated{
    background-color: #FEEFD8;
    border: none;
}

.b-card-tf.outdated:before{
    background-color: #FFA600;
}

.b-card-tf.future:before {
    background-color: #F40FBA;
}
.b-card-tf.future {
    background-color: #FFBFF9;
    border: none;
}
.photos > button{
    margin-top: -20px!important;
}
.b-image{
    margin-top: 7px!important;
}
div .photos{
    margin-bottom: -5px!important;
}
.customBtn072 > button{
    /*margin-top: -55px!important;*/
}

.wrap072 > .container {
    padding: 70px 15px 160px 15px!important;
}
.b-request-card.outdated{
    background-color: #FEEFD8;
    border: none;
}

.b-request-card.outdated:before{
    background-color: #FFA600;
}

.b-request-card.future:before {
    background-color: #F40FBA;
}
.b-request-card.future {
    background-color: #FFBFF9;
    border: none;
}
.b-card-request.to_check:before {
    background-color: #cf69cf;
}
.b-card-request.to_check {
    background-color: #FFCDE3;
    border: none;
}
.b-card-request.proccessing {
    background-color: #c7e9ff;
    border: none; }
.b-card-request.proccessing:before {
    background-color: red; }
.call-icon-show{
    margin-left: 2px;
    width: 25px;
    position: absolute;
    z-index: 999!important;
}
.call-icon-hide{
    margin-left: 2px;
    display: none;
    width: 25px;
    position: absolute;
}
#requestform-phone{
    width: 90%!important;
    margin-left: 30px;
}
.input-group-addon{
    border: unset!important;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.custom_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .custom_slider {
    background-color: #2196F3;
}

input:focus + .custom_slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .custom_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.custom_slider.round {
    border-radius: 34px;
}

.custom_slider.round:before {
    border-radius: 50%;
}

.robotIcon{
    width: 30px;
    margin-right: 4px;
}
.info-message{
    float: left;
    margin-top: -25px;
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.auth_button {
    border-radius: 8px;
    width: 100%;
    min-height: 44px;
    background: #07f;
    cursor: pointer;
    transition: all .2s ease;
    color: #ffffff;
}
.auth_button:hover {
    background: #0071f2;
    color: #fff3cd;
}