body, header, footer, section, div, ul, li{
	margin:0;
	padding:0;
}

body{
	display: none;
}
#defaultTrainerImg{
	position: relative;
	display: inline-block;
}

#imgtr{
	display: block;
	width: 130px;	
	cursor:default;
}

#dragFileUploadTrainer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor:pointer;
}

#profileDetailsTable #stateName1{
	margin-bottom: 0;
}

.submitDeletePhoto{
	position: absolute;
	top: -3px;
	left: 122px;
	cursor:pointer;
}

#trainerimage{
	height: 130px;
	width: 130px;
}
body{
	line-height: 1.9em;
	background:#EFEFEF;
	background: url(../../images/noiseBG.png);
	-webkit-font-smoothing: antialiased;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#000;
}

section.mainContent{
	width: 980px;
	margin:18px auto;
	border-radius: 5px;
	box-shadow:0 0 4px #666;
	background: #FFF;
	color:#333;
	font-size:14px;
	position: relative;
}

a {
	color:#008ddd;
 	font-weight:bold;
 	cursor:pointer;
}

ul{
	list-style:none;
}

span{
	color: #777;
}

th{
	font-weight: normal;
}

table tr td:nth-child(odd){
	text-align:left;
}

table tr td:nth-child(even){
	text-align:right;
}

header{
	background: #707070;
	background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,.2)),color-stop(0.05,rgba(0,0,0,0)),color-stop(0.95,rgba(0,0,0,0)),to(rgba(0,0,0,.2))),-webkit-gradient(linear,0 0,100% 0,from(rgba(0,0,0,.2)),color-stop(0.002,rgba(0,0,0,0)),color-stop(0.998,rgba(0,0,0,0)),to(rgba(0,0,0,.2))) no-repeat 50% 50%,-webkit-gradient(linear,0 100%,0 0,from(#666),color-stop(0.5,#5e5e5e),color-stop(0.51,#707070),to(#808080));
	background: -o-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,.2) 100%),-o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,0) .2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,.2) 100%) no-repeat 50% 50%,-o-linear-gradient(bottom,#666 0,#5e5e5e 50%,#707070 51%,#808080 100%);
	background: -moz-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,.2) 100%),-moz-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,0) .2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,.2) 100%) no-repeat 50% 50%,-moz-linear-gradient(bottom,#666 0,#5e5e5e 50%,#707070 51%,#808080 100%);
	height: 36px;
	position: relative;
	width: 980px;
	margin: 18px auto;
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
	font-size: 12px;
	line-height: 18px;
}

ul#userMenu{
	list-style:none;
	padding: 0;
}

#userMenu li{
	float: left;
	color: whitesmoke;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size:18px;
	margin: 0;
}

#userMenu li:nth-child(1){
	width:5%;
	text-align:center;
	margin-top: 3px;
}

#userMenu li:nth-child(2){
	text-align:left;
	margin-top: 8px;
}

.menuList {
	float: right;
	list-style: none;
}

.menuList > li{
	float:left;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	padding-top: 9px;
	height: 27px;
	color: whitesmoke;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size:12px;
	font-weight: bold;
	border-width: 0 1px;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.2) transparent rgba(255, 255, 255, 0.3);
	cursor: pointer;
	margin: 0;
}

.menuList .selected{
	background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0, 0, 0, .8)),color-stop(.1,transparent),to(transparent)),-webkit-gradient(linear,0 0,0 100%,from(rgba(0, 0, 0, .2)),color-stop(.3,transparent),color-stop(.7,transparent),to(rgba(0, 0, 0, .2))),-webkit-gradient(linear,0 0,100% 0,from(rgba(0, 0, 0, .2)),color-stop(.2,transparent),color-stop(.8,transparent),to(rgba(0, 0, 0, .2))),-webkit-gradient(linear,0 0,0 100%,from(rgba(47, 47, 47, 1)),color-stop(0.97,rgba(75, 75, 75, 1)),color-stop(0.97,transparent),to(rgba(0, 0, 0, .45)));
	background: -moz-linear-gradient(top,rgba(0, 0, 0, .8) 0,transparent 10%,transparent 100%),-moz-linear-gradient(top,rgba(0, 0, 0, .2) 0,transparent 30%,transparent 70%,rgba(0, 0, 0, .2) 100%),-moz-linear-gradient(left,rgba(0, 0, 0, .2) 0,transparent 20%,transparent 80%,rgba(0, 0, 0, .2) 100%),-moz-linear-gradient(top,rgba(30, 30, 30, 1) 0,rgba(75, 75, 75, 1) 97%,transparent 97%,rgba(0, 0, 0, .45) 100%);
	background: -o-linear-gradient(top,rgba(0, 0, 0, .8) 0,transparent 10%,transparent 100%),-o-linear-gradient(top,rgba(0, 0, 0, .2) 0,transparent 30%,transparent 70%,rgba(0, 0, 0, .2) 100%),-o-linear-gradient(left,rgba(0, 0, 0, .2) 0,transparent 20%,transparent 80%,rgba(0, 0, 0, .2) 100%),-o-linear-gradient(top,rgba(30, 30, 30, 1) 0,rgba(75, 75, 75, 1) 97%,transparent 97%,rgba(0, 0, 0, .45) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4B4B4D', endColorStr='#1E1E1E', GradientType=0) !important; 
}

.menuList li:hover{
	background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0, 0, 0, .8)),color-stop(.1,transparent),to(transparent)),-webkit-gradient(linear,0 0,0 100%,from(rgba(0, 0, 0, .2)),color-stop(.3,transparent),color-stop(.7,transparent),to(rgba(0, 0, 0, .2))),-webkit-gradient(linear,0 0,100% 0,from(rgba(0, 0, 0, .2)),color-stop(.2,transparent),color-stop(.8,transparent),to(rgba(0, 0, 0, .2))),-webkit-gradient(linear,0 0,0 100%,from(rgba(47, 47, 47, 1)),color-stop(0.97,rgba(75, 75, 75, 1)),color-stop(0.97,transparent),to(rgba(0, 0, 0, .45)));
	background: -moz-linear-gradient(top,rgba(0, 0, 0, .8) 0,transparent 10%,transparent 100%),-moz-linear-gradient(top,rgba(0, 0, 0, .2) 0,transparent 30%,transparent 70%,rgba(0, 0, 0, .2) 100%),-moz-linear-gradient(left,rgba(0, 0, 0, .2) 0,transparent 20%,transparent 80%,rgba(0, 0, 0, .2) 100%),-moz-linear-gradient(top,rgba(30, 30, 30, 1) 0,rgba(75, 75, 75, 1) 97%,transparent 97%,rgba(0, 0, 0, .45) 100%);
	background: -o-linear-gradient(top,rgba(0, 0, 0, .8) 0,transparent 10%,transparent 100%),-o-linear-gradient(top,rgba(0, 0, 0, .2) 0,transparent 30%,transparent 70%,rgba(0, 0, 0, .2) 100%),-o-linear-gradient(left,rgba(0, 0, 0, .2) 0,transparent 20%,transparent 80%,rgba(0, 0, 0, .2) 100%),-o-linear-gradient(top,rgba(30, 30, 30, 1) 0,rgba(75, 75, 75, 1) 97%,transparent 97%,rgba(0, 0, 0, .45) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4B4B4D', endColorStr='#1E1E1E', GradientType=0) !important;
}

footer{
	width: 980px;
	margin: 18px auto;
	font-size: 11px;
}

footer a{
	font-weight:normal;
}
footer>section:nth-child(1){
	border: 0px solid #ddd;
	border-radius: 5px;
	height: 34px;
	position: relative;
	line-height: 18px;
	box-shadow:0 0 4px #666;
	background-color: #FBFCFD;
	font-weight:bold;
}

footer span:nth-child(1){
	float:left;
}

footer span:nth-child(2){
	float:right;
}

footer span a:nth-child(1) {
	/*background:url(../../images/Separator.png) right no-repeat;*/
	margin-right: 5px;
	padding-right: 5px;
}

.footerLink{
	margin-right: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #777;
	font-weight: bold;
}
.footerLink:hover{
	color: #777;
}
#AppleFooterLogo{
	margin-left: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

.footerArrow{
	vertical-align: middle;
	height: 34px;
}

footer>section:nth-child(1) span{
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 10px;
}

