/* ------------------------------LAYOUT CSS--------------------------------- */

h1, h2, h3, h4, h5 {
  font-family: arial, Arial, Helvetica, sans-serif;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.modal .close {
  padding: 2rem 2.5rem;
  margin: -1.5rem;
}

.btn:focus {
  outline: none !important;
  border-color: transparent !important;
}

.med-icon {
  width: 64px;
  height: 64px;
}


.nav-bootstrap-override {
  height: 93px;
  background: white;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 !important;
}

.navbar {
  margin-bottom: 0;
}

.hr-border-top {
  height: 8px;
  width: 100%;
  background: url(images/stripes.png);
}

.hr-border-bottom {
  height: 8px;
  width: 100%;
  background: url(images/stripes.png);
}
.debug {
  height: 10px;
  width: 100%;
  background:red;
  margin-top: 0px;
}

.twitter-bar {
  height: 53px;
  width: 100%;
  background: #941616;
}
.gmg-footer {
  height: 325px;
  width: 100%;
  border-top: 10px solid;
  border-top-color: #333333;
  background: #444444;
  color: #999999;
}

.gmg-copywright {
  display: flex;
  height: 52px;
  width: 100%;
  background: #222222;
  color: #777777;
}

.gmg-copywright-container {
  display: flex;
  margin: 0 auto;
}
.skyline {
  position: relative;
  width: 100%;
  height: 159px;
  background-image: url(images/red-skyline1.png);
  background-position: center;
  background-size: cover;

}
.grid-overlay {
  position: absolute;
  width: 100%;
  height: 159px;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-image: url(images/grid.png);
}

.welcome-container {
	position: relative;
    top: 40px;
    width: 90%;
    margin: auto;
}

.welcome-text {
  padding: 14px 20px;
  display: table;
  font-size: 18px;
  display: inline-block;
  color: white;
  background: #941616;
  margin: 0;
}

.welcome-company {
  padding: 8px 20px;
  display: table;
  background: #ffffff;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #999999;
  margin: 0;
}

#date_hired {
  display: none;
}
.report-text {
  color: #444444;
}

div.sign-intro-text > a {
  font-size: 22px !important;
  color: #1bc5c5;
}

div.sign-intro-text > a:hover {
	color: #27f8f8;
  }

/* ---------------------------DASHBOARD CSS--------------------------------- */
.lockout-overlay {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.full-width {
	width: 100%;
}

.dashContent {
	width: 95%;
	align-self: center;
}

.screeningLinksContainer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

#addCandidate.screeningLinksContainer {
	justify-content: space-between;
}

.screeningLinks {
	display: flex;
	align-items: center;
	padding: 5px;
}

.screeningLinks {
	width: 75%;
}

.screeningLinks:hover {
	text-decoration: none;
	color: white;
	background: #888888;
	border-radius: 5px;
}

.iconContainer {
	display: flex;
	align-items: center;
}

.bellSwing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: swing swing 1s infinite;
	animation: swing 3s infinite;	
}

