.group-addon-custom{
	padding: 0px;
	border: none;
	width : 45%;
}
.form-control-custom{
	border-left: 0px;
}

.form-control{
	font-size: 17px !important;
	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;
    margin:0px!important;
    
}
table.custom-border > thead > tr > th{
    border:0.5px solid #666666;
}
table.custom-border > tbody > tr > td{
    border:0.5px solid #000000;
    padding :0px;
}

.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 {
   height: 53px !important;
   background-color: transparent !important;
}
.martop{
	margin-top: -20px !important;
}

.user-panel>.image>img {
    max-width: 65px !important;
}
.user-panel>.info {
    left: 80px !important;
}
.pager {
    margin: 30px 0px !important;
}
.action-color{
	color: brown !important;
}
body{
    font-size: 17px !important;
}
.input-group-addon {
    font-size: 17px !important;
}
.carousel-indicators {
    bottom: 13px !important;
}