body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3e3e3e;
    font-family: "Montserrat", sans-serif;
    background-color: #e8eaee;
}
::-moz-focus-inner {
    border: 0;
}
a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}
.button, .button:active, .button:focus, .button:visited {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    border: none;
    border-radius: 5px;
    background: #0080c8;
    padding: 10px 20px;
    min-width: 100px;
    font-size: 12px;
    color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.button:hover {
    background-color: #555;
    color: white;
}

.button-green {
	background: #4CAF50;
}

.button[disabled] {
    background-color: #555;
    cursor: not-allowed;
}

.buttonsm, .buttonsm:active, .buttonsm:focus, .buttonsm:visited {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    border: none;
    border-radius: 5px;
    background: #0080c8;
    min-width: 60px;
    font-size: 12px;
    color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.buttonsm:hover {
    background-color: #555;
    color: white;
}

/** HEADER **/

.header {
    background-color: #243342;
    padding: 25px 0 100px 0;
}
.header .container {
    padding-left: 30px;
    padding-right: 30px;
}
.header h1 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    color: rgba(250, 250, 250, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.header h1 b, .header h1 strong {
    font-weight: 800;
}
.header .top-menu {
    list-style-type: none;
    padding-left: 0;
    text-align: right;
    color: rgba(250, 250, 250, 0.5);
    margin-bottom: 0;
}
.header .top-menu li {
    display: inline-block;
    margin-left: 30px;
    letter-spacing: 0.5px;
}
.header .top-menu a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.header .top-menu a i {
    margin-right: 10px;
}
.header .top-menu a:hover {
    color: rgba(250, 250, 250, 0.75);
}
/** WRAPPER **/

.wrapper {
    min-height: 600px;
    background-color: #fff;
    margin-top: -80px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
/** FOOTER **/

.footer {
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.footer .footer-left {
    background-color: #34495e;
    height: 70px;
    padding: 20px 30px;
}
.footer .footer-left img {
    display: inline-block;
    height: 30px;
    width: auto;
    vertical-align: middle;
}
.footer .footer-right {
    min-height: 70px;
    padding: 15px 30px;
    background-color: #fff;
}
.footer .footer-right p {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 300;
}
.footer .footer-right p span {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.footer .footer-right p a:hover {
    text-decoration: underline;
}
.footer .footer-right img {
    display: inline-block;
    float: right;
}
/** LEFT SIDE **/

.left-side {
    position: relative;
    background-color: #34495e;
    /* background-image: url("../images/left18.png"); */
    background-position: top right;
    background-repeat: no-repeat;
    height: auto;
    color: white;
    padding: 0 0 600% 0;
    margin-bottom: -600%;
}
.left-side .left-top {
    padding: 30px 30px 20px 30px;
}
.left-side .left-top h2 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 20px;
}
.left-side .left-top h2 b, .left-side .left-top h2 strong {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.left-side .left-menu {
    padding-left: 0;
    list-style-type: none;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}
.left-side .left-menu li {
    border-top: 1px solid rgba(250, 250, 250, 0.2);
}
.left-side .left-menu li:last-child {
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.left-side .left-menu a {
    font-size: 16px;
    padding: 12px 15px 10px 25px;
    display: block;
    border-left: 5px solid #34495e;
    color: rgba(250, 250, 250, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.left-side .left-menu a i {
    display: inline-block;
    width: 30px;
}
.left-side .left-menu a:hover {
    color: rgba(250, 250, 250, 0.75);
}
.left-side .left-menu li.active a {
    background-color: #fff;
    color: #333;
    border-left: 5px solid #7b99b7;
}
.left-side .left-menu-bottom {
    padding-left: 0;
    list-style-type: none;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 50px;
}
.left-side .left-menu-bottom li {
    margin-bottom: 1px;
}
.left-side .left-menu-bottom a {
    font-size: 16px;
    padding: 12px 15px 10px 30px;
    display: block;
    color: #fafafa;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.left-side .left-menu-bottom a i {
    display: inline-block;
    width: 30px;
}
.left-side .left-menu-bottom a:hover {
    color: rgba(250, 250, 250, 0.75);
}
.left-side .left-menu-bottom li:nth-child(1) a {
    background-color: #fff;
    color: #333;
}
.left-side .left-menu-bottom li:nth-child(2) a {
    background-color: #94c0d9;
}
.left-side .left-menu-bottom li:nth-child(3) a {
    background-color: #59acdb;
}
.left-side .left-menu-bottom li:nth-child(4) a {
    background-color: #0080c8;
}
.left-side .left-menu-bottom li:nth-child(5) a {
    background-color: #075f91;
}
.left-side .left-menu-bottom button {
    font-size: 16px;
    padding: 12px 15px 10px 30px;
    display: block;
    color: #fafafa;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    border: 0px;
    text-align: left;
    width: 100%;
}
.left-side .left-menu-bottom button i {
    display: inline-block;
    width: 30px;
}
.left-side .left-menu-bottom button:hover {
    color: rgba(250, 250, 250, 0.75);
}
.left-side .left-menu-bottom li:nth-child(1) button {
    background-color: #fff;
    color: #333;
}
.left-side .left-menu-bottom li:nth-child(2) button {
    background-color: #94c0d9;
}
.left-side .left-menu-bottom li:nth-child(3) button {
    background-color: #59acdb;
}
.left-side .left-menu-bottom li:nth-child(4) button {
    background-color: #0080c8;
}
.left-side .left-menu-bottom li:nth-child(5) button {
    background-color: #075f91;
}
/** RIGHT SIDE **/

.default-section {
    padding: 0 15px;
}
.title {
    font-size: 10px;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: bottom;
}
/** SEARCH SECTION **/

.search-section {
    padding: 40px 15px 25px 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.search-box {
    position: relative;
    margin-bottom: 15px;
}
.search-box button {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 38px;
    padding: 0;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: #777;
}
.search-box button:hover {
    color: #0080c8;
}
/** BOX **/

.box-section {
    padding-left: 15px;
    padding-right: 15px;
}
.box-section .col-md-4:nth-child(3n+1) {
    clear: left;
}
.box {
    border: 2px solid gray;
    padding: 30px 20px 30px 90px;
    margin-bottom: 30px;
    position: relative;
}
.box img.box-icon {
    max-height: 50px;
    max-width: 50px;
    position: absolute;
    left: 20px;
}
/*
.box span {
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
.box span b {
    font-size: 30px;
}
*/
.box h4 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}
.box h5.box-status {
    font-size: 11px;
    font-weight: 300;
    margin-top: 0;
}
.box h5.box-status i {
    margin-right: 5px;
    font-size: 15px;
}
.box-empty {
    border-color: #e4e6ea !important;
}
.box-empty h5.box-status {
    color: #888;
}
.box-green {
    border-color: #c6d67a;
    background-color: #e7e9df;
}
.box-green h5.box-status {
    color: #c6d67a;
}
.box-orange {
    border-color: #dcbc4d;
    background-color: #efebdd;
}
.box-orange h5.box-status {
    color: #dcbc4d;
}
.box-blue {
    border: 2px solid #8cb7cf;
    background-color: #e7edf1;
}
.box-blue h5.box-status {
    color: #8cb7cf;
}
.box-direct .box-blue {
    padding: 10px 20px 10px 70px;
}
.box-direct .box-blue img.box-icon {
    max-height: 50px;
    max-width: 50px;
    left: 20px;
    top: 15px;
}
.box-direct .box-blue h5 {
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
}
.box-direct .box-blue h5 img {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 15px;
    max-width: inherit;
    max-height: 20px;
}
/** TABLE **/

.table {
    font-size: 12px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.table thead {
    background-color: #e8eaee;
}
.table tbody td {
    font-weight: 500;
    padding: 10px !important;
}
.table tbody td:first-child, .table thead th:first-child {
    text-align: center;
}
.table ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: -4px;
}
.table ul li {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../images/unchecked.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.table ul li.checked {
    background-image: url("../images/checked.png");
}
/** STEPS **/

.steps-section {
    padding: 40px 45px 40px 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.step {
    background-color: #e2eaef;
    padding: 10px 20px;
    position: relative;
}
.step span {
    display: inline-block;
    background-color: #0080c8;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
/*    margin-right: 10px; */
}
.step h5 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.step i {
    margin-left: 10px;
    font-size: 16px;
    color: #666;
}
.step::after {
    content: " ";
    display: inline-block;
    width: 34px;
    height: 34px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    background-color: #e2eaef;
    position: absolute;
    right: -17px;
    z-index: 2;
    top: 6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.step:nth-child(2), .step:nth-child(3) {
    padding-left: 40px;
}
.step:nth-child(2), .step:nth-child(2)::after {
    background-color: #c8dce7;
}
.step:nth-child(3), .step:nth-child(3)::after {
    background-color: #a6c7d8;
}
.step.active, .step.active::after {
    background-color: #0080c8 !important;
}
.step.active span {
    background-color: #fff;
    color: #666;
}
.step.active h5, .step.active i {
    color: white;
}
/** FORM **/

.form input, .form select, .form button, .form textarea {
    outline: 0 !important;
    box-shadow: none !important;
}
.form input.text-input, .form select {
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid lightgray;
    background-color: #fff;
}
.form textarea.text-input {
    font-weight: 300;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid lightgray;
    background-color: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
}
.form input.text-input:focus {
    border-color: #0080c8;
}
.form .check-label {
    display: inline-block;
    font-weight: 300;
    margin-right: 30px;
    line-height: 54px;
    margin-bottom: 0px;
    cursor: pointer;
}
.form .check-label input {
    margin-right: 10px;
    position: relative;
    bottom: -2px;
}
.form .form-label {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 10px;
}
/** REGISTER **/

.register-left {
    background-color: #e3eaef;
    padding-left: 30px;
}
.register-left .title {
    margin: 30px 0 15px 0;
    color: gray;
}
.register-left h4 {
    font-weight: bold;
    font-size: 12px;
    line-height: 54px;
    margin: 0;
}
.register-left.blank {
    height: 100px;
}
.register-right {
    padding-left: 30px;
    padding-right: 30px;
}
.register-right input.text-input, .register-right select {
    margin-top: 7px;
    margin-bottom: 7px;
}
.register-right .button {
    margin-bottom: 30px;
    margin-top: 15px;
}
/** OFFERTE **/

.offerte-top {
    padding: 40px 15px 40px 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.offerte-top img {
    display: inline-block;
    float: right;
}
.offerte {
    padding: 40px 30px;
    background-color: #e2eaef;
}
.offerte h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 0px;
}
.offerte .button {
    margin-top: 20px;
    margin-bottom: 00px;
}
.offerte .input, .offerte select {
    margin-bottom: 10px;
}
/** CUSTOMER INFO **/

.customer-info {
    padding: 15px;
}
.customer-info .box {
    background-color: #fff;
    padding: 20px 15px 15px 100px;
    margin-bottom: 15px;
}
.customer-info .button {
    margin-bottom: 15px;
}
.customer-info img.box-icon {
    top: 25px;
    max-width: 70px;
}
.customer-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}
.customer-info p {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}
/** CUSTOMER OFFERTE **/

.customer-offerte {
    padding: 15px;
}
.customer-offerte .box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 140px;
}
.customer-offerte .button {
    margin-bottom: 15px;
}
.customer-offerte h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 15px;
}
.customer-offerte p {
    font-size: 14px;
    margin-bottom: 5px;
}
a.box-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #b50e00;
    font-size: 16px;
    line-height: 1;
}
a.box-more {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: #0080c8;
    margin-top: 5px;
}
.modal .modal-body {
    padding: 30px;
}
.modal h3 {
    font-size: 14px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.modal .close {
    font-size: 30px;
    line-height: 1;
    color: #333 !important;
    outline: 0 !important;
    opacity: 1 !important;
    margin-top: -5px;
}
.modal label {
    text-align: right;
    display: block;
    line-height: 40px;
}
.modal input, .modal select {
    margin-bottom: 15px;
}
.modal .modal-buttons {
    margin-top: 15px;
}
.modal .button-close {
    background-color: gray;
}
@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 500px;
    }
}
/** CUSTOMER SERVICES **/

.customer-sevices {
    padding: 15px 15px 30px 15px;
}
.customer-sevices .box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 190px;
}
.customer-sevices .box img {
    margin-top: 20px;
}
.customer-sevices .button {
    margin-bottom: 15px;
}
.customer-sevices h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 15px;
}
.customer-sevices p {
    font-size: 14px;
    margin-bottom: 5px;
}
.police-info {
    display: block;
    font-size: 11px;
    color: #0080c8;
    margin-bottom: 15px;
}
#toTop {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    background-color: #0080c8;
    color: white;
    position: fixed;
    bottom: 30px;
    right: -100px;
    border-radius: 50%;
    transition: all 0.25s;
    z-index: 90;
}

.lefttall {
	height: 90px;
}
/** @MEDIA **/

/** 1199 **/

@media only screen and (max-width: 1199px) {
    .left-side .left-menu-bottom a {
        padding-left: 20px;
    }
    .left-side .left-menu a {
        padding-left: 15px;
    }
    .box {
        padding-left: 65px;
        padding-right: 10px;
    }
    .box img.box-icon {
        max-height: 40px;
        max-width: 40px;
        left: 15px;
    }
    .box-direct .box-blue {
        padding-left: 60px;
        padding-right: 15px;
    }
    .box-direct .box-blue h5 {
        font-size: 12px;
    }
    .box-direct .box-blue h5 img {
        max-height: 15px;
    }
    .box-direct .box-blue img.box-icon {
        top: 12px;
    }
    .step h5 {
        font-size: 12px;
    }
    .step span {
        margin-right: 5px;
    }
    .step i {
        margin-left: 5px;
        font-size: 14px;
    }
    .customer-info h4 {
        font-size: 14px;
    }
    .customer-info p, .customer-sevices p, .customer-offerte p {
        font-size: 12px;
    }
    .customer-info .box {
        padding-left: 70px;
    }
    .left-side .left-top, .footer .footer-left {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lefttall {
    	height: auto;
    }
}
/** 991 **/

@media only screen and (max-width: 991px) {
    .left-side {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .box-section .col-md-4:nth-child(3n+1) {
        clear: inherit;
    }
    .box-section .col-md-4:nth-child(2n+1) {
        clear: left;
    }
    .box-direct .box-blue h5 {
        font-size: 14px;
    }
    .left-side .left-top {
        padding: 20px 20px 10px 20px;
    }
    .register-left {
        background-color: transparent;
    }
    .register-left h4 {
        line-height: inherit;
        margin-top: 20px;
    }
    .register-left.blank {
        display: none;
    }
    .left-side .left-menu-bottom {
        margin-bottom: 0;
    }
}
/** 767 **/

@media only screen and (max-width: 767px) {
    body {
        padding-top: 70px;
    }
    .header {
        padding: 12px 0 10px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .wrapper {
        margin-top: 0;
    }
    .header h1 {
        margin-top: 0;
        font-size: 8px;
        margin-bottom: 10px;
        text-align: center;
    }
    .header .top-menu {
        text-align: left;
        display: inline-block;
    }
    .header .top-menu li {
        margin-left: 0;
        margin-right: 10px;
        letter-spacing: inherit;
    }
    .header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-btn {
        float: right;
        color: white;
        display: inline-block;
        font-size: 24px;
        position: relative;
        margin-top: -8px;
        cursor: pointer;
    }
    .left-side {
        position: fixed;
        height: 100%;
        overflow-y: scroll;
        top: 0;
        width: 100%;
        padding-top: 65px;
        z-index: 99;
        background-image: none;
        left: -800px;
        transition: all 0.35s;
    }
    .left-side.in {
        left: 0;
    }
    .step:nth-child(2), .step:nth-child(3) {
        padding-left: 20px;
    }
    .footer .footer-right p span {
        display: block;
        height: 5px;
        visibility: hidden;
    }
    .footer {
        text-align: center;
        margin-bottom: 0;
    }
    .footer .footer-right {
        padding: 15px;
    }
    .footer .footer-right img {
        float: none;
        margin-top: 10px;
    }
    .left-side .left-top {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .default-section, .box-section {
        padding: 0;
    }
    .search-section {
        padding: 30px 0 15px 0;
    }
    .steps-section {
        padding: 30px 30px 30px 15px;
    }
    .register-right, .register-left, .offerte {
        padding-left: 15px;
        padding-right: 15px;
    }
    .customer-info, .customer-offerte, .customer-sevices {
        padding: 15px 0;
    }
    .modal label {
        text-align: left;
        line-height: 1;
    }
    .modal .modal-body {
        padding: 30px 15px;
    }
    .offerte-top {
        padding: 30px 0;
    }
}