@import "https://fonts.googleapis.com/css?family=Russo+One";

:root {
	--primary: #4e9854;
	--primary_lighter: #5bc067;
	--primary_darker: #2b5c31;
	--secondary: #E5A72E;
	--secondary_lighter: #E5A72E;
	--secondary_darker: #E5A72E;
	--tertiary: #0f74ba;;
	--tertiary_lighter: #0f74ba;
	--tertiary_darker: #0f74ba;
	--red: #bb662f;
	--black: #000000;
	--white: #ffffff;
	/* var(--blue) */
	--h1: var(--secondary);
	--h2: var(--secondary);
	--h3: var(--tertiary);
	--h4: var(--secondary);
	--caption: var(--primary);
	--page_text_color: #282828;
	--page_text_color_alt: #ececec;
	--header_text_color: #dbb952;
}

body {
	color: #000000;
	background: #ebebeb;
	background-image: url('images/bg_upper.png?v=0');
	background-position: 0 -240px;
	background-repeat: repeat-x;
	background-size: contain;
	background-attachment: fixed;
	font: 12px Arial, Helvetica, sans-serif;
}

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

* html #layout { background: none; } /* For IE6 */

img { border: 0 } /* Fixes older IE border bug when not specified. */

#wrapper {
	display: table;
	position: relative;
	min-width: 400px;
	max-width: 796px;
	height: 100%;
	width: 796px;
	margin: 0 auto;
}

#header_logo {
	/* display: table; */
	margin: auto;
	position: relative;
	height: 100%;
	width: 60%;
	background-image: url('images/DARPA_TTO_OfficeLogo_Raster_RGBA.png?v=0');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#header_title_row, #header_title, #header_text, #menu {
	display: table;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#navbar_row, #content_row, #footer_row, #header_text_row, #menu_row {
	display: table-row;
}

#content_cell, #header_cell, #header_left, #header_right, #header_program, #header_title_cell, #sidebar_cell, #navbar_cell {
	display: table-cell;
}

#navbar_row {
}

#content_row {
	vertical-align: top;
}

#content_cell {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#sidebar_cell {
	background-color: #c0c0c0;
	width: 20%;
}

#column {
	display: table;
	height: 100%;
	width: 400px;
	border-collapse: collapse;
	background: #FFFFFF;
	margin: 0 auto;
}

#notifications {
	display: table-row;
}

#navbar_cell, #content_cell, #footer_cell {
	background: #dde0e5 !important;
	border-left: 2px solid #dde0e5;
	border-right: 2px solid #dde0e5;
}

#menu {
	border-top: 2px solid #dde0e5;
}

#menu, #content_cell, #footer_cell {
	background: #fff;
}



#hzlines {
	position: fixed;
	height: 160px;
	width: 100%;
	bottom: 0;
	background-image: url('images/bg_footer.png?v=0');
	background-repeat: repeat-x;
	z-index: -3;
}

/* Basics
--------------------------------------------------*/
h1 {
	font: bold 22px/30px Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px solid #c6c6c6;
	color: #39843f;
}

h2 {
	font: bold 18px/28px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #4e9854 !important;
}

h3 {
	font: bold 16px/26px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #4e9854;
}

hr, .hr {
	clear: both;
	margin: 20px 0;
	border-top: 1px solid #c6c6c6 !important;
}

.divider {
	height: 15px;
	margin: 5px 0;
}

.important {
	font-weight: bold;
}

.centered {
	text-align: center !important;
}

.noteable {
	font-weight: normal !important;
	color: #EB8823;
}

.unnoteable {
	font-weight: normal !important;
	color: #888888;
}

.shadow {
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.word_wrap {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

pre {
	font: 12px/16px Arial, Helvetica, sans-serif;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.right {
	float: right;
	text-align: right;
}

/* Banners
--------------------------------------------------*/
.banner {
	color: #FFFFFF;
	background: #39843f;
	padding: 8px;
	margin-top: 0;
}

#banner a {
	color: #FFFFFF;
}

/* Content
--------------------------------------------------*/
#content_body {
	padding: 10px;
}

#inner {
	width: 100%;
	padding-bottom: 160px;
}

