body {
  background-image: url("triangle-light-bg.png");
  background-repeat: repeat;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 12px;	
}

.previous {
  background-color: #f1f1f1;
  color: white;
}

.next {
  background-color: #4CAF50;
  color: white;
}

.center_text {
	text-align: center;
}

.left_text {
	text-align: left;
}

.right_text {
	text-align: right;
}

.hidden {
	display: none;
}

.indent {
	text-indent: 50px;
}

input[type=text], select, input[type=number], input[type=date], input[type=time], input[type=month], input[type=email], input[type=password] {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* ============================
	NAVIGATION 
===============================*/

.navbar {
  margin-top: -8px;
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 10px 6px;
  text-decoration: none;
}

.navbar .cur {
  background-color: #288bbd;
}

.dropbtnsel {
  background-color: #288bbd;
}

.dropbtnnonsel {
  background-color: #333;	
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 10px 6px;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #288bbd;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*================*/
/* MAIN TABLE CSS */
/*================*/

#maintbl {
  border-collapse: collapse;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}

#maintbl a:link {color: #2e5470; text-decoration: none;}
#maintbl a:visited {color: #2e5470;}
#maintbl a:hover {color: #314352;}

#maintbl tr.row00{background-color: #f2f2f2;} /* row color by minutes */
#maintbl tr.row30{background-color: #ffffff;} /* row color by minutes */

#maintbl tr.row1{background-color: #ffffff;} /* row color variant */
#maintbl tr.row2{background-color: #e7f5ff;} /* row color variant */

#maintbl tr.bklistodd{background-color: #ffffff;} /* row color variant */
#maintbl tr.bklisteven{background-color: #e7f5ff;} /* row color variant */

#maintbl tr.topborder{border-top: 3px solid #aba9a9;}
#maintbl tr.bottomborder{border-bottom: 3px solid blue;}
#maintbl tr.topborder1{border-top: 1px solid #ddd;}

#maintbl td {
  border: 1px solid #ddd;
  padding: 8px;
}

#maintbl tr:hover {background-color: #ddd;}

#maintbl th {
  padding: 10px;
  background: url(img/header.png);
  background-repeat: round;
  background-size: cover;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #474747;
}

/*================*/
/* BANNER NOTICES */
/*================*/

#notice-0 { /* Exception Days */
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: #fbf1bc;
  padding: 10px; 
}

#notice-1 { /* Pay Date */
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: #e7fce3;
  padding: 10px; 
}


#notice-2 { /* Important */
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #bbaf71;
  background: #fbb7b7;
  padding: 10px; 
}

#notice-3 { /* Information */
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #2a4e83;
  background: #b9ddfa;
  padding: 10px; 
}

/* Font Colors */

