﻿
html {
    height: 100vh !important;
    overflow: hidden;
}

body {
    box-shadow: inset 0px 0px 999px rgba(-100, 0, 0, 0.25);
    background: linear-gradient(-150deg, #162c3c 60%, #27272f);
    margin: 0;
    color: white;
    font-family: var(--main-font);
    letter-spacing: .7px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh !important;
    min-height: 100vh !important;
}

.topLogo {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
}

.topLogo > img {
    width: 17px;
    margin-bottom: 10px;
    margin-right: 3px;
}

.topLogo > span {
    color: white;
    font-size: large;
    font-family: var(--main-font);
    font-weight: bold;
    opacity: .9;
}

.topLink {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.topLink > a {
    color: white;
    opacity: .8;
    letter-spacing: .8px;
    font-weight: 600;
}

.topLink > a:hover {
    opacity: 1;
}

.broker-admin-logo {
    max-width: 300px;
    height: auto;
}

.login-form {
    max-width: 400px;
    margin-left: calc(50% - 200px);
}

.navbar {
    border: none;
    background: linear-gradient(0deg, #36444b, #45555d);
}

.navbar-brand {
    padding-left: 0px;
}

.navbar-brand > img {
    display: inline-block;
    width: 15px;
    height: auto;
    margin-top: -4px;
}

.navbar-brand > span {
    color: white;
    font-family: var(--main-font);
    font-weight: 500;
    letter-spacing: 1.1px;
}

.footer {
    margin: 0px;
    left: 0px;
    bottom: 5px;
    right: 0px;
    font-size: small;
    font-weight: 100;
    text-align: center;
}

.content {
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.no-padding {
    padding: 0px;
}
.no-margin {
    margin: 0px;
}

@@media (min-width: 769px) {
    .footer {
        bottom: 30px;
    }

    .content-wrapper {
        position: relative;
        padding: 3px 30px;
    }
}
        
.content-wrapper {
    padding: 3px 100px;
    display:block;
}

td.action-col:empty {
    display: none;
}

.footer > p {
    font-family: var(--main-font);
    font-size: x-small;
    opacity: .8;
    letter-spacing: 1.1px;
}


.dropdown-menu > li.separator {
    border-bottom: solid black 1px;
    opacity: .4;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

/*::placeholder {
    font-family: var(--main-font);
    letter-spacing: .75px;
    opacity: 1;
    color: white;
}*/

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
select,
span.select2-selection,
.file-caption.kv-fileinput-caption,
textarea {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: none !important;
    border-radius: 1px;
    color: rgba(255, 255, 255, 0.8) !important;
    letter-spacing: .4px;
    font-weight: 300;
    opacity: .8;
    padding: 2px 10px;
}

    input[type="text"]:disabled,
    input[type="password"]:disabled,
    input[type="search"]:disabled,
    input[type="email"]:disabled,
    input[type="number"]:disabled,
    input[type="datetime"]:disabled,
    input[type="datetime-local"]:disabled,
    input[type="date"]:disabled,
    input[type="month"]:disabled,
    input[type="time"]:disabled,
    input[type="week"]:disabled,
    input[type="url"]:disabled,
    input[type="tel"]:disabled,
    select:disabled,
    span.select2-selection:disabled,
    .file-caption.kv-fileinput-caption:disabled,
    textarea:disabled {
        opacity: .15 !important;
    }

.toggle-checkbox > input[type="checkbox"] {
    visibility: hidden;
}

.toggle-checkbox {
    position: relative;
    margin: 5px 0px;
    vertical-align: bottom;
}

.toggle-checkbox label {
    display: block;
    width: 40px;
    height: 19px;
    margin: 10px 0px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.2);
}

.toggle-checkbox input {
    display: none;
}

.toggle-checkbox i {
    height: 16px;
    width: 16px;
    background: #ebebeb;
    display: inline-block;
    border-radius: 100px;
    margin-top: 2px;
    margin-left: 2px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.toggle-checkbox input:checked + label > i,
.toggle-checkbox input:checked + input + label > i {
    margin-left: 22px;
}

.toggle-checkbox label:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.toggle-checkbox input:checked + label,
.toggle-checkbox input:checked + input + label {
    background-color: #3381A4;
}

label.control-label {
    opacity: .8;
    letter-spacing: 1px;
}

input[type="submit"] {
    background-color: #3997c1;
    color: white;
    border: none;
    opacity: .8;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 40px;
    border-radius: 3px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #3997c1;
    color: white;
    border: none;
    opacity: 1;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal-content {
    color: black;
}

.modal-title {
    font-weight: 500;
}


option {
    color: black;
}

.backline {
    position: relative;
    text-align: center;
    margin: 10px;
}

    .backline::before {
        content: "";
        display: block;
        border-top: solid 1px #dedede;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 0;
    }

    .backline > small,
    .backline > span {
        background: #29455e;
        padding: 0 10px;
        position: relative;
        color: #bebebe;
        z-index: 1;
    }
            
.dropdown-user1 > a {
    color: white;
    text-transform: uppercase;
    font-family: var(--main-font);
    letter-spacing: .8px;
    opacity: .8;
}

.dropdown-user1 > a:hover{
    opacity: 1;
}

.navbar-header {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    float: none !important;
}
.navbar-collapse {
    float: right;
}

.action-button {
    background-color: #3997c1;
    border: none;
    padding: 5px 25px;
    border-radius: 4px;
    opacity: .8;
}
.action-button:hover {
    opacity: 1;
}

#top-header {
    padding-top: 55px;
}

#logo {
    position: relative;
    opacity: .8;
}
#logo > div {
    position: relative;
    display: inline-block;
    transform: scale(1.3);
    margin-left: 25px;
}
#logo > img {
    width: 50px;
}
#logo span {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.1px;
    padding-right: 4px;
}
#logo small {
    position: absolute;
    bottom: -6px;
    left: 0px;
    font-size: 8px;
    font-weight: 100;
    letter-spacing: .6px;
    opacity: .8;
}

