/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1435,28): run-time error CSS1039: Token not allowed after unary operator: '-amar-text-color'
 */
body {
    --amar-border-color: #e0e3eb;
    --amar-text-color: #433;
    --amar-bg-color: #fff;
    --amar-secondary-bg: #D9D9D9;
    --amar-secondary-border: #b6b6b6;
    --amar-color-highlight: #000;
    --amar-color-table-head: #797979;
}

a {
    color: #045e7c;
    outline: none;
}

h1 {
    font-size: 1.7em;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    word-spacing: 5px;
    color: #616161;
    text-shadow: 1px 1px 0px #fff, 2px 2px 0px rgba(0,0,0,0.15);
}
.flex-col {
    display: flex;
    flex-direction: column;
}
    .flex-col .scroll-y {
        flex: 1 1 auto;
        min-height: 0px;
    }
#chartHight {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.blue {
    color: #079de1;
}

.box-shadow {
    box-shadow: 0 3px 4px #ccc;
}

.bakcground_white {
    background-color: #fff;
}

.reveal-modal-bg {
    position: fixed;
}

.validation-summary-errors {
    font-size: 0.9em;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
    }

        .validation-summary-errors ul li {
            color: #ffa216 !important;
        }

.amarModal {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    overscroll-behavior: contain;
}

    .amarModal.active {
        display: block;
    }

        .amarModal.active:before {
            content: "";
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(230, 236, 239,0.9);
        }

    .amarModal.white.active:before {
        background: rgba(0, 0, 0,0.65);
    }

    .amarModal.white {
        align-items: center;
        display: flex;
        height: 100vh;
        justify-content: center;
        left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        transition: opacity .3s ease;
        width: 100vw;
        z-index: 2147483647;
    }

    .amarModal .modal-component {
        background: #f8f8f8;
        font-size: 1.6rem;
        font-weight: 600;
        padding: 2rem;
        position: relative;
        text-align: center;
        border-radius: 1rem;
        margin: 0;
        width: 60rem;
        max-width: calc(100% - 1.5rem);
        position: relative;
    }
    .amarModal.white .modal-component {
        background: #fff;
    }

    .amarModal .modal-header .modal-subtitle, .amarModal .modal-header .modal-title {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0;
    }


.amarModal.white .modal-header .modal-title {
    background-color: transparent;
    color: #4c4847;
    text-shadow: none;
    font-size:2rem;
}

.modal-header .modal-subtitle {
    color: #00778f;
    margin-top: 0;
}
.modal-header h4 {
    color: #757473;
    font-size: 1.5rem;
    font-weight: 600;
    padding: .5rem;
}
.amarModal .modal-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 -2rem;
    overflow: hidden;
    padding: 3.5rem 0 0;
}

.modal-slideshow-component {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 35rem;
}

.amarModal .trial-slideshow-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal-body .slideshow-slide {
    align-items: center;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0.2rem 0.3rem 0 rgba(48, 45, 43, .25), 0 0 0.1rem 0 rgba(48, 45, 43,0.15);
    color: #4c4847;
    font-size: 2rem;
    justify-content: center;
    overflow: hidden;
    padding: 1rem 0;
    margin: 0 1rem;
}

.modal-body .slideshow-icon {
    align-items: center;
    display: flex;
    height: 14.3rem;
    justify-content: center;
    margin: 2rem auto;
    position: relative;
}

.modal-body .slideshow-slide-title {
    font-size: 1.8rem;
    font-weight: 800;
    padding: 0 .5rem;
}

.modal-body .slideshow-slide-subtitle {
    color: #666564;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 1rem;
}

