:root {
	--light: #414e6f;
	--mid: #222d41;
	--mid-dark: #2b3b4a;
	--mid-light: #596271b8;
	--mid-dark-lighter: #3b465a;
	--dark: #4f6175;
	--dark-lighter: #788797;
	--light-dark: #edfaff;
	--lighter-dark-highlight: #dde7ec;
	--light-dark-highlight: #d0dbe0;
	--light-dark-darker: #cbe4f0;
	--body-light: #e0f3ff;
	--light-dark-light: #4b596e;
	--highlight: #fff;
	--accent: #A1F3F7;
	--alt-accent: #ffdab9;
	--alt-accent-dark: #f0a579;
	--success-accent: #a2e3a8;
	--success-accent-dark: #0c490f;
	--failure-accent: #d79292;
	--failure-accent-dark: #490c0c;
	--dead-link: #979797;
	--il-even: #efefef;
	--il-odd: #eff4ff;
	--schdark: #4f565f;
	--schlight: #faffff;
	--schaccent: #636a73;
	--schdark-accent: #b3bac3;
	--schlight-accent: #dbe2eb;
	--table-even: #e5eff3;
	--table-odd: #d0dbe0;
	--danger: #b22222;
	--success:  #2e8b57;
}

/* Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.2;
	font-family: Helvetica;
}

html, body {height: 100%;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Helvetica;
}

a img { border: none; }

a:link { text-decoration:none; }
a:hover { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }

.clear { clear:both }

.bold {
	font-weight:bold;
}

.bold_underline {
	font-weight:bold;
	border-bottom: 1px solid black;
}

table {
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:95px;
	width: 100%;
	max-width: 100%;
}

table,th,td,tr {
	padding:5px;
	border: 1px solid #2d3b52;
	font-size:13px;
}

th {
	height:30px;
}

.table_header {
	background-color:#2d3b52;
	color:white;
}

p {
	margin:5px 0px 5px 0px;
}

input:focus {
	outline:none;
}

.staff_id {
	outline:none;
	border:none;
	background: transparent;
	cursor:pointer;
	font-family: Helvetica;
	font-size:13px;
	padding:0px;
	margin:0px;
}

/* ===== Common Layout ===== */

#header_main {
	background-color:#2d3b52;
	border-bottom:10px solid #dddddd;
}

#header_inner {
	width:960px;
	min-height:75px;
	margin:0 auto;
}

#wrapper {
	min-height:100%;
	overflow:auto;
	padding-bottom:100px;
}

#main {
	width:960px;
	background-color:white;
	margin:0 auto;
	padding:20px;
	border-radius:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
	margin-top:-85px;
	height: 85px;
	clear:both;
	background-color:#2d3b52;
}

#view_footer_main {
	height:75px;
	width:100%;
	background-color:#2d3b52;
	border-top:10px solid #dddddd;
	position: fixed;
	bottom:0px;
	overflow-x: hidden;
	overflow-y: auto;
}

#footer_main {
	height:75px;
	border-top:10px solid #dddddd;
}

#footer_inner {
	width:960px;
	margin:0 auto;
	padding:15px 0px 0px 0px;
	color:#dddddd;
}

#footer_left {
	width:480px;
	float:right;
}

#footer_right {
	width:480px;
	float:right;
}

/* ===== Page Layout ===== */

#login_wrapper {
	min-height:100%;
	overflow:auto;
	background:url('../images/wave_bg.png') top center no-repeat;
}

#login_main {
	height:100%;
	margin:0 auto;
	overflow:auto;
	padding-bottom: 85px;
}

#view_main {
	width:960px;
	height:100%;
	margin:0 auto;
	overflow:auto;
}

#results_main {
	width:95%;
	height:100%;
	margin:0 auto;
	overflow:auto;
}

#report_main {
	width:960px;
	margin:0 auto;
}

#login_logo {
	width:320px;
	height:145px;
	margin:0 auto;
	margin-top:16%;
	padding:10px 20px 20px 20px;
	border-radius:10px;
	box-sizing:border-box;
	box-shadow: 0 0 50px #000000;
    display: flex;
    justify-content: center;
    align-items: center;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow: 0 0 50px #000000;
    -webkit-box-shadow: 0 0 50px #000000;
}

#azureLoginBtn {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* ===== Reports  ===== */

#report_build {
	width:960px;
	margin:0 auto;
	margin-top:15px;
	padding:10px;
	background-color: #dddddd;
	border-radius:5px;
	box-sizing:border-box;
	overflow: auto;
	position: relative;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.report_selector {
	width:225px;
	float: left;
}

