/* General
==================================*/
.overflow-scroll .scroll{
  transform: none !important;
}
h1 {
    color: #fff;
    text-shadow: 0 1px 0px #000;
    font-size: 42px;
}

.wall{
	min-height:20px;
}
.panel-footer {
	    background-color: #ffffff;
}
/* Utilities
==================================*/
.text-muted{
  color:#afafaf !important;

}
.title-bordered {
    border-top: solid 2px #bbb;
    padding-top: 30px;
}

p {
    color: #555;
    margin: 0 0 25px;
}
.btn-date{
   padding: 14px 22px !important;
    height:60px !important;
    font-size:12px !important;
    font-weight: 700;
}

.btn-default-date{
	padding: 8px 10px !important;
    height:40px !important;
    font-size:12px !important;
    font-weight: 700;
}

.btn-staff-rec{
  margin: 8px 8px 8px;
  color: white;
  font-size: 24px;
  width: 80%;
  border-radius: 12px;
  border: 0px;
}
/* .scroll {
    height: 100%;
} */

.color-white{
	font-size: 42px;
	color:white;
	/* tab-item-active:unset; */
}
/* Menu
==================================*/
.menu .bar.bar-header.expanded {
    transition: all .5s ease-in-out;
}

.menu-open .bar.bar-header.expanded {
    background-color: #222;
}

.menu h2 {
    bottom: 0;
    font-size: 18px;
    left: 16px;
    position: absolute;
}

.menu .avatar {
    height: 88px;
    width: 88px;
}

.menu.menu-left * {
    font-weight: bold;
}

