﻿html,
body {
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#page-body {
    padding-bottom: 60px; /* Height of the footer */
}

.hilditch-gr-footer {
    height: 17px;
    opacity: 0.66;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 17px;
    text-align: center;
    margin-top: 12px;
}

.body-content {
    overflow-x: hidden;
}

button, .btn {
    outline: none !important;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
}

.navbar-footer {
    background-color: #231F20;
    border-color: #080808;
    height: 44px;
    /*width: 1440px;*/
    /*background-color: #231F20;*/
}

img {
    -ms-interpolation-mode: bicubic !important;
}

#imgLogo {
    margin-top: -5px;
    width: 200px;
    -ms-interpolation-mode: nearest-neighbor;
}

.navbar-header {
    background-color: #231F20;
    border-color: #080808;
    /*width: 1440px;*/
    /*background-color: #231F20;*/
}

.navbar-collapse {
    flex-grow: 1;
}

.navbar-collapse .navbar-nav > li > a {
    color: #8DD7F8;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 22px;
    border-radius: 22.7px;
    transition: .3s;
}

.navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a:focus {
    background-color: rgba(141, 215, 248, 0.39);
    color: #8DD7F8;
}

.navbar-collapse .navbar-nav > li {
    /*margin-left: 20px;*/
}

.navbar-collapse .navbar-nav > li > a img {
    margin-right: 10px;
}

.navbar-collapse .navbar-nav > li.dropdown .glyphicon-menu-down {
    transition: .3s;
}

.navbar-collapse .navbar-nav > li.dropdown.open > a {
    background-color: rgba(141, 215, 248, 0.39);
}

.navbar-collapse .navbar-nav > li.dropdown.open .glyphicon-menu-down {
    transform: rotate(180deg);
    vertical-align: -1px;
}

.header-wrap {
    padding-top: 0px;
}

.rectangle-button {
    height: 35px;
    /*width: 135px;*/
    /*opacity: 0.13;*/
    border-radius: 19.5px;
    /*background-color: #8DD7F8;*/
    background: rgba(141, 215, 248, 0.13);
    border: none;
}

.rectangle-button:hover {
    background: rgba(141, 215, 248, 0.44);
}

.rectangle-button-responsive {
    height: 108px;
    /*width: 135px;*/
    /*opacity: 0.13;*/
    border-radius: 19.5px;
    /*background-color: #8DD7F8;*/
    background: rgba(141, 215, 248, 0.13);
    border: none;
    width: 115px;
    padding-right: 5px;
    transition: .3s;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
}

.rectangle-button-responsive:hover {
    background: rgba(141, 215, 248, 0.44);
    text-decoration: none;
}

.rectangle-button-responsive img {
    max-width: 45px;
}

.rectangle-button-responsive .blue-text-small span {
    margin-top: 14px;
}

.social-links a {
    border: 5px solid transparent;
    border-radius: 100%;
    transition: .3s;
    display: inline-block;
}

.social-links a:hover {
    border-color: rgba(141, 215, 248, 0.6);
}

.blue-text {
    /*height: 40px;
    width: 294px;*/
    color: #2E7EA1;
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding: 0 5px;
}

.blue-text-small {
    /*height: 22px;
    width: 97px;*/
    color: #2E7EA1;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 22px;
    text-align: center;
}

.blue-text-lg {
    /*height: 40px;
    width: 294px;*/
    color: #2E7EA1;
    font-family: 'Montserrat';
    font-size: 29px;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding: 0 5px;
    /*font-weight:bold;*/
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.dotted-hr {
    box-sizing: border-box;
    height: 2px;
    border: 1px solid #8DD7F8;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    /*border-style: inset;
    border-width: 1px;*/
}

.line-container {
    position: relative;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
}

.none-padding {
    padding-left: 0px;
}

.layout-header-text {
    color: #8DD7F8;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 22px;
    text-align: center;
}

.navbar-right .glyphicon-menu-down {
    opacity: 0.78;
    color: #FFFFFF;
    vertical-align: middle;
}

.user-name-text {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 22px;
    text-align: center;
    max-width: 150px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .address-area {
        /*margin-top: 30px !important;*/
        margin-right: 0px !important;
    }
}


.main-container {
    /*width: 100%;*/
    height: 750px;
    background-image: radial-gradient(51% 55%, #FFF6E1 49%, #F6CA68 100%) /*url("../images/bg_chart.png")*/;
    position: relative;
}

#bg-chart {
    background-image: url("../images/bg_chart.png");
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 380px;
    z-index: 1;
    background-repeat: repeat-x;
}

#bg-head {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#graph {
    background-image: url("../images/graph.png");
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 682px;
    bottom: 0;
    z-index: 4;
    background-repeat: repeat-x;
}

#welcome-text-area {
    padding: 88px;
    width: 70%;
    position: relative;
    z-index: 2;
}

.welcome-to-hilditch-text {
    /*height: 52px;
    width: 683px;*/
    color: #2E7EA1;
    font-family: 'David Libre';
    font-size: 48px;
    /*font-weight: 600;*/
    letter-spacing: 1.36px;
    line-height: 56px;
    margin-bottom: 60px;
}

.detailed-text {
    color: #231F20;
    font-family: 'Montserrat';
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-bottom: 30px;
}

.detailed-text-small {
    color: #231F20;
    font-family: 'Montserrat';
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 27px;
}

.blue-bold-text {
    color: #2E7EA1;
    font-weight: 600;
    text-decoration: none;
}

.blue-bold-text:hover {
    color: #2E7EA1;
    text-decoration: underline;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.stitched {
    /*position: absolute;*/
    padding: 6px;
    margin: 50px;
    background: #fff;
    color: #2E7EA1;
    font-size: 24px;
    font-family: 'David Libre';
    letter-spacing: 0.3px;
    /* font-weight: bold; */
    /* line-height: 28px; */
    border: 2px dashed #8DD7F8;
    border-radius: 37.5px;
    /* box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); */
    /* text-shadow: -1px -1px #aa3030; */
    text-align: center;
    position: relative;
    line-height: 1.3;
    font-weight: 400;
    /*z-index:1;*/
}

.stitched:before {
    content: '';
    height: 1px;
    top: 50%;
    position: absolute;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
    left: -50vw;
    right: calc(100% + 10px);
}

.stitched:after {
    content: '';
    height: 1px;
    top: 50%;
    position: absolute;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
    left: calc(100% + 5px);
    right: -50vw;
}

.stitched.how-work:before {
    left: -150px;
}

.stitched.how-work:after {
    right: -150px;
}

.how-work-image {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    width: auto;
    max-width: 100%
}

.line-copy-4 {
    box-sizing: border-box;
    border: 2px dashed #8DD7F8;
    font-weight: normal;
    border-radius: 37.5px;
}

.second-container {
    width: 100%;
    height: 450px;
    /*background-position: center bottom, left top;*/
    position: relative;
}

#bg-chart-2 {
    background-image: url("../images/bg_chart.png");
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: repeat-x;
}

