@CHARSET "ISO-8859-1";

.bordalng, .bordalng1 {
	border-bottom: 1px dotted #C9C9C9;
	border-right: 1px solid #C9C9C9;
	padding:4px 10px;
}

.bordalng1 {
	border-right: 0px solid #C9C9C9;
}

h5 {
	padding: 5px;
	background: #f2f2f2;
	text-transform: uppercase;
	font-weight:bold;
	text-align:left;
}


.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}


.aCenter {
	text-align: center;
	} 

.tempWidth{
	width:5%;
}

.tempDeleteWidth{
	width:10%;
}

.tableHeadClass {
	font-weight: bold;
	text-align: center;
	background-color:#BDEFBD !important;
}

.tableLeftContent {
	font-weight: bold;
	text-align: center;
	background-color:#C8FBF1 !important;
}

.editIcon {
	cursor: pointer;
	margin-left: 10px;
	color: rgb(27, 140, 185);
}

.personVal label.error { color: red; }
.personVal select.error { border: 1px solid orange; }

#templateFormId label.error { color: red; }
#templateFormId select.error { border: 1px solid orange; }

#companyInfoDivId {
  	padding-bottom: 5px;
    padding-top: 5px;
    height: auto;
    border: 2px solid #CFCECE;
    background-color: #D4FED9;
}
#company_body {
	border: 2px solid #CFCECE;
 	padding: 0px;
}
#company_left_menu {
	background-color: #D4FED9;
 	padding: 0px;
    border: 2px solid #CFCECE;
}
#companyLogo {
	margin-bottom: 0px !important;
}
#company_name {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.borderNone {
	border: none !important;	
}

.headTitle {
    font-size: 24px;
    font-family: Quicksand_Bold;
    color: #000;
    text-align: center;
}

.singleBtn {
	height: 34px;
}