@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

body{
	margin: 0
}
td{
	font-size: 12px;
}
.button,
.button:link,
.button:visited,
.button:focus,
.buttonSaveAndClose,
.buttonSaveAndClose:link,
.buttonSaveAndClose:visited,
.buttonSaveAndClose:focus
.hyperlink_white,
.hyperlink_white:link,
.hyperlink_white:visited,
.hyperlink_white:focus{
	display: inline-block;
    text-align: center;
    box-sizing: border-box;
	font-size: 12px !important;
	border-radius: 4px;
    width: auto !important;
	font-weight: 600 !important;
	line-height: 1.2;
    padding: .215rem .355rem;
    min-width: 60px;
	text-decoration: none !important;
	color: #00539c !important;
    background-color: #eff3f9 !important;
    border: 1px solid #eff3f9 !important;
	cursor: pointer;
	transition: all ease-in-out 0.15s;
}
.button:hover,
.buttonSaveAndClose:hover,
.hyperlink_white:hover{
	color: #eff3f9 !important;
    background-color: #00539c !important;
    border-color: #00539c !important;
}
a.linkNormalBold,
a.linkNormalBold:link,
a.linkNormalBold:visited,
a.linkNormalBold:focus,
a.linkNormal,
a.linkNormal:link,
a.linkNormal:visited,
a.linkNormal:focus,
a.linkNormalwhite,
a.linkNormalwhite:link,
a.linkNormalwhite:visited,
a.linkNormalwhite:focus{
	font-size:12px !important;
	color:#0974d3;
	text-decoration: none;
	transition: all ease-in-out 0.15s;
}
a.linkNormalBold:hover,
a.linkNormal:hover{
	color: #0866ba;
	text-decoration: underline;
}
a.linkNormalwhite,
a.linkNormalwhite:link,
a.linkNormalwhite:visited,
a.linkNormalwhite:focus{
	color:#fff !important;
}
a.linkNormalwhite:hover{
	color: #eff3f9;
	text-decoration: underline;
}
.frameTopColor{
	min-height: 50px;
	border: 1px solid #638595;
    background-color: #638595;
	padding: 0.25rem 0.25rem;
	color: #fff;
	text-align: center;
}
.frameTopColor .fontHeader{
	color: #fff;
}
.fontNormal{
	margin-left: 0;
}
td.tdColorHeaderSolid,
th.tdColorHeaderSolid,
td.tdColorFormSolid,
th.tdColorFormSolid,
td.tdColorFormLabel,
th.tdColorFormLabel{
	border: 1px solid #638595;
    background-color: #638595;
	padding: 0.25rem 0.25rem;
	color: #fff;
	text-align: left;
}
td.tdColorHeaderSolid .fontNormal,
th.tdColorHeaderSolid .fontNormal,
td.tdColorFormSolid .fontNormal,
th.tdColorFormSolid .fontNormal,
td.tdColorHeaderSolid a.linkNormalBold,
th.tdColorHeaderSolid a.linkNormalBold,
td.tdColorFormSolid a.linkNormalBold,
th.tdColorFormSolid a.linkNormalBold,
td.tdColorFormSolid a.LinkNoDecoration,
th.tdColorFormSolid a.LinkNoDecoration,
td.tdColorFormLabel .fontNormal,
th.tdColorFormLabel .fontNormal,
td.tdColorFormLabel a.linkNormalBold,
th.tdColorFormLabel a.linkNormalBold{
	color: #fff;
	font-weight: bold;
}
td.tdColorHeaderSolid a.linkNormal,
th.tdColorHeaderSolid a.linkNormal,
td.tdColorFormSolid a.linkNormal,
th.tdColorFormSolid a.linkNormal{
	color: #fff;
}
td.tdColorHeaderSolid a.linkNormal.button,
th.tdColorHeaderSolid a.linkNormal.button{
	color: #0974d3;
	font-weight: 600;
    line-height: 1.2;
    padding: 0.215rem 0.355rem;
}
td.tdColorForm,
td.tdColorForm4,
.th_tdPadding{
	padding: 0.15rem 0.15rem;
}
td.tdColorForm[bgcolor="0000ff"],
td.tdColorForm[bgcolor="ff0000"]{
	color: #fff;
}
.fontHeaderWhite{
	padding-left: unset;
	font-size: 14px;
}
.fontHeader{
	font-size: 14px;
}
.requiredStar,
.fontRed{
	color: red;
}
.fontBlack{
	color: black;
}
a.fontRed,
a.fontBlack{
	text-decoration: none;
}
.wrapper > *{
	box-sizing: border-box;
}
.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
	min-height: 100%;
  }
  
