body,
html {
width: 100%;
height: 100%;
}

body {
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 0.9rem;
}

hr {
max-width: 50px;
border-width: 3px;
border-color: #0eaf9e;
}

hr.light {
border-color: #fff;
}

a {
color: #0eaf9e;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}

a:hover {
color: #0eaf9e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
background-color: #0eaf9e !important;
}

.bg-dark {
background-color: #212529 !important;
}

.text-faded {
color: rgba(255, 255, 255, 0.7);
}

section {
padding: 3rem 0;
}

section.type-content {
padding: 4rem 0 8rem 0;
}

.iframe section {
padding: 0.5rem 0 !important;
}


.section-heading {
margin-top: 0;
}

::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}

::selection {
color: #fff;
background: #212529;
text-shadow: none;
}

img::selection {
color: #fff;
background: transparent;
}

img::-moz-selection {
color: #fff;
background: transparent;
}


header.commonhead {
padding-top: 6rem;
padding-bottom: calc(5rem - 56px);
min-height: 100px;
background-image: url("../img/header_02.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
}

header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}

header.masthead h1 {
font-size: 2rem;
}

header.masthead p {
font-weight: 300;
}

@media (min-width: 768px) {
header.masthead p {
font-size: 1.15rem;
}
}

@media (min-width: 992px) {
header.masthead {
height: 30vh;
min-height: 350px;
padding-top: 0;
padding-bottom: 0;
}

header.masthead h1 {
font-size: 3rem;
}
}

@media (min-width: 1200px) {
header.masthead h1 {
font-size: 4rem;
}
}

.service-box {
max-width: 400px;
}

.service-box a {
text-decoration: none;
}

.service-box-disabled {
cursor: not-allowed;
}

.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
color: #fff;
background: rgba(240, 95, 64, 0.9);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
padding: 0 15px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}

.portfolio-box:focus {
outline: none;
}

@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}

.text-primary {
color: #0eaf9e !important;
}

.btn {
border: none;
border-radius: 300px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-strong {
font-weight: 700;
text-transform: uppercase;
}

.btn-xl {
padding: 1rem 2rem;
}

.btn-primary {
background-color: #0eaf9e;
border-color: #0eaf9e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #009180 !important;
}

.btn-primary:active, .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}


/* Login panel*/
/*
* Card component
*/
.card {
background-color: #f8f9fa;
border: 0;
padding: 20px 25px 30px;
margin: 0 auto 25px;
margin-top: 50px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 10px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
/* -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
/* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
}

.profile-img-card {
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

/*
* Form styles
*/
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}

.reauth-email {
display: block;
color: #404040;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
direction: ltr;
height: 44px;
font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.form-signin .form-control:focus {
border-color: rgb(104, 145, 162);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
/*background-color: #4d90fe; */
background-color: #0eaf9e;
;
/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
padding: 0px;
font-weight: 700;
font-size: 14px;
height: 36px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: none;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
background-color: #0eaf9e;
;
}

.forgot-password {
color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
color: rgb(12, 97, 33);
}



.list-group {
margin-bottom: 20px;
padding-left: 0
}

.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd
}

.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}

.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}

.list-group-item>.badge {
float: right
}

.list-group-item>.badge+.badge {
margin-right: 5px
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #0eaf9e;
border-color: #0eaf9e}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #f9bab7
}

a.list-group-item {
color: #555
}

a.list-group-item .list-group-item-heading {
color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5
}

.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px
}

.list-group-item-text {
margin-bottom: 0;
line-height: 1.3
}

.panel {
margin-bottom: 18px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
padding: 15px
}

.panel-body:before,
.panel-body:after {
content: " ";
display: table
}

.panel-body:after {
clear: both
}

.panel>.list-group {
margin-bottom: 0
}

.panel>.list-group .list-group-item {
border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0
}

.panel>.table {
margin-bottom: 0
}

.panel>.panel-body+.table {
border-top: 1px solid #d6d4d4
}

.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: -1px;
border-top-left-radius: -1px
}

.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px
}

.panel-title>a {
color: inherit
}

.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: -1px;
border-bottom-left-radius: -1px
}

.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
overflow: hidden
}

.panel-group .panel+.panel {
margin-top: 5px
}

.panel-group .panel-heading {
border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
border-top: 1px solid #ddd
}

.panel-group .panel-footer {
border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd
}

.panel-default {
border-color: #ddd
}

.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #ddd
}