/* Start:  CSS for tab content*/
.tabContent {
	background: transparent !important;
	box-shadow: 0 0 0 !important;
}

.tabbable>ul {
	width: 686px;
	margin-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 0 3px #666;
	padding-left:0px!important;
}

.tabbable > ul li.active{
	box-shadow: 1px -1px 1px #999;
	margin-right: 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tabbable>ul li:first-child.active{
	margin-right: 3px;
}

.tabbable>ul li {
	font-size: 12px;
	color: #555;
	width: 113px;
	text-align: center;
	outline: medium none;
	margin: 0 0 -1px 0;
}

.tabbable>ul li:not(.active){
	background: -webkit-gradient(linear,0 0,0 100%,from(#F9F9F9),to(#E9E9E9));
	background: -webkit-linear-gradient(top, #F9F9F9, #E9E9E9);
	background: -moz-linear-gradient(top, #F9F9F9, #E9E9E9);
	background: -ms-linear-gradient(top, #F9F9F9, #E9E9E9);
	background: -o-linear-gradient(top, #F9F9F9, #E9E9E9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E9E9E9');
	border-right: 1px solid #DDD;
	outline: medium none;
}

.tabbable>ul li:last-child {
	border-top-right-radius: 4px;
}

.tabbable>ul li:first-child:not(.active) {
	border-top-left-radius: 4px;
	border-left: 1px solid #DDD;
}

.nav-tabs .active a {
	color: #333 !important;
	font-weight:500 !important;
	outline: medium none;
}

.tabbable>ul li a {
	color: #666;
	margin: 0;
	font-weight:500;
	line-height:14px;
	outline: medium none;
}

.tab-content {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DDD;
	border-radius: 0 5px 5px 5px;
	box-shadow: 0 0 3px #666;
	background: white;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	overflow: visible\9;
	position: relative;
}

.tabHeader {
	padding: 10px 0 10px 10px; 
	font-size: 16px;
	border-bottom: 1px solid #dbdbdb;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #f2f2f2;	
	background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background: -o-linear-gradient(top, #ffffff, #f2f2f2);
	box-shadow: 0 20px 30px -10px #FFFFFF inset\9;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2'); */
	width: 970px;
	display: inline-block;
}

.tcNameHeader{
	float: left;
	width: 425px;
	word-break: break-word;
}

.tabbable .tabHeader {
	width: 968px;
}

.tabHeader span{
	color:black;	
}
.contentHeader {
	width: 934px;
	color: #333;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 20px;
}

.tabHeaderButton {
	margin-right: 13px;
}

.switchTC{
	margin-top: -31px;
	margin-right: 0;
}
.tabbable>ul li a:last-child{
	margin-right:-2px;
}
/* End:  CSS for tab content*/
.dataTables_wrapper{
	float: left;
	width: 96%;
	margin: auto;
	border: 1px solid #B1B1B1;
	border-radius: 4px;
	margin-left: 19px;
	margin-top: 20px;
}

.dataTable{
	width: 100% !important;
	border-bottom: 1px solid #c5c5c5;
	line-height: 26px;
}

.dataTable>tbody td{
	text-align: left !important;
	line-height: 21px;
	padding: 13px 8px 13px 8px;
	font-size:12px;
	word-wrap:break-word;
	color:#000;
	border-left: 1px solid #fff;
	border-right: 1px solid #B8B8B8;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
}

.dataTable>tbody tr td:last-child {
	border-right: none;	
}

.dataTable>thead th{
	border-bottom: 1px solid #DBDBDB;
	height: 34px;
	line-height: 23px;
	text-align: left;
	padding-left: 8px;
	cursor: pointer;
	font-size: 14px;
	outline: none;
}

.dataTable>thead .sorting_disabled {
	cursor:default;
}

.dataTable>thead th:first-child{
	border-top-left-radius: 4px;
}

.dataTable>thead th:last-child{
	border-top-right-radius: 4px;
}

.dataTable>thead th:not(:last-child){
	border-right: 1px solid #B1B1B1;
}

.dataTable thead span {
	font-size:13px;	
}

.dataTable span {
	font-size:13px;	
}

.dataTables_info{
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 12px;
}

.dataTables_paginate{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #DDD;
}

.paginate_button{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 8px;
}

.dataTables_paginate > span >a.paginate_button, .dataTables_paginate > span > a.paginate_active{
	border-right: 1px solid #DDD;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 8px;
}

.dataTables_paginate>span>a.paginate_button:nth-child(1){
	border-left: 1px solid #DDD;
}

.dataTable tr.odd{
	background: #fff;
}
.dataTable tr.even{
	background: #F6F6F6;
}

.dataTables_paginate a:hover{
	color: #005580;
	text-decoration: none;
	background-color: whiteSmoke;
	cursor: pointer;
}

.dataTables_paginate a.paginate_button_disabled, .dataTables_paginate > span > a.paginate_active{
	background-color: whiteSmoke;
	color: #999;
	cursor: default;
}

.sorting{
	background-image: url(../../images/sort_both.png);
	background-repeat: no-repeat;
	background-position: right;
}

.sorting_asc{
	background-image: url(../../images/sort_asc.png);
	background-repeat: no-repeat;
	background-position: right;
}

.sorting_desc{
	background-image: url(../../images/sort_desc.png);
	background-repeat: no-repeat;
	background-position: right;
}


.combobox{
	margin-right: 15px;
	margin-bottom:0;
}

.combobox>input{
	background: url(../../images/searchImage.png) 5px no-repeat;
	background-color: white;
	padding-left: 25px;
	height:18px;
	float: left;
}

.dropdown-menu>li>a:hover{
	background: #B5B5B5 !important;
}

.dropdown-toggle {
	height:28px;
}


.leftSection {
	width: 460px;
	margin: auto;
	float:left;
}

.rightSection {
	width: 460px;
	float:right;
}

.rowLineBreak{
	height:1px;
	width:80%;
	margin:auto;
	background: black; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #6A6A6A 56%, #6A6A6A 79%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(56%,#6A6A6A), color-stop(79%,#E0E0E0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#6A6A6A 56%,#E0E0E0 79%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#6A6A6A 56%,#6A6A6A 79%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#6A6A6A 56%,#6A6A6A 79%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#6A6A6A 56%,#6A6A6A 79%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	clear:both;
}

.tooltip{
	font-weight: bold;
	opacity: 0.8;
  	filter: alpha(opacity=80);
}

/* start - css for modal window screen- overlay */
.whiteBorder {
	border: 8px solid white;
	border-radius: 10px;
	z-index: 1050;
	overflow: auto;
	background: white;
}

.modalInnerContent {
	margin: auto;
	border-radius: 10px;
	box-shadow: inset 0 1px 2px #303030;
	background: #F5F5F5;
	padding: 2px 2px 0px 2px;
}

.whiteBorder .modal-header {
	background: #ECECEC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #c6c6c6;
	padding: 5px 10px 0px 10px;
	height: 28px;
	color:#000;
	font-size:16px;
}

.whiteBorder .modal-footer  {
	border-top: 1px solid #f9f8f9;
	height: 28px;
	padding: 10px 13px 17px 13px;
	background: #dbdbdb;
}

.whiteBorder .modal-footer : after {
	border-top: 1px solid #000;
} 

.modal-header {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color:#3c3c3c;
	font-size:16px;
	background-color: #dbdbdb;
	border-bottom: 1px solid #c6c6c6;
	padding: 2px 0 4px 13px;
	height: 22px;
	text-shadow: #fff 0 1px 0;
}

.modal-footer {
	background-color: #dbdbdb;
	border-top: 1px solid #f9f8f9;
	height: 44px;
	padding: 8px 13px 2px 0;
}

.modal-body {
	background: #ebebeb;
	font-size: 14px;
}

.modalLabel {
	width: 140px;
	text-align: right !important;
	color: #7d7d7d;
}

.modalValue {
	width: 140px;
	color: #000;
	text-align: left !important;
	padding-left: 13px;
}
/* end - css for white border of overlay */

/*start: css for outer div structure of pages having two blocks*/
.outerBorderDiv {
	border: 1px solid #C5C5C5;
	font-size: 14px;
	margin-top: 10px;
	width: 440px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 5px #838383;
	-moz-box-shadow: inset 0 1px 5px #838383;
	box-shadow: inset 0 1px 5px #838383;
	height:auto;
}

.divHeaderCaption {
	background: #F1F1F1;
	text-align: left;
	font-size: 16px;
	color: #000 !important;
	padding: 0 0 0 10px !important;
	margin: 3px 2px 0 3px;
	line-height: 2em;
}
/*start: css for outer div structure of pages having two blocks*/

/* start- gold symbol css */

.goldSymbolDiv {
	position:relative;
}

.goldSymbol {
	background-color: orange;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	text-indent: -9999px;
	position: absolute;
	margin-top: 5px;
    margin-left: 20px;
}

/* end- gold symbol css */

/*start- css for green and orange color text*/

.greenColorText {
	color: green !important;
	font-weight: bold;
}
.orangeColorText {
	color: Orange !important;
	font-weight: bold;
}
/*end- css for green and orange color text*/

/*start- css for select dropdowns */

.selectDropdownProctorDiv{
	width: 120px;
	height: 26px;
	overflow: hidden;
	background: url("../../images/dropdown_rightarrow.png") no-repeat right white;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 1px #C5C5C5;
}

.selectDropdownDiv{
	height: 26px;
	overflow: hidden;
	background: url("../../images/dropdown_rightarrow.png") no-repeat right white;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 1px #C5C5C5;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
  	-moz-transition: border linear .2s, box-shadow linear .2s;
  	-o-transition: border linear .2s, box-shadow linear .2s;
  	transition: border linear .2s, box-shadow linear .2s;
}

.selectDropdownDivInFocus{
	border-color: rgba(82, 168, 236, 0.8);
 	outline: 0;
  	outline: thin dotted \9;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.selectDropdownProctorDiv > select{
	width:100%;
	background: transparent;
	font-size: 12px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 0;
	padding-left: 8px;
	padding-right: 30px;
	margin-top: -2px;
	outline: none;
}

.selectDropdownDiv > select{
	width:100%;	
	-moz-appearance: window;
	font-size: 12px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 0;
	padding-left: 8px;	
	margin-top: -2px;
	outline: none;
	color: #000 !important;
  	color: rgba(0,0,0,0) !important;
  	text-shadow: 0 0 0 #000 !important;
	/* margin-top:4px; */
}

@-moz-document url-prefix() {
    .selectDropdownDiv > select {
        margin-top:4px;
        height: 20px;
        background: transparent;
        padding-right: 30px;
    }
     
    .selectPhotoButtonCommon{
    	margin-top: -13px !important;
  }
	.selectClsRoomPhotoButtonCommon{
    	margin-top: -19px !important;
  }

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .selectDropdownDiv > select {
        /* margin-top:4px;
        height: 20px; */
        background: transparent;
        padding-right: 30px;
    }
}

.selectDropdownDivSub{
	height: 26px;
	overflow: hidden;
	background: url("../../images/dropdown_rightarrow.png") no-repeat right white;
	border: 1px solid #C5C5C5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: inset 0 0 1px #C5C5C5;
}

.selectDropdownDivSub > select{
	width:150px;
	background: transparent;
	font-size: 12px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 0;
	padding-left: 8px;
	padding-right: 30px;
	margin-top: -2px;
	outline: none;
}

/*end- css for select dropdowns */

/*start- css for mandatory red mark*/
sup {
	font-size:16px;
	color:red;
}
/*end- css for mandatory red mark*/

.headerButtons {
	height:27px;
	font-size:14px;
	padding:0 8px 0 8px;
}

.modalButtons {
	height:38px;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
}

#myModal {
	width:660px;
}

#myModal .modal-body {
	background: #ebebeb;
	max-height: 420px;
	overflow-y: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#myModal .modal-footer {
	padding: 6px 13px 8px 13px;
}

#myModal .modal-footer .facilityModalButtons:last-child{
	margin-left:2px;
}

#myModal .modal-footer .facilityModalButtons:not(:last-child) {
	margin-left:0;
}

#myModal .modal-header img{
	padding-top:2px;
}

.facilityReplaceButton > span {
	color: black;
}

button.facilityModalButtons:last-child > span, span.facilityModalButtons:last-child > span {
	color: white;
}

button.facilityModalButtons, span.facilityModalButtons{
	position: relative;
	cursor: pointer;
}

.facilityInfoPopover{
	display: inline-block;
	height: 18px;
	width: 25px;
}

.popover-content p{
	margin: 0 0 0 0;
}
/*start css for auto height of pages */
.pageContentFooter {
	float: none;
	clear: both;
	content:'';
	padding-bottom: 20px;
}
/*end css for auto height of pages */

/*start css for performance page */
.performanceHeader {
	border-left: 1px solid black;
	padding-left:5px;
	cursor: pointer;
}

.selectedPerformance {
	font-weight:bold;
	cursor: pointer;
}

#classPerformanceTable>tbody td:nth-child(1), #examPerformanceTable>tbody td:nth-child(1) {
	color: #000;
	font-weight: normal;
}

#classPerformanceTable, #examPerformanceTable{
	table-layout: fixed;
}

#classPerformanceTable > tbody td, #examPerformanceTable > tbody td{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*end css for performance page */

/*start css for training center user list page*/
.userList {
	padding-left: 18px;
	color: #000;
	font-weight: bold;
}
/*end css for training center user list page*/

/* start css for question/ans ui format */
.quesAnsList, .quesAnsObjList {
	margin: 10px 15px 12px 15px;
}

.question {
	font-size: 14px;
	color: #7d7d7d;
	font-weight:normal;
	float: none;
	clear: both;
	line-height:18px;
}

.answer {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin:4px 0 18px 0;
	float: none;
	clear: both;
	line-height:18px;
	word-wrap: break-word;
}
/* end css for question/ans ui format */

/*start css for gray table headers*/
table:not(.dataTable) thead{
	background: #c4c4c4;
	text-align:left;
	font-size: 14px;
	color:#FFFFFF;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

table:not(.dataTable) thead th{
	padding:1px 10px 0 5px;
	font-weight:bold;
	line-height: 21px;
}

/*end css for gray table headers*/


/* start for photo gallery section */
.photoGallerySection{
	border: 1px solid #DDD;
	border-radius: 6px;
	box-shadow: inset 0 1px 2px #999;
	width:926px;
	text-align: center;
	background: url('../../images/noiseBG.png');
	padding-bottom: 46px;
	padding-top: 20px;
	margin-top: 20px;
	position: relative;
}

.photoGalleryCover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0.5;
	z-index: 1000;
}

.photoGallerySection a{
	display: inline-block;
	border: 1px solid #C5C5C5;
	background: white;
	box-shadow: 0 0 2px #C5C5C5;
	position: relative;
	text-decoration: none;
}

.dimensionInput {
	width: 45px !important;	
	height:17px;
}

.photoGallerySection a{
    transform:rotate(7deg);
	-ms-transform:rotate(7deg);
	-webkit-transform: rotate(7deg);
}

.facilityPhotos {
	height: 78px;
	margin: 6px 5px 6px 5px;
	width:112px;
}

.albumCover:not(:last-child){
    margin-right: 18px;
}

.photoGallerySection a:hover{
    border-color: rgba(82, 168, 236, 1);
	outline: 0;
	outline: thin dotted \9;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

.photoGallerySection span{
	position: absolute;
	top: 102px;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	width: 100%;
	text-align: center;
	display: block;
	margin: auto;
}

.photoGallerySection span.addPhotoSpan{
	top: 62px;
	font-size: 10px;
	color: #777;
}

.albumCover{
	display: inline-block;
	background: white;
	border: 1px solid #C5C5C5;
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-webkit-transform: rotate(2deg);
}

.albumCover:nth-child(n+8){
	margin-top: 50px;
}

.album{
	display: inline-block;
	padding: 2px;
	background: white;
	border: 1px solid #C5C5C5;
	transform:rotate(-9deg);
	-ms-transform:rotate(-9deg);
	-webkit-transform: rotate(-9deg);
}

.tcSubmitAppDiv .photoGallerySection{
	margin: 23px 10px 10px 23px;
}
/* end for photo gallery section */

/*start- for Advance Search Modal window of Performance and Evaluation */
#performanceAdvanceSearch.fade.in {
	top: 0;
}

#performanceAdvanceSearch{
	width: 510px;
}

#performanceSearchBody {
	margin:10px auto;
}