#dentist {
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    bottom: 48px;
    left: 7%;
    z-index: 2;
}

#surgery {
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 18px;
    left: 20%;
    z-index: 2;
}

#kapelniza {
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 18px;
    right: 20%;
    z-index: 2;
}

#handshake {
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 40%;
    z-index: 2;
}

#microscope {
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    bottom: 48px;
    right: 7%;
    z-index: 2;
}

#graph-2 {
    background-image: url("../images/graph.png");
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 382px;
    bottom: 0;
    z-index: 3;
    background-repeat: repeat-x;
}

.button-blue-rectangle {
    border-radius: 39.5px;
    background-color: #2E7EA1;
    padding: 10px 30px 10px;
    border: none;
    margin: 30px 0;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
}

.button-blue-rectangle:hover {
    background-color: #8DD7F8;
    text-decoration: none;
}

.blue-button-text {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.34px;
    line-height: 35px;
    text-align: center;
}

.footer-logo img {
    max-width: 279px;
    width: 100%;
    margin-bottom: 60px;
}

.blue-button-text span {
    vertical-align: -5px;
}

@media all and (max-width: 1200px) {
    #microscope, #dentist {
        max-width: 178px;
        height: 178px;
        /*bottom: 15%;
        right: 30%;*/
    }

    #surgery,
    #kapelniza {
        max-width: 220px;
        height: 220px;
        /*bottom: 15%;
        right: 30%;*/
    }

    #handshake {
        max-width: 290px;
        height: 290px;
        left: 36.5%;
    }

    #monitor, #report {
        max-width: 145px;
        height: 145px;
    }
}

@media all and (max-width: 991px) {
    #microscope,
    #dentist {
        max-width: 160px;
        height: 160px;
        bottom: 80px;
    }

    #microscope {
        right: 4%;
    }

    #dentist {
        left: 4%;
    }

    #surgery,
    #kapelniza {
        max-width: 180px;
        height: 180px;
        top: 55px;
    }

    #surgery {
        left: 15%
    }

    #kapelniza {
        right: 13%;
    }

    #handshake {
        max-width: 262px;
        height: 262px;
        bottom: 70px;
    }

    #monitor, #report {
        max-width: 140px;
        height: 140px;
    }

    #bg-head {
        max-width: 560px;
        height: 560px;
    }

    #welcome-text {
        width: 70%;
    }

    #bg-chart-2 {
        height: 500px;
    }
}


@media all and (max-width: 767px) {
    #microscope,
    #dentist {
        max-width: 122px;
        height: 122px;
        bottom: 30px;
    }

    #surgery,
    #kapelniza {
        max-width: 160px;
        height: 160px;
        /*bottom: 15%;
        right: 30%;*/
    }

    #surgery {
        left: 12%
    }

    #kapelniza {
        right: 10%;
    }

    #handshake {
        max-width: 235px;
        height: 235px;
        left: 35%;
        bottom: 25px;
    }

    #bg-head {
        max-width: 460px;
        height: 460px;
    }

    #welcome-text {
        width: 70%;
    }

    #monitor, #report {
        display: none;
    }

    #bg-chart-2 {
        height: 450px;
    }
}

@media all and (max-width: 670px) {
    #microscope,
    #dentist {
        max-width: 115px;
        height: 115px;
        bottom: 30px;
    }

    #surgery,
    #kapelniza {
        max-width: 140px;
        height: 140px;
        top: 65px;
    }

    #surgery {
        left: 12%
    }

    #kapelniza {
        right: 10%;
    }

    #handshake {
        max-width: 200px;
        height: 200px;
        left: 29.5%;
        bottom: 25px;
    }

    #bg-chart-2 {
        height: 420px;
    }
}

@media all and (max-width: 480px) {
    #microscope,
    #dentist {
        max-width: 80px;
        height: auto;
        bottom: 55px;
    }

    #microscope {
        right: 0;
    }

    #dentist {
        left: 0;
    }

    #kapelniza {
        right: 20px;
    }

    #handshake {
        max-width: 165px;
        height: 165px;
        bottom: 8px;
        right: 30%;
    }

    #bg-chart-2 {
        height: 400px;
    }

    #monitor, #report, #bg-head {
        display: none;
    }

    #welcome-text {
        width: 100%;
    }
}

.user-rectangle {
    /*height: 103px;*/
    width: 274px;
    border-radius: 6px !important;
    background-color: #FFFFFF;
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.22);
    top: calc(100% + 10px);
}

.m-anage-account-log-o {
    height: 85px;
    width: 229px;
    color: #2E7EA1;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 41px;
}

.dropdown-option:hover {
    background-color: rgba(141, 215, 248, 0.44) !important;
    text-decoration: none;
}

.dropdown-option:hover button {
    text-decoration: none;
}

.container-fluid {
    padding: 0 !important;
}

/*.layout-header-text:hover {
    height: 45.4px;
    width: 127px;
    opacity: 0.39;
    border-radius: 22.7px;
    background-color: #8DD7F8;
}*/

.top-bg-section {
    height: 100px;
    background-image: url("../images/bg_chart.png");
    background-color: #FAEFD2;
    background-position: center -35px;
    position: relative;
}