.panel-primary {
border-color: #0eaf9e}

.panel-primary>.panel-heading {
color: #fff;
background-color: #0eaf9e;
border-color: #0eaf9e}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
border-top-color: #0eaf9e}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #0eaf9e}

.panel-success {
border-color: #48b151
}

.panel-success>.panel-heading {
color: #fff;
background-color: #55c65e;
border-color: #48b151
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
border-top-color: #48b151
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #48b151
}

.panel-warning {
border-color: #e4752b
}

.panel-warning>.panel-heading {
color: #fff;
background-color: #fe9126;
border-color: #e4752b
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
border-top-color: #e4752b
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #e4752b
}

.panel-danger {
border-color: #d4323d
}

.panel-danger>.panel-heading {
color: #fff;
background-color: #f3515c;
border-color: #d4323d
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
border-top-color: #d4323d
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #d4323d
}

.panel-info {
border-color: #4b80c3
}

.panel-info>.panel-heading {
color: #fff;
background-color: #5192f3;
border-color: #4b80c3
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
border-top-color: #4b80c3
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #4b80c3
}




.btn.btn-xs {
padding: 0.2em 0.75em;
font-size: 0.8em;
}

.btn-top-section {
margin-top: -80px;
}


body.iframe .container {
max-width: none !important;
}


/* OR separator : <div class="or"> OR </div> */
.or {
display: flex;
justify-content: center;
align-items: center;
color: grey;
}

.or:after,
.or:before {
content: "";
display: block;
border-top: 1px solid #b3c1ce;
border-bottom: 1px solid #b3c1ce;
width: 30%;
height: 3px;
margin: 0 10px;
}

.show-invalid:invalid {
background-color: pink;
border-color: darkred;
}

#public-note {
width: 100%;
height: 100%;
}

.instock {
color: green;
font-weight: bolder;
}

.notenoughfororder {
color: darkorange;
font-weight: bolder;
}

.outofstock {
color: red;
font-weight: bolder;
}

#reloadPage {
display: none;
}

.grid-stat {
display: grid;
grid-template-columns: repeat(2, 1fr 1fr);
}

.card-stat {
border: 1px solid #ccc;
border-radius: 10px;
margin: 5px;
padding: 3px;
}

.card-stat>div {
margin: 10px;
}

.card-stat th, .card-stat td{
border:0!important;
}

.elipse {
text-overflow: clip;
text-overflow: ellipsis;
text-overflow: "…";
text-overflow: fade;
text-overflow: fade(10px);
text-overflow: fade(5%);
}

.input-stat {
width: 100px;
border: 1px solid #ccc;
}

.tooltip-text{
display: none;
position: relative;
top: -6px;
left: 553px;
}

#estimation{
font-weight: bolder;
color: darkorange;
font-size: 18px;
}

.order-header-line,
.contact-line {
border-bottom: 1px solid #ccc5;
}

.input-text {
border: 0;
border-bottom: 1px solid #000;
width: 100%;
}

.order-header-line td, .contact-line td {
width: 300px;
padding: 2px 5px;
}

.order-header-line td:first-child, .contact-line td:first-child {
font-weight: 500;
width: 200px;
white-space: nowrap;
}

.order-header table, .contact-header table {
margin: 20px;
height: fit-content;
}


.table-header td {
font-weight: bolder;
}

.fixedHeader-floating th{
background-color: #f8f9fa;
}
.fm-container{
background-color: #f8f9fa;
border-radius: 10px;
padding:20px;
}

#product-form {
display: grid;
grid-template-columns: 9fr 0.5fr 0.5fr;
}

@media (min-width: 992px) {
.draft-orders {
display: grid;
grid-template-columns: repeat(3, 1fr);
}

.draft-order-card {
display: grid;
grid-template-columns: 2fr 1fr;
border: 1px solid #ccc;
margin: 10px;
padding: 10px 15px;
border-radius: 10px;
}
}

@media (max-width: 991px) {
.draft-orders {
display: grid;
grid-template-columns: repeat(2, 1fr);
}

.draft-order-card {
display: grid;
grid-template-rows: 1fr 1fr;
border: 1px solid #ccc;
margin: 10px;
padding: 10px 15px;
border-radius: 10px;
}
}

