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

.small-icon {
  width: 32px;
  height: 32px;
}
.med-icon {
  width: 64px;
  height: 64px;
}
.large-icon {
  width: 128px;
  heigth: 128px;
}

.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);
  margin-top: 0px;
}

.hr-border-bottom {
  height: 8px;
  width: 100%;
  background: url(images/stripes.png);
  margin-bottom: 20px;
}
.debug {
  height: 10px;
  width: 100%;
  background:red;
  margin-top: 0px;
}
.black-bar {
  background: black;
  height: 10px;
  width: 100%;
}
.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: absolute;
  top: 40px;
  left: 20vw;
}

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

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

.content-container {
  margin: 300px;
}

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

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


/* ---------------------------DASHBOARD CSS--------------------------------- */
.icon-title {
	display: inline;
	font-size: smaller;
	font-weight: bold;
}

.yellowbox {
	background-color: #FFC107;
	height: 75px;
	text-align: center;
	color: white;
	font-size: xx-large;
	border-radius: 10px;
	line-height: 2.25em;
	font-weight: bold;
	margin-top: 20px;
}

.redbox {
	background-color: #F44336;
	height: 75px;
	text-align: center;
	color: white;
	font-size: xx-large;
	border-radius: 10px;
	line-height: 2.25em;
	font-weight: bold;
	margin-top: 20px;
}

.subtext {
	font-size: smaller;
	text-align: center;
}

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

.employeetext {
	font-size: x-large;
	font-weight: bold;
	display: inline;
}

/** GREEN ICONS */
.first-green-symbol {
	font-size: 1.5em;
	color: #4CAF50;
	line-height: 1.35em;
	text-align: center;
}

.first-green-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: white;
	border: 2px solid #4CAF50;
	border-radius: 5px;
	z-index: 2;
}

.second-green-symbol {
	font-size: 1.5em;
	color: #4CAF50;
	line-height: 1.35em;
	text-align: center;
	position: absolute;
	margin-left: -7px;
}

.second-green-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 5px;
	z-index: 1;
}
/** GREEN ICONS */

/** RED ICONS */
.third-red-symbol {
	font-size: 1.5em;
	color: #F44336;
	line-height: 1.35em;
	text-align: center;
}

.third-red-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: white;
	border: 2px solid #F44336;
	border-radius: 5px;
	z-index: 2;
}

.fourth-red-symbol {
	font-size: 1.5em;
	color: #F44336;
	line-height: 1.35em;
	text-align: center;
	position: absolute;
	margin-left: -7px;
}

.fourth-red-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 5px;
	z-index: 1;
}

.fifth-yellow-symbol {
	font-size: 1.5em;
	color: #FFC107;
	line-height: 1.35em;
	text-align: center;
}

.fifth-yellow-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: white;
	border: 2px solid #FFC107;
	border-radius: 5px;
	z-index: 2;
}

.sixth-yellow-symbol {
	font-size: 1.5em;
	color: #FFC107;
	line-height: 1.35em;
	text-align: center;
	position: absolute;
	margin-left: -7px;
}

.sixth-yellow-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 5px;
	z-index: 1;
}

.seventh-blue-symbol {
	font-size: 1.5em;
	color: #2196F3;
	line-height: 1.35em;
	text-align: center;
}

.seventh-blue-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: white;
	border: 2px solid #2196F3;
	border-radius: 5px;
	z-index: 2;
}

.eighth-blue-symbol {
	font-size: 1.5em;
	color: #2196F3;
	line-height: 1.35em;
	text-align: center;
	position: absolute;
	margin-left: -7px;
}

.eighth-blue-symbol-container {
	height: 2.0em;
	width: 2.0em;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 5px;
	z-index: 1;
}
.dashboard-header:hover > .hidden-sort-icon {
  display: inline-block;
  float: right;
  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;
}

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