.top-bg-section:after {
    content: '';
    height: 1px;
    position: absolute;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-title {
    margin: 0;
    line-height: 60px;
    padding: 0 40px;
    border: 2px dashed #8DD7F8;
    border-radius: 37.5px;
    background-color: #FFFFFF;
    display: inline-block;
    color: #2E7EA1;
    font-family: "David Libre";
    font-size: 24px;
    letter-spacing: 0.3px;
    transform: translateY(-50%);
}

.page-title-wrap {
    position: relative;
}

.page-title-wrap .page-title-image {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

.login-form h4 {
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 28px;
    margin-bottom: 45px;
}

.login-form label {
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.login-form input {
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    line-height: 30px;
    height: auto;
    padding: 7px 20px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.55px;
    transition: .3s;
}

.login-form input:focus {
    box-shadow: inset 0 1px 18px 0 rgba(141, 215, 248, 0.35);
    border-color: #2E7EA1;
}

.login-form .password-input,
.login-form .user-input,
.login-form .email-input,
.login-form .phone-input {
    position: relative;
}

.login-form .password-input .show-password {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(100%, -50%);
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 39px;
    cursor: pointer;
    background: #EEF8FC;
    padding: 0 15px;
    border-radius: 30px;
    transition: .3s;
}

.icon-for-input input {
    padding-right: 50px;
}

.icon-for-input:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-repeat: no-repeat;
}

.login-form .password-input:not(.no-key):before {
    background-image: url("../images/ic_key_i.png");
}

.login-form .user-input:before {
    background-image: url("../images/ic_user_i.png");
}

.login-form .user-input:before {
    background-image: url("../images/ic_user_i.png");
}

.login-form .email-input:before {
    background-image: url("../images/ic_mail_i.png");
}

.login-form .phone-input:before {
    background-image: url("../images/phone.png");
}

.login-form .password-input .show-password:hover {
    background-color: #8DD7F8;
}

div.checkbox label {
    position: relative;
    padding-left: 42px;
    font-size: 18px;
}

div.checkbox label:before {
    content: "";
    height: 22px;
    width: 22px;
    border: 1px solid #8DD7F8;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

div.checkbox input {
    display: none;
}

div.checkbox label:after {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2E7EA1;
}

div.checkbox input:checked + label:after {
    opacity: 1;
}

.login-form .submit-button {
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 39.5px;
    background-color: #2E7EA1;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.35px;
    border: none;
    margin-top: 30px;
    margin-bottom: 35px;
    transition: .3s;
}

.login-form .submit-button:hover {
    background-color: #8DD7F8;
}

.login-form .forgot-password {
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 14px;
    margin-bottom: 40px;
}

.disabled-input label {
    color: #9B9B9B !important;
}

.disabled-input input {
    color: #9B9B9B !important;
    border-color: #9B9B9B !important;
    background-color: #fff !important;
    cursor: not-allowed !important;
}

.error-input label {
    color: #BA53AB;
}

.error-input input {
    color: #BA53AB;
    border-color: #BA53AB;
}

.error-input input:focus {
    border-color: #BA53AB;
}

.error-input .text-danger {
    color: #BA53AB;
}

.warning-input label {
    color: #F8891D;
}

.warning-input input {
    color: #F8891D;
    border-color: #F8891D;
}

.warning-input input:focus {
    border-color: #F8891D;
}

.warning-input .text-danger {
    color: #F8891D;
}

.success-input label {
    color: #5AA50E;
}

.success-input input {
    color: #5AA50E;
    border-color: #5AA50E;
}

.success-input input:focus {
    border-color: #5AA50E;
}

.success-input .text-danger {
    color: #5AA50E;
}

.login-form .text-danger {
    text-align: right;
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 14px;
    margin-top: 7px;
    width: 100%;
    display: block;
}

.navbar-right {
    margin-right: 0;
}

.profile-tab {
    margin-bottom: 50px;
}

.profile-tab ul li {
    display: inline-block;
    width: 50%;
    margin: 0 -2px;
}

.profile-tab ul li a {
    background-color: rgba(141, 215, 248, 0.13);
    transition: .3s;
    text-align: center;
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 28px;
}

.profile-tab ul li a:hover, .profile-tab ul li a:focus {
    background-color: rgba(46, 126, 161, 0.7);
    color: #fff;
}

.profile-tab ul li:first-child a {
    border-radius: 100px 0 0 100px;
}

.profile-tab ul li:last-child a {
    border-radius: 0 100px 100px 0;
}

.profile-tab ul li.active a {
    background-color: #2E7EA1;
    pointer-events: none;
    color: #fff;
}


/* Valuation Curves */

#MainForm label.text-info {
    color: #2E7EA1 !important;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 14px;
    margin-bottom: 13px;
}

#MainForm .form-control {
    margin-bottom: 30px;
    height: 50px;
}

#MainForm .form-control .select2-choice {
    height: 50px;
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
}

#MainForm .form-control .select2-choice .select2-chosen {
    padding: 9px 20px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 30px;
}

#MainForm .form-control .select2-choice .select2-search-choice-close {
    right: 50px;
}

#MainForm .form-control .select2-choice .select2-arrow {
    right: 20px;
}

#MainForm .form-control .select2-choice .select2-arrow b {
    background: none !important;
}

#MainForm .form-control .select2-choice .select2-arrow b::before {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2E7EA1;
    transition: .3s;
}

#MainForm .form-control.select2-dropdown-open .select2-choice .select2-arrow b:before {
    transform: translateY(-50%) rotate(-180deg);
}

#MainForm input {
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    line-height: 28px;
    height: auto;
    padding: 10px 0 10px 20px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    transition: .3s;
}

#MainForm #calculateBtn {
    width: 100%;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 39.5px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.35px;
    border: none;
    transition: .3s;
    background-color: #8DD7F8;
    color: #3C3535 !important;
}

#MainForm #calculateBtn:hover {
    background-color: #2E7EA1;
    color: #FFFFFF;
}

#MainForm .field-validation-valid {
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.form-wrap {
    position: relative;
    padding-bottom: 30px;
}

.form-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
}

#calculatedInformation {
    margin-top: 30px;
}

#calculatedInformation .jumbotron {
    padding: 0;
    background: none;
}

#tmpHowToUse h3 {
    /*margin-top: 70px;
    font-size: 40px;
    font-family: Montserrat;
    color: #2E7EA1;
    margin-bottom: 50px;*/
    font-family: 'David Libre';
    color: #2E7EA1;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

#tmpHowToUse h5 {
    /*font-family: 'David Libre';
    color: #2E7EA1;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;*/
    font-family: Montserrat;
    font-size: 14px;
}

#tmpHowToUse p {
    color: #231F20;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    font-weight: 400;
}

#tmpHowToUse ul {
    color: #231F20;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    /*margin: 0;*/
    /*padding: 0;*/
    /*counter-reset: list;*/
}

#tmpHowToUse ul li {
    margin-bottom: 20px;
    /*list-style-type: none;*/
}

#tmpHowToUse ul li:before {
    /*counter-increment: list;
content: counter(list) " \2014 ";*/
    margin-right: 5px;
}

.numeric-list ul {
    display: block;
    list-style-type: disc;
    padding-inline-start: 40px !important;
}

#calculatedInformation {
    margin-bottom: 30px;
}

#calculatedInformation table thead {
    color: #2E7EA1 !important;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 14px;
}

#calculatedInformation table thead th {
    font-weight: 500 !important;
}

#calculatedInformation table tbody {
    color: #231F20;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
}

#calculatedInformation .dashboard-container + #tables-area {
    position: relative;
}

#calculatedInformation .dashboard-container + #tables-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    height: 1px;
    width: 20vw;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
}

