/* The container */
.container-checkmark {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    background-color: #eee;
}



/* When the checkbox is checked, add a blue background */
.container-checkmark .checked.checkmark {
    background-color: #2196F3;
}
.container-checkmark .checked-all-time.checkmark {
    background-color: #3faada;
}
.container-checkmark .checked.installation-color.checkmark {
    background-color: #ef8422;
}
.container-checkmark .checked.surfacing-color.checkmark {
    background-color: #df6924;
}
.container-checkmark .checked.site-prep-landscaping-color.checkmark {
    background-color: #56bf65;
}
.container-checkmark .checked.delivery-color.checkmark {
    background-color: #ebae18;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkmark .checked.checkmark:after {
    display: block;
}

.container-checkmark .checked-all-time.checkmark:after {
    display: block !important;
    background-color: #3faada;
}

/* Style the checkmark/indicator */
.container-checkmark .checkmark:after {
    left: 11px;
    top: 4px;
    width: 9px;
    height: 17px;
    border: solid #4d2305;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.input-icon {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 69%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    font-size: 19px;
}

.input-icon > input {
    padding-left: 17px !important;
    padding-right: 0 !important;
    font-size: 19px !important;
    border: 0 !important;
    line-height: 34px !important;
    height: 36px !important;
}

.input-icon-right > i {
    right: 0;
}
.row-two{
    width: 67%;
    float: left;
    display: block;
}
.row-three{
    width: 100%;
    float: left;
    display: block;
    margin-top: 20px;
}
#chartdiv {
    height: 195px;
    display: block;
    position: absolute;
    right: 0;
    top: -11px;
    overflow: hidden;
}
.left-part{
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.inpuy-name{
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: bold;
}
.row-two .container-checkmark{
    float: left;
    display: block;
}

.row-three .container-checkmark{
    float: left;
    display: block;
}
.row-three .first{
    width: 30%;
}
.row-three .second{
    width: 30%;
}
.row-three .third{
    width: 40%;
}
.row-two .first{
    width: 45%;
}
.row-two .second{
    width: 55%;
}
.container-checkmark .note{
    margin-left: -35px;
    font-size: 8px;
}
.final-row{
    width: 100%;
    float: left;
    display: block;
    margin-top: 20px;
    font-size: 11px;
}
.inpuy-number{
    font-size: 19px;
}
.widt-half{
    display: block;
    width: 100%;
    float: left;
}
@media (max-width: 991px){
    .widt-half{
        width: 100%;
    }
}
@media (max-width: 600px){
    #chartdiv{
        height: 158px;
        right: -90px;
        top: 29px;
    }
}

