.select2-container--bootstrap4 .select2-selection--single{
    font-size: 12px;
    height: 32px;
    padding: 4px;
}

.modal-body{
    min-width: 500px;
}

.select2-container--bootstrap4{
    margin: -7px 0 0 0;
    width: 100% !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.tooltip{
    z-index: 9999999;
}

.slider-tick-label{
    font-size: 12px;
}

.slider .tooltip.top.in{
    opacity: 1;
}

.select2-container--bootstrap4 .select2-results__option{
    font-size: 14px;
}

.custom-loading{
    display: none;
    background: url(../images/loading.gif) 0 0 no-repeat;
    width: 21px;
    background-size: cover;
    height: 21px;
    margin: 0 0 -7px 5px;
}

.form-coin-balance {
    cursor: pointer;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    margin-left: auto;
    padding-left: 24px;
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field{
    font-size: 14px;
}

.doc .example{
    min-height: auto;
}

.trade-settings-form{

}
.trade-settings-form .select2-container--bootstrap4{
    margin: 1px 0 0 0;
}
.trade-settings-form .form-group{
    padding-top: 0;
    display: inline-flex;
    margin: 0;
}

.trade-settings-form .form-group label{
    color: inherit;
    padding: 9px;
}



#trade-buy .page-content .nav-tabs.trade-menu {
    padding: 0 2.4rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}

#trade-buy .page-content .nav-block {
    border-top: 1px solid #e0e0e0;
    box-shadow: inset 0 -2px #e0e0e0;
}

#trade-buy .page-header {
    min-height: auto;
    max-height: none;
    height: 160px;
}

.profit-body,.stop-loss-body{
    position: relative;
}
.profit-body .overlay-enable,.stop-loss-body .overlay-enable{
    background: rgba(255,255,255,0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    margin: -15px;
    padding: 95px 0 0 0;
}

.radio label:hover{
    cursor: pointer;
}

.table > tbody > tr > td {
    vertical-align: middle;
}
.table > thead > tr > th {
    vertical-align: middle;
}
.v-align-middle{
    vertical-align: middle;
}
#answersTable thead{
    display: none;
}

#answersTable > tbody > tr > td{
    padding: 0;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center !important;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_open.png') no-repeat center center !important;
}

.order-status{
    position: relative;
    width: 350px;
    height: 50px;
    padding: 15px 0 0 0;
}

.order-status .status-line{
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #999;
}

.order-status .buy-point {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    padding: 6px 0 0 0;
    width: 100px;
}

.order-status .buy-point .line{
    margin: -6px 2px 0 0;
    display: block;
    float: left;
    width: 1px;
    height: 18px;
    background: green;
}

.order-status .buy-point.left-block{
    text-align: right;
    margin-left: -100px;
}
.order-status .buy-point.left-block .line{
    float:right;
    margin: -6px 0 0 2px;
}

.order-status .now-point {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    margin: -16px 0 0 0;
    width: 100px;
}

.order-status .now-point .line{
    margin: 3px 2px 0 0;
    display: block;
    float: left;
    width: 1px;
    height: 17px;
    background: #252a30;
}

.order-status .now-point.left-block{
    text-align: right;
    margin-left: -100px;
}
.order-status .now-point.left-block .line{
    float:right;
    margin: 3px 0 0 2px;
}

.order-status .profit-point {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    padding: 20px 0 0 0;
    width: 100px;
}

.order-status .profit-point .line{
    margin: -20px 2px 0 0;
    display: block;
    float: left;
    width: 1px;
    height: 32px;
    background: green;
}

.order-status .profit-point.left-block{
    text-align: right;
    margin-left: -100px;
}
.order-status .profit-point.left-block .line{
    float:right;
    margin: -20px 0 0 2px;
}

.order-status .stop-loss-point {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    padding: 20px 0 0 0;
    width: 100px;
}

.order-status .stop-loss-point .line{
    margin: -20px 2px 0 0;
    display: block;
    float: left;
    width: 1px;
    height: 32px;
    background: #f05b57;
}

.order-status .stop-loss-point.left-block{
    text-align: right;
    margin-left: -100px;
}
.order-status .stop-loss-point.left-block .line{
    float:right;
    margin: -20px 0 0 2px;
}

.menu-currency {
    text-align: center;
    line-height: 14px;
    padding: 2px;
    margin: 0 10px;
}
.menu-currency .price{
    font-weight: bold;
    font-size: 15px;
}
.menu-currency .change{
    font-size: 11px;
}

.menu-balance {
    text-align: center;
    line-height: 14px;
    padding: 2px;
    margin: 5px 10px;
}
.menu-balance .icon{
    float: left;
    font-size: 23px;
    color: #b6c2c9;
    margin-right: 5px;
    padding: 7px 0 0 0;
}
.menu-balance .balance{
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0 0 0;
}

.balance-tree .jstree-icon.jstree-ocl{
   /* display: none;*/
}
.balance-tree .jstree-anchor{
    padding: 0;
    height: auto;
}