.menu-open .ion-navicon {
    transform: rotate(-360deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-open .ion-navicon:before {
    content: "\f2ca";
}



/* The switch - the box around the slider */
switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #18a2b8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #18a2b8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* Login
==================================*/
.app-icon {
    background-color: #aaa;
    background: url('../img/logo-mini.png') center;
    border-radius: 50%;
    height: 125px;
    margin: 0 auto;
    width: 125px;
}

.social-login {
    position: fixed;
    bottom: 0;
}


/* .select{
	background-color: #64b1ff;
	margin-left:35px !important;
	margin-top:-15px;
    color: #fff;
    width: 98%;
    border: 0;
    height: 38px;
    letter-spacing: 0.25rem;
} */

.login-button{
	margin-left:9px !important;margin-top:-20px !important;margin-right:5px !important;
}

.input-width{
	width:100%;
}


.loader{
	background: #008000 !important;
	border-radius:100px;
	height:10px;
}
.percent{
		color:white !important;
		text-align:center;
		font-size:9px !important;
	}
	
	.input-login{
	background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  bottom: 0 !important;
  color: #000000 !important;
  letter-spacing: 0.25rem !important;
  padding: 20px 20px !important;
  position: relative !important;
  z-index: 1 !important;
  margin-left:10px !important;
	}
	
	.image-round {
    background-color: #aaa;
    background: center;
    height: px;
    width: 100px;
    border: black solid 1px;
}
.new-image-round-ob{
  width: 90px;
  height: 90px;
  display: block;
}
.image-round-small {
    background-color: #aaa;
    background: center;
    border-radius: 50%;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}
.image-round-thumbnail {
    background-color: #aaa;
    background: center;
    border-radius: 50%;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}


.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
  margin-left:0px !important;
}
.alert .icon {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info
{
  color: #fff !important;
}
.alert-danger,
.alert-error {
  background-color: #dd4b39 !important;
}
.alert-warning {
  background-color: #f39c12 !important;
}
.alert-info{
  background-color: #00c0ef !important;
}
.error-background{
  background-color: #f9b8b8!important;
}
.alert-success {
  background-color: #00a65a !important;
}

 .modal{
    background-color:transparent !important;
    width:100%;
    }
    
    .form-input{
	background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  bottom: 0 !important;
  color: #000000 !important;
  margin-left:10px !important;
	}
	
div.upload {
    width: 120px;
    height: 50px;
    top:34%;
    background:url('../img/upload.png') center ;
    background-color: none;
    background-repeat: no-repeat;
    position: absolute;
    left:2%;
    
}

div.upload input {
    display: block !important;
    width: 100px !important;
    height: 50px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor:pointer !important;
}

div.uploads {
    width: 35px;
    height: 30px;
    top:40%;
    background:url('../img/upload.png') center ;
    background-color: none;
    background-repeat: no-repeat;
    position: absolute;
    left:10%;
    
}

div.uploads input {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor:pointer !important;
}

div.app-camera {
    top:40%;
    position: absolute;
    left:60%;
    font-size:28px;
}
div.gp-camera {
  top:-20%;
  position: absolute;
  left:25%;
  font-size:px;
}
.show-image {
  /* text-align: center; */
}
@media only screen and (max-width: 768px) {
	.show-image {
    /* text-align: center; */
}
.btn-info{
  color:white !important
}
}
    @media only screen and (max-width: 768px) {
      .mobileviewhead {
        display: none !important
      }
      .rowNowrap{
        flex-wrap: nowrap !important;
      }


    }
    @media only screen and (max-width: 768px) {
      .cs-custom-select > a.cs-dropdown-toggle {
        line-height: 51px;
      
      }
    }
div.app-camera {
    top:40%;
    position: absolute;
    left:75%;
    font-size:28px;
}
div.gp-camera {
  top:-20%;
  position: absolute;
  left:25%;
  font-size:px;
}
div.upload {
    width: 120px;
    height: 50px;
    top:28%;
    background:url('../img/upload.png') center ;
    background-color: none;
    background-repeat: no-repeat;
    position: absolute;
    left:0%;
    
}
.row-width{
	width:auto !important
}


.error-input{
	border: 1px solid #ff0000!important;
}
.error-input-form{
	border: 1px solid #ff0000!important;
}
.error-input-outline-form{
	outline: solid #ff0000 1px
}
.success-input{
	border: 2px solid #00ff40!important;
}

.tooltips {
    position: relative;
        z-index: 100;
    
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 55%;
    left: 60%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.btnInfo{
	background-color:#5bc0de;
}

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.margin-bottom-20{
	margin-bottom:20px;
}

.margin-top-20{
	margin-top:20px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-75{
	margin-top:75px;
}
.margin-bottom-10{
	margin-bottom:10px;
}

.margin-top-10{
	margin-top:10px;
}
@media only screen and (max-width: 768px) {
/* Force table to not be like tables anymore */
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
display: block;
}
 
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
 
#no-more-tables tr { border: 1px solid #ccc; }
  
#no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important;
white-space: normal;
text-align:left;
}
 
#no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
 
/*
Label the data
*/
#no-more-tables td:before { content: attr(data-title); }
}


@media only screen and (min-width: 768px) {
#table tr td {border:1px solid #c0c0c0;}
}

.text-blue{
	color:blue;
	padding:20px 20px;
}
.text-purple{
	color:#3399ff	;
	padding:20px 20px;
}
.text-red{
	color:red;
	padding:20px 20px;
}
.text-red-c{
	color:#820041;
	padding:20px 20px;
}
.text-green{
	color:green;
	padding:20px 20px;
}
.padding-20{
	padding:20px 17px;
}
.padding-30{
	padding:30px 30px;
}
.striped{
	background-color: #f2f2f2;
}
.padding-none{
	padding-left:0px;
	padding-right:0px;
}

.padding-5{
	padding-left:5px;
	padding-right:5px;
}

.p-style{
    color: #171616 !important;
    margin: 0 0 5px !important;
    font-size: 16px !important;
}
.left-right-padding-5{
	padding-left: 5px;
	padding-right: 5px;
}
.left-right-padding-20{
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (min-width: 768px) {
	.breakWord {
	  width: 30em;
	  overflow-wrap: break-word;
	}
}

.loader1 {
  border: 5px solid gray;
  border-radius: 50%;
  border-top: 5px solid #255774;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  opacity:0.6;
  position:fixed;
  top:40%;
	left:45%; 
	z-index:100;
}

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

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

.webcam-loader{
	top:40%;
	left:48%;
	position:fixed;
	z-index:1;
	/* background-color: red; */
}


#clickPhoto{
	width: 340px;
	height: 300px;
	top:20%;
	left:40%;
	position:fixed;
	z-index:100;
	border:10px rgba(13, 71, 161, 0.48) solid;
	background-color: rgba(13, 71, 161, 0.48);	
} 
#clickPhoto1{
	position:fixed;
	z-index:100;
	border:10px solid;
	background-color: rgba(13, 71, 161, 0.48);	
} 

@media only screen and (max-width: 768px) {
	#clickPhoto{
		top:15%;
		left:5%;
	}
}

