/* TOC
	0. Global
		0.1. C-Frame
			0.1.1. Header
			0.1.2. Nav
			0.1.3. Body
			0.1.4. Forms
			0.1.5. Footer
	1. Users (users.css)
	2. Documents (documents.css, sf-documents.css, tem-documents.css, sea-documents.css)
*/

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

* {
	box-sizing: border-box;
}

html {
	background-color: #f6f6f6;
	color: #3c4652;
	font-size: 62.5%;
}

body {
	font-family: "Gotham A", "Gotham B", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}

h1 {
	font-size: 3.2rem;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 2.4rem;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

a {
	color: #3c4652;
	text-decoration: none;
}


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

.desktop_w {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 30px;
}


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

header {
	background-color: #fff;
	box-shadow: 0 -3px 12px rgba(133, 143, 152, 0.25);
	position: relative;
	z-index: 1;
}

header div.desktop_w {
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: center;
}

header div.desktop_w > a:first-child {
	color: #006481;
	font-size: 2.2rem;
	width: 20%
}

body.basic header div.desktop_w > a:first-child {
	display: none;
}

header div.desktop_w > img {
	display: block;
	max-width: 340px;
	width: 100%
}

header div.desktop_w #menu_c {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	position: relative;
	width: 20%;
}

body.basic header div.desktop_w #menu_c  {
	display: none;
}

header div.desktop_w #menu_c > div.ellipsis {
	color: #006481;
	cursor: pointer;
	font-size: 3.0rem;
	text-align: right;
	width: 25px;
}

header div.desktop_w #menu_c > div.menu {
	background-color: #fff;
	border: 1px solid #006481;
	border-radius: 6px;
	display: none;
	list-style: none;
	margin: 0;
	min-width: 180px;
	padding: 0 15px;
	position: absolute;
	right: -20px;
	top: calc(100% + 15px);
}

header div.desktop_w #menu_c > div.menu div.arrow_up {
	background-color: #fff;
	border-right: 1px solid #006481;
	border-top: 1px solid #006481;
	height: 20px;
	position: absolute;
	right: 12px;
	transform: rotate(-45deg);
	top: -11px;
	width: 20px;
}

header div.desktop_w #menu_c > div.menu a {
	display: block;
	font-size: 1.4rem;
	margin: 15px 0;
}

@media screen and (min-width: 620px) {
	header div.desktop_w > a:first-child,
	header div.desktop_w #menu_c {
		width: 33.333%;
	}
}


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

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

#content .alert.alert-warning {
	background-color: #ff0000;
	border: none;
	color: #fff;
	font-size: 1.8rem;
	margin: 5px 0;
	padding: 20px 15px;
}

#content .message.success {
	background-color: #c3d600;
	border: none;
	color: #093254;
	font-size: 1.8rem;
	margin: 5px 0;
	padding: 20px 15px;
}

#content .message.error,
#content .error-message {
	background-color: #ff0000;
	border: none;
	color: #fff;
	font-size: 1.8rem;
	margin: 0 0 30px 0;
	padding: 10px;
}

#content .message.error a,
#content .error-message a {
	color: #fff;
	text-decoration: underline;
}

#content .message > div {
	margin: 0 auto;
	max-width: 1024px;
}

.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #006481;
	border: none;
	border-radius: 3px;
	box-shadow: 0 6px 12px #9cc3d1;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	min-width: 90px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.button:hover {
	background-color: #4c93a7;
}

.button:active {
	background-color: #00465a;
	color: #b2b2b2;
}

.button.secondary {
	background-color: transparent;
	border: 1px solid #c9ced1;
	box-shadow: none;
	color: #3c4652;
	line-height: 28px;
}

.button.secondary:hover {
	color: #858f98;
}

.button.secondary:active {
	background-color: #858f98;
	color: #3c4652;
}

.button.confirmation {
	background-color: #7ac043;
}

.button.confirmation:hover {
	background-color: #a2d47b;
}

.button.confirmation:active {
	background-color: #55872e;
	color: #b2b2b2;
}

.button.tiny {
	font-size: 1.0rem;
	line-height: 20px;
	padding: 0 10px;
	min-width: auto;
}

.button.large {
	border-radius: 6px;
	line-height: 40px;
	min-width: 140px;
	padding: 0 35px;
}

.button.secondary.large {
	line-height: 38px;
}

.darken_l {
	background-color: #000;
	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.5;
	pointer-events: auto;
}

#errors400_c,
#errors500_c {
	padding: 30px;
}


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

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

::-webkit-input-placeholder {
	color: #c9ced1;
	font-family: "Gotham A", "Gotham B", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}

:-moz-placeholder {
	color: #c9ced1;
	font-family: "Gotham A", "Gotham B", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}

::-moz-placeholder {
	color: #c9ced1;
	font-family: "Gotham A", "Gotham B", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #c9ced1;
	font-family: "Gotham A", "Gotham B", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}

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

footer > div.desktop_w {
	align-items: center;
	color: #c9ced1;
	display: flex;
	font-size: 1.2rem;
	font-weight: 300;
	height: 80px;
}
