
/* SpryValidationSelect.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* These are the classes applied on the messages
 * (required message and invalid state message)
 * which prevent them from being displayed by default.
 */ 
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
	border: none;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
}

/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}

/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: none;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
.hide {
	display: none;
}
#contact-us-form-inter1 {
	width: 600px;
}
#contact-us-form-inter1 table {
	width: 100%;
	margin-bottom: 10px;	
}
#contact-us-form-inter1 input[type=text],
#contact-us-form-inter1 textarea,
#contact-us-form-inter1 select {
	width: 100%;
	margin-bottom: 0px;
}

.infoMessage {
	background: #DFF4FF no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.errorMessage {
	color: red;
}

.arcadia-theme .portlet-mobile-combo input[type="text"]{height:14px;}
 .arcadia-theme .portlet-boundary_MobileComboCentreSearch_WAR_tmportlet_ .portlet-mobile-combo input[type="submit"] {
    margin-top:20px;
    background: #529bed;
    }
.arcadia-theme .main a {color:#5b7c92}

.arcadia-theme .centersResult{
	    background: #dbf6ff;
}
#more {
	padding:0 10px;
}

.tm-map-centre-search {
	width:auto;
}


.tm-map-centre-search>.left  {
	width:auto;
	float:none;
}


.tm-map-centre-search>.right {
    float: none; 
    width: auto;
}

.tm-map-centre-search>.right>.inner {
	margin:0;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .arcadia-theme .portlet-boundary_MobileComboCentreSearch_WAR_tmportlet_ .portlet-mobile-combo input[type="submit"] {
    margin-top:0;
    margin-left:20px
    }
    .tm-map-centre-search>.left  {
	width:70%;
	float:left;
	}

.tm-map-centre-search>.right>.inner {
    margin-top: 0;
}
	.tm-map-centre-search>.right {
	    float: right; 
	    width: 28%;
	}
	.list-centres-talks .row-4 {
		   max-width: 500px;
    	margin: 0 auto;
	}
}







/*copy from here*/

.postCodeSearchWrapper .postcodeSearch {
    text-align: center;
    background: #4b99f2;
    padding: 30px 10px;
}

.postcodeSearch p {
    margin: 0;
    padding: 0;
    color: #FFF;
}

.postcodeSearch p {
    font-size: 18px;
    margin-bottom: 15px;
}

.postcodeSearch #postcode {
    padding: 5px;
    border: 1px solid #CCC;
    font-family: 'Raleway',sans-serif;
}

.postCodeSearchWrapper .searchBtn {
    background: #38bff5;
    color: #FFF;
    border: none;
    padding: 5px 15px;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
	text-shadow:none;
}
.postCodeSearchWrapper .searchBtn:hover,.postCodeSearchWrapper .searchBtn:focus,.postCodeSearchWrapper .searchBtn:active {
    background: #38bff5;
    color: #FFF;
    border: none;
}
.arcadia-theme .postCodeSearchWrapper a.searchBtn {
    color: #FFF;
}
.postCodeSearchWrapper .searchBtn {
 border-radius:0
}
.searchListCenters .searchCity {
     color: #5b7c92;
}
.postCodeSearchWrapper .searchListCenters .showTalksBtn {
    background: none;
    color: #4b99f2;
}
.moreTalks {
text-align: center;
    display: block;
    padding: 5px;
	}

.postcodeSearchList ul, .postcodeSearchList li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size:16px;
}

.searchListCenters {
    background: #9adef5;
    padding: 10px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #5b7c92;
    border-bottom: 1px solid #90aabb;
    overflow: hidden
}

    .searchListCenters:hover {
        background: #ebf7fa;
            }

    .searchListCenters span {
        padding-left: 10px;
    }

    .searchListCenters .searchCity {
        float: right;
        padding-top: 5px;
    }

    .searchListCenters .showTalksBtn {
        float: left
    }

.searchListCentersLeft {
    width: 50%;
    float: left;
}

.searchListCentersRight {
    width: 50%;
    float: left;
}

.searchListCentersInfo {
    display: none;
  box-shadow: 0 2px 2px -2px #CCC;
}

.searchListCentersForm {
    display: none;
}
.searchListCentersHeader {
    padding: 20px;
}
.searchListCentersForm{
    margin:10px 20px;
}

.listActive .searchListCentersInfo, .searchListCentersInfoActive .searchListCentersForm {
    display: block;
}

.searchListCentersInfo .searchBtn:hover {
    background: #529bed;
}

.searchListCentersInfo .fullWidth {
    width: 100%;
    margin: 10px 0 0 0;
    padding:7px;
}

.postcodeSearchList input {
    box-sizing: border-box;
    height: 34px;
    width: 100%;
    margin: 5px 0;
    color: #666666;
    padding: 7px;
    border: 1px solid #b9b9bb;
}

.postcodeSearchList select {
    box-sizing: border-box;
    height: 34px;
    width: 100%;
    margin: 5px 0;
    background: #FFF;
    background-image: none;
    border: none;
    padding: 7px;
    color: #666666;
    border: 1px solid #b9b9bb;
}

.searchListCentersInfo {
  border-bottom:1px solid #f5f5f5;
}
.searchListCentersInfo p {
    color: #5b7c92;
    text-align: center;
    margin: 0;
    padding: 0 0 10px 0;
}

.searchListCentersInfo .freeTalk {
    font-size: 20px;
}


@media screen and (min-width: 768px) {
    .searchListCentersForm {
        max-width: 500px;
        margin: 10px auto 30px;
    }
}

.postCodeSearchWrapper { 
	font-size:16px
}

.wrapper {
    min-width: 300px;
    clear: both;
}