.empPortColor {
	color: #D3D3D3 !important;
}
.empCalendarMessageColor {
    font-weight: normal;
    font-size: 12px;
    margin-left: 30px;
    color: rgb(255, 255, 255) !important;
}
@-moz-document url-prefix() {
	.modal-dialog.requestFormDialog {
		padding: 5% !important;
	}
}
.heightFull{
	height: 100% !important;
  }
  .account-wrap .account-top.answerQuestion p:not(.error-hint){
    color: #fff;
}
.form-group:not(.has-error) .help-block {
    display: none!important;
}
.label-color{
	color: #666;
}
.form-control-custom {
  display: block;
  padding: 0.375rem 0.75rem;
  height: 33px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
  border-radius: 15px;
}
.form-control-custom-2 {
  display: block;
  width: 15%;
  padding: 0.375rem 0.75rem;
  height: 33px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
  border-radius: 15px;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.docStorPopup {
    display: none;
    position: fixed;
    height: 600px;
    width: 700px;
    background: #FFFFFF;
    left: 50%;
    top: 30px;
    z-index: 999;
    margin-left: -350px;
    border: 1px solid #999;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
}
.docStorPopupClose{
    margin-bottom: 0px;
    color:#000;
	opacity:0.2;
	display:inline-block;
	margin-right:15px;
	cursor:pointer;
}
.docStorPopupClose:hover{
	color:#000;
	opacity:0.5
}
.docStorPopup .faspinner {
  height: 200px;
  line-height: 200px;
}
.popupMask {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #333;
  left: 0px;
  top: 0px;
  z-index: 100;
  overflow: auto;
}
.float-left{
	float: left;
}

.float-right{
	float: right;
}
.form-control-custom-3 {
  padding: 0.375rem 0.75rem;
  height: 33px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
  border-radius: 15px;
  width: 60%;
}

/*AMP-2332 */
/* input:invalid {
  border: 2px dashed red;
}

input:invalid:required {
  background-image: linear-gradient(to right, pink, lightgreen);
} */

.startDateFocus{
       box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(35, 129, 165, 0.5);
}

.requestType {
  display: flex;
  padding-top:10px;
  justify-content: center;
}
.center {
  width: 400px; 
  padding: 10px;
  color: #fff;
}
.input-disabled{
	background-color:#FAFAFA;border:1px solid #ced4da;
}
.borderCopyFromPrev {
 border-width: 2px;
 background-color: #FAFAFA;
 border-style:outset;
}
.scrollableContent{
    width: 380px;
    table-layout: fixed;
    border-collapse: collapse;
}
.scrollableContent tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 140px;
}
.scrollableContent thead tr {
   display: block;
}
.ui-autocomplete {
    z-index: 5000 !important;
}

input[class*=" number-seperator-"]{
	text-align: right;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-transition-delay: 9999s;
}

textarea, input {
	font-family: Arial;
}

.focusable-link:focus{
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: inset 0 0 0 transparent, 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

#agreementModal .modal-title {
  color: #000;
  width: 100%;
}

#agreementModal .modal-content > .flexInline {
  margin-right: 15px;
}

#agreementModal .modal-content > .flexInline > div {
  margin-left: 10px;
}

#agreementModal .modal-dialog {
  max-width: 800px;
  font-family: 'Nunito',sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0 auto;
  margin-top: 50px;
}

#agreementModal .modal-dialog .modal-body {
  padding-right: 15px;
  padding-left: 15px;
}

#agreementModal .modal-dialog #licenseWrap {
  padding: 15px 15px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, 0.5) #414042;
  scrollbar-width: thin;
}

#agreementModal .modal-dialog #licenseWrap::-webkit-scrollbar {
  width: 5px;
}

#agreementModal .modal-dialog #licenseWrap::-webkit-scrollbar-track {
  background: #ddd;
}

#agreementModal .modal-dialog #licenseWrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
}

#licenseWrap a{
	color:#3281a5;
}

#agreementModal .modal-dialog p {
  margin-bottom: 1.4em;
  color:#333;
}

#agreementModal .modal-dialog .pageId, #agreementModal .modal-dialog .bookcreator__bookbar, #agreementModal .modal-dialog .docInfo {
  display: none;
}

#agreementModal .modal-dialog h1 {
  font-size: 2em;
  margin: 0 0 .444em;
  font-weight: bold;
  color:#333;
}

#agreementModal .modal-dialog h3 {
  font-size: 1.125em;
  margin: 0 0 .888em;
  font-weight: bold;
}

#agreementModal .modal-dialog .dokuwiki div.page {
  clear: both;
  background: #fff;
  color: inherit;
  border-radius: 2px;
  padding: 1.556em 2em 2em;
  margin-bottom: .5em;
  overflow: hidden;
  word-wrap: break-word;
}

#agreementModal .modal-dialog ol, #agreementModal .modal-dialog li {
  list-style: decimal outside;
}

#step4 {
  font-family: 'Nunito',sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

#step4 #licenseWrap {
  padding: 15px 25px;
}

#step4 p {
  margin-bottom: 1.4em;
}

#step4 .pageId, #step4 .bookcreator__bookbar, #step4 .docInfo {
  display: none;
}

