.requiredField {
	border-color:red;
	border-style:dotted;
}

.requiredLabel:after {
	content: " *";
	color: red;
}

.option-not-available:before {
	font-family: "Glyphicons Halflings";
	content: "\e090";
	color: red;
}

.external-resource:before {
	font-family: "Glyphicons Halflings";
	content: "\e135 ";
	class: "ajax-link left-menu-perspective";
}

.navbar {
	margin-bottom: 0;
}

div.dataTables_length {
	padding-left: 2em;
}

div.dataTables_length, div.dataTables_filter {
	padding-top: 0.55em;
}

.ch-container {
	margin-top: 60px;
/*    background: #fff url(/img/magnifyingGlass01_600soft02.jpg) no-repeat top center; */
}

.sidebar-nav .nav-header {
	color: #317eac;
	font-size: 100%;
	letter-spacing: 2px;
}

table {
	border: none;
	border-collapse: collapse;
}

table th {
	border-left: 1px solid #999;
}

table th:first-child {
	border-left: none;
}

table.dataTable td {
	vertical-align:top;
}

.scrollable {
	overflow: scroll;
	max-height: 20px;
}

.one-row-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.popover {
	max-width: 100%;
	/* Max Width of the popover (depending on the container!) */
}

.notebox-note {
	width: 100%;
	max-height: 40px;
	overflow: hidden;
	/*    text-overflow: ellipsis;
    white-space: nowrap; */
}

.notebox-note-add {
	min-width: 80%;
}

.btn-add {
	color: #2fa4e7;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.btn-add:focus {
	outline: none;
}

.even_div_row {
	background-color: #f2f2f2;
}

.odd_div_row {

}

.even_div_row:hover {
	background-color: #a9a9a9;
}

.odd_div_row:hover {
	background-color: #a9a9a9;
}

.noteBox_note {

}

.noteBox_note_text {

}

.noteBox_note_text_collapse {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 85%;
}

.noteBox_note_text_expand {
	height: auto;
	display: block;
	text-overflow: none;
	font-size: 85%;
}

.noteBox_note_header {
	font-size: 85%;
	font-weight: bold;
}

.field_label {
	font-weight: bold;
}

.full-width {
	width: 100%;
}

.list-hcenter-col {
	text-align: center;
}

.list-vtop {
	vertical-align: top;
}

.list-vbottom {
	vertical-align: bottom;
}

.dropdown-toggle {
	text-align: left;
}

/* ===========Perspective Select Menu======================= */
/* Dropdown Button */
.perspective-dropbtn {
	border: none;
	cursor: pointer;
	padding: 2px;
}

/* The container <div> - needed to position the dropdown content */
.perspective-dropdown {
	position: relative;
	padding-left: 5px;
}

/* Dropdown Content (Hidden by Default) */
.perspective-dropdown-content {
/*	display: none; */
	position: absolute;
	width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9000;
	background-color: white;
	font-size: 14px;
	font-weight: normal;
}

/* Links inside the dropdown */
.perspective-dropdown-content a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px 15px;
	height: 40px;
}

/* Change color of dropdown links on hover */
.perspective-dropdown-content a:hover {
	background-color: light-grey;
	display: block;
}

/* Show the dropdown menu on hover */
.perspective-dropdown:hover .perspective-dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.perspective-dropdown:hover .perspective-dropbtn {
	transition-delay: 0s;
}

/* =============Contact Menu==================== */
.ui-menu {

}

.ui-menu-item {
	border: 2px solid #D3D3D3;
	padding: 2px 5px;
	background-color: white;
}

.ui-menu-item a {
	text-style: none;
}

.ui-menu-item:hover {
	background-color: lightgrey;
	text-style: none;
}

.ui-menu-item a:hover {
	text-style: none;
}

.ui-autocomplete {
	padding-top: 1.2em;
	list-style: none;
}

