span.errorM {
    color: red;
    padding-bottom: 5px;
    float: left;
}
input.errorValidate{
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(255, 0, 0);
	border: 1px solid red !important;
}
.user_info{
	float: none;
	margin: 0 auto;
	text-align: center;
}
.container .user_info label {
    margin-top: 5px;
    text-align: left;
    float: left;
}
.container .user_info h5{
	margin-bottom: 20px;
}
input.btn-update{
	float: left;
	font-size: 15px;
	padding: 5px 35px;
  margin-right: 15px;
}
.my_login h4.modal-title {
    color: #ff9536;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.my_login .modal-dialog{
/*	width: 400px;*/
}
.my_login .modal-content{
    background: rgba(0,0,0,.8);
    border: 3px solid #ff9536;
/*    width: 750px;
margin-left: -149px;*/
display:table;
width:100%
}
.my_login .modal-header{
	border: 0;
	padding-bottom: 0;
}
.my_login .close{
	color: #ff9536;
	font-size: 25px;
  font-family: 'Crimson Text', serif;
}
.my_login .loginB p a,
.my_login .loginB p{
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
        margin-bottom: 10px;
        font-family: 'Crimson Text', serif;
        letter-spacing: 1px;
        font-weight: bold;
        line-height:17px;

}
.Utype{
	float: none;
	margin: 0 auto;
   font-family: 'Crimson Text', serif;

}
.Utype select{
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-color: #ff9536;
	font-size: 16px;
	margin-top: 10px;
  font-weight: bold;
letter-spacing: 2px;
  background:url('../images/dropdown.png') no-repeat right;
}


.login_input input{
  background: rgba(0,0,0,0.5)!important;
  color: #fff!important;
  border-color: #ff9536;
  font-size: 16px;
  margin-top: 10px;
}
.form-groups{
    margin: 15px 0;
    font-family: 'Crimson Text', serif;
    background: rgba(0,0,0,.5);
    color: #fff!important;
   /* border: 1px solid #ff9536;*/
}
.btn-submit{
    background: rgba(0,0,0,0.6);
    border-color: #ff9536;
    border-width: 2px;
    color: #fff;
    padding: 5px 50px;
    border-radius: 2px;
    min-width: 175px;
    
    font-size: 16px;
    margin-top: 13px;
    letter-spacing: 2px;
    font-weight: bold;
}
.btn-submit:hover{	
    background: rgba(0,0,0,0.6);
    border-color: #ff9536;
    border-width: 2px;
    color: #fff;
}
.form-groups input{
	width: 100%;
	margin: 0 auto;
}