#courseNameEvalSelect{
	width: 283px;
	font-size: 13px;
}

.myModalLabelSpan{
	color:#3c3c3c;
	float:right;
	padding-right:13px;
}
#monthSelect, #courseNameSelect, #examNameSelect, #monthExamSelect{
	width:270px;
	height:60px;
	font-size: 12px;
	color: #888;
}

#courseNameSelect_chzn, #monthSelect_chzn, #courseNameEvalSelect_chzn, #examNameSelect_chzn, #monthExamSelect_chzn{
	margin-bottom: 10px;
}

.performanceYearSelect{
	width: 268px;
}

#performanceSearchBody .modalLabel {
	vertical-align: text-top;
	width: 125px;
}

.performanceTrainingCenterSelect {
	margin-bottom:10px;
}

/*end- for Advance Search Modal window of Performance and Evaluation */

/*start - For Schedule search modal*/
/*css for advance search modal view */

.commonModalWindow .modal.fade.in:not(.whiteBorder) {
	top:0;
}

.scheduleSearchTable {
	height:160px;
	margin-bottom:20px;
}

.trainingCenterScheduleSelect {
	width: 345px;
}

.trainingCenterScheduleSelect select {
	width: 345x;
}

.scheduleSearchTable .ui-datepicker-trigger {
	height: 29px;
	vertical-align: top;
	width: 25px;
}