@media (min-width: 768px) {
.order-header, .contact-header {
display: grid;
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {
.order-header, .contact-header {
display: grid;
grid-template-rows: 1fr 1fr;
}
}
.custom-divider{
border-top: 1px solid #0eaf9e !important;
}
.subtable{
margin-bottom:0;
margin-top: 10px;
background-color: #F3F3F3 !important;
}

@media (min-width: 1200px) {
.container {
max-width: 1360px !important;
}
}
.logo{
max-width:200px;
}

.sidebar {
height: 100%;
width: 0;
position: fixed;
z-index: 2050;
top: 0;
right: 0;
background-color: #efefef;
border-left: 1px solid #ddd;
overflow-x: hidden;
transition: 0.5s;
overflow-y: hidden;
}

.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #111;
display: block;
transition: 0.3s;
}

.sidebar .closebtn {
font-size: 36px;
cursor: pointer;
text-align: right;
margin-right: 25px;
white-space:nowrap;
}

#sidebar-container{
grid-auto-rows: minmax(min-content, max-content);
display: grid;
grid-row-gap: 3px;
height: calc(100% - 70px);
width:100%;
overflow-y: scroll;
overflow-x: hidden;
transition: all 1000ms;
}

.sidebar > h2
{
white-space:nowrap;
padding: 60px 0px;
}

.sidebar-content{
display: grid;
grid-template-columns: 0.2fr 0.8fr 1fr 1fr;
grid-template-rows: 0.1fr 1fr 0.1fr;
grid-template-areas:
"d a f f"
"b b c c"
"b b e e";
background-color: #dfdfdf;
padding: 10px 20px;
height: 150px;
align-items: start;
justify-items: start;
align-items: center;
transition: all 50ms;
}

.sidebar-content-badge{
font-size:12px;
font-weight:700;
grid-area: a;
justify-self: flex-end;
margin-right:5px;
}

.sidebar-content-delbtn{
grid-area: d;
font-size: 20px;
cursor: pointer;
}

.sidebar-content-text{
width: 280px;
grid-area: c;
}

.sidebar-content-title{
font-weight:bolder;
grid-area: f;
}

.sidebar-content-photo{
width:130px;
padding-right:10px;
grid-area: b;
}

.sidebar-content-callback{
grid-area: e;
display: grid;
justify-self: flex-end;
font-size: 16px;
cursor: pointer;
}

.sidebar-content-photo > img{
width:100%;
}

.cart-item{
display: grid;
grid-template-columns: 0.2fr 0.8fr 1fr 1fr;
grid-template-rows: 0.1fr 1fr 0.1fr;
grid-template-areas:
"d d f f"
"b b c c"
"b b e g";
background-color: #dfdfdf;
padding: 10px 20px;
height: 150px;
align-items: start;
justify-items: start;
align-items: center;
transition: all 50ms;
}

.cart-item-qty{
font-size:16px;
font-weight:700;
grid-area: e;
margin-right:5px;
}

.cart-item-delbtn{
grid-area: d;
font-size: 20px;
cursor: pointer;
}

.cart-item-text{
width: 280px;
grid-area: c;
}

.cart-item-title{
font-weight:bolder;
grid-area: f;
}

.cart-item-photo{
width:130px;
padding-right:10px;
grid-area: b;
}

.cart-item-price{
grid-area: g;
display: grid;
font-size: 16px;
cursor: pointer;
}

.cart-item-photo > img{
width:100%;
}

#cart-resume{
width: 100%;
padding: 15px;
border-top: 1px solid #ccc;
position: absolute;
bottom: 0;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
}

#cart-total{
font-weight: bolder;
text-align: right;
font-size: 18px;
}

#makeOrder{
padding: 5px 0px!important;
color: white;
font-size: 17px;
}

.actionButton{
display: grid;
grid-gap: 10px;
grid-template-columns:1fr 1fr;
}

.openbtn{
cursor: pointer;
font-size:24px;
display: inline-block;
}
#overlay{
width: 100%;
height: 100%;
position: fixed;
z-index: 2000;
background-color: #fffd;
}
#multi-order-title{
font-weight:bolder;
}
#multi-order-explanation{
color: #777;
overflow: hidden;
height: 55px;
display: block;
cursor: pointer;
transition-duration:0.5s;
}
#multi-order-explanation:hover{
height: 200px;
transition-duration:0.5s;
}
#multi-order-bar{
padding: 10px;
padding-top: 85px;
}

