@charset "utf-8";
/* CSS Document */
@import url('../../../../css/global.css') screen;

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button, input[type="button"], input[type="submit"], a {
	cursor: pointer;
}

button.image-button, input[type=button].image-button {
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 16px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

span {
	font-size: 1em !important;
}

.menupane > .menu {
	margin: 0px;
	height: 100%;
}

.menupane > .menu .selected, .menupane > .menu .selected td, 
.menupane > .menu .selected .a, .menupane > .menu .selected input, 
.menupane > .menu .a:hover, .menu_shortcut .selected {
	font-weight: bold;
	text-shadow: 0px 0px 4px white;
}

.menupane .menu table .itemheader{
	color:#FFF;
	font-size:12px;
}

.menu_shortcut > .shortcut_item a.selected {
	color: black;
	padding-left: 4px;
	padding-right: 4px;
}

.vertical-line {
	border: 1px solid #bf1e2e;
	height: 114px;
	margin-top: -4px;
	margin-bottom: -4px;
}

.header .logo {
	margin: 15px 8px 15px 20px;
	height: 84px;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #E1E1E1 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menupane > .menu .table, .menupane > .menu .item, .searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.header {
	width: 100%;
	font-size: 16px;
	background-repeat: no-repeat;
	display: table;
	height: 80px;
}

div.footer, div.header {
	color: white;
}

div.footer {
	bottom: 0px;
	position: fixed;
}

.buttonwbs {
	width: 75px;
}

.smalltext, .smalltext td{
	font-size: 9px !important;
}

table.bordered {
	border-right: 1px solid gray;
	border-top: 1px solid gray;
}

table.bordered td, table.bordered th {
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}

div.footer a {
	color: white;
}

div.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	font-size: 11px;
	padding-top: 3px;
	box-shadow: 0px -1px 2px #555;
	-moz-box-shadow: 0px -1px 2px #555;
	-webkit-box-shadow: 0px -1px 2px #555;
	z-index: 200;
}

.header .logo, .header .title {
	float: left;
}

.header .title {
	margin: 0px auto;
	padding-top: 8px;
}

.menu_shortcut {
	background: #bf1e2e none repeat scroll 0 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	min-height: 30px;
}

.fullround {
	border-radius: 3px;
}

.panel{
	border-radius: 3px;
	border: 1px solid #DDD;
	display: block;
	padding: 5px;
	margin:5px 0px;
}

input, select, textarea, button {
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 2px;
	padding: 4px;
	max-width: 97%;
}

input[type="button"], input[type="submit"], button {
	background-color: #eeeeee;
	color: #6e78ca;
	font-weight: bold;
	transition: all 0.2s ease 0s;
	border: 1px solid #aaa;
}

input.error, select.error, textarea.error {
	background-color: #D95153 !important;
	color: white;
}
label.error,span.error {
	margin-left: 2px;
	color: red;
	display: block;
}

.error-pane,.success-pane,.warning-pane{
	padding:3px;
	font-weight: bold;
}

.error-pane,.success-pane{
	color: white;
}

.warning-pane{
	color: black;
	background-color: yellow;
}

.error-pane{
	background-color: red;
}

.success-pane{
	background-color: green;
}

.shadow, .ui-slider-handle, .ui-slider-range, .ui-datepicker {
	-webkit-box-shadow: 2px 0px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 5px -1px rgba(0,0,0,0.75);
}

.ui-datepicker.ui-datepicker-inline {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[readonly], textarea[readonly], input[disabled], textarea[disabled], select[disabled], button[disabled] {
	background-color: #EFEFEF;
	cursor: auto;
}

input[disabled], textarea[disabled], select[disabled], button[disabled] {
	color: #ccc;
}

.menupane > .menu .scroller {
	padding-left: 8px;
	padding-right: 8px;
}

.menupane > #home_menu .scroller {
	padding-left: 15px;
}

.menu iframe {
	width: 100%;
	border: none;
}

.menupane {
	background-position: center center;
	background-repeat: no-repeat;
}

.menupane > .menu .pane-internal-header {
	font-size: 1.5em;
}

.menupane > .menu a.pane-header-link:hover, a:hover{
	text-decoration: underline;
}

.menupane > .menu .item.back-btn a {
	height: 40px;
}

.menupane > .menu .item {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin: 4px;
	position: relative;
	border: none;
}

.menupane > .menu .item-greyed {
	opacity: 0.6;
}

.centered {
	padding-left: 0px;
	padding-right: 0px;
}

a.a .notify {
	position: absolute;
	bottom: 84px;
	height: 24px;
	right: 4px;
}

a.a .notify .notify-item {
	float: left;
	margin: 0px 2px;
}

.notify .notify-item {
	width: 26px;
	background-color: #e17009;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	line-height: 24px;
	text-align: center;
	color: white;
	margin: 0px auto;
}

