.fe-reg-cell {
	height: auto;
	float: left;
	width: 200px;
	margin:5px 20px;
}

.fe-reg-row_form {
	width: 100%;
	height: auto;
	margin: 1.5em 0;
}

#content label {
	font-size:1.2em;
	margin:0 10px 5px 0;
}

#content select {
	margin-top:10px;
}

label[for^=age_ranges], label[for^=languages], label[for^=subjects] {
	margin:5px 0;
	font-size:.9em;
}

label[for^=age_ranges] input[type=checkbox], label[for^=languages] input[type=checkbox] {
	margin:0 5px 3px 0;
}

#content input[type=radio] {
	margin-left:20px;
}

#content input[type=text], #content input[type=password] {
	border:1px solid #CCC;
	height:20px;
	font-size:1em;
	margin:0;
}

.login-box input[type=submit] {
	padding:10px 15px;
	margin:0 auto;
	cursor:pointer;
	display:block;
}

#fe-reg-add_subject {
	display:block;
	width: 160px;
	height:30px;
	background:#ED1C24;
	color:white;
	border:0;
	font-size:1em;
	font-family:'Helvetica Neue', Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	float:right;
	margin-bottom:30px;
}

#fe-reg-add_subject:hover {
	color:#000;
}

.fe-reg-subject-select {
	margin:10px 2px 0 2px;
}

.fe-reg-next {
	background:#ED1C24;
	display:block;
	float:right;
	padding:5px 10px;
	text-decoration:none !important;
	height:15px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}


.fe-reg-next:hover {
	color:#000;
}

.fe-reg-btn {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	width:120px;
	height:42px;
	font-size:1em;
	font-family:'Helvetica Neue', Helvetica, sans-serif;
	text-align:left;
	position:relative;
	padding: 9px 0 0 60px;
	display:block;
	text-decoration:none !important;
	cursor:pointer;
}

.fe-reg-green {
	border:1px solid #51a351;
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
}

.fe-reg-red {
	background-color: #ef7a75;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border:1px solid #bd362f;
}

.fe-reg-toggle {
	width:30px;
	height:30px;
	border-radius:15px;
	background:#fff;
	font-size:2em;
	display:block;
	position:absolute;
	line-height:30px;
	text-align:center;
	top:8px;
	left:10px;
}

.fe-reg-checked {
	background:url(../images/icons/check.png);
}

.fe-reg-unchecked {
	background:url(../images/icons/uncheck.png);
}

.fe-reg-divider {
	width:100%;
	border-top:1px dashed #999;
	margin:30px 0;
}



#fe-reg-result {
	display:block;
	width:172px;
	height:auto;
	padding:3px;
	margin:5px 0 0 0;
	font-weight:bold;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.fe-reg-short {
	background:#FFCCCC;
	border:1px solid #FF0000;
}

.fe-reg-weak {
	background:#ffeccc;
	border:1px solid #ffb849;
}

.fe-reg-good {
	background:#CCFFCC;
	border:1px solid #00CC00;
}

.fe-reg-strong {
	background:#95d295;
	border:1px solid #0e930e;
}

#content input#fe-reg-submit{
	background:#ff6600;
	border:0;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 15px;
	font-size:18px;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 auto;
	display:block;
}

#content input#fe-reg-submit:hover{
	color:#000;
}


/* jQuery UI Tabs */

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-tabs { position: relative; width:530px;padding: 30px; margin:20px auto; zoom: 1; box-shadow: 0 0 30px 0 #e6e6e6;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; height:35px; float: left; position: relative; top: 0; margin:  0; border-bottom: 0; padding: 0 0 0 15px ; white-space: nowrap; background:#CCC; width:auto;}	
.ui-tabs .ui-tabs-nav li:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 18px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 18px solid transparent;
	border-left: 10px solid #ccc;
	position: absolute;
	left: 100%;
	z-index: 2;}
	
.ui-tabs .ui-tabs-nav li:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 18px solid transparent;       
	border-bottom: 18px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
