/* Large devices (desktops, less than 1200px) */
 #ct {
  /* Medium devices (tablets, less than 992px) */
  /* Small devices (landscape phones, less than 768px) */
  /* X-Small devices (portrait phones, less than 576px) */
}
.header-container {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ml-30-md{
    margin-left: 30px;
  }
}
@media (max-width: 1023.98px) {
  .hide-md {
    display: none;
  }
  #ct .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .b-nav-tab-table {
    padding: 3px 7px;
    border-radius: 5px;
  }
  .modal {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 1300.98px) {
  #ct .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  #ct .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
 @media (max-width: 991.98px) {
   /*#ct .row > * {
     margin-top: 2rem;
  }*/
  #ct .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #ct .col-md-4, #ct .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-content {
    min-height: initial;
  }
  .app-content {
    padding: 1px 15px; 
    /*padding: 20px 15px;*/ /*JAI*/
  }
  .app-section-2{
    padding: 0px 0px; 
  }
  .app-main-outer {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .coldir-sm {
    flex-direction: column;
  }
  .button-group {
    row-gap: 20px;
  }
  .button-group > *, .btn-dropdown, .btn-dropdown .dropdown-card {
    width: 100%;
  }
  .btn-card {
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .btn-plus {
    border-radius: 5px;
  }
  .btn-dropdown .dropdown-card {
    background-color: #f7f9fb;
    display: flex;
    justify-content: space-between;
    border: none;
    border-bottom: 1px dashed #ccc;
    font-size: 12px;
  }
  .btn-dropdown .dropdown-card:first-child::before, .btn-dropdown .dropdown-card:first-child::after {
    display: none;
  }
  .alignstart-xs {
    align-items: flex-start;
  }
  .form-input-gray {
    width: 100%;
  }
  .btn-stroke-gray {
    padding: 3px 12px;
    font-size: 12px;
  }
  .wraper #left-side {
    left: -50vw;
    z-index: 9;
  }
  .wraper #left-side.active {
    width: 100vw;
    padding: 0 20px;
  }
  .header-container {
     margin-bottom: 75px;
  }
}
 @media (min-width: 1023.98px) {
  .hide-sm {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #ct .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* #ct .row > * {
     margin-top: 1rem;
  }*/
  .hide-xs, .wraper .icon.hide-xs {
    display: none;
  }
  .m-r-15-xs {
    margin-right: 15px;
  }
  .m-r-0-xs {
    margin-right: 0px;
  }
  .m-r-5-xs {
    margin-right: 5px;
  }
  .m-r-22-xs {
    margin-right: 22px;
  }
  .m-t-10-xs {
    margin-top: 10px;
  }
  .m-t-13-xs {
    margin-top: 13px;
  }
  .header-container { /*JAI*/
    margin-bottom: 55px;
  }
  .p15-xs{
    padding: 15px;
  }
  .top-bar-content {
    height: 45px;
  }
  .logo-bg {
    height: 45px;
    width: 45px;
  }
  .menu-xs a img {
    width: 16px;
  }
  .user-dropdown {
    width: 26px;
    height: 26px;
    background-position: center;
  }
  a.user-dropdown-xs img {
    width: 24px;
    margin-left: 4px;
  }
  .show-xs {
    display: block;
  }
  .m-t-0-xs {
    margin-top: 0;
  }
  .closed-sidebar.fixed-sidebar .app-main-outer {
    padding-left: 0;
  }
  .app-main-outer {
    max-height: initial;
  }
  .bottom-bar {
    padding-left: 15px;
    position: static;
    text-align: center;
  }
  .coldir-xs {
     flex-direction: column;
  }
  .fixed-header .app-main {
     padding-top: 45px;
  }
  .form-select-w-100-xs {
     width: 100%;
  }
  .m-l-20-xs {
     margin-left: 0;
  }
  .m-b-10-xs {
     margin-bottom: 10px;
  }
  .m-t-10-xs {
     margin-top: 10px;
  }
  .app-title {
     font-size: 16px !important;
  }
  .m-t-20-xs {
     margin-top: 20px;
  }
  .card-xs {
     background-color: #fff;
     padding: 10px;
     justify-content: space-between;
  }
  .card-xs h2 {
     font-size: 14px;
  }
  .card-xs .b-nav-tab {
     padding: 5px 10px;
     border-radius: 5px;
     padding-left: 25px;
  }
  .tab-list-type li a::before {
     left: 10px;
     top: 12px;
  }
  .card-xs-content {
     flex-wrap: wrap;
     row-gap: 10px;
     font-size: 14px;
  }
  .dot-icon {
     width: 4px;
  }
  .tab-card-style {
     padding: 10px;
  }
  .tab-card-style ul {
     max-width: calc(100vw - 100px);
     overflow-x: auto;
     margin-right: 15px;
  }
  .tab-card-style ul:-webkit-scrollbar:horizontal {
     width: 5px;
  }
  .tab-card-style li a {
     white-space: nowrap;
     font-size: 12px;
  }
  .badge-boxes .badge {
     min-width: 60px;
     padding: 5px;
  }
  .tab-with-table .table td {
     font-size: 12px;
  }
  .btn-responsive {
    padding: 7px 25px;
    min-width: 60px;
    text-align: left;
    padding-left: 30px;
    background-position: 12px 9px !important;
  }
  .w-40-xs{width: 40px;}
  .rgap-5-xs{row-gap: 5px}
  .w-100p-xs{
    width: 100%;
  }
  .lh-25-xs{
    line-height: 25px;
  }
  .ht-140-xs{
    height: 140px
  } 
  /*#ct .form-ht{
    max-height: calc(100vh - 200px);
  }*/
}

