/*
Registration/Login Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
*/
div#header-fixed {position:fixed; top:0px; margin:auto; z-index:100000; width:100%;left:0;right:0;} 
div#my-menus {background:#000; height:75px; opacity:0.9}

.kidname:hover, #save:hover, #all:hover, #export:hover, #pdf:hover, #load:hover
{
    cursor: pointer;
}
.podbar {
    bottom:0;
    position:fixed;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    height:35px;
}


h1 
{
	text-indent:10px;
	font-weight: bold;
	font-size: 1.3em;
}
 
h1 a 
{
	display : block;
	height : 90px;
	text-indent : -9999px; 
}
h2 {
	text-indent:10px;
	font-weight: bold;
	font-size: 1.1em;
	}
	
h2.booker
{
	text-indent:10px;
	font-weight: bold;
	font-size: 1.1em;

}
h3 
{
		text-indent:10px;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
h4 
{
	text-indent:10px;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
body
{ 
	font:normal 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	color:#1b2a35;
	padding-top:70px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
    

}




ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.menu li {
	float: left;
	position: relative;
}

.menu li a {
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 12px;
	margin: 8px 8px;
	vertical-align: middle;
	text-decoration: none;
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 6px 6px;
	box-shadow:  0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 12px;
	box-shadow:  0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow:  0px 0px 4px 2px rgba(0,0,0,0.3);
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
p {text-indent:15px;
}

fieldset
{
padding: 10px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
fieldset.short
{
   width: 240px;
}

legend
{
	background:#2d8b54;
	margin:10;
position: relative;
left:30;
	text-align:left;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
	border-radius:8px;
    box-shadow:0 0 10px #999;
    padding-left:10px;
    padding-right:10px;
}
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}
.available-select 
{
   width: 100%;
   height: 100%;
   background: transparent;
   text-align:center;
   border:0;

}
.spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
.available-select select 
{
   background: transparent;
   width: 100%;
   font-size: 14px;
   border: 0;
	text-indent:5px;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
   border-radius: 0;

   -webkit-appearance: none;
	text-align:left;
	color:#339933;
}

.chosen-select 
{
   width: 100%;
   height: 100%;
   background: transparent;
	text-align:left;
   border:0;
   
   
   
   
}

.unavailable
{
   width: 100%;
   height: 100%;
   background: transparent;
   text-align:left;
   border: 0px;
}
.chosen-select select 
{
   background: transparent;
   width: 100%;
   padding: 0px;
   font-size: 14px;
   border: 0;
	text-indent:5px;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;

   border-radius: 0;
   height: 100%;
   -webkit-appearance: none;
	text-align:left;
	color:#1b2a35;
}
.done-select select
{
   background: transparent;
   width: 100%;
   padding: 0px;
   border: 0;
	text-indent:5px;
	font:bold 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;

   border-radius: 0;
   height: 100%;
   -webkit-appearance: none;
	text-align:left;
	color:#1b2a35;
}
select 
{
   background: transparent;
   width: 100%;
   padding: 0px;
   border: 0;
	text-indent:5px;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;

   border-radius: 0;
   height: 100%;
   -webkit-appearance: none;
	text-align:left;
	color:#1b2a35;
}
select#short
{
   background: transparent;
   width: 90px;
   padding: 0px;
   font-size: 14px;
border:1px solid rgba(44, 140, 86, 0.48);
	text-indent:5px;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	display: inline;
   border-radius: 5px;

   -webkit-appearance: none;
	text-align:left;
	color:#1b2a35;
}

select#subject
{
   background: transparent;
   width: 180px;
   padding: 0px;
   font-size: 14px;
border:1px solid rgba(44, 140, 86, 0.48);
	text-indent:5px;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	display: inline;
   border-radius: 5px;

   -webkit-appearance: none;
	text-align:left;
	color:#1b2a35;
}

caption
{
	background:#2d8b54;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}


table
{
width: 90%;
border-top:2px solid rgba(0, 0, 0, 1);
border-right:2px solid rgba(0, 0, 0, 1);
border-left:2px solid rgba(0, 0, 0, 1);
border-bottom:2px solid rgba(0, 0, 0, 1);
margin:1em auto;
border-collapse:collapse;
 box-shadow:0 0 10px #999;

}
table.plan
{
width: 100%;
border-top:1px solid rgba(44, 140, 86, 0.48);
border-right:1px solid rgba(44, 140, 86, 0.48);
margin:1em auto;
border-collapse:collapse;

}
table.black
{
width: 90%;
border-top:2px solid #000000;
border-right:2px solid #000000;
border-bottom:2px solid #000000;
border-left:2px solid #000000;
border: 2px solid #000000;
margin:1em auto;
border-collapse:collapse;

}
td 
{
color:#1b2a35;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:1px solid rgba(44, 140, 86, 0.48);
padding-left:4px;
text-align:left;
    vertical-align: middle                    ;

line-height: 120%;
}


td.plan 
{
color:#1b2a35;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align:left;
    vertical-align: middle                    ;
	font: 0.7em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;

line-height: 120%;
}
table.centered
{
width: 90%;
border-top:1px solid rgba(44, 140, 86, 0.48);
border-right:1px solid rgba(44, 140, 86, 0.48);
margin:1em auto;
border-collapse:collapse;
}
td.centered 
{
color:#1b2a35;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align: center;
    vertical-align: middle;
line-height: 120%;
}
th[scope=col] 
{
	text-indent: 5px;
	background:#2d8b54;
	text-align:left;
	    box-shadow:0px -2px 10px 0.5px #999;
	line-height: 100%;
	font:bold 1.2em/1.4em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}

th.lower
{
	text-indent: 5px;
	background:#2d8b54;
	text-align:left;

	font:bold 1.2em/1.4em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
th.small
{
	text-indent: 0px;
	background:#2d8b54;
	font:bold 0.9em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
th.smaller
{
	text-indent: 0px;
	background:#2d8b54;

	font:bold 0.9em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}





th.report
{

	text-indent: 0px;
	background:#2d8b54;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	padding:2px;
	font:bold 0.9em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}



th.reporter:nth-child(3n+3) 
{
	text-indent: 0px;
	background:#2d8b54;
	border-left:2px solid #000000;
	
	font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
th.reporter:nth-child(3n+2) 
{
	text-indent: 0px;
	background:#2d8b54;
	border-right:2px solid #000000;
	
	font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
th.reporter:nth-child(3n+1) 
{
	text-indent: 0px;
	background:#2d8b54;
	
	font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}

}
th.reporter2:nth-child(4n+4) 
{
	text-indent: 0px;
	background:#2d8b54;
	
	font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
th.reporter2:nth-child(4n+3) 
{
	text-indent: 0px;
	background:#2d8b54;
	border-left:2px solid #000000;	
	font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
th.reporter2:nth-child(4n+2) 
{
	text-indent: 0px;
	background:#2d8b54;
		border-right:2px solid #000000;
	font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}
th.reporter2:nth-child(4n+1) 
{
	text-indent: 0px;
	background:#2d8b54;
	

	font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}


th.centered 
{
	text-indent: 5px;
	background:#2d8b54;
	text-align:center;

	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
}



tr:nth-child(odd) > td.report:nth-child(3n+3)
{
background:#FFE3E9;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(odd) > td.report:nth-child(3n+1)
{
background:#E3FFF3;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(odd) > td.report:nth-child(3n+2)
{
background:#E3F8FF;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-right:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(even) > td.report:nth-child(3n+3) 
{
background:#FFF0F3;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(even) > td.report:nth-child(3n+1) 
{
background:#F0FFF8;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(even) > td.report:nth-child(3n+2) 
{
background:#EDFBFF;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-right:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}



tr:nth-child(odd) > td.report2:nth-child(4n+3)
{
background:#FFE3E9;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(odd) > td.report2:nth-child(4n+1)
{
background:#E3FFF3;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(odd) > td.report2:nth-child(4n+2)
{
background:#E3F8FF;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-right:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(odd) > td.report2:nth-child(4n+4)
{
background:#fffde2;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(even) > td.report2:nth-child(4n+3) 
{
background:#FFF0F3;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(even) > td.report2:nth-child(4n+1) 
{
background:#F0FFF8;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-left:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(even) > td.report2:nth-child(4n+2) 
{
background:#EDFBFF;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
border-right:2px solid #000000;
padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr:nth-child(even) > td.report2:nth-child(4n+4) 
{
background:#ffffee;
border-bottom:1px solid rgba(44, 140, 86, 0.48);
padding:0em 0em;
text-align:center;
line-height: 120%;
}


tr:nth-child(odd) th[scope=row]
{
	text-indent: 5px;
	background:#f4f9ff url(../img/background.gif) no-repeat;
	font:bold 1.0em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#1b2a35;
}
tr:nth-child(even) th[scope=row]
{
	text-indent: 5px;
	opacity:0.5;
	font:bold 1.0em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#1b2a35;
}


tr#blank:nth-child(odd) th[scope=row]
{
	text-indent: 5px;
	background:#ffffff url(../img/background.gif) no-repeat;
	font:bold 1.0em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#1b2a35;
}


tr#blank:nth-child(odd) td
{
	background:#ffffff url(../img/background.gif) no-repeat;
}


tr.plantop
{

border-bottom:2px solid #ffffff;
border-left:2px solid #2d8b54;
border-right:2px solid #2d8b54;
border-top:2px solid #2d8b54;
padding:0em 0em;
text-align:center;
line-height: 120%;
}

tr.plan:nth-child(3n+1)
{

border-bottom:3px solid #2d8b54;
border-left:2px solid #2d8b54;
border-right:2px solid #2d8b54;
padding:0em 0em;
text-align:center;
line-height: 120%;
}


tr.plan:nth-child(3n+2)
{

border-left:2px solid #2d8b54;

border-right:2px solid #2d8b54;
border-top:2px solid #2d8b54;

padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr.plan:nth-child(3n+3)
{

border-left:2px solid #2d8b54;
border-right:2px solid #2d8b54;

padding:0em 0em;
text-align:center;
line-height: 120%;
}
th.plan:nth-child(odd)
{

border-left:2px solid #2d8b54;
border-bottom:2px solid #2d8b54;
	font:bold 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
text-align:center;
vertical-align:center;

padding:0em 0em;
line-height: 120%;
}


tr.plan:nth-child(3n+1)
{

border-bottom:3px solid #2d8b54;
border-left:2px solid #2d8b54;
border-right:2px solid #2d8b54;
padding:0em 0em;
text-align:center;
line-height: 120%;
}



tr.plan2:nth-child(6n+2)
{

border-left:2px solid #2d8b54;

border-right:2px solid #2d8b54;
border-top:2px solid #2d8b54;

padding:0em 0em;
text-align:center;
line-height: 120%;
}
tr.plan2:nth-child(6n+3)
{

border-left:2px solid #2d8b54;
border-right:2px solid #2d8b54;

padding:0em 0em;
text-align:center;
line-height: 120%;
}
th.plan2:nth-child(odd)
{

border-left:2px solid #2d8b54;
border-bottom:2px solid #2d8b54;
	font:bold 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
text-align:center;
vertical-align:center;

padding:0em 0em;
line-height: 120%;
}



th.plantop
{
text-indent: 5px;
	background:#2d8b54;
	text-align:center;
vertical-align:center;
border-bottom:2px solid #2d8b54;
border-left:2px solid #2d8b54;
border-right:2px solid #2d8b54;
border-top:2px solid #2d8b54;
	font:bold 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
padding:0em 0em;
line-height: 120%;
}
th.plans
{

border-right:2px solid #ffffff;
vertical-align:center;

padding:0em 0em;
line-height: 120%;
}
label
{
   font-family : Arial, sans-serif;
   font-size:1.1em;
   font-weight: bold;
}
input[type="text"],
input[type="number"],
input[type="password"],textarea
{
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:140%;
	color : #1b2a35; 
	padding : 3px; 
	border:1px solid rgba(44, 140, 86, 0.48);
	width: 40%;
   height: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
#contentText,#title_txt
{
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:140%;
	color : #1b2a35; 
	border:1px solid rgba(44, 140, 86, 0.48);
	width: 98%;
   height: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
input.long
{
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:140%;
	color : #1b2a35; 
	padding : 3px; 
	border:1px solid rgba(44, 140, 86, 0.48);
	width: 98%;
   height: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
input.fill,input.namesearch,input.DOB,input.year,input.class,input.SEN, input.ethnicity, input.maths,input.writing,input.reading,input.file,input.notes
{
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:140%;
	color : #1b2a35; 
	padding : 3px; 
	border:1px solid rgba(44, 140, 86, 0.48);
	width: 100%;
   height: 100%;
      display:inline-block;
    position:relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
     -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}




input.short
{
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:140%;
	color : #1b2a35; 
	padding : 3px; 
	border:1px solid rgba(44, 140, 86, 0.48);
	width: 300px;
   height: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
input.chosen-select
{
	text-align:left;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	width: 90%;
	line-height:140%;
	color : #1b2a35; 
	padding : 3px; 
	text-align:left;
	width: 98.9%;
   	height: 100%;
	border: 0px solid rgba(44, 140, 86, 0.48);
}
input.clear
{
	text-align:left;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	width: 90%;
	line-height:140%;
	color : #1b2a35; 
	background: #ffffff;
	padding : 3px; 
	text-align:left;
	width: 98.9%;
   	height: 100%;
	border: 0px solid rgba(44, 140, 86, 0.48);
}
input.clear_small
{
	text-align:left;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	width: 90%;
	line-height:140%;
	color : #1b2a35; 
	background: #ffffff;
	padding : 3px; 
	text-align:left;
	width: 96.9%;
   	height: 100%;
	border: 0px solid rgba(44, 140, 86, 0.48);
}
input.unavailable
{
	text-align:left;
	font:normal 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	width: 90%;
	line-height:140%;
	color : #CC0066; 
	text-align:left;
	text-indent:2px;	
	width: 95.9%;
   	height: 100%;
   	border: 0px solid rgba(44, 140, 86, 0.48);

}

input[type=number].chosen-select::-webkit-inner-spin-button, 
input[type=number].chosen-select::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}



input[type="submit"]
{
	margin:1em auto;
	clear:both;
	width:115px;
	height:25px;
	float: center;
	background:#2d8b54 url(../img/background.gif) no-repeat;
	border:1px solid rgba(44, 140, 86, 0.48);
	text-align:center;
	color:#1b2a35;
	display: block;
	font-size:14px;
	font-weight:normal
}


input:focus,
textarea:focus
{
	color : #009;
	border : 1px;
	background-color : #fef9f4;
	font-weight:bold;
}

input.unavailable[type="text"]:focus,
{
	color : #820000;
	border : 1px;
	background-color : #FFDBDB;
	font-weight:bold;
}





.short_explanation
{
   margin-left: 10px;
   font-family : Arial, sans-serif;
   font-size: 0.7em;
   color:#333;   
}



input[type=radio].css-checkbox {
							display:none;
						}

						input[type=radio].css-checkbox + label.css-label {
							padding-left:29px;
							height:24px; 
							display:inline-block;
							line-height:24px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:24px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -24px;
						}
						label.css-label {
				background-image:url(https://whitecote.co.uk/img/csscheckbox_b09574c7f20fae744b4e27a6554776c7%20copy.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
table.no-zebra tbody tr:nth-child(even) td,
table.no-zebra tbody tr.even td {
  background: transparent;
}
.background-container {
margin: auto;
background:url(https://whitecote.co.uk/img/right.png);
height:48px;
width:47.5px;
}
.answerbox{
	background: url('https://whitecote.co.uk/img/circle.png');
	background-repeat:no-repeat;
 background-size: 30px 30px;
  background-position: center; 
}
.large
{
font-size: 1.8em;
font-style: bold;
}
.large2
{
font-size: 1.6em;
line-height: 1em;
font-style: bold;
}
.supplierdiv
{
	cursor:pointer;
}
input[type=text].filter{
	
	padding:0px;
	padding-top: 2px;
	padding-bottom: 2px;

	width:100%;
}
input.filter[type="text"]:focus,
{
	color : #820000;
	background-color : #FFDBDB;
	font-weight:bold;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 24px;
    height: 24px;
    padding: 2px;

    background: #fff;
    border: 2px solid #666;
    color: #1b2a35;
    text-align: center;

    font: 20px Arial, sans-serif;
}