﻿
.TransitInfoContainer {
    width: 90%;
    /*width: 75%;*/
    /*width: 1500px;*/
    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;
    }

.mainBlockTitle {
    color: #31619D !important;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

#mainBlock1 {
    max-width: 1000px;
    margin: 0 auto;
}

#mainBlock2 {
    max-width: 1500px;
    margin: 0 auto;
}

#mainBlock3 {
    max-width: 1000px;
    margin: 0 auto;
}

#mainBlock2 p {
    margin-bottom: 15px !important;
}

.mainBlockSpan {
    display: block !important;
}

.input {
    /*background: #F1F3F6;
    border: none;
    border-radius: 10px;*/
    height: 45px;
    /*width: 130px;*/
    width: 90% !important;
    padding-left: 7px;
    padding-right: 7px;
    /*color: #8D969F;*/
    color: #31619D;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #F1F3F6;
    background-color: #F1F3F6;
    font-family: FiraGORegular !important;
    /*margin-right: 7px;*/
}

.disabled {
    background-color: #D6D7DA !important;
}


.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;
}

.dropdown {
    width: 200px !important;
}

.arrowDown {
    background-image: url('/Media/Default/Images/LandCalculator/arrowDown.jpg');
    background-position: right 5px center;
    background-repeat: no-repeat;
}

.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: 250px;
    height: 50px;
    float: left;
    font-family: FiraGOSemiBold !important;
}

    .NextBtn span {
        font-family: FiraGOSemiBold !important;
    }

.BackBtn {
    margin-top: 70px;
    background: #31619D !important;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    width: 250px;
    height: 50px;
    float: left;
    font-family: FiraGOSemiBold !important;
}

    .BackBtn span {
        font-family: FiraGOSemiBold !important;
    }

.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;
    }

#editButtons {
    width: 30px;
}


.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: 1650px;
    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;*/
    font-size: 12px !important;
    /*margin-bottom: 5px;*/
    color: #1B496F;
    line-height: 20px;
    /*text-align: left;*/
    text-align: center;
}





/**************Calculator  ******************/

#incomeMenu1 {
    position: relative;
}

#IncomeReceiverType1 {
    z-index: 1;
    position: absolute;
    display: none;
    /*top: 0;
    margin-top: 110px;*/
    /*border: 1px solid #EEEDED;*/
    border-radius: 10px;
    box-shadow: 0px 0px 15px 5px #EBEBEB;
    background-color: #FFFFFF;
    padding: 7px;
    color: #446183;
    margin-left: 5px;
}

/*#propmenu2 {
    position: relative;
}

#PropertyLocation1 {
    z-index: 1;
    position: absolute;
    display: none;*/
/*top: 0;
    margin-top: 110px;*/
/*border-radius: 10px;
    box-shadow: 0px 0px 15px 5px #EBEBEB;
    background-color: #FFFFFF;
    padding: 7px;
    color: #446183;
}

#propmenu3 {
    position: relative;
}

#PropertyDiscount1 {
    z-index: 1;
    position: absolute;
    display: none;*/
/*top: 0;
    margin-top: 110px;*/
/*border-radius: 10px;
    box-shadow: 0px 0px 15px 5px #EBEBEB;
    background-color: #FFFFFF;
    padding: 7px;
    color: #446183;
    max-width: 700px;
    min-width: 350px;
}

#propmenu4 {
    position: relative;
}

#PropertyUsingPeriod1 {
    z-index: 1;
    position: absolute;
    display: none;*/
/*top: 0;
    margin-top: 110px;*/
/*border-radius: 10px;
    box-shadow: 0px 0px 15px 5px #EBEBEB;
    background-color: #FFFFFF;
    padding: 7px;
    color: #446183;
    max-width: 700px;
    min-width: 350px;
}*/

/***********   tree menu  ********************/
ul, #myULIncome, #myUL1Prop, #myUL2Prop, #myUL3Prop {
    list-style-type: none !important;
    background-color: #FFFFFF !important;
    color: #446183 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left;
    margin: 10px !important;
}

#myULProp, #myUL1Prop, #myUL2Prop, #myUL3Prop {
    margin: 0;
    padding: 10px;
}

li {
    cursor: pointer !important;
}

    li span {
        font-family: FiraGORegular !important;
        font-size: 12px;
    }

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret::before {
        content: url("/Media/Default/Images/LandCalculator/arrowClose.jpg");
        /*color: black;
        display: inline-block;*/
        margin-right: 6px;
        vertical-align: middle;
        /*background-image: url('/Media/Default/Images/LandCalculator/arrowDown.jpg');
        background-position: left 5px center;
        background-repeat: no-repeat;*/
    }

