
.w3-tinytiny{font-size:9px!important}.w3-tiny{font-size:10px!important}..w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}


a:visited
{ 
     text-decoration: none !important;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }

.wh-buttoncolor-1,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}

wh-body {
    font-family: "Lato", sans-serif;
}

.wh-sidenav {
    height: 80%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #eee;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    border-style: solid;
    border-width: 1px;
}

.wh-sidenav p {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 12px;
    color: #010101;
    display: block;
    transition: 0.3s;
}


.wh-sidenav p:hover {
    color: #414141;
}

.wh-sidenav .wh-closebtn {
    position: relative;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .wh-sidenav {padding-top: 15px;}
  .wh-sidenav a {font-size: 18px;}
}


 .buttonblue{
  color : Black;
  background-color : #DDDDFF;
  }

.buttonfancyblue:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.buttonfancyblue {
	background:#0074c1;
	background:-moz-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0074c1),color-stop(100%,#0074c1));
	background:-webkit-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-o-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-ms-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:linear-gradient(top,#0074c1 0%,#0074c1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074c1',endColorstr='#0074c1',GradientType=0);
	padding:5px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:13px;
	font-weight: bold;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #1A87B9
}


.button {
	background:#0074c1;
	background:-moz-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0074c1),color-stop(100%,#0074c1));
	background:-webkit-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-o-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-ms-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:linear-gradient(top,#0074c1 0%,#0074c1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074c1',endColorstr='#0074c1',GradientType=0);
	padding:2px 2px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:13px;
	font-weight: bold;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #1A87B9
}
.buttongreen {
	background:#25A6E1;
	background:-moz-linear-gradient(top,#77DD77 0%,#77DD77 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#77DD77),color-stop(100%,#77DD77));
	background:-webkit-linear-gradient(top,#77DD77 0%,#77DD77 100%);
	background:-o-linear-gradient(top,#77DD77 0%,#77DD77 100%);
	background:-ms-linear-gradient(top,#77DD77 0%,#77DD77 100%);
	background:linear-gradient(top,#77DD77 0%,#77DD77 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77DD77',endColorstr='#77DD77',GradientType=0);
	padding:1px 1px;
	color:#000;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

.buttongreen:hover {
  background: #08ffa0;
  background-image: -webkit-linear-gradient(top, #08ffa0, #08ffa0);
  background-image: -moz-linear-gradient(top, #08ffa0, #08ffa0);
  background-image: -ms-linear-gradient(top, #08ffa0, #08ffa0);
  background-image: -o-linear-gradient(top, #08ffa0, #08ffa0);
  background-image: linear-gradient(to bottom, #08ffa0, #08ffa0);
  text-decoration: none;
}


.buttonfancybluebig:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.buttonfancybluebig {
	background:#0074c1;
	background:-moz-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0074c1),color-stop(100%,#0074c1));
	background:-webkit-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-o-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:-ms-linear-gradient(top,#0074c1 0%,#0074c1 100%);
	background:linear-gradient(top,#0074c1 0%,#0074c1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074c1',endColorstr='#0074c1',GradientType=0);
	padding:4px 4px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:20px;
	font-weight: bold;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}


.ea-w3-topbar{border-top:6px solid #3F6578!important}.


a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.roundedcornerswh {
	background: #FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 2px solid #cccccc;
}

.roundedcornerswhsmalltest {
	background: #FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 2px solid #3F6578;
}

.roundedcornerswhsmall {
	background: #FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 2px solid #cccccc;
}

.roundedcornerswhsmallinput {
	background: #FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #cccccc;
}

.buybox {
	background: #FFFFFF;
	padding: 0px;
    	-moz-border-radius: 1em;
    	-webkit-border-radius: 1em;
    	border-radius: 1em;
	border: 1px solid #000000;
}


#outer {
  width: 100%;
  text-align: center;
}

#inner {
  display: inline-block;
}

.wrappernew {
    background: url("/images/whbackgroundnew.jpg") no-repeat scroll center top rgba(0,0,0,0);
    margin: 0 auto;
    overflow: scroll;
    width: 100%;
}


.wrapperblue {
    background: url("/images/bluecurvebg.jpg") no-repeat scroll center top rgba(0,0,0,0);
    margin: 0 auto;
    overflow: scroll;
    width: 100%;
}

.collapsible {
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #FFF;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #fff;
}

.slidingDiv {
	xheight:110px;
	background-color: #FFFFFF;
	padding:1px;
	margin-top:4px;
	margin-bottom:10px;
	xborder-bottom:2px solid #0074c1;
}

.show_hide {
	display:none;
}