#calculatedInformation #tableName {
    font-family: Montserrat;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500 !important;
    letter-spacing: 0.55px;
    text-align: center;
    margin-bottom: 20px;
    text-align: left !important;
}

#calculatedInformation #tableName span {
    color: #2E7EA1;
}

#calculatedInformation .table > thead > tr > th {
    border-bottom: 1px solid #2E7EA1;
    line-height: 20px;
}

#calculatedInformation .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid rgba(141, 215, 248, 0.45);
    vertical-align: middle;
}

#btnDownloadChartAsPDF, #btnPrintChart {
    transition: .3s;
    background-color: #8DD7F8;
    color: #3C3535 !important;
}

#btnDownloadChartAsPDF:hover, #btnPrintChart:hover {
    background-color: #2E7EA1;
    color: #FFFFFF;
}

#grossNetMarginChart .c3-title {
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 14px;
    display: none;
}

#calculatedInformation .graph-title {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

/* Customers page */
.customModal .modal-content {
    border-radius: 20px;
}

.customModal .modal-dialog {
    max-width: 700px;
}

.customModal .modal-header {
    padding: 20px 15px;
    position: relative;
    border-bottom: 1px dashed #8DD7F8;
}

.customModal .modal-header .close {
    display: none;
}

.customModal .modal-title {
    text-align: center;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
}

.customModal .modal-body {
    padding: 30px 100px;
}

#AddCustomerModal.customModal .modal-body {
    padding: 30px 50px;
}

.customerForm .label-block label {
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.customerForm .input-block input, .customerForm .input-block textarea, .customerForm .input-block select {
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    line-height: 26px;
    padding: 7px 20px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.55px;
    transition: .3s;
    height: auto !important;
    resize: none;
}

.customerForm .input-block textarea {
    height: 125px !important;
}

.contact-us.customerForm .input-block textarea {
    resize: vertical;
}

.customerForm .form-control {
    height: 42px;
}

.customerForm .form-control .select2-choice {
    height: 42px;
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
}

.customerForm .form-control .select2-choice .select2-chosen {
    padding: 10px 20px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 22px;
}

.customerForm .form-control .select2-choice .select2-search-choice-close {
    right: 50px;
}

.customerForm .form-control .select2-choice .select2-arrow {
    right: 20px;
}

.customerForm .form-control .select2-choice .select2-arrow b {
    background: none !important;
}

.customerForm .form-control .select2-choice .select2-arrow b:before {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2E7EA1;
    transition: .3s;
}

.customerForm .input-group-addon {
    border: 1px solid #8DD7F8;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    background: #fff;
}

.customerForm .form-control.select2-dropdown-open .select2-choice .select2-arrow b:before {
    transform: translateY(-50%) rotate(-180deg);
}

.customerForm .input-block input:focus, .customerForm .input-block textarea:focus {
    box-shadow: inset 0 1px 18px 0 rgba(141, 215, 248, 0.35);
    border-color: #2E7EA1;
}

.customerForm .form-group {
    margin-bottom: 20px;
}

.customModal .modal-footer {
    padding: 30px 100px;
    position: relative;
    border-top: 1px dashed #8DD7F8;
}

.customerForm .customerButton {
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-family: Montserrat;
    border: none;
    transition: .3s;
    border-radius: 39.5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    background-color: #8DD7F8;
}

#customerEditForm .customerButton {
    margin-top: 30px;
}

.customerForm .customerButton:hover {
    background-color: #C5C5C5;
    color: #3C3535 !important;
}

.customerForm .form-block {
    display: flex;
    justify-content: space-between;
}

.customerForm .form-block .form-group {
    width: 31%;
}

.customerForm .form-block .label-block label {
    font-size: 12px;
    line-height: 22px;
}

.customerForm legend {
    font-family: Montserrat;
    font-size: 16px;
}

.customModal .modal-footer button.cancel-button {
    background: none;
    color: #2E7EA1;
}

.customModal .modal-footer button.cancel-button:hover {
    color: #3C3535 !important;
}

.modal-backdrop {
    background-color: #8DD7F8;
}

.modal-backdrop.in {
    opacity: 0.72;
}

.dataTable {
    border: none !important;
}

.dataTables_wrapper {
    padding-top: 15px;
}

.dataTables_wrapper .list-count {
    display: flex;
    flex-direction: column;
}

.dataTables_wrapper .list-count .dataTables_info {
    padding-top: 0;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 0.4px;
    height: 48px;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .list-count label {
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 14px;
    margin-bottom: 0;
}

.dataTables_wrapper .list-count label select {
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    cursor: pointer;
    outline: none;
    height: 35px;
    padding: 0 5px;
    background: #fff;
}

.controls-block:not(.controls-block-bottom) .list-count label {
    margin-bottom: 7px;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers {
    float: none;
    text-align: center;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.previous, .dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.next {
    font-size: 0;
    border: none !important
}

.dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.previous:hover, .dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.next:hover {
    background: none;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.previous:not(.disabled):hover:before, .dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.next:not(.disabled):hover:before {
    color: #2E7EA1;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.previous:before {
    content: "\F22D";
    font-family: "bootstrap-icons";
    font-size: 16px;
    color: #8DD7F8;
    margin-right: 10px;
    transition: .3s;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers .paginate_button.next:before {
    content: "\F231";
    font-family: "bootstrap-icons";
    font-size: 16px;
    color: #8DD7F8;
    margin-left: 10px;
    transition: .3s;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers span a {
    margin: 0 5px;
    background: none !important;
    border: none !important;
    padding: 0;
    line-height: 48px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    transition: .3s;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers span a:hover {
    color: #2E7EA1 !important;
}

.dataTables_wrapper .table-pagination .paging_simple_numbers span a.current {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background-color: rgba(141, 215, 248, 0.13) !important;
    color: #2E7EA1 !important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 !important;
}

.dataTables_wrapper .add-customer-button {
    text-align: right;
}

.dataTables_wrapper .add-customer-button .addNewCustomerBtn {
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 39.5px;
    background-color: #8DD7F8;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.35px;
    border: none;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
}

.dataTables_wrapper .add-customer-button .addNewCustomerBtn:hover {
    background-color: #2E7EA1;
    color: #fff !important;
    text-decoration: none;
}

.dataTables_wrapper .controls-block {
    display: flex;
    align-items: flex-end;
}

.dataTables_wrapper .controls-block.controls-block-bottom {
    align-items: flex-start;
}

.dataTables_wrapper .table-responsive {
    margin: 35px 0 50px;
}

.dataTable #head-row th {
    background-position: center left;
    padding: 25px 0 25px 20px;
    color: #2E7EA1 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 20px;
    border-bottom: 1px solid #2E7EA1;
    background-color: transparent !important;
    vertical-align: middle;
}

.dataTable #head-row th.text-right {
    background-position: center right;
    padding: 25px 20px 25px 0;
}

.dataTable #filterRow th {
    padding: 15px 25px 25px 0;
    border: none;
}

.dataTable #filterRow th input {
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    line-height: 24px;
    height: auto;
    padding: 7px 20px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.55px;
    transition: .3s;
    min-width: 150px;
}

.dataTable #filterRow th input:focus {
    box-shadow: inset 0 1px 18px 0 rgba(141, 215, 248, 0.35);
    border-color: #2E7EA1;
}

.dataTable #filterRow th input::placeholder {
    color: #3C3535 !important;
}

.dataTable #filterRow th input:-ms-input-placeholder {
    color: #3C3535 !important;
}

