
.cabinet-height{
    width: 1246px;
    min-height: 600px;
    background-color: #fff;
    padding: 30px 50px;
    margin-left: -36px;
}

.reset-block-page{
    width: 1246px;
    height: auto;
    background-color: #fff;
    padding: 20px 50px;
    margin-left: -36px;
}
.reset-block-page .new_pwd{
    width: 290px;
}
.reset-block-page  .register-title{
    margin-bottom: 18px;
}

.reset-block-page  .register-title span{
    font-family: RobotoCondensed-Bold;
    font-size: 25px;
    color: #464646;
    display: block;
    margin: 10px 0;
}

.reset-block-page .form-group input{
    width: 100%;
    height: 45px;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-left: 18px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #464646;
}

.reset-block-page  button{
    width: 225px;
    height: 50px;
    background-color: #391D13;
    margin-right: 5px;
    border: none;
    margin-top: 10px;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}











.register-block{
    font-family: RobotoCondensed-Regular;
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 340px;
    height: 262px;
    background-color: #fff;
    z-index: 9999;
}

.register-block .register-block-main{
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

.register-block .register-block-main .register-title{
    margin-bottom: 18px;
}

.register-block .register-block-main .register-title span{
    font-family: RobotoCondensed-Bold;
    font-size: 25px;
    color: #391D13;
    display: block;
    margin: 10px 0;
}

.register-block .register-block-main .form-group input{
    width: 100%;
    height: 45px;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-left: 18px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #464646;
}

.register-block .register-block-main .form-group button{
    width: 225px;
    height: 50px;
    background-color: #fff;
    margin-right: 5px;
    border: 2px solid #391D13;
    margin-top: 10px;
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.register-block .register-block-main .form-group button:hover{
    background-color: #391D13;
    color: #fff;
}
.register-block .form_group{
    margin-bottom: 20px;
}





.login-auth{
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/

    font-family: RobotoCondensed-Regular;
    display: none;
    text-align: center;
    /*border: 2px solid #fff;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 340px;
    height: 262px;
    background-color: #fff;
    z-index: 9999;
    /*padding: 10px 20px;*/
}

.login-auth .login-auth-success{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: red;
    padding-top: 10px;
}
.login-auth .login-auth-danger{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: red;
    padding-top: 10px;
}
.login-auth .login-auth-block{
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 10px 20px;
}
.login-auth .login-auth-title{
    margin-bottom: 18px;
}
.login-auth .login-auth-title span{
    font-family: RobotoCondensed-Bold;
    font-size: 25px;
    color: #000;
    display: block;
    margin: 10px 0;
}

.login-auth-block .form-group input{
    width: 100%;
    height: 45px;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-left: 18px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #464646;
}
.login-auth-block .form-group button{
    width: 225px;
    height: 50px;
    background-color: #fff;
    margin-right: 5px;
    border: 2px solid #391D13;
    margin-top: 10px;
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.login-auth-block .form-group button:hover{
    background-color: #391D13;
    color: #fff;
}
.login-auth-block .form-group a{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #464646;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}






.reset-block{
    font-family: RobotoCondensed-Regular;
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 340px;
    height: 262px;
    background-color: #fff;
    z-index: 9999;
}
.reset-block .reset-success{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    padding-top: 10px;
    color: red;
}
.reset-block .reset-auth-block{
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 10px 20px;
}
.reset-block .reset-auth-block .reset-title{
    margin-bottom: 18px;
}
.reset-block .reset-auth-block .reset-title span{
    font-family: RobotoCondensed-Bold;
    font-size: 25px;
    color: #464646;
    display: block;
    margin: 10px 0;
}

.reset-block .reset-auth-block  .form-group input{
    width: 100%;
    height: 45px;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-left: 18px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #464646;
}
.reset-block .reset-auth-block  .form-group button{
    width: 225px;
    height: 50px;
    background-color: #fff;
    margin-right: 5px;
    border: 2px solid #391D13;
    margin-top: 10px;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #391D13;
    text-transform: uppercase;
}
.reset-block .reset-auth-block  .form-group button:hover{
    background-color: #391D13;
    color: #fff;
}




























.alert.alert-danger{
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: red;
}

.register-block{
    font-family: Montserrat-Regular;
    display: none;
    text-align: center;
    /*border: 2px solid #fff;*/
    position: fixed;
    top: -200px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 340px;
    height: 400px;
    background-color: #fff;
    z-index: 9999;
    /*padding: 10px 20px;*/
}

.register-block .register-block-main{
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 0 20px 10px 20px;
}

.register-block .register-block-main .register-title{
    margin-bottom: 18px;
}
.register-block .register-block-main .register-title span{
    font-size: 21px;
    font-family: Montserrat-Regular;
    display: block;
    margin: 10px 0;
    color: #391D13;
}

.breadcrumb-fon{
    font-size: 14px;
    width: 60px;
    height: 40px;
    background-color: #391D13;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    float: right;
}
.breadcrumb-fon a{
    display: block;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.user-title-block{
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.user-title-block .title{
    display: block;
}
.user-title-block .title span{
    font-family: Cormorant-Garamond-Bold;
    font-size: 30px;
    color: #2e2e2e;
}
.user-title-block .name{
    display: block;
}
/*.user-title-block .discount{*/
    /*display: inline-block;*/
    /*float: right;*/
    /*line-height: 50px;*/
/*}*/
/*.user-title-block .discount span{*/
    /*font-family: RobotoCondensed-Regular;*/
    /*font-size: 20px;*/
    /*color: #4ab0ff;*/
/*}*/
.user-title-block .name span{
    font-family: RobotoCondensed-Regular;
    font-size: 15px;
    color: #1fa6a0;
}
/*.user-title-block .line-user{*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*background-color: #4ab0ff;*/
    /*margin-top: 12px;*/
    /*margin-bottom: 40px;*/
/*}*/
.tab-content-block{

}
.tab-content-block .tab-content{

}
.tab-content-block .tab-content .tab{
    display: none;
}
.tab-content-block .tab-content .tab.active{
    display: block;
}


#update-form{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}


.tab-links-user{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}
.tab-links-user .title-content{
    width: 220px;
    height: 40px;
    background-color: rgba(238, 238, 238, 0.41);
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}
.tab-links-user .title-content:hover{
    background-color: #391D13;
}
.tab-links-user .title-content:hover span{
    color: #fff;
}
.tab-links-user .title-content span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #0e6991;

}
.tab-links-user .title-content.active{
    background-color: #391D13;

}
.tab-links-user .title-content.active span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #fff;
}
.tab-content-block .tab-content .tab{
    width: 100%;
    /*height: 240px;*/
    height: auto;
    /*border: 1px solid #4ab0ff;*/
    /*padding: 24px 30px 24px 34px;*/
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}
.tab-content-block .tab-content .tab ul li{
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    width: 86%;
}
.tab-content-block .tab-content .tab ul li label.label-update-user{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #868686;
    width: 130px;
    display: inline-block;
    vertical-align: middle;
}
.tab-content-block .tab-content .tab ul li input.input-update-user{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #464646;
    width: auto;
    border: none;
    /*pointer-events: none;*/
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    /*padding: 20px;*/
    margin: 0;
    /*margin: 5px 0 0 0;*/
}
.tab-content-block .tab-content .tab .link-pass{
    text-align: center;
}
.tab-content-block .tab-content .tab .link-pass a{
    color: #4ab0ff;
    text-decoration: none;
}
.tab-content-block .tab-content .tab .link-pass span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #1fa6a0;
    border-bottom: 1px solid #1fa6a0;
    text-transform: uppercase;
}
.tab-content-block .tab-content .tab button.button{
    /*margin: 0 auto;*/
    border: none;
    width: 150px;
    height: 40px;
    background-color: #391D13;
    display: none;
}
.tab-content-block .tab-content .tab button.button span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #fff;
}
.tab-content-block .tab-content .tab .link-update-main{
    position: absolute;
    top: 106px;
    right: 0;
    background-color: #fff;
    -moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
}
.tab-content-block .tab-content .tab .link-update-main-mini{
    display: none;
    width: 100%;
    height: 35px;
    background-color: #1fa6a0;
    text-align: center;
    line-height: 35px;
}
.tab-content-block .tab-content .tab .link-update-main-mini:before{
    content: '\f044';
    position: absolute;
    top: 0;
    right: 12px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    font-family: FontAwesome;
    color: #fff;
}
.tab-content-block .tab-content .tab .link-update-main-mini .link-update-data a{
    text-decoration: none;
    display: block;
    outline: none;
}
.tab-content-block .tab-content .tab .link-update-main-mini .link-update-data a span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 18px;
}
.tab-content-block .tab-content .tab .link-update-main .link-update-data{

    /*width: 67px;*/
    /*height: 172px;*/
    width: 172px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    background-color: #391D13;
    /*-moz-transform: rotate(-90deg); !* Для Firefox *!*/
    /*-ms-transform: rotate(-90deg); !* Для IE *!*/
    /*-webkit-transform: rotate(-90deg); !* Для Safari, Chrome, iOS *!*/
    /*-o-transform: rotate(-90deg); !* Для Opera *!*/
    /*transform: rotate(-90deg);*/
}
.tab-content-block .tab-content .tab .link-update-main .link-update-data:before{
    content: '\f044';
    position: absolute;
    top: 0;
    right: 12px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    font-family: FontAwesome;
    color: #fff;
}
.tab-content-block .tab-content .tab .link-update-main .link-update-data a {
    /*color: #fff;*/
    text-decoration: none;
    display: block;
    outline: none;
}
.tab-content-block .tab-content .tab .link-update-main .link-update-data a span{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 18px;
}
.tab-content-block .tab-content .tab .line-ul{
    border-bottom: 2px solid #8fd2cf ;
    margin-bottom: 20px;
    padding-bottom: 10px;
    list-style-type: none;
    padding-left: 0;
}
.tab-content-block .tab-content .tab .line-ul li:last-child{
    border-bottom: none;
}
.tab-content-block .tab-content .tab .orders-block{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block{
    width: 100%;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    background-color: #F1C002;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .number{
    display: inline-block;
    margin-right: 20px;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .number span{
    font-size: 16px;
    color: #fff;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .date{
    display: inline-block;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .date span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #fff;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .block-status{
    display: inline-block;
    float: right;
    width: 500px;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .status{
    display: inline-block;
    float: left;
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .status span{
    font-size: 14px;
    color: #fff;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .price{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    float: right;
}
.tab-content-block .tab-content .tab .orders-block .orders-main-block .price span{
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.tab-content-block .tab-content .tab .orders-block .orders-product{
    padding: 5px 0 5px 10px;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .product-img{
    width: 50px;
    height: 50px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .product-img a{
    display: block;
    text-decoration: none;
    outline: none;
    width: 50px;
    height: 50px;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .product-img a .img{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}
.tab-content-block .tab-content .tab .orders-block .orders-product .product-img .img{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}
.tab-content-block .tab-content .tab .orders-block .orders-product .name{
    display: inline-block;
    width: 40%;
    margin-right: 40px;
    vertical-align: middle;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .name span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .count{
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 40px;*/
    width: 14%;
    font-size: 14px;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .count span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .price{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    font-size: 14px;
}
.tab-content-block .tab-content .tab .orders-block .orders-product .price span{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: #000;
}

.tab-content-block .tab-content .tab .orders-block .block-show{
    display: none;
    width: 100%;
}


.tab-content-block .tab-content .tab .orders-block .block-show tr th{
    height: 40px;
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #000;
}
.tab-content-block .tab-content .tab .orders-block .block-show tr td{
    height: 40px;
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: #000;
}
.tab-content-block .tab-content .tab .orders-block .block-show tr td a{
    color: #C94732;
}
.tab-content-block .tab-content .tab .orders-block .block-show tr td span{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #C94732;
}
.line-users{
    display: none;
    width: 100%;
    height: 2px;
    background-color: #4ab0ff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-info{
    font-family: Oswald-Light;
    font-size: 24px;
    color: #000;
}


/*.reset-block{*/
    /*width: 600px;*/
    /*margin: 100px auto 600px auto;*/
/*}*/
/*.reset-block .notification{*/

/*}*/


.new_pwd{
    margin: 50px auto 600px;
}


.panel-body .children li{
    display: inline-block;
    width: 200px;
    height: auto;
}
.panel-body .children li .document{
    display: block;
    width: 150px;
    height: 35px;
    background-color: #48a4dd;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    line-height: 35px;
}
.panel-body .children li .document:hover{
    background-color: #54B7FF;
}
.panel-body .children li .document a{
    display: block;
    text-decoration: none;
}
.panel-body .children li .document a span{
    font-family: RobotoCondensed-Bold;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}
.panel-body .children li .document-title{
    text-align: center;
    margin-bottom: 15px;
}
.panel-body .children li .document-title span{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #000;
}
.print-block-orders{
    text-align: center;
}


.register-block-main .form-group{
    margin-bottom: 5px;
}

@media print {
    a[href]:after{
        content: '';
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

    .cabinet-height {
        width: 100%;
        min-height: 600px;
        background-color: #fff;
        padding: 30px 50px;
        margin-left: 0;
    }

    .tab-content-block .tab-content .tab .orders-block .orders-main-block .block-status {
        display: inline-block;
        float: right;
        width: 400px;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1080px) {
    .tab-content-block .tab-content .tab .orders-block .orders-main-block .block-status {
        display: inline-block;
        float: right;
        width: 350px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .tab-content-block .tab-content .tab ul li {
        margin-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #dfdfdf;
        width: 80%;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .tab-content-block .tab-content .tab .orders-block {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    /*.tab-content-block .tab-content .tab .orders-block .orders-main-block {*/
        /*width: 100%;*/
        /*height: 60px;*/
        /*padding: 15px;*/
    /*}*/

    .tab-content-block .tab-content .tab .orders-block .orders-main-block .block-status {
        display: block;
        /*float: left;*/
        width: 350px;
        margin-top: 3px;
    }

    .user-title-block .title span {
        font-family: RobotoCondensed-Regular;
        font-size: 30px;
        color: #000;
    }

}


@media only screen and (max-width : 749px) {

    .tab-content-block .tab-content .tab .orders-block .orders-main-block {
        width: 100%;
        height: 72px;
        cursor: pointer;
        line-height: normal;
        padding-left: 10px;
        padding-right: 10px;
        color: #000;
        padding-top: 10px;
    }

    .tab-content-block .tab-content .tab .orders-block .orders-main-block .block-status {
        display: block;
        float: none;
        width: 350px;
        margin-top: 15px;
    }


    .tab-content-block .tab-content .tab .orders-block .orders-main-block .status {
        display: inline-block;
        float: left;
        font-family: RobotoCondensed-Regular;
        font-size: 12px;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .tab-content-block .tab-content .tab .orders-block .orders-main-block .price {
        font-family: RobotoCondensed-Regular;
        font-size: 12px;
        float: right;
    }

    .tab-content-block .tab-content .tab .orders-block .orders-main-block .price span {
        font-size: 12px;
        color: #fff;
        display: inline-block;
    }


    .tab-content-block .tab-content .tab .orders-block .orders-main-block .status span {
        font-size: 12px;
        color: #fff;
    }


    .tab-content-block .tab-content .tab .link-update-main {
        display: none;
    }

    .tab-content-block .tab-content .tab ul li {
        width: 100%;
    }

    .tab-content-block .tab-content .tab .link-update-main-mini{
        display: block;
    }

    .tab-content-block .tab-content .tab .link-pass {
        text-align: center;
        margin-top: 20px;
    }

    .tab-links .title-content {
        width: 100%;
        height: 40px;
        display: block;
    }
    .tab-content-block .tab-content .tab {
        width: 100%;
        height: auto;
        padding: 0;
        overflow: hidden;
        margin-bottom: 24px;
        position: relative;
    }

    .tab-content-block .tab-content .tab ul li label.label-update-user {
        font-family: RobotoCondensed-Regular;
        font-size: 14px;
        color: #868686;
        width: 65px;
        display: inline-block;
        vertical-align: middle;
    }

    .tab-content-block .tab-content .tab .link-update-main-mini .link-update-data a span {
        padding-right: 0;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 450px) {

    .tab-content-block .tab-content .tab button.button {
        width: 290px;
        height: 40px;
        margin-top: 10px;
    }

    .cabinet-height {
        padding: 0;
    }

    .tab-content-block .tab-content .tab .orders-block .orders-main-block .block-status {
        display: block;
        float: left;
        width: 272px;
        margin-top: 15px;
    }







    .user-title-block .title span {
        font-family: RobotoCondensed-Regular;
        font-size: 14px;
        color: #000;
    }

    .user-title-block .name span {
        font-family: RobotoCondensed-Regular;
        font-size: 18px;
        color: #4ab0ff;
    }

    .user-title-block .discount span {
        font-family: RobotoCondensed-Regular;
        font-size: 18px;
        color: #4ab0ff;
    }
    .tab-content-block .tab-content .tab .orders-block .block-show tr th {
        height: 40px;
        font-family: RobotoCondensed-Bold;
        font-size: 12px;
        color: #000;
    }

    .tab-content-block .tab-content .tab .orders-block .block-show tr td span {
        font-family: RobotoCondensed-Bold;
        font-size: 12px;
        color: #0e6991;
    }

    .tab-content-block .tab-content .tab .orders-block .block-show tr td .count{
        text-align: center;
    }

    .tab-content-block .tab-content .tab .orders-block .block-show tr td {
        height: 40px;
        font-family: RobotoCondensed-Bold;
        font-size: 12px;
        color: #000;
    }

    /*.tab-content-block .tab-content .tab .orders-block .orders-main-block .block-status {*/
        /*display: block;*/
        /*float: left;*/
        /*width: 100%;*/
        /*margin-top: 3px;*/
    /*}*/

    /*.tab-content-block .tab-content .tab .orders-block .orders-main-block .status {*/
        /*display: inline-block;*/
        /*float: left;*/
        /*font-family: RobotoCondensed-Regular;*/
        /*font-size: 12px;*/
        /*margin-bottom: 0;*/
        /*margin-right: 8px;*/
    /*}*/

    /*.tab-content-block .tab-content .tab .orders-block .orders-main-block .price {*/
        /*font-family: RobotoCondensed-Regular;*/
        /*font-size: 12px;*/
        /*float: right;*/
    /*}*/

    .tab-content-block .tab-content .tab .orders-block {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    /*.tab-content-block .tab-content .tab .link-update-data {*/
        /*position: absolute;*/
        /*top: 10px;*/
        /*right: 30px;*/
    /*}*/

    /*.tab-content-block .tab-content .tab .orders-block .orders-main-block {*/
        /*width: 100%;*/
        /*height: 110px;*/
        /*cursor: pointer;*/
        /*line-height: normal;*/
        /*color: #000;*/
        /*padding: 15px;*/
    /*}*/
}

