.content-wrapper{
    /*background: url('../img/pattern_bg2.jpg') #fff;*/
    background: url('../img/pattern_bg2.jpg') #f2f2f2;
}
.box{
    background:rgba(255,255,255, 0.8);
    box-shadow: #e0e0e0 0px 0px 15px;
    border-top: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.box-header{
    padding: 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:0 15px 15px 15px;
    margin-top: 0;
}
.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;
}

.invoiced{
    background: rgba(3, 255, 78, 0.253);
    text-align:center;
    font-weight:bold;
}
.not_invoiced{
    background: rgba(255, 209, 3, 0.253);
    text-align:center;
    font-weight:bold;
}
.cannot_invoiced{
    background: rgba(255, 3, 3, 0.178);
    text-align:center;
    font-weight:bold;
}
.info-box{
    margin-bottom:0px;
}


/* safari shade fix */
select.form-control {
    padding-right:45px !important;
    cursor:pointer;
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
select.form-control {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 0px),
        calc(100% - 15px) calc(1em + 0px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.35em;
    background-repeat: no-repeat;
}

select.form-control:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.35em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}




.skin-blue .main-header .navbar {
  /*background-color: #3c8dbc;*/
  background-color: #fff;
}
.skin-blue .sidebar a {
  /*color: #b8c7ce;*/
  color: #fff;
}

.mini_font_in_box{
    font-size: 12px;
}

.small-box .icon {
    color: rgba(253, 253, 253, 0.15);
}

.table_head_icon{
    height: 24px
}
.table_search_input{
    display: inline;
    width: 190px;
}

input[type="file"]{
    border:none !important;
}




.iga_80px{
    width:80px;
}
.iga_135px{
    width:135px;
}
.iga_140px{
    width:140px;
}
.iga_145px{
    width:145px;
}
.iga_150px{
    width:150px;
}
.iga_160px{
    width:160px;
}




@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;
    }
    .input-group-prepend,
    .iga_160px,
    .iga_150px,
    .iga_135px,
    .iga_140px,
    .iga_145px,
    .iga_80px{
        width:100% !important;
    }
}


/* Error styles */

.invalid {
    box-shadow: 0 0.15em 0.15em -0.1em rgba(4, 4, 4, 0.1);
  }
  
  .error_msg {
    display: none;
    margin-bottom: 0.5rem;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
    background-color: #ffefeb;
    color: #b75a41;
    border: 1px solid #e6917a;
    border-radius: 0 0 4px 4px;
    animation: show-error 0.3s;
    font-size: 0.8em;
    width:100%;
  }
  
  .invalid + .error_msg {
    display: block;
  }

  .card-header h5{
      margin-bottom:0px !important;
  }

.user_activity{
    text-align: center;
    padding: 4px;
}
  
  @keyframes show-error {
    from {
      transform: translateY(-2em) scaleY(0.2);
    }
    
    to {
      transform: none;
    }
  }