/* 
    Document   : signup
    Created on : 2 sept. 2014, 16:05:19
    Author     : christophe
    Description:
        Purpose of the stylesheet follows.
*/

html
{
   font-family: sans-serif;
   padding-left:0;
   padding-right: 0;
   padding-bottom: 0;
   padding-top: 60px;
   margin:0;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

a {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    text-decoration: none;
}

.btn, .btn1, .btn-small
{
   border-radius: 0px !important;
   border: 0px !important;
   text-transform: uppercase !important;
   cursor: pointer !important;
   }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


body
{
    background-color: #ccc;
    /*width:1000px;
    height: 1000px;*/
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;
}

/*
.styleColor {
color: #487da6 ;

}
*/

*::-webkit-input-placeholder {
   color: #acacac !important; text-overflow: ellipsis; 
   font-size: 16px;
   
   
  }

*:-moz-placeholder { /* Firefox 18- */
   color: #acacac !important; text-overflow: ellipsis; 
   font-size: 16px;
   
}

*::-moz-placeholder {  /* Firefox 19+ */
   color: #acacac !important; 
   text-overflow: ellipsis; 
   font-size: 16px;
  
     
}

*:-ms-input-placeholder {  
   color: #acacac !important; text-overflow: ellipsis; 
   font-size: 16px;
    
}

     .overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index:3;
        }


/*
.closebox {
      
    position:absolute;
    background:url(../images2/closebox.png) center center no-repeat;
    width:18px;
    height:18px;
    display:block;
    text-indent:-9999px;
    top:8px;
    right:8px;
    cursor:pointer;
}
*/

.loadbox {
      
    position:absolute;
    background:url(../images2/ajax-white.gif) center center no-repeat;
    width:16px;
    height:16px;
    display:block;
    text-indent:-9999px;
    top:9px;
    right:40px;
    display:none;
}


div {
display: block;
}

#signbox
{
}

.notibox, .paidbox
{
  padding:0px 10px;
  margin:0px;  
  font-size:13px;
}



.notitext
{
    
    padding:10px;
    padding-left: 20px;
    line-height: 20px;
}


.buttoncenter
{
   text-align:center;
   vertical-align: middle;
   
}


#notiboxbutton
{
position:absolute;
top: 170px;
left: 100px;
}

#confirmboxbutton
{
position:absolute;
top: 170px;
left: 80px;
}


#notiok
{
    margin: 20px auto;
    text-align:center;
       
}



#confirmok
{
    margin: 10px auto;
    text-align:center;
      
}

#confirmcancel
{
   
    margin: 10px auto;
    text-align:center;
   
    
}

#confirmseparator
{
    display: inline-block;
    margin: 10px auto;
    text-align:center;
    width: 10px;
    
}



/*
#alertbox
{
   
    color:black;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
    font-weight:bold;
    text-transform:uppercase;
}
*/

/*
.dialbox {

position: absolute;
margin: auto;          
padding-top: 15px;
padding-bottom: 10px;
border: 1px solid #e6e6e6;
background-color: #fff;
text-align: left;
font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
color: #373737;
font-size: 16px;
-webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 30px 10px rgba(0,0,0,.5);
box-shadow: 0 0 30px 10px rgba(0,0,0,.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;


}
*/


.dialog-title {
margin:0;
text-align:center;

/*
font-size: 26px;
margin-top: 15px;
font-weight: 400;
*/
}


#dialog-signleft
{
 border-right: 2px solid #efefef;   
}



.dialog-basic
{
   margin: 0;
   display: inline-block;
   padding: 0;
  /* background-color: #eee;*/
   width: 360px; 
   height: 96%;
}

.dialog-basic1
{
   margin: 0;
   margin-left:auto;
   margin-right: auto;
   display: inline-block;
   padding: 0;
   width: 96%; 
   /*height: 400px;*/
}



