﻿body {
    padding-top: 70px;
    padding-bottom: 50px;
    background: rgb(245,245,245) !important;
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.row .row {
    margin-left: -10px;
    margin-right: -10px;
}

.red-palce-holder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(244, 67, 54,0.9);
}

.red-palce-holder::-moz-placeholder { /* Firefox 19+ */
    color: rgba(244, 67, 54,0.9);
}

.red-palce-holder:-ms-input-placeholder { /* IE 10+ */
    color: rgba(244, 67, 54,0.9);
}

.red-palce-holder:-moz-placeholder { /* Firefox 18- */
    color: rgba(244, 67, 54,0.9);
}

.navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav > li, .navbar-nav {
    float: left !important;
}

.signup-container {
    position: absolute;
    top: 57px;
    text-align: center !important;
    left: 0;
    width: 100% !important;
}

    .signup-container .form-group {
        /*padding-left: 270px;*/
        max-width: 100% !important;
        text-align: center;
    }

        .signup-container .form-group input {
            max-width: 455px !important;
            height: 28px;
            margin-top: 10px;
            display: inline-block;
            margin-bottom: 10px;
        }

        .signup-container .form-group button {
            max-width: 110px !important;
            padding: 0px;
            height: 27px;
            margin-top: 9px;
            display: inline-block;
            margin-bottom: 10px;
        }

#main-container {
    padding-top: 35px !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 1px solid transparent !important;
}

.menu-first {
    cursor: pointer;
}

.container {
    padding: 0 20px 0 20px;
    width: 100% !important;
}

.hsscrollbar .hshandle .hsmousearea {
    position: absolute;
    top: 0;
    left: -10px;
    width: 22px;
    height: 100%;
    z-index: 100;
}

.hsscrollbar .hshandle {
    position: absolute;
    top: 0;
    left: -0px;
    width: 4px;
    height: 160px;
    border-radius: 3px;
    display: none;
    background: rgba(255,255,255,0.3);
}

.hsscrollbar {
    position: absolute;
    right: 6px;
    width: 2px;
    height: 100%;
    line-height: 0;
    z-index: 100;
}

.content {
    padding: 10px;
    text-align: justify;
}

