/* HR Stylesheet */
:root {
    --lite-blue:#57acfc;
    --dark-blue:#1b4f7f;
    --grey:#eee;
    --danger:#d9534f;
    --warning:#f0ad4e;
    --info:#31708f;
    --primary:#428bca;
    --success:#5cb85c;
}

.truncated {
    text-decoration: underline;
    text-decoration-style: dashed;
    cursor:help
}

.curs-def { cursor: default }

.curs-ptr, .curs-ptr:hover { cursor: pointer }

.disp-inl-blk { display: inline-block }

.disp-inl { display: inline }

.badge-info {
    background-color: var(--info)
}

.badge-warning {
    background-color:var(--warning)
}

.badge-danger {
    background-color: var(--danger)
}

.badge-success {
    background-color: var(--success)
}

.badge-primary {
    background-color: var(--primary)
}

.row.row-mt-05 {
	margin-top: 0.5em;
}

.row.row-mb-05 {
	margin-bottom: 0.5em;
}

.row.row-mtb-05 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.row.row-mt-1 {
	margin-top: 1em;
}

.row.row-mb-1 {
	margin-bottom: 1em;
}

.row.row-mtb-1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.row.row-mt-2 {
	margin-top: 2em;
}

.row.row-mb-2 {
	margin-bottom: 2em;
}

.row.row-mtb-2 {
	margin-top: 2em;
	margin-bottom: 2em;
}

.row.row-mt-3 {
	margin-top: 3em;
}

.row.row-mb-3 {
	margin-bottom: 3em;
}

.row.row-mtb-3 {
	margin-top: 3em;
	margin-bottom: 3em;
}

[class^="col"].col-pl0 {
	padding-left: 0px;
}
[class^="col"].col-pr0 {
	padding-right: 0px;
}
[class^="col"].col-plr0 {
	padding-left: 0px;
	padding-right: 0px;
}
	
.pad-0 {
	padding: 0px;
}

.pdl-30 { padding-left: 30px }

.pdr-30 { padding-right: 30px }

.mb-1 { margin-bottom: 1em }

.mb-2 { margin-bottom: 2em }

.mb-0 { margin-bottom: 0 }

.mt-0 { margin-top: 0 }

.mt-1 { margin-top: 1em }

.mtb-0 { margin: 0 auto }

/* Header */

.breadcrumb {	
	background-color: transparent; /* Remove background from breadcrumbs to increase whitespace */
	margin-bottom: 0; /* Remove margin from bottom of breadcumb to bring closer to header */
	padding-left: 0; /* Remove padding from left to bring breadcrumb in line with rest of content */
}

header > .row > .col-xs-12 > h2,
header > .row > .col-xs-12 > .btn-group {
	margin-top: 10px /* Retain distance from nav while increasing space to breadcrumbs */
}

/* Styling all panel headers and footers to have no background colour */
	.panel-heading {
		background-color: #ffffff !important;
	}

	.panel-footer {
		background-color: #ffffff !important;
	}

/* Styles for side table e.g. invoice summary  */
.hr-side-table{
	font-size: 22px;
	width: 100%;
}

.hr-side-table td{
	padding: 12px;
	padding-left: 20px;
	width: 50%;
}

.hr-side-table .result{
	text-align: right;
	padding-right: 50px;
}

.hr-side-table .total{
	background-color: #ddddff;
	color: #444499;
}


/* Borderless table */
.hr-borderless tbody tr td, thead tr th {
	border: none;
}

.hr-borderless tbody tr th {
	border-top: 0;
}

.hr-top-border {
	border-top:1px; 
	border-top-style:dotted; 
	border-top-color: #aaaaaa;
}


/* Nav bar custom styling */

.navbar-brand { padding: 0 }

.navbar-brand>img {
	height: 100%;
	margin-right: 15px;
  width: auto;
}

.navbar {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px; /* Reduce gap to breadcrumbs */
}

.navbar-toggle {
	border: 1px solid #428bca;
	font-size: 18px;
}