.ui-tabs .ui-tabs-nav li:hover {background:#e2e2e2;}
.ui-tabs .ui-tabs-nav li:hover:after {border-left-color:#e2e2e2;}
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 15px; text-decoration: none; color:#000; font-weight:700; font-family:'Helvetica Neue', Helvetica, sans-serif; line-height:20px; text-transform:uppercase;}
.ui-tabs .ui-tabs-nav li a:hover {color:#cc322a;}

.ui-tabs .ui-tabs-nav li.ui-state-active { background:#e2e2e2;}
.ui-tabs .ui-tabs-nav li.ui-state-active:after {border-left-color:#e2e2e2;}
.ui-tabs .ui-tabs-nav li.ui-state-active a {color:#cc322a;}

.ui-tabs .ui-tabs-nav .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; margin-top:30px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#content input {
        border:1px solid #666;
        padding:5px;
}

.row {
        width:100%;
        height:auto;
}

.cell {
        width:50%;
        height:auto;
        float:left;
}

.message {
        width: 100%;
        height:200px;
        padding:5px;
}

.text1 {
        width:250px;
}

label.error {
        font-family: Arial, Helvetica, sans-serif;
        font-size:0.8em;
        color:#F00;
        width:auto;
}

/* dashboard.php */
.o_cancelled td {
    text-decoration: line-through;
    
}

.align_right {
    float:right;
}
.miles {
    margin-right: 20px;
    margin-top:1px;
    font-size: 0.75em;
    color:#aaa;
}

.supporting_event {
    margin:0;
    background-color: #16c1f3;
    color:#fff;
    font-weight: bold;
    padding:5px;
    font-size: 1.1em;
}

.supporting_event span{
    opacity: 0.7;
}
.required:after {
    content: '*';
    color: #ff0084;
    margin-left: 5px;
    
}

.errors li{
    color:red;
}

.user_menu li {
    position: relative;
}
.badge {
    position: absolute;
    top:-10px;
    right:-10px;
    font-size: 12px;
    background-color: #c00;
    width:20px;
	height:20px;
	line-height:20px;
    border-radius: 50%;
    color:#fff;
    text-shadow: none;
    
}
.update {
    border:none;
}
.ui-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width:200px;
}
label {
    display:block;
}
.ui-helper-hidden-accessible {
    display:none;
}

.ui-autocomplete li {
    margin:0;
}

.ui-autocomplete li a{
    background-color: #f6f6f6;
    display: block;
    color: #444;
    padding:4px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    text-decoration: none;
}

.ui-autocomplete li a:hover{
    background-color:#ccc;
    text-decoration: none;
    cursor: pointer;
}
.ui-autocomplete li a strong{
    color:#000;
}

.green {
    color:#0C0;
}

.i_notice{
    color: #4dbaff !important;
    background-color:#e5f5ff !important;
    border:1px solid #4dbaff !important;
    padding: 5px 8px;
    text-align: center;
    
    
}
.item_menu{
    list-style: none;
    margin:0;
    padding:0;
}
.item_menu li {
    float:left;
    
}
.item_menu li a {
   
    margin-right:10px;
    
}
.check_list label {
    float:left;
    width:240px;
    display:block;
}
.alternate_options{
    
    
}
.town_dropdown #town{
    width:200px !important;
}
.alternative-screenings-small, .alternative-screenings {
    list-style: none;
    margin:0;
    padding:0;
}

.alternative-screenings-small li, .alternative-screenings li {
    float: left;
   
    color: #000;
    font-size: 0.7em;
    margin-right: 5px;
}

.alternative-screenings-small li a {
    display:block;
    width:110px;
    text-decoration: none;
    color:#333;
}


.alternative-screenings li a {
    display:block;
    width:180px;
    text-decoration: none;
    color:#333;
    
}

.alternative-screenings li a p {
    font-size: 11px;
}

.alternative-screenings-small li a:hover, .alternative-screenings li a:hover  {
    background-color: #eee;
    color:#000;
}
.alternative-screenings-small li h3, .alternative-screenings-small li h5,  .alternative-screenings li h3,  .alternative-screenings li h5{
    margin:0;
    padding:0;
    line-height: 1.5em;
}
.fe-reg-hp {
    width:1px !important; height:1px !important; overflow: hidden !important;
}
.login-box .grey_box {
    font-size: 0.8em;
}
.login-box label, .login-box input[type=checkbox] {
    width:80px;
}
.login-box label, .login-box input[type=text], .login-box input[type=checkbox] {
  
    float:left;
    margin-bottom: 10px;
}

.login-box label {
    padding:5px 5px 5px 0px;
}
.login-box p {
    clear:both;
}
.login-box label[for^=remember] {
    width:auto;
    margin-left:10px;
} 

input[type=text]#login-username.fe-reg-not-required {
	margin-bottom:10px;
}

input#remember{
	margin:6px 3px 0 95px;
	width:auto;
}

#content input[type=submit][value="Login"]{
	background:#ff6600;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0 ;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding:5px 10px;
	font-weight:bold;
	margin:20px 0 20px 95px;
}

#content label[for=remember]{
	margin-bottom:10px;
}

#content input[type=submit][value="Login"]:hover{
	color:#000;
}

/** dashboard **/
ul.user_menu {
    text-align: center;
    padding: 0; 
}
  ul.user_menu li {
    display: block;
    float: left;
    width: 170px;
    height: 80px;
    border: 1px solid #cccccc;
    margin-right: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e6e6e6',GradientType=0 );
    border: 1px solid #bbbbbb;
    border-color: #e6e6e6 #d7d7d7 #aeaeae #e6e6e6; }
    ul.user_menu li a {
      font-family: "Nunito", Helvetica, sans-serif;
      text-shadow: -1px -1px 1px white;
      color: #000;
      text-align: center;
      width: 170px;
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 30px;
      margin-top: 10px; }
      ul.user_menu li a i {
        font-size: 30px; }
      ul.user_menu li a:hover {
        text-decoration: none; }
    ul.user_menu li:hover {
      cursor: pointer; }

.badge {
  background: #e55244;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NTI0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmNTc0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y2MjkwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YwMmYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzM4MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e55244 0%, #ef5743 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e55244), color-stop(50%, #ef5743), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  background: -webkit-linear-gradient(top, #e55244 0%, #ef5743 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -o-linear-gradient(top, #e55244 0%, #ef5743 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -ms-linear-gradient(top, #e55244 0%, #ef5743 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: linear-gradient(to bottom, #e55244 0%, #ef5743 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55244', endColorstr='#e73827',GradientType=0 );
  border: 5px solid white;
  box-shadow: 0 0 20px #9d9d9d; }

#book-tickets td{
    width:50%;
}

.update {
    padding: 5px;
    color:#fff !important;
    font-weight: bold;
    text-decoration: none !important;
    background-color: #fd858a; 
    font-size: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:none !important;
}

.submit {
    font-size:18px;
    font-weight: bold;
    text-decoration: none ;
}
.update:hover {
    background-color: #fff; 
    color:#ed1c24 !important;
    cursor:pointer;
}

th{
    background-color: #eee;
    padding:3px;
}
#myOrders td {
    padding:5px;
    border-bottom: 1p solid #eee;
}
.basket #view-basket td {
    padding:0;
}
.basket .all-screenings {
    display:none;
}
.basket {
    font-size:0.85em;
}
.basket-header {
    background-color:#eee;
    padding:3px;
}
.basket .update, .basket .submit {
    display:none;
}