.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;
}

.tableBorder > tbody > tr > td{
  border: 1px solid black !important;
 }
.tableBorder > thead  > tr >th{
   border: 1px solid black !important; 
}
.tableBorder > tfoot  > tr >th{
   border: 1px solid black !important; 
}
 
 .headerColor{
 	background-color: #008fb9d1;
 }
 .checkbox {
    text-align: center;
 }
.overflow-x{
    overflow-x: scroll;
}
.listBox > li {
	display: inline-block;
}

.bootstrap-timepicker-widget > table > tbody > tr > td{
  border: 2px solid #fff;
}

.inputboxx > li {
    width: 50px;
    border-width: 1px;
    border-color: #2d2d27; 
  
}
.footerColor{
	background-color:#efefef;
 }
 .headingColor{
 	background-color: #baefffd1;
 }
 .widthAuto { width: auto; }
 
 .addScpeMore {font-size:9px;color:white;font-weight:bold;cursor: pointer;padding: 4px 7px;}
 .removeScopeMore{font-size:9px;color:white;font-weight:bold;cursor: pointer;padding: 4px 7px;}
 
 .tableBorderView tbody tr td {
  border: 1px solid black !important;
   border-collapse: collapse;
 padding: 5px; 
}

.tableBorderView thead tr th {
  border: 1px solid black !important;
   border-collapse: collapse;
 	padding: 5px; 
}

.tableBorderView tfoot tr th {
  border: 1px solid black !important;
   border-collapse: collapse;
 padding: 5px; 
}

.font_weight{ font-weight: bold;}
.text_rigth{text-align:right;}
.dateHeadColor{background-color: #DCF5B7;}
.dateInputColor{background-color: #84EBFB;}
.unselectable{
     background-color: #ddd;
     cursor: not-allowed;
     pointer-events: none;
}

.catheadingColor{background-color: #F7C7AB;}
.catbodyColor{background-color: #E9F7E2;}