
/* General */
.landing-box {
	margin: 0 5px;
	height: 350px;
	border: 3px solid black;
}
.landing-box-inner { 
	padding: 25px;
}
.landing-header {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
}
.landing-box:hover {
	background-color: #ebebeb;
}
.checkuncheckall {
	cursor: pointer;
	border: 2px solid black;
	padding: 5px;
	margin: 5px;
	display: inline-block;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.text-bold {
	font-weight: bold;
}
.margin-top-15 {
	margin-top: 15px;
}
.border-bottom-black {
	border-bottom: 2px solid black;
}
.cert-nav-tabs {
	font-size: 16px
}
.cert-nav-tabs > li > a:hover
{
	border: 1px solid #8C001A;
	border-top: 1px solid #8c8c8c;
}
.admin-user-tabs, .admin-cert-tabs {
	margin-bottom: 15px;
	text-align: center;
}
.admin-user-tabs > li, .admin-cert-tabs > li {
	display: inline-block;
	float: none;
	margin-top: 12px;
}
.background-white {
	background-color: #fff !important;
}
label:hover {
	cursor: pointer;
}
.toggle-hide-close:hover {
	cursor: pointer;
}
/* Form Fields */
.form-control:focus {
    border-color: #810119;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(140, 0, 26, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(140, 0, 26, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(140, 0, 26, 0.6);
}
/* Nav Menu */
#CNav {
	border: 3px solid black;
	background-color: #b3b3b3;
	top: 97px;
	z-index: 999;
	margin-bottom: 100px;
}
#nav-head-float {
	background-color: #b3b3b3;
	z-index: 1000;
}
#CNavInner {
	padding: 10px;
	padding-top: 0px;
}

#CNav h3 {
	border-bottom: 3px solid #8C001A;
	margin-bottom: 15px;
	padding-bottom: 3px;
	font-weight: bold;
	margin-top: 10px;
}
#CNav h4 {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 3px solid #8C001A;
	color: black;
}
#CNav a {
	text-decoration: underline;
}
.mb-0 {
	margin-bottom: 0px !important;
}
/* Nav Menu - Your Certification */
.yourCertification {
	color: #8C001A !important;
	cursor: default !important;
	text-align: center;
	font-weight: bold;
}
.cert-badge {
	color: #8C001A;
	background-color: #b3b3b3;
}
.loadCerts, .loadAdminCerts {
	text-decoration: none !important;
}
/* Nav Menu - New Cert */
#newCertDrop {
	width: 197px;
}
.dropdown-certs {
	text-align: left;
	font-size: 14px;
	padding: 0px;
	text-transform: none;
	color: black;
	position: inherit;
	left: 0px;
	background-color: #e6e6e6;
	width: 197px;
}
.dropdown-certs a>li {
	padding: 10px;
	border: 3px solid #8C001A;
}
.dropdown-certs a>li:hover {
	padding: 10px;
	border: 3px solid white;
}
@media (max-width: 767px) {
  .dropdown-menu {
  	display: none;
  }
}
/* Main Content */
#CMainStyle {
	border: 3px solid #8C001A;
	background-color: #e6e6e6;
}
#CMain {
	min-height: 700px;
	padding: 15px;
}
.hr-burgundy {
	padding-bottom: 0px;
	padding-top: 0px;
}
.hr-3px {
	border-top-width: 3px;
}
.email-history-box {
	margin: 0px;
	padding: 15px;
	border: 3px solid black;
	border-top: 0;
}
.ehb-border-top {
	border-top: 3px solid black;
}
/* View Certs */
.certs-left, .certs-right {
	display: inline-table;
}
.certs-left {
	width: 70%;
	padding-right: 15px;
}
.certs-right {
	width: 27%;
}
@media screen and (max-width: 600px) {
	.certs-left, .certs-right {
		width: 100%;
		display: block;
	}
}
/* Cert App */
.cert-app-section{
	border: 3px solid black;
	padding: 25px;
	margin: 25px 0;
}
/* Data Tables */
.Cred17-Table {
	border: 3px solid #8C001A;
}
table.dataTable.no-footer {
	border-bottom: 3px solid #8C001A;
}
.Cred17-Table th, .Cred17-Table td {
	border: 1px solid #8C001A;
}
.Cred17-Table tr:hover {
	background-color: #b3b3b3 !important;
}
.Cred17-Table tr:nth-child(2n+1){
	background-color: #e6e6e6;
}
/* Nav Tabs */
.nav-tabs {
	border-bottom: 3px solid #8C001A;
}
.nav > li > a {
	padding: 10px 5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #8C001A;
	background-color: #b3b3b3;
}
/* Permissions */
.pCheck {
	line-height: 0.9;
}
.checkbox-label {
	position: relative;
	top: 2px;
}
/* Recert */
.competency {
	border: 3px solid black;
	margin-bottom: 15px;
}
.competency-section {
	padding: 10px;
	padding-top: 65px;
}
.competencyTable {
	border: 2px solid #8C001A;
	width: 100%;
	max-width: 100%;
	font-size: 15px;
}
.competencyTable th {
	background-color: #b3b3b3;
	color: #8C001A;
	text-align: center;
	border: 2px solid #8C001A;
}
.competencyTable td {
	border: 1px solid black;
	padding: 10px;
}
.points-display {
	font-size: 18px;
}
/* General Forms */
.form-box {
	border: 3px solid #8C001A;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #b3b3b3;
}
/* Proofs Form */
.proofs-input {
	width: 90%;
	border: 1px solid #8C001A;
	padding: 5px;
} 

/* Side Nav */
.cred-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999992;
  top: 0;
  left: 0;
  background-color: #8C001A;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 15px;
}

.sidenav-white-link {
  padding: 4px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.cred-sidenav h1 {
  font-size: 35px;
  color: white;
  border-bottom: 5px solid #b3b3b3;
  text-align: center;
  padding-bottom: 5px;
}

.cred-sidenav a:hover, .offcanvas a:focus{
  color: #b3b3b3;
}

.cred-sidenav .closebtn {
  position: absolute;
  font-size: 36px;
  margin-right: 50px;
  right: -50px;
  top: 0px;
}
#cred-sidenav-inner {
	background-color: #fff;
	padding: 5px;
	position: relative;
	min-height: 100%;
	height: auto !important;
}
#cred-sidenav-inner > h3 {
	font-weight: bold;
}

/* Reports */
.reports-options-box {
	padding: 20px 0;
	margin-top: 20px;
	border: 3px solid #8c8c8c;
}
.reports-options-inner {
	margin: 15px;
	padding: 5px 15px;
}
#showhelpinfo {
	position:fixed;
	padding:0;
	margin:0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index: 1500;
}
#close-helpx {
	position: fixed;
	right: 15px;
	top: 5px;
	z-index: 1501;
	background-color: white;
	padding: 5px 13px;
	cursor: pointer;
}
#close-helpx:hover {
	background-color: gray;
	color: white;
	border: 2px solid black;
}



/* Extra */
h3 + p, p + p {
	margin-top: 0px;
}
@media screen and (max-height: 450px) {
  .cred-sidenav {padding-top: 15px;}
  .cred-sidenav a {font-size: 18px;}
}
@media (max-width: 900px) {
	.hide-under-900 {
	    display: none;
	}
}