/*
 * Skin: Custom
 * -----------
 */
/*@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular-webfont.woff') format('woff'),
         url('../font/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-bold-webfont.woff') format('woff'),
         url('../font/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
 body{
  font-family: 'open_sans', sans-serif;
  font-weight: 400;
  min-width: 320px;
 }*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  min-width: 320px;
  font-size: 12px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif; }

.skin-custom .main-header .navbar {
  background-color: #ffffff; }

.skin-custom .main-header .navbar .nav > li > a {
  color: #444444; }

.skin-custom .main-header .navbar .nav > li > a:hover,
.skin-custom .main-header .navbar .nav > li > a:active,
.skin-custom .main-header .navbar .nav > li > a:focus,
.skin-custom .main-header .navbar .nav .open > a,
.skin-custom .main-header .navbar .nav .open > a:hover,
.skin-custom .main-header .navbar .nav .open > a:focus,
.skin-custom .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-custom .main-header .navbar .nav > li.user > a:hover,
.skin-custom .main-header .navbar .nav > li.user > a:active,
.skin-custom .main-header .navbar .nav > li.user > a:focus {
  background-color: transparent;
  color: #444444; }

.skin-custom .main-header .navbar .sidebar-toggle {
  color: #444444; }

.skin-custom .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-custom .main-header .navbar .sidebar-toggle {
  color: #444444; }

.skin-custom .main-header .navbar .sidebar-toggle:hover {
  background-color: #f0f0f0;
  color: #444444; }

@media (max-width: 767px) {
  .skin-custom .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-custom .main-header .navbar .dropdown-menu li a {
    color: #444444; }

  .skin-custom .main-header .navbar .dropdown-menu li a:hover {
    background: #f0f0f0;
    color: #444444; }
  .wrapper, .main-footer {
    margin-left: 0px;
   }
  }
.skin-custom .main-header .logo {
  background-color: #ffffff;
  color: #444444;
  border-bottom: 0 solid transparent; }

.skin-custom .main-header .logo:hover {
  background-color: #ffffff; }

.skin-custom .main-header li.user-header {
  background-color: #ffffff; }

.skin-custom .content-header {
  background: transparent;
  /*display: flex;*/
  }

.skin-custom .wrapper,
.skin-custom .sidebar,
.skin-custom .left-side {
  background-color: #ffffff;
  overflow: unset;
}

.skin-custom .user-panel > .info,
.skin-custom .user-panel > .info > a {
  color: #444444; }

.skin-custom .sidebar > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease; }

