﻿
.TransitInfoContainer {
    max-width: 800px;
    margin: auto;
    margin-top: 10px;
    line-height: 22px;
}

    .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;
    }

.TransitInfoGrid {
    margin-top: 24px;
}



@media (max-width: 767px) {
}

.input {
    /*background: #F1F3F6;
    border: none;
    border-radius: 10px;*/
    height: 60px;
    width: 315px;
    padding-left: 15px;
    padding-right: 15px;
    color: #446183;
    font-size: 14px;
    border-radius: 15px;
    /*border: 1px solid #F3F6FB;*/
    border: none;
    background-color: #F3F6FB;
    font-family: FiraGORegular !important;
}

    .input option {
        font-family: FiraGORegular !important;
        font-size: 13px;
        color: #204B80 !important;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .input:disabled {
        color: #8D969F;
        font-size: 14px;
        border-radius: 15px;
        border: 1px solid #F3F6FB;
        background-color: #F3F6FB;
        font-family: FiraGORegular !important;
        opacity: 1;
    }


.SearchBtn {
    /*margin-right: 15px;*/
    margin-top: 20px;
    background: #31619D !important;
    border-radius: 7px;
    border: none;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    width: 220px;
    /*float: right;*/
}

select {
    border-right: 16px solid transparent !important;
}


.selectParams {
    margin-bottom: 25px;
    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: 45px 70px 45px 70px;
}

.paramTitle {
    font-family: FiraGORegular !important;
    font-size: 16px;
    margin-bottom: 5px;
    color: #1b3a61;
}

.attentionResult {
    color: #F74845 !important;
}

.resultValue {
    /*float: left;
    margin-left: 20px;
    font-family: FiraGORegular !important;
    font-size: 14px;
    color: #446183 !important;
    width: 460px;
    font-weight: normal;
    padding: 10px 10px 10px 0px;*/
    padding-left: 20px;
    font-family: FiraGORegular !important;
    font-size: 14px;
    color: #446183 !important;
    width: 490px;
    font-weight: normal;
    padding-right: 20px;
    border-left: 1px solid #DDE9F5;
    border-top: 1px solid #DDE9F5;
}

.resultTitle {
    font-family: FiraGORegular !important;
    font-size: 14px;
    color: #31619D !important;
    /*margin-bottom: 5px;*/
    float: left;
    width: 230px;
    color: #31619D !important;
    font-weight: bold;
    /*padding: 10px 0px 10px 10px;*/
}

.resultRow {
    display: table;
    width: 100%;
    max-width: 770px;
    border-top: 1px solid #DDE9F5;
    padding: 10px 10px 10px 10px;
}

    .resultRow a {
        color: #3CB6D5 !important;
        font-size: 14px;
    }


/************  Double answers styles  **********/

.resultValueDouble {
    /*float: left;*/
    padding-left: 20px;
    font-family: FiraGORegular !important;
    font-size: 14px;
    color: #446183 !important;
    width: 235px;
    font-weight: normal;
    padding-right: 20px;
    /*border-left: 1px solid #3CB6D5;*/
    border-left: 1px solid #DDE9F5;
    border-top: 1px solid #DDE9F5;
    text-align: center;
}

.resultTitleDouble {
    font-family: FiraGORegular !important;
    font-size: 14px;
    color: #31619D !important;
    /*margin-bottom: 5px;*/
    /*float: left;*/
    width: 235px;
    color: #31619D !important;
    font-weight: bold !important;
    padding-left: 10px;
    border-top: 1px solid #DDE9F5;
}

    .resultTitleDouble label {
        font-weight: bold !important;
    }

.resultRowDouble {
    /* display: table;
    width: 100%;
    max-width: 770px;*/
    border-top: 1px solid #DDE9F5;
}

    .resultRowDouble td {
        /*padding: 10px 0px 10px 0px !important;*/
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        vertical-align: top;
    }

.leftBorder {
    border-left: 1px solid #3CB6D5;
    padding-left: 10px !important;
}
/**************************************/

.answer2 {
    margin-bottom: 20px;
    font-family: FiraGORegular !important;
    color: #31629D;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.blockTitle {
    color: #31629D;
    font-size: 16px;
    text-align: center;
    /*width: 300px;*/
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: FiraGORegular !important;
    font-weight: bold;
}


