/* GLOBAL STYLING
--------------------------------------------- */

/* TOC
	0. Global
		0.1. C-Frame
			0.1.1. Nav
			0.1.2. Header
			0.1.3. Body
			0.1.4. Footer
		0.2. AJAX
			0.2.1. Claim
	1. Manager (managers.css)
	2. Users (users.css)
	3. Locations (locations.css)
*/

/* 0. Global
------------------------------------------------ */

* {
	box-sizing: border-box;
}

html {
	font-family: 'Montserrat', sans-serif;
	font-size: 62.5%;
	font-weight: 500;
}

a {
	text-decoration: none !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* 0.1. Global > C-Frame
------------------------------------------------ */

body {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}


/* 0.1.1. Global > C-Frame > Nav
------------------------------------------------ */

body > nav {
	background-color: #fff;
	bottom: 0;
	left: 0;
	padding: 40px 0 0 100px;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease;
	transform: translateX(-100%);
	z-index: 9999;
	width: 100%;
}

body > nav.show {
	max-width: 434px;
	transform: translateX(-64px);
	width: 100%;
}

body > nav > .close {
	position: absolute;
	right: -67px;
	top: 7px;
}

body > nav header {
	font-size: 2.2rem;
	font-weight: 700;
	height: auto;
	margin-bottom: 20px;
}

body > nav ul {
	list-style: none;
	padding: 0;
}

body > nav ul li a {
	color: #000;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	padding: 15px 0;
}

body > nav ul li a.c {
	font-width: 700;
}

body > nav ul li a:hover {
	text-decoration: underline !important;
}

/* https://github.com/callmenick/Animating-Hamburger-Icons */

.c-hamburger {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-transition: background 0.3s;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 64px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	transition: background 0.3s;
	width: 64px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	height: 3px;
	left: 15px;
	position: absolute;
	right: 15px;
	top: 25px;
}

.c-hamburger span::before {
	top: -7px;
}

.c-hamburger span::before,
.c-hamburger span::after {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-hamburger span::after {
	bottom: -7px;
}

.c-hamburger--htx {
	background-color: transparent !important;
}

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	-webkit-transition-delay: 0.3s, 0s;
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
	transition-duration: 0.3s, 0.3s;
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: transparent;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	background-color: #fff;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.c-hamburger--htx.is-active span::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0;
	transform: rotate(-45deg);
}

@media (min-width: 470px) {
	body > nav {
		position: fixed;
		transform: translateX(-424px);
		width: 424px;
	}
}


/* 0.1.2. Global > C-Frame > Header
------------------------------------------------ */

#outer_overall_c {
	background: transparent url('/img/global/bg.jpg') no-repeat center center / cover;
	bottom: 0;
	left: 0;
	padding: 6px 6px 0 6px;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.3s ease;
}

body.blur #outer_overall_c {
	transform: translateX(100%) translateX(-64px);
}

#outer_overall_c header {
	background-color: #fff;
	margin: 0 0 6px 0;
	padding: 20px 0;
}

#outer_overall_c header h1 {
	color: #ef4923;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 434px) {
	body.blur #outer_overall_c {
		transform: translateX(370px);
	}
}


/* 0.1.3. Global > C-Frame > Body
------------------------------------------------ */

#darken_l {
	background-color: #1e1b1b;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: 101;
}

#darken_l.show {
	opacity: 0.8;
}

@media (min-width: 768px) {

}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #dcdbdb;
	font-family: 'Montserrat', sans-serif;
}

:-moz-placeholder {
	color: #dcdbdb;
	font-family: 'Montserrat', sans-serif;
}

::-moz-placeholder {
	color: #dcdbdb;
	font-family: 'Montserrat', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #dcdbdb;
	font-family: 'Montserrat', sans-serif;
}


/* 0.1.4. Global > C-Frame > Footer
------------------------------------------------ */

footer {
	background-color: #fff;
	bottom: 0;
	height: 44px;
	left: 6px;
	padding: 2px;
	position: absolute;
	right: 6px;
	text-align: right;
}

footer a {
	display: inline-block;
	height: 100%;
}

footer a img {
	height: 100%;
}

@media (min-width: 768px) {
	footer {

	}
}


/* 0.2. Global > AJAX
------------------------------------------------ */

/* 0.2.1. Global > AJAX > Claim
------------------------------------------------ */

#claim_overlay_c {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 12px 12px 0 0;
	bottom: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	left: 12px;
	position: absolute;
	top: 100%;
	transition: top 0.25s ease-in-out;
	width: calc(100% - 24px);
	z-index: 9999;
}

#claim_overlay_c.show {
	top: 12px;
}

#claim_overlay_c .claim_overlay_close {
	color: #ef4923;
	cursor: pointer;
	font-size: 3.2rem;
	line-height: 1;
	position: absolute;
	right: 24px;
	top: 24px;
}

#claim_overlay_c div.table_server_c {
	margin: 20px 0 40px 0;
	text-align: center;
}

#claim_overlay_c div.table_server_c div.table {
	color: #6d6e71;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 5px 0;
}

#claim_overlay_c div.table_server_c div.server {
	color: #ef4923;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

#claim_overlay_c .table_info_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#claim_overlay_c .table_info_c > div {
	color: #6d6e71;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	text-align: center;
	width: 30%;
}

#claim_overlay_c .table_info_c > div > div {
	font-size: 2.4rem;
	font-weight: 300;
	margin: 10px 0 0 0;
	text-transform: none;
}

#claim_overlay_c .table_info_c > div > div.critical {
	color: #ef4923;
}




#claim_overlay_c {

}