.skin-custom .sidebar > li.header {
  color: #848484;
  background: #ffffff; }

.skin-custom .sidebar > li > a {
  border-left: 3px solid transparent;
  font-weight: 500; }

.skin-custom .sidebar > li:hover > a,
.skin-custom .sidebar > li.active > a {
  color: #000000;
  background: #d6deff;
}

.skin-custom .sidebar > li.active {
  border-left-color: #ffffff; }

.skin-custom .sidebar > li.active > a {
  font-weight: 500; }

.skin-custom .sidebar > li > .treeview-menu {
  background: #f0f0f0; }

.skin-custom .sidebar a {
  color: #444444; }

.skin-custom .sidebar a:hover {
  text-decoration: none; }

.skin-custom .sidebar .treeview-menu > li > a {
  color: #777777;
  font-size: 12px; }

.skin-custom .sidebar .treeview-menu > li.active > a,
.skin-custom .sidebar .treeview-menu > li > a:hover {
  color: #000000; }

.skin-custom .sidebar .treeview-menu > li.active > a {
  font-weight: 500; }

.skin-custom .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px; }

.skin-custom .sidebar-form input[type="text"],
.skin-custom .sidebar-form .btn {
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  height: 35px; }

.skin-custom .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-custom .sidebar-form input[type="text"]:focus,
.skin-custom .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #ffffff;
  color: #666; }

.skin-custom .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #444444; }

.skin-custom .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

@media (min-width: 768px) {
  .skin-custom.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de; } }
/****************************************CUSTOM*/
.d__inline-block {
  display: inline-block; }

.d__block {
  display: block; }

.bg-white {
  background-color: #ffffff !important; }

.skin-custom .btn {
  font-size: 12px;
  box-shadow: none;
  }

.skin-custom .btn-primary {
  background-color: #00a9ff;
  border-color: #00a9ff;
  font-size: 12px; }
  .skin-custom .btn-primary:active {
    outline: none;
  }

.pt-1 {
  padding-top: 0.5rem !important; }

.pr-1 {
  padding-right: 0.5rem !important; }

.pb-1 {
  padding-bottom: 0.5rem !important; }

.pl-1 {
  padding-left: 0.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mr-1 {
  margin-right: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.ml-1 {
  margin-left: 0.5rem !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mr-2 {
  margin-right: 1rem !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.ml-2 {
  margin-left: 1rem !important; }

.mt-3 {
  margin-top: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

/*HEADER */
.main-header {
  display: none; }

.main-header .logo,
.main-header .navbar {
  height: 80px;
  padding-top: 15px; }

.main-header .logo {
  width: 275px;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  z-index: 60;
  position: relative; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: #666666; }

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
  opacity: 0;
  transition: all .3s; }

.main-header .logo .logo-lg {
  opacity: 1; }

.sidebar-mini .main-header .logo > .logo-mini {
  transform: rotate(0);
  -webkit-transition: -webkit-transform .3s ease-in-out,all .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,all .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,all .3s ease-in-out;
  transition: transform .3s ease-in-out,all .3s ease-in-out;
  display: block; }

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
  transform: rotate(90deg); }

.logo img {
  max-width: 100%; }

.main-header .navbar {
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1); }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 145px; }

/*SIDEBAR */
.skin-custom .sidebar {
  padding-top: 0;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  overflow: visible; }

.sidebar .sidebar-header .logo {
    display: flex;
    justify-content: center;
    margin: 8px;
    transform: rotate(0);
    transition: all .3s;
  }

.sidebar-mini.sidebar-collapse .sidebar-header .logo {
  margin-top: 25px;
  transform: rotate(90deg); }

.sidebar .sidebar-header .sidebar-toggle {
  position: absolute;
  left: 100%;
  top: 63px;
  background-color: #dae2ff;
  display: block;
  padding: 15px 8px;
  font-family: fontAwesome;
  border-radius: 0 10px 10px 0;
  color: #666;
  transition: all .5s; }

.sidebar .sidebar-header .sidebar-toggle:before {
  content: "\f0c9"; }

.sidebar-mini.sidebar-collapse .sidebar .sidebar {
  padding-top: 50px; }

/*CONTENT */
.skin-custom .wrapper .index-box-body .nav li a i {
  margin-right: 5px; }

.wrapper-btn_for_table_search {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 33; }

.wrapper-btn_for_table_search .btn_for_table_search {
  font-size: 24px;
  color: #666;
  background-color: #ffffff;
  display: block;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
  transition: all .3s; }

.wrapper-btn_for_table_search .btn_for_table_search:hover {
  text-shadow: 1px 1px 2px black; }

.no_fixed_search_block {
  width: 100%;
  padding: 10px 25px 0px 25px; }
  .no_fixed_search_block .box-table-search {
    width: 100% !important;
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.sidebar-collapse .box-table-search {
  width: calc(100% - 50px); }

.datepicker table tr td.active.active {
  background-color: #afafaf; }

.datepicker table tr td span.active,
.datepicker table tr td.active {
  background-color: #afafaf;
  background-image: -moz-linear-gradient(to bottom, #e2e2e2, #afafaf);
  background-image: -ms-linear-gradient(to bottom, #e2e2e2, #afafaf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#afafaf));
  background-image: -webkit-linear-gradient(to bottom, #e2e2e2, #afafaf);
  background-image: -o-linear-gradient(to bottom, #e2e2e2, #afafaf);
  background-image: linear-gradient(to bottom, #e2e2e2, #afafaf); }
  .datepicker table tr td span.active:hover,
  .datepicker table tr td.active:hover {
    background-color: #72afd2 !important;
    background-image: none; }

.box-table-search {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 50;
  background-color: #ffffff;
  width: calc(100% - 275px);
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
  -webkit-box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.2); }
  .box-table-search .close_btn_for_table_search {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color: #888888; }
  .box-table-search > div input,
  .box-table-search > div select,
  .box-table-search > div span,
  .select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    font-size: 12px;
    }
  .box-table-search > div label {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    margin-top: .4rem;
    margin-bottom: .2rem;
    }
    .box-table-search > div label span.right {
      float: right;
      font-size: 10px; }
      .box-table-search > div label span.right input[type=checkbox] {
        margin-top: 0; }
  .box-table-search hr {
    padding: 0 0 0 15px;
    margin: 15px 0;
    border: none;
    height: 1px;
    background: #ccc;
    background-clip: content-box; }
  .box-table-search .date_inputs > div {
    float: left;
    width: 49%;
    margin-bottom:0px;
    }
    .box-table-search .date_inputs > div:first-child {
      margin-right: 2%; }
    .box-table-search .date_inputs > div div {
      width: 100%; }
  .box-table-search .select2 {
    display: block; }
  .box-table-search .show_quantity_table {
    padding-left: 3px;
    padding-right: 12px; }

    .box-table-search .btn-serach:active, .box-table-search .btn-serach:focus,
    .box-table-search .reset:active,
    .box-table-search .reset:focus,
    .box-table-search .submit:active,
    .box-table-search .add:active,
    .box-table-search .submit:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      outline: none; }

.select2-results__option {
  font-size: 12px; }

.content-header .navbar-custom-menu {
  position: absolute;
  top: 20px;
  right: 20px; }

.content-header .navbar-custom-menu .dropdown-toggle img {
  float: none;
  margin-right: 0; }
.btn-group .dropdown-toggle:after {
    content:none;
}

.content-header .navbar-custom-menu .dropdown-toggle span {
  display: none; }

.content-header > .breadcrumb {
  right: 100px; }

.skin-custom .box,
div.wrapper {
  background-color: #f8f8f8; }

.skin-custom {
  box-shadow: none; }

.skin-custom .box-table-search {
  padding: 0 15px; }

.skin-custom .table_info {
  padding-bottom: 0; }

.skin-custom .box-body #table_custom_wrapper .col-sm-12 {
  overflow-x: auto;
  padding-bottom: 100px;
  margin-bottom: -100px; }

.shadow-overflow{
    overflow-x: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    z-index: 5;
}

.skin-custom table.table-merchant thead form{
    display: block;}

.skin-custom table.table-merchant thead form button{
    padding: 0 20px 0 0;
    border: none;
    width: 100%;
    display: block;
    position: relative;
    background: transparent; }

.skin-custom table.table-merchant thead form button:focus{
    outline: none;
}

.skin-custom table.table-merchant thead form button:before{
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 6px;
    height: 6px; }

.skin-custom table.table-merchant thead .top form button:before{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);}

.skin-custom table.table-merchant thead .bottom form button:before{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);}

.skin-custom table.table-merchant thead .default form button:before{
    top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);}

.skin-custom table.table-merchant thead .default form button:after{
    content: "";
    position: absolute;
    right: 5px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);}

.skin-custom .admin_accesses {
  overflow-x: auto;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px; }
  .skin-custom .admin_accesses table {
    border: 2px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .skin-custom .admin_accesses table tr {
      border-bottom: 2px solid #ebebeb; }
      .skin-custom .admin_accesses table tr td:after {
        content: none !important; }
      .skin-custom .admin_accesses table tr th, .skin-custom .admin_accesses table tr td {
        padding: 12px 5px !important; }

.skin-custom .table_info .col-md-3 div,
.skin-custom .table_info .col-md-2 div {
  border-radius: 3px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.skin-custom .table_info .row > div > div:after,
.skin-custom .table_info .row > div > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: all .3s; }

.skin-custom .table_info .row > div:nth-child(1) > div:after {
  background-color: #5dbb6d; }

.skin-custom .table_info .row > div:nth-child(2) > div:after {
  background-color: #ff9f3a; }

.skin-custom .table_info .row > div:nth-child(3) > div:after {
  background-color: #59a1ff; }

.skin-custom .table_info .row > div:nth-child(4) > div:after {
  background-color: #ff400d; }

.skin-custom .table_info .row > div > div.btn-group:after {
  content: none; }

.skin-custom .table_info .col-md-3:hover > div:after,
.skin-custom .table_info .col-md-2:hover > div:after {
  height: 100%; }

.skin-custom .table_info .col-md-3 p,
.skin-custom .table_info .col-md-2 p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .3s;
  width: 100%; }

.skin-custom .table_info .col-md-3:hover p,
.skin-custom .table_info .col-md-2:hover p {
  color: #ffffff; }

.skin-custom .table_info .btn_for_table_search {
  font-size: 28px;
  color: #444444;
  display: block;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center; }

table.table th,
table.table td {
  padding: 10px;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  overflow-wrap: break-word;
  vertical-align: middle;
  }

.skin-custom table.table th:first-child {
    width: 50px;
    text-align: center;
}

.skin-custom table.table td:last-child {
    padding: 0 10px;
}

.skin-custom table.table td:first-child {
    padding-left: 13px;
    text-align: center;
}

.skin-custom table.table th:hover,
.skin-custom table.table td:hover {
    overflow: visible;
}

.skin-custom table.table th {
    color: #fff;
    background: #888b9c;
    font-weight: 500;
    font-size: 14px;
    border-top: none;
    border-bottom: none;
}
.skin-custom-for-agent-merchant table.table th {
    color: #fff;
    background: #888b9c;
    font-weight: 500;
    font-size: 14px;
    border: none;
}

.skin-custom table.table th:after {
  bottom: auto;
  right: 1px;
  top: 50%;
  transform: translateY(-50%); }

.skin-custom table.table th:last-child:after {
  content: none; }

.skin-custom table.table td span{
  position: relative;
  z-index: 1;
  font-size: 12px;
  margin-right: 0.2rem;
  }

.skin-custom table.table td span img {
  max-height: 30px;
  max-width: 30px; }

.skin-custom table.table td span.bg_blue_icons {
  padding: 5px;
  background-color: #72afd2;
  border-radius: 5px;
  display: inline-block; }
  .skin-custom table.table td span.bg_blue_icons img {
    max-height: 30px;
    max-width: 150px;
    display: block;
    margin: 0 auto; }

.skin-custom table.table td:after {
    z-index:-1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background-color: #f0f0f0;
  transition: all .3s; }

.skin-custom table.table tr:hover td:after {
  width: 100%; }

.skin-custom table.table .table_status {
  padding: 5px;
  min-width: 75px;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  text-transform: lowercase; }

.skin-custom table.table thead .table_status {
  text-transform: none; }

.skin-custom table.table .table_status.succes {
  color: #ffffff;
  background-color: #5dbb6d; }

.skin-custom table.table .table_status.error {
  color: #ffffff;
  background-color: #ff400d; }

.skin-custom table.table .table_status.waiting {
  color: #ffffff;
  background-color: #ff9f3a; }

.skin-custom table.table .table_status.cancelled {
  color: #ffffff;
  background-color: #59a1ff; }

.skin-custom table.table .table_status.other {
  color: #ffffff;
  background-color: #666; }

.skin-custom table.table td .btn-group {
  display: table;
  margin-left: auto;
  margin-right: 5px;
  position: relative;
  z-index: 3;
  }

.skin-custom table.table td .btn-group > a {
  font-size: 20px;
  width: 25px;
  display: block;
  text-align: center;
  color: #666; }

.skin-custom table.table td .btn-group .dropdown-menu {
  left: auto;
  right: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: auto;
  padding: 5px; }

.skin-custom table.table td .btn-group .dropdown-menu a.btn_cancel {
  color: #ffffff;
  background-color: #ff400d; }

.skin-custom .form-body {
  flex-direction: column;
  margin-top: 30px; }
  .skin-custom .form-body input,
  .skin-custom .form-body select,
  .skin-custom .form-body textarea {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #505050;
    width: 100%;
    border-radius: 3px; }
  .skin-custom .form-body .form-control,
  .skin-custom .form-body select {
    height: 34px; }
  .skin-custom .form-body .form-group.added-form-group {
    position: relative; }
    .skin-custom .form-body .form-group.added-form-group .form-control {
      padding-right: 30px; }
    .skin-custom .form-body .form-group.added-form-group .item-media {
      font-size: 22px;
      position: absolute;
      top: 2px;
      right: 25px; }
  .skin-custom .form-body .block_img_btn .block_img {
    padding: 5px;
    max-height: 150px;
    max-width: 300px;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.skin-custom label {
  font-weight: 500; }

.tab_table .nav-tabs-custom {
  background: transparent;
  box-shadow: none; }
  .tab_table .nav-tabs-custom .tab-content {
    padding: 0;
    background: transparent; }
    .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive {
      border: none !important;
      padding-bottom: 100px;
      margin-bottom: -100px; }
      .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table {
        margin-bottom: 0;
        background: #ffffff;
        border-bottom: 1px solid #d8d8d8; }
        .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr th, .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr td {
          padding: 12px 5px; }
          .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr th .btn-group > a, .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr td .btn-group > a {
            font-size: 20px;
            width: 25px;
            display: block;
            text-align: center;
            color: #666; }
          .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr th .btn-group .dropdown-menu, .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr td .btn-group .dropdown-menu {
            left: auto;
            right: 100%;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
            min-width: auto;
            padding: 5px; }
            .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr th .btn-group .dropdown-menu a.btn_cancel, .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr td .btn-group .dropdown-menu a.btn_cancel {
              color: #ffffff;
              background-color: #ff400d; }
        .tab_table .nav-tabs-custom .tab-content .tab-pane .table-responsive table tr td:first-child {
          padding-left: 10px; }

.bill_form > .select2 {
  width: 96% !important;
  display: block;
  margin-bottom: 20px;
  margin-left: 1.5%; }
  .bill_form > .select2 .select2-selection {
    border-radius: 4px !important;
    border-color: #d2d6de; }
.bill_form > input {
  display: block;
  float: left;
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  border-radius: 4px !important;
  border-color: #d2d6de; }
  .bill_form > input:first-child {
    margin-left: 0; }
.bill_form > button {
  display: table;
  margin: 20px auto 10px auto;
  padding: 6px 10px;
  background: #72afd2;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  min-width: 130px; }
  .bill_form > button:before {
    content: "";
    clear: both;
    display: table; }
  .bill_form > button:hover {
    color: #ffffff; }

.modal_transactions_info .form-group:after {
  display: table;
  content: "";
  clear: both; }
.modal_transactions_info .form-group label .light {
  font-weight: 100;
  font-size: 12px;
  float: right;
  margin-top: 3px;
  margin-left: 5px; }
.modal_transactions_info .form-group input,
.modal_transactions_info .form-group select,
.modal_transactions_info .form-group textarea {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px; }
  .modal_transactions_info .form-group input:focus, .modal_transactions_info .form-group input:active,
  .modal_transactions_info .form-group select:focus,
  .modal_transactions_info .form-group select:active,
  .modal_transactions_info .form-group textarea:focus,
  .modal_transactions_info .form-group textarea:active {
    outline: none; }
.modal_transactions_info .form-group input[type=checkbox] {
  width: auto;
  margin-top: 0;
  margin-bottom: 5px;
  position: relative;
  top: 3px; }
.modal_transactions_info .block_img_btn:after {
  display: table;
  content: "";
  clear: both; }
.modal_transactions_info .block_img_btn .block_img {
  float: left;
  margin-right: 10px;
  min-width: 60px;
  min-height: 60px;
  max-width: 50%;
  max-height: 80px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1); }
  .modal_transactions_info .block_img_btn .block_img img {
    max-width: 100%;
    max-height: 80px; }
.modal_transactions_info .block_img_btn label.btn {
  display: inline;
  position: relative;
  top: 20px; }
  .modal_transactions_info .block_img_btn label.btn input {
    padding: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
.modal_transactions_info .block_img_btn.bg_grey_icons .block_img {
  background-color: rgba(0, 0, 0, 0.12);
  padding: 5px;
  min-height: auto;
  min-width: auto; }
  .modal_transactions_info .block_img_btn.bg_grey_icons .block_img img {
    max-width: 100%;
    max-height: 70px; }
.modal_transactions_info .block_img_btn.bg_grey_icons label.btn {
  top: 10px; }

.text-md-right {
  text-align: right; }

.d-none {
  display: none; }

@media (min-width: 992px) {
  .d-md-block {
    display: block !important; } }
@media (max-width: 1199px) {
  .main-header {
    display: block; }

  .wrapper .navbar-custom-menu {
    display: none; }

  .wrapper .content-header > .breadcrumb {
    right: 0; }

  /*.skin-custom.sidebar-open .box-table-search{
    top: 0;
  }*/
  .box-table-search {
    top: 80px;
    max-height: calc(100% - 80px);
    overflow-y: auto; }
 }
 .box-table-search > div input,
   .box-table-search > div select,
   .box-table-search > div span,
   .box-table-search .select2-container--default .select2-selection--single {
     margin-bottom: 5px !important;}
@media (max-width: 991px) {
  .tab_table .nav-tabs-custom > .nav-tabs > li {
    float: none; } }
@media (max-width: 576px) {
    .filter-buttons{
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .filter-buttons button,
    .filter-buttons a,
    .filter-buttons select{
        min-width: 70px !important;
        padding: 5px 0px !important;
        margin: .18rem .1rem !important;
        float: none;
    }
  .text-md-right {
    text-align: left; }

  .skin-custom .main-header .logo {
    width: auto;
    height: 50px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none; }

  .skin-custom .main-header .logo span {
    line-height: 0; }

  .skin-custom .main-header .logo img {
    max-height: 40px; }

  .skin-custom .main-header .navbar {
    height: 50px;
    padding-top: 0; }

  .skin-custom .sidebar {
    width: 230px;
    box-shadow: none; }

  .skin-custom.sidebar-open .sidebar {
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1); }

  .wrapper, .main-footer {
    margin-left: 0; }

  .skin-custom .table_info {
    margin-bottom: -10px; }

  .skin-custom .table_info .row > div {
    margin-bottom: 10px; }

  .block_img_btn .block_img.hide + label.btn {
    top: 5px; }

  .box-table-search {
    width: 100%;
    top: 50px;
    max-height: calc(100% - 50px); }

  .bill_form > .select2,
  .bill_form > input {
    width: 97% !important;
    margin-bottom: 20px; } }
@media (max-width: 500px) {
  .modal_transactions_info label.btn {
    float: left;
    width: 45%; } }


.box-table-search .row > div{
    padding-right:0px !important;
}

.box-table-search .row{
    padding-right:15px !important;
}

.custom_pagination {
    flex-wrap: wrap;
    display: flex;
    align-items: baseline;
    margin: 1rem .5rem 0 .5rem;
    font-weight: 500;
}
.custom_pagination div.page_info {
    padding: 0.3rem 0.7rem;
    margin-left: .5rem;
    margin-bottom: .5rem;
    background-color: #868b9a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

.custom_pagination div.page_numbers {
    padding-right: 10px;
}

.shadow-overflow > .table {
    margin-bottom: 0px;
}

.flex-end-label label {
    display:flex;
    justify-content: flex-end;
}
.btn-add {
    margin-right:0px !important;
    background: #11c900;
    border-color: #11c900;
    text-align: center;
    color: #ffffff;
}
.btn-reset {
    background: #b7b7b7 !important;
}
.skin-custom .btn-default {
  background-color: #dad7d7 !important;
  outline:none !important;
  color: black !important;
  }

.white-background {
    position: relative;
    margin: 25px;
    padding: 35px 15px 15px 15px;
    z-index: 1;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.2);
}
.white-background .card {
    overflow:hidden;
    width: 100%;
    max-width: none;
    max-height: 15rem;
    min-height: 5rem;
    opacity: 1;
    margin-bottom: 15px;
}
.white-background .row > div {
    padding-right: 0px;
}
.content-header {
    padding: 15px 25px 0 25px;
}
.white-background .card-header {
    padding: .3rem 1.25rem;
    display:flex;
    -ms-flex-align:center!important;
    align-items:center!important;
}
.white-background .card-body {
    overflow: auto;
    text-overflow: ellipsis
}
.nav-tabs-custom>.nav-tabs>li {
    margin-bottom: 0px;
}
.sidebar-button {
    padding: .4rem;
    border-radius: 1rem;
    border: none;
    outline: none;
    color: #454d4c;
    display: inline-block;
    margin: 0px;
    font-size: 12px;
    min-width: 6rem;
}
button:focus {
    outline: none !important;
}

.skin-custom table.table td .edit-item {
    position: relative;
    z-index: 3;
}
.skin-custom table.table td ul{
    position: relative;
    z-index: 3;
    padding: 0px;
    margin: 0px;
}
.skin-custom table.table td ul li{
    position: relative;
    z-index: 3;
}
.skin-custom table.table td button span{
    vertical-align: middle;
    font-size: 1.1rem;
    width:100%;
    height:100%;
    padding:0px;"
}
.skin-custom table.table td button{
    border:none;
}
.skin-custom .box-body .control-label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.table th {
    border-right: 1px solid #dee2e6;
    white-space: nowrap;
}
.table th.action-column {
    width: 50px;
    border-right: none;
}
.btn-edit {
    background: transparent;
    display: flex;
    justify-content: center;
}
form.edit-item::parent {
    padding: 0px;
    vertical-align: middle;
}
.info-label {
    margin: 0rem;
}
.info-label > div span {
    margin-bottom: 5px;
    padding: 7px;
    background: #fff;
    font-family: inherit;
    font-size: 12px;
    border: 0px solid #ccc;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
}
.form-group label.switch {
    margin: 0 0 0 10px;
}
.dropdown .dropdown-menu {
    transform: translate3d(-122px, -5px, 0px) !important;
    overflow: auto;
    white-space: normal;
    padding: 5px;
    max-width: 120px;
    min-width: 120px;
    min-height: 29px;
    border-color: #007974;
}
.btn:active,
.btn:focus {
    -moz-outline-style: none;
    outline: none;
}
.datepicker-days .table-condensed {
    font-size: .65rem;
}
.img-passport {
    width:100%;
    height: 400px;
    vertical-align: middle;
    border: solid thin #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.img-passport img {
    width: auto;
    height: auto;
    margin: auto;
    transition:transform 0.25s ease;
    cursor: zoom-in;
}
.img-passport div {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}
.log-table td:last-child {
    width: 600px;
    white-space: normal !important;
}
@media (min-width: 768px) {
a#sidebar-collapse-button {
    visibility: hidden;
  }
}
.info-action {
    z-index:10;
    overflow-wrap: anywhere;
    background: #f5f7f9;
}

.info-action > button {
    display: flex;
    align-items: center;
    padding: 3px;
    width: 100%;
    font-weight: 500;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
span.fa-stack {
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 50%;
    background:#b4b4b4;
}
span.fa-stack:hover {
    background: #EA6212;
}
.user-permission-form tr td:last-child {
    width: 100%;
}
.user-permission-form tbody > tr > th {
    width: 2rem;
    background: #f5f7f9;
}
@media (max-width: 1250px) {
    .user-permission-form thead > tr > th {
        white-space: normal !important;
    }
}
.user-permission-form select {
    font-size: .75rem;
    background-color: #f0f2ff;
}
.form-content{
    flex-direction: row;
    margin: 0px !important;
    padding: 15px 0;
    background: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}
.custom-alert {
    top: .1rem;
    right: 1rem;
    display: inline-block;
    position: absolute;
    z-index: 11;
}
.custom-alert2 {
  top: 50px;
  right: 25px;
  display: inline-block;
  position: absolute;
}
.c-input, c-textarea {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    height: 30px;
    color: #505050;
    width: 100%;
    border-radius: 3px;
}
.action-button {
    width: 6rem;
    display: flex;
    justify-content: center;
}

.switch-field {
  display: flex;
  margin-bottom: 0px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #a5dc86;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.draw-line-under-text:hover{
    text-decoration:underline
}