.scheduleSearchTable input {
	margin-bottom: 0;
	height:18px;
	width:332px;
}
/*end - For Schedule search modal*/

/*start - For Schedule class(create/edit) modal*/
.scheduleClassDropDown {
	width: 311px;
}

.scheduleClassDropDown > select {
	width: 314px;
	outline: none;
}

.scheduleClassDropDown > select > option {
        color: black;
        background-color: white;
}

#trainerId option {
	color: black;
	background-color: white;
}

.scheduleClassTable{
	width: 450px;
	margin: 15px auto;
}

.scheduleClassTable td{
	padding-top:5px;
	padding-bottom:5px;
}

.scheduleClassTable input {
	margin:0;
	border-radius:6px;
}

.modal-header span{
	color: #000;
	font-size: 16px;
}

.modal-header img {
	padding-top: 5px;
}

.scheduleClassTable .classUrl {
	width: 300px;
}

.scheduleClassTable .dateSeparator {
	margin:0 15px 0 15px;
	font-size: 14px;
	color:black;
}

.scheduleClassTable .dateInput {
	width:116px;
}

.otherCourses {
	width:300px;
}

/*end - For Schedule class(create/edit) modal*/

/*Start- For classroom Information and contact Information table */
.classroomDiv {
	float:right;
	margin-top:32px;
}
.classroomTable, .contactsTable {
	width:100%;
	border-spacing:0;
	font-size: 14px;
	color: #7d7d7d;
	line-height:initial;
	padding-bottom: 5px;
}

.classroomTable .classroomNum, .contactsTable .contactNum {
	color: #fff;
}

.classroomTable tbody tr td {
	word-break: break-word;
	padding-top: 6px;
	padding-bottom: 6px;
}

.classroomTable tbody tr td:nth-child(odd){
	width:220px;
	padding-left:15px;
	vertical-align: middle;
}

.classroomTable tbody tr td:nth-child(even){
	padding-right:15px;
	color:#333;
	font-size:16px;
	width: 170px;
	vertical-align: text-top;
	padding-left: 7px;
}

.classroomContent {
	overflow:auto;
	height:480px;
}

.classroomContent input[type="text"] { 
	margin-bottom: 0;
	width:163px;
}
	
.contactContent{
	overflow:auto;
	height:435px;
	line-height:initial;
}

.noOfClassrooms {
	float: right;
	background: #9f9f9f;
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	margin-right: 8px;
	margin-top: 4px;
	width: 26px;
	border-radius: 2px;
	border: 1px solid #A2A2A2;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.noOfContacts {
	float: right;
	background: #9f9f9f;
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	margin-right: 8px;
	margin-top: 4px;
	width: 26px;
	border-radius: 2px;
	border: 1px solid #A2A2A2;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.contactsTable tbody tr td {
	padding-top: 6px;
	padding-bottom: 6px;
}
.contactsTable tbody tr td:nth-child(odd){
	padding-left:15px;
	font-size: 14px;
	color: #7d7d7d;
	vertical-align: text-top;
	width: 140px;
}

.contactsTable tbody tr td:nth-child(even){
	padding-right:15px;
	color:#333;
	font-size:16px;
	word-break: break-word;
	width: 200px;
}
.classroomTable tbody tr:nth-child(1)>td, .contactsTable tbody tr:nth-child(1)>td{
	padding-top:10px;
}

#primaryContactInfo{
	height:18px;
}

.classroomContent p{
	margin:0;
}

.classroomContent span{
	color: #333;
}

.classroomContent .input-mini{
	width: 47px !important;
	height: 17px !important;
}

.classroomContent span.dimensionValue {
	width: 100px;
	word-break: break-word;
}

.facilityBorder table tr td a,
#applicTrainerform #regAdminTrainerApplicationsCompTable tr td a {
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

/*End- For classroom Information and contact Information table */
.trainingCenterPageMargin {
	margin: 10px 23px 0 23px;
}

/*css for Add contact and classroom modal window */
.modalLefLabel {
	color: #7d7d7d;
}

.addContactTable {
	margin:10px auto;
	width: 96%;
}

.addContactTable  input[type="text"] {
	
	margin-bottom:0;
	background:#fff;
}

.addContactTable  .input-large{
	width: 300px;
}

.addContactTable .input-small{
	width:52px;
	float:left;
	margin: 0 5px 0 0;
}

.addContactTable .input-medium{
	width:228px;
	float:right;
}

.addContactTable #email{
	padding-left: 6px;
	font-weight: normal;
	color: #333;
	width: 298px;
	text-align: left;
}

.contactsTable #email{
	padding-left: 15px;
	font-weight: normal;
	color: #7D7D7D;
	/* text-align: left; */
}

.addContactTable  tr td , .addClassroomTable tr td{
	padding-bottom:4px;
	padding-top:4px;
}

.addClassroomTable  input[type="text"] {
	margin-bottom:0;
	background:#fff;
	height:19px;
}

#addClassroomOverlay  .modal-body {
	max-height: 536px;
	overflow-y: auto;
}

#addClassroomOverlay #audioVisualEquipModal_chzn{
	min-width: 224px;
}

#trainingCentersSearchModal {
	width:600px;
	overflow-y: hidden;
}

#trainingCentersSearchModal .modal-body {
	max-height: 600px;
	overflow-y: auto;
}

.addClassroomTable .input-mini  {
	width:30px;
	height: 17px;
}

.dimensionSeparator {
	color:#7d7d7d !important;
	padding: 0 5px 0 5px;
}

.dimUnitDropdown {
	width: 100px;
	float:right;
}

.dimUnitDropdownSub {
	width: 108px;
	float:right;
}

.submitDropdownSub {
	width: 175px;
	float:right;
}

.uploadDiv{
	float: left;
}

.choosePhotoDiv {
	background:#fff;
	width:202px;
	height:28px;
	border: 1px solid #C5C5C5;
	margin-bottom: 3px;
	float: left;
	border-radius: 4px;
}

.uploadDiv:nth-child(2) > .choosePhotoDiv{
	width:182px;
}

.uploadDiv:nth-child(2) span.photoSelectedSpan{
	width:90px;
}

.choosePhotoDiv input[type="file"] {
	width:80px;
	margin-left:5px;
	margin-top:-4px;
}

.choosePhotoDivSubmit {
	background:#fff;
	width:200px;
	height:28px;
	border: 1px solid #C5C5C5;
	margin-bottom: 3px;
	float: left;
}
.choosePhotoDivSubmit input[type="file"] {
	width:78px;
	margin-top:-3px;
	float:left;
}

.choosePhotoDivMain input[type="file"] {
	width:80px;
	margin-left:5px;
	margin-top:-4px;
	float:left;
}

#addClassroomOverlay {
	width:600px;
	overflow-y: hidden;
}

.addClassroomTable td:nth-child(odd) {
	width:400px;
}

.classroomTable .dimUnit {
	padding-left:10px;
}

.classroomTable .dimUnitDropdown {
	width: 109px;
}