header {
    position: relative;
    overflow: hidden;
}

header:before {
    content: ' ';
    display: block;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../assets/images/Ticker.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: .015;
    overflow-x: hidden;
    overflow-y: auto;
}
header h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 500;
    opacity: .9;
    margin: 35px 0px;
}
header p {
    line-height: 1.6;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 14px;
}
header .action-button {
    margin-top: 30px;
}

.device-download > a {
    color: white;
    margin-right: 15px;
}
.device-download > a:hover {
    color: #3997c1;
    opacity: 1;
}
        
.device-download > a > i {
    font-size: 25px;
    opacity: .9;
}

#header-detail {
    max-width: 520px;
    padding: 0px;
    padding-right: 10px;
}
        
#login-form {
    width: 320px;
    margin-left: auto;
    margin-right: 10%;
    margin-top: 100px;
    text-align: center;
    background-color: rgba(55, 71, 79, 0.4);
    padding: 20px;
    /* padding-top: 20px; */
    transform: scale(1.2);

}
#login-form > h3 {
    font-size: 23px;
    letter-spacing: .5px;
    margin: 0px;
    opacity: .8;
}
#login-form > div {
    padding: 3px 0px;
}
#login-form > div > div {
    font-size: 13px;
    text-align: left;
    padding: 1px 0px;
    opacity: .8;
}
#login-form span {
    padding: 0px 5px;
}
#login-form i {
    font-size: 10px;
    margin-right: 10px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
    width: 100%;
    font-size: 16px;
}
#login-form input[type="submit"] {
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: .5px;
}
        
#free-trial {
    margin: 160px 0px 20px 0px;
    position: relative;
}
#free-trial > div {
    padding: 0px;
    margin: 10px 0px;
}
#free-trial small{
    opacity: .8;
}
#free-trial:first-child{
    margin-top: 21px;
}
#free-trial-form input[type="text"]{
    padding: 3px 10px;
    margin-right: 10px;
    width: 190px;
    color: white !important;
    background-color: transparent !important;
    border: rgba(255, 255, 255, 0.6) solid 1px !important;
}
#free-trial-form input[type="submit"]{    
    padding: 4px 50px;
    width: 190px;
    background-color: #2a3d47;
    border-radius: 0px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 0px;
}
        
#free-trial-form > div {
    margin-left: auto;
    width: 400px;
    margin-right: 10%;
}

.lightPanel {
    background-color: white;
    color: black;
}