img.profile_img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
body.userD ul.nav.navbar-nav li:last-child a{
    padding: 5px;
}
.user_dash{
	background: url('assets/imgs/looking_beautifier.png');
}
.outer_container{
	padding-top: 75px;
}
.outer_container .sidebar{
	color: #fff;
}
ul.sidebar_menu{
	padding: 0;
  padding-top: 20px;
}
ul.sidebar_menu li{
	list-style-type: none;
	padding: 3px 0;
}
ul.sidebar_menu li a{
	color: #fff;
}
.outer_container .main_cont{
	border-top: 2px solid #ff9536;
	border-left: 2px solid #ff9536;
  border-bottom: 2px solid #ff9536;
	color: #fff;
}
.outer_container .main_cont large{
	color: #ff9536;
}
.user_image{
	margin-top: 15px;
	padding: 5px;
}
small.flr{
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}
small.flr a{
    color: #fff;
    border: 1px solid #ff9536;
    border-radius: 4px;
    padding: 7px 12px;
}
h4.userN{
	margin-bottom: 2px;
	margin-top: 20px;
	color: #ff9536;
	text-transform: uppercase;
	font-size: 18px;
}
span.userRole{
	font-size: 12px;
	text-transform: uppercase;
}
.inner_part{
	text-align: center;
}
.jquery-calendar{
	margin-top: 15px;
	padding: 5px;
}
.scnd_half h3{
	padding-left: 25px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ff9536;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 45px;
	margin-top: 5px;
}
.upcoming .pre_inner{
	padding: 10px;
}
.pre_inner{
	background: rgba(0,0,0,0.6);
	border-left: 4px solid #ff9536;
	padding: 7px 10px;
}
.pre_inner h4{
	font-size: 16px;
	color: #ff9536;
	text-transform: uppercase;
}
span.flr{
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 4px;
}
span.flr a{
	color: #fff;
}
.pre_outer{
	margin: 5px 0;
}
.myh3 h3{
	padding-left: 25px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ff9536;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 38px;
	margin-top: 15px;
}
.panel-count span.panelC {
    cursor: pointer;
}
.bolder {
    font-weight: 600;
}
.panel-count span.panelC:hover {
    color: orange;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /* transform: scale(1.2); */
}
.upcoming span.flr{
	margin-top: 0;
}
.upcoming .fa{
	font-size: 18px;
}
.calendarD{
  text-align: left;
  padding-left: 5px;
  padding-top: 10px;
}
.calendarD span.to-day {
    width: 20px;
    height: 20px;
    background: #663f01;
    border: 1px solid #663f01;
    display: inline-block;
}
.calendarD span#Ttext {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}
footer.foot-12{
  margin-top: 20px;
}
footer.foot-12 a i.fa{
  font-size: 26px;
}
.image_part {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: url('../imgs/image22.png');
    margin: 0 auto;
    background-position: 50%;
}
.top-lft,.scnd_half{
  padding: 30px;
}
.top-lft > .user_pro,
.top-lft > .upcoming,
.scnd_half .row{
  background: rgba(0,0,0,0.5);
}
.top-lft > .upcoming{
  margin-top: 15px;
  padding-bottom: 15px;
}
.scnd_half .row{
  padding-bottom: 10px;
}
.sub-tab h4.userN{
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid silver;
    width: 75%;
    margin: 3px auto;
}
.sub-tab span.userRole {
    font-size: 26px;
    color: #ff9536;
}
.curr-pack h3{
  font-size: 22px;
  padding-left: 0;
  margin-left: 0;
  line-height: 36px;
  margin-top: 20px;
}
.curr-pack-lis ul{
  float: left;
  padding-left: 0;
}
.curr-pack-lis ul li{
  list-style-type: none;
  padding: 5px 0;
}
.curr-pack-lis ul li span{
  font-size: 16px;
  text-transform: uppercase;
}
.curr-pack-lis ul li span.ptitle {
  font-size: 20px;
  color: #ff9536;
}
span.ex-big{
  font-size: 32px !important;
}
.transactions{
  padding-top: 0px;
}
.cpack{
  padding-bottom: 15px;
}

















/* calendar style here */
.picker-container {
  position: absolute;
  z-index: 99;
}
.cal {
  background-color: white;
  display: block;
  width: 216px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
  border-spacing: 0;
}
.cal a {
  text-decoration: none;
}
.cal tr, .cal th, .cal td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.cal caption {
  line-height: 32px;
  font-weight: bold;
  color: #e2e2e2;
  text-align: center;
  text-shadow: 0 -1px black;
  background: #333;
  //background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid #333;
  border-bottom: 1px solid #313131;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.cal caption a {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  color: #e2e2e2;
}
.cal caption a:hover {
  color: white;
}
.cal caption .prev {
  float: left;
}
.cal caption .next {
  float: right;
}
.cal th, .cal td {
  width: 30px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.cal th:first-child, .cal td:first-child {
  border-left: 0;
}
.cal th {
  line-height: 20px;
  font-size: 8px;
  color: #696969;
  text-transform: uppercase;
  background: #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
.cal td {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.cal td a {
  clear: both;
  display: block;
  position: relative;
  width: 30px;
  line-height: 28px;
  color: #666;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
  -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}
.cal td a:hover, .cal td.off a {
  background: #f3f3f3;
}
.cal td.off a {
  color: #b3b3b3;
}
.cal td.active a, .cal td a:active {
  margin: -1px;
  margin-right: 0;
  color: #f3f3f3;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #663f01;
  border: 1px solid #663f01;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.cal td.active:first-child a, .cal td:first-child a:active {
  border-left: 0;
  margin-left: 0;
}
.cal td.active:last-child a, .cal td:last-child a:active {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td.active a, .cal tr:last-child td a:active {
  border-bottom: 0;
  margin-bottom: 0;
}





























@media (min-width: 768px){
	.navbar {
		border-radius: 0px !important;
	}
}


/*9-2*/
.modal-header h4 {
    font-family: 'Crimson Text', serif;
  }
  input::-webkit-input-placeholder {
color: white !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
input:-ms-input-placeholder {  
color: white !important;  
}
select {
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    text-indent: 1px;
    text-overflow: '';
}
div.uk-notification {
    z-index: 1200;
    top : 100px;
}
.close {
   text-shadow:none;
    opacity: 1;
}
a.forgot {
    line-height: 0px;
}
.cust_head {
      text-align: center;
    padding-top: 200px;
    padding-bottom: 150px;
    background:url('../images/contact_back.jpg');
}