#step4 h1 {
  font-size: 2em;
  margin: 0 0 .444em;
  font-weight: bold;
}

#step4 h3 {
  font-size: 1.125em;
  margin: 0 0 .888em;
  font-weight: bold;
}

#step4 div.page {
  clear: both;
  color: inherit;
  border-radius: 2px;
  padding: 1.556em 2em 2em;
  margin-bottom: .5em;
  overflow: hidden;
  word-wrap: break-word;
}

#step4 ol, #step4 li {
  list-style: decimal outside;
}

#step4 a {
  color: #db813b;
}

div.footnotes {
  border-top: 1px solid #aaa;
  padding: .5em 0 0 0;
  margin: 1em 0 0 0;
  clear: both;
}

div.footnotes a{
	color: #3281a5;
}

div.footnotes .content {
  display: inline;
}

.agreeRadio {
  margin-bottom: 5px;
  align-items: flex-end;
}

.agreeRadio > div {
  min-width: 90px;
}

.m-t-10 {
  margin-top: 10px;
}


a.input-disabled {
	pointer-events: none;
	cursor: default;
  }
/******************************************************************************
 * Tabular table
 */

	table.tabular {
	  	border: 1px solid;
	}

	table.tabular tr.empty_row {
		text-align: center;
	}

	table.tabular td, table.tabular th {
	  	border-top: 1px solid;
	  	padding: 1px 4px;
	  	line-height: 16px;
	}
	
	table.tabular th.left_align {
		text-align: left; 
		padding: 1px 4px;
	}
	
	table.tabular th.right_align {
		text-align: right; 
		padding: 1px 4px;
	}
	
	table.tabular th.center_align {
		text-align: center; 
		padding: 1px 4px;
	}
	
	table.tabular td.low_pad {
		padding: 1px;
	}
	
	table.tabular th {
		text-align: center;
		padding: 1px 8px;
		white-space: nowrap
	}
	
	table.tabular th.numeric, table.tabular td.numeric,  
	table.tabular td.numeric input {
		text-align: right;
	}
		
	table.tabular td.nowrap {
		white-space: nowrap
	}

	/* Overrides the Metex CSS, until we remove all Metex Javascript. */

	table.tabular .rowbgfocus,
	table.tabular .rowbgwhite,
	table.tabular .rowbggray {
		font-weight: normal;
		background-color: #F9F9F9;
	}
	
	table.tabular td.centered {
		text-align: center;
	}
	
	table.tabular td.middle_aligned {
		vertical-align: middle;
	}
	
	table.tabular td.number_right {
		text-align: right;
	}

	table.tabular td table.layout td {
		border:0;
	}
	
/******************************************************************************
 * Tabular Footer
 */
 
 	.tabular_footer {
 		background: linear-gradient(#258DC7 50%, #004271);
 		border: 1px solid #A0DDF6;
 		height: 22px;
 		line-height:1.6;
 	}
 	
 	.tabular_footer, .tabular_footer a:link, .tabular_footer a:hover, .tabular_footer a:visited, .tabular_footer a:active {
 		color: #F9F9F9;
 	}
 	
 	.tabular_footer .table_buttons {
 		margin: 0;
 		padding: 0;
 		float: right;
 	}
 	
 	.tabular_footer .table_buttons input, .table_buttons a,
 	.tabular_footer .pagination input,
 	.tabular_footer .pagination img,
 	.tabular_footer .pagination div {
 		display: block;
 		float: left;
 		margin: 0;
 	}
 	
 	.tabular_footer .table_buttons a {
 		margin: 1px 16px 0 0;
 		line-height:1.6;
 		padding-right: 10px;
 	}
 	
 	.tabular_footer a img {
 		display:block;
		border: none;
		float: left;
		margin:0px 0px 0px 0px;
		text-decoration: none
 	}
 	
 	.tabular_footer .pagination select {
 		font-size: 10px;
 		margin-top: 1px;
 	}
 	
 	.tabular_footer .table_footer_contents {
 		margin: 2px 8px 0 8px;
 	}
 	
 	.tabular_footer .footerSelectAllLinks a {
	padding-right: 12px;
}

.loginBody #createBody .form-warp .form-group label{
	text-align: right !important;
    width: 25% !important;
}
.btnWithFix{
	width: 100px;
	margin: 5px;
}

.tableColSortUpImage {
    background-image: url('../images/sort_asc_arrow.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tableColSortDownImage {
    background-image: url("../images/sort_desc_arrow.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tableColSortUpImLeft {
    background-image: url('../images/sort_asc_arrow.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

.tableColSortDownImLeft {
    background-image: url("../images/sort_desc_arrow.gif");
    background-repeat: no-repeat;
    background-position:left center;
}

th.tableColSortUpImage,
th.tableColSortDownImage,
th.tableColSortUpImLeft,
th.tableColSortDownImLeft {
!important padding: 2 %;
}

/*AMP-2332*/
.btn .btn-primary
.account-wrap .account-top .account-inner.sm .account-btn .btn
{
  background-color: #3D7A92;
  border-color: #3D7A92;
}

.btn .btn-primary :hover
{
  border-color: #3D7A92;
}

.sortColumn {
    cursor: pointer;
}

.sortText {
    padding-left: 14px;
    text-decoration: underline;
}