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: #34C5E4;
}

hr.light {
border-color: #fff;
}

a {
color: #34C5E4;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}

a:hover {
color: #34C5E4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
background-color: #34C5E4 !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_03.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: #34C5E4 !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: #34C5E4;
border-color: #34C5E4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #16a7c6 !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: #34C5E4;
;
/* 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: #34C5E4;
;
}

.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: #34C5E4;
border-color: #34C5E4}

.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: #34C5E4}

.panel-primary>.panel-heading {
color: #fff;
background-color: #34C5E4;
border-color: #34C5E4}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
border-top-color: #34C5E4}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #34C5E4}

.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 #34C5E4 !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%;
}

.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: #34C5E4;
border: 2px solid #34C5E4 !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:#34C5E4;
}
.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;
}