/* ===== Add Documents  ===== */

.add_documents_selector {
	padding:10px;
	box-sizing:border-box;
	float: left;
}

.add_documents_selector input[type="text"] {
	padding:5px;
	width:250px;
}

/* ===== Staff Search  ===== */

#search_box {
	width:900px;
	height:60px;
	margin:0 auto;
	margin-top:16%;
	padding:10px;
	background-color: #2d3b52;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow: 0 0 50px #000000;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow: 0 0 50px #000000;
    -webkit-box-shadow: 0 0 50px #000000;
}

/* ===== Input Fields ===== */

.login_field {
	width:270px;
	height:20px;
	float:left;
}

.search_field {
	width:880px;
	height:40px;
	font-size: 25px;
	padding:5px;
	box-sizing: border-box;
	border:none;
}

.view_search_field {
	width:960px;
	height:30px;
	margin-top: 25px;
	font-size: 18px;
	padding:5px;
	box-sizing: border-box;
	border:none;
	border-radius: 3px;
}

/* ===== Buttons ===== */

.login_submit_button {
	width:100%;
	height:40px;
	margin-top:10px;
	color:#dddddd;
	font-size: 1.2em;
	border:none;
	border-radius:5px;
	cursor:pointer;
	background-color:#2d3b52;
}

.logout_button, .reports_button, .settings_button, .upload_button, .async_merge_button, .add_button, .show_button, .hide_button, .save_button, .print_button, .dashboard_button, .close_button, .go_button {
	width:40px;
	height:40px;
	float:right;
	margin-left:10px;
	cursor:pointer;
}

.merge_button, .delete_button {
	width:15px;
	height:15px;
	float:left;
	margin:5px 0px 0px 5px;
	cursor:pointer;
}

.merge_button {
	background:url('../images/merge.png') top center no-repeat;
	margin-right:5px;
}

.async_merge_button {
	background:url('../images/async_merge.png') top center no-repeat;
	margin-right:5px;
}

.delete_button {
	background:url('../images/delete.png') top center no-repeat;
}

.logout_button {
	background:url('../images/logout.png') top center no-repeat;
}

.reports_button {
	background:url('../images/reports.png') top center no-repeat;
}

.settings_button {
	background:url('../images/settings.png') top center no-repeat;
}

.upload_button {
	background:url('../images/upload.png') top center no-repeat;
}

.add_button {
	background:url('../images/add.png') top center no-repeat;
	border:none;
	outline:none;
}

.show_button, .hide_button {
	background:url('../images/show.png') top center no-repeat;
}

.save_button {
	background:url('../images/save.png') top center no-repeat;
}

.print_button {
	background:url('../images/print.png') top center no-repeat;
}

.dashboard_button {
	background:url('../images/back.png') top center no-repeat;
}

.close_button {
	background:url('../images/close.png') top center no-repeat;
}

.go_button {
	background:url('../images/go.png') top center no-repeat;
}

/* ===== Profile Layout ===== */

#status_change_message {
	margin:0 auto;
	border:2px solid red;
	color:red;
	padding:10px;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
}

#profile_left {
	width:210px;
	height:100%;
	padding:20px 20px 20px 20px;
	margin:20px 0px 105px 0px;
	box-sizing: border-box;
	font-size: 12px;
	float:left;
	background-color: rgba(45,59,81,0.2);
	border-radius: 10px;
}

#profile_right {
	width:750px;
	height:100%;
	padding:20px 20px 20px 20px;
	margin:0px 0px 105px 0px;
	box-sizing: border-box;
	font-size: 12px;
	float:left;
}

.profile_pic {
	width:120px;
	height:150px;
	margin-left:18px;
	border:5px solid #2d3b52;
}

h3.tab_header {
	width:720px;
	background-color: rgba(45,59,81,0.2);
	padding:5px;
	margin-bottom: 5px;
	cursor:pointer;
	font-size:14px;
	color:black;
	border-radius: 3px;
	float:left;
}

#tab {
	border:none;
	padding:10px 0px 10px 5px;
	background:transparent;
	box-sizing: border-box;
	overflow:auto;
	font-size:12px;
}

#tab ul {
	width:350px;
	background:transparent;
	float:left;
	list-style: none;
}

#tab li {
	padding:3px 3px 3px 0px;
}

#tab input {
	outline:none;
	border:none;
	background: transparent;
	cursor:pointer;
}

.form_title {
	color:black;
	font-weight: bold;
}

.form_title_no {
	color:#cccccc;
}

.input_line {
	width: 100%;
	display:block;
	box-sizing:border-box;
	margin-bottom:5px;
	padding:10px 0px;
	line-height:30px;
	overflow:auto;
}