@media (max-width: 400px) {
  .app-content {
    padding: 0px 2px; 
  }
  .d-block-xss{
    display: block !important;
  }
  .d-grid-xss{
    display: grid;
  }
  .coldir-xss {
     flex-direction: column;
  }
  .btn-close{
    min-width: 35px !important;
    max-width: 35px !important;
    height: 35px !important;
    transform: unset !important;
  }
  .btn-close.abs{
    right: -3px !important;
  }
  .ml-modal-content {
    margin: 0px 0px;
  }
  #case_process_details .rc-tabs-nav-wrap{
    padding: 5px 14px 5px 0px;
  }
  .f18-xss{
    font-size: 18px;
  }
  .f10-xss{
    font-size: 10px;
  }
  .hide-xss{
    display: none;
  }
  .p5-xss{
    padding: 5px !important;
  }
  .p10-xss{
    padding: 5px !important;
  }
  .p-l-10-xss {
    padding-left: 10px !important;
  }
  .f16-xss{
    font-size: 16px !important;
  }
  .f14-xss{
    font-size: 14px !important;
  }
  .dropbtn{
    width: 100%;
    padding: 5px !important;
  }
  .form-details{
    margin: unset !important;
  }
  .ore-alert{
    width: 100% !important;
  }
  .gg-arrow-long-right{
    width: 40px;
  }
  .demo-org-notice-bar{
    bottom: 0 !important;
  }
  .p-t-40-xss{
    padding-top: 40px;
  }
  /*.form-ht{
    max-height: unset !important;
  }*/
}

/*Bootstrap Responsive*/
.row {
  /* margin-right: -15px;
  margin-left: -15px;*/
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after{
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /*position: relative;
  min-height: 1px;*/
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.push-20{
  left: 0%;
}
.push-fw{
  left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .push-20{
    left: 18%;
  }
  .push-fw{
    left: 32%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .push-20{
    left: 18%;
  }
  .push-fw{
    left: 28%;
  }
}
@media (min-width: 1200px) {
  .col-lg-8{
    float: left;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .push-20{
    left: 16%;
  }
  .push-fw{
    left: 26%;
  }
} 