.height-120{
    height:120px;
}

.dropdown-language{
    width: 89px !important;
    min-width: auto;
}

.select-session-time{
    background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 5px;
    padding: 1px;
    color: #999;
}
.select-session-time option{
    color:#fff;
}

.text-nowrap {
    white-space: nowrap;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.log-checkbox{
    left: -10px;
    top: -6px;
}

.log-id-box{
    min-width: 70px;
}

.stats-external{
    z-index: 100;
    position: relative;
}
.stats-external a.nav-link{
    color: #fff;
}
.stats-external .change-lang a{
    display: block;
}

.pointer{
    cursor: pointer;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before{
	color:#fff;
	font-size:12px;
}
#notifications-slider{
	margin-bottom:0;
	padding-bottom:30px;
	pointer-events: all;
}
#notifications-slider .slick-dots{
	bottom:0;
}
#notifications-slider h2{
	margin-bottom:24px;
}

.arcticmodal-overlay, .arcticmodal-container{
    z-index:99999;
}
.select2{
    width:100% !important;
}



#logs-all .filter-item{
    float:left;
    position: relative;
    z-index: 10;
}
#logs-all .filter-grid{
    display:grid;
    grid-template-columns: auto 121px;
    margin-bottom:10px;
    grid-gap:10px;
}
#logs-all .filter-left{
    float:left;
}
#logs-all .filter-right{
    float:right;
}
#logs-all .filter-checkboxes{
    float:left;
}
#logs-all .filter-row{
    width:100%;
    float:left;
}
#logs-all .filter-checkboxes .checkbox{
    margin-right:10px;
}

#logs-all .filter-btns{
    text-align: right;
    min-width: 121px;
    width:auto;
    position: relative;
    right: 0;
    top:0;
    z-index: 0;
    margin-left: auto;
}

#logs-all .filter-1{  width:40px; }
#logs-all .filter-2{  width:75px; }
#logs-all .filter-3{  width:114px; }
#logs-all .filter-4{  width:120px; }
#logs-all .filter-5{  width:150px; }
#logs-all .filter-6{  width:100px; }
#logs-all .filter-7{  width:100px; }
#logs-all .filter-22{  width:118px; }


#logs-all .filter-8{  width:334px; }
#logs-all .filter-9{  width:284px; }
#logs-all .filter-10{  width:150px; }
#logs-all .filter-11{  width:150px; }
#logs-all .filter-11 .input-group-addon{
    padding: 0;
}
#logs-all .filter-11 .select2-selection{
    background: transparent;
    border: none;
}

#logs-all .filter-12{  width:100px; }
#logs-all .filter-13{  width:150px; }
#logs-all .filter-14{  width:123px; }
#logs-all .filter-15{  width:87px; }
#logs-all .filter-16{  width:95px; }
#logs-all .filter-17{  width:100px; }
#logs-all .filter-18{  width:150px; }
#logs-all .filter-19{  width:auto; }
#logs-all .filter-20{  width:auto; }
#logs-all .filter-21{  width:auto; }
#logs-all .filter-23{  width:163px; }


#logs-all .filter-4 .select2{  min-width:110px;max-width: 250px;height: 34px; }
#logs-all .filter-4 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 28px;
    overflow-y: auto;
}



#logs-all .first-line{
    display:flex;
    grid-gap: 10px;
    margin-bottom: 10px;
    width:100%;
    position: relative;
}
#logs-all .second-line{
    display:flex;
    grid-gap: 10px;
    margin-bottom: 10px;
    width:auto;
}