.classroomTable .dimensionSeparator {
	padding: 4px 3px 0 3px;
}
/*Start - Application Page CSS */
#applicationsCompanyTable{
	width:100%;
	border-top: 1px solid #c5c5c5;
	line-height:initial;
}

#applicationsCompanyTable tbody tr td {
	padding-top:8px;
	padding-bottom:8px;
}

#applicationsCompanyTable tbody tr td:nth-child(odd){
	padding-left:15px;
	width:200px;
	font-size: 14px;
	color: #7d7d7d;
	vertical-align:top;
}

#applicationsCompanyTable tbody tr td:nth-child(even){
	padding-right:15px;
	color:#333;
	font-size:16px;
	word-break: break-word;
}

#applicationsClassroomDiv {
	margin-top: 32px;
	float:right;
}

#applicationsCompanyBackgroundDiv {
	margin-top: 32px;
}

#applicationsObjectivesDiv {
	margin-top: 32px;
	float:right;
}

#applicationsObjectivesDiv .objectivesContent {
	height: 355px;
	overflow: auto;
	overflow-x: hidden;
	width: 440px;
	word-wrap: break-word;
}
.objectivesContent {
	border-top: 1px solid #c5c5c5;
}

.companyBackgroundContent {
	height: 760px;
	overflow: auto;
	border-top: 1px solid #c5c5c5;
	overflow-x: hidden;
	width: 440px;
	word-wrap: break-word;
}

.applicationsCompanyDivContent {
	height: 578px;
	overflow: auto;
}
/*End - Application Page CSS */
/*Start - Facility Page CSS */
.facilityCompanyDiv {
	margin-top: 33px;
}
#facilityContactDiv {
	margin-top:6px;	
}

#regionalAdminFacilityCompanyTable{
	font-size: 14px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
}

#regionalAdminFacilityCompanyTable tbody tr td {
	padding-top:5px;
	padding-bottom:5px;
	line-height: initial;
}

#regionalAdminFacilityCompanyTable tbody tr td:nth-child(odd){
	padding-left:15px;
	width:200px;
	font-size: 14px;
	color: #7d7d7d;
	vertical-align: top;
}

#regionalAdminFacilityCompanyTable tbody tr td:nth-child(even){
	padding-right:15px;
	color:#333;
	font-size:16px;
	font-weight: normal;
	padding-left: 0;
	word-break: break-word;
}

#facilityClassroomDiv {
	margin-top:32px;
}

.facilityCompanyContent {
	height:984px;
	overflow:auto;
	border-top: 1px solid #c5c5c5;
}

.facilityCompanyContent div.rowLineBreak, .applicationsCompanyDivContent div.rowLineBreak{
	margin: 7px auto;
}

.facilityEditButtons, .classroomDelete {
	margin:2px;
	float:right;
}

#cancelEditFacility {
	margin-right:15px;
}

.contactsTable .popover {
	color:#000;
	width: 300px;
}

.contactsTable .popover-content {
	padding: 9px 12px;
	font-weight:normal;
}

.tcPhotoGallery {
	margin: 10px 0 0 22px;	
}

.facilityBorder {
	margin-top: 32px;
	float: left;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	padding: 6px 12px 10px 12px;
	box-shadow: 0 0 1px #DDD;
}

.facilityBorder  input[type="text"]{
	margin-bottom:0px;
}

/*End - Fcility Page CSS */
/*Start - Evaluation Page */
#regionalAdmin_evaluationsList > tbody {
	cursor:pointer;
}

#regionalAdmin_evaluationsList > tbody td{
	line-height: 21px;
} 

#regionalAdmin_evaluationsList > tbody td:nth-child(5),
#regionalAdmin_evaluationsList > tbody td:nth-child(6),
#regionalAdmin_evaluationsList > tbody td:nth-child(7),
#regionalAdmin_evaluationsList > tbody td:nth-child(8),
#regionalAdmin_evaluationsList > tbody td:nth-child(9){
	text-align: center !important;
	padding: 0;
}

#regionalAdmin_evaluationsList tr.selected > td{
	background: rgba(178, 205, 236, 0.8);
}

section#evaluationMainSection{
	width: 980px;
	height: 1762px;
	margin:18px auto;
	border-radius: 5px;
	box-shadow:0 0 5px #999;
	background: #FFF;
	color:#333;
	font-size:14px;
}

.evaluationCourseDiv, #evaluationPEDiv, #evaluationInterestsDiv{
	margin-left: 20px;
	margin-top: 32px;
}

.evaluationCourseDivContent {
	height:672px;
	overflow:auto;
}

.evaluationPEDivContent {
	height:444px;
	overflow:auto;
}

#evaluationMainSection table{
	width:100%;
	border-spacing:0;
	line-height:initial;
}

#evaluationMainSection table tbody tr td {
	padding-top:7px;
	padding-bottom:7px;
	vertical-align: top;
	word-break: break-word;
}

.evaluationCourseDiv  table tbody tr td:nth-child(odd){
	padding-left:15px;
	width: 50%;
	font-size:14px;
	color:#7d7d7d;
}

#evaluationFeedbackDiv  table tbody tr td:nth-child(odd){
	padding-left:15px;
	width: 70%;
	font-size:14px;
	color:#7d7d7d;
}

.evaluationPEDivContent  table tbody tr td:nth-child(odd){
	padding-left:15px;
	width: 60%;
	font-size:14px;
	color:#7d7d7d;	
}

.evaluationCourseDiv  table tbody tr td:nth-child(even),
#evaluationFeedbackDiv  table tbody tr td:nth-child(even),
.evaluationPEDivContent  table tbody tr td:nth-child(even){
	padding-right:15px;
	color:#333;
	font-size:16px;
}

#evaluationFeedbackDiv{
	margin-right: 20px;
	margin-top: 32px;
	height: 1656px;
}

#evaluationInterestsDiv  ul{
	padding-left: 25px;
}

#evaluationInterestsDiv  ul li{
	list-style: square;
	line-height: 32px;
}

#evaluationFeedbackDiv table:not(.dataTable) thead th {
	text-transform: uppercase;
}

.infoImage{
	margin-right: 6px;
	margin-top: 2px;
	float: left;
}

.combobox > .popover span{
	margin-left: 12px;
}

.popover-content{
	background: -webkit-gradient(linear,0 0,0 100%,from(#FAFAFA),to(#FFFFFF));
	background: -webkit-linear-gradient(top, #FAFAFA, #FFFFFF);
	background: -moz-linear-gradient(top, #FAFAFA, #FFFFFF);
	background: -ms-linear-gradient(top, #FAFAFA, #FFFFFF);
	background: -o-linear-gradient(top, #FAFAFA, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#FFFFFF');
}

.applicationInterestItems  {
	background: #c4c4c4;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight:bold;
	padding-left: 10px;
	line-height:20px;
}
/*End - Evaluation Page */

/*Start - System History page*/
#regAdmin_systemHistoryTable_wrapper{
	width: 940px;
}

#regAdmin_systemHistoryTable tbody tr td {
	color:black;
	font-weight:normal;
}
/*End - System History page*/
/*Start Trainer -Certification*/
.certificatesSection {
	float: left;
	width: 460px;
}

.historySection {
	float: right;
	width: 460px;
}
#regionalAdmin_CertificationHeader > .modifiedDateSpan{
	color: #888;
	margin-right: 15px;
}

#certification_certificates{
	margin-left: 20px;
	margin-top: 20px;
}

#certification_certificates > .newCertificationSection{
	width: 94%;
	margin: auto;
	margin-top: 12px;
	height: 38px;
}

#certification_history{
	margin-top: 20px;
}

.certificateCaption{
	background: #c4c4c4;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.newCertificationSection .selectDropdownDiv {
	width:280px;
}

#pendingCertificationTable_wrapper, #activeCertificationTable_wrapper, #legacyCertificationTable_wrapper, #declinedCertificationTable_wrapper{
	float: none;
	clear: both;
	width: 99.7%;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
}

.certificationTable > thead{	
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	padding-left: 10px;
	background: #c4c4c4;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.certificationTable > thead  th{
	background: #c4c4c4;
	border-radius: 0 !important;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-size: 14px;
	line-height: 30px !important;
	cursor:default;
}

.certificationTable td{
	font-size: 12px;
	font-weight: normal !important;
	color: black !important;
}

.certificationTable td:first-child{
	width: 204px;
}

#pendingCertificationTable #certificationDetailsSection{
	margin: 1px;
}

