body {
	margin: 0;
	background: #fff;
    font-family: Helvetica,sans-serif;
    overflow-x: hidden;
    min-width: 1114px;
}

.loginSplash {
	background-image: url("/images/login_splash.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
}

#loginHeader {
	text-align: center;
}

#loginHeader .logo {
    height: 50px;
    margin: 0 16px 0 0;
    vertical-align: middle;
}

#loginHeader .loginTitle {
    color: #666;
    font-weight: bold;
    font-size: 17px;
}

.navLink {
	color: #22f;
	cursor: pointer;
}

.navLink:hover {
	color: #44f;
}

.cpLink {
	color: #22f;
	text-align: center;
	margin: 15px 0;
	cursor: pointer;
}

.cpLink:hover {
	color: #44f;
}

.listMag {
	width: 14px;
	cursor: pointer;
}

.app_window {
	overflow-y: scroll;
}

#blockall {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    margin: auto;
    z-index: 1200;
}

.modalPopupBox {
    display: none;
    position: fixed;
    z-index: 1500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
}

.modalPopupBox-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.60);
}

.modalPopupBox-inner-inner {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    width: 600px;
    height: 440px;
    padding: 20px 16px;
    position: relative;
}

.modalPopupBox h1 {
    text-align: center;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

#modalPopupBox_title {
    font-size: 30px;
}

.modalPopupBox label {
    display: inline-block;
    width: 140px;
    text-align: right;
    font-style: italic;
    color: #666;
    margin: 0 10px 0 0;
    vertical-align: baseline;
}

.modalSection {
	margin: 7px 0;
}

.genConfBtnContainer {
	text-align: center;
	margin: 5px 0 0 0;
}

.modalBtn {
	width: 200px;
	margin: 5px 0;
	padding: 10px 14px;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	font-size: 19px;
	cursor: pointer;
}

.modalBtn:hover {
	background-color: #333;
}

.modalBtnGray {
	background-color: #888;
}

.modalScroller {
	height: 240px;
	overflow-y: scroll;
}

.modalPopupBox input {
    padding: 3px 5px;
    font-size: 19px;
    width: 434px;
}

.modalPopupBox select {
    padding: 3px 5px;
    font-size: 19px;
    width: 448px;
}

.modalPopupBox textarea {
    padding: 3px 5px;
    font-size: 18px;
    width: 434px;
    height: 66px;
    font-family: Ariel;
    resize: none;
}

#modalMsg {
    display: none;
    width: 96%;
    margin: 10px auto 4px auto;
    padding: 2px 8px;
    text-align: center;
    color: #a00;
    font-weight: bold;
    background-color: #ff0;
    border-radius: 5px;
    border: 1px solid #aaa;
}

#headerContainer {
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(182,182,182,1) 0%, rgba(89,89,89,1) 100%);
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 6px solid #ed1b2e;
}

#headerContainer .logo {
	position: absolute;
	top: 8px;
    left: 8px;
    height: 64px;
    margin: 0;
}

#mainMenuContainer {
	float: left;
    width: 100%;
    margin: 23px 0 0px 130px;
    text-align: left;
}

#mainMenuContainer button {
    width: 200px;
    margin: 0 10px;
    font-size: 20px;
    background-color: #eee;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #666;
    border-radius: 10px;
    cursor: pointer;
}

#mainMenuContainer button:hover {
	background-color: #fff;
}

.selectedMenuBtn {
    background-color: #ed1b2e !important;
    color: #fff !important;
}

.controlPanelContainer {
	float: left;
	width: 284px;
	background-color: #eed9d8;
}

.pageContainer {
	float: left;
}

.controlPanelContent {
    margin: 6px 8px 16px 8px;
    text-align: left;
}

.controlPanelContent label {
    display: block;
    font-size: 18px;
    margin: 14px 0 2px 4px;
}

.controlPanelContent select {
	font-size: 17px;
	padding: 3px;
	width: 250px;
}

.controlPanelContent input {
	font-size: 17px;
	padding: 3px;
	width: 240px;
}

.controlPanelBtns {
	margin: 19px 6px;
	text-align: center;
}

.controlPanelBtns button {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    width: 85%;
    cursor: pointer;
    font-size: 18px;
    padding: 3px 0;
}

.controlPanelBtns button:hover {
	background-color: #222;
}

.pageContent {
	margin: 5px;
	text-align: left;
}

.pageTitle {
	width: 800px;
	margin: 6px;
	border: 1px solid #000;
	background-color: #aaa;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
}
.pageTitleContent {
	padding: 4px 20px;
    position: relative;
}

.titleTag {
    position: absolute;
    top: 3px;
    right: 30px;
}

.titleTag span {
    font-size: 16px;
    font-style: italic;
    color: #444;
    margin: 0 10px 0 0;
}

