/*
Page Layout
*/
html, body{
  height: 100%;
  width:100%;
  margin: 0;
}

body {
    font-family: "Open Sans",Arial,sans-serif;
	font-weight: 500 ;
	-webkit-font-smoothing: antialiased;
	color: #666;
} 

header {	
	width: 100%;
	line-height: 1.3;
	margin: 0 0 1em 0;
	font-weight: 300;
}

	header h1 {

	}

	header > h1:nth-child(1) > span:nth-child(1) {
		display: block;
		font-size: 60%;
		opacity: 0.7;
		padding: 0px 0px 0.6em 0.1em;
	}
	
	h2 > span:nth-child(1) {
		display: block;
		font-size: 60%;
		opacity: 0.7;
		padding: 0px 0px 0.6em 0.1em;
	}
	
	h3> span:nth-child(1) {
		display: block;
		font-size: 60%;
		opacity: 0.7;
		padding: 0px 0px 0.6em 0.1em;
	}
		
	h4 > span:nth-child(1) {
		display: block;
		font-size: 60%;
		opacity: 0.7;
		padding: 0px 0px 0.6em 0.1em;
	}
			
	h4 > span {
		display: block;
		font-size: 60%;
		opacity: 0.7;
		padding: 0px 0px 0.6em 0.1em;
	}
	
	header h1:nth-child(1) > span:nth-child(2) > em:nth-child(1) {
		display: block;
		font-size: 60%;
		opacity: 0.7;
		padding: 0px 0px 0.6em 0.1em;
	}

	header p {
		font-size: 24px;
	}

footer {
	text-align: center ;
	width: 100%;
	border-top: 2px solid #858585;
	margin: 100px 0 0 0;
	background-color: #222;
}
.push,
.footer
 {
  margin-top: -50px;
}
	footer p {
	font-size: 24px;
	}
	
	footer .logo {
		background-color: #fff;
		width: 220px;
		height: auto;
		padding: 8px 16px;
		position: relative;
		transform: translateX(0%) translateY(-40%);
		border: 1px solid #666;
	}
		
	
.sidebar {
	height: 100%;
	width: 300px;
	position: fixed!important;
	overflow: auto;
	z-index: 3;
	display: block;
	background-color: #253746;
	color: #eaeaea;
	-webkit-box-shadow:inset -7px 0px 10px 0px #17222b;
	box-shadow: inset -7px 0px 10px 0px #17222b;
}

.edit-menu {

	width: 50%;
	position: fixed!important;
	overflow: auto;
	z-index: 3;
	min-width: 500px;
	top: 35%;
	display: none;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px  #7eddd3;
	color: #666;
	margin: 5% auto;
	right: 0;
    left: 0;
}

.page {
	min-width: 600px;
	min-height: 100%;
	margin-left: 300px;
	padding: 8px 16px;
	margin-bottom: -50px;
}

.page-no-side {
	width: 60%;
	min-width: 640px;
	max-width: 1080px;
	min-height: 100%;
	padding: 10px;
	margin: 0 auto -50px;

}


.container {
	padding: 0.01em 16px;
}
	
.list {
	height: 500px;
}

	
/*
Formatting
*/

fieldset {
	border:none;
}

.light {
	opacity: .7;
}

.border-bottom {
	border-bottom: 1px solid #7eddd3;
}

.border-left {
	border-left: 3px solid #4e5b73;	
}

.inher {
	font-size: inherit ;
	background-color: inherit;
	color:inherit;
}

option:checked {
	display:none;
}

.borderless {
	border: none;
	transition: border .4s ;
}

a {
  border:none;
  outline:none;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color: white;
}

.menu a {
  border:none;
  outline:none;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color: white;
}

.aside a {
  border:none;
  outline:none;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color: white;
}

.border-5 {
	border: 1px solid #dce4ec;
	border-radius: 5px 5px 5px 5px;
}
	
.border-rad-5 {
	border-radius: 5px 5px 5px 5px;
}
	
.pad-l-s {
	padding-left: 8px;
}

.pad-s {
	padding: 8px;
}

.pad-t {
	padding: 2px;
}
	
.right {
	float: right;
}

.single {
	margin: 0 auto;
    
    width: 80%;
}

.m-top {
	margin-top: 10px;
}


