/* BEGIN AUTHENTICATION */
.login{
	background-color:#fff !important;
}

.login > .content{
	background: #a69c94;
    width: 360px;
    margin: 0 auto;
    padding: 20px 30px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

h1.login-header{
	color: #73d44a !important;
}

button.btn-login-green{
	background-color: #73d44a !important;
	border-color: #73d44a !important;
	color: #FFF;
}

.login > .copyright{
	color:#000 !important;
}
/* END AUTHENTICATION */

/* BEGIN CUSTOM STYLE */
  
.mt-5{
  margin-top: 5px;
}

.mt-10{
  margin-top: 10px;
}

.mt-15{
  margin-top: 15px;
}

.fs-large{
  font-size: large;
}

.portlet.box {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
}

.top-header-green{
  background-color: #73d44a !important;
  /* background-color: #0068d9bd !important; */
  border: 0.5em solid #eee;
  /* border: 0.3em solid #428fe3; */
}

form > .coupon-forms{
    background: #a69c94 !important;
}

.bg-white{
  background: #fff !important;
}

.bg-green{
  background: #73d44a !important;
  /* background: #0068d9 !important; */
}

.username{
  color:#fff !important;
}

.dropdown-toggle > .username:hover{
  color: #fff !important;
}

#html-content-holder{
  float: left;
  width: 100%;
}

#html-content-holder > div.html-barcode{
   float: left; 
   width: 100%;
}

#html-content-holder > div.html-barcode > div{
  margin: 0 auto;
}

#html-content-holder > div.barcode-code{
  float: left;
   width: 100%;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
}

.page-actions-title{
  float: left;
  width: auto;
  padding: 24px 15px;
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
  font-style: italic;
}

.page-footer .page-footer-inner{
  color:#fff !important;
}

body{
  background: #000 !important;
}

.row{
  margin:0 !important;
}

.page-container{
  padding:0 !important;
}

.page-content-wrapper{
  background: #fff !important;
}

/* END CUSTOM STYLE */
