@charset "utf-8";

/* CSS Document */

/* @import url("fonts.css"); */

.clear {
    clear: both;
}

.dm-form-row {
    margin-bottom: 2rem;
}

.dm-form-row input {
    border: 1px solid #c4c4c4 !important;
    font-size: 18px;
    color: #999999 !important;
    font-weight: bold;
}

.dm-unit-switch {
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    width: 93%;
}

.midarea {
    margin: auto;
    width: 970px;
    padding: 15px;
    min-height: 500px;
}

.toparea {
    width: 75%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.toparea h1 {
    color: #25477b;
    font-size: 26px;
    padding: 12px 0;
    margin: 0;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.toparea h2 {
    color: #25477b;
    font-size: 20px;
    padding-bottom: 12px;
    margin: 0;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.toparea h3 {
    color: #25477b;
    font-size: 16px;
    padding-top: 12px;
    margin: 0;
    line-height: 16px;
    font-weight: 600;
}

.toparea p {
    color: #6d6d6d;
    font-size: 16px;
    padding: 0 2px;
    margin: 0;
    line-height: 22px;
}

.toparea p a {
    /* text-decoration: underline; */
}

/*Calculator CSS*/

.heading_top {
    background-color: #053961;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 75%;
    padding: 5px 12px;
    margin: 0 auto 20px;
}

/* .heading_top h1{ color:#fff; font-size:19px; float: left; padding-bottom: 4px; line-height: 4px;} */

.heading_top h1 {
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    margin: 0;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading_top a {
    color: #ffffff;
    text-decoration: none;
}

.heading_top h1 a:hover {
    color: #fff;
}

/*.heading_top ul{float: left; padding: 0; margin:13px 0 0 15px;}

.heading_top ul li{font-family: 'open_sansregular'; font-size:14px; margin-left: 2px; color: #121212; float: left; display: inline;}

.heading_top ul li a{font-family: 'open_sansregular';  font-size:14px; color: #121212; display: block; text-decoration: none;}

.heading_top ul li a:hover{color: #ffffff!important; text-decoration: none;}*/

.left_clacu {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: bold;
    float: left;
    width: 31%;
    text-align: right;
    margin-right: 4%;
    line-height: 20px;
}

.left_clacu a {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: bold;
    text-decoration: none;
    border: none;
    outline: none;
}

.left_clacu a:hover {
    text-decoration: none;
    color: #6aa2c7;
}

.left_clacu img {
    box-shadow: none;
    height: auto;
    width: auto;
    border: none;
    outline: none;
    vertical-align: middle;
}

.mid_clacu {
    width: 25%;
    float: left;
    margin-top: -11px;
    margin-right: 2%;
}

.right_calcu {
    width: 10%;
    margin-top: -6px;
    font-size: 18px;
    color: #999999 !important;
    font-weight: bold;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border: 1px solid #c4c4c4 !important;
    /* box-shadow: 0 0 8px #d9d9d9; */
    text-align: center;
}

.readonly_bx {
    width: 30%;
    /*margin-top: -6px;*/
    font-size: 16px;
    color: #999999 !important;
    font-weight: bold;
    line-height: 0px;
}

.prefix {
    font-size: 18px;
    color: #6d6d6d;
    font-weight: bold;
    float: left;
    width: 2%;
    line-height: 18px;
}

.suffix {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: normal;
    padding-left: 2px;
    line-height: 0;
}

.calculator_total {
    width: 75%;
    /*padding: 2% 1%;*/
    /*border: 1px solid #ccc;*/
    padding: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 auto 15px auto;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 4%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(4%, rgba(255, 255, 255, 1)),
        color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 4%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 4%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 4%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 4%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #c5e9f1;
}

.calculator_total h2 {
    color: #053961;
    font-size: 18px;
    padding: 12px 15px;
    margin: 0;
    line-height: 18px;
    background-color: #c5e9f1;
    border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    -webkit-border-radius: 4px 0 4px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.calculatebtn {
    background: #61a718 !important;
    border: 0 none;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 15px;
    margin-left: 0px;
    outline: medium none;
    padding: 12px 24px !important;
    text-align: center;
    border: none !important;
    margin-left: 41% !important;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.calculatebtn:hover {
    background: #6dba1e !important;
    transition: 0.3s;
}

/*Calculator CSS*/

/*Tooltip CSS*/

div#tipDiv {
    font-size: 12px;
    line-height: 1.2;
    color: #6d6d6d;
    background-color: #c5e9f1;
    border: 1px solid #6aa2c7;
    border-radius: 0 12px 0 12px;
    -webkit-border-radius: 10px 0 10px 0;
    padding: 6px;
    width: 210px;
}

/*Tooltip CSS*/

.showTip img {
    box-shadow: none;
    height: auto;
    width: auto;
    border: none;
    outline: none;
}

input.dm-submit-crm {
    padding: 6px 24px !important;
    margin: 10px auto 0 auto !important;
    float: none !important;
    display: block;
}

input.dm-calculate-again {
    margin: 40px auto 25px auto !important;
    display: block;
}

.input_big_text {
    width: 60%;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 16px;
    color: #999999 !important;
    font-weight: bold;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border: 1px solid #c4c4c4 !important;
    text-align: left;
}

.tablebrd {
    border-bottom: none !important;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

.tablebrd tr:nth-of-type(2n + 1) {
    background: none !important;
}

.tablebrd td,
th {
    border: none;
    font-size: 15px;
    color: #6d6d6d;
    font-weight: bold;
}

.tablebrd select {
    background: none repeat scroll 0 0 #f8f8f8;
    border: medium none;
    border-radius: 4px;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    outline: medium none;
    padding: 6px;
    width: 60%;
    text-align: center;
}

.table_area {
    width: 75% !important;
    margin: 0 auto !important;
    border-collapse: collapse;
    margin-bottom: 17px;
}

.table_area tr:nth-of-type(odd) {
    background: #eef5fc;
}

.table_area th {
    padding: 6px;
    border: 1px solid #6aa2c7;
    text-align: left;
    font-size: 15px;
    color: #387399;
}

.table_area td,
.table_area th {
    padding: 6px;
    border-right: 1px solid #c5d2e0;
    text-align: left;
    color: #000;
}

.tbl_heading {
    background-color: #c5e9f1 !important;
    color: #387399;
    font-size: 18px;
}

.tbl_heading td {
    color: #387399;
}

.left_clacu_page3 {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: bold;
    float: left;
    text-align: right;
    margin-right: 2%;
    line-height: 20px;
    margin-left: 2%;
}

.left_clacu_page3 a {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: bold;
    text-decoration: none;
}

.left_clacu_page3 a:hover {
    text-decoration: none;
    color: #6aa2c7;
}

.left_clacu_page3 img {
    height: 150px;
    width: 200px;
    border: none;
    outline: none;
    vertical-align: middle;
}

.prefix_page3 {
    font-size: 18px;
    color: #6d6d6d;
    font-weight: bold;
    float: left;
    width: 2%;
    line-height: 18px;
    margin-top: 65px;
}

.right_calcu_page3 {
    width: 10%;
    margin-top: 55px;
    font-size: 18px;
    color: #999999 !important;
    font-weight: bold;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border: 1px solid #c4c4c4 !important;
    box-shadow: 0 0 8px #d9d9d9;
    text-align: center;
}

.page1Inputbx {
    width: 20%;
}

.highcharts-container {
    width: 500px;
    margin: 20px auto;
}

.valid_box {
    width: 75%;
    clear: both;
    background: url(../images/valid.png) no-repeat left #edfce9;
    border: 3px #cceac4 solid;
    background-position: 15px 10px;
    padding: 20px 20px 15px 60px;
    margin: 10px auto;
    color: #009900;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
}

.req {
    color: red;
}