#signbox .seperator-text {
display: inline-block;
vertical-align: top;
position: relative;
top: -300px;
left: 340px;
line-height: 40px;
width: 40px;
height: 40px;
background-color: #fff;
text-align: center;
color: #fefefe;
font-size: 15px;
font-weight: 700;
}

#dialog-signright
{
   display: inline-block;
   vertical-align: top;
   margin: 0;
   padding: 0;
  /* background-color: #ddd;*/
  height: 96%;
  width: 330px;

}

#input-box
{
    padding: 10px;
    display: block;
    vertical-align: top;
    padding-top:10px;
    line-height:30px; 
}

#accountbox textarea
{
padding-top:5px;
line-height:20px;   
background: #fff;
border: 1px solid #e9e9e9;
box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset;
color: #373737;
height: 100px;
width: 316px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top: 5px;

padding-left: 10px!important;

}


/*
#ccbox input.inp,
#ccbox select,
#billingbox input.inp,
#billingbox select,
#accessbox select,
#accessbox input.inp,
#timezonebox select,
#trackerbox input.inp,
#custobox select,
#custobox input.inp,
#accountbox select,
#accountbox input.inp,
#passwordbox input.inp,
#profilebox select,
#profilebox  input.inp,
#transferbox  input.inp,
#signbox  input.inp,
#loginbox input.inp {

margin:0;
padding:0;
color: #373737;
height: 38px;
line-height: 38px;
width: 316px;
padding-left: 10px!important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top: 5px;
box-shadow: inset -2px 2px 2px rgba(0,0,0,0.05);    
border: 1px solid #ddd;
border-radius: 3px;  
}
#accountbox textarea
{
 box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top: 5px;
box-shadow: inset -2px 2px 2px rgba(0,0,0,0.05);    
border: 1px solid #ddd;
border-radius: 3px;     
}
*/

select::-ms-expand {
    display: none;
}

select{

-webkit-appearance: none;
-moz-appearance: none;
}

/*
select:hover, input:hover
{
 border-color: #428BCA !important;  
}
*/

select
{
background: url(../images2/selectarrow.png) no-repeat #fff;
background-position:95% 50%;

}











text-input-box .input-box-desc, .input-box-desc {

margin-top:10px;
display: block;
padding-left: 1px;
font-family: HelveticaNeueW01-55Roma,HelveticaNeueW02-55Roma,HelveticaNeueW10-55Roma,sans-serif;
color: #6b6b6b;
font-size: 12px;
font-weight: 500;
line-height: 12px;
}



.btn-log {
color: #fff;
background: #90b71c;
border-color: #68792f;
}



.btn-ok {
    box-sizing: content-box;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
    
  

.btn-cancel {
box-sizing: content-box;
background: #eee;
border-color: #b8b8b8;
color: #888;
}

.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
background: #ccc;
border-color: #bbb;
color: #555;
}

.btn-loggout
{
background: #D9534F;
border-color: #C22E2E;
/*color: rgba(255,255,255,0.9);*/
color: white;
vertical-align: top;
padding: 3px 10px !important;
font-size: 12px !important;
}

.btn-loggout:hover, .btn-loggout:focus, .btn-loggout:active {
background: #C22E2E;
border-color: #C22E2E;

}



.btn {
display: inline-block;
padding: 6px 20px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;

}

.btn1 {
display: inline-block;
padding: 6px 20px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;

}

.btn-small {
min-width: 35px;
display: inline-block;
padding: 5px 10px;
margin-bottom: 0;
font-size: 12px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;

margin-left: 5px;
}


.btn-loginmenu {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}


.btn-loginmenu:hover, .btn-logmenu:focus, .btn-logmenu:active
{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}


.btn-logoutmenu {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}






.btn-logoutmenu:hover, .btn-logmenu:focus, .btn-logmenu:active
{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;  
     
}





