﻿
/* MAIN LAYOUT */

html, body, form {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

a {
	text-decoration: none !important;
}

span {
}

.pageContainer {
	margin: auto;
	width: 1000px;
	background-color: #ffffff;
}

.pageHeader {
	background-color: #ffffff;
	text-align: center;
}

.pageContent {
	width: calc(1000px - 40px);
	vertical-align: top;
	padding: 20px;
	background-color: #ffffff;
	display: flow-root;
}

.pageFooter {
	width: 1000px;
	clear: both;
	background-color: #ffffff;
	text-align: center;
}

.header-image {
	max-width: 1000px;
}

.footer-image {
	max-width: 1000px;
}

.main-menu {
	background-color: whitesmoke;
}

.title-text {
	font-size: 14pt !important;
	font-weight: bold;
}

.subtitle-text {
	margin: 10px 0;
	display: block;
}

.header-text {
}

/* LOGIN */

.login-container {
	display: flow-root;
	margin: auto;
	width: 500px;
	border: 1px dashed #323232;
	border-radius: 10px;
	padding: 30px 0px 20px 0px;
	margin-top: 10px;
}

.login-panel, .captcha-panel {
	display: flow-root;
	margin: auto;
	width: 400px !important;
}

.email-text {
	padding: 7px;
	width: 100% !important;
}

.remember-me {
	margin: 10px auto;
}

.back-button {
	float: left;
	padding: 3px 6px;
	margin-bottom: 10px;
}

.login-button, .next-button {
	float: right;
	padding: 3px 6px;
	margin-bottom: 10px;
}

.captcha {
	padding-bottom: 10px;
}

.login-error-text {
	display: flow-root;
	clear: both;
	background-color: red;
	color: white;
	padding: 5px;
	text-align: center;
}

/* MISC */

.error-text {
	border: 1px solid red;
	background-color: #FFCCCB;
	display: block;
	text-align: center;
	padding: 10px
}

.notify-text {
	border: 1px solid gray;
	background-color: whitesmoke;
	display: block;
	text-align: center;
	padding: 10px
}

.event-label {
	margin-top: 20px;
	display: block;
	font-size: 14pt !important;
	font-weight: bold;
	background-color: whitesmoke;
	padding: 10px;
	text-align: center;
	width: 50%;
}

.margin-top-10 {
	margin-top: 10px;
}

/* HOME */

.home-event-list {
	width: 100% !important;
	padding: 5px;
	margin-bottom: 10px;
}

.home-panel, .home-panel-1 {
	width: 500px !important;
	margin: 30px auto 0px auto;
	/*column-count: 2;*/
	display: flex;
	flex-wrap: wrap;
}

.home-panel-1 {
	width: 250px !important;
}

.home-tile-panel {
	width: 150px !important;
	text-align: center;
	padding: 25px 50px;
	column-count: 1;
	display: block;
	cursor: pointer;
}

.home-tile-panel img {
	width: 150px;
}

.home-tile-panel span {
	font-size: 14pt !important;
	margin-top: 10px;
	display: block;
}

/* REG LIST */

.reg-event-list {
	width: calc(100% - 150px) !important;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
}

div[id^="pageContent_lstEvents_DDD_PW"] {
	margin-top: 10px;
}

.accepted-only {
	width: 140px;
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}

.accepted-only .dxichTextCellSys {
	padding-top: 3px;
}

.grid-reg {
}

.option-panel {
	padding: 5px 0;
}

.option-tile-panel {
	width: fit-content !important;
	padding: 10px 20px;
	float: left;
	cursor: pointer;
}

.option-tile-panel img {
	height: 50px;
	margin: auto;
	display: block;
}

.option-tile-panel span {
	display: block;
	text-align: center;
	padding-top: 5px;
}

.option-none {
	padding-bottom: 10px;
	display: block;
}

/* REFUND */

.panel-refund {
	margin: 10px 0 20px 0;
}

.refunded-lineitem span {
	display: none;
}

.refund-cancel-btn {
	float: left;
}

.refund-submit-btn {
	float: right;
}

/* BADGE DETAILS */

.badge-details-cbpanel {
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	display: flow-root;
	width: fit-content;
}

.badge-details-label {
	width: 150px;
	height: 50px;
	line-height: 30px;
	clear: both;
	float: left;
	font-weight: bold;
}

.badge-details-ctrl {
	float: left;
}

.badge-details-cancel-btn {
	float: left;
	margin-left: 30px;
}

.badge-details-submit-btn {
	float: left;
	margin-left: 200px;
}

/* TRANSFER REG */

.transfer-cbpanel {
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	display: flow-root;
	width: fit-content;
}

.transfer-label {
	width: 150px;
	height: 50px;
	line-height: 30px;
	clear: both;
	float: left;
	font-weight: bold;
}

.transfer-ctrl {
	float: left;
}

.transfer-cancel-btn {
	float: left;
	margin-left: 30px;
}

.transfer-submit-btn {
	float: left;
	margin-left: 200px;
}

/* OPT INS & CHECKLISTS */

.lists-cbpanel {
	margin: 10px 0 20px 20px;
}

.lists-label {
	font-size: 12pt !important;
	font-weight: bold;
	padding-top: 10px;
	display: block;
}

.lists-ctrl {
}

.lists-cancel-btn {
	float: left;
}

.lists-submit-btn {
	float: left;
	margin-left: 200px;
}

/* VISA */

.visa-cbpanel {
	margin: 20px 0 10px 20px;
	padding: 10px;
	display: flow-root;
	width: fit-content;
}

.visa-label {
	width: 150px;
	height: 50px;
	line-height: 30px;
	clear: both;
	float: left;
	font-weight: bold;
}

.visa-ctrl {
	float: left;
	line-height: 30px;
}

.visa-cancel-btn {
	float: left;
	margin-left: 30px;
}

.visa-submit-btn {
	float: left;
	margin-left: 200px;
}

/* CONNECTIONS */

.connections-search-panel {
	margin: 20px 0;
	display: flow-root;
}

.connections-search-text {
	float: left;
	width: calc(100% - 200px) !important;
	padding: 2px;
}

.connections-search-combo {
	float: left;
	margin-left: 10px;
	padding: 2px;
}

.connections-search-btn {
	float: left;
	margin-left: 10px;
}

.connections-item-panel {

}

.connections-item-results {
	display: block;
	padding-bottom: 10px;
}

.connections-item-toggle {
	width: 20px;
	display: inline-block;
	font-size: 14pt !important;
}

.connections-item-name {
	display: inline-block;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 10px;
}

.connections-item-details {
}

.connections-item-logo {
	display: block;
	width: 500px;
}

.connections-item-editorial {
	display: block;
}



/* OVERRIDES */

.dxgvDetailRow_Moderno td {
	padding: 0px !important;
}

.dxb {
	padding: 5px !important;
}
