/* TEMP */



@font-face {
	font-family: 'Avenir';
	src: url('/fonts/Avenir/Avenir-Book.ttf') format('truetype');	
}

body{
    
	font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 15.6px;
    color: #032855;
    background: white;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.bodybackground{
    background: #DFDFDF;
    color: #032855;
    width:100%;
    margin:0 auto;
	
    max-width: 920px;
}


.footer1Background{
    background: #002859;
    color: Grey;
    width:100%;
    margin:0 auto;
	font-size: 0.9em;
    max-width: 920px;
		padding: 10px 20px 10px 20px;
}

.footer2Background{
    background: #001D3F;
    color: Grey;
    width:100%;
    margin:0 auto;
	font-size: 0.7em;
    max-width: 920px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.footer2Background a {
    color: white;
    text-decoration: none;
	/*color: #2795b6;
	text-decoration: underline;*/
	cursor: pointer;
}

.footer2Background a:hover{
    color: #1f4f82;
}


	
.categoriesDetail {
	display: none;
}

.searchHolder .textbox { width: 350px; }

.itemsHolder .textbox { width:110px; }

.twitter {
	height: 9%;
	width: 9%;
	float: left;
	}

.twitterText {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 15px;
	}

.bordered {
	border: 3px solid #FCAF17;
	}

.oneColumn {
	padding-left: 0em;
	padding-right: 0em;
	}

/* landing page styles */

.lady {
	left: 1%;
	top: 100%;
	position: absolute;
	height: 800px;
	width: 1068px;
	min-width: 500px;
	z-index: 0;
	}

.text-div {
		position: absolute;
		left: 55%;
		float: right;
		z-index: 1;
		max-height: 100px;
		min-width: 300px;
		max-width: 500px;
		color: #FCAF17;
		}

.nominate {
	font-family: Mencap, Helvetica, sans-serif;
	font-size: 15.6px;
	}

.profiledetails {
	font-size: 15.6px;
	}

h1 {
	font-size: 1.2em;
	color: #535353;
}

.feature {
	margin-bottom: 10px;
	}

.top-bar-section ul {
	background-color: #FCAF17;
		}

.top-bar-section ul li a {
	background-color: #FCAF17;
	padding-left: 0px;
		}

.menuItem {
	margin-left: 0 auto;
	margin-right: 0 auto; /*this is overwritten later for non-mobile views*/
	}

/* */



p {
	font-size:1em;
	margin-bottom: 0em;
}

h1, h2, h3, h4, h5, h6 {
	
	font-size: 1em;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #535353;
}

h2 {
	font-size: 0.9em;
}

a 
{
    color: #2795b6;
    text-decoration: underline;
	/*color: #2795b6;
	text-decoration: underline;*/
	cursor: pointer;
	font-weight: bold;
}

a:hover{
    /*color: #1f4f82;*/
	color: #5EA9DD;
}

fieldset {
    padding: 1.25em 0 !important;
}

.logo {
	margin:10px 10px 10px 10px !important;
}

.welcome a {
	text-decoration: underline;
}

.mainPanel {
	margin-bottom: 10px;
	/*border: 1px solid #c0c0c0;*/
 	background-color:none;
}



.mainPanel table, .mainPanel th, .mainPanel td {
    background: none;
    color: black;
    padding: 4px;
    font-size: 90%;
    
}

.mainPanel ul {
    font-size: 1em;
    margin-left: 15px; 
}

.mainPanel ul li {
    /*list-style-image: url(/img/bullet.png);*/
}

.mainPanel a {
    color: #2795b6;
}
/*
.orbit-container
{
  height: 450px;
}
*/

.orbit-container ul li {
    list-style-image: none;
    font-size: 13px;
    background-color: White;
}

.feature h3 {
	font-size: 0.8em;
}


@media only screen and (min-width: 768px) {

.feature {
	margin-bottom: 15px;
		}
	
    .feature h3 {
	    font-size: 1.0em;
    }

}

.feature a {
	text-decoration: none;
}

.caption {
	font-size: 0.7em;
}

.footer {
	color: Black;
}

fieldset {
	border: none;
	margin: 0;
}



form label{
	/*
	padding: 8px 0;*/
	padding: 18px 0 0 0;
	font-size: 1em;
	display: inline;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    vertical-align:middle;
   
}

form .dropdown {
    background: url(../img/bg-select-left.png) left top no-repeat,url(../img/bg-select-right.png) right top no-repeat;
	border: none;
	margin-bottom: 0;
}

form .textbox, form .textbox:focus {
    padding-left: 0.5em;
    padding-top: 00px;
    padding-bottom: 0px;
	border: 1px solid #C5C5C5;
	box-shadow: none !important;
	background-color: white;
	color: black;
	height: 2em;
	font-size: 1em;
	margin-top: 0.5em;
	
}

form .dropdown .current{
    color: #000000;
	font-size: 0.687em;
}

input[type="text"][disabled] {
    background-color: transparent;
    color: #666;
}

form .dropdown .current{
    margin-left: 1.5em;
}

form .dropdown .selector:after {
    margin-top: -7px;
}
form .dropdown:hover a.selector:after {
    border-color: #FFF transparent transparent;
}

form .dropdown.open ul{
	/*border: none;*/
	padding: 10px;
	
	margin: 0 10px;
	min-width: 50%;
	border: solid 1px #C5C5C5;
	border-radius: 15px;
}

form textarea, form textarea:hover, form textarea:focus 
{
    
	
	/*max-width: 250px;*/
	min-height: 120px;
    
   
	color: #000000;
	height: 120px;
	min-height: 120px;
	overflow-y: auto;
	border: 1px solid #C5C5C5;
	font-size: 1em;
	margin-top: 0.5em;
	background-color: white;
	color: black;
	
	
	
	
	
	
	
}

form .dropdown {
	background: white;
	color: black;
	font-size: 1em;
	border: solid 1px #C0C0C0;
	 margin-top: 0.5em;
	/*box-shadow: 2px##008f9#008f99x #00387D;*/
	margin-bottom: 0.5em;
	height: 2em;
}

form .dropdown option {
	background: white;
}

form .button.small {
	padding-bottom: 20px;
	padding-top: 6px;
}

.smallerButton
{
	min-width: 65px !important;	
	padding-bottom: 20px;
	padding-top: 8px;
	background-color: none;
	background-image: none;
	background: none;
    border: solid 3px #FCAF17;
    color: #FCAF17;
    font-size: 13px;
    font-weight: normal;
    height: 23px;
}
	

form .button, form .button:focus, form .button:hover  {
	padding-bottom: 20px;
	padding-top: 6px;
	background-color: #002859;
	background-image: none;
    border: solid 3px #002859;
    color: white;
    font-size: 1em;
    font-weight: normal;
    height: 23px;
    min-width: 155px;
	margin-top: 5px;
	border-radius: 4px;
}

.categoriesHolder .button, .categoriesHolder .button:hover
{
    width:200px !Important; 
    background-image: none;  
}

form .radio {
	background: #000 url(../img/bg-radio-off.png) no-repeat top left;
 	margin-right: 10px;   
}

form .radio.checked:before {
	background: #000 url(../img/bg-radio-on.png) no-repeat top left;
	border-radius: 0;
    height: 20px;
    width: 20px;
}

form .radio {
    border-radius: none;
    padding: 0;
}

form .radio {
    border-radius: 0;
}
form  {
	border: none;
}

form .checkbox.checked:before {
    content: "x";
    position: relative;
    top: 5px;
    left: 2px;
}

input[type="checkbox"] {
    margin-left: 10px;
}

.highlight {
	color: White;
}
.right {
	float: right;
}
.white {
	color: white;
}

.large {
	font-size: 0.9em;
}

.error {
    font-size: 0.769em;
    position: relative;
    color: red;
}

.hidden {
    display: none;
}

.sideNav li {
	list-style: none;
	width: 100%;
	line-height: 0.7em;
 	background-color: none;
}
	
.sideNav li a {
	width: 100%;
	display: block;
	margin: 0 !important;
	font-size: 1em;
	/*color: #1f4f82;*/
	color: #2795b6;
	padding: 10px 30px !important;
	text-decoration: none;
	/*border: 1px solid #c0c0c0;*/
	margin: 2px;
	
}

.sideNav li a:hover{
    color: #1f4f82;
}
			
/* CAROUSEL STYLES */

.orbit-slide-number,  .orbit-bullets {
	display: none;
}

.orbit-container li {
	background: #000;
}

.orbit-container li img{
	float: right;
	margin-left: 0px;
	margin-right: 0px;
}
.slideContent {
	float: left;
	padding-left: 40px;
	max-width: 430px;
	padding-top: 1px;
	
}

.slideContent h1 {
	color: #FF0000;
	font-size: 1.7em;
}

.slideContent p {
	font-size: 13px;
}


.usernameSuggestions {
    cursor: pointer;
}

legend {
    background: none !important;
    color: black !important;
}

legend .ItemNameLegend
{
    padding-bottom:20px;
}



/* Tabbed content */

.section-container.auto > section .content, .section-container.auto > .section .content {
    background: #000;
    border: none;
}

.section-container.auto > section > .title, .section-container.auto > .section.active > .title {
    background: #000 !important;
    border: none !important;
}

.section-container.auto > section > .title a, .section-container.auto > section.active > .title a {
    color: #000000;
    text-decoration: none;
}


/* Profile images */

.imageHolder {
    margin-bottom: 20px;
    clear: both;
}
.imageContainer 
{
    border: solid 5px #fff;
    float: left;
    width: 100px;
    height: 130px;
    margin-right: 5px;
    padding: 5px;
}
.imageContainer.primary {
    border: solid 5px #00FF00;
    
}

.imageContainer.primary .promote, .imageContainer.primary .delete, .imageContainer.primary .useThis {
    display: none;
}

.imageContainer .promote, .imageContainer .delete, .imageContainer .useThis, .refresh
{
    display: block;
    width: 19px !important;
    height: 19px !important;
    max-width: 19px !important;
    max-height: 19px !important;
    background-image: url('/img/glyphicons-halflings.png');
    border: solid 1px red;
    margin: 5px 5px 0 0;
    float: left;
    *-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.imageContainer .promote:hover, .imageContainer .delete:hover, .imageContainer .useThis:hover, .refresh:hover
{
    background-color: #ccc;
}
.imageContainer .promote
{
    background-position: -286px -94px;
}
.imageContainer .delete 
{
    background-position: -309px 2px;
}
.imageContainer .useThis 
{
    background-position: -286px 2px;
}
.refresh {
    background-position: -237px -21px;
    position: relative;
    top: -60px;
    left: 95%;
}

.jcrop-holder {
    min-height: 377px !important;    
}

/* Card Writer */

.cardWriterPanel {
    background: #000;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.cardControlPanel {
    float: left;
    width: 520px !important;
    max-width:520px !important;
}

.graphicPanel {
    height: 35px;
    width: 35px;
    float: left;
    position: relative;
    padding: 10px 5px 0 0;
    cursor: pointer;
}

.graphicPanel img {
    height: 30px;    
}

.alphabetPanel .space img
{
    background-image: url('/img/bg_sp.png');
}

.graphicPanel input {
    position: absolute;
    left: 0;
    top: 10px;
    background: transparent;
    width: 32px; 
    height: 50px;
    border: none;
    opacity:0;
    filter:alpha(opacity=0);
}

.cardPreviewPanel {
    clear: both;
    float: left;
    width: 500px;
    margin-top: 20px;
}

.imagePanel {
    width: 100%;
    height: 400px;
    background-size: 480px 391px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    border: solid 1px #999;
    border-radius: 5px;
    padding: 120px 2px 2px 20px;
}

.characterPanel {
    float: left;
    width: 45px;
    height: 45px;
    margin: 5px;
}

.nominationDetails label {
    font-size: 13px;
}

.nominationDetails legend {
    margin-bottom: 5px;
}

/* ParticipantFinder */

.participantFinderPanel {
    width: 500px;
    min-height: 100px;
    padding: 5px;
}

.tieredStructureFilteringPanel, .flatStructureFilteringPanel {
    width: 230px;
    margin-right: 10px;
}

.freeTextSearchPanel {
    width: 230px;
    border-left: dashed 1px #ccc;
    padding-left: 10px;
}

.participantFinderResultsPanel {
    background: #fff;
    max-height: 500px;
    overflow: auto;
    margin: 10px 0;
}

.participantResult {
    margin: 2px;
    min-height: 52px;
    background: #C0C0C0;
    position: relative;
    cursor: pointer;
}

.simple .participantResult {
    margin: 2px;
    min-height: 22px;
}

.participantFinderPanel label {
    font-size: 12px;
}

.participantResult:hover {
    background: #023D7C;
    color: White !important;
    
}

.participantResult img {
    margin: 0 5px 1px 1px;
    max-width: 50px;
    float: left;    
}

.participantResult div {
    max-width: 180px;
    color: #000000;
    font-size: 0.9em;
    line-height: 1.4em;
    padding-top: 1px;
}


.participantResult:hover div  {
    color: White !important;
}


.participantResult input {
    position: absolute;
    right: 3px;
    top: 14px;
}

.simple .participantResult input {
    top: 0;
}

.ajaxLoading {
    width: 100%;
    height: 32px;
    margin-bottom: 10px;
    background: url(/img/ajax-loader.gif) no-repeat 50% 50%;
    display: none;
}

.clear {
    clear: both;
}

/* Catalogue styles */




/* End catalogue styles */

/* Order history page */

.orders table, .orders th, .orders td {
    background: #FFF;
    color: #000000;
}

/* End of order history page */

/* Hall of fame styles */

.hofFilterPanel div {
    width: 40%;
    float: left;
    margin-right: 10px;
}

.hofFilterPanel label {
    
}

.hofResultsPanel {
    margin-top: 20px;
    float: left;
    clear: both;
}

/*
.hofItem {
    clear: both;
    padding: 15px;  
    margin: 5px 0;
    background: url(../img/bg-panel-blue-single-top-left.png) no-repeat top left,
				url(../img/bg-panel-blue-single-top-right.png) no-repeat top right,
				url(../img/bg-panel-blue-single-bottom-left.png) no-repeat bottom left,
				url(../img/bg-panel-blue-single-bottom-right.png) no-repeat bottom right,
				url(../img/bg-panel-blue-single-left.png) repeat-y top left,
				url(../img/bg-panel-blue-single-right.png) repeat-y top right,
				url(../img/bg-panel-blue-single-top.png) repeat-x top left,
				url(../img/bg-panel-blue-single-bottom.png) repeat-x bottom left;
}
*/

.hofImage {
    max-width: 60px;
    float: left;
    margin-bottom: 10px;
}

.hofDetails {
    float: left;
    margin-left: 10px;
    font-size: 13px;
}

.hofReason {
    clear: both;
    padding: 5px;
    margin: 5px;
    font-size: 13px;
}

.clear {
	clear: both;
	}

/* End of hall of fame styles */

/* Color Styles */

.blue {
    color: #BCCAFD;
}

.green {
    color: #2FD255;
}

.purple {
    color: #E097FA;
}

.red {
    color: #807B80;
}

.yellow {
    color: #DCAA19;
}



/* recaptcha */
#recaptcha_widget_div .recaptchatable {
    border: none !important;
}

#recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
    background-color: transparent;
}

#recaptcha_widget_div #recaptcha_privacy, #recaptcha_widget_div #recaptcha_logo {
    display: none;
}