.btn-ok {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-ok:hover, .btn-ok:focus, .btn-ok:active {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn:hover, btn:focus, btn:active
{
    color: #fff !important;
}


#agree, #connected
{
padding-top: 10px;
font-size: 13px;
line-height:15px;
}

.checkbox_pos
{
    vertical-align: middle;
    height: 11px;    
}

#signbox .options {
padding: 20px 0;
text-align: center;
}

.SL-tos, .SL-tos a
{
  color: #487da6 ;
 
}

.options
{
font-weight: 700;
font-size: 12px;
line-height: 12px;
}

/*
#passwordbox #buttons,
#signbox  #buttons,
#loginbox  #buttons
#transferbox  #buttons
{
   padding-top:20px;
    position: relative;
}
*/
#signbox .socialmedia
{
   
    margin-left: 15px;
}

#signbox .social-desc
{
 margin-top: 30px;
 margin-left:auto;
 margin-right:auto;
 width:300px;
 padding:5px;
 color: #373737;
font-size: 14px;   
}

#signbox .social-button-container:hover .buttonText {

   border: 1px solid #85A6DD;
}
#signbox .buttonText {

vertical-align: top;
font-size: 16px;
background: #f4f0ef;
height: 41px;
line-height: 41px;
padding-right: 16px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border-left: 0;
}


#signbox #customFBBtn .icon span {
background:  #3b579d url(../images2/fb-f2.png) center center no-repeat;
}






#signbox .social-button-container .icon span, #signbox .social-button-container .icon {

top: 0px;
margin-right: 16px;
vertical-align: top;
display: inline-block;
width: 54px;
height: 40px;
-webkit-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
}


#signbox .social-buttons
{
    text-align:center;
    margin-left:25px;
    margin-top:35px;
    text-align:left;
}


#signbox  .social-button-container {
white-space: nowrap;
cursor: pointer;
}


#signbox #customGPBtn .icon span {

    background:  #ffffff url(../images2/bt_google.png) center center no-repeat;

    text-align:right;
}


.social-buttons table {
border-spacing: 0 10px;
border-collapse: separate;
}

.errormess
{
   margin:0;
   padding:0;
    padding-top:5px;
    position:relative;
    line-height: 11px;
    color:red;
    font-size:11px;
    font-weight: 700;   

}



.hide
{
  display: none;  
}

.hideit
{
    display: none;
}

.forgot
{
    padding-top:10px;
    padding-bottom:10px;
    text-align:right;
   font-size: 12px;
line-height: 12px;
}

.forgot a
{
    text-decoration: underline;
    color: #487da6 ;

}


.profile-dialog
{
 background-color: #ffffff;
 padding: 15px;   
 padding-top:0px;
 display:block;
}

#dialog-left
{
   display:inline-block;
   margin: 5px;
   padding:5px;
   margin-top:15px;
   background-color: #ffffff;
    width:320px;
   
}
#dialog-right
{
    
    display:inline-block;
    vertical-align: top;
    margin: 5px;
    padding:5px;
    margin-top:15px;
    background-color: #ffffff;
    width:320px;
}

.separator
{
  display:inline-block;
  vertical-align: top;
  margin-left: 2px;
  margin-top:40px;
  width: 1px;
  border-left:1px solid #cccccc;
  height: 240px;
    
}

.dialbox1 {

margin: auto;          
padding-top: 15px;
padding-bottom: 10px;
border: 1px solid #e6e6e6;
background-color: #fff;
text-align: left;
font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;
   
color: #373737;
font-size: 16px;
-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
box-shadow: 0 0 10px 1px rgba(0,0,0,.1);




}

#signbox input, button, select, textarea,
#loginbox input, button, select, textarea,
#alertbox input, button, select, textarea
#transferbox input, button, select, textarea
{
/*
font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,sans-serif;
line-height: 30px;
*/
}



.waitbox
 {
     
        height: 100px;
        width: 95%;
        background: url(../images2/loading.gif) no-repeat center ;
        overflow: hidden; 
        opacity: 0.7;
        
     
 }
 
 #graphical
 {
   
   display: inline-block;
   background: transparent;
   vertical-align: top; 
   
 }
 
