


.main-content {
    margin-top: 80px;
}
/*input boxes and add-ons and form control styling*/
#fcbtcal .clearbtn {
    border-top: 1px solid #acacac;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    background-color: white;
    border-left: 0 none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-weight: normal;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    cursor: pointer;
    display: table-cell;
}

    #fcbtcal .clearbtn:hover {
        background-color: #777777;
        color: white;
    }

#fcbtcal .form-control {
    border: 1px solid #acacac;
}

#fcbtcal .input-group .form-control {
    height: 42px;
}

#fcbtcal .input-group > .form-control,
#fcbtcal select {
    border-radius: 0;
    float: left;
    width: 100%;
}

#fcbtcal .input-group-addon + .form-control {
    border-left: none;
}

#fcbtcal .input-group-addon:first-child {
    border-right: 1px solid #acacac;
}

#fcbtcal .input-group-addon + .input-group-addon {
    border-left: none;
}

#fcbtcal .input-group {
    width: 100%;
}

/*Tab button styling*/
#fcbtcal .btn-group > .btn {
    padding: 10px 24px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

#fcbtcal .btn-group {
    margin-bottom: 20px;
}

#fcbtcal .reqcal {
    color: #474747;
}

#fcbtcal #btnMoneyDown, #btnPercentDown {
    cursor: pointer;
}

/*calc and chart box styling*/

#fcbtcal .calcandchart {
    background-color: #f2f2f2;
    border: 1px solid #d1d6e0;
}

#fcbtcal .calculatoritem {
    background-color: #ffffff;
    border-right: 1px solid #d1d6e0;
}

#fcbtcal .calitems {
    padding-top: 20px;
}



#fcbtcal .chartitemcontainer {
}

#fcbtcal .chartitem {
    padding-top: 20px;
}

#fcbtcal #divmonthlypayment {
    font-size: 19px;
    padding: 6px 12px 6px 12px;
    margin-top: 35px;
    font-weight: 700;
    border: 1px solid #d1d6e0;
}


#fcbtcal .explain-start {
    font-size: 8pt;
    padding-bottom: 5px;
    margin-bottom: 0;
}


table.jqplot-table-legend, table.jqplot-cursor-legend, .jqplot-target {
    font-size: 14px;
}

#fcbtcal #chart1 {
    margin-left: auto;
    margin-right: auto;
}

    #fcbtcal #chart1.jqplot-target {
        margin-bottom: 60px;
        max-width: 285px;
    }

/*table tab*/

#divAmortization {
     border: 1px solid #acacac;
     padding: 20px 15px;
}

#fcbtcal .fixed-table-container td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

    #fcbtcal .fixed-table-container td + td {
        border-left: 1px solid #ccc;
    }

#fcbtcal .fixed-table-container th {
    padding: 0 5px;
    text-align: left;
}

#divamortholder > div > div.fixed-table-container-inner > table > thead > tr
{
      border-bottom: 1px solid #d1d6e0;
}

#fcbtcal .fixed-table-container {
    width: 100%;
    height: 380px;
    border: 1px solid #d1d6e0;
    margin: 10px auto;
    background-color: #F2F2F2;
    color: #565656;
    position: relative;
    padding-top: 30px;
}

#fcbtcal .fixed-table-container-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

#fcbtcal .header-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#fcbtcal .fixed-table-container table {
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#fcbtcal .th-inner {
    position: absolute;
    top: 0;
    line-height: 30px;
    text-align: left;
    border-left: 1px solid #d1d6e0;
    padding-left: 5px;
    margin-left: -5px;
    font-size: .9em;
}

#fcbtcal .first .th-inner {
    border-left: none;
    text-align: center;
}


#fcbtcal .amortrow {
    background-color: #f2f2f2;
    color: #333333;
}

#fcbtcal .amortrowalt {
    background-color: #FFFFFF;
    color: #333333;
}

#fcbtcal .amortrowdivider td {
    background-color: #777;
    color: white;
    font-weight: 400;
}

@media (max-width: 767px) {
    #fcbtcal .calculatoritem {
        border-right: none;
    }

    #divAmortization {
    border: 1px solid #acacac;
    padding: 20px 5px;
}
}


/*Customizations*/
.calcandchart .calculatoritem, .calcandchart .chartitemcontainer {
    width: 100%!important;
}
#fcbtcal .reqcal {color: #ec0000;}
#fcbtcal #btnMoneyDown {background-color: #004379!important;}

#fcbtcal .btn-group {
    margin: 0!important;
}

#fcbtcal label.btn-default{
    position: relative;
    display: inline-block;
    background: #004379!important;
    margin: 0 5px 0 0!important;
    color: #fff;
}
#fcbtcal label.btn-default input[type="radio"]{
    -webkit-appearance: none;
    position: absolute;
    left: -9999px;
}
#fcbtcal label.btn-default input[type="radio"]:checked + .pseudo-radio {
    content: "";
    position: absolute;
    z-index: 9;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #004379 transparent transparent transparent;
}