.modal-body .modal-trial-button {
    margin: 0 auto 1.5rem;
    max-width: 35rem;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

    .modal-body .modal-trial-button a {
        align-items: center;
        border: 0;
        border-radius: .5rem;
        box-shadow: 0 5px 0 0 #014f5b,0 .7rem .95rem .05rem transparent;
        display: flex;
        min-height: 5rem;
        width: 100%;
        word-break: break-word;
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 1.2;
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
        justify-content: center;
        transition: all .07s;
        background-color: #00778f;
        color: #fff;
        padding: .5rem 2rem;
        text-align: center;
    }

        .modal-body .modal-trial-button a + a {
            margin-left: 1.5rem;
        }

        .modal-body .modal-trial-button a:hover {
            background-color: #014f5b;
            box-shadow: 0 5px 0 0 #02262c,0 .7rem .95rem .05rem transparent;
        }

        .modal-body .modal-trial-button a.gray {
            background-color: #999999;
            box-shadow: 0 5px 0 0 #737171, 0 0.7rem 0.95rem 0.05rem transparent;
        }

.modal-trial-footer a {
    color: #9d9d9e;
    font-size: 1.5rem;
    font-weight: 600;
    padding: .5rem;
}

.slideshow-icon-bg {
    background-image: linear-gradient( 90deg,rgba(0,0,0,.1) 6rem,rgba(0,0,0,.1) 0),linear-gradient( 90deg,rgba(0,0,0,.1) 6rem,rgba(0,0,0,.1) 0);
    background-position: 0 0,0 6rem,0 6rem;
    background-repeat: repeat-x;
    background-size: 12rem 6rem;
    border-radius: 2rem;
    content: "";
    display: block;
    height: 12rem;
    position: absolute;
    transform: rotate( 45deg );
    width: 12rem;
}

.slideshow-icon .icon {
    background: url('/Content/img/box_icons.png') no-repeat top left;
    width: 57px;
    height: 57px;
}

.icon.ico-clock {
    background-position: -112px 0;
}

.icon.ico-chart {
    background-position: -169px 0;
    width: 206px;
    height: 53px;
}

.icon.ico-back {
    background-position: 0 0;
    width: 112px;
    height: 76px;
}

.icon.ico-corre {
    background-position: -375px 0;
    width: 180px;
    height: 68px;
}

.icon.ico-screen {
    background-position: -555px 0;
    width: 60px;
    height: 60px;
}

.icon.ico-alert {
    background-position: -615px 0;
    width: 80px;
    height: 65px;
}

.image {
    width: 100%;
    height: 200px;
}


.css-slider .radio {
    display: none;
}

.css-slider-wrap {
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem;
}

.css-slider-inner {
    width: 500%;
}

    .css-slider-inner .slide {
        width: 20%;
        float: left;
    }

    .css-slider-inner .slide,
    .css-slider .slideshow-dot,
    .css-slider .radio-btn {
        transition: all 0.5s ease-out;
    }

.slideshow-dot {
    padding: 1.5rem 0;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* Move slides overflowed container */
.css-slider #slide1:checked ~ .css-slider-wrap .css-slider-inner {
    margin-left: 0;
}

.css-slider #slide2:checked ~ .css-slider-wrap .css-slider-inner {
    margin-left: -100%;
}

.css-slider #slide3:checked ~ .css-slider-wrap .css-slider-inner {
    margin-left: -200%;
}

.css-slider #slide1:checked ~ div .slideshow-dot .radio-btn:nth-child(1),
.css-slider #slide2:checked ~ div .slideshow-dot .radio-btn:nth-child(2),
.css-slider #slide3:checked ~ div .slideshow-dot .radio-btn:nth-child(3) {
    height: .8rem;
    width: .8rem;
}

.css-slider .radio-btn {
    border-radius: 50%;
    background-color: #bdbcb7;
    height: .5rem;
    width: .5rem;
    display: inline-block !important;
    margin: 0 0.5rem;
    cursor: pointer;
}

.css-slider .label {
    opacity: 0;
    position: absolute;
}

@keyframes css-slider-bullet {
    0%, 33.32333333333334% {
        background-color: #666463;
        height: .8rem;
        width: .8rem;
    }

    33.333333333333336%, 100% {
        height: .5rem;
        width: .5rem;
    }
}

.css-slider #play1:checked ~ div .slideshow-dot .radio-btn:nth-child(1) {
    animation: css-slider-bullet 12300ms infinite -1000ms;
}

