
.error {
	border-color: red;
}

.hint {
	font-size: 10px;
	color: red;
	padding: 4px;
	display: none;
}

h1 {
	color: #293f50;
}

.top-nav {

	background: rgb(250, 250, 250);
	color: black;
	margin-bottom: 20px;
}

.navbar-brand {
	color: #999999;
}

.navbar-brand:hover {
	color: #000;
}

.nav-login form {
	width: 60%;
	margin-top: 10px;
	float: right;

}

.create-account-wrapper {
	margin: 0 auto !important;

}

.create-account-wrapper h2 {
	text-align: left;
}

.daily-timesheet,
.manual-timesheet,
.account-wrapper,
.leave-request-wrapper {

	background: rgb(240, 240, 240);
	color: black;
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}

.daily-button {
	margin: 20px 5px 10px 0px;
}

.daily-total-time {
	margin: 20px;
}

.total-hours {
	background: black;
	width: 100%;
}

.daily-header-summary {
	padding: 40px;
}

.daily-info {
	margin: 20px;
}

.daily-list {
	margin: 2px auto;

	background: rgb(230, 230, 230);
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

table.borderless td, table.borderless th {
	border: none !important;
}


.button-delete {
	border-color: rgb(204, 153, 0);
	color: rgb(204, 153, 0);
}

.button-cancel {
	border-color: red;
	color: red;
}

.button-yes {
	border-color: green;
	color: green;
}

.button-update {
	border-color: rgb(0, 51, 153);
	color: rgb(0, 51, 153);
}

.button-submit {
	border-color: green;
	color: green;
}

.button-reject {
	border-color: rgb(102, 102, 153);
	color: rgb(102, 102, 153);
}

.button-view {
	border-color: blue;
	color: blue;
}

.ts-show-total-hours-wrapper span {
	font-size: 25px;
	color: darkblue;


}

.leaveSummaryTable
{

	background-color: #f4f4f4;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom:20px;
}
.lrTitleHr{
	padding:10px;
	border-bottom: 1px solid #c4c4c4;
}
.lrPreviewBox{
	border: 1px solid red;
}
.lrValue{
	color:#BBB;
	font-size:20px
}
.lrValue:hover{
	color:blue;
}
.leaveRequestWrapper{
	border: 1px solid #c4c4c4;
	padding :10px;

}
#leaveSubmit{
	width:100% !important;

}

.lr-square {
	height: 200px;
	broder-style:solid;
	border-color: #9fa8b0;
	background:#f5f5f5;
	margin:10px
}
.lr-square-chart{
	height: 450px;


	margin:10px

}
.annualLeaveDashboardContainer{
	border: 1px solid #cccccc;
margin-bottom:40px;
}


.sickLeaveDashboardContainer{
	border: 1px solid #cccccc;
	margin-bottom:20px;
}
.dashBoardHeader{
	padding:30px
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}
.bottom-nav {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
	height:100px;
	margin-bottom:15px;

}

.bottom-nav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;

}
.bottom-nav a:hover {
	background: #f1f1f1;
	color: black;
}

.bottom-nav a.active {
	background-color: #4CAF50;
	color: white;
}

.main-box-style{
	border: 1px solid #c4c4c4;
	padding :10px;

}
