﻿/* Fonts */

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.woff2) format("woff2");
}


/* ReSharper disable once Html.AttributeNotResolved */
[v-cloak] {
    display: none;
}

body {
    color: #fff;
}


.row-status {
    padding-top: 0;
}

#app {
    padding-top: 24px;
}


.row-col-four .col-position .col-position_row-1 .col-position_choose .col-position_choose-menu {
    padding: 8px;
    top: 100%;
    width: 300%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.border-top, .border-bottom, .nav-tabs {
    border-bottom: 1px solid rgb(53, 54, 85) !important;
}

a, a:hover {
    color: #ffffff;
}

.cursor-ptr {
    cursor: default;
}

.hash {
    width: 150px;
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.border1 {
    border: 1px solid rgb(53, 54, 85);
}

.font-normal th {
    font-weight: normal;
}

.nav-link {
    border-width: 0 0 3px 0 !important;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav-link:hover {
    border-width: 0 0 3px 0 !important;
    border-bottom-color: #00abff !important;
}

.bgActiveTab, .bgActiveTab a {
    border-bottom-color: #007bff !important;
}



input,
textarea,
.form-control,
.form-control:active,
.form-control:disabled,
.form-control[readonly],
.form-control:focus,
.form-control:focus:active,
.form-control:valid,
.input-group-append,
.input-group-text,
select,
option,
.custom-select,
.modal-content {
    background-color: rgb(38, 39, 64);
    color: #fff;
}

.custom-range::-webkit-slider-runnable-track,
.progress,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.breadcrumb,
.dropdown-menu,
.dropdown-item,
.table-dark,
.btn-secondary {
    background: rgb(43, 44, 75);
    color: #fff;
}

    .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
        background: rgb(38, 39, 64) !important;
        color: #fff;
    }

.custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgb(248, 249, 250)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
}

@media (min-width: 1199px) {
    .fixed_block_position {
        width: 185px;
    }
}
@media (min-width: 1399px) {
    .fixed_block_position {
        width: 215px;
    }
}

.row-col-four .col-position .btn-clear {
    background: #F58E61;
}

.orange {
    color: #F58E61;
}

.ico-warn {
    background: url(../img/warn.svg) center no-repeat;
    margin-left: 40px;
    width: 20px;
    height: 18px;
    display: inline-block;
}

.searchSymContainer .dropdown-menu .dropdown-item {
    cursor: default;
}


.followers .followers-table table th, .followers .followers-table table td {
    line-height: 14px !important;
    padding: 10px 10px 10px 10px !important;
}

.followers-table-h2 th {
    font-size: 14px !important;
}


.cpy {
    margin-left: 4px;
    color: #cccccc;
    font-size: smaller;
    cursor: pointer;
}

    .cpy:hover {
        color: #446688;
    }

.undrln {
    text-decoration: underline;
}

.text-last {
    text-decoration: underline;
    cursor: pointer;
    color: #00C2FF;
}

.text-log {
    color: #CCC;
    font-size: 14px
}


table.tgworkerfont tr td {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.text-blue {
    color: #007FFF;
}

td.dash-border {
    border-right: 1px dashed #7F7F7F;
}

.pos-state {
    width: 105px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pos-ready {
    border: 1px solid #7F7F7F;
    background: linear-gradient(to bottom, #7F7F7F, #696969);
}

.pos-open {
    border: 1px solid #1BA1E2;   
    background: linear-gradient(to bottom, #1BA1E2, #149ADB);
}

.pos-taken {
    border: 1px solid #D79B00;
    background: linear-gradient(to bottom, #F9C633, #C67900);
}

.pos-sl {
    border: 1px solid #E51400;
    background: linear-gradient(to bottom, #E51400, #990000);
}

.pos-all {
    border: 1px solid #60A917;
    background: linear-gradient(to bottom, #60A917, #2D7600);
}

.pos-ath {
    width: 105px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    border: 1px solid #00FF00;
}

.pos-ath-all {
    background: linear-gradient(to bottom, #60A917, #2D7600);
}

.pos-ath-stop {    
    background: linear-gradient(to bottom, #108010, #004000);
}

.order-filled {
    color: #00FFFF;
    text-decoration: underline;
}

.order-manual {
    text-decoration-style: dotted !important;
}

.text-fuchsia {
    color: #FF00FF;
}

.price-filled {
    text-decoration: underline;
}

td.entry div:not(:first-child) {
    visibility: hidden;
}