.push_right {
	margin-right:20px;
	float:left;
}

.bodyTable, .ui-dialog-content .ui-widget-content .bodyTable {
	border-bottom: 10px solid var(--light-dark-light);
	background-color: var(--light-dark);
	color: var(--mid-dark) !important;
}

.bodyTable tr {
	height: 32px;
	vertical-align: middle;
}

.bodyTable thead tr:nth-child(1) {
	background-color: var(--mid-dark) !important;
	color: var(--light-dark) !important;
	font-size: 12px !important;
	line-height:16px !important;
}

.bodyTable tbody tr td {
	border-bottom: 1px solid var(--accent);
	color: var(--mid-dark) !important;
	vertical-align: middle;
	font-size: 12px;
}

.bodyTable tbody tr:nth-child(odd) {
	background-color:var(--table-even);
}

.bodyTable tbody tr:nth-child(even) {
	background-color:var(--table-odd);
}

.bodyTable th , .bodyTable td {
	padding: 0px 5px !important;
}

.editBtn {
	background: url("../images/edit-on.png") ;
	background-size: cover;
	width: 20px;
	background-position: center center;
}

.editBtn:hover {
	background: url("../images/edit-off.png");
	background-size: cover;
	width: 20px;
	background-position: center center;
}

.deleteBtn {
	background: url("../images/delete-on.png");
	background-size: cover;
	width: 20px;
	background-position: center center;
}

.deleteBtn:hover {
	background: url("../images/delete-off.png");
	background-size: cover;
	width: 20px;
	background-position: center center;
}

/* ===== Autocomplete Styling ===== */

.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}

.ui-widget-content a {
	color: #222222;
}

.ui-widget-content a:hover {
	color: #ffffff;
	background: #2d3b52;
}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #dddddd;
	color: #222222;
	font-weight: bold;
}

.ui-widget-header a {
	color: #222222;
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
	max-height:540px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete-loading {
	background: white;
}

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	margin: 0;
	display:block;
}

.ui-menu .ui-menu {
}

.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	height:35px;
	border-bottom:1px solid #2d3b52;
}

.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	background-color:#2d3b52;
	font-weight: normal;
	color:white;
}

.ui-state-focus { outline: none; }


/* ===== Tooltip Styling ===== */

.ui-tooltip, .arrow:after {
	background: #2d3b52;
    border: 5px solid #cccccc;
}

.ui-tooltip {
	width:80px;
	height:80px;
	padding: 27px 0px 27px 0px;
	color: white;
	border-radius: 80px;
	font: bold 12px "Helvetica Neue", Sans-Serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
	box-sizing: border-box;
	position:absolute;
}

.arrow {
    width: 50px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    left:8px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
}

.arrow:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -23px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* ===== Modal Styling ===== */

.ui-dialog .ui-state-error {
	border:none;
}

.ui-dialog-buttonpane {
	background-color: #2d3b52;
	height:75px;
	padding:15px 30px 20px 0px;
	box-sizing:border-box;
	border:none;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.custom-overlay {
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1040;
}

.strip {
	border:none;
	outline:none;
}

.success {
	background: #2d3b52 url('../images/success.png') top center no-repeat;
}

#add_form {
	background-color: #2d3b52;
	border:none;
	padding:20px;
	color:white;
	outline:none;
}

#add_form label {
	background-color: #2d3b52;
	padding:5px;
	color:white;
}

#add_form input.text {
	margin-bottom:10px;
	width:95%;
	padding: .4em;
	color:black;
}

#add_form h1 {
	font-size: 1.2em;
	margin: .6em 0;
}

#upload_form, #merge_form, #async_merge_form {
	background-color: #2d3b52;
	border:none;
	padding:20px;
	color:white;
	outline:none;
}

#upload_form label, #merge_form label, #async_merge_form label {
	background-color: #2d3b52;
	padding:5px;
	color:white;
}

#upload_form input.text, #merge_form input.text, #async_merge_form input.text {
	margin-bottom:10px;
	width:95%;
	padding: .4em;
	color:white;
}

#upload_form h1, #merge_form h1, #async_merge_form h1 {
	font-size: 1.2em;
	margin: .6em 0;
}

#logout_form {
	background-color: #2d3b52;
	border:none;
	color:white;
	text-align: center;
	padding:10px 0px 10px 0px;
	outline:none;
}

#delete_form {
	background-color: #2d3b52;
	border:none;
	color:white;
	text-align: center;
	padding:10px 0px 10px 0px;
	outline:none;
}

.center {
	text-align: center;
}

