body {
	background-color: #FFFFFF;
	

	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #333333;
margin-bottom:200px;
}
html{
	font-size: 14px;
	font-family: 'Pathway Gothic One', sans-serif;
	
}


.rel{
	
	position: relative;
}


.pointer{
	
	cursor: pointer;
}
.nopad{
	height: 33px;
	min-width:40px;
	padding:0px;
	margin: 1px;
	
vertical-align: middle;

	
}

.inputsmall{
	
	width:96%;
}

.isSelected a{
	   color:#FF3;
}

.isSelected{

   text-decoration: underline;

}

.unSelected{
	
	  text-decoration: none;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: #34495E;
    padding: 0.5rem 0.25rem;
}

.checkbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #41B883;
    cursor: pointer;
  }

.checkbox > input:checked {
    border: 1px solid #41B883;
    background-color: #333;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 0.7rem;
    top: 0.6rem;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}





.btc{
	 padding:5px;
	  border-radius: 6px;
	   border: 1px solid #666;
}
.fileinput-button{


 background-color:#0C6;
 color:white;

 
}

.bg1{

background-color:#C8DFBD;
border:1px solid #C5D7AC;
padding:1px;
}

textarea {

width:100%;
height:auto;
padding:1px;
border: 1px solid #999;
border-radius: 10px;
}

.infoText{
	font-size: 14px;
	font-family: 'Pathway Gothic One', sans-serif;
	color: #000;
}
.rb{
	
	border-radius: 10px;
	border: solid 1px #AAA;
	background-color: efef;
	
}

.selectcrew{
	
	height:25px;
	padding-top: 4px;
	font-family: 'Arimo', sans-serif;
	font-size: 15pt;
	color:white;
	background-color: darkgreen;
	border-radius: 3px;
}
.padtb{

padding-top:1.5%;
padding-bottom:1.5%;

}


.circle {

background-color: #096;
color: white;
padding:4px;
border-radius:25px;
width:26px;
text-align:center;
height:20px;

}

checkbox {
 
 padding: 0px;
 marging:1px;

}

@import "compass/css3";

/* $activeColor: #c0392b; //red */
$activeColor: #27ae60; //green
$darkenColor: darken($activeColor, 20%);
/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
$background: #3498db;

/* .slideOne */
.slideOne {
  width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  label {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: -3px;
    cursor: pointer;
    background: #fcfff4;
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label {
      left: 37px;
    }  
  }
}
/* end .slideOne */


/* .slideTwo */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  &:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 2px;
    width: 52px;
    background: #111;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  }
  label {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;
    background: #fcfff4;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    &:after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 6px;
      left: 6px;
      background: #333;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label {
      left: 54px;
      &:after {
        background: $activeColor; /*activeColor*/
      }
    }
  }    
}
/* end .slideTwo */


/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
  &:after {
    content: 'OFF';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
  }
  &:before {
    content: 'ON';
    color: $activeColor;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
  }
  label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label {
      left: 43px;
    }
  }    
}
/* end .slideThree */


/* .roundedOne */
.roundedOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}
/* end .roundedOne */


/* .roundedTwo */
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 5px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    } 
  }   
}
/* end .roundedTwo */



/* .squaredOne */
.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      opacity: 0;
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }   
  } 
}
/* end .squaredOne */


/* .squaredTwo */
.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }    
  }
}
/* end .squaredTwo */


/* .squaredThree */
.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }    
  }
}
/* end .squaredThree */


/* .squaredFour */
.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.5;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}
/* end .squaredFour */





// ** Page Styling - Nothing to do with the Radio Buttons **
*{box-sizing: border-box;}
body {
  background: $background;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  h1, h2, em {
    color: #eee;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 1px #000;
  }
  em{
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 50px;
  }
  .ondisplay{
    text-align:center;
    padding:20px 0;
    section{
      width:100px;
      height:100px;
      background: #555;
      display:inline-block;
      position: relative;
      text-align: center;
      margin-top:5px;
      border: 1px solid gray;
      border-radius: 5px;
      box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.3), 
        0 0 40px rgba(0, 0, 0, 0.1) inset;
      &:after{
/*         visibility: hidden; */
        content:attr(title);
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 3px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        text-shadow: 0px 1px #000; 
      }
    }
  }
}


.pad {
margin-top:100px;
text-align:center;
font-size:10px;
color:#999;
width:100%;
height:100px;
margin-bottom:100px;
}

#headerA{
	
	margin:25px;
	font-size:20px;
		font-family: 'Arimo', sans-serif;
}

.bigtext{
		font-size:20px;
		font-family: 'Arimo', sans-serif;
		font-style:italic;
}

