body {
	background: #e1e4e9;
}

.header-wrapper {
	color: #727880;
	text-shadow: rgba(255,255,255,0.7) 0 1px 0;
	border-top-color: #fff;
	border-bottom-color: #3e4149;
	background: -webkit-gradient(linear,
		left top, left bottom,
		from(#f4f5f7), to(#a8adb8));
	-webkit-background-size: 100%;
}

.group-wrapper p,
.group-wrapper ul {
	-webkit-box-shadow: 0 1px 0 #fff;
	border-color: #b2b5b9;
}

.split-view {
    display: table;
    width: 100%;
    height: 100%;
}

.split-view .view {
    display: table-cell !important;
}

.split-view .view:first-child {
    border-right: solid 1px black;
    width: 320px;
}

#sliderLabel {
	border: 1px solid #a2a2a2;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	width: 100px;
}

#sliderLabel input {
	display: none;
}

#sliderLabel input:checked + #slider {
	left: 0px;
}

#slider {
	left: -50px;
	position: absolute;
	top: 0px;

	-webkit-transition: left .25s ease-out;
	-moz-transition: left .25s ease-out;
	-o-transition: left .25s ease-out;
	-ms-transition: left .25s ease-out;
	transition: left .25s ease-out;
}

#sliderOn,#sliderBlock,#sliderOff {
	display: block;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0px;
}

#sliderOn {
	background: #3269aa;

	background: -webkit-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: -moz-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: -o-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: -ms-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	color: white;
	left: 0px;
	width: 54px;
}

#sliderBlock {
	background: #d9d9d8;

	background: -webkit-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -moz-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -o-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -ms-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	border: 1px solid #a2a2a2;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radisu: 3px;
	height: 28px;
	left: 50px;
	width: 50px;
}

#sliderOff {
	background: #f2f3f2;

	background: -webkit-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -moz-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -o-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -ms-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	color: #8b8b8b;
	left: 96px;
	width: 54px;
}
	
.largecheckbox

{

width:50px;

height:50px;

}

#fees {
z-index:1000;
position:absolute;
top:0;
bottom:0;
left:0;
width:100%;
background:#fff;
opacity:1;
-moz-opacity:1;
filter:alpha(opacity=100);
visibility:hidden;
}

.styled-select {
   margin: 5px;
   width: 240px;
   height: 34px;
   overflow: hidden;
   vertical-align: middle;
   background: url(RoadBlocker.png) no-repeat right #ddd;
}

.wrapper-dropdown-5:focus {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5:focus:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5:focus .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.button1 {
  background: #e4eafa none 0 0 repeat-x;
  border: solid 1px #adc0ed;
  color: #2e4987;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  margin-left: 400px;
  padding: 0.83em 1em;
  position: relative;
  text-decoration: none;
  text-shadow: #fff 0 1px 0;
  vertical-align: middle;
  padding-left:50px;
  white-space: nowrap;

  /* gecko */
  -moz-user-select: none;
  -moz-border-radius: 6px;
  background-image: -moz-linear-gradient(-90deg,
    #eeeeee 1%,
    #f3f5fa 5%,
    #e4eafa 70%,
    #c9d5f6 100%);

  /* webkit */
  -webkit-user-select: none;
  -webkit-border-radius: 6px;
  background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0.01, #eee),
    color-stop(0.05, #f3f5fa),
    color-stop(0.70, #e4eafa),
    color-stop(1, #c9d5f6));
}

.divx
{
border:2px solid;
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	background: #fff;
	margin: 15px;
	width: 650px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a .odd
{
  background: #e8edff; 
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