#recaptcha_widget_div #recaptcha_response_field {
    color: #000000;
    width: 340px !important;
    padding-left: 20px;
	border: none !important;	
	box-shadow: none !important;
	background-color: #FFFFFF;
	color: #000000;
	background: url(../img/bg-neon-top-right.png) no-repeat top right,
				url(../img/bg-neon-center-right.png) no-repeat center right,
				url(../img/bg-neon-bottom-right.png) no-repeat bottom right,							
				url(../img/bg-neon-bottom-left.png) no-repeat bottom left,
				url(../img/bg-neon-center-left.png) no-repeat center left, 
				url(../img/bg-neon-top-left.png) no-repeat top left,
				url(../img/bg-neon-top.png) repeat-x top left,
				url(../img/bg-neon-right.png) repeat-y top right,
				url(../img/bg-neon-bottom.png) repeat-x bottom left,
				url(../img/bg-neon-left.png) repeat-y top left;
}

#recaptcha_widget_div #recaptcha_image {
    position: relative;
    left: -12px;
}

#recaptcha_widget_div #recaptcha_reload, #recaptcha_widget_div #recaptcha_switch_audio_btn, 
#recaptcha_widget_div #recaptcha_switch_img_btn, #recaptcha_widget_div #recaptcha_whatsthis_btn {
    position: relative;
    left: -35px;
}