.btn-phone{
	font-size:22px;
	padding:10px;
}

.ink{
	font-size:18px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
.input-border{
	border: 1px solid #3c3b3b!important;
    height:60px !important;
    font-size:20px !important;
    font-weight: 900;
}
.text-30-40{
	font-size:30px ;
}
.btn-own{
   padding: 11px 22px !important;
    height:60px !important;
    font-size:24px ;
}

.btn-default-own{
	padding: 8px 10px !important;
    height:40px !important;
    font-size:16px ;
}

  a{
  margin-bottom:2px;
    height:auto !important;
    font-size:18px;
}
ion-item{
	 padding:5px 10px 16px !important;
    height:60px !important;
    font-size:25px !important;
}
.tabs-top > .tabs, .tabs.tabs-top{
	top: 0px !important;
}
.tabs-striped .tabs {
    background-color: #18a2b8;
}
h5{
font-size:12px !important;	
}
.height-25{
	height:25px !important;
	}

hr{
margin-top: -5px !important;
    margin-bottom: -7px !important;	
}
.image-padding{
	padding-top:5px;
	padding-bottom:2px;
}

.menu-padding{
	padding:10px;
	margin-top:-100px !important;
	z-index:100;
}
.menu-padding-50{
	padding-bottom:45px;
}
 input[type=radio],label{
    padding: 0px 0px !important;
    height:auto !important;
    font-size:21px !important;
}

ion-nav-bar{
	top:0% !important;
	margin-top:-100px !important;
}
}


@media only screen and (min-width: 769px) {
    /* For mobile phones: */
    .pass-card{
      width: 90% !important;
    margin: auto !important;
    }
.input-border{
	border: 1px solid #3c3b3b!important;
    height:40px !important;
    font-size:20px !important;
    font-weight: 500;
}
.btn{
   padding: 6px 12px !important;
    height:40px !important;
    font-size:20px !important;
}

 a{
 margin-bottom:2px;
    height:auto !important;
    font-size:16px;
}
hr{
margin-top: 0px !important;
    margin-bottom: 0px !important;	
}
}
.btn-large{
  height: 100px !important;
    width: 200px !important;
    font-size: xx-large !important;
}

.item-expand {
  position: unset;
  width: 100%;
  max-height: 0px;
  transition: max-height 0.1s ease-out;
  overflow: hidden;
}

.item-expand.inactive:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(1, rgba(255, 255, 255, 1))
  );
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.item-expand.active {
  max-height: 100%;
  transition: max-height 0.3s ease-out;
}


/* DEMO */
.item-expand-footer {
  color: black;
  font-size:20px;
  float:right;
}

.tabs{
	position:fixed !important;
	top:0;
	font-size:20px !important;
	background-color:#18a2b8;
	color:white;
	height:60px !important;
	padding-top:6px;
}

ion-tabs{
	padding:20px !important;
}

/* .dropdown-menu{
	top:25% !important;
} */

.ul-li-color{
  color: #2d6da2 !important;
}

/* .list{
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important
}

.item{
	padding:6px !important;
} */

.popover{
	display:block !important;
}


.form-control{
	border-radius: 0px !important;
}
.div-input{
	border: 2px solid #71ceea !important;
    padding: 12px 12px !important;
    margin-left: 10px;
    border-radius: 0px !important;
}

h5{
	font-size:16px !important;
}

.cropArea {
  background: #ffffff;
  overflow: hidden;
  width:100px;
  height:100px;
}


img-crop{width:100%;height:100%;display:block;position:relative;overflow:hidden}img-crop canvas{display:block;position:absolute;top:50%;left:50%;outline:0;-webkit-tap-highlight-color:transparent}


.expander{
	border:none;
}
.expander>.title{
	padding:.1em .3em;
	cursor:pointer;
}
.expander>.body{
	padding:.1em .3em;
}
.closed{
	display:none;
}

.text-25{
	font-size:25px;
}
.text-30{
	font-size:30px;
}

.small-input{
	display: inline-grid !important;
	max-width: 150px;
    max-height: 40px;
}
.circle:before {
  content: ' \25CF';
}