.darkPanel {
    padding-top: 10px;
    padding-bottom: 10px !important;
    background-color: #23353e;
}
.left-align{
    text-align: left;
}
.right-align{
    text-align: right;
}


.darkPanel input[type="text"],
.darkPanel input[type="password"]  {
    padding: 3px 10px;
    margin-right: 10px;
    max-width: 200px;
    color: white !important;
    background-color: transparent !important;
    border: rgba(255, 255, 255, 0.6) solid 1px !important;
}
        
.darkPanel input[type="submit"] {
    padding: 4px 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
            
    margin-right: -25px;
}
        
.darkPanel .pull-left div{
    display: inline-block;
}
.loginLabel {
    display: none !important;
}

@media (max-width:520px) {
    .loginLabel {
        display: inline-block !important;
    }
    .darkPanel input[type="submit"] {
        padding: 5px 20px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        margin: 0px;
        margin-top: 20px;
    }
    .darkPanel .pull-left {
        width: calc(100% - 100px);
    }
    .darkPanel .pull-left div{
        display: block;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .darkPanel input[type="text"],
    .darkPanel input[type="password"] {
        width: calc(100%);
        max-width: none;
    }
            
    .darkPanelHidden {
        display: none;
    }
}

.section h1{
    text-align: center;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 24px;
    opacity: .9;
    text-transform: uppercase;
}
.section h1:after{
    content: " ";
    display: block;
    width: 50px;
    height: 3px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #3997c1;
    opacity: .8; 
}

.section p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    opacity: .7;            
    max-width: 600px;
    margin: auto;

}
        
.section.lightPanel p {
    opacity: .8;
    font-weight: 500;
}
.section {
    text-align: center;
    padding-bottom: 25px;
}

.trial-label {
    margin-top: 11px !important;
}

.trial-email-error {    
    position: absolute;
    left: 15px;
    top: -20px;
    right: 0px;
}

.trial-email-error > div {
    width: 100%;
    position: absolute;
    bottom: -17px;
}

.feature-content {
    display: inline-block;
    text-align: center;
    margin: auto;
}
.download-content {
    display: inline-block;
    text-align: center;
    margin: auto;
}
.feature-box {
    background-color: #ededed;
    margin: 10px 5px;
    padding: 20px;
    text-align: center;
    max-width: 300px;
    border-radius: 10px;
    min-height: 250px;
}
.feature-box > h4 {
    color: #3997c1;
    opacity: .9;
    margin-left: -10px;
    margin-right: -10px;
}
.feature-box > p {
    font-weight: 700;
    font-size: 15px;
    opacity: .6;
}

.center-wrapper {
    max-width: 1024px;
    margin: auto;
}

.navbar-brand {
    height: 50px !important;
}
       
.navbar {
    padding-left: 100px;
    padding-right: 50px;
}

.navbar-inverse .navbar-nav>li>a{   
    color: rgba(255, 255, 255, 0.95);
    height: 50px !important;
}
        
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}

.price-cards {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 10px 0px;
}

.price-card{
    width: 220px;
    margin: 0px 10px;
    background: #ededed;
    color: #454545;
    border-radius: 8px;
    padding: 8px 0px 5px 0px;
}

.pricing {    
    margin-bottom: 18px;
}

.price-group {
}

.rp-label {
    position: absolute;
    left: -30px;
    top: -3px;
    font-size: 30px;
    letter-spacing: .2px;
}

.figure-label {
    position: relative;
    display: inline-block;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -2px;
    margin-left: 20px;
}

.k-label {
    font-weight: 900;
    font-size: 30px;
    display: inline-block;
}

.period-label {
    margin-top: -20px;
    font-size: 20px;
    font-weight: 600;
}
        
.m2 .figure-label {
    margin-left: 4px;
}

.m2 .rp-label {
    left: -23px;
}

.title-div {
    margin-bottom: 35px;
}
        
.download-button {
    padding: 8px 10px;
    margin: 10px;
    width: 190px;
    color: white !important;
    background-color: transparent !important;
    border: rgba(255, 255, 255, 0.6) solid 1px !important;
}
.download-button:hover {
    color: #3997c1 !important;
    border: #3997c1 solid 1px !important;
    background-color: transparent !important;
}