.orbit-container .orbit-prev, .orbit-container .orbit-next {
    background-color:transparent;
    color: #7636DA;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 50%;
    width: 50px;
}

.orbit-timer .orbit-progress
{
	background-color:transparent !important;
}

/*label 
{
    display: inline;
    margin-bottom: 0em;
    margin-top: 8px;
}*/


input[type="radio"]{
    /*margin: 1em 0 1em;*/
    margin-right: 10px;
    margin-top: 8px;
    vertical-align:text-top;
   
    
}



select {
    width:auto;
}


.button.small {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1em;
}


.box-header 
{

    background-position: left top;
	border-top-left-radius: 15px;
    background-repeat: none;
    float: left;
    height: 26px;
	background-color: #008F99;
	width: 100%;
	max-width: 960px;			
		}

.box-header h1 
{
    color: #ffffff;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 2px;
    font-family: OpenSans-Regular,Verdana,Arial,Helvetica,sans-serif;
}

.box-header h1 a 
{
    color: #ffffff;
}

.box-content {
	padding: 1em 1em 1em 1em;
		}

.hotspot {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FCAF17;
		}
	
.hotspot-1 {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FCAF17;
		}

.hotspot-2 {
	margin-top: 10px;
	margin-bottom: 10px;	
	background-color: #32ACB0;
		}	

