﻿a:link {
	text-decoration: none;
	color: #DBDBDB;
}
a:visited {
	text-decoration: none;
	color: #DBDBDB;
}
a:hover {
	text-decoration: none;
	color: #DBDBDB;
}
a:active {
	text-decoration: none;
	color: #DBDBDB;
}
.link-dark:hover {
	text-decoration: underline;
}
.link-dark {
	color: #4e5565 !important;
	font-weight: bold;
}
body {
	font-family: 'Open Sans';
	font-size:12px;
	color: #DBDBDB;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#whole-page-container {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
#sidebar {
	height: calc(100% - 110px);
	width: 250px;
	background-color: #353942;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}
#sidebar::-webkit-scrollbar { 
	display: none; 
}
#sidebar-top {
	width: 250px;
	height: 40px;
	background-color: #3e4451;
	font-size: 12px;
	text-align: center;
}
#sidebar-datetime {
	padding-top: 12px;
}
#sidebar-nav-container {
	padding-top: 40px;
        border-bottom: 5px solid #b45252;
}
#top-navbar {
	width: 100%;
	height: 75px;
	background-color: #353942;
	float: right;
}
#top-navbar-left {
	width: 250px;
	height: 58px;
	background-color: #4e5565;
	float: left;
	text-align: center;
	padding-top: 17px;
}
#top-navbar-logout {
	float: right;
	height: 54px;
	width: 75px;
	background-color: #b45252;
	color: #752e2e;
	font-size: 30px;
	text-align: center;
	padding-top: 21px;
}
#top-navbar-logout:hover > .fa.fa-cog.nav-settings {
	transition: 0.9s;
	transform: rotate(180deg);
}
#top-navbar-logout > .fa.fa-cog.nav-settings {
	transition: 0.9s;
	transform: rotate(0deg);
}
#top-navbar-title {
	width: auto;
	height: 40px;
	float: left;
	padding-top: 20px;
	padding-left: 55px;
	font-size: 22px;
}
#main-container {
	width: calc(100% - 250px);
	height: calc(100% - 130px);
	background-color: #bfc0c3;
	float: left;
	position:relative;
	padding-top:20px;
	overflow:auto;
}
#footer {
	width: 100%;
	height: 35px;
	float: left;
	background-color: #3e4451;
	text-align: center;
	font-size: 12px;
}
#footer-container {
	padding-top: 8px;
}
#static-tab {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	background: #4e5565;
	font-weight: bold;
	line-height: 3;
	cursor: pointer;
	border-bottom: 1px #353942 solid;
	font-size: 12px;
}
#static-tab:hover {
	background: #5a6172;
}
.navicon {
	margin-right: 18px;
}
.titleseparator {
	margin: 0 20px 0 20px;
}
#login-container {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 300px;
	height: auto;
	text-align:center;
	background-color: #cacbcf;
        padding: 20px 0px 0px;
}
#top-settings-menu {
	width: 200px;
	height: 0px;
	position: absolute;
	right: 0;
	top: 75px;
	z-index: 999;
	overflow: hidden;
	background-color: #b45252;
	font-size: 12px;
	display:block;
}
#top-settings-menu.active{
	height:auto;
}
.settings-menu-item {
	padding:10px;
	font-size:14px;
}
.settings-menu-item:hover {
	background-color:#a84848
}
#login-container input {
	font-size: 12px;
	border: none;
	background-color: #cacbcf !important;
	padding: 15px 15px 5px 15px;
}
#login-container input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #cacbcf inset;
	background-color: #cacbcf !important;
	outline:none;
}
#login-container input:focus {
	outline:none;
}
.login-input-container {
	border-bottom: 1px solid #aaabae;
	width: 230px;
	text-align: left;
	margin: 0 auto;
	margin-top:20px;
}
.login-box-icons {
	color: #353942;
	padding-left: 10px;
}
#side-stats-container {
	padding: 25px 20px 0px 12px;
}
.statistics_bar {
	width:100%;
	height:5px;
	background:#4e5565;
}
.statistics_bar_progress {
	width:0%;
	height:100%;
	background:#b45252;
}
#stats-bars-container {
	padding-top: 15px;
}
.stats-data-right {
	width:100%;
	text-align:right;
}
#bottom-single-stat {
	width: calc(50% - 20px);
	text-align: center;
	padding: 20px 10px 10px 10px;
	float: left;
}
.single-stat-result {
	font-size: 26px;
	font-weight: bold;
	padding-top: 5px;
}
#changepass-container {
	width: 322px;
	background: #C9C9C9;
	color: #000000;
	margin:0 auto;
	margin-top: 20px;
}
#profile-change-pass {
        padding: 10px;
}
#change-pass-header {
	background-color: #353942;
	padding: 10px;
	color: #dbdbdb;
	margin-bottom: 10px;
	font-size:22px;
}
#delete-hol-container {
        width: 322px;
        background: #C9C9C9;
        color: #000000;
        margin:0 auto;
        margin-top: 20px;
}
#delete-hol-body {
        padding: 10px;
}
#delete-hol-header {
        background-color: #353942;
        padding: 10px;
        color: #dbdbdb;
        margin-bottom: 10px;
        font-size:22px;
}
#development-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 300px;
	height: auto;
	text-align: center;
	background-color: #cacbcf;
	color: #000000;
	padding: 10px;
}
#late-list-container {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 840px;
    height: auto;
    text-align: left;
    border: 1px solid #404f5a;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    color: #000000;
    background-color: #CFCFCF;
}
#late-list-top {
    height: 40px;
    background-color: #353942;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
}
#latedate-list-head {
    float: left;
    height: 40px;
    width: 165px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#latetime-list-head {
    float: left;
    height: 40px;
    width: 165px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#latereason-list-head {
    float: left;
    height: 40px;
    width: 450px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#late-list-item-latedate {
    width: 165px;
    float: left;
    padding: 0px 10px 0px 10px;
    background-color: #CFCFCF;
    color: #000000;
}
#late-list-item-latetime {
    width: 165px;
    float: left;
    padding: 0px 10px 0px 10px;
    background-color: #CFCFCF;
    color: #000000;
}
#late-list-item-latereason {
    width: 450px;
    float: left;
    padding: 0px 10px 0px 10px;
    background-color: #CFCFCF;
    color: #000000;
}
#static-tab\ current {
    background-color: #b45252;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    border-bottom: 1px #353942 solid;
    font-size: 12px;
}
#admin-report-fullname a {
	color: #000000;
}
.error {
	color: #000000;
	font-weight: bold;
}
#docread_container {
    width: 600px;
    border: 1px solid #444;
    margin: 0 auto;
    color: #444;
}
#docread_header {
    padding: 10px;
    background-color: #353942;
    color: white;
    text-align: center;
}
#docread_items {
    color: #444;
    padding: 0 10px;
}
#docread_item {
    padding: 10px 10px;
    border: 1px solid #999;
    margin: 10px 0;
    position: relative;
}
.doclink {
    font-weight: bold;
    color: #b45252 !important;
}
.docmarkread {
    font-weight: bold;
    color: #840c0c !important;
}
.docread_exclaim {
    font-size: 75px;
    padding-bottom: 10px;
}
.docadd {
    width: 400px;
    margin-top: 10px !important;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display:none;
}
#notification_container {
    width: 400px;
    background-color: rgba(0, 0, 0, 0.65);
    height: 200px;
    margin: 0 auto;
    margin-top: 330px;
    padding: 10px;
    text-align:center;
    font-size: 18px;
}
.fa.fa-times-circle.notif-x {
    font-size: 80px;
    padding:12px;
}
#doc_reads_name {
    width: 200px;
    border: 1px solid #999;
    margin-top: 10px;
    padding: 10px;
}
#sickness_submit_container {
    width: 600px;
    border: 1px solid #444;
    margin: 0 auto;
    color: #444;
}
#sickness_submit_header {
    padding: 10px;
    background-color: #353942;
    color: white;
    text-align: center;
}
#sickness_submit_items {
    color: #444;
    padding: 0 10px;
}
.sickadd {
    width: 400px;
    margin-top: 10px !important;
}
#sick-list-container {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 840px;
    height: auto;
    text-align: left;
    border: 1px solid #404f5a;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    color: #000000;
    background-color: #CFCFCF;
}
#sick-list-top {
    height: 40px;
    background-color: #353942;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
}
#sickdate-list-head {
    float: left;
    height: 40px;
    width: 165px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#sicktime-list-head {
    float: left;
    height: 40px;
    width: 165px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#sickreason-list-head {
    float: left;
    height: 40px;
    width: 330px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#sickdays-list-head {
    float: left;
    height: 40px;
    width: 100px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#sick-list-item-sickstartdate {
    width: 165px;
    float: left;
    padding: 0px 10px 0px 10px;
    background-color: #CFCFCF;
    color: #000000;
}
#sick-list-item-sickenddate {
    width: 165px;
    float: left;
    padding: 0px 10px 0px 10px;
    background-color: #CFCFCF;
    color: #000000;
}
#sick-list-item-sickreason {
    width: 330px;
    float: left;
    padding: 0px 10px 0px 10px;
    background-color: #CFCFCF;
    color: #000000;
}
#sick-list-item-sickdays {
    width: 100px;
    float: left;
    padding: 0px 10px 0px 10px;
    background-color: #CFCFCF;
    color: #000000;
}
#sickness-startdate-list-head {
    float: left;
    height: 40px;
    width: 230px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#sickness-enddate-list-head {
    float: left;
    height: 40px;
    width: 230px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
