html, body {
  height: 100%;
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 100;
  border-radius: 5px !important;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(255,255,255,0.75);
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 37px;
  margin: 1em auto;
}

div.dt-processing > div:last-child:after {
  content: 'Loading';
  display:inline-block;
  width: 100%;
  font-size: 12px;
  bottom: 0;
  position: absolute;
  left: 0;
  text-align: center;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #999999;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  color: #2C3E50;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  border-radius: 0 !important;
}

a {
  text-decoration: none !important;
  color: #2C3E50;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
}

a:hover,
a:focus {
  color: #2C3E50;
}

label {
  color: #2C3E50;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

legend {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

input::-webkit-input-placeholder {
  color: #aaaaaa !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.8px;
}

input:-moz-placeholder {
  color: #aaaaaa !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.8px;
}

input::-moz-placeholder {
  color: #aaaaaa !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.8px;
}

input:-ms-input-placeholder {
  color: #aaaaaa !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.8px;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2C3E50;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}


/* COMMON */

.p2415 {
  padding: 24px 15px;
}
.p240 {
  padding: 24px 0px;
}

.pb30 {
  padding-bottom: 30px;
}

form > .p240 {
  display: inline-block;
  width: 100%;
}
.pb0 {
  padding-bottom: 0 !important;
}
.p2050 {
  padding: 20px 50px;
}

.p26 {
  padding: 2px 6px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.ml-none {
  margin-left: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.no-border {
  border: none !important;
}

.no-bgc {
  background-color: transparent;
}

.hide-this {
  display: none;
}

.dotted-border {
  border-top: 1px dashed #e2e4e8;
  padding-bottom: 15px;
}
.input-group-addon:last-child {
  background-color: #dddddd;
  color: #607D8B;
}
.border-0 {
  border: none;
}
.btn-outline:hover {
  background-color: #607D8B;
}
.input-group-addon {
  color: #607D8B;
}
table.tableBasic>thead>tr>th {
  border: 1px solid #000000 !important;
  padding: 7px !important;
  text-align: center;
}

table.tableBasic .noCenter {
  text-align: left !important;
}

table.tableBasic tfoot tr td {
  background-color: #dddddd;
  font-weight:bold;
  padding: 7px !important;
}
table.tableBasic td {
  border: 1px solid #000000;
  line-height: 1 !important;
  text-align: center;
  font-size: 11px !important;
  font-weight: normal;
}

table.tableBasic thead th, table.tableBasic thead td {
  background: #61c9ff;
  color:#000000;
}

table.tableBasic td.makeBold {
  font-weight: bold;
  text-transform: uppercase;
}
.p-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.bg-white {
  background-color: #fff;
}

.br-1 {
  border: 1px solid #ececec;
}

.inb {
  display: inline-block !important;
}

.d-block {
  display: block;
}

.red {
  background-color: #e91e63;
}

.yellow {
  background-color: #ffc107;
}

.grey {
  background-color: #607d8b;
}

.orange {
  background-color: #ff5722;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.middle {
  display: inline-block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}
.form-title {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 10px;
  color: #8daa04;
}
.form-title+hr {margin-top: 10px;}
/* Bootstrap Resets */


.form-control:focus {
  box-shadow: none;
}

.navbar-fixed-top {
  border-width: 0;
  box-shadow: rgba(10, 31, 68, 0.1) 0px 3px 32px 0px, rgba(10, 31, 68, 0.08) 0px 0px 1px 0px;
}
.rupiahText {
  letter-spacing: 0;
}
.navbar-nav>.open>a,
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: rgba(238, 238, 238, 0.49);
}
.tabWrapper > .nav>li>a {
  border-radius: 4px 4px 0 0;
  background-color: #eee;
  font-weight: 500;
  padding: 15px 25px 12px 25px;
}
.noBG {
  background-color:transparent !important;
}
.bgWhite {
  background-color: #ffffff !important;
}
.tabWrapper > .nav>li.active>a {
  background-color: #a5c607;
}
.tabWrapper > .nav>li>a:hover {
  background-color: #0e203a;
}

.navbar-right i {
  font-size: 16px;
}

.form-control {
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 0.5px;
  box-shadow: none;
  background-color: #F9F9F9;
  border: 1px solid #e0e0e0;
  color: #607D8B;
  -webkid-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
  font-weight: normal;
  height: 36px;
  padding: 7px 12px;
}


select.form-control {
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  border-radius: 0;
  background-image:
  linear-gradient(45deg, transparent 50%, gray 50%),
  linear-gradient(135deg, gray 50%, transparent 50%),
  linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 1px),     calc(100% - 15px) calc(1em + 1px),     calc(100% - 2.5em) 0.4em;
  background-size: 4px 5px,     5px 5px,     1px 1.5em;
  background-repeat: no-repeat;
  padding-right: 45px;
}

select.form-control:focus {
background-image:
  linear-gradient(45deg, green 50%, transparent 50%),
  linear-gradient(135deg, transparent 50%, green 50%),
  linear-gradient(to right, #ccc, #ccc);
background-position:
  calc(100% - 15px) 1em,
  calc(100% - 20px) 1em,
  calc(100% - 2.5em) 0.5em;
background-size:
  5px 5px,
  5px 5px,
  1px 1.5em;
background-repeat: no-repeat;
border-color: green;
outline: 0;
}
.d-none {
  display: none !important;
}
.abs_load {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999999;
}
.abs_load:after {
  content: 'Loading';
  position: fixed;
  top: 53%;
  left: 50%;
  width: 80px;
  height: 30px;
  text-align: center;
  margin-left: -50px;
  margin-top: 4px;
  font-size: 12px;
} 
.abs_load:before {
  content: '';
  position: fixed;
  left: 50%;
  top: 53%;
  width: 84px;
  height: 84px;
  margin-left: -52px;
  margin-top: -52px;
  background: rgba(255,255,255,1);
  border-radius: 5px;
  box-shadow: rgba(50, 50, 90, 0.25) 0px 8px 22px 0px;
}
.cust_loader {
  position: fixed;
  width: 35px;
  height: 35px;
  margin-left: -28px;
  margin-top: -36px;
  top: 53%;
  left: 50%;
  border-radius: 50%;
  border: 6px solid;
  border-color: #868687;
  border-right-color: #a5c607;
  animation: s2 1s infinite linear;
}
@keyframes s2 {to{transform: rotate(1turn)}}

select.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}

.form-control:focus {
  background-color: rgba(228, 228, 228, 0.81);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

.btn-group {
  margin-bottom: 25px;
}

.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.modal-content>.select2-container {

left: 0 !important;

width: 100% !important;

margin-top: -30px;
}
.modal-content .select2-dropdown {

right: 5% !important;

/* left: auto !important; */
}

.modelSelectFloat .modal-content .select2-dropdown {
  right: 42% !important;
  left: auto !important;
  margin-top: 0;
}

.dropdown-menu {
  border: none !important;
  top: 107%;
}

.dropdown-menu.topbar-dropdown-wrapper {
  border: none;
  top: 107%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175), 0 0px 1px rgba(0, 0, 0, .09);
  border-radius: 0;
}

.panel {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none;
}


/* page globals */

.wrapper {
  min-height: 100%;

}

.wrapper-main {
  width: 100%;
  overflow: hidden;
  background-color: #e5e9ec;
}

h1.site_name {
  margin: 0 !important;
}

.footer {
  width: 100%;
  text-align: left;
  padding: 15px 30px;
  background-color: #fff;
  margin-left: 240px;
  transition: all 320ms ease-in-out;
}

@media only screen and (max-width: 768px) {
  .footer {
      margin-left: 0 !important;
  }
}


/* topbar */

.topbar {
  top: 0;
  height: 50px;
  width: 100%;
  position: fixed;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.095);
  z-index: 999 !important;
  background-color: #fff;
}

.navbar-brand {
  width: 190px;
  margin-right: 10px;
  overflow: hidden;
  line-height: 40px;
  padding: 2px 0px 2px 30px;
}

.navbar-brand img {
  max-height: 100%;
  width: auto;
}

.navbar-toggle {
  margin-bottom: 0;
}

.topbar .navbar-right .notifications .dropdown-menu {
  min-width: 350px;
  padding: 0px;
}

.topbar .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.topbar .navbar-right .dropdown-menu>li {
  width: 100%;
}

.dropdown-box {
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 !important;
}

.dropdown-box>li>a {
  white-space: normal;
}

.dropdown-box .dropdown-head {
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
}

.dropdown-box .box-list a {
  padding: 15px;
  text-decoration: none;
}

.dropdown-box .box-list .box-img {
  width: 40px;
  height: 40px;
}

.dropdown-box .box-list .box-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.dropdown-box .box-list .box-text h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.dropdown-box .box-list .box-text p {
  margin: 0;
  font-size: 12px;
  color: #aaa;
  line-height: 18px;
}

.dropdown-box .dropdown-foot {
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
}

.dt-paging nav {
  text-align: right;
}

.user-img {
  display: inline-block;
  white-space: nowrap;
}

.user-img img {
  border-radius: 50%;
  margin-right: 15px;
  margin-top: -5px;
  width: 30px;
  height: 30px;
}

.topbar ul.dropdown-user-inner {
  padding: 0px;
  min-width: 270px;
}

.topbar ul.dropdown-user-inner li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topbar ul.dropdown-user-inner li.divider {
  margin: 10px 0;
}

.topbar ul.dropdown-user-inner li a {
  padding: 9px 15px;
  display: block;
  color: #67757c;
}

.topbar ul.dropdown-user-inner li a i {
  display: inline-block;
  margin-right: 15px;
}

.topbar ul.dropdown-user-inner li a:hover {
  color: #0aa698;
  text-decoration: none;
}

.topbar ul.dropdown-user-inner li .dd-userbox {
  padding: 10px 15px;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-img {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-img img {
  width: 100%;
  border-radius: 5px;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-info {
  display: inline-block;
  padding-left: 10px;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-info h4 {
  margin: 0px;
  font-size: 15px;
}


.memberInfoWrapper h4 .member_name {
  display: block;
}

.memberInfoWrapper h4 .member_club {
  margin-top: 5px;
  margin-bottom: 8px;
  background-color: #a5c607;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 20px;
  display: inline-block;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-info p {
  margin-bottom: 2px;
  font-size: 12px;
  color: #9E9E9E;
}

@media(max-width:767px) {
  .brand_image {
      text-align: left !important;
  }
  .menu-toggler {
      display: none;
  }
  .navbar-nav .open .dropdown-menu {
      background-color: #fff;
  }
  .notification-icon {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: blueviolet;
      border-radius: 50%;
      padding: 7px 7px;
      color: #fff;
  }
  .notification-text {
      display: inline-block;
      margin-left: 10px;
  }
  .dropdown-foot {
      background-color: #ececec;
  }
  .navbar-fixed-top .navbar-collapse {
      max-height: none !important;
  }
  .navbar-nav {
      margin: 0px -15px;
  }
  .navbar-brand {
      text-align: left;
      margin-left: 15px;
      position: fixed;
  }
  .wrapper-page {
      margin-left: 0px !important;
  }
  .page-title {
      display: none;
  }
}

@media(max-width:380px) {
  li.notification-parent {
      display: none !important;
  }
}

@media(max-width:240px) {
  .navbar-toggle {
      z-index: 999;
  }
}

@media only screen and (max-width: 350px) {
  .brand_image ul li:first-child {
      display: none;
  }
  .navbar-brand img {
      width: 100px;
      vertical-align: middle;
  }
  .toggle-sidebar-bars {
      margin-right: 0px;
  }
  .topbar ul.dropdown-user-inner {
      padding: 0px;
      min-width: 180px;
  }
}


/* sideabar */

.left-sidebar {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 888;
  padding-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px #ececec;
  transition: all 320ms ease-in;
}

.aside-margin {
  margin-left: -240px !important;
}

.wrapper-margin {
  margin-left: 0px !important;
}

.sidebar-nav,
.sidebar-nav ul,
.sidebar-nav li,
.sidebar-nav a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  position: relative;
}

.sidebar-nav {
  width: 240px;
}

.sidebar-nav ul>li.menu-header {
  padding: 15px 0px 15px 30px;
  color: #000;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.sidebar-nav ul>li a {
  color: #000;
  padding: 15px 0px 15px 30px;
  display: block;
  font-size: 13px;
  white-space: nowrap;
}

.sidebar-nav>ul>li>a i {
  font-size: 16px;
  display: inline-block;
}

.sidebar-nav>ul>li>a span {
  vertical-align: middle;
  margin-left: 18px;
}

.sidebar-nav>ul>li>a span i.new {
  font-size: 10px;
  font-style: normal;
  display: inline;
  padding: 2px 4px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 40px;
  background: #e40000;
  margin-left: 4px;
}

.sidebar-nav>ul>li>a>i {line-height: 18px;vertical-align: middle;}

.sidebar-nav>ul>li>a>span {line-height: 18px;}

.sidebar-nav>ul>li>a+ul>li>a>span {
  vertical-align: top;
  margin-left: 25px;
}

.sidebar-nav>ul>li>a:hover {
  text-decoration: none;
}

.sidebar-nav ul li.active a i,
.sidebar-nav ul li a:hover i {
  color: #0aa698;
  font-weight: 500;
}
.sidebar-nav ul li ul li.active ul {
  display: block;
}

.sidebar-nav>ul>li.active>a {
  font-weight: 500;
  background-color: rgb(245, 245, 245);
}

.sidebar-nav>ul>li.active>ul {
  display: block;
  background-color: #09172b;
}

.sidebar-nav>ul>li>ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar-nav .has-arrow {
  position: relative
}

.sidebar-nav .has-arrow:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #607d8b;
  right: 1em;
  transform: rotate(135deg) translate(0, -50%);
  transform-origin: top;
  top: 47%;
  transition: all .3s ease-out
}

.sidebar-nav li.active>.has-arrow:after {
  transform: rotate(585deg) translate(0, -50%);
  transform-origin: top;
}

.dt-length {
  margin-top: 12px;
  margin-bottom: 7px;
}

.dt-info {
  font-size: 12px;
  margin-top: 10px;
}
.dt-length select.form-control {
  height: 33px;
  line-height: 1;
  margin-right: 10px;
  font-size: 13px;
  padding-right: 42px;
  padding-left: 7px;
  text-align: center;
}
div.dt-buttons {
  margin-bottom: 10px;
}
.dt-buttons .dt-button {
  background: #fcfcfc;
  border-radius: 4px;
  border-color: #aaaaaa;
  color: #444444;
  font-weight: 400;
  line-height: 1;
  padding: 0.75em 1em;
}

/* Sub menu */
.sidebar-nav ul ul {
  display: none;
}

.sidebar-nav ul ul a {
  display: block;
}

.sidebar-nav ul li ul li a {
  padding: 8px 0px 8px 70px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.sidebar-nav ul li ul li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-nav ul ul ul {
  display: none;
}

.sidebar-nav ul li ul ul {
  padding-left: 45px
}
.dataTableMember.table tr th {
  font-size: 12px;
  padding: 12px 8px !important;
  vertical-align: middle;
}
.dataTableMember.table tr td, .dataTableMember.table tr td a {
  font-size: 12px;
}
.dataTableMember.table tr td a:hover {
  color: #3F51B5;
}
.dataTableMember.table tr td {
  padding: 12px 8px !important;
}

@media (max-width: 768px) {
  .left-sidebar {
      margin-left: -240px !important;
  }
  .toggle-sidebar {
      margin-left: 0px !important;
  }
}

.aside-margin-sm {
  margin-left: 0px !important;
}

.row.datatable-footer {
  margin-bottom: 35px;
}

/* content */

.content_wrapper {
  background-color: #ffffff;
  margin-bottom: 15px;
  overflow-x: hidden;
}

.content_wrapper.transparentBG {
  background-color: transparent;
}

.content_wrapper .table_banner {
  padding-left: 30px;
}

.wrapper-page {
  margin-left: 240px;
  padding-top: 50px;
  position: relative;
  left: 0;
  -webkit-transition: all 320ms ease-in-out;
  transition: all 320ms ease-in-out;
  min-height: calc(100vh - 50px);
}

.page-title {
  background: #ffffff;
  margin: 0 0px 15px;
  padding: 15px 30px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.page-title h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #2C3E50;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.page-title h1 i {
  display: inline-block;
  margin-right: 15px;
}

.page-content {
  padding: 15px 15px 0 15px;
  min-height: calc(100vh - 165px);
}

@media (max-width: 768px) {
  .wrapper-page {
      margin-left: 0px !important;
  }
  .page-title {
      display: none;
  }
}

.table_banner {
  padding: 10px 15px;
  background-color: rgb(245, 245, 245);
}

.table_banner_title {
  float: left;
}

.table_banner h5 {
  margin: 0;
  line-height: 39px;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 18px;
}

.panel .table_banner h5 {
  font-size: 14px;
}

.table_body {
  padding: 25px 10px;
}
nav .navbar-nav li > a.sidebar-toggle {
  font-size: 18px;
  line-height: 1;
}
.search_box {
  float: right;
  display: inline-block;
}

.search_box input {
  color: #757575;
  padding: 7px 17px;
  font-size: 12px;
  font-style: italic;
  border: 1px solid #ececec;
}


/* page-panels */

.page_banner {
  padding: 24px 15px;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.page_body {
  border: 1px solid #ececec;
}

h3.page_banner_title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #646464;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}


/* modal */

.launch_modal {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.wrapperAccountMember {
  padding: 30px 30px 0px 30px;
  display: inline-block;
  width: 100%;
}

.formPayment .wrapperAccountMember {
  padding-left: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-left: 15px;
}

.wrapperAccountMember img {
  margin-bottom: 0 !important;
}

.wrapperAccountMember .photoMember {
  float: left;
  margin-right: 5px;
}

.wrapperAccountMember .lnkAct {
  float: left;
  line-height: 100px;
  margin-right: 15px;
}

.wrapperAccountMember .lnkAct .actIco {
  font-size: 21px;
  color: #aaaaaa;
}

.wrapperAccountMember .photoMember img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* buttons */

.action-buttons i {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #e5e9ec;
  border-radius: 50%;
  transition: all 320ms linear;
  color: #2C3E50;
}

.action-buttons button {
  border: none;
  background-color: transparent;
}

.action-buttons i:hover,
.action-buttons i:focus {
  background-color: #0aa698;
  color: #fff;
}

.btn-fullwidth {
  width: 100%;
}

.btn-custom {
  color: #fff;
  background-color: #0e203a;
  border-color: #0e203a;
  border-radius: 4px !important;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.06), 0 4px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(96, 125, 139, 0.06);
  line-height: 1.8;
  letter-spacing: 0.5px;
  padding: 6px 20px;
}

.btn-custom:hover {
  color: #fff;
  background-color: #22334c;
  border-color: #22334c;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.22), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(96, 125, 139, 0.28);
}

.btn-custom-gray {
  color: #ffffff;
  background-color: #8394a4;
  border-color: #8394a4;
  border-radius: 4px !important;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.06), 0 4px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(96, 125, 139, 0.06);
  line-height: 1.8;
  letter-spacing: 0.5px;
  padding: 6px 20px;
}

.btn-custom-gray:hover {
  color: #fff;
  background-color: #3c5269;
  border-color: #3c5269;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.22), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(96, 125, 139, 0.28);
}


.btn-orange {
  color: #fff;
  background-color: #e7aa00;
  border-color: #e7aa00;
  border-radius: 4px !important;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.06), 0 4px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(96, 125, 139, 0.06);
  line-height: 1.8;
  letter-spacing: 0.5px;
  padding: 6px 20px;
}

.btn-orange:hover {
  color: #fff;
  background-color: #f6c000;
  border-color: #f6c000;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.22), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(96, 125, 139, 0.28);
}

.btn-grey {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  border-radius: 4px !important;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.06), 0 4px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(96, 125, 139, 0.06);
  line-height: 1.8;
  letter-spacing: 0.5px;
  padding: 6px 20px;
}

.btn>i {
  margin-right: 10px;
}

.btn-grey:hover {
  color: #fff;
  background-color: #f53d2d;
  border-color: #f53d2d;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.22), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(96, 125, 139, 0.28);
}

.btn + .btn {
  margin-left: 10px;
}



.btn-blue {
  color: #fff;
  background-color: #0084c3;
  border-color: #0084c3;
  border-radius: 4px !important;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.06), 0 4px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(96, 125, 139, 0.06);
  line-height: 1.8;
  letter-spacing: 0.5px;
  padding: 6px 20px;
}

.btn-blue:hover {
  color: #fff;
  background-color: #00a9db;
  border-color: #00a9db;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.22), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(96, 125, 139, 0.28);
}

.badge-profile {
  font-size: 16px;
  border-radius: 60px;
  background-color: #eee;
  color: #000;
  -webkit-box-shadow: 2px 7px 1px 0 rgba(158, 158, 158, 0), 0 3px 1px -2px rgba(96, 125, 139, 0.12), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  box-shadow: 2px 7px 1px 0 rgba(158, 158, 158, 0), 0 3px 1px -2px rgba(96, 125, 139, 0.12), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn.focus, .btn:focus, .btn:hover {
  color:#ffffff;
}

/* Checkbox */

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  width: 100%;
}

input[type="checkbox"]+label:before {
  background-color: #F1F1F1;
  padding: 9px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 320ms ease-in-out;
  transition: all 320ms ease-in-out;
  border: 1px solid #cccccc;
}

input[type="checkbox"]:checked+label:before {
  background-color: #2C3E50;
}

input[type="checkbox"].no-border:checked+label:before {
  border-color: transparent;
}

input[type="checkbox"]:checked+label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 4px;
  color: #fff;
}

input[type="checkbox"].green-tick:checked+label:after {
  color: #8cc63f;
}


/* upload images */

.file_prev {
  vertical-align: top;
}

.file_prev.inb {
  background: #eeeeee;
}

.file_prev img {
  height: 100px;
  width: auto;
  margin-bottom: 15px;
  margin-right: 10px;
}

input[type="file"] {
  position: fixed;
  top: -1000px;
}

input[type="file"].visibleUpload {
  top: auto;
  position: static;
  line-height: 1;
}

.note_file_link {
  display: inline-block;
  margin-left: 15px;
  color: green;
  font-style: italic;
}

.custom-file-upload {
  display: inline-block;
  padding: 27px 26px;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border: 1px solid #ececec;
}

.upload-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

.upload-wrapper-delete {
  position: absolute;
  color: #ddd;
  top: 3px;
  right: 3px;
  background: #fff;
  padding: 4px 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 999;
  font-weight: bold;
  cursor: pointer;
}

.image-preview {
  display: inline;
  margin-bottom: 15px;
  float: left;
}

.image-preview img {
  width: auto;
  height: 100px;
  vertical-align: top;
}

.image-delete {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.image-delete:hover .img-id {
  display: block;
}

.img-id {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  cursor: pointer;
  display: none;
  transition: all 320ms linear;
}

@media(max-width:380px) {
  .file_prev img {
      height: auto;
      width: 100%;
  }
}


/* progress bar */

.progress {
  height: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
  border-radius: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.progress .progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}


/* forms */

.form-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.form-group span.error {
  color: #FB3A3A;
  display: inline-block;
  margin: 3px 0 0px 0px;
  padding: 0;
  text-align: left;
}

.error {
  color: #FB3A3A;
  display: inline-block;
  margin: 3px 0 0px 0px;
  text-align: left;
  display: block;
}

.form-info {
  margin-bottom: 25px;
  font-weight: 400;
}

.message {
  font-weight: 400;
  padding: 15px 15px 15px 0;
  color: #EF4123;
  margin: 5px;
}


/* form-wizard */

.wizard .title {
  display: none;
}

.wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}

.wizard>.actions>ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wizard>.actions>ul>li {
  float: left;
}

.wizard-content .wizard>.actions>ul>li+li {
  margin-left: 10px;
}

.wizard-content .wizard>.actions>ul>li>a {
  background: #009efb;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.wizard-content .wizard>.actions>ul>li>a[href="#next"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.wizard-content .wizard>.steps .current-info {
  position: absolute;
  left: -99999px
}

.wizard-content .wizard>.steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard-content .wizard>.steps>ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wizard-content .wizard>.steps>ul>li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.wizard-content .wizard>.steps>ul>li.current>a {
  color: #2f3d4a;
  cursor: default;
}

.wizard-content .wizard>.steps>ul>li a {
  position: relative;
  padding-top: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.wizard-content .wizard>.steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  text-align: center;
}

.wizard-content .wizard>.steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #F3F3F3;
  font-size: 1.3rem;
  margin-left: -24px;
  border-radius: 50%;
}

.wizard-content .wizard>.steps>ul>li.error .step {
  border-color: red;
  color: red;
}

.wizard-content .wizard>.steps>ul>li.current .step {
  border-color: darkorange;
  background-color: #fff;
  color: darkorange;
}


/* login */

.form-header {
  margin: 25px 0 20px;
}

.form-header h5 {
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logo_admin {
  max-width:100%;
  width: 150px;
}
.form-wrapper img {
  width: 100px;
  max-width: 100px;
  height: auto;
}

.wrapper-login {
  background-color: #0e203a;
  /* background-image: url(../img/bg.svg); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  overflow: auto;
}

.login-inner {
  max-width: 450px;
  margin: 5% auto;
}

.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

.login-footer {
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
}


/* dashboard */

#myChart {
  /* height: 350px !important; */
}

.widget h1 {
  margin: 0 0 15px 0 !important;
  font-weight: 100;
  text-align: right;
}

.widget h5 {
  margin: 0 0 15px 0 !important;
}

.flashmessage {
  position: fixed;
  top: 50px;
  right: 25px;
  padding: 15px;
  z-index: 9999999;
  background-color: #0aa698;
  color: #fff;
  max-width: 350px;
  height: auto;
  display: none;
}
body .swal2-container .swal2-popup {
width: 450px;
}
body .swal2-container .swal2-popup .swal2-title {
  letter-spacing: 0;
}
body .swal2-container .swal2-popup .swal2-html-container {
  font-size: 14px;
}
body .swal2-container .swal2-popup .swal2-actions {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* todos */

.todo-box-wrap {
  padding-top: 15px;
}

.todo-list {
  width: auto;
  height: 310px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.todo-list .todo-item {
  padding: 0px 15px;
  cursor: pointer;
}

.todo-list .checkbox,
.radio {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}

li.todo-item input[type="checkbox"]:checked+label {
  text-decoration: line-through;
}

.new-todo {
  margin-top: 15px;
}

.new-todo .input-group {
  width: 100%;
  display: block;
}

.new-todo .input-group input {
  background: #fff;
  border: none;
  height: 60px;
  padding-right: 60px;
}

.new-todo .input-group .input-group-btn {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 4;
}

.todo-submit {
  background: transparent none repeat scroll 0 0;
  border: none;
  padding: 0;
  color: #757575;
}

.todo-submit:hover {
  background: none;
  color: #757575;
  border: none;
}

/* user-profile */
.list-heading {
  border-bottom: 1px solid #ececec;
}

.list {
  margin: 0px;
  padding: 0px;
}

.list a {
  display: block;
  border-bottom: 1px solid #eee;
}

.list a:last-child {
  border-bottom: none;
}

.list li {
  list-style: none;
  padding: 15px 15px 15px 0;
  display: block;
}

.list li>div {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.list li img {
  width: 100%;
  border-radius: 100%;
}

.list li .user-name {
  color: #67757c;
  font-weight: 300;
  font-size: 16px;
  margin-left: 15px;
}

.list li .registered-at {
  color: #99abb4 !important;
  font-weight: 300;
  font-size: 12px;
}


/* user comments */

.user-comments {
  padding: 15px;
  background-color: rgb(249, 249, 249);
}

.media-left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.uploaded_image img {
  width: 120px;
  height: auto;
}

.uploaded_image img:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  div.media-left {
      float: left !important;
  }
}


/* user group */

.rank-badge {
  vertical-align: middle;
  margin-right: 15px;
}

.product-list li .stock-badge {
  color: #000;
  font-weight: 500;
  font-size: 10px;
  padding: 3px 5px;
  border-radius: 25px;
}

.product-list li .stock-badge.in {
  background-color: #0aa698;
}

.product-list li .stock-badge.out {
  background-color: #ececec;
}

.product-list li img.rank-img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}


/* profile */

.panel-heading-wrapper {
  padding: 10px 15px;
  background-color: #cccccc;
}

.memberHeader h5 {
  font-size: 15px;
}

.profile .profile-img-top {
  width: 100%;
  height: 223px;
}

.pro-img {
  margin-top: -80px;
  margin-bottom: 20px;
}

.pro-img img {
  width: 128px;
  height: 128px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.profile-link {
  padding: 5px 10px;
}

.profile-link a {
  width: 100%;
  height: 100%;
  display: block;
}

.profile-link:hover {
  background-color: #ececec;
  color: darkorange;
}

.profile-row {
  padding: 20px 0;
  border-bottom: 1px dashed #ececec;
}

.profile-row:nth-child(2) {
  border-bottom: none;
}

.profile-cat,
.profile-info {
  display: block;
}

.profile-info strong {
  font-weight: 500;
}


/* product list */

.product-list {
  margin: 0px;
  padding: 0px;
}

.product-list a {
  display: block;
  border-bottom: 1px solid #eee;
}

.product-list a:last-child {
  border-bottom: none;
}

.product-list li {
  list-style: none;
  padding: 15px 15px 15px 0;
  display: block;
}

.product-list li>div {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.product-list li img {
  width: 100%;
}

.product-list li .product-name {
  color: #2C3E50;
  font-weight: 300;
  font-size: 16px;
  margin-left: 15px;
}

.product-list li button {
  border-radius: 100px;
}

.product-list li i {
  font-size: 10px;
  display: inline-block;
  width: 30px;
}


/* product details */

.product-full img {
  width: 100%;
  max-width: 100%;
}

.product-full .product-banner-title {
  padding: 15px 50px;
  color: #FF5722;
  background-color: #fff;
}

@media(max-width:768px) {
  .product-full .product-banner-title {
      padding: 15px;
  }
  .product-full .product-banner-title small {
      display: none;
  }
}

.product-full .product-banner-title h3 {
  margin: 0;
  padding: 0;
  color: #3F51B5;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.availability {
  font-size: 18px;
  color: #2ecd99;
  font-style: italic;
  font-weight: 100;
}

.sku {
  font-size: 16px;
  color: #757575;
}

.sku span {
  font-size: 14px;
  color: #9b9b9b;
}

.price {
  font-size: 24px;
  color: darkorange;
}

.product-description {
  padding-top: 25px;
  font-size: 16px;
  line-height: 25px;
  color: #878787;
  font-weight: 200;
}

.color-label,
.size-label {
  padding: 0 25px 0 0px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
}

.size-label {
  padding: 0 25px 0 6px;
}

.color,
.size {
  padding: 10px 10px;
  margin-bottom: 25px;
}

.back {
  margin-bottom: 25px;
}

.related-products {
  position: relative;
  height: 225px;
  overflow: hidden;
}

.related-products img {
  width: 100%;
  max-width: 100%;
}

.related-products .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.related-products:hover .overlay {
  opacity: 1;
}

.related-products-link {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.related-products-link i {
  font-size: 40px;
}

.related-products:hover .related-products-link {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.product-info {
  position: relative;
  border: 1px solid #eee;
  border-top: 0;
}

.product-info .related-name {
  font-size: 18px;
  font-weight: 400;
  color: #2C3E50;
  padding: 25px 0;
  position: relative;
}

.product-info .related-price {
  font-size: 18px;
  font-weight: 200;
  color: #9b9b9b;
  padding: 30px 0;
  position: relative;
  margin-bottom: 15px;
}

.related-name:after {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #40b7ab;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.product-info-icon {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  font-weight: 500;
  transition: all 320ms ease-in-out;
}

.product-info-icon:hover {
  background-color: #1cac9f;
}

.product-info-icon a {
  color: #607D8B;
  transition: all 320ms ease-in-out;
}

.product-info-icon a:hover {
  color: #fff;
}


/* Product color size */

.product-switches {
  padding: 0;
  overflow: hidden;
}

.product-switches>span.switch.switch-label {
  color: #333;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  position: relative;
  -webkit-transition: transform .1s ease-out, background .2s;
  -o-transition: transform ease-out .1s, background .2s;
  transition: transform .1s ease-out, background .2s;
}

.product-switches .switch-label {
  background-color: #f1f1f1;
}

.product-switches .switch {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  opacity: 0.5;
}

span.switch.switch-label.selected {
  border: 3px solid #9E9E9E;
}

span.switch.switch-label.switch-color.selected::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 10px;
  left: 14px;
}

.color-size .label {
  line-height: 35px;
}

hr.header-divider {
  position: relative;
}

hr.header-divider:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ff0001;
  top: -1px;
  left: 0;
  position: absolute;
}


/* invoice */

.invoice-wrapper {
  padding: 25px;
}

.invoice-wrapper.table tr td {
  vertical-align: top !important;
}

.invoice-wrapper table tr td img {
  border-radius: 0;
  width: 150px;
  height: auto;
}

.invoice-table {
  margin: 15px;
}

.table-no-border.table>tbody>tr>td,
.table-no-border.table>tbody>tr>th,
.table-no-border.table>tfoot>tr>td,
.table-no-border.table>tfoot>tr>th,
.table-no-border.table>thead>tr>td,
.table-no-border.table>thead>tr>th {
  border-top: none;
}

.invoice-wrapper .table thead th:last-child {
  text-align: right !important;
}


/* 404 */

.fourofour-wrapper {
  color: #37474F;
  max-width: 450px;
  margin: 0px auto;
  margin-top: 140px;
  position: relative;
  text-align: center;
  /* border: 2px dashed #ccc; */
}

@media screen and (max-width: 640px) {
  .fourofour-wrapper {
      margin-top: 60px;
  }
}

.fourofour-wrapper .panel {
  margin-bottom: 0;
}

.error-code {
  font-weight: 400;
  font-size: 80px;
  letter-spacing: 1px;
}

.fourofour-text {
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.tab-content>.tab-pane {
  padding:10px;
}

/* Table-datatable */

.table tr td img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.table tr td {
  vertical-align: middle !important;
  padding: 6px 10px !important;
  line-height: 1.2 !important;
}

.table>thead>tr>th {
  border-top: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
  border-bottom: none;
  line-height: 1;
}

.table>thead>tr>th:last-child {
  border-right: 1px solid #dddddd !important;
}

.table thead th {
  vertical-align: middle;
  padding: 8px 10px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.table thead th {
  padding: 15px 10px !important;
}

.table tbody tr:hover {
  background-color: #f3f3f3;
}

table.dataTable tbody th,
table.dataTable tbody td {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  line-height: 1;
}

table.dataTable tbody tr:last-child td {
  border-bottom: 1px solid #dddddd !important;
}

table.dataTable tbody tr td:last-child {
  border-right: 1px solid #dddddd !important;
}

a.datatable-buttons {
  border: 1px solid #eee !important;
  background-color: #fff !important;
  background-image: none !important;
}

a.datatable-buttons:hover {
  background-color: #ececec !important;
}


/* Datatable */

table.dataTable thead th {
  text-align: left;
  background-color: #f0f0f0;
  font-weight: bold;
}

table.dataTable.tabelKomisi thead th {
  background-color: #333333 !important;
}

table.dataTable tfoot td {
  padding: 10px 10px !important;
}

table.dataTable tfoot th {
  vertical-align: middle;
  padding: 20px 0 !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0 !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: .5em;
  font-family: FontAwesome;
  content: "" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  font-family: FontAwesome;
  content: "" !important;
}

@media (max-width: 380px) {
  .dataTables_wrapper .dataTables_filter input {
      width: 100% !important;
      display: block !important;
      margin: 0 !important;
  }
  .dataTables_wrapper .dataTables_length label {
      white-space: normal !important;
  }
  .dataTables_wrapper .dataTables_info {
      white-space: normal !important;
  }
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
      text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
      text-align: left !important;
  }
}

.dataTables_wrapper {
  overflow: auto;
}


/* jvectormap */

.jvectormap-container {
  height: 100%;
}


/* Elevatezoom */

#gallery_01 img {
  width: calc(25% - 4px);
  height: 150px;
}

.elevate-gallery {
  padding-top: 1rem;
}

.elevate-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.elevate-img-link {
  position: relative;
  display: block;
}

.elevate-wrapper .elevate-img-link img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}


/* calendar */

#calendar {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* dropzone */

.panel.dropzone-panel .panel-body {
  padding: 0;
}

.dropzone {
  border: 2px dashed #757575 !important;
}


/* select2 */

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #ececec;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  border: 1px solid #ececec;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: none;
  border: 1px solid #ececec;
  border-radius: 0px;
  padding: 2px 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ececec;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: auto !important;
}


/* Code snippets */

.code-snippet {
  margin-top: 50px;
  border: 1px solid #ececec;
  padding: 25px 30px;
}

.code-snippet h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}


/* Browser behavior customization */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  color: #eee;
}

.headLogin, .bodyLogin {
  /* box-shadow: 0 2px 21px rgba(0, 0, 0, 0.5), 0 -1px 0px rgba(0, 0, 0, 0.3); */
  /* -webkit-box-shadow: 0 2px 21px rgba(0, 0, 0, 0.5), 0 -1px 0px rgba(0, 0, 0, 0.3); */
  -moz-box-shadow: 0 2px 21px rgba(0, 0, 0, 0.5), 0 -1px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
}
.g-recaptcha>div {
  margin-left:auto;
  margin-right:auto;
}
.form-control:focus {
  border-color:#a5c607;
  background: #ffffff;
}

.form-control[readonly]:focus, .form-control[disabled]:focus {
  background-color: #eee;
  border: 1px solid #e0e0e0;
}
.headLogin {background-color: transparent;margin-bottom: 15px; margin-left: auto;margin-right: auto;animation: none;animation-duration: 1200ms !important;}
.headLogin .panel-body {
  padding: 15px;
}

.headLogin .form-header {
  margin: 0;
  text-align: center;
}
.bodyLogin.form-wrapper {animation: none;animation-duration: 1200ms !important;padding: 50px 35px;}

.alert.show {
  opacity:1;
}

.informationBox .alert {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.incomplete.status {
  color:red;
}

.active.status {
  color: green;
}
.informationBox .alert button {
  right: -5px;
}
.select2-results__option {
  font-size:12px;
  padding-left:15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 3px 20px 1px 15px !important;
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 0.5px;
  box-shadow: none;
  background-color: #F9F9F9;
  /* border: 1px solid #e0e0e0; */
  color: #607D8B !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e0e0e0 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-dropdown {
  border: 1px solid #e0e0e0 !important;
}

.select2-search--dropdown {
  background: #F9F9F9;
}
.label {
  font-size: 11px;
  border-radius: 5px;
  padding: 3px 10px 5px 10px;
  line-height: 1;
}
.label-info.status {
  font-weight: 500;
}

.label-info.status0 {
  background-color: #f0ad4e;
}

.label-info.status2 {
  background-color: #d9534f;
}

.label-info.statusMember {
  background-color: #00a9db;
}
.label-info.statusProspect {
  background-color: #ef9f00;
}

.label-info.status-fullaccess {
  background-color: #4CAF50;
}
.label-info.status-gymonly {
  background-color: #3F51B5;
}
.label-info.status-ptonly {
  background-color: #FF5722;
}

.label-info.statusProspect.Finished,
.label-info.statusProspect.Tidak {
  background-color: #888888;
}
.dt-search {
  text-align: right;
}

.dt-search label {
  margin-right: 10px;
}

.dt-search input {
  border-radius: 5px !important;
}
.label-info.statusProspect.Tidak {
  width: 80px;
  white-space: normal;
  display: inline-block;
  letter-spacing: 0;
}
.label-info.statusCancel {
  background-color: #db0000;
}
.tabWrapper > .nav {margin-left: 30px;margin-top: 30px;margin-bottom: 35px;border-bottom: 1px solid #dedede;margin-right: 30px;}
.KomisiTabel table {
  width:100%;
}
.tabWrapper > .nav {
  /* float: right; */
  text-align: right;
}
.darkBlackRow {
  background-color: #444444;
  font-weight: 500;
  color: #ffffff;
}
.darkRow {
  background-color: #eeeeee;
  font-weight: 500;
}
.small_note {
  display: block;
  font-size: 11px;
}
.statusData {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}
.statusData.active {
  background-color: #08c08c;
}
.statusData.future {
  background-color: #26c6da;
}
.statusData.incomplete,
.statusData.expired,
.statusData.unknown {
  background-color: #e01f1f;
}
.statusData.warning {
  background-color: #FF9800;
}
.centerText {
  text-align: center !important;
}

.nav-pills>li {display: inline-block;float: none;}
.nav-pills>li a {
  vertical-align:middle;
}

.summary_member {margin-top: 10px;float: left;}

.barcodeMember {
  float: right;
  margin-top: 15px;
}

.barcodeMember img {
  width: 338px;
}

#memberBarcode .barcodeMember {
  float: none;
  margin-bottom: 60px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

#memberBarcode .memberShortProfile {
  text-align: center;
  padding: 5px 20px;
}

#memberBarcode .memberShortProfile h3 {
  margin-top: 0;
}

.summary_member .item .theKey {
  display: none;
}

.memberDataWrapper .wrapperAccountMember .fullname, .memberDataWrapper .wrapperAccountMember .memberclub, .memberDataWrapper .wrapperAccountMember .barcode {
  color: #a5c607;
  color: #ffffff;
}

.content_wrapper .memberDataWrapper .wrapperAccountMember .memberclub .theValue {
  font-weight: bold;
}

.content_wrapper .memberDataWrapper .wrapperAccountMember .photoMember img {
  padding: 3px;
  background: #ffffff;
}

.summary_member .fullname .theValue {
  font-weight: bold;
}

.checkin_membership .summary_member .fullname .theValue {
  font-size: 21px;
  font-weight: bold;
}

.summary_member .memberclub .theValue {
  font-weight: bold;
}

.content_wrapper .summary_member .memberclub .theValue {
  font-weight: normal;
}

.summary_member .statusmember .theValue {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #00a9db;
}

.summary_member .statusmember .label-info.status {
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  border-radius: .25em;
}

.summary_member .statusmember.prospect .theValue {
  background-color: #ef9f00;
}

.summary_member .statusmember.expired .theValue {
  background-color: #e01f1f;
}

.summary_member .statusmember.active .theValue {
  background-color: #00a9db;
}

.summary_member .statusmember.prospect.finished .theValue {
  background-color: #888888;
}
.summary_member .memberclub {
  margin-top: 3px;
}
.summary_member .statusmember {
  margin-top: 5px;
}

.summary_member .reasonData {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
.formVerifyFingerprint .chooseDevice {
  margin-top: 15px;
}

.formVerifyFingerprint .chooseDevice label {
  margin-bottom: 10px;
}

.formVerifyFingerprint .captureFP {
  margin-top: 25px;
}

.formVerifyFingerprint .captureFP .my-text7 {
  margin-bottom: 25px;
}
.whiteModal .modal-header .modal-title {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 15px;
  color: #8daa04;
}
.txBtn {
  font-size:12px; letter-spacing:0;
}
.itemTx {
  font-weight: normal; font-size: 14px;
}
.POSDisplay, #receipt {
  letter-spacing:0;
}

#receipt h3 {
  margin-bottom: 30px;
}

