/* CSS Document */

/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,700,600italic,700italic,800,800italic,900,900italic);*/


.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow:scroll;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 999999999999;
}

.popup {
  margin: 11% auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 47%;
  position: relative;
  transition: all 5s ease-in-out;
/*  font-family: 'Raleway', sans-serif;*/
  font-family:Arial, Helvetica, sans-serif;
}

.popup h2 {
  background:#ebebeb;
  font-size:18px;
  margin:0px;
  padding:10px 15px;
  font-weight:400;
  color:#123a75 !important;
}

.popup h2 span
{
 color:#4b9604;
}

.popup h2 img
{
 margin:0 5px -2px 0px;
}


.popup .close {
  position: absolute;
  top: 1px;
  right: 16px;
  transition: all 200ms;
  font-size: 37px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  text-shadow:none;
  opacity: 1;
}

.popup .content {
  overflow: auto;
  width:100%;
  float:left;
  background:#fff;
}

.popup .content .formbox
{
 width:95%;
 margin:20px auto;
 padding:0px;
}

.popup .content .formbox .leftform
{
 width:48%;
 margin:0px 0 14px;
 padding:0px;
 float:left;
}

.popup .content .formbox .leftform a
{
 color:#66aa1f;
 text-decoration:none;
}

.popup .content .formbox .leftform a
{
 color:#000;
}



.popup .content .formbox .leftform h3
{
 margin:0px;
 padding:0px;
 float:left;
 font-size:19px;
 font-weight:300;
 color:#000;
 width:90%;
 text-transform:capitalize;
}

.popup .content .formbox .leftform h3 span
{
 color:#0482cc;
}

ul.loginform
{
 margin:11px 0 0 0;
 padding:0px;
 list-style:none;
 width:100%;
 float:left;
}


ul.loginform li
{
 margin:0px;
 padding:0px;
 width:100%;
 font-size:12px;
}

ul.loginform li input.newfield
{
 border:none;
 border-bottom:#474747 1px solid;
 font-size:11px;
 padding-left:0px;
 padding-bottom:5px;
}


ul.loginform li span
{
 float:right;
}

ul.loginform li a
{
 color:66aa1f;
 text-decoration:none;
}

ul.loginform li a:hover
{
 color:#000;
}

ul.loginform li input
{
 width:100%;
 border:none;
 border-bottom:#b9c1ca 1px solid;
 padding:9px;
 margin-bottom:10px;
}

ul.loginform li input.greenbg
{
 background:#dcefc0;
 border:none;
}

ul.loginform li input[type=checkbox]
{
 width:auto;
 margin:-1px 0 0 0px;
}

ul.loginform li input[type=radio]
{
 width:auto;
 margin:-1px 0 0 0px;
}


ul.loginform li input[type=submit]
{
 background:#0093e9;
 color:#fff;
 border:none;
  font-size:12px;
  cursor:pointer;
  margin-top:10px;
  padding:8px 0;
  width:100%;
  text-align:center;
}

ul.loginform li.w50
{
 width:45%;
 float:left;
}

ul.loginform li.w50right
{
 width:45%;
 float:right;
}

ul.loginform li.checkpart
{
 padding:10px 0px;
}

ul.loginform li input:hover[type=submit]
{
 background:#0287d5;
}

.popup .content .formbox .rightform
{
 width:50%;
 margin:0px 0px 20px;
 padding:0px 0 0 20px;
 float:right;
 border-left:#dedede 1px solid;
  min-height:230px;
}




.popup .content .formbox .rightform h3
{
 margin:0px;
 padding:0px 0 10px;
 float:left;
 font-size:19px;
 font-weight:normal;
 color:#000;
 width:100%;
 text-transform:capitalize;

}
.popup .content .formbox .rightform p
{
 font-size:12px;
 line-height:18px;
 margin-bottom:15px;
 padding:0 16px;
}

.popup .content .formbox .rightform p.registertext
{
 width:100%;
 text-align:center;
 padding:7px 0 0 0;
}

.popup .content .formbox .rightform p.registertext span
{
 color:#0a73b0;
 cursor:pointer;
}


.popup .content .formbox .rightform input[type=button]
{
 background:#dedede;
 color:#000;
 border:none;
  font-size:15px;
  cursor:pointer;
  text-transform:uppercase;
  margin-top:10px;
  padding:8px 0;
  width:100%;
  text-align:center;
}

.popup .content .formbox .rightform input:hover[type=button]
{
 background:#cecbcb;
}

.popup .content .formbox .rightform input.grnbtn[type=button]
{
 background:#66aa1f;
 color:#fff;
 border:none;
  font-size:16px;
  cursor:pointer;
  margin-top:10px;
  padding:8px 0;
  font-weight:600;
  width:100%;
  text-align:center;
}

.popup .content .formbox .rightform input.grnbtn:hover[type=button]
{
 background:#5a971b;
}


/* tableform start Document */

ul.tableform
{
 width:100%;
 margin:0px;
 padding:0px;
 float:left;
 list-style:none;
}

ul.tableform li
{
 margin:0px 0 5px;
 padding:0px;
 width:100%;
  font-weight:bold;
}

ul.tableform li.sfileld
{
 width:50%;
 float:left;
 position:relative;

}

ul.tableform li.picpart
{
 position:relative;
}

ul.tableform li.picpart img
{
}


ul.tableform li.cityfeld
{
 width:60%;
 float:left;
}


ul.tableform li input
{
 width:100%;
 padding:3px;
}

ul.tableform li select
{
 width:100%;
 border:1px solid #08acf1;
  padding:3px;
}


/* billingforn start Document */

.biilinpart
{
width:100%;
 margin:0px 0 25px;
 padding:0px;
 background:#fff;
 position:relative;
}

.biilinpart img
{
 position:absolute;
 right:50px;
 top:80px;
}


ul.biilingform
{
 width:70%;
 margin:20px 0 0;
 float:left;
}

.biilinpart h2
{
 margin:0px;
 padding:10px;
 font-size:18px;
 background:#e6f1f7;
 color:#04517b;
 border:#94bdd4 1px solid;
}

ul.biilingform li
{
 margin:0px 15px 0 0;
 padding:0px;
 list-style:none;
 width:34%;
 float:left;
 font-size:15px;
}

ul.biilingform li.bigrow
{
 width:70%;
}


ul.biilingform li input
{
 width:100%;
 padding:6px;
 border:#ddd 1px solid;
 margin-bottom:10px;
}

ul.biilingform li select
{
 width:100%;
 padding:6px;
 border:#ddd 1px solid;
 margin-bottom:10px;
}

ul.biilingform li input[type=submit]
{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0077ff+40,7db9e8+100 */
background: #0077ff; /* Old browsers */
background: -moz-linear-gradient(top, #0077ff 40%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0077ff 40%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0077ff 40%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077ff', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
border:#007eff 1px solid;
 color:#fff;
 padding:8px;
 width:100%;
 font-size:17px;
 margin:10px 0 0 0px;
 font-weight:600;
}

ul.biilingform li input:hover[type=submit]
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f9fce+19,0077ff+98 */
background: #6f9fce; /* Old browsers */
background: -moz-linear-gradient(top, #6f9fce 19%, #0077ff 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6f9fce 19%,#0077ff 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6f9fce 19%,#0077ff 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9fce', endColorstr='#0077ff',GradientType=0 ); /* IE6-9 */
}


ul.biilingform li span
{
 margin-bottom:3px;
 font-weight:300 !important;
 float:left;
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
	
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}










@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


