﻿.datepickerform {
    margin: 10px 0px !important;
    background-color: white;
    padding: 10px 0px;
}

    .datepickerform .form-group {
        margin: 0px;
    }

#Amount, #EMI, #InterestRate, #Tenure:active {
}

.emibuttons {
    border-bottom: 1px solid #dddddd;
    background-color: #e2e2e2;
}
/*.emibuttons :first-child {
    border-left:1px solid grey;
    }*/
.emibutn {
    border-right: 1px solid grey;
    display: table-row-group;
    overflow: hidden;
    padding: 65px 0 0;
    background: #fff;
    margin: 0 !important;
    text-decoration: none;
    color: #333 !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    height: 100px;
    width: 113px;
    text-align: center;
    outline: 0 none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dedede;
}
.emibutn.active-tab {
    pointer-events: none;
}
#EMI {
    background-image: url('../../images/Calculators/iconemi.png');
}

#Amount {
    background-image: url('../../images/Calculators/iconamount.png');
}

#InterestRate {
    background-image: url('../../images/Calculators/iconinterest.png');
}

#Tenure {
    background-image: url('../../images/Calculators/icontenure.png');
}

.emibuttons div {
    display: block;
}

.emibutn:hover {
    background-color: #efefef !important;
}

.emiTableHeader {
    width: 97%;
}
.emibuttons>li>a{
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.liColor {
    color: black;
}



/*@media only screen and (max-width: 500px) {
    .emibutn {
          border: 1px solid grey;
  

    }
    .emibuttons
    {
        text-align:center;
    }
        #EMI, #Amount, #InterestRate, #Tenure {
      
        }
}*/

.monthlypaymentcontainer {
    background-color: #f3f3f3 !important;
}

@media only screen and (min-width: 275px) and (max-width:500px) {
    /*#EMI {
    background-image:none;
   
}

    #Amount
    {
        background-image:none;
   
    }
    #InterestRate
    {
        background-image:none;
        
    }
    #Tenure
    {
        background-image:none;
     
    }*/

    .emibutn {
        border: 1px solid grey;
        display: table-row-group;
        overflow: hidden;
        padding: 50px 0 0;
        background: #fff;
        margin: 0 !important;
        text-decoration: none;
        background-size: contain;
        font-weight: 700;
        font-size: 9px;
        line-height: 1.3;
        height: 80px;
        width: 25%;
        text-align: center;
        outline: 0 none;
        box-shadow: none;
        border-radius: 0px;
        outline: none;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #dedede;
    }

    .nav > li > a {
        padding: 10px 0px;
        border-radius: 0px;
        margin-right: 0px;
        color: black;
    }
}
