
.intro {
    height: 100%;
  }
  
  table td,
  table th {
    text-overflow: ellipsis;
    white-space: nowrap;
   
  }
  
  thead th {
    color:black;;
  }
  
 
  
  .table-scroll {
    border-radius: .5rem;
  }
  
  .table-scroll table thead th {
    font-size: 15px;
  }
  thead {
    top: 0;
    position: sticky;
  }


  .order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 15px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}


table td,
table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

thead th {
  color: black;
 
}

.card {
  border-radius: .5rem;
}

.table-scroll {
  border-radius: .5rem;
}

.table-scroll table thead th {
  font-size: 15px;
}
.table-scroll table tbody td {
  font-size: 14px;
}
thead {
  top: 0;
  position: sticky;
}

/*Style Changes*/
.div_active_disable{
  margin-top: -15px;
}
.span_active{
  font-size: 8px;
  margin-right: 7px;
}
.span_disable{
  font-size: 8px;
  margin-right: -5px;
}

.srx_ghl_button.btn.btn-primary{
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background: rgb(1, 116, 199) !important;
  border: none;
}
.srx_ghl_button.btn.btn-primary:hover{
  box-shadow: inset 0 0px 0px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset !important;
  border: none !important;
}

.card{
  border-radius: 10px !important;
}
.card-header{
  border-radius: 0px !important;
  background: transparent !important;
  font-weight: 600;
}

.card-footer{
  border-radius: 0px !important;
  background: transparent !important;
}

.card-body{
  height: 60vh;
  overflow: scroll;
}
.srx-dashboard-tables .card-body{
  height: 40vh;
  overflow: scroll;
}
.srx-links{
  text-decoration: none !important;
  font-weight: bold;
  color: black;
}
.srx-links:hover{
  color: #424a57 !important;
}

.srx-module-table th{
  border-top: none !important;
}
.srx-module-table thead{
  position: relative !important;
}
.sb-sidenav-menu{
  background-color: white !important;
}
.c-app{
  background-color: #f4fafc !important;
}
.c-footer{
  background-color: #f4fafc !important;
}
.srx-dashboard-tables th{
  border-top: none !important;
}
#navbarDropdown{
  color: black !important;
}
.dropdown-menu li a{
  color: black !important;
}
.dropdown-item:active{
  background-color: #f4fafc !important ;
}
.bg-c-green{
  background: #96bbe5 !important;
}
.bg-c-blue{
  background: #006fb6 !important;
}

/*Popup*/
.popup{
    width: 400px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    padding: 0 30px 60px;
    color: #333;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #dcdcdc;
    width: 70%;
    z-index: 999999;
}

.popup h2{
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.box-close {
    position: absolute;
    top: 0;
    right: 15px;
    text-decoration: none;
    color: black;
    display: block;
    background: transparent !important;
    border: none;
    font-size: 20px !important;
}
.btn.btn-success{
    border: navajowhite;
    color: white;
}
.log_text{
  word-wrap: break-word;
}
.log_text{
  height: 60vh;
  overflow: scroll;
  text-align: left;
}

/*Pagination*/
.pagination li:hover{
    cursor: pointer;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color:  rgb(1, 116, 199) !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color:  rgb(1, 116, 199) !important;
    border-color:  rgb(1, 116, 199) !important;
}
.srx-select-pagination select{
    width: 10%;
    float: right;
    margin-bottom: 10px;
}