html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0;border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent }
body { line-height:1;  font-family: 'Fira Sans', sans-serif; }
ol, ul { list-style:none }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:'' }
ins { text-decoration:none }
del { text-decoration:line-through }
table { border-collapse:collapse; border-spacing:0 }
img { border: 0; }


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background-size: 100%;
    background-color: #e9ebee;
    font-size: 14px;
}

body
{
   min-width: 600px;
}

.top{
    background-color: #ffffff;
    padding: 22px;
    font-size: 17px;
    position: relative;
}

.btn-exit-top:hover{
    text-decoration: none;
    color: #333333;
}

.btn-exit-top:hover span{
    text-decoration: underline;
}

.btn-exit-top{
    width: 100px;
    margin: 8px 0 0 30px;
    float: right;
    color: #333333;
    display: block;

}

.btn-home-top{
    width: 30px;
    margin: 8px 600px 0 30px;
    float: right;
    color: #333333;
    display: block;

}

.home_img{
    width: 30px;
    height: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
    background: url("/public/backend/bower_components/adminex/images_/home.png") no-repeat;
    vertical-align: -6px;
}

#clock{
    padding: 0 170px 0 150px;
    text-align: center;
}

.data_block{
    width: 150px;
    top: 25px;
    left: 25px;
    position: absolute;
}

.user_info_block{
    width: 565px;
    top: 13px;
    right: 0;
    position: absolute;
}

#cfgndar
{
    float: left;
    margin-right: 10px;
    position: relative;
    bottom: 6px;
}

.user_name{
    width: 400px;
    display: block;
    float: right;
    line-height: 21px;
}

.user_name a{
    color: #333333;
}

.user_name a:focus,
.user_name a:hover{
    color: #333333;
    text-decoration: underline;
}

#exit{
    display: inline-block;
}

.exit_img{
    width: 24px;
    height: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
    background: url("/public/backend/bower_components/adminex/images_/exit.png") no-repeat;
    vertical-align: -6px;
}

#order_info{
    padding-right: 325px;
}

#order_status{
    width: 270px;
    top: 25px;
    right: 25px;
    position: absolute;
}

.content{
    padding: 25px;
    position: relative;
}

.title_order
{
    padding-bottom: 28px;
    padding-top: 9px;
    font-size: 21px;
    color: #49576e;
    clear: both;
}

a.go_btn2 {
    color: #FFFFFF;
    text-decoration: none;
}

.one_status{
    width: 100%;
    padding: 17px 0;
    margin: 0 0 12px 0;
    text-align: center;
    border-radius: 5px;
    /*background-color: white;*/
    font-size: 18px;
    color: #303030;
    display: block;
    position: relative;
}

.one_status:hover{
    text-decoration: none;
    color: #ff2121;
}

.one_status.active{
    color: #ff2121;
}

.one_status span:nth-child(1){
    width: 0;
    position: absolute;
    left: 20px;
    top: 15px;
    font-weight: bold;
    font-size: 27px;
    display: none;
}

.one_status.active span:nth-child(1){
    display: block;
}

.order_top{
    position: relative;
    padding: 16px;
    background-color: white;
    clear: both;
    font-size: 16px;
}

.order_top_block{
    display: inline-block;
    font-size: 24px;
}

.order_top_block2{
    padding: 0 150px 0 0;
    font-size: 18px;
}

.order{
    margin-bottom: 12px;
    border-radius: 5px;
    overflow: hidden;
}

.order_top_right{
    position: absolute;
    right: 20px;
    top: 15px;
}

.order_top_select{
    width: 70px;
    margin-right: 40px;
    vertical-align: top;
}

.order_top_right div:nth-child(2){
    width: 15px;
}

.order_content{
    background-color: white;
    border-radius: 0 0 5px 5px;
    margin-bottom: 12px;
    color: #8b8b8b;
    font-size: 15px;
    border-top: 2px solid #dddddd;
}