#pendingCertificationTable #certificationDetailsHeader{
	margin: 10px 5px 0 0;
}

#pendingCertificationTable #certificationDetailsHeader > span{
	font-size:12px;
	font-weight: bold;
	color: black;
	margin-left: 10px;
	word-wrap: break-word;
	width: 296px;
	margin-top:-20px;
}

#pendingCertificationTable #certificationDetailsHeader > div > input{
	margin-right: 5px;
}

#pendingCertificationTable #certificateDetailsDropDown{
	width: 240px;
}

#pendingCertificationTable #certificationDetailsTable{
	width: 356px;
}

#pendingCertificationTable thead th, #activeCertificationTable thead th {
	font-weight:bold;
}

#pendingCertificationTable #certificationDetailsTable input{
	margin: -2px 11px 0px 1px;
}

#pendingCertificationTable #certificationDetailsTable td{
	border: 0;
	cursor:default;
}

#pendingCertificationTable #certificationDetailsTable td:nth-child(odd){
	text-align: right !important;
	padding-right: 10px;
	vertical-align: text-top;
}

#pendingCertificationTable #certificationDetailsTable td:nth-child(even){
	text-align: left;
	padding-left: 10px;
}

#pendingCertificationTable #certificationDetailsTable .certificationNotes{
	resize: none;
	width: 228px;
	background-color: #fff;
}

#activeCertificationTable #certificationDetailsSection{
	margin: 1px;
}

#activeCertificationTable #certificationDetailsHeader{
	margin: 10px 5px 0 0;
}

#activeCertificationTable #certificationDetailsHeader > span{
	font-size:12px;
	font-weight: bold;
	color: black;
	margin-left: 10px;
}

#activeCertificationTable #certificationDetailsHeader > div > input{
	margin-right: 5px;
}

#activeCertificationTable #currentCertificationDropdown{
	width: 204px;
}

/* #activeCertificationTable #currentCertificationDropdown > select,
#activeCertificationTable #ReasonCodeDropDown > select,
#pendingCertificationTable #certificateDetailsDropDown > select{
	margin-top: -16px
} */

#activeCertificationTable #ReasonCodeDropDown{
	width: 240px;
}



#activeCertificationTable #certificationDetailsTable{
	width: 346px;
}

#activeCertificationTable #certificationDetailsTable tr:nth-child(1), 
#activeCertificationTable #certificationDetailsTable tr:nth-child(2) {
	display: none;
}

#activeCertificationTable #certificationDetailsTable td{
	border: 0;
	cursor:default;
}

#activeCertificationTable #certificationDetailsTable td:nth-child(odd){
	text-align: right !important;
	padding-right: 10px;
	vertical-align: text-top;
}

#activeCertificationTable #certificationDetailsTable td:nth-child(even){
	text-align: left;
	padding-left: 10px;
}

#activeCertificationTable #certificationDetailsTable .certificationNotes{
	resize: none;
	width: 228px;
	background-color: #fff;
	margin-bottom: 0;
}

.certificationDetails{
	padding-left: 0 !important;
	background: #F1F1F1;
	cursor:default !important;
}

#legacyCertificationTable, #declinedCertificationTable{
	width: 100%;
}

#legacyCertificationTable th, #declinedCertificationTable th{
	border-right: 1px solid #B1B1B1;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}

#legacyCertificationTable td, #declinedCertificationTable td{
	border-left: 0;
	line-height: 21px;
	border-bottom: 1px solid #EBEBEB;
	padding-left: 10px;
	text-align: left;
	border-top: none;
}
/*End- Trainer Certification */
/*start For Trainer Application */
.trainerLeftSection{
	float: left;
	width: 460px;
	margin: 15px 0 10px 25px;
}

.trainerRightSection{
	float: right;
	width: 460px;
	margin: 15px 0 10px 0;
}

.trainerCompanyInfo {
	width:100%;
	border-collapse: separate;
	border-spacing: 2px;
	line-height: initial;
	margin: 10px 0 10px 0;
} 
.trainerCompanyInfo tbody tr td {
	padding-top: 7px;
	padding-bottom: 7px;
}

.trainerCompanyInfo tbody tr td:nth-child(odd) {
	padding-left: 15px;
	width: 200px;
	font-size: 14px;
	color: #7d7d7d;
	vertical-align:top;
}

.trainerCompanyInfo tbody tr td:nth-child(even) {
	padding-right: 15px;
	color: #333;
	font-size: 16px;
	word-break: break-word;
}

.trainerTrainingInfoContent {
	border-top: 1px solid #C5C5C5;
	max-height:346px;
	overflow: auto;
	overflow-x: hidden;
	width: 440px;
	word-wrap: break-word;
}

#regAdminTrainerApplicationsBackgroundDiv {
	height:1048px;
}

#regAdminTrainerApplicationsBackgroundDiv .objectivesContent {
	max-height:1010px;
	overflow: auto;
}
#regAdminTrainerApplicationsTrainingDiv {
	min-height: 383px;
	margin-top: 30px;
}

.trainerCompContent {
	max-height: 600px;
	overflow:auto;
	border-top: 1px solid #C5C5C5;
}
/*End For Trainer Application */
/*start For Trainer Profile */

.trainerNameDsIdDiv {
	width:208px;
	word-wrap: break-word;
	float:left;
	padding-bottom:8px;
	padding-left: 19px;
}

#profileTop {
	padding: 10px 8px;	
}

.myCenterButton{
	float: right;
}
#leftSection{
	width:485px;
	border-right:1px solid #CCC;
	float:left;
}
#top{
	height:40px;
	padding-top: 15px;
	padding-right: 10px;
}
#bottom{
	clear:both;
	border-top: #cccccc solid 1px;
}
#email{
	font-weight: bold;
	color: #333;
	word-wrap: break-word;
	width:200px;
	text-align: right;
	padding-right: 8px;
}

#profileTop #email{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#trainerProfileName{
	color:#333;
	font-weight:bold;
}
.header_align{
	margin: 1px 6px 0px 0px;
}
#profileImage{
	padding: 20px 0px 0px 50px;
}

#profileDetails{
	width: 420px;
	margin: 20px 0 20px 20px;
	padding-bottom: 30px;
}

#profileDetailsTable{
	margin-top: -110px;
	line-height: 20px;
	width: 350px;
	float: left;
	margin-left: 50px;
}

#trainersScheduleCourseTable{
	background: -webkit-gradient(linear,0 0,0 28%,from(#FFFFFF),to(#F2F2F2));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #F2F2F2 28%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F2F2F2 28%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #F2F2F2 28%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #F2F2F2 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2');
}

#profileDetailsTable input[type="text"]{
	width:152px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #000;
}

#profileDetailsTable #countryCode,#stateProvince{
	
}
.trainerProfileDropDown {
	width: 163px;
}
#profileDetailsTable  tr td:nth-child(odd){
	color:#888;
	text-align:right;
	vertical-align: text-top;
	font-size:12px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#profileDetailsTable  tr td:nth-child(even){
	color: black;
	font-weight: bold;
	text-align: left;
	padding-left:18px;
	font-size:12px;
	width: 130px;
	word-wrap: break-word;
	padding-top: 7px;
	padding-bottom: 7px;
}

#profileDetailsTable tbody tr:nth-child(2) td,
#profileDetailsTable tbody tr:nth-child(3) td,
#profileDetailsTable tbody tr:nth-child(4) td {
	padding-top: 0;
	padding-bottom: 0;
}
#rightSection {
	height: 200px;
	margin-right: 30px;
	float:right;
}

#appleLogoImage {
	width: 55px;
	text-align: center;
	padding: 10px 0px 0px 182px;
}

#classesScheduled {
	padding-left: 91px;
}

#editbutton_align {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#dynamicTextid {
	width: auto;
}

#certifiedProducts {
	padding-left: 164px;
	font-size: 12px;
	line-height: 37px;
}

#certificationProducts {
	padding-left: 270px;
	margin-top: -29px;
	font-size: 12px;
	font-weight: bold;
}

#trainingCenter_myInfoTabbable ul li.disabled {
	background-color: transparent;
	color: #000;
	cursor: default;
	pointer-events: none;
}

#trainersScheduleCourseTable_wrapper {
	float: left;
	width: 46.5%;
	margin: auto;
	border: 1px solid #B1B1B1;
	border-radius: 0px;
	margin-left: 19px;
	margin-top: 0.9px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