.titleTag label {
    font-size: 16px;
    font-style: bold;
    color: #fff;
    background-color: #000;
    padding: 4px 12px;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}

.listTable {
	border-collapse: collapse;
	width: 800px;
	margin: 6px;
}

.listTable th {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	padding: 3px 10px;
	border: 1px solid #000;
    white-space: nowrap;
}

.listTable td {
	font-size: 16px;
	padding: 3px 10px;
	border: 1px solid #ccc;
    vertical-align: top;
}

.sortCol {
    color: #fff;
    cursor: pointer;
}
.sortCol:hover {
    color: #ddd;
}


.uploadButton {
    background: #b00;
    font-size: 18px;
    color: #fff;
    padding: 4px 30px;
    border-radius: 6px;
    border: 1px solid #000;
    margin-left: 350px;
}


.errMsg {
	display: none;
	width: 770px;
	padding: 20px;
	background: #e4e7eb;
	border-radius: 9px;
}




#loginBox input {
    display: block;
    width: 90%;
    margin: 10px auto;
    font-size: 24px;
    padding: 4px 5px;
}

.topSidePopup {
    top: 25% !important;
    bottom: auto !important;
}

.modalPopupBoxSmall-inner-inner {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    width: 84%;
    height: 222px;
    max-width: none;
    max-height: none;
    padding: 18px 12px;
    position: relative;
}

.shadowPopup {
	width: 350px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.noShade {
	background: transparent !important;
}


.actionBtn {
    display: inline-block;
    cursor: pointer;
    background-color: #ed1b2e;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    margin: 3px;
    border-radius: 8px;
    padding: 8px 18px;
    width: 200px;
    font-size: 18px;

}

.actionBtnGrey {
    background-color: #999;
}

.actionBtnRed {
    background-color: #ed1b2e;
}

.exportBtn {
    margin: 4px 0 4px 6px;
    color: #000 !important;
    background-color: #cb0;
    border-radius: 5px;
    padding: 3px 12px;
    background: -webkit-linear-gradient(top, #cb0,#ba0);
    background: -moz-linear-gradient(top, #cb0,#ba0);
    background: -o-linear-gradient(top, #cb0,#ba0);
    background: -ms-linear-gradient(top, #cb0,#ba0);
}

.errMsgBox {
    display: none;
    width: 90%;
    margin: 6px auto;
    background-color: #ff0;
    padding: 6px 10px;
    text-align: center;
    color: #a00;
    font-weight: bold;
}

.menuLink {
	color: #22f;
	font-size: 21px;
    margin: 0 0 0 24px;
    text-decoration: underline;
    cursor: pointer;
}

.modalTable {
	border-collapse: collapse;
	float: right;
    margin: 0 74px 0 0;
}

.modalTable td {
	font-size: 15px;
	padding: 2px 5px;
	border: 1px solid #ddd;
}

.modalTable input {
	font-size: 15px;
	padding: 1px 3px;
	width: 320px;
}

.cp_links {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 16px;
}
.cp_links a {
	display: block;
	margin: 6px 0;
	text-decoration: none;
}

.seqCol {
    text-align: center;
    position: relative;
}

.seqCol span {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

.reSeq {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #22f;
    cursor: pointer;
}

.reSeq:hover {
    color: #55f;
}

.rpt_cat_hdr {
    width: 100%;
    background-color: #050;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
    margin: 20px 0;
    font-size: 12px;
}

.rpt_topic_hdr {
    width: 100%;
    font-size: 12px;
    margin: 12px 0 18px 0;
    border-bottom: 1px solid #444;
}

.rpt_questions_container {
    width: 100%;
    font-size: 11px;
    margin: 4px 0 4px 15px;
}

.rpt_question {
    font-style: italic;
    margin: 2px 0 5px 0;
}

.rpt_answer {
    margin: 2px 0 2px 15px;
    font-weight: bold;
}

.rpt_table {
    border-collapse: collapse;
    margin: 0 0 10px 20px;
}
.rpt_table th {
    font-weight: bold;
    font-size: 9px;
    padding: 3px 3px 0 3px;
    background-color: #aaa;
    border: 1px solid #aaa;
}
.rpt_table td {
    font-size: 11px;
    padding: 3px 4px 0 4px;
    border: 1px solid #aaa;
    text-align: center;
}
.rpt_field {
    margin: 0;
}
.rpt_label {
    display: inline-block;
    width: 100px;
    font-size: 12px;
    font-style: italic;
    color: #555;
    text-align: right;
    padding: 0 10px 0;
}
.rpt_value {
    font-size: 12px;
}
.rpt_textvalue {
    font-size: 12px;
    display: block;
    width: 300px;
    white-space: pre;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 3px;
}

.rpt_link {
    text-decoration: none;
}