.wrapper{
    background: url(../img/pattern_bg2.jpg) top left no-repeat;
    background-size: auto 100%;
}
.wrapper .content-wrapper{
    background:rgba(255,255,255, 0.8);
    box-shadow: #e0e0e0 0px 0px 15px;

}
table#DataTables_Table_0, table.datatable_factory.table.dataTable.no-footer {
    margin-top: 0;
    margin-bottom: 0;
}
div#factory, div#subframe {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.dataTables_scrollHead {
    background: #ffffff;
}
.box{
    background:rgba(255,255,255, 0.8);
    box-shadow: #e0e0e0 0px 0px 15px;
}

.btn-dark-green{
    background: #074A56;
    color: #fff;
    text-transform:uppercase;
}
.btn-dark-green:hover,
.btn-dark-green:focus{
    color: #fff;
    box-shadow:#999 0px 0px 10px;
}
.box .box-body{
    padding:15px;
}
.box .input-group .iga_135px{
    width:135px;
    text-align:left;
    background:#ECEEEF;
}
.box .input-group .iga_85px{
    width:85px;
    text-align:left;
    background:#ECEEEF;
}
.box .input-group{
    width:100%;
}
.box .box-body .sm-grey-canvas{
    background:#F0F0F0;
    border-bottom:1px solid #fff;
    padding-top:5px;
    padding-bottom: 5px;
    text-align: center;
}
.box .box-body .sm-white-canvas{
    background:#fff;
    border-bottom:1px solid #F0F0F0;
    padding-top:5px;
    padding-bottom: 5px;
    text-align: left;
}
.box .box-body .sm-white-canvas label{
    cursor:pointer;
}
.table-custom>tbody>tr>td,
.table-custom>tbody>tr>th,
.table-custom>tfoot>tr>td,
.table-custom>tfoot>tr>th,
.table-custom>thead>tr>td,
.table-custom>thead>tr>th{
    padding-top:0px;
    padding-bottom:0px;
}
.info-box-number{
    font-size:28px;
}

.user-edit-pencil{
    position: absolute;
    right: 10px;
    top: 10px;
}
.modify_img{
    display:block;
    cursor: pointer;
    position: relative;
}
.modify_img .fa-pencil{
    position: absolute;
    top:40%;
    right:45%;
    font-size: 30px;
    color:#ccc;
    display:none;
}
.modify_img:hover .fa-pencil{
    display:block;
}

.spec_settings_parent_container{
    border-bottom:#696969 1px solid;
    margin-bottom:10px;
}
select option {
    font-weight:bold;
}
select optgroup{
    font-weight:normal;
}

div.form-control{
    cursor:default;
    border-left:none !important;
    border-right:none !important;
    border-top:none !important;
}
.customselect option {
    font-weight:normal;
}
.customselect option span {
    font-weight:bold !important;
}

.save_status{
    display:inline-block;
    font-size:12px;
    color:#333;
}

.race-page-logo{
    float:right;
    margin-left:10px;
}
.race-page-logo img{
    width:200px;
}


figure.image{
    width:100%;
    text-align:center;
    margin-bottom:15px;
}
figure.image img{
    max-width:100%;
}
figure.image-style-side{
    width:40%;
    float:right;
}
figure.image-style-side img{
    width:100%;
}


b.b_ACCEPTED{
    color:green;
}
b.b_REFUSED{
    color:red;
}


.form-control-radio{
    margin-left:10px;
    float:left;
    display:inline-block;
}

.orText{
    text-align:center;
    background:#fff;
}
.orText hr{
    border-top:1px solid #666;
    margin-bottom:-11px;
}
.orText div{
    display:inline-block;
    background:#fff;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}

span.redLevel{
    color:#d73925;
    font-weight:bold;
}
span.greenLevel{
    color:#00a65a;
    font-weight:bold;
}
td.redLevel{
    background:#d73925;
    color:#fff;
}
td.greenLevel{
    background:#00a65a;
    color:#fff;
}
textarea { resize: vertical; }









@media screen and (max-width: 992px) {
    .race-page-logo{
        float: none;
        width:100%;
        text-align:center;

    }
    .race-page-logo img{
        width:150px;
    }
    .input-group-addon{
        width:100% !important;
        display:block;
    }
    div.form-control{
        height:100% !important;
    }
    .form-control-radio{
        margin-left:0px;
        float: none !important;
        display:block !important;
    }
}



.required-field input, .required-field select {
    border-color: #dd4b39;
}
@media (max-width: 1550px) {
    /* admin-order-page */
    .admin-order-page .section .col-md-4 {
        min-width: 323px;

    }
}