.css-slider #play1:checked ~ div .slideshow-dot .radio-btn:nth-child(2) {
    animation: css-slider-bullet 12300ms infinite 3100ms;
}

.css-slider #play1:checked ~ div .slideshow-dot .radio-btn:nth-child(3) {
    animation: css-slider-bullet 12300ms infinite 7200ms;
}

@keyframes css-slider-slide {
    0%, 25.203252032520325% {
        margin-left: 0;
    }

    33.333333333333336%, 58.53658536585366% {
        margin-left: -100%;
    }

    66.66666666666667%, 91.869918699187% {
        margin-left: -200%;
    }
}

.css-slider > #play1:checked ~ .css-slider-wrap .css-slider-inner {
    animation: css-slider-slide 12300ms infinite;
}
/*login modal*/
.amarModal .login {
    max-width: 32rem;
    margin: 0 auto;
}
    .amarModal .login .head {
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: center;
        background-color: transparent;
        box-shadow:none;
    }
.amarModal .login .head img{
   max-width:24rem;
}
    .amarModal .login .head h3 {
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 1rem;
        margin-bottom: 4rem;
        color: #4c4847;
    }
.amarModal .login .divider {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
}

    .amarModal .login .divider:before, .amarModal .login .divider:after {
        position: absolute;
        content: "";
        display: block;
        border-top: 1px solid #989898;
        width: 40%;
        top: 50%;
    }

    .amarModal .login .divider:before {
        left: 0;
    }

    .amarModal .login .divider:after {
        right: 0;
    }
    
    
    .amarModal .login .btn {
        width: 100%;
        text-align: left;
        padding: 0;
        border-radius: 0;
        margin-bottom: 10px;
        line-height: 25px;
        display: block;
    }
    .amarModal .login .btn.Google {
        font-family: 'Roboto', sans-serif;
        font-size: 1.6rem;
        background: #4285F4;
        color: #fff;
    }

        .amarModal .login .btn.Google:hover {
            background: #3367D6
        }

    .amarModal .login .btn .fa-Google:before {
        content: "\f0d5";
    }
    .amarModal .login form .styledCheck {
        display: inline-block;
        float: left;
        position: relative;
    }

        .amarModal .login form .styledCheck input {
            opacity: 0;
            position: absolute;
            margin: 0;
            top: .6rem;
            left: 1px;
        }

        .amarModal .login form .styledCheck label {
            position: relative;
            cursor: pointer;
            margin-left: 0;
        }

            .amarModal .login form .styledCheck label:before {
                display: inline-block;
                content: "";
                width: 16px;
                height: 16px;
                background-color: #fafafa;
                vertical-align: middle;
                margin: -2px 10px 0 0;
                border: 1px solid #ccc;
            }

            .amarModal .login form .styledCheck label:after {
                content: "";
                position: absolute;
                top: 4px;
                left: 4px;
                background: #433;
                width: 9px;
                height: 9px;
                display: none;
            }

        .amarModal .login form .styledCheck input:checked + label:after {
            display: block;
        }

    .amarModal .login form .forgotPass {
        float: right;
        display: inline-block;
        font-size: 1.3rem;
        cursor: pointer;
        line-height: 24px;
    }

        .amarModal .login form .forgotPass:hover {
            text-decoration: underline;
        }







.xscroll {
    overflow: hidden;
}

.xscroll .wrp {
    overflow-x: auto;
}

.xsheight {
    scrollbar-width: thin !important;
    height: 54px !important;
}

@media (pointer: fine) {
    .xscroll .wrp::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .xscroll .wrp::-webkit-scrollbar-corner {
        display: none;
    }
    .xscroll .wrp::-webkit-scrollbar-thumb {
        border: 1px solid;
        border-color: #f1f3f6;
        border-radius: 3px;
        background-color: #d1d4dc;
    }
    .xscroll .wrp::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 3px;
    }
}
.btn.loading,button.loading {
    position: initial;
    top: initial;
    left: initial;
    margin: initial !important;
    height: initial;
    width: auto;
}

    .btn.loading::after, button.loading:after {
        display: none;
    }

    .btn.loading i.fa, button.loading i.fa {
        animation: fa-spin 1s linear infinite;
    }

    button.spin svg{
        animation: fa-spin 1s linear infinite;
    }

        .btn.loading i.fa:before, button.loading i.fa:before {
            content: "\f021";
        }

