﻿.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    background-color: gray;
    display: block;
    float: left;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    /*z-index: 99990;*/
}

.loadingmain {
    background-color: white;
    border: 5px solid #000000;
    font-family: Arial;
    font-size: 12pt;
    left: 40%;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 20%;
}

.required {
    color: red;
}

/*Added by designer start*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tool-table td {
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 18px;
}

.tool-table p {
    color: #565656;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    margin:0px;
}

    .tool-table p span {
        color: #a0a0a0;
        font-size: 14px;
    }

    .tool-table p i {
        color: #a0a0a0;
        display: inline-block;
        vertical-align: top;
        margin-left: 30px;
        font-style: normal;
    }

.tool-table .requir {
    color: red;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    font-style: normal;
}

.tool-table .tool-text {
    width: 70px;
    height: 34px;
    border: 1px solid #bbbbbb;
    text-align: center;
    color: #044b86;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    /*margin-top: -7px;*/
    margin-right: 15px;
}

.tool-table p.calculate-by {
    display: inline-block;
    vertical-align: middle;
}

.tool-table .cost td {
    border-bottom: 0;
    padding: 10px 18px  !important;
    background: #b3b3b3;
    color: #fff;
}

    .tool-table .cost td p {
        color: #fff;
    }

.tool-table .total {
    color: #009568;
    font-size: 60px;
}

.tool-table .maintenance-savings p {
    display: block;
    font-size: 22px;
    margin-bottom: 0;
}

.tool-table .maintenance-savings strong {
    font-size: 30px;
    font-weight: 900;
    display: block;
    line-height: 30px;
    color: #565656;
    margin-bottom: 4px;
}

.tool-table .maintenance-savings i {
    color: #b7b7b7;
}

.tool-table a {
    color: #565656;
    display: inline-block;
}

    .tool-table a:hover {
        color: #044b86;
    }

    .tool-table a.send-mail {
        color: #fff;
        padding: 10px 15px 10px 45px;
        margin-left: 45px;
        display: inline-block;
        background: #008a60 url(../images/send-mail-icon.png) no-repeat 14px 12px;
    }

        .tool-table a.send-mail:hover {
            background-color: #044b86;
        }

/*.calculate-by span {
            
        }*/

@media (max-width: 600px) {
    .tool-table .total {
        font-size: 30px;
    }

    .tool-table .maintenance-savings strong {
        font-size: 18px;
    }

    .tool-table .maintenance-savings p {
        font-size: 18px;
    }
}

#popupdiv {
    height: auto !important;
}
.validationnotification {
    text-align: right; color: red; width:100%;
}
