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;
}

.navbar-nav .dropdown-menu i {
	margin-right: 6px;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 52px;
	width: 100%;
	background: #222222;
	color: #777777;
}

.gmg-copywright-container {
	display: -webkit-box;
	display: -ms-flexbox;
	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;
}

.form-group .form-content {
	flex-wrap: wrap;
}

.form-group .content-name {
	width: 100% !important;
}

.text-error {
	color: red;
	font-size: 12px;
}


.searchContainer .inner-addon .input-addon {
	pointer-events: initial!important;
}
/* ---------------------------DASHBOARD CSS--------------------------------- */
.lockout-overlay {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.full-width {
	width: 100%;
}

.italic {
	font-style: italic;
}

.dashContent {
	width: 95%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.screeningLinksContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

#addCandidate.screeningLinksContainer {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.screeningLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
}

.screeningLinks {
	width: 75%;
	transition: all 0.2s;
}

.screeningLinks:hover {
	text-decoration: none;
	/*color: white;*/
	border-radius: 5px;
}

.screeningLinks.bordered {
	padding: 22px 8px;
	border-radius: 10px;
	width: 100%;
	max-width: 24%;
	border: 1px solid transparent;
}

.screeningLinks .iconContainer i {
	font-size: 24px;
}

.screeningLinks .statusCircle {
	width: 26px;
	height: 26px;
	font-size: 13px;
}

.screeningLinks .icon-title {
	font-size: 11px;
}

.screeningLinks.bordered.yellow {
	border-color: #FFC107;
}

.screeningLinks.bordered.yellow:hover{
	background-color: rgba(255,193,7, 0.25);
}

.screeningLinks.bordered.yellow.active {
	background-color: rgba(255,193,7, 0.15);
}

.screeningLinks.bordered.red {
	border-color: red;
}
.screeningLinks.bordered.red:hover{
	background-color: rgba(255,0,0, 0.25);
}

.screeningLinks.bordered.red.active {
	background-color: rgba(255,0,0, 0.15);
}

.screeningLinks.bordered.blue {
	border-color: #161694;
}
.screeningLinks.bordered.blue:hover {
	background-color: rgba(22,22,148, 0.25);
}

.screeningLinks.bordered.blue.active {
	background-color: rgba(22,22,148, 0.15);
}

.screeningLinks.bordered.green,.screeningLinks.bordered.green.active {
	border-color: green;
}

.screeningLinks.bordered.green:hover  {
	background-color: rgba(0, 128, 100, 0.25);
}

.screeningLinks.bordered.green.active {
	background-color: rgba(0, 128, 100, 0.15);
}


.screeningLinks.bordered.orange {
	border-color: orange;
}

.screeningLinks.bordered.orange:hover {
	background-color: rgba(255,165,0, 0.25);
}

.screeningLinks.bordered.orange.active {
	background-color: rgba(255,165,0, 0.15);
}

.well.well-lg{
	background: #FFFFFF;
	border-radius: 0!important;
	box-shadow: none;
	border: none!important;
	padding: 0;
	margin-top: 0;
}

.well.well-lg th {
	font-size: 15px;
	border-top: solid 1px #ddd;
	border-bottom: none;
	padding: 8px;
	padding-right: 14px!important;
	background-color: #f9f9f9;
}

.well.well-lg .email-icon i {
	font-size: 14px;
	padding: 1px 5px;
	line-height: 1.5;
	border-radius: 3px;
	color: #fff!important;
	background: green;
	border: 1px solid darkgreen;
}
.well.well-lg td {
	font-size: 14px;
}

.well.well-lg td, .well.well-lg tr {
	box-shadow: none!important;
}
.well.well-lg .form-group {
	margin-bottom: 0!important;
	margin-right: auto;
}
.well.well-lg .form-group .form-control {
	border: none!important;
	background-color: transparent!important;
	padding: 0!important;
}

.well.well-lg th:after,
.well.well-lg th:before {
	display: none!important;
}

.well.well-lg .dataTables_wrapper .dataTables_paginate .paginate_button.current, .well.well-lg  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #ffffff!important;
}

.well.well-lg .dataTables_wrapper .dataTables_paginate {
	margin-top: 12px;
}

.well.well-lg .dataTables_wrapper .dataTables_paginate .paginate_button {
	border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.well.well-lg tbody > tr:nth-of-type(odd){
	background-color: #fff;
}

.well.well-lg tbody > tr:nth-of-type(even) {
	background-color: #fcfcfc;
}

.well.well-lg table.dataTable tbody th, .well.well-lg table.dataTable tbody td {
	padding-left: 4px;
	padding-right: 4px;
}

.well.well-lg .dataTables_wrapper .dataTables_length{
	display: none!important;
}

.well table.dataTable tbody th, .well table.dataTable tbody td {
	padding: 4px 10px;
}

.contentContainer.filteredContent {
	padding-top: 30px;
	border-top: 1px solid #ddd;
	border-radius: 0;
}

.iconContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.

@-webkit-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;
	}
}