.dataTable #filterRow th input::-ms-input-placeholder {
    color: #3C3535 !important;
}

.dataTable tbody tr {
    background: none !important;
}

.dataTable tbody td {
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 15px;
    letter-spacing: 0.38px;
    line-height: 21px !important;
    border-bottom: 1px solid rgba(141, 215, 248, 0.45);
    border-top: none !important;
    padding: 10px 25px 10px 0 !important;
    max-width: 160px;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    background: none !important;
}

.dataTable tbody td.remove-button {
    padding-right: 0 !important;
}

.dataTable tbody td.edit-button {
    padding-right: 10px !important;
}

.dataTable tbody td a {
    color: #2E7EA1;
}

.dataTable tbody td:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataTable tbody td:not(:first-child) {
    white-space: normal !important;
}

.dataTable tbody td.edit-button {
    padding-right: 0;
    text-align: right;
}

.dataTable tbody td.edit-button a {
    border-radius: 7px;
    background-color: rgba(46, 126, 161, 0.13);
    color: #2E7EA1;
    transition: .3s;
    width: max-content;
}

.dataTable tbody td.edit-button a:hover {
    background: #2E7EA1;
    color: #fff;
}

.dataTable tbody td.remove-button {
    padding-left: 15px;
    padding-right: 0;
    text-align: right;
}

.dataTable tbody td.remove-button a {
    border-radius: 7px;
    background-color: rgba(46, 126, 161, 0.13);
    color: #ED7281;
    transition: .3s;
}

.dataTable tbody td.remove-button a:hover {
    background: #ED7281;
    color: #fff;
}

.dataTable .dataTables_empty {
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 14px;
    border: none;
    padding: 60px 0;
}

.dataTable .product-column {
    min-width: 150px;
}

.sweet-overlay {
    background-color: #8DD7F8 !important;
    opacity: 0.72 !important;
}

.sweet-alert {
    max-width: 767px;
    width: calc(100% - 30px) !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.19);
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: translate(-50%, -50%) !important;
    animation-duration: 0s !important;
    max-height: 100%;
    overflow: auto !important;
}

.sweet-alert.showSweetAlert h2 {
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 25px;
    margin-top: 15px !important;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
}

.sweet-alert.showSweetAlert h2 span {
    color: #2E7EA1;
}

.sweet-alert h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -17px;
    right: -17px;
    height: 1px;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
}

.sweet-alert .sa-icon.sa-warning {
    width: auto;
    height: auto;
    border: none;
}

.sweet-alert .sa-icon.sa-warning span {
    display: none;
}

.sweet-alert .text-muted {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #3C3535 !important;
    padding: 0 150px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.sweet-alert .text-muted span {
    color: #2E7EA1;
}

.sweet-alert .sa-button-container {
    padding-top: 30px;
    margin-bottom: 13px;
    position: relative;
}

.sweet-alert .sa-button-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    right: -17px;
    height: 1px;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
}

.sweet-alert .sa-button-container .cancel {
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 50px;
    background: none;
    border: none;
    transition: .3s;
}

.sweet-alert .sa-button-container .cancel:hover {
    color: #3C3535 !important;
}

.sweet-alert .sa-button-container .confirm {
    border-radius: 39.5px;
    background-color: #ED7281;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 46px;
    padding: 0 30px;
    border: 2px solid #ED7281;
    transition: .3s;
    margin-left: 20px;
}

.sweet-alert .sa-button-container .confirm:hover {
    color: #ED7281;
    background: #fff;
}

.sweet-alert .sa-button-container .confirm:focus {
    box-shadow: none;
    border: 2px solid #ED7281;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

#tblLeasesItems > tbody > tr > td > table > tbody > tr > td {
    border: none !important;
}

.qlbutton {
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 39.5px;
    background-color: #8DD7F8;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.35px;
    border: none;
    transition: .3s;
    display: inline-block;
    margin-top: 0px;
}

.qlbutton:hover {
    background-color: #2E7EA1;
    color: #fff;
    text-decoration: none;
}

.mt-0 {
    margin-top: 0px;
}

#noteItemId {
    border: 1px solid #8DD7F8;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 10px 0 rgba(141, 215, 248, 0.25);
    line-height: 26px;
    padding: 10px 20px;
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.55px;
    transition: .3s;
    resize: vertical;
}

#noteItemId:focus {
    box-shadow: inset 0 1px 18px 0 rgba(141, 215, 248, 0.35);
    border-color: #2E7EA1;
    outline: none;
}

#tblLeasesItems_wrapper #head-row .text-right {
    width: 120px !important;
}

#tblLeasesItems_wrapper .add-button-column {
    text-align: right;
}

#tblLeasesItems_wrapper .add-button-column button {
    margin-top: 10px;
}

#tblLeasesItems_wrapper table.dataTable > tbody > tr > td {
    border: none;
    border-top: 1px solid rgba(141, 215, 248, 0.45) !important;
}

#tblLeasesItems_wrapper table.dataTable tbody tr.odd td, #tblLeasesItems_wrapper table.dataTable tbody tr.even td {
    border: none;
    border-top: 1px solid rgba(141, 215, 248, 0.45) !important;
}

#tblLeasesItems_wrapper table.dataTable tbody tr + tr.odd td,
#tblLeasesItems_wrapper table.dataTable tbody tr + tr.even td {
    border: none;
    border-top: 1px solid #2E7EA1 !important;
}

#tblLeasesItems_wrapper table.dataTable > tbody > tr:last-child > td {
    border-bottom: 1px solid #2E7EA1 !important;
}

#tblLeasesItems_wrapper tbody tr.even td:not(.product-column), #tblLeasesItems_wrapper tbody tr.odd td:not(.product-column) {
    padding-left: 15px !important;
}