#multi-order-container {
display: flex;
flex-direction: column;
}
.multi-order-content{
padding: 5px 10px;
}
.multi-order-hidden{
min-height: inherit !important;
overflow: hidden;
height:100px;
}
.multi-order{
min-width: 120px;
min-height: 150px;
border: 1px solid #ccc;
margin: 10px;
border-radius: 10px;
}
.multi-order ul{
list-style: none;
}
.multi-order-zone{
display:none;
text-align: center;
font-weight:bolder;
}
.multi-order-zone.waiting{
display: block;
min-height: 50px;
width:100%;
background-color: #6f6;
border: 1px solid #6f6;
border-radius:9px;
}
.multi-order-zone.over{
display: block;
background-color: #66f;
border: 1px solid #66f;
color: white;
border-radius:9px;
}

.search-centered > *{
text-align: center !important;
}

.child-row{
border: 1px solid #ccc;
}
.btn-askaccount{
background-color: rgba(255,255,255,0) !important;
color: #0eaf9e;
border: 2px solid #0eaf9e !important;
padding-top: 4px !important;
}
#topNav{
border-bottom: 1px solid #ddd;
}
#mySidebarCaller{
position: fixed;
z-index: 150;
right: 0;
padding: 0 9px;
background: #fff8;
border-radius: 5px;
}
.navbar-nav li{
font-size:16px;
}
nav li{
font-weight:400;
}
nav li a:hover{
padding-left:30px;
}
.nav-item.active{
background-color:#0eaf9e;
}
.nav-item.active .nav-link{
color:white;
}
li.area-title {
padding-left: 15px;
font-weight: bolder;
font-size: 18px;
color:black;
border-bottom: 1px solid #ccc;
margin-top:20px;
}
ul.area-children{
text-decoration:none;
list-style:none;
padding:0;
}
ul.area-children > .nav-item{
padding-left:20px;
}
/* <style type="text/css" > */
/* Start timeline.inc.php */

/*
 *	TIME LINE
 */