.containarea.nopad {
    padding-left: 0;
    padding-right: 0;
}
/*spacing utility*/
.m-3 {
    margin: 1em !important
}

.my-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}
.my-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important
}
.mx-3 {
    margin-left: 1em !important;
    margin-right: 1em !important
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.p-3 {
    padding: 1.5rem !important
}
.p-5 {
    padding: 3rem!important;
}
.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.px-3 {
    padding-left: 1em !important;
    padding-right: 1em !important
}

.pt-3 {
    padding-top: 1em !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pb-3 {
    padding-bottom: 1em !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.p-10px {
    padding: 10px !important
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pt-10px {
    padding-top: 10px !important;
}

.pb-10px {
    padding-bottom: 10px !important
}

.red {
    color: #cc075a !important;
}

.neutral {
    color: #433 !important;
}

.green {
    color: #027d13 !important;
}

.value_icon ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    width: 80px;
}

    .value_icon ul li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        box-shadow: none !important;
        display: inline-block;
        list-style: outside none none;
        margin: 0 1px !important;
        padding: 0 !important;
    }

        .value_icon ul li::before {
            position: static !important;
        }

        .value_icon ul li a {
            padding: 1px;
        }

            .value_icon ul li a:hover {
                background: #00778f none repeat scroll 0 0 !important;
                color: #fff !important;
            }

            .value_icon ul li a i {
                font-size: 11px !important;
            }

.reveal-modal {
    position: fixed;
    z-index: 99999;
    padding: 0;
    top: 50% !important;
    transform: translateY(-50%);
    border-radius: 6px;
    
}
    .reveal-modal.full {
        height: 100%;
    }
    .reveal-modal .flex-col {
        height: 100%;
    }
    .reveal-modal h1 {
        margin: 0;
        border-bottom: 1px solid #e0e3eb;
        display: block;
        font-size: 2rem;
        text-shadow: none;
        text-transform: none;
        font-family: -apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;
        font-weight: 600;
        padding: 1.5rem;
        color: #131722;
    }

    .reveal-modal .tabs-content {
        padding-left: 1em;
        padding-right: 1em;
    }


    .reveal-modal .content-modal {
        padding: 0 1.5rem;
    }

#credential_picker_container {
    top: 84px!important;
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333;
}

.jumpToBlock {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    .jumpToBlock li {
        flex: 1;
        padding: 2px;
    }

        .jumpToBlock li a {
            text-align: center;
            background-color: #045e7c;
            color: #fff;
            display: block;
            padding: 2px;
            white-space: nowrap;
        }

            .jumpToBlock li a:hover {
                background-color: #0078a0;
            }

            .jumpToBlock li a i {
                margin-right: 5px;
            }

.accordion .accordion-navigation {
    position: relative;
}

    .accordion .accordion-navigation:before, .accordion .accordion-navigation:after {
        border-right: 2px solid #fff;
        content: '';
        display: block;
        height: 8px;
        margin-top: -6px;
        position: absolute;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 14px;
        top: 14px;
        width: 0;
    }

    .accordion .accordion-navigation:after {
        margin-top: -1px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .accordion .accordion-navigation.active:before {
        top: 10px;
        margin-top: 0px;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .accordion .accordion-navigation.active:after {
        top: 10px;
        margin-top: 0px;
        margin-right: -4px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
#scrollTop {
    display: none;
    position: fixed;
    bottom: 8rem;
    border-radius: 50%;
    background-color: #00778f;
    color: #fff;
    font-size: 3rem;
    width: 5rem;
    height: 5rem;
    padding: 0;
    text-align: center;
    margin: 0;
    border: none;
    right: 2rem;
    outline: none;
    z-index: 99;
    box-shadow: 0 1px 0 1px #433;
}
    #scrollTop:active {
        box-shadow: none;
        background-color: #014f5b;
    }
    #marqueDiv {
        background-color: #fd971d;
        color: #fff;
        line-height: 1.2em;
        font-size: 1em;
    }
    #marqueDiv .container {
        position: relative;
       
    }
    #marqueDiv marquee {
        display: block;
        line-height: 3rem;
        height: 3rem;
    }

    #marqueDiv .bt {
        position: absolute;
        top: 0;
        right: 1rem;
        padding: 0;
        margin: 0;
        background: #c06f0d;
        font-size: 1.4rem;
        width: 3rem;
        height: 3rem;
        display: inline-block;
        line-height: 3rem;
    }

