@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500);

html{
  background: #ffffff;
}
.group {
    position: relative;
    height: 50px;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0);
}
.group input {
    color: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid #8dcfa9;
    border-radius: 0;
    width: 100%!important;
    font: 300 18px Roboto;
    padding-bottom: 4px;
    background: rgba(255, 255, 255, 0);
    color: #000;
    margin-top: 10px;
}
.group input:focus ~ .bar {
    border-width: 1px;
    width: 100%!important;
}
.group input ~ .bar {
    height: 0px;
    display: block;
    border: 0 solid #79c89c;
    position: relative;
    top: -2px;
    width: 0;
    transition: 0.2s ease all;
}



::-webkit-input-placeholder {
    /*color: rgba(255, 255, 255, 0.6);*/
    color: #c2c2c1!important;
}

:-moz-placeholder {
    color: #c2c2c1!important;
}

::-moz-placeholder {
    color: #c2c2c1!important;
}

:-ms-input-placeholder {
    color: #c2c2c1!important;
}


/*select{*/
    /*height:40px;*/
    /*background: #e9deb4;*/
/*}*/


.transition {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*.switch {*/
    /*font-size: 0;*/
    /*background-color: #2a3a47;*/
    /*display: inline-block;*/
    /*color: #b1b1b1;*/
    /*padding: 4px;*/
    /*vertical-align: middle;*/
    /*margin-top: 10px;*/
/*}*/
/*.switch .choice {*/
    /*font-size: 16px;*/
    /*width: 60px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*text-align: center;*/

    /*display: inline-block;*/
    /*cursor: pointer;*/
    /*-webkit-transition: all 0.2s ease;*/
    /*-moz-transition: all 0.2s ease;*/
    /*-ms-transition: all 0.2s ease;*/
    /*-o-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
    /*vertical-align: middle;*/
/*}*/
/*.switch .choice.on {*/
    /*color: #e9deb4;*/
    /*background-color: #4c4c4c;*/
    /*font-weight: bold;*/

/*}*/
/*.switch .or {*/
    /*font-size: 10px;*/
    /*color: #fff;*/
    /*position: absolute;*/
    /*margin-top: 19px;*/
    /*margin-left: 108px;*/
    /*z-index: 1;*/
/*}*/
/*.switch .diamond {*/
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*margin-top: 10px;*/
    /*margin-left: 60px;*/
    /*background: #2a3a47;*/
    /*-webkit-transform: rotate(-45deg);*/
    /*-moz-transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);*/
    /*-o-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
    /*-webkit-transform-origin: 0 100%;*/
    /*-moz-transform-origin: 0 100%;*/
    /*-ms-transform-origin: 0 100%;*/
    /*-o-transform-origin: 0 100%;*/
    /*transform-origin: 0 100%;*/
/*}*/



.button-sp, .button-sp:visited, .button-sp:focus{
    background: #4c4c4c;color: #e9deb4;
}

.button-sp:hover, .button-sp:active {
    background-color: #181A1C;
    color: #FECE1A;
}





.calculatorHeader{
    color: #37a06a!important;
    background: #E9F6ED; /* Old browsers */
    background: -moz-linear-gradient(left, #E9F6ED 0%, #3cb275 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E9F6ED 0%, #3cb275 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E9F6ED 0%, #3cb275 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9F6ED', endColorstr='#3cb275', GradientType=1);
    text-align: left;
    padding: 10px;
}

.calculatorHeader i{
    color: #37a06a;
    margin-right: 5px
}



.calculatorLabels{
    margin-top: 10px;color: #38a06a; font-weight: normal
}

.calculatorGap{
    padding-top: 10px;text-align: right
}

.resultPanel{
    padding: 10px;
    text-align: center;
    background: #E9F6ED;
    height: 372px;
}

.inputPanel{
    background: #E9F6ED;
    padding: 10px;
    min-height: 372px;
}

.resultPanelLabel{
    color: #37a06a;
    background: linear-gradient(to right, rgb(208, 231, 212) 0%, rgb(138, 206, 167) 100%);
    padding: 10px;
}

.resultPaneltext{
    color: #37a06a;
    padding: 10px;
    margin-left: 15px;background: none;float: left;font-weight: bold;font-size: 15px;
}

.resultPanelEligibleAmount{
    background: #53ba84; border-radius: 100px; font-size: 13px; color: white; font-weight: 700; padding: 8px 9px 0px;
    min-width: 80px;
    display: inline-block;
    line-height: 18px; height: 26px;
    float: right; margin-right: 30px; margin-top: 3px
}

.resultFigure{
    color: #4c4c4c!important;
    padding: 10px;
}


.calculateRow{
    padding-top: 10px;
    border-top:1px solid #8dcfa9
}

.calculateBtn{
    margin-top: 10px;height: 40px;
    font-size: 12px; float: right;
    width: 50%; font-weight: bold; font-size: 14px;
    color: white;margin-bottom: 10px;
}

@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';


.box-3 {font-family: 'Open Sans Condensed', sans-serif; }


.btn-custom {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}


/*
========================
      BUTTON THREE
========================
*/
.btn-three {
    color: #0d0b0b;
    transition: all 0.5s;
    position: relative;
}
.btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(233,222,180,0.5);
    transition: all 0.3s;
}
.btn-three:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(76,76,76,0.5);
    transform: scale(1.2,1.2);
}
.btn-three:hover::after {
    opacity: 1;
    transform: scale(1,1);
}


.primary-section{
    background: #E9F6ED;
}

.customContainer{

    background: white;
    padding-top: 0!important;
    padding-bottom: 13px;
    border: 15px solid white;;
}

.navbar-inner{
    background: #3cb275;
}

.section .title{
    margin-bottom: 0;
}

.scrollup{
    background: #53ba84;
}

.scrollup i{
    color: #fff;
}
.header-menu{
    border: 1px solid #17b965!important;
    background-color: #63c08e!important;
}

.header-menu:focus{
    outline: none;
    border: 1px solid #349e67!important;
}

.contact {
    background: #3cb275!important;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    /* width: 100%; */
    right: 0;
    left: 0;
    margin-top: -1px;
    z-index: 3;
}

.poweredByAnchor{
    color: white;
    font-weight: bold;

}
.poweredByAnchor:hover{
    color: white;

}

poweredByAnchor:hover, poweredByAnchor:focus, poweredByAnchor:visited{
    color: white;
}

/*new button*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
}

.switch {
    text-align: center;
    background-color: #86cca4;
    width: 120px;
    display: inline-block;
    border-radius: 8px;
    height: 28px;
    padding: 5px;
    position: relative;
    zoom: 1;
    margin-top: 15px;
}
.switch:before, .switch:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.switch:after {
    clear: both;
}
.switch label {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    line-height: 30px;
    cursor: pointer;
    /*color: #117964;*/
    color: #37a06a;
}
.switch input[type="radio"] {
    display: none;
}
.switch input[type="radio"]:checked + label {
    color: #37a06a;
    /*font-weight: bold;*/
}

.switch span {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    border-radius: 5px 0 0 5px;
    background-color: #ffffff;
    transition: all 200ms ease;
}
.switch span.right {
    left: 50%;
    border-radius: 0 5px 5px 0;
    transition: all 200ms ease;
}
/*switch2*/

.canIssueReceiptContainer{

    float:  right;
    margin-right: 58px;

}

.scrollup{
    z-index: 4;
}