.cards{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.text-18{
	font-size:18px;
}
.text-16{
	font-size:16px;
}
.text-30-40{
	font-size:40px;
}
.text-bold{
		font-weight:bold;
	}
.visitor-card{
		padding:5px;
		min-height:200px;
}
.visit-auto-remarks{
	height:50px;
  width:50px;
  margin-bottom: 2px;
	border-radius: 3px;
  border: 2px solid #eee;
  padding:2px;
  
}

.full-width{
	width:100%;
}



/* Card Print */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-container-no-wrap {
  display: flex;
  flex-direction: row;
}

.print-card-page{
	height:297mm;
	width:210mm;
	border: dotted 2px;
}

.print-card{
	height:44mm;
	width:80mm;
	border: solid 1px;
}

.print-card-left{
	margin-left:23mm;
	margin-bottom:3mm;
	border-style: outset;
	border-left: solid 2px;
}
.print-card-right{
	margin-right:13mm;
	margin-left:2mm;
	margin-bottom:3mm;
	border-style: outset;
	border-right: solid 2px;
	/*margin: 5px 10px 5px 40px;
	margin-bottom:2mm;	 */
}
.print-card-content{
	overflow-wrap: break-word;
}

.unset-para > p{
	margin:unset;
}
.print-card-top-col{
	height:10mm;
	display:block;
}
.print-card-top-col > p{
	font-size:12px;
}
.print-card-img{
	float: left;
    height:28mm;
    margin-left: 10px;
    margin-top: 2mm;
    width:28%;
}
.print-card-details{
	margin-left: 10px;
	height:28mm;
	margin-top: 2mm;
}	
.print-card-bottom{
	height:5mm;
	text-align:center;
	font-size:10px;
}	

.read-only{
	cursor: unset !important;
}

.round-button-in {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 17px 19px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
}
.round-button-out {
    background-color: #d9534f; /* Green */
    border: none;
    color: white;
    padding: 17px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
}


.search-icon {
  position: relative;
  left: -30px;
  color: white;
  cursor: pointer;
}


/*over-riding ionic default*/
.title-left, .title.title-left{
    left: 0px; 
}

.disabled-link {
       pointer-events: none;
       cursor: not-allowed;
       opacity: 0.4;
    } 
.imgae-area-small{
	height:80px;
	width:80px;
}

.no-padding-right{
	padding-right:0px;
}

.no-padding-left{
	padding-left:0px;
}
.odd-mg{
	margin-left:0px !important;
}
.even-mg{
	margin-left:110px !important;
}

.scale-2x{
    transform: scale(2);
}

.scale-1-5x{
    transform: scale(1.5);
}

.label-{
	font-size: 11px;
    margin-top: -18px;
}
.width-pnl{
	width:42%;
}

.full-page-popup > .popup{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height:100%;
}

.error-top-bar {
    overflow: hidden;
    background-color: #ec8787;
    top: 0; 
    width: 100%; 
}
.error-top-bar > .error-content{
	text-align:center;
	font-size:20px;
}
.waiting-time{
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
    color: #337ab7;
}

.visit-remarks{
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
	color: #337ab7;
}
.underline-text{
	text-decoration: underline;
}
.no-padding{
	padding: unset;
}
.input-border-only{
	border: 1px solid #3c3b3b!important;
    font-size: 20px !important;
    font-weight: 900;
    padding: 1px 7px !important;
}
div.scrollmenu {
    background-color:#18a2b8;
    overflow: auto;
    white-space: nowrap;
    box-sizing: border-box;
}
/* div.scrollmenu::-webkit-scrollbar {
display: none;
} */
div.scrollmenu::-moz-box-sizing {
display: none;
}
div.scrollmenu::-webkit-box-sizing {
display: none;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 19px 8px;
    text-decoration: none;
    font-size:18px;
    border-left:1px;
}
.active1 {
	color:#232323 !important;
	background-color:#ffffff;
    }
    
.photo-video-container{
    position: relative;
}

#qr-scaner-container {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
}

.top-right-btn{
    position: absolute;
    top: 0px;
    right: 0px;
}

