@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);

@media print {
  body {
    display: none;
  }
}

/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.text-info {
  cursor: pointer;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*Just change your choise color here its theme Colors*/
body {
  background: #2f323e;
}

/*Top Header Part*/
.logo i {
  color: #4c5667;
}

.top-left-part .light-logo {
  display: inline-block;
}

.top-left-part .dark-logo {
  display: none;
}

.navbar-header {
  background: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.navbar-top-links>li>a {
  color: #686868;
}

.bg-title {
  background: #f1f2f7;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/*Right panel*/
.right-sidebar .rpanel-title {
  background: #2cabe3;
}

/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #2cabe3;
}

/*Sidebar*/
.sidebar {
  background: #2f323e;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.sidebar .label-custom {
  background: #01c0c8;
}

#side-menu li a {
  color: #97999f;
}

#side-menu li a {
  color: #ffffff;
  border-left: 0px solid #2f323e;
}

.nav-second-level li a {
  color: #000000 !important;
}

#side-menu>li>a:hover,
#side-menu>li>a:focus,
#side-menu>li.active {
  /* background: rgba(0, 0, 0, 0.07); */
  background: #ee1c25;
}

#side-menu>li>a.active {
  background: #ee1c25;
  color: #ffffff;
  font-weight: 500;
}

#side-menu ul>li>a:hover {
  color: #ffffff;
}

#side-menu ul>li>a.active {
  color: #ffffff;
  font-weight: 500;
}

.user-profile .user-pro-body .u-dropdown {
  color: #97999f;
}

/*themecolor*/
.bg-theme {
  background-color: #707cd2 !important;
}

.bg-theme-dark {
  background-color: #2cabe3 !important;
}

/*Button*/
.btn-custom {
  background: #2cabe3;
  border: 1px solid #2cabe3;
  color: #ffffff;
}

.btn-custom:hover {
  background: #2cabe3;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #2cabe3;
}

/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #2cabe3;
  color: #2cabe3;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #2cabe3;
  border-right: 2px solid #2cabe3;
}

/*Nav-pills*/
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background: #2cabe3;
  color: #ffffff;
}

.helpdesk-info .table-responsive {
  padding-top: 35px;
}

.helpdesk-info hr {
  margin-bottom: 0px;
}

.top-btn {
  padding-bottom: 0px;
  padding-top: 0px;
}

.top-btn li a {
  padding: 8px 20px;
}

.sidebar-list-color:hover {
  color: #ee1c25 !important;
}

.sidebar-list-backgroung-color {
  background-color: white;
}

.hamburger {
  float: right;
}

.slim-sidebar {
  height: 100%;
  overflow: visible !important;
}

.img-logo {
  display: block;
}

@media (max-width: 767px) {
  .slim-sidebar {
    overflow: scroll !important;
  }
}

@media (max-width: 410px) {
  .img-logo {
    display: none !important;
  }

  .hamburger {
    float: none;
    width: 100%;
  }

  .dropdown {
    float: right !important;
  }
}

/* Id Card  */
.landscape-box {
  border: 1px solid #e4e7ea;
  margin: auto;
  border-radius: 8px;
}

.landscape-container {
  width: 400px;
  border: 1px solid #e4e7ea;
  height: 100%;
}

.form-group {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.filter-form-group {
  margin-bottom: 10px;
}

.user-logo {
  margin-left: 105px;
  margin-top: 15px;
}

.text-size {
  font-size: 12px;
  font-weight: 500;
}

.portrait {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 10px;
}

.portrait-input {
  border-radius: 13px;
}

.portrait-container {
  width: 550px;
  border: 1px solid #e4e7ea;
}

.portrait-box {
  border: 1px solid #e4e7ea;
  margin: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.signature {
  display: flex;
  justify-content: center;
}

.card-staff {
  text-align: center;
  border-top: 1px solid #e4e7ea;
  font-weight: 500;
}

.card-staffs {
  text-align: center;
  border-top: 1px solid #e4e7ea;
  margin-top: 18px;
  font-weight: 500;
}

.visitor {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.wraping-col {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #2cabe3;
}

.badge {
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
}

#side-menu .nav-second-level,
#side-menu .nav-third-level {
  box-shadow: 0px 0px 3px #3c3c3c85;
}

#side-menu .nav-third-level.right {
  left: 0;
  top: 48px;
}

ul.download-dropdown {
  padding: 1px !important;
  min-width: 88px
}

ul.download-dropdown li {
  padding: 3px;
}

ul.download-dropdown li a {
  padding: 3px 6px;
}

.required-star:after {
  content: "*";
  color: red;
}

.hide-me[aria-expanded="true"] {
  display: none;
}

.custom-load {
  right: 0px;
  top: 0px;
  position: fixed;
  height: 40px;
  width: 160px;
  background-color: #d71d2e;
  border-radius: 5px;
  opacity: .92;
  margin: 20px;
  z-index: 99999999999999;
}

.custom-load .loader {
  display: inline-block;
}

.custom-load .outer-label {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 10px 0px;
  color: white;
}

.custom-load .inner-label {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

/* Datatable */
.dt_bottom_box .dataTables_length,
.dataTables_info {
  float: left;
}

.dataTables_info {
  padding-top: 0px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px 8px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 60px;
  height: 29px;
  padding: 0px 5px;
}

.pagination>li>a,
.pagination>li>span {
  padding: 4px 10px;
}

.dt_bottom_box {
  margin-top: 8px;
}

/* Filter */
.filter_inner_box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.input-group-btn .btn {
  padding: 5px 10px;
}

.img-preview {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  background-position: center;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
}

.btn-outline-danger,
btn-outline-danger:hover {
  color: #dc3545 !important;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
  font-weight: 400;
}

.btn-outline-success,
btn-outline-success:hover {
  color: #34a76c !important;
  background-color: transparent;
  background-image: none;
  border-color: #42c583;
  font-weight: 400;
}

.btn-outline-default,
btn-outline-default:hover {
  color: #666666 !important;
  background-color: transparent;
  background-image: none;
  border-color: #666666;
  font-weight: 400;
}

.apiloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #ffffff47;
}

.apiloader .outer-label {
  position: fixed;
  z-index: 99999999;
  top: calc(50% + 23px);
  left: calc(50% - 35px);
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 0px 5px #000000;
  color: #ffffff;
}

#password_rules {
  font-size: 11px;
}

#password_rules h6 {
  font-weight: 500;
  margin: 0px 0px 8px;
}

#password_rules ul {
  padding-left: 15px;
}

#password_rules .alert {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff8ba;
}

#password_rules ul li {
  color: #a90000 !important;
}

#password_rules ul li.complete {
  color: #51a002 !important;
  font-weight: 500;
}

span.togglePassword {
  color: gray;
  font-size: 12px;
  cursor: pointer;
}

.dt_length_box .dataTables_length {
  float: left;
}