.menupane > .menu .metro-item {
	color: white;
}

.viewport_emp {
    height: 200px;
    overflow-y: auto;
}

.menupane > .menu .item.block {
	clear: both;
	height: auto;
	width: auto;
	float: none;
	margin-top: 8px;
}

.menupane > .menu .item.back-btn {
	height: 48px;
	width: 48px;
	margin-bottom: -18px;
}

.menupane > .menu .item .searchbox {
	color: white;
	max-width: 334px;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.menupane > .menu .table {
	padding: 4px;
}

.menupane > .menu .item.block .spaced {
	height: auto;
	width: 100%;
}

.menupane > .menu .back {
	padding: 0px;
}

.menupane > .menu .back .atext {
	display: none;
}

.spaced, .menupane > .menu .a, .menupane > .menu .metro-button {
	height: 106px;
	width: 106px;
	margin-left: 0px;
	margin-right: 0px;
}

.menupane > .menu .item.block > .a {
	width: 100%;
}

.menupane > .menu .metro-button {
	border-radius: 0px;
}

.menupane > .menu .a {

	color: white;
	font-size: 0.85em;
}

.menupane > .menu .a .atext {
	position: absolute;
	bottom: 4px;
	left: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0;
	max-width: 106px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 92px;
}

.menupane > .menu .block .a .atext {
	max-width: 100%;
}

.spaced {
	vertical-align: bottom;
	padding-left: 0px;
	padding-bottom: 0px;
}

.menupane > .menu .a {
	text-align: left;
	background-position: center center;
	transition: all 0.5s ease 0s;
}

.menupane > .menu .a.back {
	background: url(../../../image/icon/back-metro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.notification-pane .notification-row {
	font-family: inherit;
}

.metro-item-color1, .metro-item-red {
	background-color: #f44336;
}

.metro-item-color2, .metro-item-pink {
	background-color: #e91e63;
}

.metro-item-color3, .metro-item-purple {
	background-color: #9c27b0;
}

.metro-item-color4, .metro-item-deep-purple {
	background-color: #673ab7;
}

.metro-item-color5, .metro-item-indigo {
	background-color: #3f51b5;
}

a {
	outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
	font-weight: bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:black;	
}

.menupane > .menu .selected, .menupane > .menu .selected td, .menupane > .menu .selected .a, .menupane > .menu .selected input, .menupane > .menu .a:hover, .menu_shortcut .selected{
	color: black;
	text-shadow: none;
}

.menu_shortcut > .shortcut_item a.selected {
	background-color: transparent;
	color:white;
	font-weight:bolder;
}

.menupane > .menu .ajaxitem .table {
	color: white;
}

.metro-item-color6, .metro-item-blue {
	background-color: #2196f3;
}

.metro-item-color7, .metro-item-light-blue {
	background-color: #03a9f4;
}

.metro-item-color8, .metro-item-cyan {
	background-color: #00bcd4;
}

.metro-item-color9, .metro-item-teal {
	background-color: #009688;
}

.metro-item-color10, .metro-item-green {
	background-color: #4caf50;
}

.metro-item-color11, .metro-item-light-green {
	background-color: #8bc34a;
}

.metro-item-color12, .metro-item-lime {
	background-color: #cddc39;
}

.metro-item-color13, .metro-item-yellow {
	background-color: #ffeb3b;
}

.metro-item-color14, .metro-item-amber {
	background-color: #ffc107;
}

.metro-item-color15, .metro-item-orange {
	background-color: #ff9800;
}

.metro-item-color16, .metro-item-deep-orange {
	background-color: #ff5722;
}

.metro-item-color17, .metro-item-brown {
	background-color: #795548;
}

.metro-item-color18, .metro-item-grey {
	background-color: #9e9e9e;
}

.metro-item-color19, .metro-item-blue-grey {
	background-color: #607d8b;
}

.input-inline select {
	height: 35px;
	top: 0px;
	border: none;
}

.input-inline {
	display: block;
}

.searchbox {
	margin-top: 0px;
}

.menupane > .menu .inactive {
	opacity: 0.5;
}

.input-inline .searchbox {
	width: 224px;
	margin-right: -4px;
}

.excel-table > .excel-table-header > div > div, .excel-table > div:not(.excel-table-body):not(.excel-table-header) > div.excel-table-row-header, .excel-table > .excel-table-body > div > div.excel-table-row-header, .excel-table th {
	color: white;
}

.input-inline select, .input-inline input {
	color: white;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	border-radius: 0px;
}

.viewPort {
	box-sizing: border-box;
	max-width: 1024px;
}

.viewPort .ui-tabs-panel {
	height: 700px;
	overflow: auto;
}

.inline-icon {
	position: relative;
	display: inline-block;
	height: 18px;
	width: 18px;
	background-repeat: no-repeat;
}

div.searchglass {
	bottom: 10px;
	display: inline-block;
	height: 36px;
	position: relative;
	width: 36px;
	background-image: url(../../../image/icon/search_small.png);
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.table-stripped tr, .table-stripped li {
	padding: 5px 0px;
}

.table-stripped tr:nth-child(2n), .table-stripped li:nth-child(2n) {
	background: #f9d1db none repeat scroll 0 0;
}

.table-stripped .emplink {
	color: #333;
}

.viewport_md ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

a.cancel-a-block {
	width: 106px !important;
}

.pmbok-table.pmbok-5 td {
	width: 20%;
}

.pmbok-table.pmbok-6 td {
	width: 16.666%;
}

.pmbok-table tr td:first-child {
	border: none;
}

.pmbok-table td {
	border-left: 1px solid #BBB;
}

.metro-item-table {
	width: 334px;
	color: white;
	min-height: 106px;
}

.pmbok-toggle {
	cursor: pointer;
}

.pmbok-toggle, .pmbok-group, .pmbok-toggle .clue {
	transition: all 0.5s ease 0s;
}

.pmbok-group {
	overflow: hidden;
}

.pmbok-group .item > .pmbok-group {
	height: auto;
	max-height: 0px;
}

.pmbok-group .item > .pmbok-group.shown {
	max-height: 800px;
}

.pmbok-toggle .clue {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 1.5em !important;
	-ms-transform: rotate(180deg); /* IE 9 */
	-ms-transform-origin: 50% 50%; /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.pmbok-toggle .clue.expanded {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	top: 10px;
}

.menupane > .menu .pmbok-toggle+.pmbok-group .a:not(.pmbok-toggle)
.atext {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.menupane > .menu .pmbok-toggle+.pmbok-group .a:not(.pmbok-toggle) {
background-color: inherit ;
height: auto;
width:100%;
color: #666;
}

.menupane > .menu .pmbok-toggle+.pmbok-group .a:not(.pmbok-toggle)
:hover {
	color: black;
}

.menupane > .menu .pmbok-toggle+.pmbok-group .a:not(.pmbok-toggle)
:hover .atext {
	text-decoration: underline;
}

.menupane > .menu .pmbok-toggle+ .pmbok-group .item {
	float: none;
	width: auto;
	height: auto;
	margin-top: 8px;
	display: list-item;
	margin-left: 24px;
	margin-right: 0px;
	list-style: none;
}

table.table > tr > td {
	vertical-align: top;
	text-align: left;
}

.ui-datepicker {
	z-index: 100 !important;
}

.text-green {
	color: #008000 !important;
}

.text-blue {
	color: #03A9F4 !important;
}

.text-gray {
	color: #BBB !important;
}

.status-color-overdue {
	background-color: red !important;
}

.status-color-tp {
	background-color: #FFF !important;
	color: #000 !important;
}

.status-color-bsp, .status-color-bsf {
	font-size: 0.9em;
}

.status-color-bsp, .status-color-bsf, .status-color-ti {
	background-color: #7FDB2B !important;
	color: black !important;
}
.status-color-bsp-char{
	color: #A01A44 !important;
}
.status-color-bsf-char{
	color: #2548CE !important;
}

.status-color-t {
	background-color: #3E29B8 !important;
}

.status-color-ap {
	background-color: #F2AD29 !important;
	color: black !important;
}

.status-color-ac {
	background-color: #34F8F9 !important;
	color: black !important;
}


.jstree-default .jstree-anchor {
	height: auto;
}

.dp-cont .e-col, .dp-cont.tbl-stat-s .c-col, .dp-cont.tbl-stat-e .c-col, .dp-cont.tbl-stat-a .c-col, .dp-cont.tbl-stat-c .c-col {
	display: none;
}

.dp-cont .c-col, .dp-cont.tbl-stat-s .e-col, .dp-cont.tbl-stat-e .e-col, .dp-cont.tbl-stat-a .e-col, .dp-cont.tbl-stat-c .e-col {
	display: table-cell;
}

.ui-widget-header {
	color: white;
}

.pdf-canvas-wrapper {
	height: 50vh;
	overflow: auto;
	border: 1px solid black;
	background-color: gray;
	position: relative;
}

.pdf-canvas-nav {
	padding: 5px;
	position: relative;
	min-height: 48px;
}

.div-center {
	margin: 0px auto;
	display: table;
}

table{
	border-collapse: inherit !important;
}

table.table td {
	vertical-align: top;
	text-align: left;
}

table.one-point-five td{
	line-height: 1.5em;	
}

#decision-tbl span{
	line-height: 1.6em;
}

/*Mod style*/
.cage-log-row-odd{
	background-color: #eeffee;
}

.alert-no-charge{
	background-color: #ffff55;
}

@media (max-width: 767px) {
	.header .logo{
		height: 64px;
	}
}
