/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html { background-color: #eee; }

body {
    margin-top: 100px;
}

h4.dept {
	background-color: #f0ad4e;
	color: #fff;
	display: inline;
	padding: 2px 10px;
	margin-left: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.loginPage .col-lg-4, .loginPage .col-md-6 {
	float: none;
	margin-left:auto;
	margin-right:auto;
}

.loginPage input:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.loginLogo {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	text-align:center;
}

.loginBox {
	margin-left:auto;
	margin-right:auto;
	padding: 10px 15px;
	text-align:center;
	background-color: #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-animation: fadeHeader 1 0.75s ease-in;
	-moz-animation: fadeHeader 1 0.75s ease-in;
	-o-animation: fadeHeader 1 0.75s ease-in;
	animation: fadeHeader 1 0.75s ease-in;
	position: relative;
}

.loginBox h3 {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	color: #a0a0a0;
}

#page-wrapper, .animateThis {
	-webkit-animation: fadeHeader 1 0.75s ease-in;
	-moz-animation: fadeHeader 1 0.75s ease-in;
	-o-animation: fadeHeader 1 0.75s ease-in;
	animation: fadeHeader 1 0.75s ease-in;
	position: relative;
}

.noAnimation {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

.printOnly { display: none; }

.timeError {
	color: #d9534f;
}

.status-box {
	display: block;
	height: 40px;
	line-height: 40px;
}

.status-in {
	display: inline;
	height: 40px;
	line-height: 40px;
}

.status-in p{
	display: inline;
	color: #808080;
	padding: 0;
	margin: 0;
}

.status-in .fa {
	vertical-align: sub !important;
	margin-right: 4px;
}

@media(min-width:768px) {
    body {
        margin-top: 65px;
    }
}

#wrapper {
    padding-left: 0;
	background-color: #eee;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #eee;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
	margin-right: 10px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 12px;
    padding-bottom: 13px;
	margin-top: 10px;
    line-height: 20px;
    color: #444;
	border: 1px solid rgba(0,0,0,.2);
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #222;
    background-color: #eee;
	border: 1px solid rgba(0,0,0,.2);
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: -1px;
    border: 1px solid rgba(0,0,0,.15);
	border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05);
	box-shadow: 0 2px 2px rgba(0,0,0,.06);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 65px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #32323a;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav li a, .side-nav li p {
        width: 225px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: rgba(0,0,0,0.7) !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a, .side-nav>li>ul>li>p {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #ccc;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.red {
    color: #d9534f;
}

.green {
    color: #5cb85c;
}

.gray {
    color: #a0a0a0;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel-purple {
    border-color: #AA50E6;
}

.panel-purple > .panel-heading {
    border-color: #AA50E6;
    color: #fff;
    background-color: #AA50E6;
}

.panel-purple > a {
    color: #AA50E6;
}

.panel-purple > a:hover {
    color: #AA50E6;
}

/* Custom classes */

.margin-0 {
	margin: 0;
}

.margin-top-12 {
	margin-top: 12px;
}

.margin-top-24 {
	margin-top: 24px;
}

.tc-icon {
	background-color: #e3e3e3;
	color: #a0a0a0;
	border-radius: 30px;
	margin: 4px;
	width: 36px;
}

.tc-icon:hover {
	background-color: #428bca !important;
	color: #fff !important;
}

.transparent-btn {
	background: transparent;
	border: 0;
	padding: 14px 18px;
}

.transparent-btn:hover, .transparent-btn:focus {
	color: #d9534f;
	outline: 0;
}

.saved .form-control {
	color: #4B964B !important;
	font-weight: bold;
}

td.tci {
	width: 100px;
	text-align: right;
}

td.tch {
	width: 60px;
}

table.table-striped tr td {
	font-size: 16px;
}

th.col-sm {
	width: 150px;
}

th.col-med {
	width: 25%;
}

.active-day {
	background-color:#dff0d8;
}

.benefit-left {
	float: left;
	width: 70%;
}

.benefit-right {
	float: right;
	width: 30%;
}

input.btime {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.glyphicon-remove:hover {
	color: red;
}

.hideme, .hideme span {
	width: 0 !important;
	padding: 0 !important;
	opacity: 0;
}

.no-border {
	border: none !important;
}

a.no-border:hover {
	background-color: #fff !important;
}

th.text-right {
	text-align: right;
}

td.text-right {
	text-align: right;
	padding-right: 25px !important;
}

.inline  {
	display: inline;
}

.benefit-data .row {
	padding-top: 5px;
	padding-bottom: 5px;
}

.benefit-data .col-md-12 {
	padding-left: 30px;
	padding-right: 30px;
}

.benefit-data .form-control {
	font-size: 16px !important;
}

.benefit-data .form-control[disabled] {
	cursor: initial;
	padding-left: 0;
}

.text-right-min-padding {
	text-align: right;
	padding: 8px !important;
}

.text-right-no-padding {
	text-align: right;
	padding: 0 !important;
}

.bold {
	font-weight: bold !important;
}

.transparent {
	background-color: transparent !important;
	border: 0 !important;
}

.file-box {
	text-align: center;
	padding: 20px 0;
	min-height: 150px;
}

table.table-view-card {
	table-layout: fixed;
}

table.table-view-card h3 {
	font-size: 16px;
}

table.table-last-week-cards a {
	text-decoration: none;
	font-size: 14px;
	border: 0;
	display: block;
}

table.table-report {
	background-color: rgba(255,255,255,0.7) !important;
	margin-top: 8px;
	margin-bottom: 40px;
}

table.table-report th, table.table-report td {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

table.table-hover td a span {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a.deleteLink {
	position: relative;
	top: 25px;
	left: 10px;
}

.modal-dialog .panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-dialog input.datetime {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
	border: 1px solid #ccc !important;
}

.reports-date {
	width:100%;
}

h1.approved {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	color: #5cb85c;
	font-size: 22px;
}

h1.rejected {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	color: #d9534f;
	font-size: 22px;
}

.statusCircleGrey { color: #808080; }
.statusCircleGreen { color: #5cb85c; }
.statusCircleRed { color: #d9534f; }

.greenAlert {
	color: #fff;
	background-color: #5cb85c;
	border-radius: 6px;
	margin-left: 10px;
	padding: 2px 8px;
	text-transform: uppercase;
	font-weight: bold;
}

/* MOBILE */
@media(max-width:767px) {
	table.desktop { display:none !important; }
	
	.mobile .timecard-row { 
		border-bottom: 1px solid #a0a0a0;
		margin-bottom: 14px;
		padding-bottom: 14px;
	}
	
	.mobile .view-timecard-row { 
		margin-bottom: 14px;
		padding-bottom: 14px;
	}
	
	.mobile .form-group { 
		margin-bottom: 14px;
		width: 100%;
	}
	
	.mobile  .row-right {
		text-align: right;
		float: right;
		font-weight: bold;
	}
	
	.mobile .timecard-row h3 {
		font-size: 18px;
	}
	
	.table input.datetime {
		font-size: 20px;
		font-weight: 400;
		min-width: 200px !important;
		border-right: none !important;
	}
	
	.form_datetime { width: 100%; }

	.no-mobile { display: none; }
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #121212;
	}
	.mobile .btn-primary, .mobile .btn-warning {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 18px !important;
	}
	.mobile-buttons {
		text-align: center;
	}
	.mobile-buttons button {
		margin-top: 8px;
	}
	.updateEmployee  {
		text-align: center;
		margin: 0 auto;
	}
	.updateEmployee .btn {
		margin-bottom: 10px;
	}
	.navbar-brand img {
		width: 140px;
	}
	.top-nav {
		padding: 0;
	}
	.top-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top:2px;
		margin-left:8px;
	}
	.dropdown-menu {
		margin-left:8px;
	}
	.top-nav>li>a,
	.top-nav>.open>a {
		color: #222;
		background-color: #fff;
		border: 0;
	}
	.top-nav>li>a:hover,
	.top-nav>li>a:focus,
	.top-nav>.open>a,
	.top-nav>.open>a:hover,
	.top-nav>.open>a:focus {
		color: #222;
		background-color: #fff;
		border: 0;
	}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		color: #444;
		background-color: #eee;
	}
	.navbar-inverse .navbar-nav li p {
		color: #444;
	}
	.navbar-inverse .navbar-nav li p:hover, .navbar-inverse .navbar-nav li p:focus {
		color: #444
	}
	.navbar-inverse .navbar-nav > .active > p, .navbar-inverse .navbar-nav > .active > p:hover, .navbar-inverse .navbar-nav > .active > p:focus {
		color: #fff;
		background-color: #337ab7;
	}
	.benefit-left p, .benefit-right p {
		padding: 5px 15px !important;
		font-size: 16px;
	}
}

/* TABLET OR SMALLER */
@media(max-width:991px) {
	.benefit-data .col-md-12:first-child {
		display: none;
	}	
	
	.benefit-data .col-md-12:nth-child(2) .row .pto::before {
		content: "PTO: ";
	}		
	
	.benefit-data .col-md-12:nth-child(2) .row .bere::before {
		content: "Bereavement: ";
	}	

	.benefit-data .col-md-12:nth-child(2) .row .comp::before {
		content: "Comp: ";
	}	

	.benefit-data .col-md-12:nth-child(2) .row .holi::before {
		content: "Holiday: ";
	}	

	.benefit-data .col-md-12:nth-child(2) .row .save-btn {
		color: #fff;
		background-color: #428bca;
		font-size: 20px;
		padding: 6px 20px;
		border-radius: 10px;
	}		
	
	.benefit-data input[type="number"] {
		display: inline;
		width: initial !important;
	}	
}

/* DESKTOP */
@media(min-width:768px) {
	.mobile { display:none !important; }
	
	.top-nav>.open>.dropdown-menu {
		margin-top: 8px;
	}	
	
	.table input.datetime {
		font-size: 24px;
		font-weight: 400;
		width: 250px !important;
		border-right: none !important;
	}
	
	.modal-dialog input.datetime {
		font-size: 24px;
		font-weight: 400;
		width: 100% !important;
	}
	
	input.smNumber {
		width:80px;
	}
	
	input.medNumber {
		width:120px;
	}	

	.columns-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.columns-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns-3 a.list-group-item {
		display: inline-block;
	}
	
	.updateEmployee .btn {
		margin-right: 10px;
	}
	
	.table-responsive > .table-full-panel {
		table-layout:fixed !important;
	}	
}

@-webkit-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
