html,
body,
#app {
    height: 100%;
    background-color: #ffffff;
}

.el-row {
    margin-bottom: 2px;
}

.el-col {
    border-radius: 4px;
}

.bg-blue-light {
    background: #ecf5ff;
}

.bg-blue {
    background: #d9ecff;
}

.bg-blue-dark {
    background: #c6e2ff;
}

.grid-content {
    border-radius: 4px;
    min-height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    padding: 0 3px 0 3px;
}

.topbar {
    height:18px;
    text-align: center;
    margin-top: -10px;
}

.topbar .el-link{
    font-size: 12px;
}
.filters-block {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: .2s;
}

.cell .el-switch__core {
    height: 12px;
}

.cell .el-switch.is-checked .el-switch__core::after {
    left: 100%;
    margin-left: -9px;
}

.cell .el-switch__core:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 9px;
    height: 9px;
    background-color: #FFF;
}

.positive {
    color: red;
}

.negative {
    color: rgb(0, 226, 0);
}

.el-dialog .negative {
    color: rgb(0, 163, 0);
}

.message-pricebreak .el-icon-info {
    color: rgb(219, 80, 80);
}

.message-pricebreak .el-message__content {
    padding-left: 5px;
    color: rgb(219, 49, 49);
}

.el-dialog__body .el-row {
    padding: 5px;
    line-height: 25px;
    border-top: 1px solid #dadada;
}

.el-dialog__body {
    padding: 10px 20px 30px;
}

.el-dialog__body .label {
    font-weight: bold;
    font-size: 13px;
}

.el-select-dropdown__item.is-disabled {
    display: none;
}

[v-cloak] {
    display: none;
}

.condot .is-fixed.is-dot {
    top: 8px;
    right: 0px;
    height: 6px;
    width: 6px;
}

.condot sup.is-fixed {
    font-size: xx-small;
    top: 6px;
    right: 3px;
    background-color: #409EFF;
    border-radius: 100%;
    height: 11px;
    line-height: 11px;
    padding: 0 3px;
}

.price_bar {
    height: 6px;
    background-color: #66b1ff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 95%;
    position: absolute;
}

.price_bar.call_price {
    background-color: #8cc5ff;
    z-index: 1009;
}

.price_bar.c_price {
    background-color: #b3d8ff;
    z-index: 1010;
}

.price_bar.put_strike_price {
    background-color: #d9ecff;
    z-index: 1011;
}

.price_bar_text {
    position: absolute;
    width: 120px;
    margin-top: 8px;
    font-size: 12px;
    color: #409eff;
}

.price_bar_text.s_price {
    margin-top: -35px;
}

.price_bar_number {
    position: absolute;
    width: 120px;
    margin-top: 25px;
    font-size: 10px;
    color: #409eff;
}

.price_bar_number.na {
    color: #979797;
    margin-left: 40px;
    font-size: xx-small;
}

.price_bar_number.s_price {
    margin-top: -20px;
}

.price_bar_stop {
    position: absolute;
    height: 6px;
    width: 6px;
    margin-top: -1px;
    margin-left: 5px;
    border-radius: 100%;
    border: 1px solid #53a8ff;
    background-color: rgb(255, 255, 255);
    transform: translateX(-50%);
    z-index: 1019;
}

.price_bar_stop.s_price {
    border: 1px solid #ff1616;
}

.register-wrapper, .login-wrapper, .main-wrapper {
    width: 30%;
    background-color: #effafec9;
    border-radius: 5px;
    border: solid 1px #b1b3b4;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.login, .register{
    width: 80%;
    padding: 15px;    
}

@media only screen and (max-width: 550px) {
    .register-wrapper, .login-wrapper {
      margin-top: 20%;
      width: 96%;
  }
}

ul.errorlist {
    list-style-position: outside;
    color:#da0303;
    font-size: small;
    line-height: 25px;
}

div.selectLines {
    width: 90%;
    padding: 5px;    
}

.selectLines .label{
    font-weight: bold;
    margin: 5px;
}

.navbar{
    height: 28px;
    line-height: 28px;
    padding: 0px 6px;
    font-size:13px;
}

.navbar .el-switch__core {
    height: 16px;
}

.navbar .el-switch__core:after {
    top: 0px;
    left: 2px;
    width: 13px;
    height: 13px;
}

.navbar .el-switch.is-checked .el-switch__core::after {
    left: 100%;
    margin-left: -14px;
}

a.navbar{
    border:1px solid #c6e2ff;
    border-radius: 10%;
}

div.navbar{
    color:#6c6c6c;
    margin-top: 3px;
}

.selectLines .content{
    font-size: 13px;
    background-color: #ecf5ff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    width: 80%;
}

.selectLines .line{
    color: rgb(68, 68, 68);
    font-size: 13px;
}

.selectLines .price{
    font-size: x-small;
    float:right;
}

.footer{
    height: 60px;
    top: 0;
    left: 0;
    width: 90%;
    line-height: 30px;
    position: relative;
    font-size:12px;
    text-align:center;
    border-top:1px solid rgb(48, 85, 116);
    margin-top:20px;
    padding:0px 50px;
    float:none;
}

.header {
    height: 80px;
    background-color: #fff;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 80px;
    z-index: 100;
    position: relative;
}

.header .nav {
    float: right;
    height: 100%;
    line-height: 80px;
    background: transparent;
    padding: 0;
    margin: 0;
}

.header .nav:before,
.header .nav:after {
    display: table;
    content: "";
}

.header .nav:after {
    clear: both;
}

.header .nav .el-menu-item {
    text-decoration: none;
    color: #1989fa;
    opacity: .5;
    display: block;
    padding: 0 22px;
    line-height: 80px;
}

.header h1 {
    margin: 0;
    float: left;
    font-size: 32px;
    font-weight: 400;
    width: 200px;
}

.header .container {
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdfe6;
}