.caret-down::before {
    content: url("/Media/Default/Images/LandCalculator/arrowOpen.jpg");
    /*color: black;
        display: inline-block;*/
    margin-right: 6px;
    /*-ms-transform: rotate(90deg);*/ /* IE 9 */
    /*-webkit-transform: rotate(90deg);*/ /* Safari */
    /*transform: rotate(90deg);*/
}

.nested {
    display: none;
}

.active {
    display: block;
}
/***********************************************/


/***********   SearchBlock  ***********************/

#searchBlock th {
    vertical-align: bottom;
}

/**************************************************/
/*************** results table  *******************/
#resultsIncome {
    border-collapse: collapse;
    width: 100%;
}

    #resultsIncome td, #resultsIncome th {
        border: 1px solid #ddd;
        padding: 8px;
        color: #31619D;
    }

    #resultsIncome th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #F5F5F5;
        color: #1B3A91;
        border: 0px;
    }

    #resultsIncome td {
        font-family: FiraGORegular !important;
        font-size: 14px;
    }

    #resultsIncome tr:hover {
        background-color: #C4E2FF;
        cursor: pointer;
    }

.taxSumIncome {
    background-color: transparent !important;
}
/**************************************************/
.landAreaMeasure {
    color: #446183;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #91AAC9;
    background-color: #F1F3F6;
    font-family: FiraGORegular !important;
    padding: 19px 10px 19px 10px;
    display: block;
    margin-right: 7px;
}

.taxSum {
    border: 0px;
}

.totalSumIncome {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    font-family: FiraGORegular !important;
    font-size: 16px;
    color: #446183;
    margin-top: 7px;
}

.paymentCode {
    color: #446183;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #F1F3F6;
    background-color: #F1F3F6;
    font-family: FiraGORegular !important;
    padding: 10px 10px 10px 10px;
    display: block;
    margin-right: 60px;
    float: right;
    width: 240px;
    line-height: 20px;
    margin-top: 10px;
}

.filterTxt {
    height: 30px;
    width: 90%;
    padding-left: 7px;
    padding-right: 7px;
    color: #8D969F;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #F1F3F6;
    background-color: #F1F3F6;
    font-family: FiraGORegular !important;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 7px;
}

.attention p {
    font-family: FiraGORegular !important;
    text-align: left;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}


/* Responsive form styles */

.main {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    flex-wrap: nowrap;
    align-items: flex-end;
}

.margin_top_50 {
    margin-top: 50px;
}

.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: 13%;*/
    width: 10%;
    text-align: center;
}

.button-form {
    display: table-cell;
    vertical-align: bottom;
}

.specMicro {
    width: 18%;
}

.specMicroTitle {
    border-bottom: 1px solid #8D969F;
}

/*************  Tooltip  ****************/
.tooltip {
    position: relative;
    /*display: inline-block;*/
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 500px;
        background-color: #31619D;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1000;
        bottom: 125%;
        left: 50%;
        margin-left: -250px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip label {
        cursor: pointer;
    }
/****************************************/

/*************  TooltipAdd  ****************/
.tooltipAdd {
    position: relative;
    /*display: inline-block;*/
}

    .tooltipAdd .tooltiptextAdd {
        visibility: hidden;
        width: 500px;
        background-color: #31619D;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1000;
        bottom: 125%;
        left: 50%;
        margin-left: -250px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltipAdd .tooltiptextAdd::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltipAdd:hover .tooltiptextAdd {
        visibility: visible;
        opacity: 1;
    }

    .tooltipAdd img {
        cursor: pointer;
    }
/****************************************/

ul.dashed {
    list-style-type: disc !important;
    background-color: transparent !important;
    color: #000000 !important;
    font-size: 13px !important;
    text-align: justify;
    margin-top: 0px;
    margin-left: 20px !important;
}

    ul.dashed > li {
        /*text-indent: -10px;*/
        background-color: transparent;
        color: #31619D;
        padding-left: 10px;
    }

/* ul.dashed > li:before {
            content: "- ";
            text-indent: -6px;
        }*/


@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%;
    }

    .dropdown {
        width: 14% !important;
    }

    .AddBtn {
        margin-top: 10px;
    }
}

@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%;
    }

    .dropdown {
        width: 30% !important;
    }

    .specMicro {
        width: 30%;
    }

    .AddBtn {
        margin-top: 10px
    }
}

@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;*/
    }

    .dropdown {
        width: 100% !important;
    }

    .specMicro {
        width: 100%;
    }

    .buttons {
        width: 220px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .AddBtn {
        margin-top: 10px
    }
}

@media (max-width: 1280px) { /*  IPad Air  */
    #resultsContainerIncome {
        overflow: scroll;
    }

    .totalSumIncome {
        float: left;
    }

    .TransitInfoContainer {
        width: 85%;
    }
}