.hotspot-3 {
	margin-top: 10px;
	margin-bottom: 10px;		
	background-color: #98957D;
		}	

.hotspot-4 {
	margin-top: 10px;
	margin-bottom: 10px;		
	background-color: #FCAF17;
		}

.icon {
	height: 20px;
	display: inline;
	float: right;
	}

.one-column-padding
{
	padding-left: 0em;
    padding-right: 0em;
}

/*
.home-slider
{
    height: 133px !important;
}
*/


.CatalogueSub
{
    border: 1px solid #c0c0c0;
    padding: 1em 2em 1em;
}


.mainPanelContainer
{
	margin-left: 5px;
    background-color: none;
    padding: 0em 2em 2em 0em;
}


.borderContainer
{
    /*background-color:White;
    padding: 0em 0em 0em 0em;*/
    
    float: left;
    padding-left: 0;
    padding-right: 0.9375em;
    position: relative;
    width: 100%;
}


.MenuStrip
{
    height:60px;
 	background: #FCAF17;   
	margin-bottom: 15px;
}

.CallToActionImage
{
    margin-bottom: 1em;
}

.CallToActionText
{
    vertical-align:middle;
    height: 100%;
}


.headerImage
{
	margin: 18px 18px 18px 18px;
}


.headerIcon
{
	margin: 18px 0px 18px 18px;
}