.custom-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px;
}
.self-help{
  font-size: 40px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.self-reg-backimage{
  background-image: url('../img/hero.jpg');
}

.self-buttons{
  background-color: #2d6da2 ;
  color: white ;
}
.self-buttons-main{
  background-color: #2d6da2 ;
  color: white ;
  height: 100% ;
  font-size: x-large ;
}
.image-round-25 {
  background-color: #aaa;
  background: center;
  height:25%;
  width: 25%;
  border: black solid 1px;
}
.image-round-small-25 {
  background-color: #aaa;
  background: center;
  border-radius: 25%;
  height: 25%;
  margin: 0 auto;
  width: 50%;
}
.parking-button{
  font-size: 18px;
}
.parking-form{
  padding: 20px;
  border: 1px solid;
}
.parking-submit{
  margin-left: auto;
  display: block;
  border-radius: 5px !important;
}
.category-button{
  margin-bottom: 20px;
  margin-right: 25px;
  margin-top: -10px;
  margin-left: 5px;
}
.center-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-vertical > * {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.button-stretch {
  width: 100%;
}

.col-offset-15 {
  margin-left: 15%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 30px;
}
.btn-circle.btn-lg {
  width: 55px;
  height: 55px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 25px;
}
.pass-icon{
  width: 60px;
  height: 60px;
}
.tab-input{
  margin-left: 3%;
  margin-right: 3%;
  font-size: 25px;
  padding: 0px;
}
.txt-center{
  text-align: center;
  display: block;
}
.comp-icon{
  height:60px;
	width:60px;
	border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  border: 1px solid #444444;
}
.item-icon{
  text-align: center;
  display: block;
  height: 50px;
  width: 50px;
  margin: auto;
  overflow: hidden;
  border: 1px solid lightgray;
  border-radius: 10px;
}

.item-name{
  height: 33px;
  display: block;
  margin-top: 5px;
  color: #444444;
}

delivery-names{
  width: 100px !important;
  font-size: 16px !important;
  color: black !important;
}

.active img{
    /* box-shadow: 5px 10px 8px #8888; */
    border-bottom: 2px solid;
    /* margin-top: 3px; */
    color: #337ab7;
    filter: contrast(280%);
}

.searchbox{
  width: 100%;
  border: 1px solid;
  border-radius: 15px;
  margin-block-end: 15px;
  padding-left: 10px;
  height: 40px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.pass-icon-name{
  margin-top: 4px;
  text-align: center;
  color: #62778e;
  /* color: #2f2f2fe0 !important; */
}

.padding-4{
  padding: 4px 4px 4px !important;
}

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

.padding-0{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.otp-box{
  margin: auto;
  border: 1px solid !important;
  padding: 5px !important;
  font-weight: bold;
  font-size: 20px !important;
  width: 140px;
}

.no-row-margin .row{
  margin: 0;
}

.vertical-align{
  display: flex;
  justify-content: center;
  align-items: center;
}

.recognition-header{
  background-color: #337ab7;
  text-align: center;
}

.recognition-header span{
  padding: 5px;
  letter-spacing: 4px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.counter{
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: xx-large;
  color: white;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-16{
  margin: 0px 16px;
}
.width-70{
  width: 70px;
}
.panel-shadow{
  padding:6px !important;
  box-shadow: 5px 50px 8px #8888;
}
.padding-left-right-5{
  padding: 0px 5px;
}
.padding-left-12{
  padding-left: 12px;
}
.pannel-padding{
  padding: 4px 15px !important;
}

/*  New CSS */

/* .btn-group-fix{
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 1222;
  right: 0px;
  bottom: 0px;
  background: #fff;
} */

input[type=search], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=color], textarea {
  padding: 10px;
  border: 1px solid #ccc ;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50 !important;
  font-size: 18px 
}


.new-input-field {
  padding: 10px;
  border: 1px solid #ccc !important;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #525252 !important;
  font-size: 18px !important
}
.new-label-ob{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 2px;
}

.new-input-field::placeholder {
  /* color: #8f8f8f; */
  font-size: 15px;
}

.custom-padding{
  padding: 6px 10px;
}

.capatalize{
  text-transform: capitalize;
}
.btn-bdr-radius{
  border-radius: 3px;
}
.bdr-right-none{
  border-right: none !important;
}
.bdr-left-none{
  border-left: none !important;
}
.bdr-top-none{
  border-top: none !important;
}
.bdr-bottom-none{
  border-bottom: none !important;
}


.form-control:focus {
  color: #000;
  background-color: #fff;
  border-width: 2px;
  border-color: #80bdff !important;
  box-shadow: none;
}

/* .overflow-section{
  position: absolute;
  overflow-y: scroll;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
} */


.new-scroll.overflow-scroll{
overflow: unset !important;
}

.btn-approve{
  border: 1px solid;
    padding: 6px 15px;
    float: right;
    border-radius: 2px;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.btn-save {
  border: none;
  background: #18a2b8;
  padding: 6px 15px;
  color: #fff;
  float: right;
  border-radius: 2px;
  font-size: 14px;
  margin-left: 10px;
  border: 2px solid #18a2b8;
  cursor: pointer;
}

.btn-save-2 {
  border: none;
  background: #eee;
  padding: 6px 15px;
  float: right;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  margin-left: 10px;
  border: 2px solid #eee;
  cursor: pointer;
}

.btn-save:hover   , .btn-save-2:hover  {
  border: 2px solid #eee;
  background: #fff;
  color: #000;
  transition: all 200ms ease;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
}

.row.new-row{
  margin: 0px;
}

.overlow-x{
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 10px;
}

.span-scroll{
  display: inline;
}


.btn-bottom{
  font-family: sans-serif;
  width: 100%;
  letter-spacing: 1.5px;
}
.p-l-0{
  padding-left: 0px ;
}

.p-r-0{
  padding-right: 0px ;
}

.label-check{
  padding: 6px 10px 0px 0px;
  margin-bottom: 10px;
  font-size: 13px !important;
    /* padding: 0px; */
    /* padding: 10px; */
    /* border: 1px solid #ccc !important; */
    /* border-radius: 3px; *
    /* width: 100%; */
    /* box-sizing: border-box; */
    /* color: #2C3E50 !important; */

}

.m-b-50{
  margin-bottom: 50px;
}

.background-white{
  background: #fff;
}

.own-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 5px;
}

.own-card:hover{
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
    transition: all 200ms ease;

}
.truck-badge{
  border: 1px solid yellow;
  background-color: yellow;
  color: #000;
  border-radius: 2px;

}
.pass-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;

  width: 50% !important;
}

.pass-card:hover{
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
    transition: all 200ms ease;

}
/* 
#vist-auto-remarks{
  overflow-x: scroll;
  white-space: nowrap;
} */


 /* margins */

 .m-t-10{
  margin-top: 10px;
}
.m-b-10{
  margin-bottom: 10px;
}


.ph-disp-none{
  display: block;
}
.w-disp-none{
 display: none;
}
 .filter-btn{
  width: 50%;
  border: none;
  margin-top: -3px;
  padding: 10px;
 }

.new-dropdown-menu-ob li{
  padding: 5px 7px;
 }
 
 .display-block-ob{
   display: block;
 }

 .cursor-pointer{
   cursor: pointer;
 }

 .large-btn{
   width:100%;
   text-align: left;
 }
 .large-btn::after{
   position:absolute;
   right: 5%;
   top:45%
 }
@media only screen and (max-width: 768px) {
  .p-m-0{
    margin: 0px;
  }
  .p-p-0{
    padding: 0px;
  }
  .p-m-t-10{
    margin-top: 10px;
  }
  .p-m-b-20{
    margin-bottom: 20px;
  }
  #ph-vist-tag-cl{
    float: right;
    margin-top: 10px;
  }
   .ph-disp-none{
     display: none;
   }
   .w-disp-none{
    display: block;
  }
  .ph-card-body-ob{
    margin: 0px;
    border: none;
    margin-top: 10px;
    border-top: 1px solid #d8d8d8 !important;
}
.custom-padding {
  padding: 15px 10px 40px 10px!important;
}
  }





  .dvider{
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
    }
  /*  */

  .visit__created__time{
    position: absolute;
  z-index: 2;
  top: -4px;
  left: 7%;
  background: #fea143;
  border-radius: 3px;
  padding: 2px 10px;
  color: #fff;
  font-weight: bold;
  }
  
  .info__box{}
  .info__option{
    background: #fea043;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    margin: 10px 0px 10px 10px;
  }

  .info__box .info__information{
    display: none;
    position: absolute;
    background: #fff;
    padding: 5px 3px;
    font-weight: bold;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    white-space: revert;
    border: 1px solid #eee;
    top: auto;
    bottom: 38px;
    left: 0px;
    margin: 0px 10px;
    border-radius: 3px;
    z-index: 9;
    transition: all 200ms ease

  }

  .info__box:hover  .info__information{
    display:block
  }