/* Custom css */
@import url('jquery.datetimepicker.css');
.card{
    padding: 15px 15px 15px 15px;
}
#name-error{
    color: crimson;
}

.form-group input[type=file] {
    opacity: unset;
    position: static;
}

/* table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 84px;
    left: 16px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
} */

video {
    width: 100%;
    height: auto;
}

canvas{
    width: 100%;
    height: auto;
}
.table-responsive {
    overflow: auto;
    padding-bottom: 0px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 87%;
    list-style: none;
    border-radius: .25rem;
}

@media screen and (max-width: 767px){
    .pagination {
        padding-left: 0;
    }
}

.card h3, .h3 {
    font-size: 1.5em;
     margin-bottom: 15px;
    line-height: 1.4em;
    border-bottom: 1px solid #dee2e6;
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26,54,126,0.125);
    border-radius: .25rem;
}
#div-quantity{
    display: none;
}
.error-required{
    border-color: #dc3545!important;
}
.loading-page{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000070;
    z-index: 99999;
    display: none;
}
.loading-page.active{
    display: block;
}
.loading-page .lds-facebook{
    top: 45%;
    left: 40%;
    position: relative;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #dfc;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
.xdsoft_time_variant .xdsoft_disabled {
    display: none;
}
a.daterange{
    font-size: 20px;
    cursor: pointer;
}


/*loading ring*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    margin: 8px;
    border: 8px solid #0090e0;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00a6b6 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
[data-display-data-stock],[data-display-choose-stock]{
    border: 1px solid #ccc;
    border-width: 1px 0 1px 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
[data-display-move-stock]{
    border: 1px solid #ccc;
    padding: 10px;
}

.callout.callout-danger {
    border-left-color: #bd2130;
}

.callout {
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}
.card .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #000;
}
.modal .active[data-config]{
    background-color: #1abed2 !important;
    color: #FFFFFF;
}
[onclick]{
    cursor: pointer;
}
tr.active[data-symbol] input,
tr.loading[data-symbol] input{
    pointer-events: none;
}
#trading_limit_orders tr.loading[data-symbol] input {
   pointer-events: auto;
}