/* --------------------------------------------------------------------------------------------- */
/* Bleu ROXAN                                                                                    */
/* --------------------------------------------------------------------------------------------- */
body {
  background-color: #003846 !important;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover, .page-sidebar {
    background-color: #003846 !important;
}
.form-control {
	border: 1px solid #8a8a8a !important;
}
/* --------------------------------------------------------------------------------------------- */
/* Menu + Menu Language + Menu Username
/* --------------------------------------------------------------------------------------------- */
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li:hover > a,
.page-sidebar .page-sidebar-menu > li.open > a {
    background: #bababa;
    color: #3c3c3c;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    background-color: #bababa !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-language.open > a.dropdown-toggle > span.langname {
    color: #3b3b3b !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user.open > a.dropdown-toggle > span.username {
    color: #3b3b3b !important;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.login {
    opacity: 1 !important;
}
.li_separator_section{
    padding:10px !important;
    color: rgb(238, 129, 35);
    font-weight: bold;
    font-size: 12px;
}

.page-logo{
    padding-top:7px !important;
}

.page-header{
    /*background-color:rgb(250,250,250) !important;*/
    background-color: #003846 !important;
    border-bottom: 1px solid #003846 !important;
}

.login{
    background-color:#FAFAFA !important;
}

.login .content{
    border: 1px solid #E2E2E2 !important;
    background-color: #FFFFFF;
}

.login .content h4, .login .copyright, .login .content h3 {
    color: inherit !important;
}

.page-lock .page-body {
    border: 1px solid #E2E2E2 !important;
    background-color: #FFFFFF;
    width:550px;
}
.page-lock{
    background-color:#FAFAFA !important;
}

.page-lock .content{
    border: 1px solid #E2E2E2 !important;
    background-color: #FFFFFF;
}

.page-lock .content h4, .page-lock .page-footer , .page-lock .content h3 , .page-lock .relogin a, .page-lock .page-lock-info .email {
    color: inherit !important;
}

.page-lock .page-lock-info .locked , .page-lock .page-lock-info h1 {
    color: rgb(238, 129, 35);
}

tfoot th{
    color: rgb(238, 129, 35);
}

.ficheArticle {
    max-height: 300px !important;
    overflow: auto !important;
}

.ficheDetailSpecif {
    max-height: 500px !important;
    overflow: auto !important;
}

#dialogFormAjoutCorrection {
    max-height: 500px !important;
    overflow: auto !important;
}

#dialogFormAjoutComptage {
    max-height: 600px !important;
    overflow: auto !important;
}

#dialogFormAjoutInventaire {
    top: 200px !important;
    max-height: 600px !important;
    overflow: auto !important;
}

#dialogFormAjoutComptage {
    top: 200px !important;
}

#dialogFormExpeditionT2Ajout {
    top: 250px !important;
    max-height: 650px !important;
    overflow: auto !important;
}

#dialogFormReceptionT2Ajout {
    top: 250px !important;
    max-height: 650px !important;
    overflow: auto !important;
}
/* On redesign un peu le modal des écarts et la table camions */
#dialogFormEcartAjout {
    top: 200px !important;
    max-height: 850px !important;
    overflow: auto !important;
}
#dialogFormEcartAjout .step {
    padding-top: 0px; padding-bottom: 0px;
}
#dialogFormEcartAjout .steps .desc {
    font-size: 14   px !important;
}
#tableCAMION {
    font-size: 11px;
}
/* Pour ce cas, on remet l'opacité à 100% pour que le bouton ne soit pas estompé */
#tableCAMION .bootstrap-switch.bootstrap-switch-readonly {
    opacity: 1;
}

.fieldRangement {
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}

.detail:hover{
    background-color: #fcb52d !important;
}

.width560 {
    width: 560px !important;
    padding: 0 0 0 25px !important;
}

.dropzone {
    min-height: 240px !important;
}

.fancybox-overlay{
    z-index: 100000 !important;
}

#galleryPJ {
    overflow:auto;
}

.vignette {
    background-color: #fff;
    border: 1px solid #d3e8f8;
    box-shadow: 1px 1px 1px #9ec6e4;
    height: 124px;
    margin: 2px;
    width: 124px;
    float:left;position:relative;
    background-repeat:no-repeat;
}
a.deleteBouton {
    display:none;
    position:absolute;
    top:2px;
    right:2px;
    width:16px;
    height:16px;
    text-indent:-999px;
    background-image:url(../img/picdel.png);
    background-size:16px 16px;
}
.vignette:hover{
    border: 1px solid #ff7676;
    box-shadow: 1px 1px 1px #aa2d2d;
}
.vignette:hover a.deleteBouton {
    display:block;
}

.monnaie {
    text-align: right;
}
.solde {
    font-style: italic;
    color: #bbbbbb;
}
/* Création d'un style personnalisé sur la table tableEnAttente */
table#tableEnAttente > tbody td { /*:nth-child(1), td:nth-child(2), td:nth-child(4), td:nth-child(8) { */
    vertical-align: middle !important;
}