#trainersScheduleCourseTable>thead th {
	border-bottom: 1px solid #DBDBDB;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
	cursor: pointer;
	font-size: 14px;
}

#trainersScheduleCourseTable>tbody td {
	text-align: left !important;
	padding-left: 8px;
	line-height: 20px;
	font-size: 13px;
	word-wrap: break-word;
	color: black;
	font-weight: normal;
}

#upcomingClasses {
	margin-left: 51.7%;
	margin-right: 1.8%;
	margin-top: 2%;
	border: 0px solid #CCC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.upComingClassesEmpty {
	margin-top: 2%;
	border: 1px solid #CCC;
	border-radius: 4px;
}
/*end For Trainer Profile */
div.error, input[type="text"].error, textarea.error, select.error{
	border: 1px solid red !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

section.overlaySection{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 10004;
	opacity: 0.4;
}

section.overlaySpinnerSection{
	position: fixed;
	top: 40%;
	left: 42%;
	background: white;
	z-index: 10005;
	text-align: center;
	height: 80px;
	vertical-align: middle;
	padding-top: 20px;
	border-radius: 4px;
	box-shadow: 0 0 20px black;
	padding-left: 15px;
	padding-right: 15px;
}

section.overlaySpinnerSection > span{
	margin-left: 10px;
	color: #333;
}

section.bodySpinnerSection, section.facilityPhotoSpinner{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	border-radius: 5px;
	text-align: center;
	z-index: 101;
}

section.bodySpinnerSection > img, section.facilityPhotoSpinner > img{
	width: 28px;
	position: absolute;
	top: 42%;
	left: 48%;
}

section.tableRowSpinnerSection{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	border-radius: 5px;
	text-align: center;
}

section.tableRowSpinnerSection > img{
	width: 28px;
	position: absolute;
	top: 42%;
	left: 48%;
}

/*Start: For Table body spinner */
.tableBodySpinner{
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 border-radius: 5px;
 text-align: center !important;
}

.tableBodySpinner > img{
 width: 30px;
 margin: 25px 0 25px 0;
}

div.popover-content hr{
	margin: 0 auto;
	margin-top: 10px;
	width: 225px;
	border-bottom: 1px solid #C1C1C1;
}

#regionalAdminFacilityCompanyTable .selectDropdownDiv{
	float: right;
	width: 161px;
}

.audioVisualDropdown{
 border-radius: 4px;
 text-align:left;
 min-width:175px;
}

.photoDeleteButton {
	display: inline;
	margin-top: 8px;
}

.photoAddButton {
	float: left;
	margin-top: 8px;
}

.photoDeleteButton {
	float: right;
	margin-top: 8px;
}

.photoInfoText {
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	margin-top: -7px;
}

.photoInfoTextTrainingCenter {
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	margin-top:  1px;
	line-height: 15px;
}

.submitApplnPhotoInfo {
	font-size: 12px;
	font-weight: 400;
}

.submitApplnMandatory {
	font-size: 12px;
	font-weight: 400;
	padding-left: 25px;
}

.photoDeleteButtonSub{
	display: inline;
	float: right;
	margin-top: 8px;
}

span.photoSelectedSpanSubmit{
	font-size: 11px;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 107px;
}

span.photoSelectedSpanMain{
	font-size: 11px;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 107px;
}

span.photoSelectedSpan{
	font-size: 11px;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 107px;
}

.photoDeleteButtonSub{
	display: inline;
	float: left;
	margin-top: 8px;
}

.uploadPhotoSub{
	width: 174px;
	float: right;
}

.uploadPhotoMain{
	width: 195px;
	margin-left: 16px;
	clear: both;
}

.uploadPhotoMain .photoSelectedSpanMain{
	font-size: 11px;
	margin-left: 0px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 63px;
	text-align: left;
	margin-top: 6px;
	margin-top: 0px\9;
	padding-left: 3px;
}

.uploadPhotoMain .choosePhotoDivMain{
	float: left;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	margin-right: 3px;
	width: 156px;
	margin-bottom: 6px;
}

.uploadPhotoSub .choosePhotoDivSubmit{
	float: left;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	margin-right: 5px;
	width: 133px;
	margin-bottom: 6px;
}


.uploadPhotoSub .photoSelectedSpanSubmit{
	font-size: 11px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 44px;
	text-align: left;
	padding-top: 4px;
}

#dropZone {
	width: 550px;
	height: 358px;
	background-color: #E3E3E3;
	text-align: center;
}

.dropzoneImg {
	margin-top: 100px;
}

#dropZone span {
	display: compact;
	margin-top: 10px;
	font-size: 18px;
}

.photoDiv{
	width: 174px;
	float: right;
}

.photoDiv .submitChoosePhotoDiv{
	float: left;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	margin-right: 3px;
	padding-left: 3px;
	width: initial;
}

.photoDiv .choosePhotoDiv{
	float: left;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	margin-right: 3px;
	padding-left: 3px;
	width: initial;
}

.uploadPhotoMain .photoSelectedMain{
	font-size: 11px;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 58px;
	text-align: left;
}

.uploadPhotoSub .photoSelectedSpan{
	font-size: 11px;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 58px;
	text-align: left;
}

.uploadPhotoMain input[type="file"]{
	width: 78px;
	margin-left: 5px;
	float:left;
}


.photoDiv input[type="file"]{
	width: 78px;
	margin-left: 0px;
}

.photoDiv .photoSelectedSpan{
	font-size: 11px;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 67px;
	text-align: left;
}

.submitPhotos{
 height: 112px;
 margin-top: 15px;
 margin-bottom: 0;
}

.facilityDeletePhoto{
	position: relative;
	right: 13px;
	top: -45px;
}
.radioLeft input{
    text-align: left;
    display:inline;
}
#tcpic {
	width: 260px;
}

.namebreak {
	word-wrap: break-word;
	width: 205px;
}
#tcpicDefault {
	height: 150px;
}

#tcspan {
	position: absolute;
	width: 105px;
	top: 116px;
	left: 62px;
}

.dataTables_empty {
	color: #FF0000 !important;
	font-weight: normal !important;
	padding: 10px 10px;
	cursor:default !important;
}

.addPicDiv{
	display:block;
	position:relative;
}

/*start - css for Tabs of Training Center Info */
/* #performanceHeader{
	height: 30px;
} */

#regionalAdmin_centerInfoTabbable > ul, .performanceTabs, #aatc_systemHistoryTabbable > ul{
	table-layout: fixed;
	box-shadow: 0 0 0;
	border-radius: 0;
	border: 0;
}

#regionalAdmin_centerInfoTabbable > ul{
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 21px;
	width: 938px;
	display: table;
}

.performanceTabs{
	width: 945px;
	display: inline-table;
	margin: 10px 0 0 20px;
}

#aatc_systemHistoryTabbable > ul{
	margin-top: 18px;
	margin-left: 20px;
	display: table;
	width: 940px;
}

#regionalAdmin_centerInfoTabbable > ul li, .performanceTabs li, #aatc_systemHistoryTabbable > ul li{
	display: table-cell;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
	border: 0;
}

#regionalAdmin_centerInfoTabbable > ul li.active, .performanceTabs li.active, #aatc_systemHistoryTabbable > ul li.active{
	box-shadow: 0 0 0; 
	margin: 0;
	border-radius: 0;
}

#regionalAdmin_centerInfoTabbable > ul li a, .performanceTabs li a, #aatc_systemHistoryTabbable > ul li a{
	display: block;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: darkgrey;
	color: #747473;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #f1f1f1;
	position: relative;
	white-space: nowrap;
	background-color: #F1F1F1;
	outline: medium none;
	/*background-image: -ms-linear-gradient(top, #f1f1f1, #dbdbda);
	background-image: -o-linear-gradient(top, #f1f1f1, #dbdbda);
	background-image: -moz-linear-gradient(top, #f1f1f1, #dbdbda);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dbdbda));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #dbdbda); background-image: linear-gradient(top, #f1f1f1, #dbdbda);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dbdbda', GradientType=0);*/
	-webkit-box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.6), inset 0 1px 0px #d9d9d9, 0 -12px 20px #DBDBDB inset;
	-moz-box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.6), inset 0 1px 0px #d9d9d9, 0 -12px 20px #DBDBDB inset;
	box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.6), inset 0 1px 0px #d9d9d9, 0 -12px 20px #DBDBDB inset;
	border-radius: 0;
	margin-right: 0px !important;
}