/*****************  Tabs styles  **********/

/* Style the tab */
.tab {
    /*overflow: hidden;*/
    margin-top: 20px;
    display: table;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        /*outline: none;*/
        cursor: pointer;
        /*padding: 14px 16px;*/
        transition: 0.3s;
        font-size: 13px;
        font-family: FiraGORegular !important;
        font-weight: bold;
        color: #31619D;
        width: 393px;
        height: 75px;
        border: none;
        border-radius: 10px;
        box-shadow: 0px 2px 15px 3px #F0F3F6;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    /*padding: 6px 12px;*/
    border: none;
    border-top: none;
}

/*****************  Tabs styles end *******/

/*****************  Sub Tabs styles *******/

.attentionText {
    font-size: 14px;
    font-family: FiraGORegular !important;
    color: #446183;
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 30px;
    display: table;
    width: 100%;
}

    .attentionText span {
        color: #FF4444;
    }


/* Style the tab */
.subTab {
    /*overflow: hidden;*/
    /*margin-top: 20px;*/
    max-width: 400px;
    display: table;
    text-align: center;
    margin: 0 auto;
}

    /* Style the buttons inside the tab */
    .subTab button {
        background-color: inherit;
        float: left;
        /*outline: none;*/
        cursor: pointer;
        /*padding: 14px 16px;*/
        transition: 0.3s;
        font-size: 13px;
        font-family: FiraGORegular !important;
        font-weight: bold;
        color: #31619D;
        width: 190px;
        height: 40px;
        border: none;
        ;
        border-radius: 10px;
        box-shadow: 0px 2px 15px 3px #F0F3F6;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        /* Change background color of buttons on hover */
        .subTab button:hover {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

        /* Create an active/current tablink class */
        .subTab button.active {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

/* Style the tab content */
.subTabcontent {
    display: none;
    /*padding: 6px 12px;*/
    border: none;
    border-top: none;
    background-color: #F3F6FB;
}

/*****************  Sub Tabs styles end****/

/*****************  Sub Tabs 1 styles *******/

.attentionText {
    font-size: 14px;
    font-family: FiraGORegular !important;
    color: #446183;
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 30px;
    display: table;
    width: 100%;
}

    .attentionText span {
        color: #FF4444;
    }


/* Style the tab */
.subTab {
    /*overflow: hidden;*/
    /*margin-top: 20px;*/
    max-width: 400px;
    display: table;
    text-align: center;
    margin: 0 auto;
}

    /* Style the buttons inside the tab */
    .subTab button {
        background-color: inherit;
        float: left;
        /*outline: none;*/
        cursor: pointer;
        /*padding: 14px 16px;*/
        transition: 0.3s;
        font-size: 13px;
        font-family: FiraGORegular !important;
        font-weight: bold;
        color: #31619D;
        width: 190px;
        height: 40px;
        border: none;
        ;
        border-radius: 10px;
        box-shadow: 0px 2px 15px 3px #F0F3F6;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        /* Change background color of buttons on hover */
        .subTab button:hover {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

        /* Create an active/current tablink class */
        .subTab button.active {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

/* Style the tab content */
.subTabcontent1 {
    display: none;
    /*padding: 6px 12px;*/
    border: none;
    border-top: none;
    background-color: #F3F6FB;
}

/*****************  Sub Tabs styles end****/
/******************************************/
@media only screen and (max-width: 480px) {
    .selectParamsContainer {
        border: 1px solid #FFFFFF;
        border-radius: 48px;
        box-shadow: 0px 0px 15px 5px #F5F4F4;
        /*padding: 45px 120px;*/
        padding: 35px 30px 35px 30px;
    }

    table {
        width: 100%;
    }

    .input {
        height: 60px;
        min-width: 150px !important;
        width: 98% !important;
        padding-left: 15px;
        padding-right: 15px;
        color: #8D969F;
        font-size: 14px;
        border-radius: 15px;
        border: 1px solid #F3F6FB;
        background-color: #F3F6FB;
        font-family: FiraGORegular !important;
    }
}