table.hoursReport {
  color: #333;
  background: white;
  border: 1px solid #333;
  font-size: 12pt;
  border-collapse: collapse;
  margin-bottom: 5em;
}
table.hoursReport  thead th,
table.hoursReport  tfoot th {
  color: #777;
  background: rgba(0,0,0,.1);
  border: none;
}
table.hoursReport  caption {
  padding:.5em;
}
 table.hoursReport th,
table.hoursReport td {
  padding: .5em;
  border: 1px solid #333;
  color: #123;
}

table.hoursReport tbody {
	text-align: center;
}


/*
Buttons
*/
.egIcon {
	background-Color: #298fc2;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: .4em;
	color: #fff;
	cursor: pointer;
	border: 1px solid #0c71c3;
}
.egIcon_Reject {
	background-Color: #FF6D6D;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: .4em;
	cursor: pointer;
	color: #fff;
	cursor: pointer;
	border: 1px solid #c30c0c;
}

.button_red {
	background-Color: #FF6D6D;
	padding: .4em;
	color: #fff;
	cursor: pointer;
	border: 1px solid #FF6D6D;
}
	.button_red:hover {
		background-color: #fff;
		color: #FF6D6D;
		border: 1px solid #FF6D6D;
	}

.button_blue {
	background-Color: #298fc2;
	padding: .4em;
	color: #fff;
	cursor: pointer;
	border: 1px solid #298fc2;
}
	.button_blue:hover {
		background-color: #fff;
		color: #298fc2;
		border: 1px solid #298fc2;		
	}
	
.button_grey {
	background-Color: #666;
	padding: .4em;
	color: #fff;
	cursor: pointer;
	border: 1px solid #666;
}
	.button_grey:hover {
		background-color: #fff;
		color: #666;
		border: 1px solid #666;		
	}
	
/*
Tags
*/

h1, h2, h3, h4 {
	clear: none;
	margin-top:0;
	margin-bottom: 0;
}

h3 {
	color:#94a596;
}

.nav h3 {
	color: #666;
}

td label {
	font-size: 1em;
}

h1 > span:nth-child(1) {
		display: block;
		font-size: 60%;
		opacity: 0.7;
		padding: 0px 0px 0.2em 0.1em;	
}

h4 {
	font-size: 1.1em;
}

li {
	 list-style-type: none;
}

ol#questions li {
	list-style-type: upper-alpha;
}

ol#questions{
	margin: 8px 0;
}

ol#questions li{
	margin: 8px 0;
}

ol li {
	list-style-type: upper-alpha;
}

ol.r li {
	list-style-type: upper-roman;
}

th {
	font-family: 'Helvetica', sans-serif;
	color: #264D8D;
}

ul.selector  li {
	margin: 8px;
}

ul.selector p {
	padding: 5px;
}

p {
	margin: 0 ;
}

a:hover {
	color: #298fc2;
}

#submit:hover {
	color: #298fc2;
}

i.pointer:hover {
	color: #298fc2;
}
.pointer:hover {
	color: #298fc2;
}

.noClick {
   pointer-events: none;
   opacity: 0.7;
}

span.pointer:hover {
	color: #298fc2;
}

.selector {
	padding-inline-start: 0;
}

ul.selector li.selected  {
		color: #fff;
		background-Color: #7eddd3;
		border-radius: 10px;
}

.nav li.selected,
.nav2 li.selected {
	color: #298fc2;
}

.sub-nav li.selected {
	color: #298fc2;
}

ul.horiz li {
	display: inline;
	padding: 5px;
	margin: 1px;
	
}

li a {
	text-decoration: none;
	color: inherit;
}

/*
	Tables
*/
table.tte{
	border-collapse: collapse;
	width: 90%;
}
td.icon {
	width: 1%;
}
td.question {
	width: 20%;
	cursor: default;
}

td.company {
	width: 10%;
	cursor: default;
}