@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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.employeesPaginator {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

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

.hiTableHeader {
	margin-bottom: 30px;
}

.tableTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	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%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	font-size: 13px;
}

.aside {
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	z-index: 999999;
	padding: 12px;
	opacity: 0;
	visibility: hidden;
	transition: width 0.4s;
}

.aside.show {
	width: 30%;
	opacity: 1;
	visibility: visible;
}

.aside .aside-header {
	text-align: right;
}

.aside .aside-title {
	margin-bottom: 44px;
}

.aside .btn-close {
	font-size: 20px;
	opacity: 0.7;
}

.aside .aside-content {
	padding-top: 24px;
	padding-bottom: 24px;
}
.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 {
	-ms-flex-preferred-size: 100% !important;
	flex-basis: 100% !important;
}

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

.ml-auto {
	margin-left: auto;
}

.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;
}

.form-group.inactive .select2,
.form-group.inactive i,
.form-group.inactive .form-control,
.form-group.inactive input  {
	transition: all 0.3s;
}


.form-group.inactive .select2, .form-group.inactive .form-control,.form-group.inactive i, .form-group.inactive input{
	opacity: 0.25;
}

.form-group.inactive:hover .select2, .form-group.inactive:hover .form-control, .form-group.inactive:hover i, .form-group.inactive:hover input{
	opacity: 1;
}

.candidateDetails .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.candidateDetails .details.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	padding: 12px 24px;
	-webkit-box-shadow: rgb(65 45 35) 0px 0px 25px -10px;
	box-shadow: rgb(65 45 35) 0px 0px 25px -10px;
	z-index: 99;
}

.candidateDetails .details .leftContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-right: 8px;
}

.candidateDetails .details .rightContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.candidateDetails .rightContent .comment-button{
	margin-left: 8px;
	font-size: 18px;
	padding: 6px 12px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
}

.candidateDetails .details .rightContent .form-group {
	width: 200px;
}

.candidates-list .card-body h4{
	height: initial!important;
}

.ratingList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin-bottom: 0;
}

.ratingList li {
	margin-right: 4px;
}

.ratingList {
	color: #888787;
}

.ratingList  .filed {
	color: #faaf00;
}

.ratingList li:last-child {
	margin-right: 0;
}