.bar
{
	background-color: #012758;	
	margin: 0 auto;
    max-width: 920px;
    width: 100%;
}

.sideBox
{
	background-color: #022859;
	color: grey;
	
	
}

.sideBox ul {
  list-style-type: none;
}
	
.sideBox li {
    background: #0d366e;	
    border-bottom: thin solid white;
	list-style-type: none;
	padding: 10px 20px 10px 20px;
   
}

.sideBox li a {
    color: white;
    text-decoration: none;
	/*color: #2795b6;
	text-decoration: underline;*/
	cursor: pointer;
}

.sideBox li a:hover{
    color: #1f4f82;
}


.sideBox h1 a {
    color: white;
    text-decoration: none;
	/*color: #2795b6;
	text-decoration: underline;*/
	cursor: pointer;
}

.sideBox h1 a:hover{
    color: #1f4f82;
}





.sideBox h1 {
	width: 100%;
    background: #2b54a3;	
    border-bottom: thin solid white;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	color: grey;
	font-size: 1em;
    font-weight: normal;
    margin-bottom: 0em;
    margin-top: 0em;
}


.searchBox
{
	background-color: #022859;
	color: grey;
	
	padding: 0;
	
	
}

.searchBox input[type="text"] {
	width: 80%;
	display: initial;
	margin: 0 0 0em;
	padding: 0em;
	height: 32px;
	font-size: 1em;
}
	
.searchBox input[type="image"] {
	
			vertical-align: bottom;
	}