.period-class {
    padding: 8px 12px;
    border-radius: 4px;
    margin: 0px 5px;
    margin-top: -6px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

    .period-class:hover {
        background: rgba(0,0,0,0.1);
        padding: 8px 12px;
        border-radius: 4px;
        margin: 0px 5px;
        margin-top: -6px;
    }

.active-period {
    color: rgba(0,0,0,0.38) !important;
}


.loading-background {
    background-image: url(/Resources/ring.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.vertical-menu .sub-menu .exchange.red {
    color: rgba(244, 67, 54,0.7);
}

.vertical-menu .sub-menu .exchange.green {
    color: rgba(76, 175, 80,0.7);
}

.center {
    text-align: center;
}

.green {
    color: rgba(76, 175, 80,0.9);
}

.red {
    color: rgba(244, 67, 54,0.9);
}

.bold {
    font-weight: 700;
}

.padding-left {
    padding-left: 30px !important;
}

.open {
    color: #039be5;
}

.upper {
    text-transform: uppercase;
}

.even {
    background: rgba(0,0,0,0.01);
}

footer, .push {
    height: 50px;
}

footer {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    margin-bottom: 0px;
    color: #ABABAB;
    height: 235px;
    bottom: -195px;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    overflow: auto;
}

    footer:hover {
        bottom: -44px;
    }

    footer .footer-header {
        color: white !important;
        padding-left: 1.0em !important;
        font-size: 1.2em;
        opacity: 1 !important;
        padding-left: 5px !important;
    }

    footer .row {
        padding: 0.5em;
        color: rgba(255,255,255,0.5);
    }

    footer .icon {
        float: left !important;
    }

    footer .row a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        opacity: 1 !important;
    }

        footer .row a:hover {
            color: white;
            opacity: 1 !important;
        }

    footer .row:hover {
        color: white;
        opacity: 1;
    }

.single-font {
    font-size: 18px;
    position: absolute;
    margin-top: -5px !important;
}

.share-icon {
    font-size: 1.3em;
    padding: 0.4em 0;
    color: #333333 !important;
    min-width: 2.5em !important;
    text-align: center;
    background: rgba(255,255,255,0.5);
    border-radius: 153px;
    height: 30px;
    padding-top: 9px;
    font-size: 1em;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

    .share-icon:hover {
        opacity: 1;
        background: white;
    }

.text-content {
    padding: 30px;
}

.trade-this {
}

    .trade-this .btn {
        width: 150px;
        margin: 25px;
        margin-bottom: 10px;
        background: rgb(3,155,229);
        border: 1px solid rgb(3,155,229);
    }

        .trade-this .btn:active:focus {
            background: rgb(3,155,229);
            border: 1px solid rgb(3,155,229);
        }

    .trade-this .info-box h4 {
        /*background:#373C47;*/
        /*color:white;*/
    }

.form-group {
    text-align: left;
}

    .form-group label {
        float: left;
        padding: 5px;
        font-weight: normal;
        font-size: 14px;
    }

    .form-group div {
        text-align: left;
    }

.hidden-hint {
    color: gray;
    font-weight: 100 !important;
    margin-left: 3px !important;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height: 0px !important;
    overflow: hidden;
}

.visible-hint {
    height: 15px !important;
    margin-top: 5px;
}

.field-validation-error {
    color: rgba(244, 67, 54,1);
}

.text-content li {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .text-content li b {
        font-size: 13px;
        font-weight: 600;
    }

.text-content b {
    font-size: 13px;
    font-weight: 700;
    color: black;
}

section {
    padding-left: 4px;
}

    section br {
        padding-top: 12px;
    }

    section header {
        text-decoration: underline;
        font-weight: 700;
        padding: 18px 100px 10px 16px;
    }

    section div {
        padding-left: 28px;
    }

    section divider {
        display: block;
        line-height: 28px;
    }

.symbollistcontainaer {
    display: none;
}

@media screen and (max-width: 1200px) {
    .navbar {
        overflow: hidden;
    }

    .vertical-menu {
        display: none;
    }

    th, td {
        padding: 8px 5px !important;
    }

    .container {
        padding: 0px 10px;
    }

    #main-container {
        margin-top: 35px;
    }

    .menu-first {
        color: white;
        padding: 12px 14px;
        width: 60px !important;
        cursor: pointer;
    }

    .menu-first-text {
        display: none;
    }

    .horizontal-menu.navbar {
        padding-left: 60px !important;
    }

    .signup-container .form-group {
        padding-left: 0px !important;
    }



    .symbollistcontainaer {
        display: block;
        position: absolute;
        width: 300px;
        display: block;
        text-align: center;
        margin: auto;
        width: 100%;
        top: 95px;
    }

        .symbollistcontainaer select {
            max-width: 455px !important;
            height: 28px !important;
            margin-top: 10px;
            display: inline-block;
            margin-bottom: 10px;
            width: 100%;
            height: 32px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }
}

.modal-body {
    padding: 10px !important;
}

.modal {
    z-index: 50000;
}

.no-padding {
    padding-left: 20px !important;
}

input:read-only {
    cursor: default;
    color: rgba(0,0,0,0.3) !important;
    border-bottom-color: rgba(0,0,0,0.1) !Important;
}

html input[disabled] {
    cursor: default;
    border-bottom-color: rgba(0,0,0,0.1) !Important;
}

.member-header {
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    padding: 20px 40px;
}

.member-data {
    text-align: center !important;
}

.member-subheader {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
}

.login-container {
    text-align: center !important;
}

    .login-container .form-group {
        max-width: 100% !important;
        text-align: center;
    }

        .login-container .form-group input {
            max-width: 455px !important;
            height: 28px;
            margin-top: 10px;
            display: inline-block;
            margin-bottom: 10px;
        }

        .login-container .form-group button {
            max-width: 110px !important;
            padding: 0px;
            height: 27px;
            margin-top: 9px;
            display: inline-block;
            margin-bottom: 10px;
        }

.symbolsAllocationTable {
    display: flex;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}

    .symbolsAllocationTable span {
        display: flex;
        width: 100%;
        line-height: 40px;
        text-align: center;
        padding-left: 50px;
    }

    .symbolsAllocationTable input {
        display: flex;
        width: 100%;
        border: 1px solid rgba(85,85,85,0.2);
        line-height: 20px;
        text-align: center;
        height: 30px;
        margin: 5px 5px;
    }

.signal-form {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid rgba(55,55,55,0.1);
}

    .signal-form .input-container {
        display: flex;
        flex-direction: row;
        background: white;
    }

    .signal-form .submit-container {
        display: flex;
        flex-direction: row-reverse;
        background: white;
    }

        .signal-form .submit-container div {
            display: flex;
            flex-direction: row;
            padding: 5px 20px;
            line-height: 20px;
            background: #337ab7;
            margin: 4px;
            letter-spacing: 1.0px;
            color: white;
            font-weight: bold;
            border-radius: 3px;
            cursor: pointer;
        }

    .signal-form label {
        padding: 0px 5px;
        color: rgb(55,55,55);
        display: flex;
        position: relative;
        padding-top: 8px;
        line-height: 24px;
    }

    .signal-form input {
        display: flex;
        border: 1px solid rgba(55,55,55,0.1);
        height: 30px;
        padding-left: 10px;
        outline: none;
        margin-right: 10px;
    }


        .signal-form input:focus {
            border: 1px solid #337ab7;
        }


kr-inside-dialog-container {
    display: flex;
    flex-direction: column;
    max-width: 700px;
}

kr-inside-dialog {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(55,55,55,0.6);
    top: 56px;
    left: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.input-container {
    margin: 10px 20px;
}

kr-section-header {
    background: rgb(250,250,250);
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    display: block;
}

    kr-section-header .icon {
        font-family: 'Material Icons';
        font-size: 18px;
        top: 18px !important;
        color: #373737;
        position: relative;
        right: 10px;
        cursor: pointer;
    }


kr-loader {
    position: absolute !important;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    display: flex;
    /*-moz-box-shadow: 0 0 40px rgba(55,55,55,0.1) inset;
        -webkit-box-shadow: 0 0 40px rgba(55,55,55,0.1) inset;
        box-shadow: 0 0 40px rgba(55,55,55,0.1) inset;*/
}

    kr-loader .loader-container {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 10px 0;
        margin-top: 40px;
        border: 3px solid #107dac !important;
    }

        kr-loader .loader-container div {
            display: flex;
            flex: 1;
        }

            kr-loader .loader-container div:nth-child(3) {
                background: #107dac;
            }

            kr-loader .loader-container div:nth-child(2) {
                background: #555555;
                -webkit-animation-delay: -0.16s;
                animation-delay: -0.16s;
            }

            kr-loader .loader-container div:nth-child(1) {
                background: #002d6d;
                -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s;
            }

    kr-loader:after {
        content: 'Loading';
        font-size: 12px;
        color: black;
        display: block;
    }

kr-loader {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*position: absolute;*/
    /*top: 70%;*/
    /*left: calc(50% - 35px);*/
}

    kr-loader .loader-container > div {
        width: 14px;
        height: 14px;
        background-color: #333;
        border-radius: 3px;
        display: flex;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        display: none;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.signal, .loader-container {
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    height: 24px;
    margin: 0;
    opacity: 0;
    position: relative;
    width: 24px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.dataTables_wrapper {
    min-height: 200px;
}

    .dataTables_wrapper .dataTables_processing {
        display: flex;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
    }

.grecaptcha-badge {
    z-index: 1000 !important;
}
