﻿/*.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;
    }

/*.TransitInfoGrid {
    margin-top: 24px;
}

.jsgrid-table > tbody > tr > td {*/
/*   width:10% !important;*/
/*text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

div.ORsGrid > div.jsgrid-grid-header > table > tr.jsgrid-header-row > th {
    font-size: 14px !important;
    font-family: "Helvetica Neue";
}

.jsgrid-pager-container {
    text-align: center;
}

.jsgrid-grid-body {
    overflow-y: hidden;
}*/


/*@media (max-width: 767px) {
    .widget-HtmlWidget {
        display: none;
    }

    #content > div > article > div > div:nth-child(1) > article > div > p:nth-child(1) {
        top: 75px !important;
    }

    .jsgrid, .jsgrid *, .jsgrid :after, .jsgrid :before {
        overflow-wrap: anywhere;
    }

    #content > div > article > div > div:nth-child(1) > article > div > img {
        margin-left: -27vw;
    }

    .jsgrid-pager-page,
    .jsgrid-pager-nav-button {
        left: 0 !important;
    }

    div.ORsGrid > div.jsgrid-pager-container > div.jsgrid-pager {
        text-align: center;
    }

    .jsgrid-pager-page {
        padding: 0.1em 0.15em;
    }

    .jsgrid, .jsgrid *, .jsgrid :after, .jsgrid :before {
        overflow-wrap: anywhere;
    }

    .content {
        width: 96% !important;
        overflow: scroll;
        margin: auto !important;
    }
}*/

.input {
    /*background: #F1F3F6;
    border: none;
    border-radius: 10px;*/
    height: 45px;
    /*width: 170px;*/
    width: 130px;
    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;
}

.arrowDown {
    background-image: url('/Media/Default/Images/LandCalculator/arrowDown.jpg');
    background-position: right 5px center;
    background-repeat: no-repeat;
}


.SearchBtn {
    /*margin-right: 15px;*/
    margin-bottom: -20px;
    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: -20px;
    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;
    }



.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;
    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;
}

.taxSumProp:disabled {
    background-color: transparent !important;
}
/*.attentionResult {
    color: #F74845 !important;
}

.resultValue {
    float: left;
    margin-left: 10px;
    font-family: FiraGORegular !important;
    font-size: 16px;
    color: #204B80 !important;
    width: 400px;
}

.resultTitle {
    font-family: FiraGORegular !important;
    font-size: 16px;
    color: #204B80 !important;
    margin-bottom: 5px;
    float: left;
    width: 300px;
}

.resultRow {
    display: table;
    width: 100%;
    border-top: 1px solid #DDE9F5;
    padding: 20px 20px 10px 20px;
}

.blockTitle {
    color: #31629D;
    font-size: 30px;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: FiraGORegular !important;
    font-weight: bold;
}*/
/*.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -3px;
}

.colored {
    background-color: #3A8FFF;*/ /* defines the background color of the image */
/*mask: url(/Media/Default/Images/Common/attention-circle.svg) no-repeat center / contain;
    -webkit-mask: url(/Media/Default/Images/Common/attention-circle.svg) no-repeat center / contain;
}*/
/*dropdown checkboxes*/
/*.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
    height: 43px;
    width: 250px;
    margin-left: 3px;
}*/
/*.selectBox select {
        width: 100%;*/
/*font-weight: bold;*/
/*}*/
/*.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/
/**************Calculator  ******************/
#propmenu1 {
    position: relative;
}

#PropertyType1 {
    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;
}

#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, #myULProp, #myUL1Prop, #myUL2Prop, #myUL3Prop {
    list-style-type: none !important;
    background-color: #FFFFFF !important;
    color: #446183 !important;
    font-size: 14px !important;
    line-height: 20px !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  *******************/
#resultsProp {
    border-collapse: collapse;
    width: 100%;
}

    #resultsProp td, #resultsProp th {
        border: 1px solid #ddd;
        padding: 8px;
        color: #434343;
    }

    #resultsProp th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #F5F5F5;
        color: #1B3A91;
        border: 0px;
    }

    #resultsProp td {
        font-family: FiraGORegular !important;
        font-size: 14px;
    }

    #resultsProp tr:hover {
        background-color: #C4E2FF;
        cursor: pointer;
    }
/**************************************************/

.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;
}

.totalSumProp {
    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;
}
