@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 0px;
}
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
}
.dashboard-table > tbody >tr > td:first-child{
    border-right: 5px solid #c3c3c3;
}
.dashboard-table > tbody >tr > td tbody tr td, .dashboard-table > tbody >tr > td tbody tr th{
    /* width: 0%; */
    font-size: 14px;
}
.dashboard-table  tbody table{
    width: 100%;
}
.dashboard-table tbody .form-control{
    height: 31px;
    max-width: 50px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#toastwrapper{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    width: 390px;
    box-shadow: 0 0 10px #000;
    border-radius: .25rem;
    -webkit-transition: all 2s linear;
       -moz-transition: all 2s linear;
            transition: all 2s linear;
}
#toastwrapper .alert{
    margin: 0px;
    
}
#deleteWatchlist{
    background-color: #dc3545;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    cursor: pointer;
}
#dashboardTable{
    width: 100%;
  table-layout: fixed;
}
.table-hover tbody tr:hover td {
    background: #efefef;
}
.table td, .table th{
    padding: 0.4em 0.3em;
}
.loading {
    position: absolute;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 20%);
}

.main-header .left-navbar.navbar-nav .nav-item{
    min-width: 190px;
}
#ordersTable_wrapper .dt-button, #usersTable_wrapper .dt-button{
    color: #fff;
    background-color: #6c757d;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: none;
    border: 1px solid #6c757d;
    border-radius: 5px;
    margin-top: 5px;
}
.main-header .left-navbar.navbar-nav .nav-item span.badge{
    font-size: 16px;
    min-width: 130px;
}
table.dataTable>thead th::after, table.dataTable>thead th::before{
    display: none !important;
}
.open-order-empty-col{
    opacity: 0.0000000001;
    z-index: -9;
    cursor: default;
}
.open-order-empty-col table{
    display:none;
}
.watchlist-col #deleteWatchlist{
    pointer-events: none;
    opacity: 0.5;
}
.login-disable{
    pointer-events: none;
    /* opacity: 0.7; */
}

.card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type{
    padding-left: 0.3rem;
}
.font-18{
    font-size: 16px;
}
.open-order-zero-qty table{
    position: relative;
}
.open-order-zero-qty table::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff !important;
    opacity: 0.3 !important;
}
.has-error .form-control{
    border-color: #d1254a;
}
#login-kite-btn{
    height: auto !important;
    line-height: 1 !important;
    margin-top: 5px;
}
.card-body.p-0 .table tbody>tr>td:last-of-type, .card-body.p-0 .table tbody>tr>th:last-of-type, .card-body.p-0 .table tfoot>tr>td:last-of-type, .card-body.p-0 .table tfoot>tr>th:last-of-type, .card-body.p-0 .table thead>tr>td:last-of-type, .card-body.p-0 .table thead>tr>th:last-of-type{
    padding-right: 0.3rem;
}
.rm{
    font-size: 12px;
    line-height: 1;
    display: inherit;
    font-weight: 600;
    position: absolute;
    display: none;
}
.dashboard-table tbody .form-control.sp-qty{
    height: 25px;
    padding: .20rem .75rem;
}
.dashboard-table tbody .form-control.sp-qty.has-error{
    border-color: #d1254a;
}
.main-header .left-navbar.navbar-nav .nav-item span.header-instrument{
    min-width: 80px;
    display: inline-block;
    font-size: 18px;
}
.order-date-filter{
    position: absolute;
    right: 0;
    margin-bottom: 45px;
    z-index: 1;
    top: 0px;
}
#ordersTable_wrapper{
    margin-bottom: 15px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
}
.order-status-filter{
    position: absolute;
    left: 0;
    margin-bottom: 45px;
    z-index: 1;
    top: 0px;
}
.status-btn.active{
    background-color: #d1d1d1;
}
#ordersTable{
    margin-top: 50px !important;
}
#order-status-filter button{
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-weight: 500;
}
#ordersTable{
    background-color: #fff;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-20{
    font-size: 20px;
}
.w110{
    min-width: 115px;
    max-width: 115px;
}
.font-weight-600{
    font-weight: 600;
}
.padding-lr-2{
    padding-left: 2px;
    padding-right: 2px;
}
.form-control{
    font-size: 14px;
}
.dropdown-menu{
    font-size: 14px;
}
#global-indices{
    padding-top: 4px;
}
.disabled-buy-sell{
    background-color: rgb(255 193 7 / 25%);
}
.nav-link{
    cursor: pointer;
}
.notification-nav{
    position: relative;
}
#notification-list-wrapper{
    position: absolute;
    top: 40px;
    left: -140px;
    right: 0;
    width: 330px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 25px 0px rgb(0 0 0 / 10%);
    height: 220px;
    max-height: 220px;
    overflow-x: auto;
    display: none;
    border: 1px solid rgba(0,0,0,.15);
}
#notification-list-wrapper .notification-item{
    padding: 4px 10px;
    border-bottom: 1px solid #e9ecef;
    font-size: 13px;
}
#notification-list-wrapper .notification-item:hover{
    background: #efefef;
}
#notification-list-wrapper .notification-item:last-child{
    border-bottom: 0px;
}