.navbar-toggle .icon-bar { background-color: #428bca }

#nav_pill_list { max-width: 80% }

.nav-pills li a {
	border-radius: 0;
	text-align: left;
	border-bottom: 5px solid #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
	background-color: #fff;
	border-bottom: 5px solid #428bca;
	color: #333;
}

.dropdown.open, .nav-pills > li > a:hover { border-bottom: 5px solid #428bca }

.nav-pills > li > a:focus {
	background-color: #fff;
	border: none;
}

.nav-pills > li.active > a:focus {
	background-color: #fff;
	border-bottom: none;
	color: #333;
}

.navbar-company-logo, .navbar-itracr-logo{ max-height: 80px }

.navbar-nav>li>.dropdown-menu { margin-top: 5px }

.nav-pills > li > .btn:hover, .btn:focus { color: #2a6496 }


@media (min-width: 768px) {
	.navbar-nav {
		text-align: center;
		float: none;
	}

	.navbar-nav > li {
		float: none;
		display: inline-block;
	}

	#nav_pill_list li { float: left }

	#nav_pill_list li .dropdown-menu li { float: none }

	#collapsible-navbar-content {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* navbar menu when collapsed */
.navbar-nav { text-align: left }
.navbar-collapse {
	width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;

}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

	#nav_pill_list li { float: none }
	.dropdown.open, .nav-pills > li > a:hover { border-bottom: none }


/* view tasks */

.task-button{
	float: right;
	padding-top: 20px;
}

.task-total{
	font-size: 18px;
	vertical-align: text-bottom;
}

.task-total-desc{
	font-size: 85%;
	vertical-align: top;
	padding-bottom: 15px;
}

/* view invoices */
.invoice h3{
	font-size: 20px;
}

.invoice-title{
	font-size: 18px;   
	padding-top:45px;
}

.top{
	 padding-top:0px;   
}


.invoice-supplier{
	padding-bottom: 20px;
}

.invoice-total{
	font-size: 18px;
}

.med-top-spacing{
	 padding-top:30px;       
}


.invoice-section-header{
	padding:6px;   
}

/* Book Leave */

.leave-main {
	z-index: 1;
}

/* Tables */
.tbl-fld-currency{
	/* border: 1px solid #999999; */
	padding:3px;
	min-width: 70px; 
	text-align: right;
}

.tbl-fld-totals{
	border-top: 2px solid #777;
	/* background-color:#999999; */
}

.tbl-col-date{
	min-width: 80px;
}

.tbl-row-header{
	background-color:#999999;
	color:white;
	padding:3px;
}

.tbl-row-norm{
	/* border: 1px solid #999999; */
	padding:3px;
}

.no-border{
	border: 0px !important;
}

.tbl-row-totals{
	background-color:#999999;
	padding:2px;
	font-weight:bold;
}

.tbl-fld{
	/* border: 1px solid #999999; */
	padding:3px;
}

.tbl-fld-summary-text{
	border: 0px;
	text-align:right;
	padding: 3px;
}

.tbl-fld-summary-value{
	/* border: 1px solid #999999; */
	text-align:right;
	padding: 3px;
}

.tbl-bordered{
	border: 1px solid #999999;
	padding:3px;
}

.tbl-annual-leave{
	text-align: center;
	table-layout: fixed;
	width: 100%;
	display: block;
	overflow-x: auto;
}

.tbl-annual-leave th{
	vertical-align: top;
	text-align: center;
}

.tbl-annual-leave td{
	border-width: 0;
}

#renderedDeliverabletbl{
	height: 250px;
	overflow-y: auto;
}

.leave_day_container{
    border-radius: 20px;
    border: 2px solid #73AD21;
    margin-left: 10px;
    padding: 5px;
    padding-bottom: 2px;
    width: 100px;
    height: 100px;
    position: relative;
}

.leave_day_container.muted{
    border-color: #777;
}

.leave_day_container.success-fd{
    border-color: #5cb85c;
    border-width: 4px;
}

.leave_day_container.success-am{
    border-color: #5cb85c;
    border-width: 4px;
}

.leave_day_container.success-pm{
    border-color: #5cb85c;
    border-width: 4px;
}

.leave_day_container.warning-fd{
    border-color: #428bca;
    border-width: 4px;
}

.leave_day_container.warning-am{
    border-color: #428bca;
    border-width: 4px;
}

.leave_day_container.warning-pm{
    border-color: #428bca;
    border-width: 4px;
}

.leave_day_container.danger-fd{
    border-color: #d9534f;
    border-width: 4px;
}

.leave_day_container.danger-am{
    border-color: #d9534f;
    border-width: 4px;
}

.leave_day_container.danger-pm{
    border-color: #d9534f;
    border-width: 4px;
}

.leave_day_container.sl{
    border-color: #333;
    border-width: 4px;

}

.glyphicon.glyphicon-remove.big{
    font-size: 1.5em;

}

.glyphicon.glyphicon-ok.big{
    font-size: 1.5em;

}

.leave_btn{
    position: absolute;
    width: 80%;
    bottom: 0px;
}

.leave_btn_left{
    left: 3px;
    margin-left: 2px;
}

.leave_btn_right{
    right: 0px;
    margin-right: 2px;
}

.radio.leavehidden{
    min-height:0px;
    line-height: 0px;
    margin-bottom:0px;
    margin-top:0px;

}

.tbl-fixed{
	table-layout: fixed;
	word-break: normal;
}

.tbl-row-clickable {
	cursor: pointer;
}

.row-force-wrap{
	word-break: break-all !important;
}


/* Navbar */
.user-profile-dropdown{
	position: relative;
	top:18px;
	left: 7px;
}

.status-icon{
	width: 60px;
	justify-content: center;
}

.status-chev{
	position: absolute;
	right: -10px;
	top: 2px;
}

.status-error{
	position: absolute;
	right: -30px;
	top: 2px;

}


.display-error{
	position: absolute;
	right: -35px;
	top: 0px;

}

.displayButton{
	position: relative;
	right: 10px;
	top: -9px;

}

/* Quick Buttons */

.btn-quick, .btn-quick:hover, .btn-default.btn-quick:focus, .btn-group.open .dropdown-toggle { border-color: #428bca }

/* Timecard table */
.scrollable-timecard{
	overflow: scroll;
	overflow-x: hidden;
}

.timecard-header-row{
	margin: 0px !important;
}

.timecard-left-column{
	min-width: 240px; 
	max-width: 30%;
	vertical-align: bottom;
}

.timecard-date{
	font-size: 12px; 
	vertical-align: bottom; 
	text-align: center;
	min-width:4.25em;
	width: 90px !important;
}

.timecard-field{
	min-width:4.25em;
	width: 90px !important;
}

.timecard-status{
	text-align: center;
	word-wrap: break-word;
	font-size:10px;
	width: 90px !important;
}

#timecard-col{
	min-width: 4.25em;
}

.timecard-task-underline:hover {
	text-decoration: underline !important;
}

.text-primary.center{
	position: center; 
	padding: 0px 20px 0px;
}

.form-control.timecard{
	font-size: 15px; 
	font-weight: bold; 
	text-align: center;
	min-width: 4.25em;
	max-width: 75px;
}

.star-class{
	position: absolute;
	left: 50%;
}

/* Custom scrollbar */

.scrollbar-spacer{
	padding: 0px !important;
	width:16px;
}

.scroll-element.scroll-x {
	display: none !important;
}

/* Custom form fields */
.form-field-multifile-row{
	/* position:absolute; */
	/* white-space:nowrap; */
	min-height:20px;
	max-height:160px;
	vertical-align: middle;
}

.form-field-multifile-wrapper
{
	display:inline-block;
	position:relative;
	text-align: center;
	vertical-align: middle;
}

.form-field-multifile-newfile-btn{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	position:relative;
	width:31px;
	height:31px;
	border:1px solid black;
	border-radius: 5px;
	text-align: center;
	cursor:pointer;
}

/* Used to provide a thinner dropdown field, example on sort by in task view screen */
.dropdown-mini{
	height: inherit;
	padding: 0px;
}

/* Delete button for MultiFile widget */
.form-MultiFile-delete {
	width:20px;
	height:20px;
	/* border:1px solid black; */
	/* border-radius: 2px; */
	position: absolute;
	right:5px;
	top:10px;
	bottom:5px;
	vertical-align: middle;
	text-align:center;
}

/* Send New Link button for New User */
.sendLinkCheck{
	position: relative;
	top: 5px;

}

.sendButtonCheck{
	position: relative;
	right: -3px;

}

.sendTextCheck{
	position: relative;
	top: -20px;
	padding-right:15px;
	padding-top: 0px;
	vertical-align: top;

}
.emailSentLocation{
	padding-left:7px;
}

.setPassIntroPassage{
	padding-left:7px;
	padding-right:7px;
	padding-top:7px;
	padding-bottom:7px;
}

/* Some generic useful classes */
/* Used with muted-text for important numbers on timecard/approvals*/
.important-number {
	font-size: 18px;
	padding-left:0px;
	padding-top:0px;
}

.approval-expense-icon {
	position: relative;
	top: 3px;
	cursor: default;
}

.approval-big-confirmation-icon {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: -7px !important;
    cursor: default;
}

.approval-small-confirmation-icon {
    position: relative;
    top: -2px !important;
    cursor: default;
}

.inline-headers h4, .inline-headers h6 {
  display: inline-block;
  vertical-align: baseline;
}

/* Use as in a span prior the Centered element for vertical centering*/
.Centerer
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.Centered
{
	display: inline-block;
	vertical-align: middle;
}

.row-centered {
	text-align:center;
}

.col-centered {
	display:inline-block;
	float:none;
	text-align:left;
	margin-right:-4px;
}

.full-size{
	width:100%;
	height:100%;
}

/* Expenses table */
.expense-tbl-title{
	width: 100%;
	text-align: center;
}

.expense-tbl-nav-arrow{
	width: 10%; 
	/* background-color: #cccccc !important; */ 
	vertical-align: middle !important;
	text-align: center;
	/* color: #888888; */
}

.expense-tbl-title-title{
	width: 80%; 
	/* background-color: #aacaaa !important; */  
	text-align: center;
}

.btn.expenses{
	font-size: 12px;
	text-align: center; 
	width: 4.25em;
}

/* Current expense summary table */
#curr_expense_breakdown-total_row {
	margin-top: 5px;
	border-top: 1px solid #ddd;
}

/* Styling button in expenses alert */
#confirmChangeExpenseRow .alert p .btn {
	display:inline !important;
}

/* Availability table */

.a-content{
	text-align: left;
	width:100%;
	vertical-align: top;
	background-color: #fff;
	height: 100px;
	overflow-y: auto; 

}

.a-content-hdr{
	text-align: left;
	vertical-align: top;
	font-weight: 600;
}

.a-content-row{
	padding-bottom: 2px;
	border-bottom:1px; 
	border-bottom-style:dotted; 
	border-bottom-color: #aaaaaa;
}

.availability-tbl {
	width:100%;
}


.availability-tbl td {
	padding: 5px;
}

.availability-tbl-hdr{
	text-align:center;
	font-weight: 500;
}

.availability-sub-tbl {
	width:100%;
	border-collapse: separate; 
	border-radius: 4px;
	border: 1px solid #cccccc;
	width:150px;  
}


.availability-sub-tbl-hdr {
	text-align:center;
	font-weight: 600;
	font-size: 12px;
}

.sick{
	background-color: #d9534f;
}

.unassigned{
	/*background-color: #5bc0de;*/
	background-color: #c0deed;
}


.time-submitted{
	background-color: #5bc0de;
}


.available{
	background-color: #5cb85c;
}

.unavailable{
	background-color: #d9534f;
}


.annual-leave{
	background-color: #f0ad4e;
}

.leave-pending{
	background-color: #ec971f;
}

.leave-approved{
	background-color: #5cb85c;
}

.leave-rejected{
	background-color: #d9534f;
}

.weekend{
	background-color: #fcf8e3;
}

/*D3 heatmap for users availability on comp_view_sys_users*/
.avail-note{
	font-weight: bold;
}

.available-rounded{
	color: #46a046;
}

.annualleave-rounded{
	color: #ed9c2c;
}

.unavailable-rounded{
	color: #d9534f;
}

.unassigned-rounded{
	color: #4ca2cd;
}

/*Unavailable*/
.cal-avail .q1{
	fill: #d9534f !important;
}
/*Sick*/
.cal-avail .q2{
	fill: #d9534f !important;
}
/*Annual Leave*/
.cal-avail .q3{
	fill: #f0ad4e !important;
}
/*Available*/
.cal-avail .q4{
	fill: #5cb85c !important;
}

/*Date-picker styling on timecard*/
.cal-date-picker .graph-label
{
	font-size: 18px !important;
}

.btn-plain{
	color: #fff;
	background-color: #777;
	border-color: #357ebd;
}

.btn-plain:hover, .btn-plain:focus {
	color: #fff;
	text-decoration: none;
}

/*Time card day status - Annual Leave Pending */
.btn-success.fd{
	color: #333 !important;
	background-color: #5cb85c !important;
}

.btn-success.am{
	color: #333 !important;
	background-color: #fff !important;
	border-color: #adadad !important;
	background-image: linear-gradient(left top, #5cb85c 50%, #ffffff 50%);
	background-image: -o-linear-gradient(left top, #5cb85c 50%, #ffffff 50%);
	background-image: -moz-linear-gradient(left top, #5cb85c 50%, #ffffff 50%);
	background-image: -webkit-linear-gradient(left top, #5cb85c 50%, #ffffff 50%);
	background-image: -ms-linear-gradient(left top, #5cb85c 50%, #ffffff 50%);
}

.btn-success.pm{
	color: #333 !important;
	background-color: #fff !important;
	border-color: #adadad !important;
	background-image: linear-gradient(left top, #ffffff 50%, #5cb85c 50%);
	background-image: -o-linear-gradient(left top, #ffffff 50%, #5cb85c 50%);
	background-image: -moz-linear-gradient(left top, #ffffff 50%, #5cb85c 50%);
	background-image: -webkit-linear-gradient(left top, #ffffff 50%, #5cb85c 50%);
	background-image: -ms-linear-gradient(left top, #ffffff 50%, #5cb85c 50%);
}

.btn-warning.fd{
	color: #333 !important;
	background-color: #ec971f !important;
}

.btn-warning.am{
	color: #333 !important;
	background-color: #fff !important;
	border-color: #adadad !important;
	background-image: linear-gradient(left top, #ec971f 50%, #ffffff 50%);
	background-image: -o-linear-gradient(left top, #ec971f 50%, #ffffff 50%);
	background-image: -moz-linear-gradient(left top, #ec971f 50%, #ffffff 50%);
	background-image: -webkit-linear-gradient(left top, #ec971f 50%, #ffffff 50%);
	background-image: -ms-linear-gradient(left top, #ec971f 50%, #ffffff 50%);
}

.btn-warning.pm{
	color: #333 !important;
	background-color: #fff !important;
	border-color: #adadad !important;
	background-image: linear-gradient(left top, #ffffff 50%, #ec971f 50%);
	background-image: -o-linear-gradient(left top, #ffffff 50%, #ec971f 50%);
	background-image: -moz-linear-gradient(left top, #ffffff 50%, #ec971f 50%);
	background-image: -webkit-linear-gradient(left top, #ffffff 50%, #ec971f 50%);
	background-image: -ms-linear-gradient(left top, #ffffff 50%, #ec971f 50%);
}

.btn-danger.fd{
	color: #333 !important;
	background-color: #d9534f !important;
}

.btn-danger.am{
	color: #333 !important;
	background-color: #fff !important;
	border-color: #adadad !important;
	background-image: linear-gradient(left top, #d9534f 50%, #ffffff 50%);
	background-image: -o-linear-gradient(left top, #d9534f 50%, #ffffff 50%);
	background-image: -moz-linear-gradient(left top, #d9534f 50%, #ffffff 50%);
	background-image: -webkit-linear-gradient(left top, #d9534f 50%, #ffffff 50%);
	background-image: -ms-linear-gradient(left top, #d9534f 50%, #ffffff 50%);
}

.btn-danger.pm{
	color: #333 !important;
	background-color: #fff !important;
	border-color: #adadad !important;
	background-image: linear-gradient(left top, #ffffff 50%, #d9534f 50%);
	background-image: -o-linear-gradient(left top, #ffffff 50%, #d9534f 50%);
	background-image: -moz-linear-gradient(left top, #ffffff 50%, #d9534f 50%);
	background-image: -webkit-linear-gradient(left top, #ffffff 50%, #d9534f 50%);
	background-image: -ms-linear-gradient(left top, #ffffff 50%, #d9534f 50%);
}

.cal-date-picker .subdomain-text{
	font-size: 13px !important;
	fill: #3d3d3d !important;
}

.circle {
	width:20px;
	height:20px;
	border-radius:50%;
	font-size:10px;
	color:#000;
	line-height:20px;
	text-align:center;
	background:#fff
}

/* User Info Page */

div.section-header {
  /*display: inline-block;*/
  padding-bottom: 9px;
  margin: 24px 0 12px;
  border-bottom: 2px solid var(--grey);
}

div.section-header > h3 {
	display: inline;
}

.section-header {
  /*display: inline-block;*/
  padding-bottom: 9px;
  margin: 1em 0 0.5em;
  border-bottom: 2px solid var(--grey);
}

.sh-blue {
  border-bottom: 2px solid var(--lite-blue);
}

#userInfoEditButton {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* BS Callout */
.bs-callout {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-invoice  {
	padding: 5px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 4px;
	border-radius: 3px;
}


.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #777;
}
.bs-callout-default h4 {
	color: #777;
}
.bs-callout-primary {
	border-left-color: #428bca;
}
.bs-callout-primary h4 {
	color: #428bca;
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}


/* Allow bootstap glyphicons in spans that are styled like buttons to spin */
.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg); }
	to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

/* Similar spacing to the Bootstrap form-control class */
.fake-form-control {
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 0px solid #ccc;
		border-radius: 4px;
}

/* Clickable titles */
.h-clickable {
	cursor: pointer;
}

/* .h-clickable:hover { */
/*     background-color: #eee; */
/*     color: #333; */
/*     outline: 0; */

/* } */


/* Styling for password strength indicator */
/* The glyphicons still need to be added for valid and invalid states.*/
 #pswd_info {
    position:absolute;
    top:200px;
    height: 180px;
    bottom: -115px\9; /* IE Specific */
    right:150px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
    background:url() no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url() no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info {
    display:none;
}

/* comp_home sidebar */

.sidebar-text { padding-top: 15px }

.huge-text { font-size: 4em }

/* comp_view_reports */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}
.row-eq-height>.col-sm-6 {
	margin-bottom: 2em;
}
.panel-full-height {
	height: 100%;
	margin-bottom: 2em;	
}

.btn-view-reports {
	position: absolute;
	bottom: 2.5%;
	right: 5%;
}

/* Footer */

footer {
	color: #aaa;
	text-align: right;
}

.footer-logo {
	position: relative;
	top: -0.25em;
	height: 2em;
	margin-right: 0.25em;
}

/* Section for extending or overwriting default bootstrap behaviour */

.checkbox input[type="checkbox"] { margin-top: 0 } /* Bootstrap has an IE "fix" which breaks alignment on every other browser */

/* Remove margin from pagination on large devices and up */
.pagination { margin: 0 }