body,html{height:100%}
*:focus{box-shadow:none} 
.alert {
    position: fixed;
    bottom:50px;
    left: 0;
    right: 0;
    z-index: 99999999;
    border-radius: 0;
    text-align: center;
     height:50px; 
     line-height:50px;
	 margin:0;
	 padding:0;
}
a {
   color: #bd3803;
}
 
.alert.slideDown {
	top: 0;
	  -webkit-transform: translateY(-50px);
	-webkit-animation: slideDown 2s 0.5s 1 ease forwards;
	-moz-transform:    translateY(-50px);
	-moz-animation:    slideDown 2s 0.5s 1 ease forwards;
}

.alert.slideUp {
	bottom: 0;
	  -webkit-transform: translateY(50px);
	-webkit-animation: slideUp 2s 0.5s 1 ease forwards;
	-moz-transform:    translateY(50px);
	-moz-animation:    slideUp 2s 0.5s 1 ease forwards;
}
       
@-webkit-keyframes slideDown {
	0%, 100% { -webkit-transform: translateY(-50px); }
	10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
	0%, 100% { -moz-transform: translateY(-50px); }
	10%, 90% { -moz-transform: translateY(0px); }
}

@-webkit-keyframes slideUp {
	0%, 100% { -webkit-transform: translateY(50px); }
	10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideUp {
	0%, 100% { -moz-transform: translateY(50px); }
	10%, 90% { -moz-transform: translateY(0px); }
}

.d-inline-block{display:inline-block}
 

.box-outer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.box-outer.fixedright {
    position: fixed;
    overflow: hidden;
    width: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    left:auto;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
 
.box {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
}
.box .box-col {
    display: table-cell;
    vertical-align: top;
    height:100%;
}
.box .box-row {
    display: table-row;
    height: 100%;
}
.box .box-row .box-cell {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.box .box-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-xl{max-width:100%;}
 
 .bg-transparent{
 	background:transparent;	
 }
  .bg-transparent:focus{
	box-shadow:none !important;
 }
 .bg-gray{
 	background:#f4f4f4;
	border-right:3px;
	border:#eaeaea solid 1px;
 }
  
.close {
    float: right;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
} 


.bg-dark {
    background-color: #fbecd1!important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    border: white solid 3px;
}
.bg-light{
    background-color: #ffcb7c !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.text-brown{
	color:#b33e2e;
}
.overlay{
	top: 0;    left: 0;    right: 0;    bottom: 0;    background: transparent;    z-index: 999;
	position:fixed;
}
.screen-center{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	padding:10px;
}
.alert-danger {
    color: white;
    background-color: #721c24;
    border-color: #721c24;
}
.alert-success {
    color: white;
    background-color: #155724;
    border-color: #155724;
}

.w-30{
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block
}


.word {
    display: none;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 35px;
    color: #aa0c0d;
    font-size: 40px;
    margin: auto;
    left: 50%;
    margin-left: -50px;
}

.word.active{display:block}

.form-control{border-color:#ffdb98;}
.form-control:focus{box-shadow:none}

.border-textbox {
    border: none;
    border-right: none;
    border-bottom: #93281e solid 1px;
    color: #aa0c0d;
    margin-right: 5px;
    text-transform: capitalize !important;
	background:transparent;
}
 
.form-control:focus{
border-color:#ffdb98;
}
 
 	
._720kb-datepicker-calendar-day._720kb-datepicker-today {
  background:red;
  color:white;
}
.form-control:disabled, .form-control[readonly]{
	background:white;
}
.max-width{min-width:360px;margin:auto;max-width:450px}

.bg-form{
	 background:rgba(255,255,255,0.8);	 
}
.mobile .bg-form{
	 height:100%;
}



.loader {
    height: 3px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #ffdb98;
    z-index: 99999999;
	top:0;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #f3a007;
  animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.btn-secondary {
    color: #aa0c0d;
    background-color: #f7c272;
    border-color: #ffdb98;
}
 
 
 body{
	background:url('../images/bg.jpg');
	background-repeat:no-repeat;
    background-position: left bottom;
	background-size:cover;
	background-attachment: fixed; 
} 
 

 

  
 

 
 .h6,h6{
 	font-size:1.5rem;
	color:#b33e2e;
 }

.splash{	 
	top:0;
	left:0;
	width:100%;
	height:100%;	
	z-index:99999999;
	background:white;	
}

.btn-transparent{
	background:transparent;
	color:#aa0c0d;
}
.btn-primary {
    color: #fff;
    background-color: #b33e2e;
    border-color: #b33e2e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b33e2e;
    border-color: #b33e2e;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 151, 137, 0.59);
}
.form-control {
    border-color: #d6d6d6;
}
.afterlogin{
	padding-top:40px;
}
.ng-hide{
	display:none
}