/* ===== Edit in Place Styles ===== */

#sidebar {
	width: 0px;
}

#content {
	width: 770px;
}

.editable input[type=submit] {
	color: #F00;
	font-weight: bold;
}

.editable input[type=button] {
	color: #0F0;
	font-weight: bold;
}

.dblclick {
	display:inline;
	width:300px;
}

#sex select {
	width:125px;
}

#race select {
	width:125px;
}

#emp_status select {
	width:125px;
}

/* ===== jsGrid styles ==== */

.jsgrid-grid-header table {
	margin-bottom:0;
}
.jsgrid-header-cell, .jsgrid-cell, .jsgrid-cell input {
	font-size:.8rem;
}
h1 {
	background: #F9F9F9;
	color: #555;
	padding:3px;
	font-size:2rem;
}

.snap_style {
position: relative;
border:1px solid #ddd;
padding:5px;
box-sizing:border-box;
margin-top:30px;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.snap_delete_confirmation {
    font-size: 18px;
    color: #999;
    font-size: 18px;
    position: absolute;
    top: -3px;
    right: 5px;
    cursor: pointer;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.status_delete_confirm {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    min-width: 280px;
    max-width: 500px;
    height: auto;
    background: rgb(46, 60, 83);
    border-radius: 10px;
    padding: 5px;
    margin: 0;
    border-top: 1px solid white;
    animation: fade 1s ease 1 forwards;
    border: 1px solid #9e9e9e;
}
.status_delete_confirm p {
  text-align: center;
  font-size: 1rem;
  margin: 0 2rem 4.5rem;
  color: #fff;
}
.status_delete_confirm button {
  background: transparent;
  border: none;
  color: #fff;
  height: 3rem;
  font-size: 1rem;
  width: 50%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.status_delete_confirm button:nth-of-type(1) {
  border-top: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  left: 0;
  border-radius: 0 0 0 10px;
}
.status_delete_confirm button:nth-of-type(2) {
  border-top: 1px solid #B4B4B4;
  right: 0;
  border-radius: 0 0 10px 0;
}
.status_delete_confirm button:focus,
.status_delete_confirm button:hover {
  font-weight: bold;
  background: rgb(91, 113, 150);
}
.status_delete_confirm button:active {
  background: #D6D6D6;
}
.settings-container {width: 500px; margin: 50px auto}

.settings-open-modal {
  border: none;
  border-radius: 4px;
  color: #fff;
  outline: none;
  text-transform: uppercase
}
.settings-modal {
    background-color: #dbd9d9;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 300px;
    padding: 50px;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.7);
    transform: translate(-50%,-50%);
}
.settings-modal > div:not(first-of-type) {
	display: inline-block;
	margin-left: 25px;
}
.settings-modal img {
    height: 80px;
    display: block;
    margin: 0 auto;
}
.settings-modal a {
    display: inline-block;
    text-align: center;
	color: #000;
	font-weight: 700;
}

.settings-close-modal {
  color:  #000;
  text-decoration: none;
  float: right;
  position: absolute;
  top: 10px;
  right: 20px
}
.report-profile-container {
    width: 500px;
    margin: 0px auto;
}
.report-profile-modal {
    top: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    width: 800px;
    height: 100vh;
    padding: 50px;
    border-radius: 5px;
    z-index: 10;
	box-sizing: border-box;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.7);
    transform: translate(-50%,-50%);
    overflow: scroll;
}
.report-profile-modal h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 32px;
    letter-spacing: 1px;
}
.report-profile-modal > div{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.report-profile-modal > div div:nth-child(2) {
    flex: 2;
}
.report-modal-close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 20px;
	cursor: pointer;
}
.report-pic-frame {
    box-shadow: inset -1px 1px 6px 1px rgba(0,0,0,.24);
    background: white;
    align-items: center;
    display: flex;
    padding: 18px;
    box-sizing: border-box;
    position: relative;
    height: 300px;
    width: 300px;
    margin-right: 20px;
}
.report-profile-pic{
  box-shadow: inset 0 0 1px 0 rgba(0,0,0,.2);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.report-emp-pic {
    width: 50px;
    height: 50px;
    margin-left: 18px;
    border: 1px solid #2d3b52;
}
.report-emp-pic:hover {
    width: 200px;
    height: 200px;
}
.report-settings-modal {
    background-color: #dbd9d9;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 180px;
    padding: 20px;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.7);
    transform: translate(-50%,-50%);
    overflow: scroll;
}
.settings-button {
    position: absolute;
    right: 5px;
    background: none;
    border: none;
    top: 10px;
	cursor: pointer;
}