button.download-button i {
    margin-right: 4px;
    margin-bottom: 3px;
}

.thumbnail {
    padding: 0px;
    margin-bottom: 0px !important;
    border: none !important;
}
.carousel-inner {
    border: 2px solid rgba(255,255,255,.8);
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controls */
.carousel-control {
    left: -12px;
    top: 40%;
    height: 35px;
    width: 35px;
    background-image: none !important;
    background: #3997c1;
    transition: all .5s;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
    transition: all .2s;
    margin-top: 1px;
    width: 5px;
    height: 5px;
    border: none;
}
.carousel-indicators .active {
    transition: all .2s;
    width: 7px;
    height: 7px;
    border: none;
}

.action-button i {
    margin-right: 3px;
    margin-bottom: 2px;
}
#main-nav-mobile li{
    padding: 10px 20px;
}
#main-nav-mobile a{
    color: rgba(255,255,255, .7);
}
#main-nav-mobile {
    padding: 20px;
    background: #233138;
}

header .device-download > a.margin-right {
    margin-right: 40px;
}
        
.icon-android.koscom:after,
.icon-apple2.koscom:after{    
    color: orange;
    content: "W";
    position: absolute;
    bottom: -7px;
    right: -5px;
    width: 10px;
    height: 10px;

    display: inline-block;
            
    font-size: 8px;
    font-family: 's trade icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
        
.koscom:hover{
    color: orange !important;
}

button.koscom:hover {
    color: orange !important;
    border: orange solid 1px !important;
}

.section, .top-header {
    outline: none !important;
}

@media (min-width: 769px) {
    .price-cards {
        transform: scale(1);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sm-left {
        text-align: left;
    }
    .sm-right {
        text-align: right;
    }
}

@media (max-width: 1024px) {

    #top-header {
        padding-top: 20px;
    }

    #free-trial-form {
        text-align: left;
    }
            
    #free-trial-form > div {
        margin-left: 0px;
        width: auto;
        margin-right: 0px;
    }
            
    #free-trial {
        margin: 130px 0px 20px 0px;
    }
    .trial-label {
        margin-top: 0px !important;
    }
    .section.content-wrapper:not(.darkPanel) {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 769px) {
    .download-content {
        width: 100%;
    }
    .carousel-control {
        display: none;
    }
    .carousel {
        padding-left: 0px;
        padding-right: 0px;
    }
    .download-button {
        padding: 20px 10px;
        margin-left:0px;
        margin-right:0px;
        width: 100%;
        max-width: 300px;
        font-size: 20px;
    }
    button.download-button i {
        margin-right: 11px;
        margin-bottom: 3px;
        font-size: 25px;
    }

    .price-cards {
        display: block;
        margin: 0px;
    }

    .price-card {
        max-width: 250px;
        padding-top: 15px;
        padding-bottom: 20px;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }

    .pricing {
        margin-bottom: 5px;
        transform: scale(1.1);
    }

    .figure-label {
        font-size: 53px;
        margin-left: 12px;
    }

    .rp-label {
        left: -24px;
        font-size: 20px;
    }

    .k-label {
        font-size: 20px;
    }

    .period-label {
        letter-spacing: .3px;
        margin-top: -20px;
        font-size: 16px;
    }

    #free-trial-form input[type="text"],
    #free-trial-form input[type="submit"] {
        width: 100%;
    }

    .navbar-fixed-top {
        position: relative !important;
    }

    .navigation > li.active > a,
    .navigation > li > a {
        color: white;
        opacity: .8;
        font-weight: 300;
    }

    .crumb-collapsible {
        display: none;
    }

    .dt-buttons {
        margin: 10px -10px;
    }
    .content-wrapper {
        padding-left: 10%;
        padding-right: 10%;
    }
    .navbar {
        padding-left: 10%;
        padding-right: 15px;
    }
    .trial-label {
        margin-bottom: 20px !important;
    }
    .feature-box {
        max-width: 310px;
    }

    .feature-box {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .navbar-brand {
        padding-left: 10px;
    }
    .price-card {
        max-width: 200px;
    }
    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content {
        padding-top: 0px !important;
    }
    #free-trial {
        margin: 100px 0px 20px 0px;
    }
}