.mirror {
    display:block;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.page-footer {
    background-color: #e4e4e4 !important;
}
.page-footer-inner {
    color : #222222 !important;
}

/* Ajout de couleurs supplémentaires */
.btn.info {
    background-color: #5bc0de;
    color: #FFFFFF;
    text-shadow: none;
}

.qtestock {
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
}

.bilan{
    background-color: #85aebb;
    color: #485f66;
}


.numAlignRight {
    text-align: right;
    vertical-align: middle;
}

.dashboard-stat {
    margin-bottom: 10px !important;
}

/* Pb avec les select2 côte à côte - fixed by Kéké / 2014-06-03 */
.input-icon.right > .form-control {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#tableBilanTournees_filter label {
    line-height: 0 !important;
}

.input-group-addon.blue-madison {
    border-color: #578ebe;
    background: #578ebe;
    min-width: 39px;
    color: #ffffff;
}

.carre0, .carre1 {
    font-size:12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-left:10px;
    margin:2px;
    border:0px solid;
    overflow:hidden;
    background: #c5daf4;
    width: 16px;
    height: 16px;
}
.carre2 {
    font-size:12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-left:10px;
    margin:2px;
    border:0px solid;
    overflow:hidden;
    background: #fdb64d;
    width: 16px;
    height: 16px;
}
.carre3 {
    font-size:12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-left:10px;
    margin:2px;
    border:0px solid;
    overflow:hidden;
    background: #fc0d1b;
    width: 16px;
    height: 16px;
}
.carre4 {
    font-size:12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-left:10px;
    margin:2px;
    border:0px solid;
    overflow:hidden;
    background: #3fb7e2;
    width: 16px;
    height: 16px;
}

.carre5 {
    font-size:12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-left:10px;
    margin:2px;
    border:0px solid;
    overflow:hidden;
    background: #38ba52 ;
    width: 16px;
    height: 16px;
}

/* ------------------------------------------------------------------------------------------------
   On met le même type de font pour les .btn que les .label
   --------------------------------------------------------------------------------------------- */
.btn-xs {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-shadow: none !important;
    line-height: 1;
    display: inline;

    /*padding: 3px 6px;*/
    padding: 3px 6px 3px 6px;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 7px !important;
}

/* ------------------------------------------------------------------------------------------------
   On va surcharger un peu les dataTables de type COMPTAGE pour les rendre un peu plus light et
   gagner quelques pixels.
   --------------------------------------------------------------------------------------------- */
.comptage td {
    padding: 3px !important;
}
.comptage td label {
    margin-bottom: 0px !important;
}
.comptage td input {
    height: 32px !important; /* Par défaut, le .form-control nous donne 34px */
}

/* ------------------------------------------------------------------------------------------------
   On va surcharger un peu les dataTables de type BILAN pour les rendre un peu plus light et
   gagner quelques pixels.
   --------------------------------------------------------------------------------------------- */
.bilan td {
    padding: 6px !important;
}
.bilan td label {
    margin-bottom: 0px !important;
}
.bilan td input {
    height: 32px !important; /* Par défaut, le .form-control nous donne 34px */
}
.bilan tfoot {
    background-color: rgba(225, 225, 225, .5)
}


/* ------------------------------------------------------------------------------------------------
   gagner quelques pixels.
   --------------------------------------------------------------------------------------------- */
#gritter-notice-wrapper {
    z-index: 99999 !important;
}

.form-wizard .steps > li > a.step > .number-small {
    background-color: #eee;
    border-radius: 50% !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin-right: 5px;
    padding: 8px;
    text-align: center !important;
    width: 35px;
}

.ecart {
    color:red;
    font-weight: bold;
}

/* On gagne des pixels */
.modal-body {
    line-height: 0.8 !important;
}

.bg-yellow-casablanca:hover, .bg-yellow-casablanca:focus, .bg-yellow-casablanca:active, .bg-yellow-casablanca.active {
    color: #68b4f1;
    background-color: #d2562f !important;
    border-color: #43a1ed;
}

.bg-purple-wisteria:hover, .bg-purple-wisteria:focus, .bg-purple-wisteria:active, .bg-purple-wisteria.active {
    color: #68b4f1;
    background-color: #af71c9 !important;
    border-color: #43a1ed;
}

.updatebox .select2-chosen {
    margin-top: 7px;
}
.updatebox.select2-container .select2-choice {
    display: block;
    height: 40px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    font-size: 24px;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.updatebox.select2-arrow {
    margin-top: 5px;
}
.updatebox a {
    margin-top: -10px;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 600px;
    width: 250px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
textarea {
    resize: none;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 600px;
    padding: 15px;
}

.bootstrap-tagsinput {
  width: 100% !important;
  border: 1px solid #8a8a8a !important;
}