.StockDictionary li a:hover {
    text-decoration: underline;
}

.aspect16-9wrap {
    position: relative;
    padding-top: 56.25%;
}

.aspect16-9 {
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.square-wrap {
    position: relative;
    padding-top: 100%;
}

.square {
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#UserSettings .side-nav {
    border: 1px solid #ddd;
    padding: 0;
    border-radius: .3rem;
}

    #UserSettings .side-nav li {
        margin-bottom: 0;
    }

    #UserSettings .side-nav .item {
        display: block;
        padding: .8rem 1rem;
    }

        #UserSettings .side-nav .item.active {
            background-color: #e9f8ff
        }

    #UserSettings .side-nav li + li {
        border-top: 1px solid #ddd;
    }

    #UserSettings .side-nav .item i.fa {
        margin-right: 1rem;
    }

#UserSettings form label {
    padding-top: 1rem;
}

#UserSettings input {
    padding: 1rem;
}

#UserSettings .watchlist {
    margin: 1rem 0 0;
    font-size:0;
}
    #UserSettings .watchlist li {
        display: inline-block;
        width: 50%;
    } 
    #UserSettings .watchlist a {
        font-size:1.4rem;
        padding: .3rem;
        color: #433;
    }

    #UserSettings .watchlist i.fa {
        margin-right: 1rem;
    }

#alertBox {
    position: fixed;
    bottom: 0;
    left: 1.5rem;
    padding-right: 3rem;
    z-index:99999;
}

/*search bar*/
.option_grid input#symbol {
    background-size: 18px;
    background-position-x: 4px;
    font-size: 1em;
    height: 3.2rem;
    padding-left: 1rem;
    margin-bottom: 0;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .inp-cont {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1% !important;
        margin-bottom: 0;
    }

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

.input-group .dropdown-menu {
    display: none;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
}

    .btn.dropdown-toggle {
        color: #6c757d;
        background-color: transparent;
        background-image: none;
        border-color: #d5d5d5;
        padding: 2px 4px 0;
        outline: none;
    }

        .btn.dropdown-toggle img {
            width: 100%;
        }

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item .fa {
        margin-right: 15px;
    }

    .dropdown-item:hover {
        background: #00778f;
        color: #fff;
    }

.dropdown-toggle.show ~ .dropdown-menu, .dropdown-toggle:hover ~ .dropdown-menu, .dropdown-menu:hover {
    display: block;
}
#columns-modal .columns-holder {
    padding: 1.5rem;
    max-height: 400px;
    max-height: 80vh;
    overflow: hidden;
    border-bottom:1px solid #ddd;
}
#loginForm .row {
    margin-bottom: 1rem;
    border-color: transparent;
}

#loginForm input[type="text"],
#loginForm input[type="email"],
#loginForm input[type="password"] {
    background: #fafafa;
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    height: 3.2rem;
    margin: 0;
    box-shadow: none;
    padding: .7rem;
}
#loginForm .prefix.icon {
    height: 3.2rem;
    line-height: 3.2rem;
}

.button.primary-3d, #loginForm button[type="submit"] {
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    background-color: #007dc1;
    border-radius: 2px;
    border: 1px solid #124d77;
    font-size: 1.6rem;
}
    #loginForm button[type="submit"]:hover {
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        background-color: #0061a7;
    }

