.group-addon-custom{
	padding: 0px;
	border: none;
	width : 45%;
}
.form-control-custom{
	border-left: 0px;
}

.form-control{
	padding: 2px 2px;
	display: inline;
}
/*Changhed Here Ragini for required * as red*/
.required label:after {
    color: #e32;	
    content: ' *';
    display:inline ;
}

table.custom-border{
    border:0.5px solid #666666;
    
  }
table.custom-border > thead > tr > th{
    border:0.5px solid #666666;
}
table.custom-border > tbody > tr > td{
    border:0.5px solid #666666;
}


.select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 0px !important;
   margin-left: -10px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de !important;
   border-radius: 0px !important;
    width: 100% !important;
   height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: 30px !important;
}
.select2-container--default{
    width: 100% !important;
}
.skin-blue .main-header .logo {
    background-color: #fff !important;
}
.martop{
	    margin-top: -20px !important;
}

.compact{
	    margin: 0px !important;
	    padding: 0px !important;
}

.main-section{
	padding:15px;
}
h5{
	font-weight: bold;
}
.mt-33{
	margin-top:33px;
}