﻿body {
    /*margin-bottom:5px;*/
}

.calBox {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    border: 1px solid #DADADA;
    background-color: #F2F2F2;
}

.custDiv {
    padding: 0px 0px;
    border-bottom: 1px solid #E4E4E4;
}

.panel-default {
    border-color: none;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}

#loading-div-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #808080;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 10000;
}

#loading-div {
    background-color: #fff;
    height: 59px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: absolute;
    top: 59%;
    width: 150px;
    box-shadow: -1px 1px 11px 6px #000;
}

.panel-default .glyphicon {
    font-size: 10px;
}

.nameDiv {
    background-color: #F9F9F9;
    padding: 10px 0px;
    border-bottom: 1px dashed #CCC;
}

.subPanel {
    padding: 10px 0px;
    border-bottom: 1px solid #E0E0E0;
}

.subHead {
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    padding-left: 1em;
}

.panel-title {
    font-weight: 700;
}

    .panel-title a:hover {
        text-decoration: none;
    }

.panel {
    margin-bottom: 0px;
}

.firstPanel {
    padding-top: 0px;
}

.modal-backdrop {
    background-color: initial;
}

.modal {
    top: 70px;
    left: 400px;
}

.modal-dialog {
    width: 330px;
}

.form-control {
    padding: 6px;
}

.input-group-addon {
    padding: 6px 8px;
    font-size: 12px;
    background-color: #F9F9F9;
}

.storValue:before {
    position: absolute;
    top: -7px;
    left: 300px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.storValue:after {
    position: absolute;
    top: -7px;
    left: 300px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

#btncalculate {
    width: 150px;
}

.childcalBtn {
    Background-color: #16A085;
}

#Button3 {
    margin-left: -10px;
}

.errorArea {
    padding-top: 0px;
    border-bottom: 1px solid #E4E4E4;
}


.custAddon {
    width: 35px !important;
}

.footnote {
    background-color: #B7B7B7;
    color: white;
}

    .footnote h5 {
        padding: 5px 12px;
        margin-bottom: 0px;
    }

.hlvbargraph {
    height: 15px;
    width: 15px !important;
    margin: 3px 15px;
}

.hlvbargraph1 {
    height: 15px;
    width: 15px !important;
    margin: 2px 6px;
}
/*. {
           margin:-25px;
       }*/
@media only screen and (min-width : 1224px) {
    .calBox {
        width: 755px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .btnDataEntry {
        /*margin-left: 2px;*/
        margin-right: 13px;
        /*margin-top: 10px;*/
        margin-top: 9px;
        margin-left: 0px;
    }

        .btnDataEntry .btn {
            width: 80px;
        }
}

/*@media (min-width: 992px) {
    .container {
        width: 755px;
    }
}*/
@media only screen and (min-width : 990px) {
    .graphHeight {
        height: 440px;
    }
}

/*@media only screen and (max-device-width: 480px) {

    #accumulationgraph 
    {
        display:none;
    }
    #accumulationgraphResponsive
    {
        display:block
    }
}*/


/*@media only screen and (max-width: 400px) {
    .modal {
        top: 176px;
        left: 25px;
    }
    .modal-dialog {
    width:260px;
    margin-top: 35px;
    }
    .storValue:before,.storValue:after {
        display:none;
    }
   
    .disButton{
        display:inline-flex;
    }
    .btnDataEntry .btn {
        width: 45px !important;
        height: 25px;
        font-size: 11px;
        text-align: center;
        padding: 2px;
        margin-left: 8px;
    }
    .range{
       margin: 2px !important;
    }
}*/

@media only screen and (min-width: 275px) and (max-width:480px) {
    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 0px;
    }

    .table {
        font-size: 11px;
    }

    .responsivePadding {
        padding: 2px;
    }

    .hlvbargraph {
        height: 15px;
        width: 15px !important;
        margin: 3px 6px;
    }

    .hlvbargraph1 {
        height: 15px;
        width: 15px !important;
        margin: 2px 6px;
    }
}

/*.storValue:before,.storValue:after {
        display:none;
    }
    .emailbox
        {
              margin-left: 16px;
        }
    .disButton{
        display:inline-flex;
    }
    .btnDataEntry .btn {
    width: 60px !important;
    padding: 5px;
}
}*/
/*@media only screen (min-width: 768px) {
    .modal-dialog {
        width: 330px;
        margin-left: 245px;
      
        margin: 120px auto;
    }
}*/
/*@media only screen and (min-width: 641px) and (max-width: 960px) {
        .modal {
            top: 155px;
            left: 336px;
        }

        .modal-dialog {
            margin-right: 58px;
        }

        .disButton {
            display: inline-flex;
        }

        .storValue:before, .storValue:after {
            display: none;
        }

        .btnDataEntry .btn {
            width: 68px !important;
            padding: 5px;
            margin-left: 8px;
        }

        .modal-content {
            margin-top: -5px;
        }
    }*/


