/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 mai 2018, 17:29:59
    Author     : klegeay
*/
/*******************************************************************************
*
*
*********** VARIABLES **********************************************************
*
*
*******************************************************************************/
.yellow {
  color: #ba902d;
}
.red {
  color: #8e1c2c;
}
.blue {
  color: #004f7e;
}
.grey {
  color: #58595a;
}
.white {
  color: #ffffff;
}
.green {
  color: #00A65A;
}
.center {
  text-align: center;
}
.padding5 {
  padding: 5px;
}
.padding3 {
  padding: 3px;
}
.border-collapse-separate {
  border-collapse: separate;
}
/*******************************************************************************
*
*
*********** ALERT MESSAGES *****************************************************
*
*
*******************************************************************************/
/*
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.modal-danger .modal-body {
  background-color: #ffffff !important;
  color: #8e1c2c !important;
  border: 5px solid #8e1c2c !important;
}

.alert-success {
  background-color: white!important;
  color: #00a65a!important;
  border: 5px solid #00a65a!important;
}
*/

.bg-aqua {
	background-color: #0071b4 !important;
	
}

.containerBis #flash_success {
  width: inherit;
}
/*.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
    color:@yellow!important;
}*/
#flash_success {
  padding: 10px;
  font-weight: bold;
  width: 30%;
}
#customer_bloc_id #flash_success {
  padding: 10px;
  font-weight: bold;
  width: 100%;
}
/*******************************************************************************
*
*
*********** ICON ***************************************************************
*
*
*******************************************************************************/
.fa-thumbs-up,
.fa-exclamation-triangle,
.fa-wrench,
.fa-file-alt,
.fa-user,
.fa-pencil-alt {
  padding-right: 10px;
}
.fa-angle-down,
.fa-angle-up {
  color: #004f7e;
}
/*******************************************************************************
*
*
*********** PAGES **************************************************************
*
*
*******************************************************************************/
.box {
  padding-left: 0px;
  padding-right: 0px;
}
.box.box-primary {
  border: 3px solid #004f7e;
}
.box.box-aqua {
border: 3px solid #0071b4 ;	
}
.box.box-danger {
  border: 3px solid #dd4b39;
}
.box.box-info {
  border: 3px solid #ba902d;
}
box-body {
  padding-left: 15px;
  padding-right: 15px;
}
section#contact {
  background-color: #58595a;
}
section#contact .form-group textarea.form-control {
  height: 276px;
}
.commande_bloc {
  margin: 0 auto;
  margin-bottom: 10px;
}
.commande_bloc .box-header {
  background-color: #8e1c2c;
}
.commande_bloc .btn-primary {
  background-color: #8e1c2c;
}
.customer_bloc .btn-primary {
  background-color: #ba902d;
}
.customer_bloc .box-header {
  background-color: #ba902d;
}
.contrat_bloc .box-header {
  background-color: #ba902d;
}
.contrat_bloc .panel-footer .label {
  font-size: 90%;
}
.intervention_bloc .btn-primary {
  background-color: #004f7e;
}
.intervention_bloc .box-header {
  background-color: #004f7e;
}
.box-header {
  color: #ffffff;
}
.btn-primary {
  border: none;
}
.fa {
  color: white;
}
section h3.section-subheading {
  color: #ffffff;
}
.btn-xl,
.btn-xl,
.btn-xl {
  background-color: #ffffff;
  border: 1px solid #8e1c2c;
  color: #8e1c2c;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-color: #8e1c2c;
  color: #ffffff;
  border: 1px solid #8e1c2c;
}
section,
#home,
.space {
  padding: 50px!important;
  padding-top: 30px!important;
}
.btn-s {
  font-size: 18px;
}
@media (max-width: 377px) {
  .btn-s {
    font-size: 14px;
  }
}
a {
  color: #004f7e;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #ba902d;
  cursor: pointer;
}
#home {
  display: flex;
}
.widget-container-col {
  padding: 25px;
}
#containerLeft {
  -webkit-box-shadow: -20px 0px 50px 10px #58595a;
  -moz-box-shadow: -20px 0px 50px 10px #58595a;
  box-shadow: -20px 0px 50px 10px #58595a;
}
#containerRight {
  -webkit-box-shadow: 20px 0px 50px 10px #58595a;
  -moz-box-shadow: 20px 0px 50px 10px #58595a;
  box-shadow: 20px 0px 50px 10px #58595a;
}
.clear {
  clear: both;
}
@media (max-width: 991px) {
  #home {
    display: block;
  }
  #containerLeft {
    -webkit-box-shadow: 0px -20px 50px 10px #58595a;
    -moz-box-shadow: 0px -20px 50px 10px #58595a;
    box-shadow: 0px -20px 50px 10px #58595a;
  }
  #containerRight {
    -webkit-box-shadow: 0px 20px 50px 10px #58595a;
    -moz-box-shadow: 0px 20px 50px 10px #58595a;
    box-shadow: 0px 20px 50px 10px #58595a;
  }
}
@media (max-width: 767px) {
  section,
  #home,
  .space {
    padding: 0px!important;
  }
}
.pointille {
  border: 1px dashed #58595a;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 10px;  
  margin-top: 10px;
}
/*******************************************************************************
*
*
*********** NAVIGATION *********************************************************
*
*
*******************************************************************************/
.navbar-default {
  background: url('../img/nav1.jpg');
  margin-bottom: 0px;
  background-position: center;
  background-size: cover;
  border: none;
  border-bottom: 1px solid #58595a;
  max-height: 130px;
  padding: 0px;
}
.navbar-default .logo_content {
  position: relative;
  background-color: white;
  height: 130px;
  margin-right: 50px;
  line-height: 30px;
  display: inline-block;
  border-bottom: 1px solid #58595a;
  width: 20%;
}
.navbar-default .logo_content img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 5px;
  max-height: 90%;
}
.navbar-default .logo_content::after {
  position: absolute;
  right: -50px;
  top: 0;
  content: "";
  border-top: 130px solid #ffffff;
  border-right: 50px solid transparent;
}
.navbar-default .container {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 75%;
}
.navbar-default .container .navbar-header {
  float: none;
  display: inline-block;
  width: 30%;
  min-height: 90px;
}
.navbar-default .container .navbar-collapse {
  display: inline-block !important;
  min-height: 80px;
}
.navbar-default .navbar-brand {
  color: #ffffff;
  float: none;
}
.navbar-default .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-default .nav li a {
  font-size: 1.1em;
  font-weight: bold;
}
.navbar-default .navbar-toggle {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 15px;
  background-color: #8e1c2c;
  border-color: #8e1c2c;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #8e1c2c;
}
#message_accueil {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-default .container {
    width: 70%;
  }
  .navbar-default .container .navbar-collapse {
    width: 75%;
  }
  .navbar-default .navbar-nav {
    width: 67%;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  #nav-info {
    padding: 10px 0px;
  }
  #nav-info table {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .container {
    width: 70%;
  }
  .navbar-default .container .navbar-header {
    float: none;
    margin: 0 auto;
    width: 35%;
  }
  .navbar-default .container .navbar-collapse {
    width: 60%;
    float: right;
    font-size: 12px;
  }
}
@media (min-width: 767px) {
  .navbar-default.navbar-shrink {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-default .logo_content {
    width: 23%;
  }
  .navbar-default .logo_content img {
    max-height: 70%;
  }
  .navbar-default .container {
    display: inline-block;
    width: 60%;
    position: relative;
    height: 130px;
  }
  .navbar-default .container .navbar-header {
    width: 100%;
    padding-bottom: 25px;
    display: block;
  }
  .navbar-default .container .navbar-collapse {
    padding: inherit;
    display: none!important;
  }
  .navbar-default .container .collapse.in {
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #8e1c2c;
    top: 60px;
    text-align: center;
    display: inline-block !important;
    right: 45px;
    border-radius: 4px;
  }
  .navbar-default .navbar-brand {
    padding-left: 0px;
  }
}
@media (max-width: 469px) {
  .navbar-default .logo_content {
    width: 25%;
  }
  .navbar-default .logo_content img {
    max-height: 60%;
  }
  .navbar-default .container > .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar-default .container #nav-info #message_accueil {
    display: none;
  }
  .navbar-default .container #nav-info a {
    font-size: 18px;
  }
}
.page-scroll img:hover {
  background-color: #ba902d;
}
.navbar-default.navbar-shrink {
  background-color: #58595a !important;
}
/*******************************************************************************
*
*
*********** LOGIN PAGE *********************************************************
*
*
*******************************************************************************/
#login {
  /*    input[type="text"], input[type="password"]{
            &:hover{
                background-color: @white;
            }
        }*/
}
#login #logo {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}