.border-side {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.border-bot {
	border-bottom: 1px solid #666;
	
}

.dates {
	width: 20px;
}

.odd {
	background-Color: #ccc;
}

.border-unbox{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.table {
	display: table;
}

.indent {
	padding-left: 10px;
}

.question-menu {
	border-bottom: 1px solid #7eddd3;
	    padding-bottom: 10px;
}

.cell {
	display: table-cell ;
    width: 1%;
    white-space: nowrap;
    font-weight: normal;
    padding: 8px 0;
	text-align: center;
}

.th {
	background-color: #94a598;
	color: #fff;
}

/*
Forms
*/
progress {
  display: block; /* default: inline-block */
  width: 300px;
  margin: 8px 0 auto;
  padding: 3px;
  border: 0 none;
  background: #666;

  height: 25px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
progress::-moz-progress-bar {
  border-radius: 12px;
  background: #298fc2;

}

progress::-webkit-progress-bar {
    background: transparent;
}  
progress::-webkit-progress-value {  

  background: #298fc2 ;
 
} 
.hidden {
	display:none;
}

.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}

.form {
	margin: 0 auto;
	width: 80%;
	display: block;
}

.form-full {
	margin: 0 auto;
	width: 50%;
	display: block;
	min-width: 600px;
}

.col-10 {
	float: left;
	width: 10%;
    overflow-wrap: break-word;
}
.col-20 {
	float: left;
	width: 20%;

}

.col-25 {
	float: left;
	width: 25%;
}

.col {
	float: left;
	width: 100%;
}

.col-75 {
	float: left;
	width: 75%;
}

.col-50 {
	float: left;
	width: 50%;
}

.col-45 {
	float: left;
	width: 45%;
}

.mar-s {
	margin: 0 8px 8px 0;
}


.row:after {
  content: "";
  display: table;
  clear: both;
  margin: 0 0 1em 0;
}

.srow:after {
  content: "";
  display: table;
  clear: both;
}

.row label {
	font-weight: bold;
}

.row input, .row select, textarea {
	
}
	

input, select, textarea, button {
	font-family: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:disabled {
	color: #666;
	background-Color: #fff;
}

textarea {
	width: 100%; 
}



.form-control {
	height: 45px;
	width: 100%;
	padding: 10px ;
}
	
	.form-control.large {
		height: 60px;
	}

.form-control-cuz {
	height: 40px;
	width: 70%;
	padding: 8px ;
	border: none;
}
	
.form-control-cont {
	width: 70%;
	font-size: 1em;
	border: none;
}

.form-control-cont:disabled {
	color: inherit;
}
	
.comment {
	font-style: italic;
	color: #666;
}
	
buttton {
		 -webkit-appearance: button;
}

.btn {
	display: inline-block;
	padding: 10px ;
	    touch-action: manipulation;
		    cursor: pointer;
			    border: 1px solid transparent;
}

.btn-default {
	padding: 3px 5px 3px 5px;
	background-color: #ecf0f1;
    border-color: #95a5a6;
	border-radius: 3px;
	border: 1px solid transparent;
}

.btn-rmv {
	color: #f17e74;
	font-size: 15px;
	font-weight: 600;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	    user-select: none;
}

.btn-link {
	border: 1px solid transparent;
	background-color: transparent;
}

.btn-link:hover (
	    border-color: transparent;
)

button {
	-webkit-appearance: button;
}

.control-group input {
	display: block;
	margin: 0 0 1em 0;
}

.form-field-group {
	width: 75%;
	margin: 0 2em;
}

.input-type, .option {
	display: table-cell;
}

.aside {
	display:table-cell;
}

disabled {
	color: #a4abb1c9;
}

.input-type {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	padding: 8px;
    font-weight: normal;
    color: #2c3e50;
    text-align: center;
    background-color: #ecf0f1;
    border: 1px solid #dce4ec;
}

.aside {
    width: 1%;
    white-space: nowrap;
    font-weight: normal;
	text-align: center;
	vertical-align: middle;

	padding-right: 10px;
}

.input-group-btn {
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	width: 1%;
	display: table-cell;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.text-field-large {
	resize: none;
}

.text-field-small {
	resize: none;
}

/*Form Errors*/



.success {
    border-left:3px solid #a6ca8a;
}

label.error {
    transition: transform 1s ease, opacity 1s ease;
	background: #fff;
	color: #f17e74;
	border: 1px solid #f17e74;
	z-index: 100;
}

form h3.error{
    transition: transform 1s ease, opacity 1s ease;
	background: #fff;
	color: #f17e74;
	border: 1px solid #f17e74;
	z-index: 100;

	left: 50%;
	position: relative;
	padding: 1em;
}

form h3.error{
	
}

.valid {
	
}

/*
Menus
*/
.edit-pop {
	border-bottom: 1px solid #7eddd3;
}

.current{
	background-Color: #94a596;
	color: #fff;
}



.pop:hover .pop-down {
	visibility: visible;
	max-height: 100%;
	opacity: 1;
	border-bottom: 1px solid #7eddd3;
	transition: max-height 2.7s ease-in;

}

.h-status:hover{
	border-bottom: 1px solid #7eddd3;
	
}


.pop-down{
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: visibility 0.3s, opacity 0.3s, max-height 0.7s ease-in;
	padding: 0;
}



.crumbs {
	margin-top: 10px;
}

.nav a {
	padding: 5px;

	z-index: 0;
}

.nav ul{
	padding: 0;
	list-style: none;
	color: #666;
	z-index:1;
}

.nav input:focus{
    outline: none;
	border-bottom: 1px solid #4e5b73;
}


.back-ground {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	padding: 5px 0;
	overflow: hidden;
	display: block;
	z-index:1;
	background-Color: #fff;
	max-height: 0;
	transition: all 0.3s ease-in;
}

.nav2 {
transition: all 0.3s ease-in;
}

.nav2 ul {
	color: #666;
	margin: 0 0 2em 0;
	z-index: 2;
	max-height: 0;
	transition: all 0.3s ease-in;
}



.nav ul li {
	display: inline-block;

	
}

ul li:after {

}

.nav h1 {
	font-size: 1.5em;
}

.nav {
	padding: 10px;
	width: 60%;
	max-width: 1080px;
	min-width: 640px;
	margin: 0 auto;
	border-bottom: 5px solid #4e5b73;
}
.nav ul {
	position:relative;
	margin: 0;
}

.search-field {
	float: right;

}

.result-list {
    width: 200px;
    color: #666;
    padding: 8px;
    background-color: #fff;
    z-index: -1;
    position: absolute;
    top: 20px;
}

.menu-search {
	float: right;

}

.nav input {
	border: none;
}

.nav2 ul{
	max-height: 0;
	position: absolute;
	float: none;
	opacity: 0;
	overflow: hidden;
	display: block;
	padding: 0;
	transition: all 0.3s ease-in;
}


.nav ul li:hover ul {
	max-height: 40px;
	  float: none;
	  opacity: 1;
}

.nav ul li:hover .back-ground {
	  visibility: visible;
	  display: inline-block;
	  opacity: 1;
	  max-height:50px;
}

.nav ul li ul li:hover {
	cursor: pointer;
	color: #298fc2;
}

.nav ul > li:hover  {
	color: #298fc2;
	cursor: pointer;
}

	.nav ul > li:hover .page  {
		margin:top
	}

.menu {
	border: 1px solid #000;
	padding: 1em;
	vertical-align: center;
}

.menu:after {
	margin: 0;
}

.menu:hover {
	box-shadow: inset 0px 0px 5px 0px #000;
	color: #298fc2;
}

.nav-button {
	cursor: pointer;
	padding: 8px 8px;
}

/*
Profile
*/
.profile-pic {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.profile-pic-small {
	display: inline-block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.profile-pic-small-square {
	display: inline-block;
    height: 55px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.hide {
	visibility: hidden;
	opacity: 0;
	max-width: 0px;
	overflow: hidden;
	display: inline-flex;
	transition: all 1s ease;
}

a:hover .hide {
	max-width: 100%;
	opacity: 1;
	visibility: visible;
}


/*
@Media
*/

@media screen and (max-width: 675px) {
 .col-75 {
		width: 100%;
		margin-top: 0;
	}
}


 
@media screen and (min-width: 1680px) {
	.collapse {
		display: block!important;
	}
	.show {
		display: none;
	}


 }
 
 @media screen and (max-width: 1690px) {

	.collapse {
		width: 50px;
	}
	.show {
		display: inline-block;
	}
	.page {
		margin-left:50px!important;
		min-width: 800px;
	}

 }
 
 /*
 @Animation
 */
 
 .animate-right {
	animation: animateright 0.4s;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animateright;
 }

 .animate-left {
	animation: animateleft 0.4s;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animateleft;
 }
 
@keyframes animateleft{
	from{left:-300px;opacity:0;} to{left:0;opacity:1;}
}
 
@keyframs animateright {
	from{right:50px;} to {right:300px;}
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	
	 @page 
	 {
		size: auto;
		margin: 0;
     }
}
 
 