#sidebar {
	min-width: 300px;
	max-width: 300px;
	background: #eff3f9;
    border-top: 8px solid #fff;
    display: block;
	position: relative;
	color: #fff;
	transition: all 0.3s
}
  
#sidebar.active {
	margin-left: -300px
}

#mySidebarContent.content{
	width: calc(100% - 300px);
	padding: 8px;
	transition: all 0.3s
}

#sidebar.active + #mySidebarContent.content{
	width: 100%;
}
.content-wrapper {
	padding: 8px 0;
	display: block;
    width: 100%;
	height: 100%;
    box-sizing: border-box;
}
#sidebar iframe{
	height: 100%;
}
.content-wrapper iframe{
	width: 100%;
	height: 100%;
}
.sidebar_nav{
	/* padding: 50px 5px 10px 5px; */
	padding-top: 50px;
	box-sizing: border-box;
}
.sidebar_header{
	display:flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	background: #00355a;
    padding: 15px 5px;
	width: calc(100% - 10px);
}
.sidebar_list{
	display: block !important;
    max-height: calc(100% - 50px);
    overflow-y: auto;
	background-color: #dbdcde;
}
.sidebar_contentHead{
	background-color: #638595;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    color: #fff;
}
.sidebar_toggler{
	display: flex;
    width: 100%;
    background-color: #00355a;
    color: #fff;
    padding: 13px;
	justify-content: space-between;
	box-sizing: border-box;
}
.sidebar_toggler button{
	color: #fff;
	border: none;
    background-color: transparent;
    font-size: 20px;
}

