/*
  Mixity - Dolibarr: Visitor website
  Module : Default stylesheets
  Created by Vincent Quintin
*/
body {
    color: black;
    background-image: url('../img/background.jpg');
    background-attachment: fixed;
}
.masthead {
    height:400px;
    /* height: 60vh; */
    min-height: 400px;
    background-image: url('../img/header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.navbar {
    /* background-image: linear-gradient(90deg, #002957, black); */
    /* background-color: rgb(48,48,48,0.8); */
    background-color: transparent;
    transition: background-color 1s ease 0s;
    
}
.navbar.solid{
    background-color: #002957;
    border-bottom:1px solid white;
    transition: background-color 1s ease 0s;
}
@media (max-width: 767.98px) {
  .navbar-collapse { /* Add VQU */
    background-color: rgb(51,51,51,0.9); /*rgb(0,41,87,0.9);  #002957; */
    padding: 5px;
    border: 1px solid white;
  }
}
.navbar-static-top-bg {
    background-image: linear-gradient(90deg, #002957, black);
}
.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -5px;
    right: 0px;
    font-size: 200%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }
}
.lang_content {
    float: right;
}
.lang_content ul li {
    float: left;
}
.lang_content ul li a {
    display: block;
    padding: 0 15px;
    line-height: 20px;
    border-left: 1px solid #eee;
    color: #8b909a; 
    font-weight: 100;
}
.lang_content ul li a.menuactive {
    color: #eee;
    font-weight: 600;
}
.lang_content ul li a:hover {
    color: #eee;
}
.breadcrumb {
    margin-top: 69px;
    font-size: 80%;
}
a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.scroll-to {
    position: fixed;
    z-index: 10;
    display: none;
    background-color: rgba(15, 15, 16, 0.8);
}
#scroll-to-top {
    right: 25px;
    bottom: 25px;
    padding: 9px 11px 11px 10px;
}
.scroll-to i {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
}
.scroll-to:hover i {
    color: rgba(255, 255, 255, 1);
    transition: 0.5s;
}
span.step {
    background: #002957;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em; 
}
.tooltip-container {
  color:#004080;
  cursor:pointer;
}
.imgborder {
   display:inline-block;
   position:relative;
   border:1px solid #ccc;
   padding:10px;
   background:#f2f2f2;
   margin-bottom:30px;
   /* border-radius: 5%; */
}
.subheading {
    color: #666;
}
img.illustration {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
div.polaroid {
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 0px;
    padding:0px;
}
div.legende {
    text-align: center;
    padding: 10px;
}
.topleft {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 18px;
    color: white;
}
.bottomright-legend {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-size: 14px;
}
.bottomright {
    position: absolute;
    bottom: 50px;
    right: 20px;
    font-size: 18px;
}
.topright {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
}
.topleft {
    position: absolute;
    top: 3px;
    left: 23px;
    font-size: 18px;
}
.overlay {
    position: absolute;
    bottom: 100%;
    left: 15px;
    right: 15px;
    opacity:0.95;
    overflow: hidden;
    height:0;
    transition: .5s ease;
}
.icon-background {
    background-color:white;
    border-radius:50%;
    padding:1px;
    border:1px solid black;
}
.polaroid:hover .overlay {
    bottom: 0;
    height: 100%;
    cursor:pointer;
}
.text {
    margin: 10px;
    color: white;
    font-size:90%;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
#pricing {
    width: 100%;
    border-collapse: collapse;
}
#pricing .btn {
    width:80%;
    color: white;
}
#pricing .btn-orange { background-color: #feaa14; }
#pricing .btn-orange:hover { background-color: #fe940d; }
#pricing .btn-green { background-color: #80ce20; }
#pricing .btn-green:hover { background-color: #4ab123; }
#pricing .btn-blue { background-color: #3eb6e8; }
#pricing .btn-blue:hover { background-color: #2fa1c6; }
#pricing td,
#pricing th {
  text-align: center;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  padding: 0px;
  word-wrap: break-word;
}
#pricing tr:nth-child(even){background-color: white;}
#pricing td {
    padding: 2px;
    font-size:14px;
}
#pricing .feature {
    font-size:14px;
    text-align: left;
}
#pricing .check {
    color: #00b300;
    text-align: center;
    font-size:18px;
    padding:0px;
}
#pricing .uncheck {
    color: #ca0d0d;
    text-align: center;
    font-size:18px;
    padding:0px;
}
#pricing th:first-child,
#pricing td:first-child {
    font-weight: 400;
    color: black;
}
#pricing .pricingTable {
    text-align: center;
    margin: 0 20px 0;
    z-index: 1;
    position: relative;
}
#pricing .pricingTable .title{
    width: 100%;
    padding: 10px 5px;
    margin: 0 auto;
    background: #feaa14;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
#pricing .pricingTable .title:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fe940d;
    position: absolute;
    top: 92%;
    left: 0;
    transform: skewY(-5deg);
}
#pricing .pricingTable .subtitle {
    font-weight: 100;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
#pricing .pricingTable .card-body-icon{ color: white; font-size: 30px;}

#pricing .pricingTable.green .title{ background: #80ce20; }
#pricing .pricingTable.green .title:after{ background: #4ab123; }
#pricing .pricingTable.green .card-body-icon{ color: white; }
#pricing .pricingTable.green .price-value {background: #4ab123;}
#pricing .pricingTable.blue .title{ background: #3eb6e8; }
#pricing .pricingTable.blue .title:after{ background: #2fa1c6; }
#pricing .pricingTable.blue .card-body-icon{ color: white; }
#pricing .pricingTable.blue .price-value {background: #2fa1c6;}

#pricing .pricingTable .price-value {
    background: #fe940d;
    color: white;
    font-weight: 600;
    padding: 5px 0;
    margin: 0 0 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
#pricing .pricingTable .amount{
    font-size: 30px;
    line-height: 40px;
}
#pricing .pricingTable .amount-sm{
    font-size: 25px;
    vertical-align: top;
}
#pricing .pricingTable .currency{
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
    margin: 0 0 0 -3px;
}
#pricing .pricingTable .pricing-content{
    font-size:18px;
}

@media screen and (max-width: 768px) {
    #pricing .btn {
        width:95%;
        padding: 3px;
    }
    #pricing tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }
    #pricing td,
    #pricing th {
        display: block;
        width: 33.333333333333%;
        font-size: 14px;
    }
    #pricing th:first-child,
    #pricing td:first-child {
        background: #efefef;
        text-align:center;
        width: 100%;
    }
    #pricing th:first-child {
        display: none;
    }
    #pricing .pricingTable {
        margin: 5px;
    }
    #pricing .pricingTable .price-value {
        font-size: 70%;
    }
    #pricing .pricingTable .card-body-icon {
        font-size: 150%;
        top: -10px;
        right: -10px;
        color: #fe940d;
    }
    #pricing .pricingTable.blue .card-body-icon { color: #2fa1c6; }
    #pricing .pricingTable.green .card-body-icon { color: #4ab123; }
}