/* Menu
--------------------------------------------------*/
#navbar {
	background: #39843f;
	height: 35px;
	margin: 0px auto;
	width: 100%;
}

#menu {
}

#menu li {
	display: table-cell;
	text-align: center;
}

#menu a {
	display: block;
	padding: 10px 5px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover, #menu .menu_on a {
	color: #FFFFFF;
	background: #39843f;
}

/* Links
--------------------------------------------------*/
a {
	font-weight: bold;
	word-wrap: break-word;
}

a, a:hover, a:visited {
	color: #39843f;
}

a:focus {
	outline: none;
}


/* Header
--------------------------------------------------*/
#header_cell {
	width: 80%;
	margin: 0 auto;
}

#header_row {
	display: table-row;
	/*! background: url('images/header.png?v=1'); */
	width: 100%;
	height: 160px;
}

#header_left {
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
}

#header_right {
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
}

#header_title {
	width: 100%;
	height: 100px;
}

#header_break {
	display: none;
}

#header_program {
	color: #61c969;
	font-size: 5em;
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 50%;
	vertical-align: middle;
	/* text-shadow: 0 0 5px #000000; */
	/* font-family: "Stalinist One"; */
	/* font-style: normal; */
	/* font-display: swap; */
	/* font-style: normal; */
	/* font-weight: 100; */
}

#header_acronym {
	color: #133D6F;
	font-size: 28pt;
	font-weight: bold;
}

#header_type {
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
	text-shadow: 0 0 5px #000000;
}

#header_dates {
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
	text-shadow: 0 0 5px #000000;
}


/*	Agenda style
--------------------------------------------------*/
.agenda_col_altrows {
	background: #dfdfdf !important;
}

.agenda_col_time {
	width: 18%;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.agenda_col_event {
	width: 30%;
	font-weight: bold;
	vertical-align: middle !important;
	padding: 10px;
	border-left: 1px solid #FFF;
}

.agenda_col_speaker {
	width: 20%;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border-left: 1px solid #FFF;
}

.agenda_col_class {
	width: 20%;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border-left: 1px solid #FFF;
}

.agenda_colspan {
	text-align: center;
	vertical-align: middle !important;
}

.agenda_spacer {
	height: 0px;
}

.agenda_title {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	height: 40px;
}

.agenda_header td {
	font-weight: bold;
	color: #FFF;
	border-top: 1px solid #FFF;
}

.agenda_banner {
	font-size: 16px;
	font-weight: bold;
	text-transform: unset;
	text-align: center;
	padding: 10px;
}

/*	Table styles
--------------------------------------------------*/
.table_col_altrows td {
	background: #d2d2d2 !important;
}

.table_col {
	vertical-align: middle !important;
	padding: 10px;
}

.table_col_left {
}

.table_col_mid {
	border-left: 1px solid #FFF;
}

.table_col_right {
	border-left: 1px solid #FFF;
}
.table_col_left_align {
	text-align: left;
}

.table_col_center_align {
	text-align: center;
}

.table_col_right_align {
	text-align: right;
}

.table_colspan {
	text-align: center;
	vertical-align: middle !important;
}

.table_spacer {
	height: 0px;
}

.table_title {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	height: 40px;
}

.table_header td {
	font-weight: bold;
	color: #FFF;
	border-top: 1px solid #FFF;
}

/* Calendar
--------------------------------------------------*/
#cal {
	float: left;
	margin-right: 5px;
	border: none;
}

#cal>.ui-datepicker {
	/*border: 1px solid #011c2d !important;*/
	border: none !important;
}

/* Link behavior override */
#cal a {
	font-weight: normal;
	color: #000;
}

/* Link behavior override */
#cal a:hover {
	text-decoration: none !important;
	color: #000;
}

/* Item due date */
#cal td.highlighted_due a, .ui-state-default.ui-state-active {
	background: #474644 !important;
	color: #FFFFFF !important;
}

/* Meeting date */
#cal td.highlighted_conf a {
	background: #39843F !important;
	color: #FFFFFF !important;
}

/* Current day */
a.ui-state-default.ui-state-highlight {
	background: #2A89CD;
	border: 1px solid #C09850 !important;
	color: #000000 !important;
}