.searchBox button
{
	background-color: #022859;
	border: 0px;
	display: inline;
	padding: 0em;
	margin: 0 0 0em;
	
}

	
	form {
    margin: 0 0 0em;
}
	
.imageTitle
{
	text-align: center;
}

.topmenu a 
{
    color: #002657;
    text-decoration: none;
	cursor: pointer;
	font-weight: normal;
    white-space:nowrap;
}

.itembox
{
	border: 1px solid;
	padding: 4px;
	
}



/*----------------------------------------------------------*/
/* Catalogue */
.catalogueProfile .ItemNameLegend {
    margin: 10px;
    text-align: right;
    font-size: smaller;
}
.catalogueProfile .profile-img {
    margin: 7px;
}
.catalogueProfile {
    height:150px;
    text-align: center;
    overflow:hidden;
}

.catalogueProfile div.panelSelected {
    background: #a0a4a9;
}

.catalogueProfile div.modal-thumbnail{
    text-align: right;
}

.catalogueProfile div.modal-body {
    text-align: justify;
}

.catalogueProfile div.modal-body div.form-group {
    padding-bottom: 5px;
}

.error {
    color: red;
}

.catalogueProfile .card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.basketItem .numeric, .basketItemFooter .numeric{
    text-align: right;
}

.basketItem .center-align{
    text-align:center;
}


.tingle-modal-box .button, .tingle-modal-box .button:focus, .tingle-modal-box .button:hover  {
	padding-bottom: 20px;
	padding-top: 6px;
	background-color: #002859;
	background-image: none;
    border: solid 3px #002859;
    color: white;
    font-size: 1em;
    font-weight: normal;
    height: 23px;
    min-width: 155px;
	margin-top: 5px;
	border-radius: 4px;
}

.tingle-modal-box .modal-body {
    line-height : normal;
}

.overlay{
    background: rgba(39,62,84,0.82);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.shoppingBasket table tr td, .shoppingBasket table tr th { border-bottom: 1px solid black; vertical-align: top;}

.orders table tr td, .orders table tr th {  border-bottom: 1px solid black; vertical-align: top; }

/*-----------------------------------------------------------*/
/*Home Page*/
.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }

.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .input-group > :first-child {
    border-radius: 0 0 0 0; }
    .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap; }

.input-group-label {
    height: 28px;
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-align: center;
        align-items: center; }
    .input-group-label:first-child {
    border-right: 0; }
    .input-group-label:last-child {
    border-left: 0; }


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/*CUSTOM FORM STYLES*/

.customFormHeader {
    font-weight: bold;
}

.customFormParser {
    line-height: 20px;
}
.customForm {
    border: none;
}

.customFormParser label {
    padding: 0px 0px 0px 0px;
}

table.customForm tbody{
    border: none;
}

table.customForm tr {
    border: none;
}

table.customForm td{
    border: none;
    vertical-align: top;
}

 div.CustomFormTreeView table tbody tr td {
    padding: 0 0 0 0;
    border-right: none;
}

div.CustomFormTreeView div table:last-child {
    font-style: italic;
    color : blue;
}

table.CustomFormTableHolder tr td textarea {
    width: 350px;
    height:150px;
}
table.CustomFormTableHolder tr td input[type=text] {
    width: 350px;
}

table.CustomFormTableHolder tr {
    vertical-align : top;
}
.CustomFormValidationSummary {
   color: red;
   padding: 5px 5px 15px 5px;
}

.cusomFormCheckBoxList input {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    vertical-align: text-bottom;
}

.cusomFormCheckBoxList label {
    margin-left: 10px;
}

.cusomFormRadioButtonList input {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    vertical-align: text-bottom;
}

.cusomFormRadioButtonList label {
    margin-left: 10px;
}

cusomFormTextBoxSingleLine {

}

cusomFormTextBoxMultiLine {

}

CustomFormSelectedParticipants {

}
.hallItem {
    text-align: center;
    margin-bottom: 15px;
}

.hallContainer {
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #2a295c;
    border-radius: 25px;
    width: 100%;
    padding: 5px;
}

.hallName {
    display: inline-block;
    width: 100%;
    line-height: 1.3em;
}

.hallViewMore {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.3em;
    cursor: pointer;
}