html { position: relative; min-height: 100%; }
body { color:#1b1f2a; margin-bottom: 30px; }


.orange { color:#e5933c; }

/* date problem */
.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* form */
.form-group { margin-bottom: 5px}
.form-horizontal .form-group { margin-right: 0; margin-left: 0; }
.required:after { content: "*"; font-weight: bold; color: red; }

/* Modal */
.modal-dialog { width: 40%; }
.modal.modal-90 .modal-dialog { width: 80%; }
.modal.modal-80 .modal-dialog { width: 80%; }
.modal.modal-70 .modal-dialog { width: 70%; }
.modal.modal-50 .modal-dialog { width: 50%; }
.modal.modal-40 .modal-dialog { width: 40%; }
.modal.modal-25 .modal-dialog { width: 25%; }

.modal-body {  max-height: calc(100vh - 212px); overflow-y: auto; }  /* Modal scrollable */


/* Tab */
.tab-content { border-left: 1px solid #fcf2e7; border-right: 1px solid #fcf2e7; border-bottom: 1px solid #fcf2e7; padding: 10px; }
.nav-tabs { margin-bottom: 0; }

/* footer */
.footer { position: absolute; bottom: 0; width: 100%; height: 30px; line-height: 30px; background-color: #fbefe2; font-size:11px; color:#e5933c; margin-top:5rem;
    border-color: #e5933c;
    border-top:solid 1px; }



/* Login */
.form-signin { max-width: 330px; padding: 15px; margin: 0 auto; }
.form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; }
.form-signin .checkbox { font-weight: normal; }
.form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; }
.form-signin .form-control:focus { z-index: 2; }
.form-signin input { margin-bottom: 10px;   }

/* Nav header */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { color: #fff; background: #e5933c; }
.navbar-nav>li:hover{ background:#fdf7f0; }


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #e5933c;
    background-color: #fdf7f0;
}

.navbar-default .navbar-nav > li > a {
    color: #1b1f2a;
}



.navbar-default {
    background-color: #fbefe2;
    border-color: #e5933c;
    color:#1b1f2a;
    border-top:none;
    border-left: none;
    border-right: none;
}


.dropdown-menu {
    background-color: #fdf7f0;
}



.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fefcf9;
}



/* Nav header sub dropdown*/
.marginBottom-0 {margin-bottom:0;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#fcf2e7;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#e5933c;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* Notice class */
.notice { padding: 15px; background-color: #fafafa; border-left: 6px solid #7f7f84; margin-bottom: 10px; -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); }
.notice-sm { padding: 10px; font-size: 80%; }
.notice-lg { padding: 35px; font-size: large; }
.notice-success { border-color: #80D651; }
.notice-success>strong { color: #80D651; }
.notice-info { border-color: #45ABCD; }
.notice-info>strong { color: #45ABCD; }
.notice-warning { border-color: #FEAF20; }
.notice-warning>strong { color: #FEAF20; }
.notice-danger { border-color: #d73814; }
.notice-danger>strong { color: #d73814; }

/* multi page */
.multi_page {   padding:2px; border:#fcf2e7 solid 1px; margin-right:3px; border-radius: 5px; }
.multi_page_selected { padding:2px; border:#fcf2e7 solid 1px; background-color:#fcf2e7; color:#FFFFFF; margin-right:3px; font-weight:bold; border-radius: 5px; }

/* spinner */
#frmSpinner { display:none; padding:50px; }
#frmSpinner img { margin-right:10px }


/* multi select sous forme de gros boutons */
.multi-select-container label.btn-default.active{background-color:#007ba7;color:#FFF; }
.multi-select-container label.btn-default{width:100%;border:1px solid #efefef;margin:5px; box-shadow:5px 8px 8px 0 #ccc;}
.multi-select-container label .bizcontent{width:100%;}
.multi-select-container label .bizcontent h5 {font-size:10px}

.multi-select-container .btn-group{width:100%}
.multi-select-container .btn span.glyphicon{ opacity: 0; }
.multi-select-container .btn.active span.glyphicon { opacity: 1; }



/* favorite checkbox */
.glyphicon:before {
     visibility: visible;
}
.glyphicon.glyphicon-star-empty:checked:before {
    content: "\e006";
}
input[type=checkbox].glyphicon{
     visibility: hidden;
}



/* round table */

.table-curved {
  border-collapse: separate;
  border: solid #fcf2e7 1px;
  border-radius: 6px;
  border-left: 0px;
  border-top: 0px;
}
.table-curved > thead:first-child > tr:first-child > th {
  border-bottom: 0px;
  border-top: solid #fcf2e7 1px;
}
.table-curved td, .table-curved th {
  border-left: 1px solid #fcf2e7;
  border-top: 1px solid #fcf2e7;
}
.table-curved > :first-child > :first-child > :first-child {
  border-top-left-radius: 6px;
}
.table-curved > :first-child > :first-child > :last-child {
  border-top-right-radius: 6px;
}
.table-curved > :last-child > :last-child > :first-child {
  border-bottom-left-radius: 6px;
}
.table-curved > :last-child > :last-child > :last-child {
  border-bottom-right-radius: 6px;
}

.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
}

.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
}



/* Callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}


.gi-1-5x{font-size: 1.5em;}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