#login .page {
  z-index: 2;
}
#login .login {
  font-size: 24px;
  color: #58595a;
}
#login #submit {
  cursor: pointer;
}
#login #submit:hover {
  color: #ffffff;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#login .rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
#login .containerBis,
#login #footer_login {
  /*width: 640px;*/
  text-align: center;
  margin: 0 auto;
}
#login #footer_login {
  margin-top: 10px;
}
#login .close {
  display: none;
}
#login .message-danger {
  color: #ffffff;
}
@media (max-width: 767px) {
  #login #logo_img {
    max-width: 100px;
  }
  #login img {
    max-width: 150px;
  }
  #login #logo {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
/*******************************************************************************
*
*
*********** DATA TABLES ********************************************************
*
*
*******************************************************************************/
.dataTables_filter {
  margin: 10px 0px;
  float: left!important;
}
.td-limit {
  width: 50px;
}
.td-limit-objet {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*******************************************************************************
*
*
*********** FOOTER *************************************************************
*
*
*******************************************************************************/
ul.social-buttons li a {
  background-color: #58595a;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:active,
ul.social-buttons li a:focus {
  background-color: #ba902d;
}
/*******************************************************************************
*
*
*********** MENTIONS LEGALES ***************************************************
*
*
*******************************************************************************/
#mentions-legales .modal-header {
  background-color: #004f7e;
  color: #ffffff;
}
#mentions-legales .modal-header button span {
  font-size: 2em;
  color: #ffffff;
}
#mentions-legales .modal-content {
  border-radius: 6px;
}
#mentions-legales h4 {
  background: url(../img/fleche_bleu.jpg) left center no-repeat;
  padding-left: 22px;
}
/*******************************************************************************
*
*
*********** CONTRATS ***********************************************************
*
*
*******************************************************************************/
.progress-bar-yellow,
.progress-bar-warning,
.label-warning {
  background-color: #ba902d !important;
}
.progress-bar-red,
.progress-bar-danger,
.label-danger {
  background-color: #8e1c2c !important;
}
/*******************************************************************************
*
*
*********** INTERVENTIONS ******************************************************
*
*
*******************************************************************************/
.details-control {
  text-align: center;
  cursor: pointer;
}
.encours {
  background-color: #00A65A;
  color: #ffffff;
}
.clos {
  background-color: #8e1c2c;
  color: #ffffff;
}
.enattente {
  background-color: #ba902d;
  color: #ffffff;
}
.enregistree {
  background-color: #58595a;
  color: #ffffff;
}
.tooltip {
  position: fixed;
}


div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}