.collapsible{
	cursor: pointer;
    padding: 8px 10px;
	display: block;
}
.collapsible > *{
	box-sizing: border-box;
}
.collapsible td{
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.collapsible .fontNormal{
	font-weight: bold;
}
.collapseActive {
	background-color: #ddd;
}
.collapseActive.collapsible,
.collapsible:hover{
	background-color: #00529e;
	color: #fff;
}
.collapseActive.collapsible td,
.collapseActive.collapsible .fontNormal,
.collapsible:hover td,
.collapsible:hover .fontNormal{
	color: #fff;
}
.collapseActive.collapsible  i.fa-chevron-right:before{
	content: "\f078";
}

.toggle_accordionActive  i.fa-plus:before{
	content: "\f068";
}
.panel,
.toggle_accordion_content{
	display: none;
}
.panel{
	background-color: #fff;
}
.panel td,
.toggle_accordion_content td{
	display: flex;
	width: 100%;
	box-sizing: border-box;
}
.panel .content td,
.toggle_accordion_content .content td{
	padding: 5px 10px;
}
.panel a,
.toggle_accordion_content .content td a{
	text-decoration: none;
}
.panel a:hover .fontNormal,
.toggle_accordion_content .content td a:hover .fontNormal{
	text-decoration: underline;
}

.select,
.select1,
.select2,
.input,
.input1,
.input2,
.date_picker2,
.ms-choice{
	width:150px;
	background-color:#ffffff;
	color:#000;
	font-size:12px;
	font-family:Arial,Helvetica;
	font-weight: 400;
    line-height: 1.2;
    padding: 0.275rem 0.275rem ;
	display: inline-block;
	vertical-align: middle;
    box-sizing: border-box;
	border: 1px solid #dddddd;
    border-radius: 4px;
	min-height: 27px;
	height: auto;
}
.input[type="checkbox"],
.input[type="radio"]{
	width: auto;
	min-height: unset;
}
.ms-choice{
	width: 100%;
	line-height: 25px !important;
}
.ms-choice > div{
	top: 0px !important;
}
.tdStatHeader{
	/* background-color:#D8E4EF; */
	background-color: #dbdcde;
	font-weight: bold;
	padding: 3px;
}
.clientStat_table .tdColorForm{
	padding: 3px !important;
}
.tdColorForm.tdStatHeader[width="150"],
.clientStat_table table#rms tr:last-child td:first-child{
	text-align: left;
}
.searchResult{
	/* padding: 25px;
    background: #D8E4EF;
    border-radius: 15px; */
    max-width: 650px;
    margin: 10px auto;
}
.searchResult h3{
	margin-bottom: 0;
}
.searchResult p{
	margin-top: 3px;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.innerpageTable td.tdColorForm,
.innerpageTable td.tdColorFormLabel{
	border-bottom: 0px;
}
.nv_dNone{
	display: table-cell;
}
.narrowView .nv_dNone.d-none{
	display: none;
}
.paginationContent a.linkBold,
.iconBtn,
.ui-datepicker-trigger{
	display: inline-block;
	vertical-align: middle;
    font-weight: bold;
    font-style: normal;
    text-decoration: none !important;
    background: #638595 !important;
    padding: 0px;
    color: #fff !important;
    border-radius: 4px;
	min-width: 30px;
	text-align: center;
	box-sizing: border-box;
	line-height: 25px;
	min-height: 25px;
	height: auto;
	border: 1px solid #eff3f9;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
}
.ui-datepicker-trigger{
	vertical-align: middle !important;
}
.paginationContent a.linkBold i,
.iconBtn i,
.ui-datepicker-trigger i{
	line-height: inherit;
}
.paginationContent a.linkBold font{
	color: #fff !important;
}
/* .toggleViews,
.toggleViews:link,
.toggleViews:visited,
.toggleViews:focus, */
.goButton,
.goButton:link,
.goButton:visited,
.goButton:focus{
	min-width: 100px !important;
	color: #eff3f9 !important;
    background-color: #00539c !important;
    border-color: #00539c !important;
}
.goButton,
.goButton:link,
.goButton:visited,
.goButton:focus{
	min-width: unset !important;
}
/* .toggleViews:hover{
	color: #00539c !important;
    background-color: #eff3f9 !important;
    border-color: #eff3f9 !important;
} */
.translateButton,
.translateButton:link,
.translateButton:visited,
.translateButton:focus{
	width: 35px !important;
    display: inline-block;
    height: 20px;
    line-height: 18px !important;
    font-size: 12px !important;
	color: #eff3f9 !important;
    background-color: #00539c !important;
	border: 1px solid #00539c !important;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
	border-radius: 4px;
	text-align: center;
    box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
}
.translateButton i{
	line-height: inherit;
}
.dataCol i{
	opacity: .5;
}
.dataCol.active i{
	opacity: 1;
}
.rowSpanTable tr[bgcolor="#d8e4ef"] + tr{
	background-color: #d8e4ef;
}
.rowSpanTable tr td:not(:last-of-type),
.rowSpanTable tr[bgcolor="#d8e4ef"] + tr td{
	border-right: 1px solid #fff;
}
.formLabel{
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
}
.innerRow{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	box-sizing: border-box;
	box-sizing: border-box;
    margin-left: -5px;
    margin-right: -5px;
}
.innerCellCol{
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
.innerCellCol-66{
	width: 66.67%;
}
.innerCellCol-33{
	width: 33.33%;
}
.innerCellCol-50{
	width: 50%;
}
.w100{
	width: 100%;
}
.modal{
	width: 100%;
	padding: 15px 15px;
}
.ui-widget-header,
.pager.blue,
.title,
#title{
	background: #638595 !important;
}