.color1 { color: #543918; }
.color2 { color: #422f19; }
.color3 { color: #b00202; } /* Dark Red */
.color4 { color: #08802a; } /* Dark Green */
.color5 { color: #696969; } /* Gray */
.cred { color: #FF0000; }

/* Background Colors */

.bgcolor1 { background-color: #ffe3e3; } /* Mid-Light Red */
.bgcolor2 { background-color: #e3eeff; } /* Light Blue */
.bgcolor3 { background-color: #f0fff4; } /* Light Green */
.bgcolor4 { background-color: #daffc4; } /* Light *darker* Green */
.bgcolor5 { background-color: #ffffe6; } /* Light yellow */
.bgcolor6 { background-color: #cbe9a0; } /* Light Green - E-Time Granted */
.bgcolor7 { background-color: #fbb7b7; } /* Light Red - E-Time Denied/Expired */
.bgcolor8 { background-color: #fafafa; } /* Light Gray */
.bgcolor9 { background-color: #f2f5f7; } /* Light Blue #2 */
.bgcolor10 { background-color: #fff; } /* White */
.bgcolor11 { background-color: #f2fff7; } /* Light Light Green */
.bgcolor12 { background-color: #eee; } /* Darker Gray */
.bgcolor13 { background-color: #fceee6; } /* Light orange */

/* Font Sizes */

.size1 { font-size: 8px; }
.size2 { font-size: 9px; }
.size3 { font-size: 10px; }
.size4 { font-size: 11px; }
.size5 { font-size: 12px; }
.size6 { font-size: 14px; }
.size7 { font-size: 16px; }
.size8 { font-size: 18px; color: #3b3b3b; }

.blue { text-decoration: underline; color: #0324fc; }

.warning1 { background-color: #FF0000; color: #FFFFFF; }
.warning2 { background-color: #F5EE1D; color: #000000; }

/* Font Weight */

span.bold { font-weight: bold; }
td.bold { font-weight: bold; }

/* Layout Elements */

#footer {
	width: 90%;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*==================================
BUTTON CSS
====================================*/

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;

  transition-duration: 0.2s;
  cursor: pointer;
}

/* GREEN Button */

.button1 {
  background-color: #4CAF50; 
  color: white; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #429945;
}

/* BLUE Button */

.button2 {
  background-color: #008CBA; 
  color: white; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #02779e;
}

/* RED Button */

.button3 {
  background-color: #cf5248; 
  color: white; 
  border: 2px solid #cf5248;
}

.button3:hover {
  background-color: #ad453d;
}

.button4 {
  background-color: #fff; 
  color: black; 
  border: 0px;
}

.button4:hover {
  background-color: #dedede;
}

/* Tables */

table {
	border-collapse: collapse;
}


#wikitbl {
	width: 100%;
	padding: 0;
	float: left;
	text-align: left;
        border-color: #a1a1a1;
        border-width: 0 0 1px 1px;
        border-style: solid;
	font-family: Arial;
	font-size: 13px;
}

#skillz {
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
        border-color: #a1a1a1;
        border-width: 0 0 1px 1px;
        border-style: solid;
	font-family: Arial;
	font-size: 12px;
}

#surveyz {
	width: 50%;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
        border-color: #a1a1a1;
        border-width: 0 0 1px 1px;
        border-style: solid;
	font-family: Arial;
	font-size: 12px;
}

/* Comment Class */

#comments {
	width: 500px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
        border-color: #a1a1a1;
        border-width: 0 0 1px 1px;
        border-style: solid;
	font-family: Arial;
	font-size: 12px;
}

#comments2 {
	width: 500px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

img.pad {
	padding: 5px;
}

/* Table TD Classes */

div.colhead {
  padding: 12px;
  background-color: #288bbd;
  color: white;
  fond-weight: bold;
}

#content {
	min-width: 1075px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 15px;
	width: 90%;
	padding: 10px;
	background-color: #f7f8fc;
	border-color: #8a9fa7;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

td.error {
    	border-color: #a1a1a1;
    	border-width: 1px 1px 0 0;
    	border-style: solid;
    	margin: 0;
    	padding: 6px;
	text-align: center;
    	background-color: #ffc1c1;
}

td.surveysuccess {
    	border-color: #a1a1a1;
    	border-width: 1px 1px 0 0;
    	border-style: solid;
    	margin: 0;
    	padding: 6px;
	text-align: center;
    	background-color: #e5fed4;
}

.bklist-end {
	background-color: #ffd6d6;
}

.bklist-start {
	background-color: #efffd9;
}

.bklist-break {
	background-color: #fffee3;
}

.bklist-lunch {
	background-color: #deefff;
}




td.colinfo {
	padding: 4px;
	background-color: #FFFFFF;
}

/* Other Random Classes */

blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #a1a1a1;
}

.sidebar {
	float: right;
	width: 30%;
	height: 100%;
}

#sidebar a:link {color: #2e5470; text-decoration: none;}
#sidebar a:visited {color: #2e5470;}
#sidebar a:hover {color: #314352; text-decoration: underline;}

.thin {
	width: 100%;
	margin: 0px auto;
}
.article {
	width: 70%;
	margin-right: 20px;
	padding-right: 10px;
}

.box {
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

/* Load Navigation Images */

 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 
==============================================================
LOGIN FORM CSS
==============================================================
*/

.login {
  	width: 300px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 14px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 210px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="button"] {
	border: none;
	background: #3274d6;
	width: 100%;
	color: white;
	font-family: 'Roboto', sans-serif;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	transition: background ease-in-out .15s;
	-webkit-border-radius:0px;
	cursor: pointer;
}
.login form input[type="button"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: 'Roboto', sans-serif;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  cursor: help;
}

.tooltipskills {
  position: relative;
  display: inline-block;
  border-bottom: 1px black; /* If you want dots under the hoverable text */
  cursor: help;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  font-size: 11px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}


/* Tooltip text */
.tooltipskills .tooltiptextskills {
  visibility: hidden;
  width: 300px;
  background-color: #fcfcf0;
  color: #000;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #878787;
  font-size: 12px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipskills:hover .tooltiptextskills {
  visibility: visible;
}

/* ==========================================================================
   UPLOAD CSS
   ========================================================================== */

#dropArea {
    background-color: #FFFFFF;
    border: 2px dashed #000000;
    background-image: url('upload.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 12px;
    text-align: center;    
    width: 100%;
    height: 450px;
}
#dropArea.hover {
    background-color: #CCCCCC;
}
#dropArea.uploading {
    background: #EEEEEE url(loading.gif) center 30% no-repeat;
}
#result .s, #result .f {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px;
}
#result .s {
    background-color: #d3d3d3;
}
#result .f {
    background-color: #fcc577;
}

.info {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    font-weight: bold;
    height: 530px;
    margin: 20px;
    position: relative;
    width: 560px;
}
.info > div {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 5px;
}
.info > h2 {
    padding: 0 15px;
}
.info > canvas {
    margin-left: 15px;
    margin-bottom: 10px;
}
.info #url {
    width: 400px;
}

/* ==========================================================================
   DIV POPUP 
   ========================================================================== */

div.popupnotify {
	position:fixed;
	top:50%;
	left:50%;
	width:300px;  
	height: 35px;   
	margin-left:-150px;   /* negative half of width above */
	margin-top:-18px;   /* negative half of height above */	
    border-color: #a1a1a1;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
	text-align: center;
	box-shadow: 4px 6px #e0e0e0;
}

.colorsuccess {
    background-color: #e5fed4;
}

.colorerror {
    background-color: #ffc1c1;
}

/* ==========================================================================
   MODAL POPUP
   ========================================================================== */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  min-width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation 
@-webkit-keyframes animatetop {
  from {top:-100px; opacity:0.80} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-100px; opacity:0.80}
  to {top:0; opacity:1}
}

*/

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #288bbd;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #288bbd;
  color: white;
}

   