.ui-front {
  z-index: 10400;
}
.ui-datepicker {
  position: relative;
  z-index: 10000 !important;
}
/* ===================================
    Media Queries
====================================== */

/* EXTRA LARGE DESKTOP   */

@media screen and (min-width: 1690px){
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* LARGE DESKTOP   */
@media screen and (max-width: 1609px){
}
/* WIDE SCREEN   */
@media screen and (min-width: 1440px) {
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* LAPTOP MDPI SCREEN   */
@media screen and (max-width: 1440px) {
  .running-text {
    margin-right: 0;
  }
  .navbar-nav > li > a {
    padding: 13px 5px;
  }
  .running-text::after {
    right: -10px;
  }
  .running-text {
    padding: 8px 15px 10px 20px;
  }
  .theme .content {
    /* padding: 30px 15px 30px 30px; */
}
}
/* LAPTOP HDPI SCREEN   */
@media screen and (min-width: 1200px) {
  .xl-hidden {
    display: none !important;
  }
  .xl-visible{
    display: block !important;
  }
}
/* LAPTOP MDPI SCREEN   */
@media screen and (max-width: 1199px) {
  .lg-hidden {
    display: none !important;
  }
  .lg-visible{
    display: block !important;
  }
  .theme .content {
    /* padding: 15px 30px; */
  }
  .running-text{
    margin-right:50px;
  }
  .theme .select2-container {
    /*min-width: 250px;*/
  }
  .no-sidebar #logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .theme.no-sidebar .wrap-fluid {
    width: 90%;
  }
  .theme .mobile-menu{
    position: fixed;
    z-index: 9999;
    right: 0;
    background: #182846;
    width: auto;
    height: auto;
  }
  .theme .mobile-menu ul{
    margin-right: 0;
    text-align: left;
  }
    #skin-select {
    left: -260px !important;
    top: 45px !important;
    margin-left: 50px;
    background-color:rgba(24,40,70,1.00) !important;
  }
    
    #logo{display: none !important;}
    
  .side-bar  {
    margin-top: -20px !important;
    display: block !important;
  }
  #skin-select li {
    /*text-align: right !important;*/
  }
  #skin-select li span {
    /*display: none !important;*/
  }
  #skin-select .collapse:not(.show) {
    display: block;
  }
  .menu-left-nest {
    border-radius: 0 !important;
    margin: 1px 0 0 !important;
  }
  #skin-select .title-menu-left {
    display: none !important;
  }
  .content-wrapper {
    width: auto;
    margin-left: 0px !important;
  }
  #logo {
    position: initial;
  }
}

/* TABLET WD  */
@media screen and (max-width: 991px) {
  .lg-hidden {
    display: none !important;
  }
  .theme .alert {
    margin: 0 15px;
  }
  .theme .close {
      margin-right: 0;
}
  #paper-top {
    height: auto;
    min-height: 40px;
  }
    
  .subnav.nav-tabs {
    background: none;
    margin-top: 15px !important;
    padding-top: 0;
  }
  .CodeMirror-scroll {
    font-size: 10px;
  }
}

/* TABLET MD  */

@media screen and (max-width:768px) {
  .text-md-left {
   text-align: left !important;
  }
  .text-md-center {
   text-align: center !important;
  }
  .md-wrap {
    flex-wrap: wrap !important;
  }
  .md-hidden {
    display: none !important;
  }
  .md-visible {
    display: block !important;
  }
  .md-text-center{
    text-align: center !important;
  }
  .md-text-right {
    text-align: right !important;
  }
  .theme .navbar {
    margin-left: 50px !important;;
  }
  .dropdown-menu > li > a {
    padding: 8px 10px;
  }
  .couponNo {
    top: 0;
    margin-top: 10px;
  }
  .couponInfo{
    text-align: center;
  }
  .datatable-footer, .datatable-header {
    padding: 10px;
  }
  .dataTables_info   {
    text-align: left;
  }
  .filter-right .dataTables_filter {
    float: right !important;
  }
  .dataTables_info {
    text-align: left;
    float: left !important;
  }
  .theme .actionBar-content {
    padding: 15px 30px;
  }
  .CodeMirror-scroll {
    font-size: 9px;
  }
  .sm-left{
   float:left !important;
  }
}

/* MOBILE SM  */
@media screen and (min-width:577px){
   .sm-hidden {
   display:none;
  }

}
/* MOBILE XS */
@media screen and (max-width:576px){
    .xs50 {
   max-width: 50%;
   width: 50%;
}
  .xs-hidden {
    display: none !important;
  }
  .xs-visible{
    display: initial !important;
  }
  .theme .content {
    /* padding: 10px; */
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
    height: auto;
  }
  .text-xs-center {
   text-align:center!important;
  }
  .theme .select2-container {
    min-width: 200px;
  }
  .xs-pb-15{
    padding-bottom: 15px;
  }
  .xs-text-center{
    text-align: center !important;
  }
  .xs-mt-15{
    margin-top:15px;
  }
  .xs-text-center .right {
    float:none !important;
  }
  .heading-form {
    width: 100%;
  }
  .function-bar {
    margin: 0;
    padding: 5px 15px;
    padding-right: 15px;
    width: 100%;
    justify-content: flex-start !important;
  }
  .dataTable tr.child .dtr-title {
    display: block;
    width: 100%;
    font-weight: bold;
  }
  .dataTable tr.child .dtr-data {
    display: block;
    padding: 0;
    word-break: break-all;
    width: 100%;
    margin-bottom: 5px;
  }
  .dataTables_length > label > span:first-child {
    margin: 8px 15px;
    margin-left: 0;
    float:none;
  }
  .filter-right .dataTables_filter {
    float: none !important;
  }
  .dataTables_info {
    text-align: left;
    float: none !important;
  }
  .theme .actionBar-content {
    padding: 15px 15px;
  }
  .nav.nav-lg > li > a {
    padding: 11px 10px;
  }
  .title-middle-header .nav li {
    min-height: 10px;
  }
  .CodeMirror-scroll {
    font-size: 5px;
  }
}

/* MOBILE XXS */
@media screen and (max-width:466px){
  .xss-hidden {
    display: none !important;
  }
  .username .admin-pic {
    display:none;
  }

}

/* RESPONSIVE TABLES */

@media
only screen
and (max-width: 768px), (min-device-width: 768px)
and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table.theme-responsive,
  .theme-responsive thead,
  .theme-responsive tbody,
  .theme-responsive th,
  .theme-responsive td,
  .theme-responsive tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .theme-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .t-white .table > tbody > tr > td:last-child {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .t-white .footer-border {
    border-bottom: 0px solid #fff;
  }
  .table tbody + tbody {
    border-top: 0px solid #fff;
  }
  .theme-responsive tr {
    margin: 0 -15px 0 -15px;
  }
  .theme-responsive tr:nth-child(even) {
    background-color: rgba(255,255,255,0.2);
  }
  .theme-responsive td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left !important;
  }

  .theme-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    padding: 10px;
    text-transform: uppercase;
  }
}