.main-timeline{
	overflow: hidden;
	position: relative;
	padding: 60px 0;
}
.main-timeline:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #cfcdcd;
	position: absolute;
	top: 0;
	left: 50%;
}
.main-timeline .timeline{
	width: 50%;
	clear: both;
	position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
	content: "";
	display: block;
	clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
	content: "";
	width: 11px;
	height: 11px;
	background: #cfcdcd;
	box-sizing: content-box;
	border: 5px solid #fff;
	box-shadow: 0 0 0 2px #cfcdcd;
	position: absolute;
	top: -54px;
	right: -11px;
	transform: rotate(45deg);
}
.main-timeline .timeline:last-child:before{
	top: auto;
	bottom: -54px;
}
.main-timeline .timeline:last-child:nth-child(even):before{
	right: auto;
	left: -11px;
}
.main-timeline .timeline-icon{
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 17px;
	right: -13px;
	z-index: 1;
	transform: rotate(45deg);
}
.main-timeline .timeline-icon:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-icon:before{ background: #39b3ff; }
.main-timeline .timeline-content{
	width: 85%;
	padding: 18px 30px;
	background: #fff;
	text-align: right;
	float: left;
	border: 1px solid transparent;
	position: relative;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .timeline-content{
	border: 1px solid #cfcdcd;
}
.main-timeline .timeline-content:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 21px;
	right: -7.3px;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-content:before{
	background: #39b3ff;
	border-color: #39b3ff;
}
.main-timeline .timeline-content:after{
	content: "";
	width: 11%;
	height: 1px;
	background: #cfcdcd;
	position: absolute;
	top: 28px;
	right: -14%;
}
.main-timeline .date{
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #39b3ff;
	margin: 0 0 8px;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .date{ color: #444; }
.main-timeline .title{
	font-size: 18px;
	color: #444;
	margin-top: 0;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .title{ color: #39b3ff; }
.main-timeline .description{
	font-size: 16px;
	color: #777;
	line-height: 28px;
	margin-top: 8px;
}
.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .timeline-content{
	float: right;
	text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
	right: 0;
	left: -12px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ left: -7.3px; }
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: -14%; }


.main-timeline.main-timeline-right{ padding-left: 20px; }
.main-timeline.main-timeline-right:before{ left: 20px; }
.main-timeline.main-timeline-right .timeline{ width: 100%; }
.main-timeline.main-timeline-right .timeline,
.main-timeline.main-timeline-right .timeline-content{
	float: right;
	text-align: left;
}
.main-timeline.main-timeline-right .timeline:first-child:before,
.main-timeline.main-timeline-right .timeline:last-child:nth-child(odd):before{
	right: auto;
	left: -11px;
}
.main-timeline.main-timeline-right .timeline-icon{
	right: 0;
	left: -12px;
}
.main-timeline.main-timeline-right .timeline-content:before{ left: -7.3px; }
.main-timeline.main-timeline-right .timeline-content:after{ left: -14%; }


@media only screen and (max-width: 767px){
	.main-timeline{ padding-left: 20px; }
	.main-timeline:before{ left: 20px; }
	.main-timeline .timeline{ width: 100%; }
	.main-timeline .timeline,
	.main-timeline .timeline-content{
		float: right;
		text-align: left;
	}
	.main-timeline .timeline:first-child:before,
	.main-timeline .timeline:last-child:nth-child(odd):before{
		right: auto;
		left: -11px;
	}
	.main-timeline .timeline-icon{
		right: 0;
		left: -12px;
	}
	.main-timeline .timeline-content:before{ left: -7.3px; }
	.main-timeline .timeline-content:after{ left: -14%; }
}

/*
* Component: Timeline
* -------------------
*/
.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
}
.timeline > li {
	position: relative;
	margin-right: 0;
	margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-item {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 3px rgba(0, 0, 0, 0.1);
	border:1px solid #d2d2d2;
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 0px;
	padding: 0;
	position: relative;
}

.timeline > li.timeline-code-ticket_msg_private  > .timeline-item {
	background: #fffbe5;
	border-color: #d0cfc0;
}


.timeline > li > .timeline-item > .time{
	color: #6f6f6f;
	float: right;
	padding: 10px;
	font-size: 12px;
}


.timeline > li > .timeline-item > .timeline-header-action{
	color: #6f6f6f;
	float: right;
	padding: 7px;
	font-size: 12px;
}


a.timeline-btn:link,
a.timeline-btn:visited,
a.timeline-btn:hover,
a.timeline-btn:active
{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	text-decoration: none;
	background-color: #f4f4f4;
	color: #444;
	border: 1px solid #ddd;
}

a.timeline-btn:hover
{
	background-color: #e7e7e7;
	color: #333;
	border-color: #adadad;;
}


.timeline > li > .timeline-item > .timeline-header {
	margin: 0;
	color: #333;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
}

.timeline > li > .timeline-item > .timeline-footer {
	border-top: 1px solid #f4f4f4;
}

.timeline > li.timeline-code-ticket_msg_private  > .timeline-item > .timeline-header, .timeline > li.timeline-code-ticket_msg_private  > .timeline-item > .timeline-footer {
	border-color: #ecebda;
}

.timeline > li > .timeline-item > .timeline-header > a {
	font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
	padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}
.timeline > .time-label > span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
	border-bottom-color: #ddd;
}

.timeline-icon-todo,
.timeline-icon-in-progress,
.timeline-icon-done{
	color: #fff !important;
}

.timeline-icon-not-applicble{
	color: #000;
	background-color: #f7f7f7;
}

.timeline-icon-todo{
	background-color: #dd4b39 !important;
}

.timeline-icon-in-progress{
	background-color: #00c0ef !important;
}
.timeline-icon-done{
	background-color: #00a65a !important;
}


.timeline-badge-date{
	background-color: #0073b7 !important;
	color: #fff !important;
}

.timeline-documents-container{

}

.timeline-documents{
	margin-right: 5px;
}

img.userphoto {			/* size for user photo in lists */
	border-radius: 0.72em;
	width: 1.4em;
	height: 1.4em;
	background-size: contain;
	vertical-align: middle;
}



/* End timeline.inc.php */
/* <style type="text/css" > */

/*
 * STATUS BADGES
 */

.badge-status {
	font-size: 1em;
	padding: .19em .35em;			/* more than 0.19 generate a change into heigth of lines */
}


/* STATUS0 */
.badge-status0 {
        color: #999999 !important;
        border-color: #cbd3d3;
        background-color: #fff;
}
.font-status0 {
        color: #fff !important;
}
.badge-status0.focus, .badge-status0:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status0:focus, .badge-status0:hover {
    color: #999999 !important;
        border-color: #b2baba;
}

/* STATUS1 */
.badge-status1 {
        color: #ffffff !important;
        background-color: #bc9526;
}
.font-status1 {
        color: #bc9526 !important;
}
.badge-status1.focus, .badge-status1:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(188,149,38,0.5);
}
.badge-status1:focus, .badge-status1:hover {
    color: #ffffff !important;
}

/* COLORBLIND STATUS1 */
body[class*="colorblind-"] .badge-status1 {
        color: #000 !important;
        background-color: #e4e411;
}
body[class*="colorblind-"] .font-status1 {
        color: #e4e411 !important;
}
body[class*="colorblind-"] .badge-status1.focus, body[class*="colorblind-"] .badge-status1:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(228,228,17,0.5);
}
body[class*="colorblind-"] .badge-status1:focus, body[class*="colorblind-"] .badge-status1:hover {
    color: #000 !important;
}

/* STATUS2 */
.badge-status2 {
        color: #212529 !important;
        background-color: #e6f0f0;
}
.font-status2 {
        color: #e6f0f0 !important;
}
.badge-status2.focus, .badge-status2:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230,240,240,0.5);
}
.badge-status2:focus, .badge-status2:hover {
    color: #212529 !important;
}