.ratingList button {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.ratingList button:hover {
	opacity: 0.7;
}

.candidateDetails .ratingList {
	margin-left: 12px;
}

/* 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-list .comment {
	font-size: 14px;
	position: relative;
}

.comment-list .comment-details {
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}

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

.hire_header,
.hire_body,
.hire_body .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hire_body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
}

/*---------------------- DATETIMEPICKER CSS ---------------------------------*/

.xdsoft_datetimepicker {
	z-index: 99999999;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #941616 !important;
	box-shadow: none!important;
}

.content-name {
	display: flex;
	width: calc(100% - 115px);
}
.content-name span {
	margin-left: 10px;
	font-size: 14px;
}

.detailsPanels .content-right {
	display: flex;
}

.detailsPanels .row {
	display: flex;
}

.detailsPanels form {
	overflow-x: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.detailsPanels .col-sm-6 {
	min-width: 380px;
}

.btn-group-toggle {
	display: flex;
	box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px, rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px;
	border-radius: 4px;
}

.btn-group-toggle .btn {
	padding: 3px 6px!important;
	transition: all 0.2s;
	font-size: 12px;
}

.btn-group-toggle .btn:last-child {
	margin-right: 0!important;
}

.btn-group-toggle .btn.focus {
	border: none;
	outline: none;
}

.btn-group-toggle .btn.active.full {
	background: #337ab7;
	color: #FFFFFF;
}

.input-group {
	min-width: 40px;
}

.min-w-115 {
	min-width: 115px;
}

.credit-label {
	width: 100%;
	position: relative;
}

.credit-label.text-wotc::before {
	content: 'WOTC';
}

.credit-label.text-rd::before {
	content: 'R&D';
}

.credit-label.text-erc::before {
	content: 'ERC';
}

.credit-label.text-participate::after {
	content: 'Click to participate';
}

.credit-label.yellow {
	background-color: #feef63;
	color: #aca887;
	border-color: #feef63;
}

.credit-label::before, .credit-label::after {
	display: inline-block;
	position: absolute;
	left: 50%;
	font-size: 11px;
	width: 100%;
	transform: translateX(-50%);
	text-transform: uppercase;
}

.credit-label::before {
	top:0;
}

.credit-label::after {
	bottom: 0;
}

.input-md {
	height: 43px;
	/*padding: 10px 16px;
    font-size: 18px;*/
}

.candidate-details .input-group-addon {
	min-width: 40px;
}


.select-unstyled select{
	background: transparent;
	border: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	padding-left: 0;
	font-size: 18px;
}


.select-unstyled option{
	color: #888787;!important;
}

.select-unstyled {
	width: 100%;
}



.card-footer.candidate-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-footer.candidate-footer .text-price {
	width: 100%;
	text-align: right;
}

.ui-datepicker {
	z-index: 5!important;
}

.social-links-icons {
	display: flex;
}

.label-with-icon {
	margin-right: 40px;
}
.label-with-icon .input-group {
	line-height: 40px;
}
.label-with-icon .input-group label {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #888787;
}
.label-with-icon h4,
.social-links h4 {
	margin-bottom: 15px;
}
/*---------------------- READ ALL CSS ---------------------------------*/
/*.readall-hide::after {*/
/*	content: '';*/
/*	background: linear-gradient(to bottom, rgba(34, 34, 34, 0.1), #222 75%) !important;*/
/*	width: 100%;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: -15px;*/
/*	height: 8px;*/
/*}*/

.candidates-list.candidates-grid-view {
	justify-content: flex-start !important;
}

.candidates-list .employeeCard {
	margin-right: 12px;
}

.candidates-list .employeeCard .card {
	height: calc(100% - 20px);
}

.candidates-list .employeeCard.card .card-body {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.candidates-list.red-card .employeeCard.card-default .card-body {
	min-height: 165px;
}
.candidates-list .employeeCard .card-body, .candidates-list.red-card .employeeCardRed.employeeCard .card-body {
	min-height: 200px;
}

.candidates-list .employeeCard.employeeCardRed {
	border: 2px solid red;
	box-shadow: 4px 8px #ffa2a2;
	animation: border-pulsate 2s infinite;
}

.candidates-list {
	position: relative;
}
.candidates-list .card-content {
	position: relative;
}


.candidates-list.red-card .card-content {
	width: calc(33.3% - 12px);
	margin-right: 12px;
	height: 100%;
}

.candidates-list.red-card .card {
	width: 100%;
	height: 100%;
}

.candidates-list.count-1 .card-content.red-content:nth-child(1),
.candidates-list.count-4 .card-content.red-content:nth-child(4),
.candidates-list.count-7 .card-content.red-content:nth-child(7)
{
	margin-right: 60%
}

.candidates-list.count-2 .card-content.red-content:nth-child(2),
.candidates-list.count-5 .card-content.red-content:nth-child(5),
.candidates-list.count-8 .card-content.red-content:nth-child(8) {
	margin-right: 30%
}

@keyframes border-pulsate {
	0%  {
		border-color: rgba(246, 31, 31, 1);
		box-shadow: 4px 8px #ffa2a2;
	}
	50%  {
		border-color: #ddd;
		box-shadow: 4px 8px transparent;
	}
	100% {
		border-color: rgba(246, 31, 31, 1);
		box-shadow: 4px 8px #ffa2a2;
	}
}
@media only screen and (min-width: 661px) {
	.popover-content .popover_no {
		margin: 0 2px;
	}
}

@media only screen and (min-width: 600px) {
	.potentialCreditsBoxes {
		display: -webkit-box;
		display: -ms-flexbox;
		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) and (max-width: 900px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -40px;
	}

	.navbar-right {
		margin-right: -30px;
	}
}

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

	.potentialsTitle {
		font-size: 9px;
	}

	.screeningLinksContainer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

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

.hint-text {
	font-size: 12px;
	color: #f44336;
	display: inline-block;
}

.hint-text i {
	margin-right: 4px;
}

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

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

	.potentialsTitle {
		font-size: 13px;
	}

	.screeningLinksContainer {
		-ms-flex-wrap: nowrap;
		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;
	}
}

@media only screen and (max-width: 900px) {
	.screeningLinksContainer {
		flex-wrap: wrap;
		justify-content: center;
	}

	.screeningLinksContainer .screeningLinks.bordered {
		max-width: 46%;
		margin: 0 6px 12px 6px;
	}

	.contentContainer.filteredContent {
		overflow-x: auto;
	}
}

@media only screen and (max-width: 768px) {

	.candidateDetails .details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.candidateDetails .details .leftContent {
		margin-bottom: 8px;
		margin-right: 0;
	}

	.candidateDetails .rightContent .comment-button{
		font-size: 16px;
		height: 30px;
	}
}

@media only screen and (max-width: 480px) {

	.candidateDetails .details .leftContent h3 {
		font-size: 17px;
	}

	.candidateDetails .details .rightContent, .candidateDetails .details .rightContent .form-group {
		width: 100%;
	}

	.screeningLinksContainer .screeningLinks.bordered {
		max-width: unset;
		margin: 0 6px 12px 6px;
	}
}