#regionalAdmin_centerInfoTabbable > ul li a{
	padding: 8px 10px 9px;
}

.performanceTabs li a, #aatc_systemHistoryTabbable > ul li a{
	padding: 5px 10px 5px;
	font-size: 12px;
	font-weight: normal;
}

#regionalAdmin_centerInfoTabbable > ul li a:hover, .performanceTabs li a:hover, #aatc_systemHistoryTabbable > ul li a:hover{
	color: #fff;
	text-shadow: 0 1px transparent;
	border-top-color: #666 !important;
	border-bottom-color: #666 !important;
	background-color: #A6A6A6;
	/*background-image: -ms-linear-gradient(top, #777777, #a6a6a6);
	background-image: -o-linear-gradient(top, #777777, #a6a6a6);
	background-image: -moz-linear-gradient(top, #777777, #a6a6a6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #a6a6a6));
	background-image: -webkit-linear-gradient(top, #777777, #a6a6a6);
	background-image: linear-gradient(top, #777777, #a6a6a6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#a6a6a6', GradientType=0);*/
	-webkit-box-shadow: inset 0 14px 15px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 14px 15px -10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 14px 15px -10px rgba(0, 0, 0, 0.5);
}

#regionalAdmin_centerInfoTabbable >ul li:first-child a, .performanceTabs li:first-child a, #aatc_systemHistoryTabbable > ul li:first-child a{
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-khtml-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	border-left: 1px solid darkgrey;
}

.performanceTabs li:first-child a{
	margin: initial;
}
.tabsContainer {
	border-radius: 0 6px 6px 0;
    border-right: 1px solid darkgrey;
    overflow:hidden;
}

#regionalAdmin_centerInfoTabbable >ul li:last-child a, .performanceTabs li:last-child a, #aatc_systemHistoryTabbable > ul li:last-child a{
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-khtml-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	border-right: 1px solid darkgrey;
}

#regionalAdmin_centerInfoTabbable > ul li.active a, .performanceTabs li.active a, #aatc_systemHistoryTabbable > ul li.active a{
	color: #fff !important;
	cursor: default;
	border-top-color: #666;
	border-bottom-color: #666;
	text-shadow: 0 1px #333333;
	background: #777777 !important;
	margin-right:0 !important;
	/*background-image: -ms-linear-gradient(top, #545454, #7b7b7b) !important;
	background-image: -o-linear-gradient(top, #545454, #7b7b7b) !important;
	background-image: -moz-linear-gradient(top, #545454, #7b7b7b) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #7b7b7b)) !important;
	background-image: -webkit-linear-gradient(top, #545454, #7b7b7b) !important; 
	background-image: linear-gradient(top, #545454, #7b7b7b) !important;
	background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#7b7b7b', GradientType=0) !important;*/
	-webkit-box-shadow: inset 0 6px 16px rgba(0, 0, 0, 0.52);
	-moz-box-shadow: inset 0 6px 16px rgba(0, 0, 0, 0.52);
	box-shadow: inset 0 6px 16px rgba(0, 0, 0, 0.52);
}

#regionalAdmin_centerInfoTabbable > ul li.active a:after, .performanceTabs li.active a:after, #aatc_systemHistoryTabbable > ul li.active a:after{
	background-color: #fff;
	display: block; content: " ";
	position: absolute;
	pointer-events: none;
	width: 10px;
	height: 10px;
	top: 0;
	left: 50%;
	margin-top: -7px;
	margin-left: -5px;
	margin-right:0 !important;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#regionalAdmin_centerInfoTabbable > ul li{
	width: 133.5px;
}

.performanceTabs li{
	width: 50%;
}
/*end - css for Tabs of Training Center Info */

.ellipsisStyle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

input[type="file"].buttonFileUpload{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

input[type="file"].tcSubmitFileUpload{
	position: relative;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
}

.messageDialogBox .modal-footer{
	padding: 5px 13px 7px 13px;
}

.messageDialogBox.modal.whiteBorder{
	z-index: 1051;
}

#myInfo_application_header {
	margin-bottom:15px;
	padding: 8px 0 8px 10px;
}

#leftSection .popover-content {
	width:200px;
}

#saveProctorDetails{
	margin-right: 24px;
}

.trainerChoosePhoto {
	color: #fff;
}

#trainerBrowseButtin{
margin-left: 20px;
position: relative;
float: right;
}

.loadTemplateDisable{
background-color: whiteSmoke;
color: #999;
cursor: default;
disabled:true;
}

div.messageDialogBox {
	z-index:10000;
}

.selectPhotoButtonCommon{
	padding: 0px 9px 4px 6px;
	font-size: 11px;
	line-height: 12px;
	line-height: 14px\9;
	display: inline-block;
	position: relative !important;
	margin: 4px;
	float: left;
	margin-left: 4px;
	margin-top: -20px;
	margin-top: -18px\9;
	z-index: 99;
}

.selectClsRoomPhotoButtonCommon{
	padding: 0px 6px 4px 5px;
	font-size: 11px;
	line-height: 12px;
	display: inline-block;
	position: relative !important;
	margin: 4px;
	float: left;
	margin-left: 4px;
	margin-top: -20px;
	z-index: 99;
}

.addClassSelPhotoButton{
	padding: 0px 6px 4px 5px;
	font-size: 11px;
	line-height: 12px;
	display: inline-block;
	position: relative !important;
	margin: 4px;
	float: left;
	margin-left: -97px;
	margin-top:5px;
	z-index: 99;
}

input[type="file"].addClassPhotoUpload{
	position: relative;
	top: 0;
	left: 0;
	width: 49%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
	float: left;
}

span.addClassPhotoSelectedSpan {
    font-size: 11px;
    margin-left: -10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}
#trainingCenterSelect option.selected, #monthSelect option.selected{
	background:grey;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	 -moz-appearance: menulist-textfield;
	font-size: 12px;
    height: 22px !important;
    width: 34%;
    z-index: 99999 !important;
    padding: 0;
    outline: medium none;
}
.ui-datepicker-title{
	position:relative;
	z-index: 99999 !important;
}

.relativePos {
	position:relative;
}

.tcIcons {
	margin-bottom:5px;
}

.addClassroomTable  .input-small {
	width:80px;
}

.addClassroomTable .dimUnitDropdown {
	width:118px;
}

#metaData_productCategoryTable,#metaData_productTable,#metaData_courseTable td {
	word-break :break-word;
}

.evaluationsTable tbody tr td:last-child {
	word-break:break-all;
}

#facilityContactDiv .input-medium{
	width: 160px;
}

#facilityContactDiv .input-mini{
	width: 54px;
	margin-right: 5px;
}

#facilityContactDiv .input-small{
	float: right;
	width: 88px;
}

#facilityContactDiv  input#email {
	padding-left:6px;
	text-align:left;
	color:#555;
}

#applicationsContactDiv #email {
	text-align:left;
}


#applicationsContactDiv  #email {
	color:#7D7D7D;
}
.textEllipsis{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* #myInfo_userListTable > tbody td:nth-child(1) {
	color: #000 !important;
	font-weight: normal !important;
} */

.upcomingClassHeader {
	clear: both;
	padding-left: 20px;
	color: #000;
	font-size: 15px;
}

.commentsQuest {
	width:100% !important;
}

.commentsAns {
	color:#333 !important;
}

#evaluationFeedbackDiv table tbody tr td:nth-child(even) {
	word-break:initial !important;
}

.evaluationLeftHeader {
	font-size: 18px;
	margin: 9px 0 15px 15px;
}
.evaluationRightHeader {
	float: right;
	margin-right: 15px;
	color: #333;
}

.certificationNameDiv {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 0 10px 0 5px;
	word-wrap: break-word;
	width: 272px;
}
.datepickerInput{
	cursor:text !important;
	background:white !important;
}
#previewContent ul{
	list-style:disc;
}

#previewContent2 ul{
	list-style:disc;
}

#previewEmailModel, #previewEmailModel .modal-body {
	width:auto;
	height:auto;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.applyLearnMoreModal .modal-body{
	line-height: 18px;
}

#scheduleModal{
	left: 47%;
	width: 637px;
}