.boxrules
{
    width: 80%;
    margin: 0px auto 0px;
    margin-top:15px;
    position: relative;
    padding:0 5px 0;
    font-size: 13px;
    line-height: 18px;



}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

#gplogin
{
    position:absolute;
    right:40px;
    top:7px;
    opacity: 1; 
    filter: alpha(opacity=100); 
}
 
#gplogin:hover
{
  opacity: 0.5; 
  filter: alpha(opacity=50); 
  cursor:pointer
}

#fblogin
{
    position:absolute;
    right:120px;
    top:7px;
    opacity: 1; 
    filter: alpha(opacity=100); 
}
 
#fblogin:hover
{
  opacity: 0.5; 
  filter: alpha(opacity=50); 
  cursor:pointer
}

#popcontainer
{
border: 1px solid #dddddd;
background-color: #ffffff;
width:350px;
padding:20px;
margin: auto;
margin-top:15px;
font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif; 
border-radius: 6px;
/*box-shadow: 0 0 1px 1px rgba(0,0,0,.5);*/
}

.notitext textarea {
font-size: 12px !important;
}

.greypricingleft
{
    background-color: #F1F1F1;
    border-right-width: 1px;
    border-right-color: #D4D4D4;
    border-right-style: solid;
    
}

.greypricingright
{
    background-color: #F1F1F1;
    border-left-width: 1px;
    border-left-color: #D4D4D4;
    border-left-style: solid;
    
}




.boxspace
{
   padding:2px;
   border-color: black;
   border-style: solid;
   border-width: 0px;
   text-align: center;
}


