/*
 *
 * Layout
 *
 */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	display: flex;
	flex-direction: column;
	height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
	color: #2e3740;
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
	font-size: 22px;
	border-bottom-color: #000000;
	line-height: 36px;
}

img {
	max-width: 100%;
}

a {
	color: #4285f4;
}

a:hover, a:focus {
	color: #3263b4;
	text-decoration: underline;
}

.primary-link {
	color: #4285f4 !important;
}

.primary-link:hover {
	color: #3263b4 !important;
	text-decoration: underline;
}

.btn {
	border-radius: 30px;
	padding: 10px 15px;
	text-shadow: none;
	border: none;
}

.btn-sm {
	padding: 5px 10px;
}

.btn-default, .btn-primary {
	background-color: #4285f4;
	color: #fff;
	background-image: none;
	border: none;
	text-shadow: none;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
	.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #3263b4;
	color: #fff;
	background-image: none;
	border: none;
}

.container-wrapper {
	margin-top: 15px;
	margin-bottom: 12px;
}

.btn-submit-link {
	background: none;
	border: none;
	color: #4285f4;
	cursor: pointer;
	padding-left: 0px;
	padding-right: 0px;
}

.btn-submit-link:hover {
	text-decoration: underline;
	color: #4285f4;
}

.sub-copy {
	font-size: 14px;
}

.secondary-nav {
	margin-top: 50px;
	color: #666;
}

.navbar-default {
	background-color: #2c2c2c;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 13px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 700;
	transition: .50s;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	background-color: #000;
	color: #4285f4;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: initial;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
	{
	color: #4285f4;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #b2c2ca;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
	{
	background-color: initial;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	box-shadow: none;
}

.navbar-collapse.in {
	overflow-y: auto;
	background-color: #2c2c2c;
}

.navbar-default .navbar-nav li.dashboard a {
	padding-left: 0px;
}

.navbar-default .navbar-nav>li>a.active {
	color: #4285f4;
}

.dropdown-menu {
	background-color: #000000;
	border: 1px solid #000000;
}

.dropdown-menu>li>a {
	color: #ffffff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: black;
	color: #4285f4;
}

@media ( max-width : 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #4285f4;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #3263b4;
		background-color: transparent;
	}
}

@media ( max-width : 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse:not(.show) {
		display: none !important;
	}
	.navbar-nav {
		background-color: #2c2c2c;
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}

.mobile-login {
	color: #4285f4;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 14px;
}

.mobile-login .btn-submit-link {
	color: #ffffff;
}

.content {
	flex: 1 0 auto;
}

.default-content-box {
	height: 400px;
	position: relative;
}

.default-content-text {
	color: #eff2f5;
	font-size: 22px;
	position: absolute;
	top: 50%;
	margin: 0 10%;
	transform: translate(0%, -50%);
	line-height: 1.8;
}

.footer {
	flex-shrink: 0;
	background-color: #e1e1e1;
	padding: 20px;
	color: #777777;
	font-size: 14px;
	margin-top: 20px;
}

.footer a {
	color: #777777;
}

.footer a:hover {
	color: #4285f4;
}

.footer-heading {
	margin-right: 20px;
}

@media only screen and (max-width: 768px) {
	.navbar-default .navbar-nav li.dashboard a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav li.dashboard a {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.flex-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 13px;
	}
}

@media only screen and (min-width: 1600px) {
	.container {
		width: 1490px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
	}
}

/*
 *
 * Dashboard
 *
 */
.layout-bg {
	background: url(/images/ecomp-laptop-bg.jpg) no-repeat;
	background-size: cover;
	background-position-y: 110px;
}

/*
 *
 *
 * Form
 *
 */
select, input[type=text] {
	height: 34px;
	min-width: 250px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/ 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0/ 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*
 *
 * Companies Side Panel for payroll providers
 *
 */
.side-panel {
	background-color: #eff2f5;
	color: #003366;
}

.side-panel .subCompanies {
	color: #2c2c2c;
	font-size: 14px;
}

.side-panel div.dataTables_paginate {
	float: left;
	margin-bottom: 20px;
}

.side-panel label {
	color: #2c2c2c;
}

.side-panel .subCompanies th {
	font-weight: normal;
}

.side-panel div.dataTables_filter label {
	float: left;
	font-weight: normal;
}

.side-panel div.dataTables_filter input {
	display: block;
	box-sizing: content-box;
}

.side-panel .dataTables_length select {
	background: none;
	border: 1px solid #aaa;
	border-radius: 0px;
	color: #2c2c2c;
	font-weight: normal;
}

.side-panel .dataTables_paginate a {
	padding-right: 10px;
}

.side-panel a {
	color: #4285f4;
}

.side-panel .selected {
	color: #fff;
	background-color: #4285f4;
	position: relative;
}

.side-panel .selected a:after {
	content: "";
	width: 0;
	height: 0;
	top: 7px;
	right: 15px;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #86b4ff;
}

.side-panel .selected a {
	color: #fff;
}

.side-panel .selected a {
	font-weight: bold;
}

.side-panel .dataTable tbody {
	border: 1px solid #4285f4;
}

.side-panel th {
	padding: 5px 0px;
	font-weight: bold;
}

.side-panel td {
	padding: 8px 10px;
	border-bottom: 1px solid #4285f4;
	border-top: 1px solid #4285f4;
}

/*
 *
 *Tabs
 *
 */
.nav-tabs {
	list-style: none;
	clear: both;
	padding: 0;
	border-bottom: 1px solid #2c2c2c;
	height: 41px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.nav-tabs li {
	padding: 0;
	background-color: #2c2c2c;
	color: #ffffff;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	text-align: center;
	float: none;
	display: table-cell;
}

.nav-tabs li:hover {
	background-color: #4285f4;
	cursor: pointer;
}

.nav-tabs li:hover a {
	text-decoration: none;
	color: #fff;
}

.nav-tabs li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	padding: 10px 0px;
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-tabs>li.active {
	background-color: #4285f4;
	color: white;
}

.nav-tabs>li.active>a {
	background-color: #003366;
	color: white;
	border: none;
	cursor: pointer;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #fff;
	cursor: pointer;
	background-color: inherit;
	border: none;
	text-decoration: none;
}

/*
 *
 * Validation 
 *
 */
label.hasError {
	color: #ce1a1a;
	font-weight: normal;
}



/*
 *
 * Password Requirement widget overrides
 *
 *
 */
#pr-box i {
	border-bottom: 7px solid #686868;
}

#pr-box.light p {
	margin-bottom: 0px;
	background-color: #686868;
}

#pr-box.light ul li span {
	border: 2px solid #686868;
}

#pr-box.light ul li span.pr-ok {
	background-color: #23a86d;
	border: 3px solid #23a86d;
	position: relative;
}