.content_one_label{
    display: inline-block;
    font-size: 18px;
}
.content_one
{
    padding: 19px;
    position: relative;
}
.content_one .order_top_right div:nth-child(1)
{
    width: 100px;
}
.content_one .order_top_right div:nth-child(2)
{
    width: 70px;
}
.content_one .order_top_right div:nth-child(3)
{
    width: 50px;
}
.content_one select
{
    width: 50px;
}
.suma_block
{
    padding: 13px 0;
}
.suma_label span:nth-child(1)
{
    text-transform: uppercase;
    font-size: 17px;
}

.suma_label span:nth-child(2)
{
    margin-left: 20px;
    font-size: 28px;
}
.suma_label
{
    float: left;
    margin-top: 16px;
}
.go_btn
{
    padding: 13px 50px;
    float: right;
    text-transform: uppercase;
    background-color: #424f64;
    color: white;
    font-size: 18px;
    border-radius: 5px;
}
.new_order{
    width: 100%;
    border-radius: 5px;
    background-color: white;
    font-size: 18px;
    color: #8c8c8c;
}

.new_order tr:first-child{
    color: black;
}

.badge-new{
    margin-left: 5px;
    padding: 3px 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 10px;
    background: #ff3c3c;
    border-radius: 40px;
    font-style: inherit;
    vertical-align: top;
}

.new_order td{
    padding: 19px;
}

.new_order tr:nth-child(1){
    color: #000000;
}

.new_order tr td:nth-child(2){
    border-left: 2px solid #e9ebee;
    border-right: 2px solid #e9ebee;
}

.new_order tr td:nth-child(3){
    border-left: 2px solid #e9ebee;
    border-right: 2px solid #e9ebee;
}

.new_order tr td:nth-child(4){
    border-left: 2px solid #e9ebee;
    border-right: 2px solid #e9ebee;
}

.new_order tr:nth-child(1) td{
    border-bottom: 2px solid #e9ebee;
}

.new_order tbody{
    color: #8c8c8c;
}
.new_order tbody tr:nth-child(1){
    color: #8c8c8c;
}

.go_btn_new{
    text-transform: uppercase;
    padding: 15px 50px;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
    width: 288px;
    margin: 28px auto;
}

.new_order_status div:nth-child(2){
    display: inline-block;
}

.new_order_status div:nth-child(3){
    display: inline-block;
    color: white;
    background-color: red;
    padding: 2px 12px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}

#add_order_btn{
    text-transform: uppercase;
    padding: 13px 24px;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    bottom: 7px;
    margin-right: 10px;
    margin-top: 28px;
}

#add_order_btn2{
    width: 110px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 14px 16px;
    position: absolute;
    top: 10px;
    right: 265px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
    text-align: center;
    display: block;
}

#add_order_btn2:hover{
    text-decoration: none;
}

.final_title_order{
    float: left;
}

#edit_order_btn{
    float: right;
    text-transform: uppercase;
    padding: 10px 34px;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
}

#login_form{
    color: #49576e;
    margin: 5% auto;
    width: 637px;
}

#login_form .tab{
    width: 311px;
    /*padding: 18px 0;*/
    text-align: center;
    background-color: white;
    border-radius: 5px 5px 0 0;
    font-size: 24px;
    cursor: pointer;
}

#login_form .tab:nth-child(1){
    float: left;
}

#login_form .tab:nth-child(2){
    float: right;
}

#login_form .tab_noactive{
    background-color: #e0e2e7 !important;
    color: #959595 !important;
}

#form_content{
    padding: 85px 79px 45px 79px;
    background-color: white;
    clear: both;
    border-radius: 0 0 5px 5px;
}

.input_form{
    width: 100%;
    height: 50px;
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 18px;
}

.label_form{
    padding-bottom: 19px;
    font-size: 22px;
}

.btn_form{
    width: 250px;
    padding: 16px 0;
    margin: 6px auto;
    text-transform: uppercase;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
}

.one_status_big{
    width: 267px;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    /*background-color: white;*/
    margin-bottom: 12px;
    font-size: 18px;
    height: 53px;
    color: #303030;
    display: block;
}

.one_status_big:hover{
    text-decoration: none;
    color: #303030;
}

.one_status_small{
    width: 130px;
    padding: 2px 0 0;
    float: left;
    font-size: 14px;
    display: block;
    margin: -10px 10px;
}