.boxorder
{
   
    min-height: 480px; 
    border-style: solid;
    border-width: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 14px;
    background-color: #fff;
    border-color: #D4D4D4;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}









.boxplan
{
    min-width: 310px;
    /*max-width: 400px;*/
    min-height: 420px; 
    border-style: solid;
    border-width: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 14px;
    background-color: #fefefe;
    border-color: #D4D4D4;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.boxplanplus
{
    
    margin: 0px;
    margin-top:10px;
    min-height: 420px;
    min-width: 310px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-style: solid;
    border-width: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: #fff;
    border-color: #D4D4D4;
    margin-bottom: 25px;
margin-left: auto;
    margin-right: auto;
}



.plantitle
{
 height:50px;
 line-height: 50px;
 text-align: center;
 vertical-align: middle;
 color: #fff;
 margin: 0;
 padding: 0;
 font-family: "Open Sans",sans-serif;
  font-weight: 400;
 text-rendering: optimizelegibility;
 font-size:24px;
 text-transform: capitalize;
}

.planfree,
.planmultiple
{
 
/*background-color: #5e97ab;*/
 background-color: #487da6;
}

.plansilver
{
 background-color: #808080;
 
}

.plangold
{
 background-color: #DAA520;
 
}

.plandiamond
{
    background-color: #00b2d9;
}

.specialoffer
{
 padding: 5px;
 text-align: center;
 vertical-align: middle;
 color: #fff;
 margin: 0;
 font-family: "open sans",Helvetica;
 font-weight: 300;
 text-rendering: optimizelegibility;
 font-size:18px;
 background-color: #005793;
}

.specialred
{
  background-color: transparent;  
  color:red;
}

.btn-silver
{
  color:white;
  background-color: #808080;   
  border-color: #808080; 
}

.btn-silver:hover
{
    background-color: #505050;   
}


.btn-gold
{
  color:white;
  background-color: #DAA520;   
  border-color: #DAA520; 
}

.btn-gold:hover
{
    background-color: #B6861E;   
}




.insideboxplan
{
 margin-top: 10px;
 margin-right: 10px;
 margin-left: 10px;
 margin-bottom: 5px;
 display: table; 
 font-size:12px;
 
 
}

.insideboxplan ul
{
    display: table-row;
}


.insideboxplan ul li {
   padding-bottom: 2px;
    display: table-cell;
    min-width: 10px;
    text-align: left;
}

.colspan2 {
        /* What to do here? */
        display: table-caption;
    }




.insideboxplan ul li span {
    color: #d05b00;
    font-weight: 600;
}


.titlefeature {
    font-weight: 600;
    min-width: 100px;
     white-space: nowrap;

}

.planbutton
{
 margin-top: 10px;
 text-align: center;
 vertical-align: bottom;   
 margin-bottom: 20px;  
}



#plan2 select,
#plan3 select,
#plan5 select
{
   padding:0;
    font-size:12px !important;
    padding-left:5px;
    background-color: #f1f1f1;
    height: 20px;
    width: 170px;
    border: 1px solid #ddd;
    border-radius: 3px;
    
}


.asterix
{
 padding: 5px;
 text-align: center;
 vertical-align: middle;
 color: #555;
 margin: 0;
 padding: 0;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size:10px;
 }
 
.ordertitle {
    
    margin: 15px;
    font-weight: 600;
    min-width: 100px;
    color: #555555;
    font-size: 18px;
    text-align: left;
}



.boxordersection
{
    margin-bottom:15px;
    margin-top:15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #D4D4D4;
    border-top-style: solid;
    border-top-width: 1px;
    text-align: left;
    padding: 10px;
    background-color: #F1F1F1;
    width: 100%;
  }


.ordertable
{
    width:100%;
    
}

.orderleft
{
   height:35px;
    padding-left: 25px;
    width: 40%;
    min-width: 150px;
    vertical-align: middle;
    
}

.orderight
{
 height:35px;
 width: 60%;
 text-align:right;
 font-size: 16px;
}

#orderform
{
    /* Firefox 19+ 
    padding:5px;
    min-width: 300px;
    */
}

#orderform input, #orderform select
{
    padding:5px;
    height:30px;
    width: 80%;
    font-size: 15px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset -2px 2px 2px rgba(0,0,0,0.05);
   
}




.orderleft1
{
    height:35px;
    padding-left: 25px;
    width: 15%;
    min-width: 90px;
    vertical-align: middle;
}
.orderleft2

{
    height:35px;
    padding-left: 10px;
    width: 35%;
    min-width: 150px;
    vertical-align: middle;
    text-align: left;
}

.orderright1
{
    height:35px;
    width: 15%;
    min-width: 90px;
    vertical-align: middle;
}
.orderright2

{
    height:35px;
    padding-left: 10px;
    width: 35%;
    min-width: 150px;
    vertical-align: middle;
    text-align: left;
}

#cwdcode
{ 
    color: #428bca;
    font-size: 10px;
    text-decoration: underline;
}

.orderresume1
{
    height:30px;
    padding-left: 25px;
    width: 50%;
    min-width: 150px;
    vertical-align: middle;
    font-size: 16px;
}

.orderresume2
{
    height:30px;
   text-align: right;
    width: 30%;
    min-width: 100px;
    vertical-align: middle;
    font-size: 16px;
}

.orderresume3
{
   height:30px;
   text-align: right;
    width: 20%;
    min-width: 100px;
    vertical-align: middle;
    font-size: 16px;
}

.forderblue
{
    color: #1F4D7F;
    font-family: Arial, Sans-serif;
    font-size: 16px;
    
}

.bold
{

    font-weight: bold !important;
  
}

.fordergreen
{
    color: #007700;
    font-family: Arial, Sans-serif;
    font-size: 16px;
    
}

.forderred
{
    color: black;
    font-family: Arial, Sans-serif;
    font-size: 16px;
    
}

#btext
{
    padding:10px;
    font-style: italic;
    font-size: 11px;
    
    
}

.smallmessage {
    color: #428bca;
    font-size: 10px;
    text-decoration: underline;
}

.ccbox
{
padding:10px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid  #ccc;
}
input[type=radio]
{
box-shadow: none !important;
}

.mobilebox
{

    width: 100%;
    height:100%;
    padding:2%;
    margin:0;
    background-color: #fff;
}

.smallmenu
{
    position: absolute;
    top: 10px;
    left: 10px;
    
}


.allfeature_title
{
   margin:0;
   margin-top: 20px;
   font-family: "open Sans",sans-serif;
  font-size: 22px;
   
}

.allfeature 
{
    display:table;
    margin-bottom: 5px;
    margin-left:auto;
    margin-right:auto;
    padding: 2%;
    font: 20px "Open Sans", sans-serif;
    cursor: auto;
    line-height: 30px;
    width: 100%;
}

.checkon
{
    color: #449d44;
    font-family: sans-serif;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
}

.checkoff
{
    color:#aaa;
    font-family: sans-serif;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
}

.checkonoff
{
    color: red;
    font-family: sans-serif;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
}



.allfeature ul
{
    display: table-row;  
    width: 100%;
   
     
}

.allfeature ul li
{
   
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
    display: table-cell;   
    min-height: 50px;    
    text-align:center;
    border-bottom: 1px solid  #aaaaaa !important;
   
}

.left
{
text-align: left !important;
}



.allfeaturesmall
{
    font-size: 15px;
    font-family: arial,helvetica;
    max-width: 320px;
    padding-right: 20px;
}

.pricemark
{
    color:red;
    font-size:12px;
    font-family: "roboto condensed", sans-serif;
    line-height:10px;
    text-align: right;
    
}



.dialbox, notibox {

    position: absolute;
    margin: auto;   
    padding: 10px;       
    padding-top: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    text-align: left;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;
    color: #373737;
    font-size: 16px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    
    
    }

    .dialog-title, notititle
    {
        
        color:#373737;
        color: #487da6;
        font-weight: 400;
        font-size:20px;
        line-height: 20px;
    }
    
    .closebox {
      
        position:absolute;
        /*background:url(https://www.afsanalytics.com/images2/closebox.png) center center no-repeat;*/
        top:5px;
        right:10px;
        cursor:pointer;
        font-family: sans-serif;
        background-color: transparent;
        border: 0;
        color: #000;
        font-size: 23px;
        font-weight: 400;
        line-height: 1;
        opacity: .2;
        padding: 1px;
        position: absolute;
        text-shadow: 0 1px 0 #fff;
      
    }

    .closebox:hover,  .closebox.hovered
    {
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        
    }


    input[type=submit] {
         border: 0;
    }



   #buttons
{
    position: relative;
    margin-top:20px;
    margin-bottom:20px;
}


  *::-webkit-input-placeholder {
    color: #acacac !important; text-overflow: ellipsis; 
    padding-left: 5px; 
   }
 
 *:-moz-placeholder { /* Firefox 18- */
    color: #acacac !important; text-overflow: ellipsis; 
    padding-left: 5px; 
 }
 
 *::-moz-placeholder {  /* Firefox 19+ */
    color: #acacac !important; text-overflow: ellipsis; 
    padding-left: 5px; 
 }
 
 *:-ms-input-placeholder {  
    color: #acacac !important; text-overflow: ellipsis; 
    padding-left: 5px; 
 }

 input[type='text'],
 input[type='password'],
 input[type='email'],
 input[type='url'],
 input[type='password'],
 input[type='number'],
 input[type='file'], 
 select, textarea {
    background-color: #fff;
    border-color: #eaeaea;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.3;
    padding: 8px 12px 9px;
    
    
    -moz-box-sizing: border-box;
    box-sizing: border-box;

/*    display: block;*/


    border: 2px solid #dedede;
    color: #666;
  
    line-height: 1.2;
    outline: none;
    padding: 5px;
    width: 100%;
    padding-left: 10px!important;
}


input[type='checkbox']
{
    background-color: #fff;
    border-color: #eaeaea;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.3;
    padding: 5px;
}


input[type='text']:hover, 
input[type='email']:hover, 
input[type='url']:hover,
input[type='password']:hover,
input[type='checkbox']:hover,
input[type='number']:hover,
input[type='file']:hover, 
select:hover, textarea:hover {

    border-color: #85A6DD;

    
}

input[type='text']:focus, 
input[type='email']:focus,  
input[type='url']:focus, 
input[type='text']:focus, 
input[type='password']:focus,  
input[type='checkbox']:focus,
input[type='number']:focus, 
input[type='file']:focus, 
select:focus, textarea:focus {

    border-color: #f2c811;

    
}


label {
 
    margin: 0px;
    margin-bottom: 0px !important;
    margin-top: 6px;
    cursor: default;
    color: #888;
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;
    font-weight: 200 !important;
    padding-left: 5px;
}

.errormess
{
   margin:0;
   padding:0;
    padding-top:5px;
    position:relative;
    line-height: 11px;
    color:red;
    font-size:11px;
   

}



.hideit
{
    display: none;
}


.notibox, .paidbox
{
   padding:0px 10px;
   margin:0px;  
   font-size:13px;
}

.notititle
{
    margin: 5px auto;
    text-align:center;
    text-transform:uppercase;
    font-size:18px;
    line-height: 20px;
    
}

.notitext
{
    width:100%;
    padding:10px;
    line-height: 20px;
}


#notiboxbutton
{
position:absolute;

}



.btn_pub
{
    margin-top:10px;
    display: inline-block;
    max-width: 100%;
    text-overflow: clip;
    overflow: hidden;
    background-color: #f2c811;
    padding: 8px 22px 8px 24px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}

.btn_small
{
    margin-top:5px;
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    font-weight: 400;
}

.btn_pub a
{
    text-decoration: none;
    color: black;
}

.btn_pub a:hover
{
    color: #fff;
}

#download
{
    margin-top:15px;
}

.btn_pub:hover:hover
{
    background-color: #ddb60c !important;
    background: #ddb60c !important;
    color: #ffffff !important;
    text-decoration: none;
    border: solid 1px #fff;

}

.input_fix
{
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 200 !important;
}

.input_fix2
{
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 200 !important;
}



#filterbox *::-webkit-input-placeholder,
#pdfbox *::-webkit-input-placeholder,
#profilebox *::-webkit-input-placeholder,
#passwordbox  *::-webkit-input-placeholder,
#accountbox  *::-webkit-input-placeholder,
#ongletbox *::-webkit-input-placeholder
{
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

}

#filterbox *:-moz-placeholder,
#pdfbox *:-moz-placeholder,
#profilebox *:-moz-placeholder,
#passwordbox  *:-moz-placeholder,
#accountbox  *:-moz-placeholder,
#ongletbox  *:-moz-placeholder
{/* Firefox 18- */
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

 }
 
#filterbox *::-moz-placeholder, 
#pdfbox *::-moz-placeholder, 
#profilebox *::-moz-placeholder, 
#passwordbox *::-moz-placeholder,
#accountbox  *::-moz-placeholder,
#ongletbox  *::-moz-placeholder
 {  /* Firefox 19+ */
   
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

 }
 
 #filterbox *:-ms-input-placeholder,
 #pdfbox *:-ms-input-placeholder,
 #profilebox *:-ms-input-placeholder,
 #passwordbox *:-ms-input-placeholder,
 #accountbox  *:-ms-input-placeholder,
 #ongletbox   *:-ms-input-placeholder
 {  
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;
 
 }

#codebox label
{
    color: #555;
}


.input_fix *::-webkit-input-placeholder
{

    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

}

.input_fix *:-moz-placeholder
{ /* Firefox 18- */
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

 }
 
.input_fix *::-moz-placeholder
 {  /* Firefox 19+ */
   
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

 }
 .input_fix *:-ms-input-placeholder
  {  
    font-size: 13px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

   
 }

 .input_fix2 *::-webkit-input-placeholder,
 .optbox *::-webkit-input-placeholder
{

    font-size: 12px !important;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif !important;

}

.input_fix2 *:-moz-placeholder,
.optbox *:-moz-placeholder
{ /* Firefox 18- */
    font-size: 12px !important;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

 }
 
.input_fix2 *::-moz-placeholder,
.optbox *::-moz-placeholder
 {  /* Firefox 19+ */
   
    font-size: 12px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

 }
 .input_fix2 *:-ms-input-placeholder,
 .optbox *:-ms-input-placeholder
 
 {  
    font-size: 12px;
    font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;

   
 }


 .small_border
{
    border-width: 1px !important;
}



._chevron {
    padding-right: 40px;
    background: url("https://www.afsanalytics.com/images2/chevron.png") no-repeat right center;
    display: inline-block;
    width: 100%;
    height:100%;
  
}

._chevron_off {
    padding-right: 40px;
     display: inline-block;
    width: 100%;
    height:100%;
  
}

._step_block {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 100px;
   
}

._step_title
{
    font-size: 15px;
    font-family: sans-serif;
    padding-left: 5px;
    font-weight: 500;
}

._step_title a
{
    color: black;
}

._steps
{
 margin-left: 2%;
 text-align: center;
 }

._step_advertise
{
    
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -.01em;
    overflow: hidden;
    box-sizing: content-box;
    font-weight: 600;
    opacity: .95;
 
  

}


._step_round
{
    background-color:#999999;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    color:#fff;
    display:inline-block;
    font-size:14px;
    font-weight:bold;
    margin-right:4px;
    padding:6px 12px
}

._step_margin
{
    margin-top:20px;
}

._step_explain 
{
font-size: 0.9em;
font-family: sans-serif;

}

._step_explain li
{
    text-align: center;
    border: 0;
    list-style: none outside none;
    margin: 5px;
    padding: 0;
}

._step1_png {
    margin-top:20px;
    padding-top: 145px;
    background: url(https://www.afsanalytics.com/images2/step1a.png) no-repeat center top;
}

._step2_png 
{
    margin-top:20px;
    padding-top: 145px;
    background: url(https://www.afsanalytics.com/images2/step2.png) no-repeat center top;
}


._step4_png 
{
    margin-top:20px;
    padding-top: 145px;
    background: url(https://www.afsanalytics.com/images2/step4_blue.png) no-repeat center top;
}

._step4_orange_png 
{
    margin-top:20px;
    padding-top: 145px;
    background: url(https://www.afsanalytics.com/images2/step4_orange.png) no-repeat center top;
}

._step3_png 
{
    margin-top:20px;
    padding-top: 145px;
    background: url(https://www.afsanalytics.com/images2/step3.png) no-repeat center top;
}


._separe_row
{
 margin-top:20px;
 margin-bottom: 20px;
}



._leftpara
{
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
}


.stripe_input
{
    padding: 5px;
    padding-left: 10px;
    height: 30px;
    width: 80%;
    font-size: 15px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset -2px 2px 2px rgba(0,0,0,0.05);
    background-color: white;
}






/* /////////////////////////////////// LOAD /////////////////// */


.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(0,0,0, 0.2);
  border-right: 0.5em solid rgba(0,0,0, 0.2);
  border-bottom: 0.5em solid rgba(0,0,0, 0.2);
  border-left: 0.5em solid rgba(0,0,0,0.6);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}



.loader1,
.loader1:after
{
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.loader1
{
  margin: 20em auto;
  position: relative;
  border-top: 0.5em solid rgba(255,255,255, 0.2);
  border-right: 0.5em solid rgba(255,255,255, 0.2);
  border-bottom: 0.5em solid rgba(255,255,255, 0.2);
  border-left: 0.5em solid rgba(255,255,255, 0.6);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s linear infinite;
  animation: load8 1.1s linear infinite;
}

@keyframes load8 
{
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
  