#pr-box.light ul li span.pr-ok::after {
	content: '\2713';
	color: white;
	position: absolute;
	top: -3px;
}

/*
 *
 * Alert messages
 *
 */
.alert-info {
	background-color: #3F83F1;
	border-radius: 30px;
	border: none;
}

.alert-info h4 {
	color: white;
	font-size: 16px;
	padding:10px;
}

.alert-error {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 30px;
	border: 1px solid #b72020;
}

.alert-error h4{
	color:#b72020;
	font-size: 16px;
	padding:10px;
}

/*
 *
 * BG images
 *
 */
.bg-triangles {
	background: url(/images/bg-triangles.png) no-repeat;
	background-size: cover;
}

.bg-conference {
	background: url(/images/bg-conference.jpg) no-repeat;
	background-size: cover;
	min-height: 550px;
}

.bg-cyber {
	background: url(/images/cybermax-portal-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 550px;
}

/*
 *
 * Utilities 
 *
 */
.m-b-0 {
	margin-bottom: 0px !important;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.p-a-0 {
	padding: 0px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.p-a-20 {
	padding: 20px !important;
}

.p-a-10 {
	padding: 10px !important;
}

.transparent-bg {
	background-color: rgba(255, 255, 255, 0.85);
}

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

.sub-title {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

.text-white {
	color: #fff !important;
}

.report-table {
	padding-top: 10px;
	font-size: 11px;
}

.report-table tr:nth-child(odd) {
	background-color:#E2E2E2;
}

.report-table tr:nth-child(even) {
	background-color:#EEEEEE;
}

input.sms-verify[type='number'] {
	-moz-appearance:textfield;
}
input.sms-verify {
	width:6em;
	font-size: 16px;
}
input.sms-verify::-webkit-outer-spin-button,
input.sms-verify::-webkit-inner-spin-button {
	-webkit-appearance: none;
}