body {
  font-family: "Helvetica Neue"!important;
  overflow: hidden;
  font-size:.9rem;
}

.sidebar {
  height: 100vh;
  display: block;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.user-thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /*background: url("../images/user.jpg") center no-repeat;*/
  background-size: cover;
}

.m-m-v {
  margin: 0rem auto;
}

.bg-img {
  background: url("../images/login-bg2.jpg") no-repeat center;
  background-size: cover;
  background-position: top;
  height: 100vh;
}

.modal-bg {
  border: 0!important;
  background-color: rgba(255,255,255, 0.7)!important;
}

.active-bg {
  background-color: #1a1a1a!important;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #ffffff!important;
}

.m-t-100 {
  margin-top: 100px;
}

.fs-100 {
  font-size: 100px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type=file] {
  display: block;
}

.inputfile + label {
  cursor: pointer;
}

.inputfile + label {
  color: #ffffff;
  background-color: #1a1a1a;
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.map-height {
  height: 600px!important;
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.media-photo {
  height: 150px!important;
  border-radius: 10px!important;
}

.fixed-height {
  height: calc(100vh - 136px);
  overflow-y: auto;
}

.margin-middle {
  margin-top: 100px!important;
}

.move-hand {
  cursor: move!important;
}

.btn:focus {
  box-shadow: none!important;
}

.col-fixed {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.col-fluid {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.icon-width {
  width: 26px!important;
  text-align: center;
}

.list-scroll, .add-scroll {
  height: 836px;
  overflow: auto;
}

.menu-width {
  left: -232px;
  min-width: 26rem;
  top: 136%;
}

.notification-date-time {
  font-size: 14px!important;
  color: #929292!important;
}

.responsive-height {
  height: 100vh;
}

.w-150 {
  width: 200px;
}

.login-control {
  background-color: transparent !important;
  border-bottom: 1px solid #757575;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 10px;
  font-size: 18px;
  padding-bottom: 12px;
  color: #ffffff !important;
  font-weight: 300;
}

.login-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #757575;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: 0;
  box-shadow: none;
}

.btn-round {
  border-radius: 3.5px;
}

.btn-width {
  width: 150px;
}

.checkboxContainer input {
  display: none;
}

.checkboxContainer {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 22px;
  user-select: none;
}

.checkboxContainer .checkmark {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}

.checkboxContainer input:checked + .checkmark {
  background-color: #2196fc;
}

.checkboxContainer:hover .checkmark {
  background-color: #ccc;
}

.checkboxContainer input:checked + .checkmark:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.select {
  cursor: pointer;
  user-select: none;
}

.center {
  margin: 14rem auto;
  padding-left: 60px;
}

.bg-color {
  background: rgba(0, 0, 0, 0.3);
}

.text-middle {
  position: absolute;
  top: 400px;
  left: 10%;
  font-size: 36px;
}

.fixed-footer {
  position: absolute;
  bottom: 0;
  width: 92%;
}

.bg-f1 {
  background-color: #f1f1f1 !important;
}

.text-underline {
  color: #1a1a1a;
  text-decoration: underline;
}

.bg-menu {
  background-color: #eaeaea !important;
}

.border-b {
  border-bottom: 1px solid #dee2e6;
}

.table th, .table td {
  white-space: nowrap;
}

.btn-sm {
  padding: 2px 6px;
}

.btn {
  font-size: .9rem;
}

h6, .h6 {
  font-size: .9rem;
}

h5, .h5 {
  font-size: 1.13rem;
}


/* ---------------------------------------------------
    Developer Style
----------------------------------------------------- */

.btn-w-80 {
  width: 80px;
}

.min-h-400 {
  min-height: 400px;
}

.disabled {
  cursor: not-allowed;
}

.underline {
  text-decoration: underline !important;
}

.loading-block .block {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.loading-block .block img {
  width: 30px;
}

.suggesstion_box li {
  padding: 10px;
  width: 100%;
}

.suggesstion_box li:hover {
  background: #000000;
  cursor: pointer;
  color: #fff;
}

.suggesstion_box {
  border: 1px solid #dee2e6;
  position: absolute;
  z-index: 100;
  background: #f8f9fa;
  border-radius: 5px;
  list-style: none;
  padding-left: 0px;
}

.no-record-found {
  text-align: center;
}

.alink {
  text-decoration: underline;
}

.alert {
  border-radius: 0rem;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.a-link {
  text-decoration: underline !important;
}

.img-container {
  position: relative;
  width: 50%;
}

.img-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.img-overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-container:hover .img-image {
  opacity: 0.6;
}

.img-container:hover .img-overlay {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.semi-bold {
  font-weight: 500;
}

.m-b-r-0 {
  border-radius: 0!important;
}

.border-radius-0 {
  border-radius: 0rem !important;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1a1a1a!important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.runpatch-right label {
  width: 150px;
  font-weight: bold;
  color: #696969;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.s-no {
  width: 10px;
}

.plugin-card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
}

.plugin-card {
  /*width: 49%;*/
  /*word-wrap: break-word;*/
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.8rem;
  padding: 16px;
  margin-bottom: 16px;
  height: 200px;
  position:relative;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
}

.card-radio{
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 16px;
}

.plugin-orange {
  background-color: #ffa422;
}

.plugin-green {
  background-color: #63b867;
}

.plugin-red {
  background-color: #ee514e;
}

.plugin-blue {
  background-color: #22c3d7;
}

.plugin-card p {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
}

.plugin-card h4 {
  font-size: 22px;
  color: #ffffff;
  margin-top: 0;
}

.icon-size {
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-20 {
  font-size: 20px;
}

.btn-90 {
  width: 90px;
}

.alink:hover {
  text-decoration: underline!important;
}

.alink {
  text-decoration: none!important;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.app-card-add-new {
  text-align: right;
  margin-top: 10px;
  margin-right: 14px;
}

.toggle.btn {
    min-width: 5.7rem;
    min-height: 2.15rem;
}

.tick-position li{
	position: relative;
}

.tick-position .active i{
	color:#ffffff!important;
}

.tick-position i{
	position:absolute;
	right:0;
	top:0;
	padding: 12px;
}

.table-fixed-header{
	overflow-y: auto;
	max-height: calc(100vh - 194px);
}
.table-fixed-header thead th { 
	position: sticky; 
	top: 0;
	background:#1a1a1a;
	z-index: 1;
}
.w250{
	width:250px;
}


/* ---------------------------------------------------
    Check In
----------------------------------------------------- */
.alg-center{
	text-align:center;
}
.digital-timer{
	border-radius:10em;
	background-color:#212121;
	color:#ffffff;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	width:220px;
	height:220px;
	margin:76px auto;
}
.digital-timer .time{
	font-size:46px;
	line-height: 28px;
	word-spacing: -10px;
}
.digital-timer .time span{
	font-size:18px;
}
.digital-timer .date{
	font-size:20px;
}
.bg-black{
	background-color:#212121!important;
	color:#ffffff;
}
.checkin-name{
	font-size:26px;
	margin-top:20px;
}
.check-m .digital-timer{
	margin: 54px auto!important;
}
/* --------------------------------------------------- */


/* ---------------------------------------------------
    Icon Spinner
----------------------------------------------------- */
.icon-spinner {
  border: 2px solid yellow;
  border-radius: 10em;
  border-top: 2px solid #212121;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-right:10px;
  pointer-events: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-check{
	background-color:#212121;
	color:#ffffff;
	margin: 0 auto;
	padding: auto 16px;
	display:flex;
	align-items:center;
}
.btn-loader, .btn-successful, .btn-unsuccessful{
	pointer-events: none;
	opacity:.8;
}
.btn-successful .fa-check-circle{
	font-size: 18px;
	margin-right:10px;
	color:#00da00;
}
.btn-unsuccessful .fa-times-circle{
	font-size: 18px;
	margin-right:10px;
	color:red;
}

/* --------------------------------------------------- */


/* ---------------------------------------------------
    Maximum Width 576px
----------------------------------------------------- */

@media (max-width: 576px) {
  .sidebar {
    height: auto;
    display: flex;
  }

  .mobile-align {
    display: flex;
    flex-direction: unset;
    justify-content: flex-end;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
  }

  .mobile-width {
    min-width: fit-content!important;
    position: absolute!important;
    float: none;
    left: auto!important;
    top: 136%!important;
    right: -156%!important;
  }
}


/* ---------------------------------------------------
    Maximum Width 767px
----------------------------------------------------- */

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 0;
  }
  body{
  	overflow:auto;
  }
  .toggle.btn:first-child {
    margin-bottom:10px;
}
}


/* ---------------------------------------------------
    Minimum Width 992px
----------------------------------------------------- */

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px!important;
  }
  .modal-lg {
    max-width: 100% !important;
  }
}


/* ---------------------------------------------------
    Minimum Width 1200px
----------------------------------------------------- */

@media (min-width: 1200px) {
  .col-fixed {
    width: 250px;
  }

  .col-fluid {
    width: calc(100% - 250px);
  }
}


/* ---------------------------------------------------
    Width Minimum 576px and Maximum 991px
----------------------------------------------------- */

@media (min-width: 576px) and (max-width: 991px) {
  .col-fixed {
    width: 250px;
  }

  .col-fluid {
    width: calc(100% - 250px);
  }
}


/* ---------------------------------------------------
    Width Minimum 992px and Maximum 1199px
----------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
  .col-fixed {
    width: 250px;
  }

  .col-fluid {
    width: calc(100% - 250px);
  }
}


/* ---------------------------------------------------
    Width Minimum 1200px and Maximum 1500px
----------------------------------------------------- */

@media (min-width: 1200px) and (max-width: 1500px) {
  .col-xlm-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
}