/* Sticky footer styles
-------------------------------------------------- */
html {
	  position: relative;
	  min-height: 100%;
}
body {
	  /* Margin bottom by footer height */
	  margin-bottom: 60px;
	  color: #424242;
	  background-color: #eef5ec;
}

h4, h3	{
	font-size: 17px;
}

a {
	  color: #337ab7;
	  text-decoration: none;
}

a:hover,
a:focus {
	  color: #23527c;
	  text-decoration: underline;
}

/*commande status */
OS1 {	/*open - red*/
	color: #B40404;
}

OS2 {	/*close - green*/
	color: #298A08;
}

OS3 {	/*send - blue*/
	color: #0431B4;
}

OS4 {	/*in progres - red*/
	color: #0431B4;
}


.navbar-text {
	padding-right: 10px;
}

.navbar-custom {
	background-color: #25492f !important;
}

.nav-pills .nav-link.active {
  background-color: #478658;
}

.alert-secondary {
  background-color: #eef5ec;
  border-color: #9dc2a7; 
}

.border-custom {
	 border-color: #478658; 
}

.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%; 
	  min-width: 600px;  
	  /* Set the fixed height of the footer here */
	  height: 60px;
	  background-color: #25492f;
	  border-color: #080808;
	  
}

.fa-thumbs-up {
	color: green;
}
  
.fa-thumbs-down {
	color: red;
}

.fa-sort-numeric-down-alt, .fa-sort-numeric-down, .fa-sort-alpha-down-alt, .fa-sort-alpha-down{
	color: gray;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/*-----------TABLE------------*/

.breadcrumb {
	background-color: #f5f5f5;
}

.table-style{
	background-color: #fff;
	padding: 0.5em 0.5em 1.0em;
	border-radius: 4px;
	margin-bottom: 10px;
}

.table{
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px;
}

.table > tbody > th > td {
	vertical-align: middle;
}

.table > tbody > tr > td {
    padding: 5px;
	vertical-align: middle;
}

.tableCHF{
	max-width: 300px;
	align-items: right;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eef5ec;
}

.table-hover > tbody > tr:hover {
  background-color: #d9edf7;
}

input.price {
    width:60px;
	border: 0px;
	text-align: right;
	background-color: transparent;
}

.table input[type="number"] {
	
	width:60px;
	border-radius: 4px;
	text-align: right;
	background-color: transparent;
	}
	
.table input[type="number"]:focus {
	border: 2px solid #555;
}

.table-header{
	max-width: 800px;
}

.tooltip-inner {
  min-width: 300px !important;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
}

/*-----------FORM------------*/

.form-style{
	background-color: #fff;
	padding: 0.5em 2.0em 1.0em;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 10px;
	max-width: 800px;
	align-items: center;
}

.form-style h4{
    font-size: 1.1em;
    text-transform: none;
    color: #0e62c7;
    margin-bottom: 5px;
    background: #F9F9F9;
    padding: 0.5em 0.8em;
	font-weight: 400;
}

.form-style h3{
    font-size: 1.4em;
    text-transform: none;
    color: #0e62c7;
    margin-bottom: 0;
    background: #F9F9F9;
    padding: 0.5em 0.8em;
	font-weight: 400;
	border-radius: 4px;
}

.form-group {
    margin-bottom: 5px;
}

.form-style btn{
    padding: 2em 4em;

}

hr {
	display: block;
    height: 2px;
    border: 1;
    border-top: 1px solid #645f5f;
    margin: 1em 0;
    padding: 0; 
}

.mt20{
	margin-top: 25px;
}

.custom
{
	width: 72px !important;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container-fluid {
  padding: 80px 10px;
}
body > .container {
  padding: 80px 10px;
}

.container .text-muted {
  margin: 20px 0;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; 
  min-width: 600px; 
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.card-body{
	padding-bottom: 10px;
}

/* Custom page chart
-------------------------------------------------- */

.bg-gradient-primary {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}

.bg-gradient-secondary {
  background-color: #858796;
  background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
  background-size: cover;
}

.bg-gradient-success {
  background-color: #1cc88a;
  background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
  background-size: cover;
}

.bg-gradient-info {
  background-color: #36b9cc;
  background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
  background-size: cover;
}

.bg-gradient-warning {
  background-color: #f6c23e;
  background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
  background-size: cover;
}

.bg-gradient-danger {
  background-color: #e74a3b;
  background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
  background-size: cover;
}

.bg-gradient-light {
  background-color: #f8f9fc;
  background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
  background-size: cover;
}

.bg-gradient-dark {
  background-color: #5a5c69;
  background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
  background-size: cover;
}

.bg-gray-100 {
  background-color: #f8f9fc !important;
}

.bg-gray-200 {
  background-color: #eaecf4 !important;
}

.bg-gray-300 {
  background-color: #dddfeb !important;
}

.bg-gray-400 {
  background-color: #d1d3e2 !important;
}

.bg-gray-500 {
  background-color: #b7b9cc !important;
}

.bg-gray-600 {
  background-color: #858796 !important;
}

.bg-gray-700 {
  background-color: #6e707e !important;
}

.bg-gray-800 {
  background-color: #5a5c69 !important;
}

.bg-gray-900 {
  background-color: #3a3b45 !important;
}

.o-hidden {
  overflow: hidden !important;
}

.text-xs {
  font-size: .7rem;
}

.text-lg {
  font-size: 1.2rem;
}

.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