@keyframes swing {
	10% {
	  -webkit-transform: rotate3d(0, 0, 1, 15deg);
	  transform: rotate3d(0, 0, 1, 15deg);
	}
	15% {
	  -webkit-transform: rotate3d(0, 0, 1, -10deg);
	  transform: rotate3d(0, 0, 1, -10deg);
	}
	20% {
	  -webkit-transform: rotate3d(0, 0, 1, 5deg);
	  transform: rotate3d(0, 0, 1, 5deg);
	}
	25% {
	  -webkit-transform: rotate3d(0, 0, 1, -5deg);
	  transform: rotate3d(0, 0, 1, -5deg);
	}
	30% {
	  -webkit-transform: rotate3d(0, 0, 1, 0deg);
	  transform: rotate3d(0, 0, 1, 0deg);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
  }

.hiDashIcons {
	border: 2px solid;
	border-radius: 5px;
	font-size: 27px;
	padding: 1px;
	z-index: 1;
	background: white;
}

.statusCircle {
	border-radius: 50%;
	height: 27px;
    width: 27px;
    color: white;
    font-size: 13px;
    display: flex;
    align-items: center;
	justify-content: center;
	margin: 0 0 0 -4px;
}

.icon-title {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 8px;
}

.arrows {
	margin: 0 0 0 5px;
	font-size: 20px;
	color: #941617;
}

.potentialCreditsBoxes {
	display: block;
	align-items: stretch;
	margin: 10px 0 0;
}

.potentialsBox {
	text-align: center;
	font-size: 28px;
	border-radius: 10px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid;
	width: 100%;
	display: block;
    margin: 10px 0;
    min-height: 63px;
}

.potentialsBox:first-child {
	margin-left: 0;
}

.potentialsBox:last-child {
	margin-right: 0;
}

a.potentialsBox {
	cursor: pointer;
	text-decoration: none;
}

a.potentialsBox .pb-content {
	display: inline-flex;
    vertical-align: middle;
	text-align: left;
    align-items: center;
	height: -webkit-fill-available;
}

.potentialsBox .hiDashIcons {
	border: none;
}

.requiredDocsLink .bellSwing {
	border: none;
    background: none;
}

.requiredDocsLink .requiredDocs {
	font-size: 18px;
    font-weight: bolder;
    margin-left: 2px;
}

.redbox {
	border-color: #f44336;
	color: #f44336 !important;
}

.bluebox {
	border-color: #56c2de;
	color: #56c2de !important;
}

.greenbox {
	border-color: #4CAF50;
	color: #4CAF50 !important;
}

.potentialsTitle {
	font-size: 8px;
}

.well-lg {
	padding: 24px;
	border-radius: 5px;
	margin-top: 20px;
}

#employeesTableContainer,
.hiTableHeader  {
	display: flex;
	flex-direction: column;
}

.employeesPaginator {
	align-self: center;
}

.employeetext {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

.hiTableHeader {
	margin-bottom: 30px;
}

.tableTitle {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

table tr.requiredDocsTableRows {
	border-top: solid 1px #ddd;
}

table tr.requiredDocsTableRows th {
	border: none;
}

#wotc_dashboard_description,
#required_docs_description {
	width: 100%;
    align-self: center;
	text-align: center;
	font-size: 13px;
}

.dashboard-header:hover > .hidden-sort-icon {
  display: inline-block;
  color: #941616 !important;
}
.dashboard-header {
  cursor: pointer;
}

.hidden-sort-icon {
  color: #BDBDBD;
}
span.glyphicon-sort {
  cursor: pointer;
  float: right;
  padding-top: 5px;
}
tr.dashboard-row:hover {
  background: #F5F5F5 !important;
  cursor:pointer;
}

td.dashboard-survey-td {
  text-align: center;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

#employees_incomplete{
	cursor: pointer;
	}

#candidates_incomplete{
	cursor: pointer;
}

.card-body-full {
	flex-basis: 100% !important;
}

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

.full-overlay::before {
	content: '';
	position: absolute;
	top: 252px;
	left: 0;
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 752px;
	z-index: 9999;
}

#wotc_documents_table,
#wotc_employee_table {
	width: 100% !important;
}

#wotc_documents_table .dashboard-row,
#wotc_employee_table .dashboard-row {
	cursor: default;
}

/* Popover */
.dashboard-hire-decision i {
	padding: 5px 10px;
    border-radius: 4px;
    background: #4d4db2;
    color: white;
	font-size: 14px;
	cursor: pointer;
}

.popover {
	z-index: 2;
}

.popover-title,
.popover-content div {
	text-align: center;
}

.popover-content button {
	padding: 5px 8px;
	margin: 0 2px;
	border-radius: 5px;
	color: white;
	background: #888888;
	font-size: 13px;
}