.mainName {
    margin-top: 15px;
    margin-bottom: 0px;
}
/* define by priya for slider handle*/
.irs-from, .irs-to, .irs-single {
    padding: 1px 2px !important;
}


#spanCollapseFive:focus, #spanCollapseFour:focus, #spanCollapseThree:focus, #spanCollapseTwo:focus, #spanCollapseOne:focus {
    outline: none;
}



/*Common CSS for calculators*/

span, .panel-heading, .panel-title, .accordion-toggle:focus {
    outline: none;
}

    .panel-title > a:focus {
        text-decoration: inherit;
    }

.firstpanelBody {
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-body {
    padding: 10px 15px;
}

.calheadtitle {
    margin-top: 0px;
    margin-bottom: 0px;
}

.firstpanelBody {
    padding-top: 0px;
    padding-bottom: 0px;
}

.emailbox {
    margin-left: -11px;
}

.responsiveGraph {
    height: auto !important;
    width: 100% !important;
}

.pieGraph {
    height: auto !important;
}
/*Credit Payoff calculator CSS*/

.resultMessage {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F9F9F9;
}

.lblError {
    color: red;
}

.creditOptions {
    padding: 15px;
    border-bottom: 1px solid #CCC;
}

.socialDiv {
    padding: 10px;
}

.Menu {
    /*position: absolute;
    text-align: right;*/
    /*background-image: url('../images/download.png');
    background-repeat: no-repeat;
    background-position: center;*/
    /*z-index: 999;
    display: none;*/
    /*border: 0px;*/
    /*width: 32px;
    height: 32px;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;
    border-radius: 2px;*/
}

#MenuWindow {
    color: #000000;
    background: #ffffff;
    /* border: 1px solid #000000; */
    position: absolute;
    border-top: 1px solid #BABABA;
    display: none;
    z-index: 99;
    padding: 10px;
    /* margin: 1em 0 3em; */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    left: auto;
    right: 8px;
    top: 50px;
}

#MenuWindow {
    width: 300px;
}

.calcbox {
    padding: 0;
    margin-bottom: 10px;
}

    .calcbox p {
        padding: 0;
        font-size: 12px;
    }

    .calcbox input[type=email], .calcbox input[type=text] {
        width: 100%;
        font-size: 12px;
        margin-right: 3%;
        margin-bottom: 1%;
    }

    .calcbox input[type=button] {
        padding: 6px;
    }

    .calcbox ol li {
        color: #337ab7;
    }

        .calcbox ol li .fa {
            float: right;
            padding-right: 5px;
            padding-top: 3px;
            font-size: 17px;
        }

.MenuButton {
    /* font: bold 10pt Arial, sans-serif; */
    /* color: #ffffff; */
    /*background: #28A9E2;*/
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    width: 50px;
    border: 1px solid #28A9E2;
    box-shadow: 0 1px 3px rgba(000,000,000,0.5), inset 0 0 1px rgba(255,255,255,0.6);
    -moz-box-shadow: 0 1px 3px rgba(000,000,000,0.5), inset 0 0 1px rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(000,000,000,0.5), inset 0 0 1px rgba(255,255,255,0.6);
}

.MainMenuButton {
    margin-right: -24px;
    margin-left: 6px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.MainMenuRow {
    margin-left: -6px;
    margin-right: -7px;
}

.btnemail {
    margin: 0px;
    width: 45px;
    padding: 0px;
    margin-top: -4px;
    height: 34px;
}

.MailInput {
    width: 145px;
    margin-left: -11px;
    display: inline;
}

.modal-body {
    padding: 10px 15px;
    margin: -11px;
    /* margin-top: 4px; */
    margin-bottom: 5px;
}

.cal-container {
    background: #fff;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    top: 0px;
}

.table {
    margin-bottom: 0px;
}

    .table:focus, .panel-body:focus {
        outline: none;
    }

@media only screen and (max-width: 767px) {
    #MenuWindow {
        width: 80vw;
    }
}

@media (min-width: 992px) {
    .cal-container {
        width: 755px;
        margin: 2em auto;
        border: 1px solid #ccc;
    }
}