#tblLeasesItems_wrapper table.dataTable tfoot th, #tblLeasesItems_wrapper table.dataTable tfoot td {
    border: none;
}

#tblLeasesItems_wrapper table.dataTable tfoot th {
    vertical-align: bottom;
    padding-bottom: 35px;
}

#tblLeasesItems_wrapper table.dataTable tfoot th label {
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

#tblLeasesItems_wrapper table.dataTable tfoot th input {
    height: auto !important;
    max-width: 200px;
    float: right;
    display: inline-block;
    width: 100%;
}

#tblLeasesItems_wrapper table.dataTable tfoot th:first-child {
    padding-left: 0;
}

#tblLeasesItems_wrapper table.dataTable tfoot .form-group {
    margin-bottom: 0;
}

#tblLeasesItems_wrapper table.dataTable tfoot th.text-right {
    padding-right: 0;
}

#tblLeasesItems_wrapper {
    margin-bottom: 30px;
}

#tblLeasesItems_wrapper .dataTable tbody .product-column {
    font-weight: 700;
}

#tblLeasesItems .tableNotes {
    width: 100%;
}

#tblLeasesItems .tableNotes td:first-child {
    vertical-align: top;
}

#tblLeasesItems .tableNotes td:first-child, #tblLeasesItems_wrapper .dataTable tbody .product-column {
    width: 300px;
    padding-right: 0 !important;
}

#tblLeasesItems_wrapper .dataTable tbody .brand-column {
    width: 180px;
}

#tblLeasesItems .tableNotes td:last-child {
    padding-left: 5px !important;
}

#noteItemsListId .noteDateClass {
    text-align: right;
}

#openAddItemModalBtn {
    margin-top: 0;
}

#totalsArea .label-block label {
    font-size: 14px !important;
}

#totalsArea .input-block input {
    height: auto !important;
    padding: 5px 20px;
}

#AddLeaseItemModal .modal-body, #AddLeaseItemModal .modal-footer {
    padding: 30px 50px;
}

/* Modal */
.footerModal .modal-dialog {
    max-width: 767px;
    width: calc(100% - 30px);
}

.footerModal .modal-title {
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    letter-spacing: 0.55px;
    line-height: 30px;
    text-align: center;
}

.footerModal .modal-title strong {
    font-weight: 500;
}

.footerModal .modal-header {
    padding: 30px;
}

.footerModal .modal-body {
    padding-left: 30px;
    padding-right: 65px;
    color: #231F20;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
}

.footerModal .modal-body td, .footerModal .modal-body th {
    padding: 5px;
}

.footerModal .modal-body font {
    color: #231F20;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    margin-bottom: 30px;
}

.footerModal .modal-body font b, .footerModal .modal-body h3 {
    font-family: 'David Libre';
    color: #2E7EA1;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.footerModal .modal-footer {
    text-align: left;
}

.footerModal .modal-footer a {
    border-radius: 19.5px;
    background: rgba(141, 215, 248, 0.13);
    color: #2E7EA1;
    line-height: 31px;
    display: inline-block;
    padding: 0 10px;
    transition: .3s;
}

.footerModal .modal-footer a:hover {
    background: rgba(141, 215, 248, 0.44);
    text-decoration: none;
}

.footerModal .modal-footer button {
    float: right;
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: none;
    transition: .3s;
    background-color: #dddddd;
}

.footerModal .modal-footer button:hover {
    background: none;
    color: #3C3535 !important;
}

/* Datepicker */
.datepicker .datepicker-switch {
    color: #2E7EA1;
    font-size: 13px;
    font-weight: 600;
}

.datepicker .prev, .datepicker .next {
    color: #C5C5C5;
    transition: .3s;
}

.datepicker .prev:hover, .datepicker .next:hover {
    color: #2E7EA1;
}

.datepicker .dow {
    color: #C5C5C5;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background-color: #C5C5C5;
}

.datepicker table tr td.day {
    border-radius: 100%;
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.datepicker table tr .active {
    background: #8DD7F8 !important;
    color: #231F20 !important;
    font-weight: 600;
}

.datepicker.datepicker-dropdown table tr td span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
}

.dataTable tbody td.mail-column {
    padding-right: 10px !important;
    min-width: 250px !important;
}

.text-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-content h2 {
    margin-bottom: 30px;
    font-weight: 600;
}

.text-content p {
    font-size: 20px;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

.radio-inline * {
    cursor: pointer;
}

#retained-table i {
    vertical-align: top;
}

#retained-table th:not(:first-child), #retained-table td:not(:first-child) {
    text-align: right;
}

.tick {
    font-size: 14px;
}

.print-image {
    display: none;
    width: 500px;
}

.print-image img {
    width: 500px;
}

.phone-number {
    display: inline-block;
    color: #2E7EA1;
    text-decoration: none !important;
}

.blockHeight {
    min-height: 170px;
}

.page-title-info {
    position: absolute;
    transform: translateY(-50%);
    right: 200px;
    background: none;
    border: 5px solid transparent;
    border-radius: 100%;
    padding: 0;
    transition: .3s;
}

.page-title-info:hover {
    border: 5px solid rgba(141, 215, 248, 0.6);
}

.total-estimated-block {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.total-estimated-block .after-block {
    position: absolute;
    top: 100%;
    right: 0;
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.login-title-wrap h2 {
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 45px;
}

.login-title-wrap .login-image {
    margin: 50px 0;
}

.select2-results {
    max-height: 300px !important;
}

#addChartLine {
    display: none;
}

/* Media */
@media (max-width: 1699px) {
    #bg-head {
        width: 50%;
    }
}

@media (max-width: 1299px) {
    #imgLogo {
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .form-horizontal .control-label {
        text-align: left;
    }

    #bg-head {
        width: 60%;
    }

    #welcome-text-area {
        padding-top: 50px;
        width: 60%;
    }

    .welcome-to-hilditch-text {
        margin-bottom: 40px;
    }

    footer {
        position: relative;
    }

    footer .social-links {
        top: 25px;
        left: 50%;
        right: 0;
        width: auto;
    }

    footer .footer-logo {
        text-align: left;
    }

    #MainForm label.text-info {
        font-size: 16px;
    }

    .navbar-collapse .navbar-nav > li {
        margin-left: 0;
    }

    .navbar-collapse .navbar-nav > li > a {
        padding: 10px;
        font-size: 14px;
    }

    #imgLogo {
        width: 175px;
    }

    .dataTable #filterRow th input {
        padding: 10px;
    }

    .dataTable tbody td {
        max-width: 150px;
    }

    .dataTable #filterRow th {
        padding-right: 20px;
    }

    .dataTables_wrapper .table-pagination .paging_simple_numbers span a {
        margin: 0;
    }

    .dataTables_wrapper .table-pagination .paging_simple_numbers span a.current {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #totalsArea {
        display: flex;
        align-items: flex-end;
    }

    .dataTable tbody td.mail-column {
        min-width: 220px !important;
    }
}