a:link {
	text-decoration: none;
	color: #206688;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}


#importer {
	border: 1px solid #FFFFFF;
	padding: 3px;
}


.mainmenu {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 22px;
	color:#FFF;
	padding:5px;
	background-color:#0B8C06;
	border-radius:5px;
}

.submenublank {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 23px;
	padding:3px;
	min-height:38px;
		padding-top:4px;
	border-radius:5px;
}


.submenu {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 23px;
	color:#FFF;
	padding:3px;
	min-height:38px;
		padding-top:4px;
	background-color:#DC7D05;
	border-radius:5px;
}

.submenu2 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 23px;
	color:#FFF;
	min-height:38px;
	padding:3px;
		padding-top:4px;
	background-color:#055B92;
	border-radius:5px;
}

.submenu3 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 23px;
	color:#000;
	min-height:38px;
	padding:3px;
	border:1px solid #666666;
		padding-top:4px;
	background-color:#FFF;
	border-radius:5px;
}

.submenu4 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 23px;
	color:#000;
	min-height:38px;
	padding:3px;
	border:1px solid #666666;
		padding-top:4px;
	background-color:#71AC20;
	border-radius:5px;
}

.bd {
	border:1px solid #666666;
	border-radius:5px;
	margin-top:4px;
	padding:2px;
}

.submenub {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 23px;
	color:#FFF;
	min-height:38px;
	padding:3px;
	padding-top:4px;
	background-color:#444;
	border-radius:5px;
}
.smaller {
	font-size:12px;
}
.tw{
color:#FFF;	
}

#lf{
padding-top:2px;
padding-bottom:3px;
border-bottom: 1px solid #868686;
float:left;
   height:37px;
min-width:120px;
	
}

#titlem {
font-weight:bold;
font-size:16px;
padding-bottom:3px;	
}

#title{
	
	font-size: 28px;
	font-style: italic;
	font-family: 'Yanone+Kaffeesatz', sans-serif;
}

#ppid{

	font-size:25px;
	font-family: 'Pathway Gothic One', sans-serif;
}
	


#clearit {
	clear: both;
}



.input{
	height: 33px;
	min-width: 170px;
	-moz-border-radius: 2px;
    border-radius: 2px;	
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: 'Arimo', sans-serif;
	font-size: 17px;
	color: #000;
	border:1px solid #868181;
	background-color: #FFFFFF;
	width:100%;
}

#ct {
	
	min-width:1400px;
	
}

#h1{
	
	font-size:22px;
	padding:5px;
	

	
}

#ls{
	
	font-size:12px;
	padding:5px;
	float:left; 
	width:110px;
	word-wrap:break-word;
	
}
#lsB{
	padding:3px;
	padding-top:6px;
	font-size:18px;
	
	float:left; 
	min-width:210px;
	word-wrap:break-word;
	
}
#options {
 margin-left:10px;
padding:4px;
	background-color:#BED1A5;
	border-radius:5px;
}


.underline {
	border-bottom:1px solid #CCC9C9;
	padding-bottom:2px;
	
}

.border {
	
	border:1px solid #aaa;
	border-radius: 5px;
	padding:2px;
	-moz-border-radius: 4px;
}

.borderb {
	
	height:20px;
	box-shadow:1px 1px 1px #888888;
}



input {
	
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-family: 'Arimo', sans-serif;
height:28px;
	color: #000;
border:1px solid #868181;
	background-color: #FFFFFF;
		border-radius:4px;
}



.toppad {
	padding-top: 6px;	
}

select {
	height:30px;
border:1px solid #868181;
padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #000;
	padding-left: 6px;
	font-family: 'Arimo', sans-serif;
		background-color: #FFFFFF;
		border-radius:4px;
		font-size: 18px;
}

submit {
	
	
border:1px solid #868181;
	background-color:#195B1A;
	color:#FFF;
	height:28px;

	
}

.addpad{
padding-bottom:10px;	
}

.bold{
font-weight:bold;	
}

button {
	
	border:1px solid #868181;
	height:28px;
		border-radius:4px;
}


.bottomborder{
   border-bottom: 1px solid #787878;
   padding-bottom:5px;

}


#containers{
	margin-left:auto;
	margin-right:auto;
	width:95%;
	padding:2px;
}

@media only screen and (max-width: 33.75em) {  /* 540px */

.submenu3,.submenu2,.submenub,.submenu{
font-size:18px;	
	height:auto;
}
	
	.smaller {
		font-size: 11px;
	}
	.inputsmall{
		width:100%;
	}
}