.popover-content .popover_yes:hover {
	background: #4CAF50;
}
.popover-content .popover_maybe.active,
.popover-content .popover_maybe:hover {
	background: #f3c101;
}

.popover-content .popover_no:hover {
	background: #e20202;
}

/* Employee Modal */
.hire_modal {
	position: fixed;
    z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(85, 85, 85, 0.68);
	display: flex;
    justify-content: center;
    align-items: center;
}

.hireModalContainer {
	background: white;
	border-radius: 5px;
	padding: 15px;
	width: 90%;
}

.hire_header,
.hire_body,
.hire_body .form-group {
	display: flex;
	justify-content: space-between;
}

.hire_body {
	flex-direction: column;
	align-items: center;
}

.hire_header,
.hire_body .form-group {
	margin: 0 0 15px;
}

.hire_header h2 {
	font-size: 20px;
}

.hire_header i {
	font-size: 16px;
	cursor: pointer;
	color: #888787;
}

.hire_header i:hover {
	color: #444444;
}

.hire_body .form-label,
#emp_hire_status {
	color: #888787;
}

.hire_body .form-group {
	align-items: center;
}

.hire_body .hire_form_half {
	width: 95%;
	margin: 0 5px;
}

.hire_body .form-control {
	width: 65%;
	height: 30px;
	border: none;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0;
}

.hire_body select.form-control {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/icons/arrow-down.png) no-repeat;
    background-position: right 5px top 14px;
    background-size: 8px;
}

#hire_candidate {
	color: white;
	background: #941617;
	border-radius: 5px;
	padding: 6px 12px;
	font-size: 14px;
}

#hire_candidate:hover {
	background: #888888;
}

/*---------------------- REPORT CSS ---------------------------------*/
#report-header {
  display: inline-block;
  padding: 3em;
  color: lightgrey;
}

@media only screen and (min-width: 661px) {
	.popover-content .popover_no {
		margin: 0 2px;
	}
}

@media only screen and (min-width: 600px) {
	.potentialCreditsBoxes {
		display: flex;
	}

	.potentialsBox {
		margin: 10px;
		display: initial;
	}
	.employeetext {
		font-size: 20px;
	}

	.screeningLinks {
		width: 50%;
	}

	#wotc_dashboard_description,
	#required_docs_description {
		width: 60%;
	}
}

@media only screen and (min-width: 768px) {
	.potentialCreditsBoxes .contentHeader h1 {
		font-size: 29px;
	}

	.potentialsTitle {
		font-size: 9px;
	}

	.screeningLinksContainer {
		justify-content: space-between;
	}

	.hiDashIcons {
		font-size: 30px;
	}

	.statusCircle {
		height: 30px;
		width: 30px;
		font-size: 14px;
	}

	.potentialCreditsBoxes .icon-title {
		font-size: 11.5px;
    	margin-left: 10px;
	}

	.requiredDocsLink .icon-title {
    	margin: 0 10px 0 15px;
	}

	.employeetext {
		font-size: 22px;
	}

	#wotc_dashboard_description,
	#required_docs_description {
		font-size: 15px;
	}

	.popover-content button {
		font-size: 14px;
	}

	.hire_header h2 {
		font-size: 30px;
	}

	.hire_header i {
		font-size: 20px;
	}	

	.hire_body {
		flex-direction: row;
	}

	.hire_body .hire_form_half {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	.welcome-container {
		width: 970px;
	}

	.potentialCreditsBoxes .contentHeader h1 {
		font-size: 36px;
	}

	.potentialsTitle {
		font-size: 13px;
	}

	.screeningLinksContainer {
		flex-wrap: nowrap;
	}

	.screeningLinks {
		width: auto;
	}

	.employeetext {
		font-size: 24px;
	}

	.hireModalContainer {
		width: 847px;
	}
}

@media only screen and (min-width: 1200px) {
	.welcome-container {
		width: 1170px;
	}

	.potentialsBox {
		font-size: 35px;
	}

	.icon-title {
		font-size: small;
	}
}