.content-wrapper{
    background: url('../img/pattern_bg2.jpg') #fff;
}
.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-light-gold{
    background: rgb(210, 182, 137);
    color: #000;
    font-weight:bold;
    text-transform:uppercase;
}
.btn-light-gold:hover{
    background: rgba(200, 182, 137, 0.781);
}
.btn-dark-green:hover,
.btn-dark-green:focus{
    color: #fff;
}
.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;
}

.main-footer{
    color:#d6d6d6;
    background:#252525;
    background-color:#252525;
}
.main-footer a{
    color:rgb(210, 182, 137);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #000 !important;
    border: 1px solid #3a3a3a !important;
    background-color:rgb(210, 182, 137) !important;
}

.input-group .no-block{
    padding-left:0px !important;
    padding-right:0px !important;
}
.nospin::-webkit-inner-spin-button, 
.nospin::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.nospin{
    text-align:center ;
}

.fixed {
    position:fixed;
    top:0;
    left:230px;
    right:0;
    background:#fff;
    z-index:10;
    display:block;
}
.sidebar-collapse .fixed {
    position:fixed;
    top:0;
    left:50px;
    right:0;
    background:#fff;
    z-index:10;
    display:block;
}
.ecom{
    float:right;
}

.bg-dark-gold{
    background:#252525;
    color:rgb(210, 182, 137);
    text-align:center;
    font-weight:bold;
    padding-top:50px;
    padding-bottom:45px;
}
.skin-yellow .wrapper, .skin-yellow .main-sidebar, .skin-yellow .left-side{
    background-color: #252525;
}
.input-group .input-group-addon{
    border:0px !important;
}

@media screen and (max-width: 992px) {
    .fixed {
        position:fixed;
        top:0;
        left:0;
        right:0;
        background:#fff;
        z-index:10;
        display:block;
    }
    .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;
    }
    .input-group .no-block{
        width:auto !important;
        display:table-cell !important;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .ecom{
        margin-top:15px;
        margin-bottom:15px;
    }
}