body {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0px;
    margin-left: 1%;
}

.bld {
    font-weight: 500;
    color: #06C;
}

.calc select {
    display: none;
    width: 110px !important;
    border: 1px solid #0095DA;
    padding: 3px;
    border-radius: 0px;
    margin-right: 0px;
    color: #4d4d4d !important;
    margin-left: 10px;
    background: #fff;
    /*font-weight: 600;*/
    text-align: center;
}



.calc input {
    border: 1px solid #08a2ea /*f1f1f1*/;
    width: 110px ;
    margin-left: 2px;
    text-align: right;
    padding: 3px;
    border-radius: 0px;
    background-color: #fff;
    color: #4d4d4d;
    /*font-weight: 600;*/

}
.calc input[type=number] {
    padding-top: 6px;
}

.calc input[type=text] {
    max-width: 50%;
}
.calc input[disabled] {
    background: #fff;
    cursor: help;
    color: #000;
}

.calc table {
    border-collapse: collapse;
}

.calc table tbody td {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.label-title {
    background: #3399FF;
    padding: 3px 0px;
    width: 99%;
    margin-top: 10px;
}

.label-title > label {
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
}

#datatable > table th, #datatable > table td {
    border-collapse: collapse;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #7a7a7a;

}

#datatable > table {
    margin: 0px;
    padding: 2px;
    border-collapse: collapse;
}

div, a, p, span, b, i, h1, h2, h3, h4, h5, label, img, input, select {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.formtable tr {
    padding-top: 30px;
    padding-bottom: 30px;
}

.calc {
    padding: 10px;
    float: left;
    width: 100%;
    text-shadow: none;
    /*background: rgba(35,31,31,0.4);*/
}



.calc .dv {
    padding: 15px;
    padding-left: -15px;
}

.calc .col-md-8 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.calc .dv .col-sm-6 {
    padding-bottom: 5px;
}

.calc .dv .row {
    white-space: nowrap;

}

@media (max-width: 500px) {
    .calc {
        /*padding: 3px!important;*/
    }
    .calc .dv {
        padding: 5px!important;
        padding-left: -15px!important;
    }

    .calc .col-md-8 {
        padding-left: 5px!important;
        padding-right: 5px!important;
        padding-top: 10px!important;
    }
    body > div {
        padding: 0px!important;
    }
    body{
        font-size: 11px;
    }
    .submtitle{
        width: 110px!important;
    }

    .calc input[type ='text'] {
        width: 80px!important;
    }
    .calc input[type ='number'] {
        width: 80px!important;
    }
    label.addinput, label.removeinput{
        margin-left: 5px!important;
    }
    ul.picker > li{
        font-size: 9px!important;
    }
}

.calc .dv {
    border-bottom: 1px solid rgba(72, 114, 149, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.calc .col-md-4, .col-md-8 {
    /*border: 1px solid  rgba(72, 114, 149, 0.2);*/

}

.calc .col-md-4 .col-md-12 {
}

.calc .process {
    float: left;
}

.calc .col-md-4 label {
    color: #5c5c5c;
    font-size: 16px;
}

#allvalue1, #dun1, #date1{
    font-size: 36px;
    color: #0095DA;
}

.submtitle {
    color: #5c5c5c;
    width: 160px;
    font-weight: 500;
}

#huuorlogo, #huuorlogo1{
    color: #0095DA;
}

.calc .col-md-4 {
    height: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    border: 1px solid #ccc;
    background-color: #ddf2fc!important;
}

@media (max-width: 990px) {
    .calc .col-md-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

[type='range'] {
    -webkit-appearance: none;
    margin-left: 0px!important;
    margin: 12px 0;
    width: 100% !important;
    border-width: 0px!important;
}

[type='range']:focus {
    outline: 0
}

[type='range']:focus::-webkit-slider-runnable-track {
    background: #08a2ea
}

[type='range']:focus::-ms-fill-lower {
    background: #08a2ea
}

[type='range']:focus::-ms-fill-upper {
    background: #08a2ea
}

[type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 3px;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #08a2ea;
    border-radius: 5px
}

[type='range']::-webkit-slider-thumb {
    background: #0095DA;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    margin-top: -10px
}

[type='range']::-moz-range-track {
    cursor: pointer;
    height: 8px;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px
}

[type='range']::-moz-range-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: pointer;
    height: 24px;
    width: 24px
}

[type='range']::-ms-track {
    cursor: pointer;
    height: 8px;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 12px 0;
    color: transparent
}

[type='range']::-ms-fill-lower {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #dde3e6;
    border: 2px solid #cfd8dc;
    border-radius: 10px
}

[type='range']::-ms-fill-upper {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 10px
}

[type='range']::-ms-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin-top: 0
}

ul.picker{
    margin-top: 10px;
    border-radius: 3px;
    list-style: none;
    padding: 0px;
}

label{
    font-weight: 500!important;
}

ul.picker > li{
    float: left;
    padding: 4px 5px;
    text-align: center;
    background-color: #eceff1;
    /*font-weight: 600;*/
    font-size: 11px;
    width: 20%;
    cursor: pointer;
    border: 1px solid #d6d2da;
}

ul.picker6 > li{
    width: 16.6666%;
}

ul.picker > li:first-child{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
ul.picker > li:last-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

ul.picker > li.active{
    color: #fff;
    background-color: #08a2ea;
    border: 1px solid #0089c8;
}

ul.nav-tabs > li > a{
    color: #555!important;
}
ul.nav-tabs > li.active > a{
    color: #0095da !important;
}

label.addinput{
    text-align:center;
    width: 22px;
    height: 22px;
    margin-left:10px;
    cursor: pointer
}
label.removeinput{
    text-align:center;
    width: 22px;
    height: 22px;
    margin-left:3px;
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 2px;
}
label.addinput img, label.removeinput img{
    width:22px;
}