.one_status_number{
    width: 70px;
    margin: 5px 10px 0px 10px;
    display: block;
    position: relative;
    text-align: center;
    float: left;
}

.one_status_small span{
    display: block;
}

.one_status_small span:nth-child(2){
    border-top: 1px solid black;
    padding-top: 2px;
}

#new_order_status_btn{
    text-transform: uppercase;
    padding: 22px 0;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 18px;
}

#new_order_status_btn:hover, #btn_current:hover, #btn_go_right:hover{
    text-decoration: none;
}

.label_status_center{
    margin: 32px auto;
    text-align: center;
    font-size: 16px;
}

#btn_current{
    text-transform: uppercase;
    padding: 16px 0;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
    width: 315px;
    text-align: center;
    margin-right: 17px;
    float: left;
    font-size: 26px;
    display: block;
    height: 63px!important;
    letter-spacing: 8px;
}

#btn_go_right{
    text-transform: uppercase;
    background-color: #424f64;
    color: white;
    border-radius: 5px;
    width: 153px;
    text-align: center;
    float: right;
    padding-top: 14px;
    padding-bottom: 3px;
    font-size: 42px;
    display: block;
    height: auto;
}

#btn_go_right:hover{
    cursor: pointer;
}

#status_info{
    max-width: 485px;
    margin: 0 auto;
    font-size: 23px;
}

.wrapper-btn-status{
    padding: 150px 295px 0 0;
}



@media (max-width: 787px){

    #add_order_btn2{
        position: relative;
        margin: 10px auto 0;
        display: block;
        right: inherit;
    }

    .wrapper-btn-status {
        padding: 20px 0 0 0;
    }

    .new_order{
        font-size: 16px;
    }

    #btn_current, #btn_go_right{
        width: 45%;
    }

    .top{
        font-size: 15px;
    }

    #order_info{
        padding-right: 0;
        width: 100%;
    }

    #order_status{
        position: relative;
        width:100% ;
        right: inherit;
    }

    #login_form{
        width: 80%;
    }

    .input_form{
        width: 100%;
    }

    .btn_form{
        width: 100%;
    }

    #login_form .tab
    {
        width: 47%;
    }
    #add_order_btn
    {
        display: none;
    }

    #edit_order_btn{
        padding: 10px 20px;
    }

    #status_info{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .one_status_big{
        width: 100%;
        height: inherit;
    }

    .one_status_number {
        width: 20%;
    }

    .one_status_small {
        width: 68%;
        font-size: 16px;
    }

    .one_status_small span, .one_status_small span:nth-child(2){
        padding: 7px 0;
    }

    .one_status_number {
        margin: 22px 10px 0 25px;
    }
}

@media (min-width: 768px) and (max-width: 992px){

    #btn_current{
        width: 215px;
    }

    #data_block{
        width: 133px;
        float: left;
    }


    #btn_current, #btn_go_right{
        width: 45%;
    }

    #user_name{
        display: inline-block;
        
    }

    #exit {
        display: inline-block;
        font-size: 12px;
    }

    #uma_label span:nth-child(1) {
        text-transform: uppercase;
        font-size: 10px;
    }

    #suma_label span:nth-child(2) {
        font-size: 10px;
    }

    #add_order_btn{
        display: inline-block;
    }

}

.disabled_ser{
    color: #ddd;
    font-style: italic;
    /*font-weight: normal;*/
}

.btn-dt-sort {
    float: right;
}
.btn-dt-sort > .btn{
    line-height: 0px;
    font-size: 65%;
    padding: 0px 5px;
    /*margin: -5px 0px;*/
}

.checki {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}
.checki + label {
    cursor: pointer;
}
.checki:not(checked) {
    position: absolute;
    opacity: 0;
}
.checki:not(checked) + label {
    position: relative;
    padding: 0 0 0 60px;
}
.checki:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checki:not(checked) + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: all .2s;
}
.checki:checked + label:before {
    background: #9FD468;
}
.checki:checked + label:after {
    left: 26px;
}
.checki:focus + label:before {
    box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}