.content-wrapper {
    /*background: url('../img/pattern_bg2.jpg') #fff;*/
    background-size: initial;
    background-repeat: no-repeat;
}

.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_155px {
    width: 155px;
    text-align: left;
    background: #ECEEEF;
}

.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;
}

.iga_170px {
    width: 170px;
}

@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;
}

@keyframes show-error {
    from {
        transform: translateY(-2em) scaleY(0.2);
    }
    to {
        transform: none;
    }
}

.dataTables_wrapper {
    width: 100%;
}

.main-footer a {
    color: #a6e3f6;
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.btn-primary {
    background: #a6e3f6;
    color: #000;
    border-color: #a6e3f6;
    font-weight: 600;
}

.btn-primary:active,
.btn-primary:hover {
    background: #a6e3f6 !important;
    color: #000 !important;
    border-color: #a6e3f6 !important;
}

.btn-default {
    background: #3A3A3A;
    color: #fff;
}

.btn-default:active,
.btn-default:hover {
    background: #a6e3f6 !important;
    color: #000 !important;
    border-color: #a6e3f6 !important;
}

.btn-success {
    background: #00b000;
    color: #fff;
    border: none;
}

.btn-success:active,
.btn-success:hover {
    background: #00b000 !important;
    color: #fff !important;
    border-color: #00b000 !important;
    border: none;
}

.btn-danger,
.btn-danger:active,
.btn-danger:hover {
    background: #b00a0e !important;
    color: #fff !important;
    border-color: #b00a0e !important;
    border: none;
}

.callout .success {
    font-weight: bold;
    color: green;
}

.callout .error {
    color: #bd2130;
}

.callout .hidden {
    display: none;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #fff;
}

.bg-request-new {
    background-color: #c83648;
    color: #fff !important;
}

.bg-request-sended {
    background-color: #00b000;
    color: #fff !important;
}

.bg-request-concil {
    background-color: #3A3A3A;
    color: #fff !important;
}

.bg-request-ordered {
    background-color: #4ead9d;
    color: #fff !important;
}

.fileuploadcontainer {
    margin-bottom: 30px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 15px 5px;
    overflow: hidden;
}

.fileuploadcontainer .content {
    margin-top: 5px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 2px 5px;
}

.fileuploadcontainer .content a {
    color: #000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #50bb83 !important;
    background-color: #50bb83 !important;
}

.preview-img-box{
    position: relative;
}

.delete-btn{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
