 {
	font-size: 12px;
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
}
 
html {
	border: 0px;
	overflow: auto;
	height : 100%;
}

body {
	margin: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
	height : 100%;
}

form {
	height:100%;
}

td {
	font-size: 12px;
}

img {
	border: 0px;
}

iframe {
	background-color: #ffffff;
/*	
	width:100%;
	height:100%;
*/	
	border:0px;
}

.rounded {
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	border-color:#000000;
}

.padding {
	padding: 5px;
}

.paddingT {
	padding-top: 5px;
}

.paddingB {
	padding-bottom: 5px;
}

.paddingL {
	padding-left: 5px;
}

.paddingR {
	padding-right: 5px;
}

.clear {
	clear:both;
}

body.home {
	background-image: url(/eams/image/background/bg_home-d09d8df8256a5673a9e1f460c8eb5aa3.gif);
	background-color: #ffffff;
}

body.popup_simpleform {
	background-color: #ffffff;
}

body.loading {
	background-color: #eeeeee;
}

body.cases {
	background-image: url(../image/background/bg_cases.png);
}

iframe.loading {
	background-image: url(/eams/image/popup/popup-loader-ae06b0018e895cfdfec66183874d0282.gif);
	background-repeat:no-repeat;
	background-position:center; 
}
	
div.container {
	display:block;
	height:100%;
}

input.errorMessage {
	background-color: #ffdee5;
}

select.errorMessage {
	background-color: #ffdee5;
}

span.homeTitle {
	font-weight	: bold;
	font-size	: 28px;
}

label.system {
	font-weight: bold;
}

ul.errorMessage {
	color: #ff0000;
}

table.dialog tr.title {
	font-weight: bold;
	background-color: #88a3ff;
}

table.dialog tr.detail {
	background-color: #e1e1e1;
}

div.alwaysOnLeftTop {
	position:absolute;
	float:left;
	top:0px;
	z-Index:9999;
	width:100%;
	height:45px;
	background-color:#7799cc;
}

div.alwaysOnRightTop {
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	z-Index:10000;
}

div.main {
	position: absolute;
	top: 30px;
	background-color: #eeeeee;
	overflow: hidden;
}

div.mainModule {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

fieldset {
	border: 1px solid #d4e3ee;
}

fieldset legend {
	padding: 0px 10px;
	font-weight: bold;
	color: #15428b;
}

div.topBar {
 	background-color: #a0bdd6;
 	width: 100%;
 	height: 32px;
	vertical-align: middle;
	text-decoration: none;
}

td.topBarTitle{
	height: 30px;
	background: #a0bdd6;
	color: #000000;
	font-weight: bold;
	text-indent: 10px;
}

div.bottomBar  {
 	background-color: #a0bdd6;
 	width: 100%;
 	height: 32px;
	vertical-align: middle;
	bottom: 0px;
	text-decoration: none;
	position: absolute;
}

div.bottomBar .statusMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

table.formatTable {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	width: 100%;
}

div.loading {
	background-image: url(../image/common/loader.gif);
	background-repeat:no-repeat;
	background-position:center; 
}
.off-canvas{
	position: fixed;
    width: 70vw;
    height: 100vh;
    top: 0;
	right: -100%;
	background-color: #fff;
	transition: right 0.3s ease;
	overflow-y: auto;
}
.off-canvas-top-bar{
	display: flex;
    margin: 20px;
    justify-content: space-between;
}
.off-canvas.show {
	right: 0;
	z-index: 500;
  }
.off-canvas-content{
	padding-bottom: 100px;
}
.off-content-row{
	background-color: #005246 !important;
    color: white;
    font-size: larger;
    padding-left: 20px;
    padding-top: 5px;
	line-height: 2.5;
}
.off-content-group {
	line-height: 2.5;
}
.off-content-row-underline{
	border-bottom-style: solid; 
	border-color: #fff !important;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	margin-right: 10px;
    margin-left: -10px;
}

.off-content-subrow-head-underline{
	border-bottom-style: solid;
	border-color: #fff !important;
	border-bottom-width: 1px;
}
.off-content-subrow-head{
	background-color: #005246 !important;
    color: white;
    font-size: larger;
    padding-left: 20px;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    align-items: center;
	padding-bottom: 5px;
}

.off-content-subrow{
    background-color: #fff!important;
    color: black;
    font-size: larger;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 10px;
    color: #005246 !important;
    font-weight: 900;
}

.off-content-subrow:not(.off-content-subrow-hide-head) {
	line-height: 2.5;
	padding-left: 30px;
}

.off-content-subrow-hide-head-title{
	border-bottom-style: solid;
    border-color: #005246 !important;
        padding-bottom: 7px;
    border-bottom-width: 2px;
}
.off-content-subrows{
	opacity: 0;
    position: relative;
    height: 0;
    display: none;
}
.off-content-subrows.show {
	opacity: 1;
    height: 100%;
    position: relative;
    display: block;
    background-color: #005246 !important;
  }
.off-content-subrow-hide-head{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.off-content-background{
    opacity: 0;
    transition: opacity .15s linear;
}
.off-content-background.show{
	position: fixed;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.5;
    z-index: 495;
    top: 0;
    left: 0;
}
 
.hide{
	display: none;
}
.form-container{
	background-color: transparent;
}

.featherlight iframe {
	background-color: transparent;
    border: 0px solid;
    border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left:0;
        margin-right: 0;
        max-height: 98%;
    }
}