#receipt h3+div {
  margin-bottom: 15px;
}
.modal-content label,
.modal-content .form-control,
.modal-content {
  letter-spacing:0;
}
.wrapperForm .lockerName {
  font-weight:bold;
  letter-spacing:1px;
  font-size: 15px;
}
.modal-content hr {
  border-top: 1px solid #e5e5e5;
}
.POSDisplay .navbar{background-color:#333;border-radius:0;border:solid 0 1px 0 1px #000;color:#fff;margin:0;padding:0 20px}.POSDisplay .navbar .navbar-text{color:#ddd;margin-left:0}.POSDisplay .remove{font-size:13px}.POSDisplay .remove:hover{cursor:pointer}.POSDisplay .modal{z-index:10000}.POSDisplay .pos-btn-singout{float:right;margin-top:6px;margin-right:20px}.POSDisplay header{height:60px;background:#2d2626}.POSDisplay #receipt{box-shadow:0 0 1in -.25in rgba(0,0,0,.5);padding:20px 50px;max-height:400px;overflow:auto;font-size:12px}.POSDisplay .r-header{margin-bottom:20px}.POSDisplay .r-footer{text-align:center;margin:30px 0;font-weight:700}.POSDisplay .r-header h3{margin-bottom:30px}.POSDisplay #left .btn{width:28%;border-radius:0}.POSDisplay .header h3{margin:0;padding: 10px;text-align:center;background:#337ab7;color:#fff;font-size: 18px;letter-spacing: 0;line-height: 28px;font-weight: 500;}

.POSDisplay .header .rightnone h3 {
  text-align: left;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-right: 20px;
}

.POSDisplay .header .rightnone h3 .textData {
  display: inline-block;
  /* line-height: 35px; */
}
.select2-results__option {
  letter-spacing:0;
}
.POSDisplay .header .rightnone h3 .form-item {
  float: right;
  min-width: 200px;
}.POSDisplay .header .box{border:solid 1px #ddd;padding:0}.POSDisplay .box .content{padding: 25px;}
.POSDisplay .box .content>label {
  display: inline-block;
  letter-spacing: 0;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 15px;
}.POSDisplay .header .box.rightnone{border-right:none}.POSDisplay #item-table tr:hover{cursor:pointer}.POSDisplay #item-details{padding:20px 0}.POSDisplay #item-details tr td:first-child{width:20%}.POSDisplay .table th, .POSDisplay .table>tbody>tr>td, #receipt .table>tbody>tr>td, .POSDisplay label, .POSDisplay select, .POSDisplay .select2-selection, .POSDisplay .select2-container--default .select2-selection--single .select2-selection__rendered, .POSDisplay input.form-control, .footerResume{/* border:none!important; */font-size: 13px;letter-spacing: 0;}.POSDisplay .main{padding:0 20px 20px 20px;border-radius:5px}.POSDisplay .cart{min-height:250px;padding:10px;border:solid .5px silver}.POSDisplay #cart tr td{background:#fff;border-bottom:solid 1px #eee!important;line-height: 1;}.POSDisplay #cart-tbl{background-color:#f4f4f5;border:solid 1px #eee;overflow:auto}.POSDisplay #cart{max-height:330px;margin-bottom: 5px;}.POSDisplay #total_amount{float:right}.POSDisplay .input{height:200px;border-collapse:collapse}.POSDisplay .input #left{padding:25px 20px;border:solid .5px silver;min-height:210px;border-top:0}.POSDisplay .quantity-box{border:none;max-width:50px}.POSDisplay .discount-input{border:none;max-width:55px}.POSDisplay .input #right{padding:20px;border:solid .5px silver;border-top:0;border-left:0;min-height:210px}.POSDisplay #name{font-size:18px;padding:10px}.POSDisplay #prc{font-size:18px;padding:10px}.POSDisplay #process-form input{border-radius:0;min-height: 38px;}
.POSDisplay .headPOS>label {font-weight: 500;}
.POSDisplay #process-form .btn {
  background: #0e203a;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  min-height: 50px;
  letter-spacing: 1px;
}
.POSDisplay #process-form .btn:hover {
  background: #a5c607;
}
.POSDisplay .form-control[readonly]{background:#fff}
.POSDisplay input.form-control {
  height: 30px;
  padding: 4px 12px;
}
.formPOS .form-group .control-label {
  padding-left:0 !important;
}
.halfCol {
  float: left;
  width: 50%;
}
.listProductTable .dataTables_wrapper>.row>.col-sm-12 {
  padding-left: 0;
}
.reportWrapper .table a,.reportWrapper .table, .reportWrapper .table tr td, .reportWrapper .table th, .reportWrapper .dataTables_filter, .reportWrapper .dataTables_filter label {
  letter-spacing:0;
  font-size:13px;
}

.reportWrapper .table a:hover {color: #a5c607;text-decoration: underline !important;}

.listLocker {display: inline-block;width: 100%;margin-bottom: 20px;}

.listLocker .headPOS {
  margin-top: 25px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.listLocker .headPOS label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
}

.listLocker .dataLocker {
  margin-top: 20px;
}

.listLocker .dataLocker .lockerItem {
  margin-bottom: 25px;
}

.listLocker .dataLocker .lockerItem .wrapLocker {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
  padding: 15px 15px 20px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s  ease-in-out;
  -ms-transition: all 0.3s  ease-in-out;
  -o-transition: all 0.3s  ease-in-out;
  transition: all 0.3s  ease-in-out;
}

.listLocker .dataLocker .lockerItem a:hover .wrapLocker {
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
}

.listLocker .lockerItem .wrapLocker {
  display: table;
  width: 100%;
}

.listLocker .lockerItem .wrapOne {
  /* float: left; */
  /* width: 130px; */
  display: table-cell;
}

.listLocker .lockerItem .wrapTwo {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #cccccc;
  width: 35%;
}

.listLocker .lockerItem .wrapTwo>span {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
  padding-left: 20px;
  line-height: 1;
  font-weight: normal;
  float: left;
}

.listLocker .lockerItem .wrapTwo .textIcon {
  line-height: 24px;
}

.listLocker .lockerItem .lockerName {
  display: block;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.listLocker .lockerItem .lockerName .lbl {
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #aaa;
}

.lockerItem .iconSpace {
  float: left;
  margin-right: 10px;
  line-height: 45px;
  font-size: 20px;
  padding-right: 5px;
  /* border-right: 1px dashed #cccccc; */
  margin-top: 3px;
}

.listLocker .lockerItem .lockerStatus {
  display: inline-block;
  padding: .2em .4em .3em;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  text-transform: lowercase;
  letter-spacing: 0.25px;
  margin-top: 2px;
}

.listLocker .lockerStatus.available {
  background-color: #a5c607;
}

.listLocker .lockerStatus.noavailable {
  background-color: #ff0000;
}

.listLocker .lockerStatus.warningBg {
  background-color: #f6aa00;
}

.listLocker .lockerStatus.blueBg {
  background-color: #00a9db;
}

.formSetStatusLocker.removeSpace>.p240 {
  padding-bottom: 0;
}

.formSetStatusLocker.removeSpace {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.wrapperButtonHead {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10px;
}

hr {
  border-top:1px solid #dddddd;
}

.POSDisplay .content_wrapper {
  border-radius: 7px 7px 0 0;
}

.POSDisplay .content_wrapper .box {
  border-radius: 0 7px 0 0;
  overflow: hidden;
}

.POSDisplay .content_wrapper .box.rightnone {
  border-radius: 7px 0 0 0;
  overflow: hidden;
}

.checkin_membership {
  background: transparent;
  padding: 10px 40px 80px 40px;
}

.checkin_membership .formArea {
  max-width: 100%;
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  /* text-align: center; */
  position: relative;
}

.checkin_membership .softBorder + .formArea {
  margin-top: 0;
}

.checkin_membership .heading_form {
  float: left;
  width: 100%;
}

.checkin_membership .clubSelection {
  float: right;
  width: auto;
  margin-top: 0;
  width: 100%;
}

.checkin_membership .clubSelection select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.checkin_membership hr {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 1px dotted #dddddd;
}

.checkin_membership .memberDataWrapper {
  max-width: 100%;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkin_membership .memberDataWrapper .error_message {
  display: inline-block;
  width: 100%;
}

.checkin_membership .memberDataWrapper .wrapperAccountMember {
  padding: 15px 30px 15px 30px;
  /* border-bottom: 1px solid #dedede; */
  /* margin-bottom: 40px; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
  background: #22334c;
  margin-bottom: 15px;
}

.memberDataWrapper .wrapMembership {
  padding: 15px 10px 15px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
  background: #ffffff;
}
.formCheckin .clubSelection {
  display: inline-block;
  width: 100%;
}

.formCheckin .informationBox {
  clear: both;
  display: inline-block;
  width: 100%;
}
.wrapMembership .wrapCheckinDetail {text-align: center;}

.wrapMembership .wrapCheckinDetail .item_detail {
  margin-bottom: 10px;
}

.wrapMembership .wrapCheckinDetail .labl {
  display: block;
  font-weight: 500;
}


.memberDataWrapper .wrapMembership .pt_info {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.memberDataWrapper .wrapMembership .error_message span {
  margin-bottom: 0;
}

.heading_form h1 {
  font-size:21px;
  text-align: center;
  margin-bottom: 25px;
  /* padding-bottom: 50px; */
  /* border-bottom: 1px solid #eeeeee; */
}

.heading_form h1 i {
  margin-right: 15px;
}

.form-group label {
  margin-top: 6px;
}

.form-group .lbl_text {
  margin-top: 6px;
  display: block;
}

hr.softBorder {
  border-top: 1px solid #cccccc;
  max-width: 100%;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.memberIDSelect input[type="text"] {
  border: 1px solid #eeeeee;
  /* border-bottom: 1px solid #cccccc; */
  background: rgba(255,255,255,0.8);
  text-align: center;
  font-size: 26px;
  font-weight:300;
  letter-spacing:2px;
  height: 50px;
  padding: 6px 105px 6px 12px;
  line-height: 1;
  border-radius: 5px !important;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}

.memberIDSelect input[type="text"]:focus {
  border: 1px solid #a5c607;
}

.memberIDSelect input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:#cccccc;
font-style: normal;
font-size: 26px;
}
.memberIDSelect input[type="text"]::-moz-placeholder { /* Firefox 19+ */
color:#cccccc;
font-style: normal;
font-size: 26px;
}
.memberIDSelect input[type="text"]:-ms-input-placeholder { /* IE 10+ */
color:#cccccc;
font-style: normal;
font-size: 26px;
}
.memberIDSelect input[type="text"]:-moz-placeholder { /* Firefox 18- */
color:#cccccc;
font-style: normal;
font-size: 26px;
}
.noborder {
  border:0 !important;
}

.formArea .error_message {
  text-align:center;
  font-size:13px;
  color:red;
  letter-spacing:0;
}

.astrk {
  color:red;
  font-size:12px;
}

.formArea .error_message span {
  background: red;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-bottom: 30px;
}

.formArea .error_message span a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline !important;
}

.formArea .btnAct {
  text-align: center;
}

.formCheckin .formArea .btnAct {
  position: absolute;
  right: 10px;
  top: 7px;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.formCheckin .formArea .btnAct .btn {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wrapMembership .lnk_add {
  text-align: right;
}

.wrapMembership .lnk_add a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  /* text-decoration: underline !important; */
  margin-top: 5px;
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #666666;
}
.wrapMembership .lnk_add a:hover {
  background: #a5c607;
  color: #ffffff !important;
}
.memberCheckinMsg {
  /* background: #a5c607; */
  /* color: #ffffff; */
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-top: 0px;
}
.memberCheckinMsg .ico {
  display: block;
  text-align: center;
  font-size: 38px;
  margin-bottom: 5px;
  color: #a5c607;
}
.memberCheckinMsg .text_msg {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.wrapMembership .lnk_add a:hover {
  color:#000000;
}
.right_text {
  text-align: right !important;
}
.left_text {
  text-align: left !important;
}
.headFilter {
  /* margin-bottom: 50px; */
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
}
.headFilter .filterItem {
  margin-bottom: 20px;
}
.headFilter label, .headFilter .form-control {
  letter-spacing: 0;
}
.headFilter label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.memberWrapper .memberClub .clubName {background-color: #a5c607;padding: 5px 15px;color: #ffffff;font-size: 11px;font-weight: 500;border-radius: 20px;}
.memberWrapper .memberClub {
  margin-bottom: 20px;
}
.memberWrapper .membershipData {
  margin-bottom: 30px;
}
.memberWrapper .membershipData .no_membership {
  color: red;
  font-weight: 500;
  letter-spacing: 0;
}
.memberWrapper .membershipData .membership_name {
  font-weight: bold;
}
.wrapMembership label, .wrapMembership .form-control, .wrapMembership div, .wrapMembership span {
  letter-spacing:0;
}
.wrapMembership .form-control {
  background-color: transparent;
  border-radius: 5px;
  padding: 7px 12px;
  height: 36px;
}
.wrapMembership .formCheckin label {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.staffProfile .name {
  font-size: 22px;
  font-weight: bold;
}
.staffProfile .lblName {
  font-size: 22px;
  letter-spacing: 0.2px;
}
.navbar.navbar_member {
  background-color: #0e203a;
}
.navbar-header .navbar-toggle,
#sidebar-toggle.navbar-toggle {
  color: #ffffff !important;
}
.profileImage_top {
  background-color: #a5c607;
  height: 150px;

}
.role_User #myNavbar .navbar-nav:first-child {
  display: none;
}
.tableGrid .headingTable {padding-left: 0;}
.tableGrid .headingTable h5 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 17px;
  color: #000000;
}
.tableGrid .headingTable .timeDate {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
}
.fpRow {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
}
.fpRow .col {
  width: 25%;
  float: left;
}
.wrapperRegFingerprint .form-row {
  margin-top: 17px;
}

.wrapperRegFingerprint .form-row.chooseFingerprint {
  margin-top: 0;
}
.wrapperRegFingerprint .btnAct .item {
  margin-top: 10px;
}
.iconFinger {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-size: cover;
}
.icon-indexfinger-not-enrolled{
  background-image: url("../img/svg/indexfinger_not_enrolled.svg");
}

.icon-indexfinger-enrolled{
  background-image: url("../img/svg/indexfinger_enrolled.svg");
}

.icon-middlefinger-not-enrolled{
  background-image: url("../img/svg/middlefinger_not_enrolled.svg");
}

.icon-middlefinger-enrolled{
  background-image: url("../img/svg/middlefinger_enrolled.svg");
}

.capture-indexfinger{
  animation-duration: 500ms;
  animation-name: blink-index-finger;
  animation-iteration-count: infinite;
}

.capture-middlefinger{
  animation-duration: 500ms;
  animation-name: blink-middle-finger;
  animation-iteration-count: infinite;
}
@keyframes blink-index-finger{
  from{
      background-image: url("../img/svg/indexfinger_not_enrolled.svg");
  }

  to{
      background-image: url("../img/svg/indexfinger-anim.svg");
  }
}

@keyframes blink-middle-finger{
  from{
      background-image: url("../img/svg/middlefinger_not_enrolled.svg");
  }

  to{
      background-image: url("../img/svg/middlefinger-anim.svg");
  }
}
@media print {
  .headFilter, .footer, .table_banner, .hidePrint, .left-sidebar,.topbar {
      display: none !important;
  }
  .wrapper-page {
      padding-top: 0 !important;
  }
  .noMarginPrint {
      margin:0 !important;
  }
  .table tr td,
  .table>thead>tr>th,
  .table tfoot tr td {
      padding: 5px 5px !important;
      font-size: 10px;
  }
  table.dataTable tfoot th, table.dataTable tfoot td {
      border-top: 0;
      border-left: 1px solid #dddddd;
      line-height: 1;
  }
  table.dataTable tfoot tr:last-child td {
      border-bottom: 1px solid #dddddd !important;
  }
  table.dataTable tfoot tr td:last-child {
      border-right: 1px solid #dddddd !important;
  }
}