.ui-tooltip {
	padding: 3px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background-color: #ffffff;
}

body .ui-tooltip {
	border-width: 2px;
}

/* ==============Splash Menu======================== */
#idt-menu-block {
	background-image: url("/images/BusinessNetworks.jpg");
}

#img-menu-block {
	background-image: url("/images/img-a.jpg");
}

#sde-menu-block {
	background-image: url("/images/sde.jpg");
}

#kp-menu-block {
	background-image: url("/images/KP-People-logo.png");
}

#external-menu-block {
	background-image: url("/images/GlobalTechnologyStethoscope.jpg");
}

#development-menu-block {
	background-image: url("/images/development.jpg");
}

.menu-block {
	height: 15em;
	width: 15em;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px;
}

.splash-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-block a {
	font-size: 2.25em;
	font-weight: bold;
	background: transparent;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	text-shadow: -1px -1px 0 grey, 1px -1px 0 grey, -1px 1px 0 grey, 1px 1px
		0 grey;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
}

.menu-block a:hover {
	border-color: white;
	box-shadow: 0px 0px 35px black;
	font-size: 3em;
}

.menu-block-content {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
}

/*    ===================================================== */
.fixedPosition {
	position: fixed;
	top: 5.25em;
	z-index: 1000;
}

.messageBar {
	position: fixed;
	top: 5.75em;
	z-index: 9500;
}

.moveRight-2-col {
	position: relative;
	left: 17%;
}

.moveRight-1-5-col {
	position: relative;
	left: 10%;
}

.col-lg-1-5 {
	width: 10%;
}

.mainMenuZIndex {
	z-index: 8000;
}

.modal {
	top: 5em;
}

body {
	font-size: 1.15em;
}

.box-header h2 {
	font-size: .75em;
}

.top-menu {
	font-size: 1.25em;
}

.dropdown-menu li a, .perspective-dropdown-content h2 {
	font-size: 1em;
}

#messageBox {
	font-size: 1.5em;
	z-index: 5000;
	width: 50%;
	left: 25%;
	right: 25%;
	position: fixed;
	top: 33%;
}

hr {
	margin: 0px;
}

/* ========== BEGIN Multi-Level Dropdown ========== */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* ======== END Multi Level Dropdown ======== */
.on_note_click {
	margin: 0px !important;
}

.nav-pills>li.active>a {
	right: 8px;
}

.nav-stacked>li>a {
	padding: 5px 10px;
}

.main-menu>li {
	width: 100%
}

.nav-pills>li>a {
	margin: 0px 4px;
}

.main-menu>li>a:hover {
	right: 8px;
}

.main-menuli>a:active {
	right: 8px;
}

.nowrapCell {
	white-space: nowrap;
}

.input-error {
	border-color: red;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(233, 0, 0, 0.6);
}

.label-warning {
	background-color: #ffa500 !important;
}

div.dt-buttons {
    position: relative;
    float: right;
    margin-left: 30px;
}

/* ============== Dashboard ToolTips ============== */
.tooltip {
	position: relative !important;
	display: inline-block !important;
	border-bottom: 1px dotted black !important;
}

.tooltip .tooltiptext {
	visibility: hidden !important;
	width: 240px !important;
	background-color: gray !important;
	color: #fff !important;
	text-align: left !important;
	border-radius: 6px !important;
	padding: 5px 0 !important;
	position: absolute !important;
	z-index: 500 !important;
	top: -5px !important;
	right: 110% !important;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%; /* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
}

.tooltip:hover .tooltiptext {
	visibility: visible !important;
}

.value-add-dashboard {
    width: 100%;
}

.value-add-dashboard-va {
    width: 70%;
}

.value-add-dashboard-ex {
    width: 15%;
}

.deprecated {
    font-weight: normal;
    font-style: italic;
}

.table-section {
    color: #317eac;
	font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 1px darkgray;
}

.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    color: #ff0000;
    }
}

#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}
