
input[type="checkbox"]{
  margin:0px !important;
}
.form-group{
     margin-bottom:2px !important; 
     
      }
  .marginRow{
     margin:0px !important; 
     padding:0px !important;
      }
.switch{
  
  margin-left:50%;
}
.mine{
  width:auto;
  margin:0px 50px 0px 50px;
  height:auto;
  /*border-style:groove;
  border-width:5px;
  border-color:#357ebd;
  border-radius:5px;
  font-size:10px;
  font-family: Tahoma;*/
  margin-top:5px;
  padding-top:2px;
   padding-left:5px;
   padding-right:5px;
}
.mine select{
  width:100%;
  height:27px;
  line-height:14px;
padding:auto;
}
.mine input
{
height:25px;
line-height:14px;
padding:auto;
}

.error {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #F00;
    font-size: 12px;
    width: 222px;
    top: 0%;
    left: 6%;
    border-radius: 3px;
    height: 30px;
    padding: 7px;
	position:absolute;
	display:none;
} 

.ths{
	font-size:11px;
	text-align:left;
}

.dynamictext{
	
	width:100px;
	border:none;
	
}

.require{
	color:#FFE5E5;
}
.back.filled input{
  background-color:#33CC33;
}


.viewcustomer{
  width:auto;
  margin:0px 50px 0px 50px;
  height:auto;
  /*border-style:groove;
  border-width:5px;
  border-color:#357ebd;
  border-radius:5px;*/
  margin-top:5px;
  font-family: Tahoma;
  padding-top:2px;
   padding-left:5px;
   padding-right:5px;
}
.viewcustomer small{
  font-size:12px;
}
.viewcustomer strong{
  font-size:12px;
}

.mandatory {
	color:red;
}