.miniSearch {
    background: #fafafa url('/Content/img/search-icon.png') no-repeat scroll left center;
    padding-left: 1.6em;
    font-size: 1.6rem;
    max-width: 18rem;
    width: 3rem;
    background-size: 2rem;
    background-position-x: .3rem;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    height: 3rem;
    background-color: #fafafa!important;
}

    .miniSearch:focus {
        outline: none;
        width: 100%;
        max-width: initial;
    }
.k-widget.k-tooltip.k-popup {
    box-shadow: 0px 0px 2px 2px #000;
    background-color:#fff;
}
.highlight {
    -webkit-animation: fadeIt1s ease-in-out 0s;
    -moz-animation: fadeIt 1s ease-in-out 0s;
    -o-animation: fadeIt 1s ease-in-out 0s;
    animation: fadeIt 1s ease-in-out 0s;
}
.appBanner {
    background-color: #000;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    width: 100%;
}
    .appBanner:after{
        content:"";
        display:table;
        clear:both;
    }
    .appBanner .close {
        float: left;
        color: #909090;
        width: 24px;
        line-height: 50px;
        text-align: center;
        font-size: 2rem;
    }
    .appBanner .ico {
        float: left;
        background: #014f5b url('/Content/img/logo_dark_512.png') no-repeat;
        background-size: contain;
        border-radius: 1rem;
        width: 5rem;
        height: 5rem;
        margin-left: 1rem;
        margin-right: 1rem;
        box-shadow: 1px 1px #000;
    }
    .appBanner .b {
        color: #fff;
        line-height: 1;
        margin-top:0.6rem;
    }
        .appBanner .b h1 {
            color: #fff;
            text-transform: inherit;
            text-shadow: none;
            font-size: 2rem;
            margin-bottom: 0;
            line-height: 1;
        }
        .appBanner .b h2 {
            text-transform: inherit;
            text-shadow: none;
            font-size: 1.7rem;
            margin: 0;
            line-height: 1;
            margin-bottom: 0.4rem;
        }
    .appBanner p {
        color: #909090;
        margin: 0;
    }
    .appBanner .c {
        display: inline-block;
        float: right;
        font-weight: bold;
        margin-right: 1.5rem;
        padding: 1rem;
        font-size: 1.7rem;
        color: #fff;
        border-radius: 0.5rem;
        line-height: 1;
        background: linear-gradient(to bottom,#007dc1 5%,#0061a7 100%);
        background-color: #007dc1;
        border: 1px solid #124d77;
        box-shadow: inset 0 1px 0 0 #54a3f7;
        margin-top: 0.5rem;
    }

@-webkit-keyframes fadeIt {
    from {
        background: rgba(249, 163, 2, 1);
    }

    to {
        background: rgba(249, 163, 2, 0);
    }
}

@-moz-keyframes fadeIt {
    from {
        background: rgba(249, 163, 2, 1);
    }

    to {
        background: rgba(249, 163, 2, 0);
    }
}

@keyframes fadeIt {
    from {
        background: rgba(249, 163, 2, 1);
    }

    to {
        background: rgba(249, 163, 2, 0);
    }
}

@media (pointer: fine) {
    .miniscroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .miniscroll::-webkit-scrollbar-corner {
        display: none;
    }

    .miniscroll::-webkit-scrollbar-thumb {
        border: 1px solid;
        border-color: #f1f3f6;
        border-radius: 3px;
        background-color: #d1d4dc;
    }

    .miniscroll::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 3px;
    }
}
@media (min-width: 576px) {
    .containarea.nopad {
        padding-left: 1em;
        padding-right: 1em;
    }
    
}
@media (min-width: 768px) {
    .appBanner{
        display:none!important;
    }

    #UserSettings .watchlist li {
        display: inline-block;
        width: 25%;
    }
}
@media (min-width: 1200px) {

    #UserSettings .watchlist li {
        display: inline-block;
        width: 20%;
    }
}

#page-preloader {
    display: none;
}
.scrollbar-y{
    max-height:100%;
    overflow-y:auto
}
.scrollbar-y::-webkit-scrollbar, .tabs-content > .content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrollbar-y::-webkit-scrollbar-corner, .tabs-content > .content::-webkit-scrollbar-corner {
    display: none;
}