#sickness-reason-list-head {
    float: left;
    height: 40px;
    width: 342px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    text-align: center;
}
#sickness-days-list-head {
    float: left;
    height: 40px;
    width: 150px;
    background-color: #4e5565;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    line-height: 38px;
    text-align: center;
}
#sick-list-item-startdate {
    width: 250px;
    float: left;
}
#sick-list-item-enddate {
    width: 250px;
    float: left;
}
#sick-list-item-reason {
    width: 342px;
    float: left;
}
#sick-list-item-days {
    width: 150px;
    float: left;
}
#chart-parent {
  margin:0 auto;
  width:1567px;
  height:auto;
}

#chart-cont {
  float: left;
  margin-right: 11px;
  margin-bottom: 10px;
  color: black;
  width: 505px;
  height: 285px;
  background-color: white;
  border: 3px solid #939393;
}
#legend-cont {
  padding-top:45px;
}
#staff_summary {
  color:#4B4B4B;
  width:1120px;
  float: left;
  margin-top: 10px;
  margin-bottom: 50px;
}
#staff_summary_name_head {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 200px;
  background-color: #d2d2d2;
  font-weight: bold;
}
#staff_summary_holallowance_head {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 130px;
  background-color: #d2d2d2;
  font-weight: bold;
}
#staff_summary_holused_head {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 130px;
  background-color: #d2d2d2;
  font-weight: bold;
}
#staff_summary_lieu_head {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 130px;
  background-color: #d2d2d2;
  font-weight: bold;
}
#staff_summary_name {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 200px;
  font-style: italic;
}
#staff_summary_holallowance {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 130px;
  text-align:center;
}
#staff_summary_holused {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 130px;
  text-align:center;
}
#staff_summary_lieu {
  float: left;
  padding: 10px;
  font-size: 14px;
  width: 130px;
  text-align:center;
}
#uploader-container {
  margin: 0 auto;
  width: 400px;
  height: 200px;
  border: 1px solid black;
  padding: 5px;
  color: black;
  font-size: 16px;
}
