@font-face {
    font-family: rawRegular;
    src: url("/javax.faces.resource/fonts/RawengulkRegular.ttf.xhtml");
    font-weight: normal;
}
@font-face {
    font-family: rawRegular;
    src: url("/javax.faces.resource/fonts/RawengulkBold.ttf.xhtml");
    font-weight: bold;
}
@font-face {
    font-family: rawBold;
    src: url("/javax.faces.resource/fonts/RawengulkBold.ttf.xhtml");
}
@font-face {
    font-family: gotham;
    src: url("/javax.faces.resource/fonts/Gotham-Bold.otf.xhtml");
    font-weight: bold;
}
@font-face {
    font-family: gotham;
    src: url("/javax.faces.resource/fonts/Gotham-Light.otf.xhtml");
    font-weight: normal;
}
body {
	font-family: rawRegular;
	font-size: 18px;
	background: url("/javax.faces.resource/images/pagebg.jpg.xhtml");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 40px;
    background-size: 100% 100%;
}

.bottombg {
	background: url("/javax.faces.resource/images/bottombg2.jpg.xhtml");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 40px;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
}

.nav_menu {
/* 	background-color: rgba(255, 255, 255, 0.9); */
    z-index: 1000;
    position: fixed;
    right: 0px;
    padding: 5px;
}

a {
	font-family: gotham;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    color: black;
    text-decoration: none;
}

span {
	font-family: gotham;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

h2, .h2 {
	font-family: rawRegular;
    text-align: left;
    font-weight: bold;
    font-size: 35px;
    vertical-align: middle;
}

h3, .h3 {
	text-align: left;
    font-weight: bold;
    font-size: 30px;
    vertical-align: middle;
}

.h3_raw {
	font-family: rawRegular;
	text-align: left;
    font-weight: bold;
    font-size: 30px;
    vertical-align: middle;
}

input[type=text], input[type=password], input[type=number], textarea {
    border: 1px solid black; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    font-family: rawRegular;
	font-size: 18px;
	font-weight: bold;
}

input[type=submit] {
    font-family: gotham;
    font-weight: bold;
	font-size: 20px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
}

.underline {
	text-decoration: underline;
}

.jv_header{
	position: fixed;
    top: 0px;
    left: 0px;
    display: table;
    width: 100%;
	background-color: white;
	z-index: 10;
	padding-top: 5px;
}
.jv_header_image_div {
	display: table-cell;
/* 	float: left; */
    padding-left: 5vw;
    vertical-align: middle;
}
.jv_header_image {
}
.jv_header_menu {
	display: table-cell;
/* 	position: relative; */
/* 	float: right; */
	text-align: right;
    padding-right: 5vw;
    vertical-align: middle;
}
.jv_content {
}

.login_content {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 5px;
    width: 80vw;
    height: 45vw;
    min-height: 45vw;
    position: absolute;
    padding-left: 30px;
    margin: 0.5vw 5vw 5vw 10vw;
}

.page_content {
    color: black;
    position: relative;
    width: 78vw;
    height: auto;
    min-height: 80vh;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 5vw;
    margin-left: 5vw;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    text-align: left;
    z-index: 5;
}

.link {
	cursor: pointer;
	cursor: hand;
}

.hover_link:hover {
	background-color: rgba(255,255,255,0.8);
}

.logout {
	vertical-align: middle;
    margin-left: 10px;
}

.bordered_content {
	border: 2px solid black;
	padding: 10px;
}

.inline_link_button {
	float: right;
    vertical-align: middle;
}

/* TABLES */
.full_width_table {
	width: 100%;
}
table {
    border-collapse: collapse;
    text-align: left;
}
th {
	font-family: gotham;
	font-weight: normal;
	white-space: nowrap;
	font-weight: bold;
}
td {
	font-family: gotham;
}
table td, table th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
table tr:first-child th {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid black;
}
table tr:last-child td {
    border-bottom: 2px solid black;
}
table tr td:first-child {
    border-right: 0px;
    border-top: 0px;
    border-left: 2px solid black;
}
table tr td:last-child {
    border-left: 0px;
    border-top: 0px;
    border-right: 2px solid black;
}
table tr td:only-child {
    border-left: 0px;
    border-top: 0px;
    border-right: 2px solid black;
    border-left: 2px solid black;
}
table.empty tbody td {
    border: 0;
}

.span_bold {
	font-weight: bold;
}
.display_block {
	display: block;
}

.full_border_table td, table th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.full_border_table tr:first-child th {
    border-top: 0x;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid black;
}
.full_border_table tr:last-child td {
    border-bottom: 2px solid black;
}
.full_border_table tr td:first-child {
    border-right: 0px;
    border-top: 0px;
    border-left: 2px solid black;
}
.full_border_table tr td:last-child {
    border-left: 0px;
    border-top: 0px;
    border-right: 2px solid black;
}
.full_border_table tr td:only-child {
    border-left: 0px;
    border-top: 0px;
    border-right: 2px solid black;
    border-left: 2px solid black;
}
.full_border_table {
    border: 2px solid black;
}
.no_border_table {
	border: 0px solid black !important;
}
.no_border_table tr {
	border: 0px solid black !important;
}
.no_border_table td {
	border: 0px solid black !important;
}
.span_no_padding {
	padding: 0px !important;
}
.span_no_margin {
	margin: 0px !important;
}

.ui-icon-carat-2-n-s {
	background: url("/javax.faces.resource/images/updownmini.png.xhtml") !important;
	width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    display: inline-block !important;
    margin-left: 10px !important;
}
.ui-icon-triangle-1-s {
	background: url("/javax.faces.resource/images/downmini.png.xhtml") !important;
	width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    display: inline-block !important;
    margin-left: 10px !important;
}
.ui-icon-triangle-1-n {
	background: url("/javax.faces.resource/images/upmini.png.xhtml") !important;
	width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    display: inline-block !important;
    margin-left: 10px !important;
}
.ui-column-filter {
	width: 100% !important;
}

.selected-item {
	background-color: rgba(255, 255, 0, 0.6) !important;
}
.ui-confirm-dialog {
	background-color: rgba(255, 255, 255, 0.95) !important;
}
.ui-selectonemenu {
	background-color: rgba(255, 255, 255, 0.95) !important;
	border: 1px solid black;
}
.ui-selectonemenu-panel {
	background-color: rgba(255, 255, 255, 0.95) !important;
	border: 1px solid black;
}

.ui-menu {
	background-color: rgba(255, 255, 255, 0.95) !important;
}
.no-icon-menu .ui-icon-triangle-1-s {
	background: none !important;
	padding: 5px;
}

.no-icon-menu .ui-button-text {
	background: none !important;
	padding: 5px !important;
}