@media (min-width:1500px) {
    #logs-all .filter-4{
        width:204px;
    }
}
@media (max-width:1380px) {
    #logs-all .filter-1{  width:40px; }
    #logs-all .filter-2{  width:110px; }
    #logs-all .filter-3{  width:110px; }
    #logs-all .filter-5{  width:100%; }
    #logs-all .filter-6{  width:100%; }
    #logs-all .filter-7{  width:100%; }
    #logs-all .filter-22{  width:100%; }
    #logs-all .first-line{
        grid-template-columns: auto auto auto 1fr 1fr 1fr 1fr 1fr auto;
    }

}
@media (max-width:1302px) {
    #logs-all .second-line{
        display: flex;
    }
    #logs-all .filter-1{  width:40px; }
    #logs-all .filter-2{  width:110px; }
    #logs-all .filter-3{  width:163px; }
    #logs-all .filter-4{  min-width:110px; }
    #logs-all .filter-5{  width:100%; }
    #logs-all .filter-6{  width:100%; }
    #logs-all .filter-7{  width:100%; }
    #logs-all .first-line{
        grid-template-columns:auto auto 1fr 1fr auto auto auto auto;
    }
}
@media (max-width:1200px) {
    #logs-all .second-line{
        grid-template-columns: 334px 284px auto;
        grid-template-rows: auto auto;
    }
    #logs-all .filter-labels{
        max-width:97px;
    }
    #logs-all .filter-paypal{
        max-width:150px;
    }

    #logs-all .filter-1{  width:40px; }
    #logs-all .filter-2{  width:100%; }
    #logs-all .filter-3{  width:100%; }
    #logs-all .filter-4{  width:100%; }
    #logs-all .filter-5{  width:87px; }
    #logs-all .filter-6{  width:87px; }
    #logs-all .filter-7{  width:87px; }
    #logs-all .first-line{
        grid-template-columns:auto 1fr 1fr 1fr auto auto auto 121px;
    }

}
@media (max-width:1060px) {
    #logs-all .filter-item{
        width:100% !important;
    }
    #logs-all .first-line{
        grid-template-columns:1fr  1fr;
        padding-top:44px;
    }
    #logs-all .second-line{
        grid-template-columns: 1fr 1fr;
    }
    #logs-all .filter-checkboxes .checkbox{
        width:50% !important;
        margin-right:0;
    }
    #logs-all .filter-checkboxes{
        width:100%;
    }
    #logs-all .filter-btns{
        text-align: right;
        width:100%;
        min-width: 0;
        position: absolute;
        right: 0;
        top:0;
    }
}
@media (max-width:900px) {
    #logs-all .filter-item{
        width:100% !important;
    }
    #logs-all .first-line{
        grid-template-columns:1fr  1fr;
    }
    #logs-all .second-line{
        grid-template-columns: 1fr;
    }
    #logs-all .filter-checkboxes .checkbox{
        width:50% !important;
        margin-right:0;
    }
}
@media (max-width:768px) {
    #logs-all .filter-item{
        width:100% !important;
    }
    #logs-all .first-line{
        grid-template-columns:1fr  1fr;
    }
    #logs-all .second-line{
        grid-template-columns: 1fr;
    }
    #logs-all .filter-checkboxes .checkbox{
        width:100% !important;
        margin-right:0;
    }
}


.select2-container{
    z-index: 99999;
}

.select-index-99 .select2-container{
    z-index: 99;
}

.log-icon{
    display: inline-block;
    width:15px;
    height:15px;
}

#editWorkerForm .filter-setting{
    width:100%;
    float:left;
    max-height: 0;
    overflow: hidden;

    -webkit-transition: max-height 0.2s,padding 0.2s;
    -moz-transition: max-height 0.2s,padding 0.2s;
    -ms-transition: max-height 0.2s,padding 0.2s;
    -o-transition: max-height 0.2s,padding 0.2s;
    transition: max-height 0.2s,padding 0.2s;
}
#editWorkerForm .filter-setting.active{
    padding-top:10px;
    max-height:100px;
}
.table-actions{
    margin-top: -38px;
    height:34px;
    border: 1px solid #d3d8de;
    padding: 0 10px;
    border-radius: 5px;
}
.drop-down{
    display:none;
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 30px -15px #444;
    padding: 8px;
    max-height:300px;
    overflow-y:auto;
}
body .bootstrap-datetimepicker-widget .picker-switch td span,
.dropdown-menu{
    z-index: 10;
}


.daterangepicker .drp-calendar {
    max-width: unset;
}

.page-sidebar-minified * .nav-btn {
    position: relative!important;
}


.page-sidebar-minified * #advertising {
    display: none;
}
#advertising {
    margin-top: 10px;
    width: 100%;
}
#advertising > * {
    margin: 0px 15px 5px 15px;
    min-height: 65px;
}
#advertising > *:hover {
    text-decoration: none;
}
.advertMark {
    position: absolute;
    height: 70px;
    top: -18px;
    right: -17px;
}
.advertMark > img {
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-69%, -40%);
}
.advertMark > span {
    transform: rotate(45deg);
}

#content {
    padding-top: 10px;
}

.hader_info {
    top: 3px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

#visitors-map > .jvectormap-container {
    min-height: 300px;
}

#product_text * {
    margin: 0px;
    padding: 0px;
}

.switcher_small > label {
    height: 20px;
}
.switcher_small > label::before {
    height: 20px;
}
.switcher_small > label::after {
    height: 20px;
    width: 20px;
    top: 0px;
}
.switcher_small input:checked+label:after {
    left: 25px;
}
.switcher_small input:checked+label:before {
    background: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.5);
}

.select_arrow {
    border-color: #2e353c transparent transparent !important;"
}

[soft-show="0"] {
    display: none;
}
[soft-show="1"] {
    display: block;
}

.scrollbar::-webkit-scrollbar
{
    width: 6px;
    background-color: #495057;
}

.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFFFFF;
}

[data-hide="1"] > *:not([data-hide-exclude]) {
    opacity: 0!important;
}

.break_column {
    word-break: break-all;
    white-space: normal;
}

#templateMessage * p {
    margin-bottom: .2em;
}

.ql-editor.ql-editor-hide-border {
    outline: none;
    border: none;
}

.nav-link.customBackground1.active {
    background-color: #2d353c!important;
}

#infoTable_processing {
    top: 200px;
    z-index: 1;
}