a.ui-state-default.ui-state-hover {
	background: #CEEBFF;
	color: #000000;
}

.ui-datepicker {
	background: #FFFFFF !important;
	width: 200px !important;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	display: table;
}

/* Fix width of indivdual cal */
/*.ui-datepicker-multi .ui-datepicker-group table {
	width: 250px !important;
}*/

/* Remove header shadow */
.ui-datepicker-title {
	text-shadow: none !important;
}

/* Width of calendar(s) container */
/*.ui-widget {
	width: 200px !important;
}*/

/* Border color */
.ui-widget-content {
	border: 2px solid #FFFFFF !important;
	background: #FFFFFF !important;
}

/* Header color */
.ui-widget-header {
	background: #656461 !important;
	border: #656461 !important;
	/* border-radius: 0 !important; */
}

.ui-widget-header .ui-icon {
	background-image: url('images/ui-icons-over.png') !important;
}

/* Each day */
.ui-state-default {
	border: 1px solid #DFDFDF !important;
	color: #666 !important;
}

/* Selected day */
.ui-state-default.ui-state-active {
	border: 1px solid #555555 !important;
	background: #DFDFDF !important;
}

/* Current day */
.ui-state-default.ui-state-highlight {
	border: 1px solid #555555 !important;
	background: #DFDFDF !important;
}

/* Hover over days */
.ui-state-default.ui-state-hover {
	border: 1px solid #8F8F8F !important;
	background: #DFDFDF !important;
	color: black !important;
}

.ui-datepicker-month {
	color: #FFF !important;
}

.ui-datepicker-year {
	color: #FFF !important;
}

/* Space around individual calendars */
.ui-datepicker-group {
	margin: 1px !important;
	width: 210px !important;
}

/* Minimize height of rows */
.ui-datepicker td span, .ui-datepicker td a {
	padding: 2px !important;
}
.ui-datepicker.ui-datepicker-multi {
	background: #555555 !important;
}

.ui-datepicker-prev.ui-datepicker-prev-hover, .ui-datepicker-next.ui-datepicker-next-hover {
	border: none !important;
	background: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #e9e9e9 !important;
}

/* Tables
--------------------------------------------------*/
#dates_table, .agenda_table, #registration_table_container, #download_table, #location_table, #attendee_table {
	color: black;
	/* border: 2px solid #474644; */
	border: none !important;
	border-spacing: 4px 0 !important;
	/*border-collapse: seperate; */
	/* background: #FFFFFF; */
}

.agenda_table, #registration_table_container, #download_table, #location_table, #attendee_table {
	margin: auto;
	color: black;
	width: 100%;
	margin: 0;
}

/* Table cells */
#dates_table td, .agenda_table td, .agenda_table tr, #location_table tr, #registration_table_container td, #download_table td, #attendee_table td {
	/* background: #E9E9E9; */
	background: #ffffff !important; /* sec table*/
}

#registration_table_container td {
	border-radius: 5px;
}

/* Table Headers */
.agenda_header, #dates_table th, .agenda_table thead th, #download_table thead th, #location_table thead th, #attendee_table thead th {
	background: #656461;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 27px;
	text-align: center;
}

/* Table Footers */
#agenda_table_0 {
	border-spacing: 4px 4px !important;
}

/* Table Footers */
.agenda_table tfoot td, #download_table tfoot td, #location_table tfoot td, #attendee_table tfoot td {
	background: #999999;
	color: #000000;
	padding: 2px;
	font-weight: bold;
}

/* Table Captions */
.agenda_table caption, #registration_table caption, #download_table caption, #location_table caption, #attendee_table caption {
	color: #4781BE;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

.agenda_table tbody tr:last-child td {
	border-radius: 0 0 3px 3px;
}
/* Dates table
--------------------------------------------------*/
#dates_table {
	width: 546px;
	float: right;
	border: none !important;
}

#dates_table td {
	padding: 5px 10px;
}

#dates_table .highlighted_meeting {
	color: #39843F;
}

#dates_table .highlighted_due {
	color: #474644;
}

#dates_table a {
	color: #39843f;
}

.dates_tablecell {
	padding: 5px 10px;
	width: 90px;
	background: #DFDFDF;
	font-weight: bold;
}