/* STATUS3 */
.badge-status3 {
        color: #212529 !important;
        border-color: #bca52b;
        background-color: #fff;
}
.font-status3 {
        color: #fff !important;
}
.badge-status3.focus, .badge-status3:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status3:focus, .badge-status3:hover {
    color: #212529 !important;
        border-color: #a38c12;
}

/* STATUS4 */
.badge-status4 {
        color: #ffffff !important;
        background-color: #55a580;
}
.font-status4 {
        color: #55a580 !important;
}
.badge-status4.focus, .badge-status4:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85,165,128,0.5);
}
.badge-status4:focus, .badge-status4:hover {
    color: #ffffff !important;
}

/* COLORBLIND STATUS4 */
body[class*="colorblind-"] .badge-status4 {
        color: #000 !important;
        background-color: #37de5d;
}
body[class*="colorblind-"] .font-status4 {
        color: #37de5d !important;
}
body[class*="colorblind-"] .badge-status4.focus, body[class*="colorblind-"] .badge-status4:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(55,222,93,0.5);
}
body[class*="colorblind-"] .badge-status4:focus, body[class*="colorblind-"] .badge-status4:hover {
    color: #000 !important;
}

/* STATUS5 */
.badge-status5 {
        color: #999999 !important;
        border-color: #cad2d2;
        background-color: #fff;
}
.font-status5 {
        color: #fff !important;
}
.badge-status5.focus, .badge-status5:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status5:focus, .badge-status5:hover {
    color: #999999 !important;
        border-color: #b1b9b9;
}

/* STATUS6 */
.badge-status6 {
        color: #777777 !important;
        background-color: #cad2d2;
}
.font-status6 {
        color: #cad2d2 !important;
}
.badge-status6.focus, .badge-status6:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(202,210,210,0.5);
}
.badge-status6:focus, .badge-status6:hover {
    color: #777777 !important;
}

/* STATUS7 */
.badge-status7 {
        color: #212529 !important;
        border-color: #baa32b;
        background-color: #fff;
}
.font-status7 {
        color: #fff !important;
}
.badge-status7.focus, .badge-status7:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status7:focus, .badge-status7:hover {
    color: #212529 !important;
        border-color: #a18a12;
}

/* COLORBLIND STATUS7 */
body[class*="colorblind-"] .badge-status7 {
        color: #212529 !important;
        border-color: #37de5d;
        background-color: #fff;
}
body[class*="colorblind-"] .font-status7 {
        color: #fff !important;
}
body[class*="colorblind-"] .badge-status7.focus, body[class*="colorblind-"] .badge-status7:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
body[class*="colorblind-"] .badge-status7:focus, body[class*="colorblind-"] .badge-status7:hover {
    color: #212529 !important;
        border-color: #1ec544;
}

/* STATUS8 */
.badge-status8 {
        color: #ffffff !important;
        background-color: #993013;
}
.font-status8 {
        color: #993013 !important;
}
.badge-status8.focus, .badge-status8:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153,48,19,0.5);
}
.badge-status8:focus, .badge-status8:hover {
    color: #ffffff !important;
}

/* STATUS9 */
.badge-status9 {
        color: #999999 !important;
        background-color: #e7f0f0;
}
.font-status9 {
        color: #e7f0f0 !important;
}
.badge-status9.focus, .badge-status9:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231,240,240,0.5);
}
.badge-status9:focus, .badge-status9:hover {
    color: #999999 !important;
}
