body{
	font-family: sans-serif !important;
}
ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none !important;
}
 :hover{
	 text-decoration: none !important;
 }
 #toggle-grad {
  background-image: linear-gradient(#2e3f52, #3f90af);
}
#red-txt, .red-txt{
 color: #ef0000 !important;	
}
#green-txt{
	color: #1cc318 !important;
}
#green-bg, .green-bg{
	background: #48bc48 !important;
	color: #fff;
}
#red-bg{
	background: #ef0000 !important;
	color: #fff;
}
#gray-txt, .gray-txt{
	color: #5f5f5f;
}
#gray-bg{
	background: #f2f2f2;
	color: #555555;
}
#bg-brand1{
	background: #2e3f52;
	color: #fff;
}
#txt-brand1{
	color: #2e3f52;
}
#bg-brand2, .bg-brand2{
	background: #3f90af;
	color: #fff;
}
#txt-brand2, .txt-brand2{
	color: #3f90af;
}
#brand-border-bottom{
	border-bottom: 8px solid #3f90af;
}
#brand-border-top{
	border-top: 8px solid #3f90af;
}
#brand-border-left{
	border-left: 3px solid #3f90af;
}
#bg-b2-btn-border{
	border: 1px solid #3f90af;
	color: #3f90af !important;
}
#bg-brand3, .bg-brand3{
	background: #8baabc;
	color: #fff;
}
#txt-brand3{
	color: #8baabc;
}
#bg-brand4, .bg-brand4{
	background: #8e817b;
	color: #fff;
}
#txt-brand4{
	color: #8e817b;
}
#bg-brand5{
	background: #c1a574;
	color: #fff;
}
.form-border{
	border: 1px solid #e6e6e6 !important;
	border-radius: 0px !important;
}
#txt-brand5{
	color: #c1a574;
}
/* width */
::-webkit-scrollbar {
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/*********** Column-Heights ***********/

.header{
	height: 6vh;
	background: #2e3f52;
	padding-left: 31px;
}
.data-wrap, 
.shortcut-wrap,
.cart-selected-wrap,
.make-payment,
.park-order-wrap{
	height: 94vh;
	background: #f7f7f7;
	overflow-y: hidden;
}
.cart-selected-wrap,
.cart-selected-wrap{
	overflow-y: scroll;
}
.cart-list-main{
	height:68vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.cart-added-item{
	height:50% !important;
	overflow-x: hidden;
    overflow-y: auto;
    border-top: 4px solid #8baabc;
}
.make-payment{
	height:94vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.customer-credit-middle,
.customer-credit-end{
	height:94vh;
	overflow-x: hidden;
	overflow-y: auto;
}

/*********** Column-Heights-END ***********/
.bs-canvas-overlay {
   	opacity: 0.85;
	z-index: 1100;
}	
.bs-canvas-left {
	top: 0;
	z-index: 1110;
	overflow-x: hidden;
	overflow-y: auto;
	width: 375px;
	transition: margin .4s ease-out;
	-webkit-transition: margin .4s ease-out;
	-moz-transition: margin .4s ease-out;
	-ms-transition: margin .4s ease-out;
}
.bs-canvas-left {
	left: 0;
	margin-left: -375px;
	height: 100vh;
}
.bs-canvas-right {
	top: 0;
	z-index: 1110;
	overflow-x: hidden;
	overflow-y: auto;
	width: 150px;
	transition: margin .4s ease-out;
	-webkit-transition: margin .4s ease-out;
	-moz-transition: margin .4s ease-out;
	-ms-transition: margin .4s ease-out;
}
.bs-canvas-right{
	right: 0;
	margin-right: -150px;
	height: 100vh;
	overflow-y: scroll;
	text-align: center;
}
.pull-bs-canvas-left,
.pull-bs-canvas-right{
	cursor: pointer;
}
.bs-canvas-header p{
	font-size: 11px;
	color: #caf3ff;
	padding-left: 20px;
	padding-top: 15px;
}
.toggle-top{
	height:18vh;
	overflow: auto;
}
.toggle-middle{
	height: 68vh;
	overflow: auto;
}
.toggle-middle ul{
	list-style: none;
	padding-top: 10px;
	padding: 0px;
}
.toggle-middle li{
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 15px;
}
.toggle-middle ul a{
	color: #333;
	transition: 0.6s;
}
.toggle-middle ul :hover{
	background: #e2ecf2;
}
.toggle-bottom{
	height:14vh;
	overflow: auto;
}
.bs-canvas-close{
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #949494 !important;
	z-index: 999 !important;
}
.right-toggle-item{
	padding: 13px 0px;
	border-bottom: 1px solid #e0e0e0;
}
.right-toggle-item a{
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}
.right-toggle-item img{
	padding-bottom: 4px;
	padding-top: 6px;
}
.reg-btn a{
	color: #fff;
	padding:10px 15px;
	background: #c1a574;
	transition: 0.6s;
	font-size: 13px;
	font-weight: bold;
}
.reg-btn :hover{
	background: #b28f57;
	color: #fff;
}
.bottom-btn a{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	transition: 0.3s;
}
.bottom-btn :hover{
	color: #db141b !important;
}
.app-version{
	font-size: 12px;
	color: #8baabc;
	text-align: left;
	line-height: 16px;
	padding-top: 18px;
}
.app-version a{
	color: #8baabc !important;
	transition: 0.3s;
}
.app-version :hover{
	color: #fff !important;
}
.close{
	color: #caf3ff !important;
	font-size: 16px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 15px;
	z-index: 999 !important;
}
.profile-img{
	width: 75px;
	height: 75px;
	color: #fff;
	font-size: 30px;
	padding-top: 15px;
}
.profile-img-cart{
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	padding-top: 6px;
}
.profile-title h4{
	color: #fff !important;
	font-weight: bold;
	padding-top: 10px;
	font-size: 17px;
	margin-bottom: 4px;
}
.profile-title-cart h4{
	color: #333 !important;
	font-weight: bold;
	padding-top: 10px;
	font-size: 16px;
	margin-bottom: 4px;
}
.profile-title p{
	font-size: 14px;
	color: #c9f3ff !important;
}
.profile-title-cart p{
	font-size: 12px;
	color: #a5a5a5 !important;
}
.timing-title p{
	font-size: 11px;
	color: #808080;
	line-height: 20px;
}
.time-head{
	font-size: 20px;
	color: #555555;
	padding: 0px;
}
.sync-btn{
	font-size: 16px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #fff;
	padding-left: 20px;
}
.company-title{
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 16px;
}
.head-clock{
	color: #bccad8;
	font-size: 13px;
	padding-right: 20px;
}
.head-item{
	color: #f4f4f4;
	font-size: 14px;
	padding-right: 20px;
}
.ctrl-icon{
	margin-left: 25px;
	opacity: .9;
}
.badge-ico{
	margin-left: 15px;
	opacity: .9;
	
}
.badge{
	margin-left: -2px;
	margin-top: 3px;
	position: relative;
	z-index: 1 !important;
}
.dropdown-toggle{
	cursor: pointer;
}
.drop-list{
	max-height: 350px;
	overflow: auto;
	width: 270px;
}
.dropdown-item{
	padding: 10px 10px;
	line-height: 16px;
	font-size: 14px;
}
.sub-txt{
	font-size: 12px;
	color: #6f6f6f;
}
.flex-fill a{
	color: #fff;
}
.drop-btn{
	font-size: 14px;
}
.drop-btn :hover{
	color: #fff;
	padding: 15px 0px;
}
.shortcut-wrap{
	overflow: auto;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}
.shortcut-list{
	border-bottom: 1px solid #e4e4e4;
	margin-top: 15px;
	padding-bottom: 15px;
}
.shortcut-list a{
	color: #333;
}
.shortcut-list :hover{
	color: #7a7a7a;
}
.shortcut-list img{
	padding-bottom: 6px;
	width: 28%;
}
.page-title{
	font-size: 18px;
}
.page-sub-title{
	font-size: 16px;
	font-weight: normal;
	color: #333;
	font-weight: bold;
}
.title-txt{
	font-size: 11px;
}
.add-btn{
	 font-size: 14px;
	 font-weight: bold;
	 line-height: 44px;
 }
 a.add-btn:hover {
	 color: #FFF;
 }
.park-sale th{
	font-weight: normal;
	font-size: 12px;
	color: #929292;
}
.park-sale tbody{
	height: 100px !important;
	overflow-y: scroll;
}
.park-sale td{
	font-size: 15px;
}
.park-sale td a{
	color: #3f90af;
}
.park-sale .time{
	color: #929292;
}
.table-fixed tbody {
    height:65vh !important;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}
.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;

    &::after {
        content: '';
        clear: both;
        display: block;
    }
}
.setup-column-wrap{
	height: 90vh;
	overflow: auto;
	padding-bottom: 30px;
	padding-top: 20px;
}
.setup-column-wrap h4{
	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.setup-column-wrap p{
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
.setup-column-wrap p a{
	color: grey;
}
.setup-column-wrap .list-group-item{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px !important;
}
.setup-column-wrap .list-group-item .button{
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
}
.setup-column-wrap .form-control{
	border-radius: 0px;
	border: 1px solid #efefef;
}
.setup-column-wrap .form-label{
	font-size: 13px;
	padding-left: 5px;
	color: #333;
}
.setup-column-wrap .form-label span{
	font-size: 10px;
}
.setup-column-wrap .input-group .btn{
	font-size: 14px;
}
.config-main h5{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}
.config-main .list-group-item .web-tag{
	font-size: 10px;
}
.config-right .form-text{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.config-right h5{
	font-weight: bold;
	font-size: 15px;
}
.setup-column-wrap input[type="checkbox"] {
    zoom: 1.5;
    margin-top: 4px;
}
.setup-column-wrap .acc-info .acc-info-title{
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	color: gray;
	text-transform: uppercase;
}
.setup-column-wrap .acc-info .acc-info-head{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.acc-button-left{
	padding-top: 12px;
	font-size: 15px;
}
.acc-left-tble .table td{
	font-size: 14px;
}
.payment .acc-info-head{
	font-size: 18px;
	line-height: 22px !important;
	font-weight: bold;
}
.payment-table{
	max-height: 50vh;
	overflow: auto;
}
.payment-table .table th,td{
	font-size: 15px;
}

.data-table{
	max-height: 100vh;
	overflow: auto;
}
.data-table .table th,td{
	font-size: 15px;
}

.setup-column-wrap .btn{
	font-size: 14px;
}
.sp-admin-payment .nav-item a{
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.data-error {
	border: 1px solid #ef0000 !important;
}
.pass-show {
	position: relative;
} 
.pass-show .ptxt{ 
	position: absolute; 
	top: 70%; 
	right: 15px; 
	z-index: 1; 
	color: #5e5e5e; 
	margin-top: -10px; 
	cursor: pointer; 
	transition: .3s ease all;
	font-size: 12px !important;
	font-weight: bold;
}

td a {
	color: #212529;
}


.login-bg {
    background: url(../images/login-bg.png);
    height: 100vh;
    background-position: center center;
    background-size: cover;
}
.admin-login-wrap{
	position: relative;
	top: 10%;
}
.admin-login-wrap .form-control{
	border: none;
	border-bottom: 1px solid #d8d8d8 !important;
	font-size: 18px !important;
}
.admin-login-left{
	border-right: 2px solid #3f90af;
}
.admin-login-right{
	padding-top: 50px;
	padding-bottom: 50px;
}
.admin-login-form .btn{
	padding: 10px 20px;
	font-size: 16px !important;
	letter-spacing: 2px;
	margin-top: 30px; 
	background: #ed1c24;
	color: #fff;
	font-weight: bold;
	border: 1px solid transparent;
	border-radius: 0px;
}
.admin-login-right input::-webkit-input-placeholder {
    font-size: 18px !important;
}







@media(max-width:1199px){
}
@media(max-width:991px){
}
@media(max-width:767px){
}
@media(max-width:480px){
}



input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d842;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #f2dede40;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  color: #B94A48;
  width: 100%;
  margin: 4px 1px 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 14px;
  opacity: 0;
  text-transform:capitalize;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}