@media (max-width: 991px) {
    #bg-head {
        display: none;
    }

    #welcome-text-area {
        width: 100%;
    }

    #welcome-text {
        width: 100%;
        margin-bottom: 100px;
    }

    .main-container {
        height: auto;
    }

    .rectangle-button-responsive {
        width: 110px;
    }

    .button-blue-rectangle {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blue-button-text {
        font-size: 20px;
    }

    .login-form {
        margin-top: 30px;
    }

    .login-form .password-input .show-password {
        right: 0;
        top: -5px;
        transform: translate(0%, -100%);
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 16px;
        margin-right: 0;
    }

    .header-wrap {
        position: relative;
        min-height: 50px;
        padding-top: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: -50vw;
        right: -50vw;
        max-height: none !important;
        background-color: #231F20;
        padding: 15px 0 !important;
        padding-bottom: 15px;
        text-align: center;
    }

    .navbar-right {
        margin: 0;
    }

    .navbar-inverse .btn-link, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center !important;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .navbar-collapse {
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }

    body {
        padding-top: 60px;
    }

    #MainForm .m-t-mid {
        margin-top: 30px;
    }

    .user-name-text {
        max-width: none;
    }

    .dataTables_wrapper .add-customer-button .addNewCustomerBtn {
        font-size: 14px;
    }

    .dataTables_wrapper .table-pagination .paging_simple_numbers span a {
        font-size: 20px;
    }

    .dataTables_wrapper .list-count label {
        font-size: 16px;
    }

    .dataTables_wrapper .list-count label select {
        height: 40px;
    }

    .dataTables_wrapper .list-count {
        display: block;
    }

    .dataTables_wrapper .list-count .dataTables_info {
        display: block;
        height: auto;
        font-size: 13px;
        margin-top: 13px;
        line-height: 14px;
    }

    .dataTables_wrapper .list-count label {
        width: 100%;
    }

    .dataTables_wrapper .controls-block.controls-block-bottom {
        align-items: center;
    }

    .dataTables_wrapper .table-responsive {
        margin: 15px 0;
    }

    .customerForm .form-group {
        margin-bottom: 10px;
    }

    .customerForm .input-block input, .customerForm .input-block textarea {
        padding: 5px 10px;
    }

    .customerForm .customerButton {
        font-size: 20px;
    }

    .dataTables_wrapper .list-count label select {
        width: 100%;
        float: right;
        margin-top: 10px;
    }

    #totalsArea {
        margin-top: 20px;
    }

    .customerForm .form-control, .customerForm .form-control .select2-choice {
        height: 38px;
    }

    .customerForm .form-control .select2-choice .select2-chosen {
        padding: 7px 10px;
    }

    #tblLeasesItems_wrapper .dataTable #head-row th {
        font-size: 14px;
        vertical-align: middle;
        padding: 10px 10px 10px 20px;
    }

    #tblLeasesItems_wrapper .dataTable #head-row th.text-right {
        padding: 10px 20px 10px 10px;
    }

    #tblLeasesItems .tableNotes td:first-child, #tblLeasesItems_wrapper .dataTable tbody .product-column {
        width: 195px;
    }
}

@media (max-width: 767px) {
    #calculatedInformation table thead {
        font-size: 14px;
    }

    #tblLeasesItems_wrapper table.dataTable tfoot th.text-right {
        width: 150px !important;
    }

    .page-title-info {
        right: 120px;
    }

    #graph {
        display: none;
    }

    footer .social-links {
        position: static;
        width: 100%;
        text-align: center;
    }

    footer .social-links img {
        max-width: 100%;
    }

    footer .footer-logo {
        text-align: center;
    }

    footer .m-r {
        margin-right: -15px;
    }

    footer .address-area {
        text-align: center;
    }

    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-option:hover {
        border-radius: 22.7px;
    }

    .dropdown-option:hover .m-anage-account-log-o {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        border-radius: 22.7px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover .m-anage-account-log-o, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus .m-anage-account-log-o {
        color: #fff;
    }

    .page-title-wrap .page-title-image {
        max-width: 100px;
    }

    .page-title-wrap .page-title-image img {
        width: 100%;
    }

    .login-form .submit-button {
        line-height: 50px;
        font-size: 24px;
    }

    #graph-2 {
        top: auto;
        height: 50px;
    }

    .login-form .submit-button {
        margin-top: 30px;
    }

    .login-form label {
        font-size: 16px;
    }

    .login-form .password-input .show-password {
        right: 0;
        top: -5px;
        transform: translate(0%, -100%);
        line-height: 25px;
        padding: 0 5px;
    }

    .square-block {
        text-align: center;
    }

    .m-anage-account-log-o {
        color: #fff;
    }

    #grossNetMarginChart .c3-title {
        font-size: 14px;
    }

    #tmpHowToUse h3 {
        font-size: 30px;
    }

    .dataTables_wrapper .controls-block {
        flex-direction: column;
        align-items: center;
    }

    .dataTables_wrapper .table-pagination .paging_simple_numbers {
        margin: 15px 0;
    }

    .dataTables_wrapper .table-responsive {
        border: 1px solid rgba(141, 215, 248, 0.45);
    }

    .dataTable {
        padding: 0 10px;
    }

    .dataTable #head-row th {
        padding: 15px 0 15px 20px;
        font-size: 14px;
    }

    .dataTable #filterRow th input {
        padding: 5px 10px;
    }

    .sweet-alert {
        transform: translate(0) !important;
        top: 15px !important;
    }

    .sweet-alert .text-muted {
        padding: 0;
    }

    .sweet-alert .text-muted {
        margin: 15px 0;
    }

    .customModal .modal-body {
        padding: 30px;
    }

    .sweet-alert .sa-button-container .confirm {
        font-size: 20px;
        padding: 0 15px;
    }

    .sweet-alert .sa-button-container .cancel {
        font-size: 20px;
    }

    .sweet-alert .text-muted {
        font-size: 18px;
    }

    .sweet-alert .sa-icon.sa-warning img {
        max-width: 120px;
    }

    .sweet-alert.showSweetAlert h2 {
        margin-bottom: 0;
    }

    .sweet-alert .sa-button-container {
        padding-top: 15px;
        margin-bottom: 0;
    }

    .customModal .modal-footer {
        text-align: center;
        padding: 15px 0;
    }

    .dataTables_wrapper .list-count label select {
        float: none;
        width: auto;
    }

    .dataTable #head-row #filterRow th {
        padding: 10px !important;
    }

    .dataTable tbody td {
        padding: 10px !important;
    }

    #totalsArea {
        display: block;
    }

    #totalsArea .label-block label {
        float: none !important;
    }

    #totalsArea .input-block input {
        text-align: left;
    }

    .footerModal .modal-footer {
        text-align: left;
        padding: 15px 30px;
    }

    .footerModal .modal-footer button {
        padding: 0;
        font-size: 16px;
    }

    #tblLeasesItems .tableNotes td:first-child {
        width: 170px;
        padding-left: 0 !important;
    }
}