.events_col_left {
	width: 40%;
}

.events_col_right {
	width: 60%;
}

#dates_table > tbody > tr:nth-child(2) > td.highlighted_due.events_col_left {
	vertical-align: top;
}

/* Registration
--------------------------------------------------*/
#registration_table {
	margin: 0 auto;
	width: 80%;
}

#registration_table input[type=text] {
	width: 220px;
}

#registration_table select {
	width: 225px;
}

#registration_table h2 {
	/* color: #C09850; */
}

#billing_online_table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
	color: black;
	background: #CCCCCC;
}

#alt_info_fields {
	color: black;
}

.reg_left_column {
	width: 50%;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.reg_right_column {
	width: 50%;
	word-wrap: break-word;
	word-break: break-all;
}

#attending_table {
	width: 50%;
}

.regemail {
	padding: 5px;
	width: 98% !important;
}

.regemail h2 {
	text-align: center;
}

.print {
	background: #FFFFFF !important;
	color: #000000 !important;
}

/* Location
--------------------------------------------------*/
#mapbox {
	position: relative;
	border-radius: 2px !important;
	border: 2px solid #FFFFFF !important;
	outline: 2px solid var(--primary);
	width: 99% !important;
}

.qr_container {
	width: 40%;
	height: 100%;
	padding: 5px !important;
	vertical-align: top;
	color: black;
}

.qr_container_empty {
	display: none;
}

.qr_container_banded {
	width: 250px;
	padding-right: 5px;
	float: left;
}

.qr_image {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 3;
	display: none;
}

.qr_left_tooltip {
	position: absolute;
	display: none;
	z-index: 5;
	width: 190px;
	height: 190px;
	margin-left: 250px;
	margin-top: -50px;
	padding: 2px;
	background: url('images/WhiteTooltipBG.png') no-repeat;
	background-size: 100% auto;
}

.qr_right_tooltip {
	position: absolute;
	display: none;
	z-index: 6;
	width: 190px;
	height: 190px;
	margin-left: 250px;
	margin-top: -50px;
	padding: 2px;
	background: url('images/WhiteTooltipBG.png') no-repeat;
	background-size: 100% auto;
}

.qr_bg {
	background: #CFDBE5;
}

/* Footer
--------------------------------------------------*/
#footer_cell {
	display: table-cell;
	position: relative;
	width: 775px;
	text-align: center;
	padding: 0 10px;
}

#footer_cell hr { clear: both; }

#footer_cell .logo_belcan  {
	background-image: url('/inc/images/Belcan_Logo_BW_Flat_1x.jpg');
	background-size: 80px auto;
	width: 80px;
	float: left;
}

#footer_cell .title {
	text-transform: uppercase;
	font-weight: bold;
}

#footer_cell p {
	text-align: center;
}

#footer_cell .pocs {
}

#footer_cell .notice {
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
}

#footer_cell .disclaimer {
	font-size: 10px;
	line-height: 10px;
}

/* Warning messages
--------------------------------------------------*/
.warning {
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

/* Errors
--------------------------------------------------*/
.jquery_form_error_message {
	color: red;
	display: block;
	font-size: 10pt;
	margin-top: 2px;
	margin-left: 5px;
}

/* Buttons
--------------------------------------------------*/
.submit_button {
	background-color: var(--primary);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
}

.submit_button:hover {
	background-color: var(--primary_darker);
}

.submit_button:active {
	position: relative;
	top: 1px;
}

.submit_button_disabled {
	border: none;
}

.button {
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b8b8b8;
	display: inline-block;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	border: none;
}

.button:hover {
	background-color: #FFFFFF;
}

.button:active {
	position: relative;
	top: 1px;
}

/* Timeout dialog
--------------------------------------------------*/

/* Add a drop shadow to the dialog */
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
	-moz-box-shadow: 0 0 0 20px #000000;
	-webkit-box-shadow: 0 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	width: auto !important;
}

/* Remove borders from text boxes inside dialog */
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable div {
	border: none !important;
	text-align: center;
}

/* Button alignment */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
}

/* Overlay */
.ui-widget-overlay {
	opacity: .80 !important;
}