/* width */
#notification-list-wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#notification-list-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#notification-list-wrapper::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
#notification-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.highlight-stoploss-after45{
    background: #000 !important;
}
.highlight-stoploss-after45:hover{
    background: #000 !important;
}
.highlight-stoploss-after45 td{
    color: #fff !important;
}
.dashboardtr:hover .highlight-stoploss-after45 td{
    color: #1f2d3d!important
}
.color-info{
    position: absolute;
    bottom: 0px;
    width: 50%;
    font-size: 10px;
}
.color-info.left{
    left: 0;
    bottom: -5px;
}

.color-info.right{
    right: 0;
}
.color-info span{
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.color-info span.disable-buy-sell-suaqre{
    background-color: rgb(255 193 7 / 60%);
}
.color-info span.autosquareoff-suaqre{
    background-color: #000;
}
.color-info > div{
    margin-right: 15px;
    display: inline-block;
    line-height: 1;
}
.color-info > div > div{
    margin-bottom: 5px;
    display: inline-block;
    float: left;
}
.autosquareoff-note{
    float: right;
    font-weight: 600;
    bottom: 20px;
    position: absolute;
    right: 0;
}
.autosquareoff-note label{
    color: #dc3545;
    font-size: 10px;
}
.navbar-brand{
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.navbar-brand .brand-text{
    margin-bottom: 2px;
}
.sandbox-status{
    margin: 0;
    font-size: 12px;
    line-height: 1;
    display: none;
}
.color-info label{
    margin-bottom: 0px !important;
}

#autosquareoff_disabled_info_msg {
    animation: change 1s step-end infinite;
    position: absolute;
    bottom: 32px;
    right: 15px;
}
  
  @keyframes change {
    0% {
      color: red
    }
    50% {
      color: blue
    }
  }

  .btn-d-none{
    display: none !important;
  }
  #logTable > tbody tr td{
    word-break:break-word;
  }
.event-object-modal  .modal-body{
    word-break:break-word;  
}
.font-weight-500{
    font-weight: 500;
}

.view_all_btn{
    bottom: 0px;
    position: sticky;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 8px 0;
    font-weight: 600;
    top: 220px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.highlight-stoploss{
    background: rgb(209 37 74 / 30%) !important;
}
.highlight-stoploss:hover{
    background: rgb(209 37 74 / 30%) !important;
}
.highlight-stoploss td{
    color: #000 !important;
}
.highlight-stop-loss-suaqre{
    background-color: rgb(209 37 74 / 30%) !important;
}
.highlight-stoploss-after45.highlight-stoploss, .highlight-stoploss-after45.highlight-stoploss:hover{
    background-color: #580808 !important;
}
.highlight-stoploss-after45.highlight-stoploss td{
    color: #fff !important;
}
.highlight-stop-loss-autosquareoff{
    background-color: #580808 !important;
}
.color-info.left > div{
    width: 100%;
}
.consolidated-report-modal .modal-lg{
    max-width: 93% !important;
    width: 93% !important;
}
.consolidated-report-modal .modal-content{
    overflow: auto;
}
.consolidated-report-modal .modal-header .close{
    margin: -1rem 0rem -1rem 2rem;
}
.consolidated-report-modal .modal-header .refresh-report{
    margin: 0rem -1rem 0rem auto;
    float: right;
}
.consolidated-report-modal .modal-body{
    min-height: 200px;
}
.consolidated-report-modal td.qty-error{
 background-color: rgb(209 37 74 / 30%) !important;   
 font-weight: 600;
}
.lh-1{
    line-height: 1;
}
.whl52-wrapper, .ul-circuit-wrapper{
    padding-left: 25px;
    font-weight: 600;
    font-size: 10px;
    width: auto;
    float: left;
}
.whl52-wrapper span:first-child, .ul-circuit-wrapper span:first-child{
    padding-right: 5px;
}
.script-tr td{
    padding-bottom: 0px;
}
.script-info-wrapper td, .open-position-info-wrapper td{
    padding-top: 0px;
    border-top: 0px;
}
.whl52-wrapper label, .ul-circuit-wrapper label{
    margin-bottom: 0px;
}

.copy-right-section{
    font-weight: 600;
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 10px;
}
.color-info .copy-right-section span{
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
}
.refresh-report.disabled{
    pointer-events:none;
}
.bg-white{
    background-color: #fff;
}

.sp-qty{
    -webkit-appearance: none; 
    -moz-appearance:textfield; /* Firefox */
}