.scrollbar-y::-webkit-scrollbar-thumb, .tabs-content > .content::-webkit-scrollbar-thumb {
    background-color: #9598a1;
    border: 1px solid #f0f3fa;
    border-radius: 3px;
}

.scrollbar-y::-webkit-scrollbar-track, .tabs-content > .content::-webkit-scrollbar-track {
    background-color: initial;
    border-radius: 3px;
}

.over-h{
    overflow:hidden;
}
.h100{
    height:100%;
}
.flex-grow{
    flex-grow:1;
}
.modal-footer{
    border-top:1px solid #ddd;
}
.h100 {
    height: 100%;
}

.flex .grow {
    flex-grow: 1;
}
.sel-wrap {
    position: relative;
}

    .sel-wrap:before {
        position: absolute;
        top: 40%;
        right: 1rem;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.5rem 0.5rem 0 0.5rem;
        border-color: var(--amar-text-color,#433) transparent transparent transparent;
    }

.scrollbar-y {
    max-height: 100%;
    overflow-y: auto;
}
body {
    margin: 0;
    font-family: Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    color: #433;
    direction: ltr;
}

.ob-right {
    text-align: right;
}

.ob-center {
    text-align: center;
}

.ob-left {
    text-align: left;
}

.value_icon ul {
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .value_icon ul li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        box-shadow: none !important;
        display: inline-block;
        list-style: outside none none;
        margin: 0 1px !important;
        padding: 0 !important;
    }

        .value_icon ul li::before {
            /*position: unset !important;*/
            position: static !important;
        }

        .value_icon ul li a {
            padding: 1px;
        }

            .value_icon ul li a:hover {
                background: #00778f none repeat scroll 0 0 !important;
                color: #fff !important;
            }

            .value_icon ul li a i {
                font-size: 11px !important;
            }

a {
    color: #008cba;
    text-decoration: none;
    line-height: inherit;
}

    a:hover, a:focus {
        color: #007bff;
    }


    .option_search input#symbol {
        background: #fff url(/Content/img/search-icon.png) no-repeat scroll left center;
        font-size: 12px;
        height: 30px;
        /*padding-left: 25px;*/
        text-indent: 1.80em;
    }
    .option_search span.k-widget.k-autocomplete {
        width: 16.8em;
    }

#subscribe {
    background-color: #321F20;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #subscribe label {
        margin-top: 5px;
        font-size: 14px;
        color: whitesmoke;
    }

    #subscribe input {
        margin-top: 5px;
        float: left;
        width: 70%;
        margin-bottom: 10px;
        border: none;
    }

    #subscribe button {
        margin-top: 5px;
        float: right;
        width: 28%;
        height: 38px;
        padding: 0 0 0 0;
        margin-bottom: 10px;
    }

#marqueDiv {
    background-color: #fd971d;
    color: #fff;
    line-height: 1.2em;
    font-size: 1em;
}
    #marqueDiv .container {
        position: relative;
    }
    #marqueDiv marquee {
        display: block;
        line-height: 2;
    }

    #marqueDiv .bt {
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 12px;
        margin-bottom: 0;
        background: #df8a25;
        border: none;
        outline: none;
        color:#fff;
    }

    .btn{
        font-size:1.4rem;
    }
.alert{
    padding:1.2rem 6.4rem 1.2rem 2rem;
}
.close{
    font-size:2.4rem;
}
.alert-dismissible .close {
    font-size: 2.4rem;
    padding: 1.2rem 2rem;
}
.form-control{
    font-size:1.6rem;
}
.dropdown-menu{
    font-size:1.4rem;
}
.dropdown-item{
    padding:.4rem 2.4rem;
}
h4, h5 {
    font-size: 2rem;
}
#Modal .modal-header .modal-title {
    font-size: 1.6rem;
    color: #58595b;
}
.table {
    color: #58595b;
}
.table-sm td, .table-sm th {
    padding: .5rem;
}
