﻿/*----------------- BACKGROUND COLOR STUFF -----------------*/

/* switch the gray and white */

#wrapper {
    background-color: #f3f3f4;
}

#page-wrapper {
    margin: 0;
    padding: 0;
    min-height: calc(100vh);
    background: #fff url('/Medias/Pictures/background_mri.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 1103px) {
    #page-wrapper {
        background: #fff url('/Medias/Pictures/background_mri_mobile.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.page-heading {
    box-shadow: 0 2px 4px #0003 !important;
    border-top: 0;
    padding: 0px 10px 20px 10px;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.gray-bg, .navbar-fixed-top, .navbar-static-top {
    background-color: #fff;
}

.white-bg {
    background-color: #6A1411;
    color: white;
}

.btn-white {
    background-color: #fff !important;
    border: none !important;
}

.btn {
    border-radius: 0px;
}

.label-primary {
    background-color: #6A1411;
}

.label-danger {
    background-color: #74BA69;
}


.list-group-item {
    font-size: 16px;
}


/* nav stuff */

#page-wrapper {
    border-left: 1px solid #E7EAEC;
}

.nav > li > a, .nav-header a, .nav-header .text-muted {
    color: #676A6C !important;
}

#ctl00_CompagnieBord, .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    border-left: 4px solid #D66950;
    background: #E8E8E8;
}

.nav-header .img-responsive {
    max-width: 90%;
    margin-bottom: 15px;
}

.nav-header {
    background: none;
}

body.mini-navbar .nav-header {
    background-color: #D66950;
}




/* panel stuff */

.ibox {
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ibox-title {
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 0px 0px 0;
}

.ibox-content {
    padding-bottom: 0;
    padding: 15px;
}



.form-horizontal .control-label {
    text-align: left;
}

.input-group, .chosen-container {
    width: 100% !important;
}

.ibox .form-group .col-lg-offset-6 {
    margin-left: 0;
}

.col-lg-12 .wrapper .row .col-lg-12 {
    padding: 0;
}

.chosen-container-single .chosen-single {
    background: none !important;
    box-shadow: none;
    border-radius: 0px;
    border-color: #E7EAEC;
}




/* table stuff */

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #f3f3f4;
}

.gridRow, .gridAlternatingRow {
    background-color: #fff !important;
    text-align: left;
}

.gridRowOver, .gridAlternatingRowOver {
    background-color: #fff !important;
    text-align: left;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px;
}

.groupeNavigation {
    padding-bottom: 45px;
    padding-top: 15px;
}

.testposition {
    position: static !important;
}

.logo {
    padding: 110px 0 40px;
    text-align: center;
}

    .logo img {
        width: 300px;
    }

.step {
    text-align: center;
}

    .step input {
        margin-right: 10px;
        border-radius: 36px;
    }

.footer {
    font-size: 12px;
    padding: 5px 20px;
    text-align: center;
}

.saisieTextbox {
    border: none;
    border-bottom: 1px solid #7C7C7C;
    width: 100%;
    background: 0 0;
    font-size: 15px;
    outline: 0;
}

.form-control-static {
    font-size: 16px;
}

.control-label {
    font-size: 17px;
    font-weight: 600;
}

.etoile {
    margin-left: 3px;
    font-size: 20px;
    color: #db4437;
}

.form-group {
    padding-bottom: 10px;
    max-width: 600px;
    margin-right: 15px;
    margin-left: 15px;
}

.progress {
    width: 100%;
}

.alerteAmbassadeur {
    font-size: 17px;
    color: #db4437;
}

.container-fluid {
    max-width: 600px;
}

.page-heading h2 {
    text-align: center;
}

/*label {
    margin-right: 15px;
    margin-left: 15px;
}*/

.alert-success {
    font-size: 19px;
}

/*.i-radios div {
    margin-right: 15px;
    margin-left: 15px;
}*/

.progress-bar-success {
    background-color: #6A1411;
}

.progress-bar {
    line-height: 30px;
    z-index: 1;
    position: absolute;
}

.progress {
    margin: 40px 0;
    height: 25px;
    position: relative;
    background-color: lightgray;
    border-radius: 36px;
}

    .progress span {
        position: absolute;
        top: 0;
        z-index: 2;
        color: white;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
        width: 100%;
    }

.titrecategorie {
    padding-bottom: 0;
    margin-top: 30px;
    color: #6A1411;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}

.highlight {
    color: #6A1411;
    font-size: 18px;
    font-weight: 600;
}

/*radio-btn*/
.div-group-checks {
    margin: 10px 0;
}

.i-checks div {
    margin-right: 5px;
}

.i-checks label {
    margin-right: 15px;
}

.i-checks-decla {
    margin: 30px 0;
}

    .i-checks-decla div {
        position: absolute;
    }

    .i-checks-decla label {
        margin-left: 30px;
    }

/*btn stuff*/
.btn-default {
    background-color: #6A1411;
    border-color: #6A1411;
    border-radius: 36px;
    color: #FFFFFF;
}

    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #fff;
        background-color: rgba(106,20,17,0.75);
        border-color: rgba(106,20,17,0.75);
    }



.btn-success {
    background-color: #4682b4;
    border-color: #4682b4;
    color: #FFFFFF;
}

    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: rgba(68,136,193,0.75);
        border-color: rgba(68,136,193,0.75);
    }


.alert-success {
    color: steelblue;
    background-color: rgba(68,136,193,0.25);
    border-color: rgba(68,136,193,0.25);
}

.form-group-total {
    padding-bottom: 0px;
}

.datepicker.dropdown-menu {
    z-index: 3000;
}

.validationError {
    border: none !important;
    border-bottom: 1px solid #bb2020 !important;
    background-color: rgba(247, 101, 113, 0.1) !important;
}

.info-tooltip {
    font-size: 20px;
    margin-left: 5px;
}