@media (max-width: 479px) {
    #surgery, #kapelniza {
        max-width: 90px;
        height: auto;
    }

    .page-title-info {
        right: 0px;
    }

    #handshake {
        max-width: 135px;
        height: auto;
        bottom: 20%;
        right: 50%;
        transform: translateX(50%);
        left: auto;
    }

    .login-form .submit-button {
        width: 100%;
    }

    .page-title {
        padding: 0 10px;
        font-size: 18px;
    }

    .page-title-wrap .page-title-image {
        display: none;
    }

    .login-form input {
        font-size: 18px;
        line-height: 30px;
        padding: 10px;
    }

    .button-blue-rectangle {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blue-button-text {
        line-height: 28px;
    }

    #grossNetMarginChart .c3-title {
        font-size: 10px;
    }

    #calculatedInformation #tableName {
        font-size: 16px;
    }

    #MainForm .form-control .select2-choice {
        height: 50px;
    }

    #MainForm .form-control .select2-choice .select2-chosen {
        padding: 12px 20px;
        line-height: 26px;
    }

    #MainForm .form-control {
        height: 50px;
        margin-bottom: 15px;
    }

    #MainForm input {
        padding: 12px 0 12px 20px;
        line-height: 24px;
    }

    #MainForm #calculateBtn {
        line-height: 50px;
    }

    #calculatedInformation {
        margin-top: 40px;
    }

    #tmpHowToUse p {
        margin-bottom: 10px;
    }

    #calculatedInformation #tableName {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #AddLeaseItemModal .modal-body, #AddLeaseItemModal .modal-footer {
        padding: 15px;
    }

    .footerModal .modal-header, .customModal .modal-body {
        padding: 15px;
    }

    .footerModal .modal-body font b, .footerModal .modal-body h3 {
        font-size: 20px;
    }

    .footerModal .modal-body {
        font-size: 14px;
    }

    .footerModal .modal-body font {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footerModal .modal-body font b, .footerModal .modal-body h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footerModal .modal-body ul {
        padding-left: 20px;
    }

    .footerModal .modal-footer {
        text-align: center;
    }

    .footerModal .modal-footer a {
        margin-bottom: 10px;
    }

    .footerModal .modal-footer button {
        float: none;
        display: block;
        margin: 0 auto;
        padding: 0 10px;
        line-height: 31px;
        border-radius: 19.5px;
    }
}

@media (max-width: 399px) {
    .square-block .col-xs-4 {
        width: 100%;
    }

    .rectangle-button-responsive {
        width: 100%;
    }

    .blue-text-lg {
        font-size: 23px;
    }
}

.cookiesTable {
    border-collapse: collapse;
}

.cookiesTable td, .cookiesTable th {
    border: 1px solid black;
}

fieldset {
    padding: .35em 1em .75em;
    margin: 0 2px;
    border: 1px solid rgba(141, 215, 248, 0.45);
    border-radius: 4px;
}

legend {
    font-size: 18px;
    font-weight: bold;
    font-family: Roboto;
    margin-bottom: 5px;
    border: none;
    width: auto;
}

#noteTextField {
    min-height: 200px;
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
    -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Change your selct2 placeholder color*/
.select2-default .select2-chosen {
    color: #8e8e8e !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    /*line-height: 1;*/
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
}

.input-group-text {
     border: none; 
     border-radius: unset; 
}

.sweet-overlay {
    background-color: #8DD7F8 !important;
    opacity: 0.72 !important;
}

.swal2-popup {
    border-radius: 20px !important;
}

.swal2-popup h2 {
    color: #3C3535 !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 25px;
    margin-top: 15px !important;
    padding-bottom: 30px;
    position: relative;
}

.swal2-popup h2 span {
    color: #2E7EA1;
}

.swal2-popup h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -0px;
    height: 1px;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
}

/*.swal2-warning {*/
/*    width: auto;*/
/*    height: auto;*/
/*    border: none;*/
/*}*/

/*.swal2-warning span {*/
/*    display: none;*/
/*}*/

.swal2-popup .text-muted {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #3C3535 !important;
    padding: 0 150px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.swal2-popup .text-muted span {
    color: #2E7EA1;
}

.swal2-popup .swal2-actions {
    position: relative;
    width: -webkit-fill-available;
}

.swal2-popup .swal2-actions:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: -0px;
    height: 1px;
    background-image: linear-gradient(to right, transparent 55%, #8DD7F8 50%);
    background-size: 20px 100%;
}

.swal2-popup .swal2-cancel {
    color: #2E7EA1;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 50px;
    background: none;
    border: none;
    transition: .3s;
}

.swal2-popup .swal2-cancel:hover {
    color: #3C3535 !important;
}

.swal2-popup .swal2-confirm {
    border-radius: 39.5px;
    background-color: #ED7281;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 46px;
    padding: 0 30px;
    border: 2px solid #ED7281;
    transition: .3s;
    margin-left: 20px;
}

.swal2-popup .swal2-confirm:hover {
    color: #ED7281;
    background: #fff;
}

.swal2-popup .swal2-confirm:focus {
    box-shadow: none;
    border: 2px solid #ED7281;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-cancel {
    color: #2E7EA1;;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

.btn-cancel {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
    background: rgba(141, 215, 248, 0.72) !important;
}

@media (max-width: 991.98px) {
    /* Override dropdown styles on small screens */
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        display: block;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }

    .navbar-nav .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0.5rem 1rem;
    }

    /* Hide dropdown menu by default */
    .navbar-nav .responsive-dropdown .dropdown-menu {
        display: none;
    }

    /* Show dropdown menu when toggled with JS */
    .navbar-nav .responsive-dropdown.show .dropdown-menu {
        display: block;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: unset !important;
        right: unset !important;
        max-height: none !important;
        background-color: #231F20;
        padding: 15px 0 !important;
        padding-bottom: 15px;
        text-align: center;
        width: -webkit-fill-available;
    }

    #welcome-text-area {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.ms-3{
    margin-left: 1.5rem !important;
}