﻿/*.jsgrid-grid-header {
    overflow: hidden !important;
}

#btnStatistic {
    position: relative;
}

    #btnStatistic:after {
        content: '\f054';
        font: normal normal normal 12px/1 FontAwesome;
        color: #64949E;
        right: 2%;
        top: 35%;
        position: absolute;
        pointer-events: none;
    }*/



.TransitInfoContainer {
    /*max-width: 800px;*/
    width: 95%;
    margin: auto;
    margin-top: 44px;
}

    .TransitInfoContainer > h3 {
        font-family: "Helvetica Neue";
        font-size: 31px;
        color: #000000;
        padding: 0 0 15px 0;
    }

    .TransitInfoContainer > h2 {
        font-family: "Helvetica Neue";
        font-size: 20px;
        color: #000000;
        padding: 0 0 15px 0;
    }



.taxMainContainer {
    /*max-width: 800px;*/
    width: 95%;
    margin: auto;
    margin-top: 44px;
}

    .taxMainContainer > h3 {
        font-family: "Helvetica Neue";
        font-size: 31px;
        color: #000000;
        padding: 0 0 15px 0;
    }

    .taxMainContainer > h2 {
        font-family: "Helvetica Neue";
        font-size: 20px;
        color: #31619D !important;
        padding: 0 0 15px 0;
    }


.taxBlockTitle {
    color: #31619D !important;
    font-weight: bold;
    margin-bottom: 20px;
}

/*#taxBlock1, #taxBlock2 {
    max-width: 1400px;
    margin: 0 auto;
}*/

#taxBlock1 {
    max-width: 1000px;
    margin: 0 auto;
}

#taxBlock2 {
    max-width: 1400px;
    margin: 0 auto;
}

    #taxBlock2 p {
        margin-bottom: 15px !important;
    }

.taxBlockSpan {
    display: block !important;
}

.taxBlock2List {
    list-style-type: disc !important;
    background-color: #FFFFFF !important;
    color: #434343 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    margin-top: -10px !important;
}

.calculatorTitle {
    margin-bottom: 10px;
    font-size: 14px !important;
    color: #31619D !important;
    font-weight: bold;
}

#taxBlock5 {
    text-align: right;
    color: #31619D !important;
    font-weight: bold;
    font-size: 22px;
    margin: 25px 50px;
    display: table;
    max-width: 1300px;
}

#taxBlock6 {
    display: table;
    max-width: 1400px;
}

.subSum {
    text-align: right;
    color: #31619D !important;
    font-weight: bold;
    font-size: 16px;
    margin: 25px 50px;
    display: table;
    width: 1300px;
}


.input {
    /*background: #F1F3F6;
    border: none;
    border-radius: 10px;*/
    height: 45px;
    /*width: 130px;*/
    width: 85% !important;
    padding-left: 7px;
    padding-right: 7px;
    color: #8D969F;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #F1F3F6;
    background-color: #F1F3F6;
    font-family: FiraGORegular !important;
    /*margin-right: 7px;*/
}

.inputText {
    height: 45px !important;
    /*padding-right: 20px !important;*/
}

.input option {
    font-family: FiraGORegular !important;
    font-size: 13px;
    color: #204B80 !important;
    margin-top: 10px;
    padding-bottom: 10px;
}

.input:disabled {
    height: 45px;
    width: 170px;
    padding-left: 7px;
    padding-right: 7px;
    color: #8D969F;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #F1F3F6;
    background-color: #F1F3F6;
    font-family: FiraGORegular !important;
    margin-right: 7px;
    opacity: 1;
}

.SearchBtn {
    /*margin-right: 15px;*/
    margin-bottom: 5px;
    background: #31619D !important;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    width: 150px;
    height: 50px;
    float: right;
    font-family: FiraGOSemiBold !important;
}

    .SearchBtn span {
        font-family: FiraGOSemiBold !important;
    }

.AddBtn {
    /*margin-right: 15px;*/
    margin-bottom: 5px;
    margin-left: 5px;
    background: #31619D !important;
    border-radius: 10px;
    border: none;
    padding: 5px;
    color: #FFFFFF;
    font-size: 36px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    float: right;
    font-family: FiraGORegular !important;
}

    .AddBtn span {
        font-family: FiraGORegular !important;
    }

.NextBtn {
    /*margin-right: 15px;*/
    margin-bottom: -20px;
    margin-top: 50px;
    background: #31619D !important;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    width: 150px;
    height: 50px;
    float: left;
    font-family: FiraGOSemiBold !important;
}

    .NextBtn span {
        font-family: FiraGOSemiBold !important;
    }


.selectParams {
    margin-bottom: 45px;
    font-family: FiraGORegular !important;
    color: #31629D;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.selectParamsResult {
    margin-bottom: 20px;
    font-family: FiraGORegular !important;
    color: #31629D;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.selectParamsContainer {
    border: 1px solid #FFFFFF;
    border-radius: 48px;
    box-shadow: 0px 0px 15px 5px #F5F4F4;
    /*padding: 45px 120px;*/
    padding: 35px 20px 50px 20px;
    /*width: 1350px;*/
    /*max-width: 1350px;*/
    max-width: 1550px;
    margin: auto;
}

.paramTitle {
    font-family: FiraGOSemiBold !important;
    font-size: 13px;
    /*margin-bottom: 5px;*/
    color: #31619d;
    line-height: 20px;
    text-align: center;
}

.paramTitleResult {
    font-family: FiraGORegular !important;
    font-size: 14px;
    /*margin-bottom: 5px;*/
    color: #1B496F;
    line-height: 20px;
    text-align: left;
}



/* Responsive form styles */

.main {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.form-block {
    display: table-cell;
    /* padding-left: 5px;
    padding-right: 5px;*/
    /*display: flex;*/
    /*    width: 50%;*/
    align-items: flex-end;
}

.main-form {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    width: 10%;
}

.button-form {
    display: table-cell;
}

@media (min-width: 1024px) and (max-width: 1280px) { /*  IPad Air  */
    .main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .main-form {
        width: 14%;
    }
}

@media (min-width: 600px) and (max-width: 1024px) { /*  IPad Air  */
    .main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .main-form {
        width: 30%;
    }
}

@media (max-width: 599px) { /*  IPad Air  */

    .selectParamsContainer {
        padding: 30px 10px 30px 10px;
        text-align: center;
    }

    .main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .main-form {
        width: 100%;
        /*text-align: center;*/
    }

    .buttons {
        width: 220px;
        margin: 0 auto;
        margin-top: 10px;
    }
}

@media (max-width: 1280px) { /*  IPad Air  */
    #resultsContainer {
        overflow: scroll;
    }

    .totalSum {
        float: left;
    }

    #resultsContainerProp {
        overflow: scroll;
    }

    .totalSumProp {
        float: left;
    }

    .subSum {
        text-align: left;
        color: #31619D !important;
        font-weight: bold;
        font-size: 16px;
        margin: 25px 50px;
        display: table;
        max-width: 1300px;
    }
}
