﻿body.Layout, body.LayoutWithoutLogin {
    padding-top: 70px; /* top nav-bar */
    background: url("../Content/Images/bg.jpg") no-repeat center 0 fixed;
    background-size: cover;
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
}
.background {
    border-bottom: 3px solid #99b4b8;
    background-color: #fafdff;  
}
h2 {
    font-weight: 700;
    line-height: 1.7rem;
    font-size: 1.7rem;
}
.heading {
	color: white;
}
.heading h2{
	margin-bottom: 0.3rem;
}
#ClientLogo {
    width: 100%;
    text-align: right;
    color: white;
    padding-right:20px;
}
#ClientLogoWithoutLogin { /* CSS Without Login */
    text-align: center;
}
.title-row{
	background-color: #3b74b4;
}
.title-row h2.heading{
	color: white;
}
.PageTitle h2{
	font-size: 1.2rem;
	margin: 0;
	line-height: 1.5rem!important;
}
.LayoutWithoutLogin #StaffPortalLogo {
    top:10px;
    position:fixed;
    z-index:1051;
}
.Layout #StaffPortalLogo {
    top:-37px;
    position:relative;
    z-index:1051;
}
.PageTitle {
    text-align: center;
    color: white;
}
.btn-profile{
	position: absolute;
	top: 0.3rem;
	right: 0.5rem;
	z-index: 10000;
	background-color:coral;
	font-weight: bold;
	color: White;
	line-height: 1.85rem;
	padding: 0.25rem 0.5rem!important;	
}	 
#AttendanceList .weekstatus {
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	line-height: 90px;
	padding: 0;
}
#AttendanceList .weekstatus .fa {
    font-size: 1.6rem;
}
#AttendanceList .btn-primary .fa-bg{
	background-color: #258eff;
}
#AttendanceList .btn-success .fa-bg{
	background-color: #33bf53;
}
#AttendanceList .btn-secondary .fa-bg{
	background-color: #afb7be;
}
#AttendanceList h3{
	font-size: 1.5rem;
}
#AttendanceDetail .daystatus{
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
}
#AttendanceDetail .day .table-primary {
    min-height: 40px;
}
#AttendanceDetail .day{
	font-size:0.97rem;
	display: inline-block;
}

/* for back-to-top */
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    font-size:0.85rem;
}
#back-to-top:hover {
    background:#000;
}
#back-to-top.show {
    opacity: 0.9;
}

@media only screen and (max-width: 767px){
	#ClientLogoWithoutLogin h3{
		font-size: 1.4rem!important;
		line-height: 1.1!important;
	}
	.PageTitle{
		text-align: left;
		padding-bottom: 1.7rem!important;
	}
	.Layout .PageTitle h2 img{
		float: left;
	}
	.Layout #StaffPortalLogo {
		top:-24px;
	}
	body.Layout, body.LayoutWithoutLogin {
		background-attachment: scroll;
	}
	.heading img{
		width:50px;
	}
	.title-row h2.heading, .heading h2 {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.dtl-button-cont a{
		margin-bottom: 0.5rem;
	}
	.dtl-button-cont #acknowledge{
		margin-bottom: 0.5rem;
	}
}
@media only screen and (min-width: 768px) {
    #AttendanceList .weekstatus { 
        font-size: 1.2rem;
    }
}
/*--- bootstrap overwritten css ---*/
.bg-dark {
    background-color: #143050 !important;
}
.popover-body{
	width: 275px!important;
}
.rounded-top{
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
}