/* 
    Document   : signup
    Created on : 2 sept. 2014, 16:05:19
    Author     : christophe
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


body
{
    background-color: #ccc;
    /*width:1000px;
    height: 1000px;*/
}

/*
.styleColor {
color: #487da6 ;

}
*/

*::-webkit-input-placeholder {
   color: #acacac !important; text-overflow: ellipsis; 
     
  }

*:-moz-placeholder { /* Firefox 18- */
   color: #acacac !important; text-overflow: ellipsis; 
  
}

*::-moz-placeholder {  /* Firefox 19+ */
   color: #acacac !important; text-overflow: ellipsis; 
 
}

*:-ms-input-placeholder {  
   color: #acacac !important; text-overflow: ellipsis; 
  
}


     .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
{
   padding:0px 10px;
   margin:0px;  
  font-family:Tahoma,Geneva,Arial,sans-serif;
  font-size:13px;
}

.notititle
{
    margin: 5px auto;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    font-size:15px;
    line-height: 15px;
    
}

.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;
    width: 60px;
    
}



#confirmok
{
    margin: 10px auto;
    text-align:center;
    width: 30px;
   
}

#confirmcancel
{
   
    margin: 10px auto;
    text-align:center;
    width: 30px;
    
}

#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 #aaa;   
}



.dialog-basic
{
   margin: 0;
   display: inline-block;
   padding: 0;
  /* background-color: #eee;*/
   width: 360px; 
   height: 400px;
}

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: #373737;
font-size: 15px;
font-weight: 700;
font-family: HelveticaNeueW01-75Bold,HelveticaNeueW02-75Bold,HelveticaNeueW10-75Bold,sans-serif;
}

#dialog-signright
{
   display: inline-block;
   vertical-align: top;
   margin: 0;
   padding: 0;
  /* background-color: #ddd;*/
  height: 500px;
  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 {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
    
  

.btn-cancel {

background: #eee;
border-color: #b8b8b8;
color: #888;
}

.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
background: #ccc;
border-color: #bbb;
color: #555;
}




.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;
border: 1px solid transparent;
border-radius: 4px;
}

.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;
border: 1px solid transparent;
border-radius: 4px;
}











.btn-small {
min-width: 35px;
display: inline-block;
padding: 3px 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;
border: 1px solid transparent;
border-radius: 4px;
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-family: "Gotham SSm A","Gotham SSm B",sans-serif;
font-size: 12px;
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;
 font-family: HelveticaNeueW01-55Roma,HelveticaNeueW02-55Roma,HelveticaNeueW10-55Roma,sans-serif;   
 color: #373737;
font-size: 16px;   
}

#signbox .social-button-container:hover .buttonText {
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.44);
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.44);
box-shadow: 1px 1px 3px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.44);
}
#signbox .buttonText {

vertical-align: top;
font-size: 18px;
background: #f4f0ef;
height: 41px;
line-height: 41px;
padding-right: 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid #c2c1bf;
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: 41px;
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
}
#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:  #dd4b39 url(../images2/btn_gplus.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: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
color: #373737;
font-size: 16px;
-webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 15px 5px rgba(0,0,0,.5);
box-shadow: 0 0 15px 5px rgba(0,0,0,.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;


}

#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;
font-size: 14px !important;
line-height: 30px;
}


.waitbox
 {
     
        height: 100px;
        width: 95%;
        background: url(../images2/ajax1.gif) no-repeat center ;
        overflow: hidden; 
     
 }
 
 #graphical
 {
   
   display: inline-block;
   background: transparent;
   vertical-align: top; 
   
 }
 
.boxrules
{
    width: 80%;
    margin: 10px auto 0px;
    position: relative;
    padding:0 10px 0;
    font-family: Arial, sans-serif;
    color: #444;
    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: 480px; 
    border-style: solid;
    border-width: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 14px;
    background-color: #f1f1f1;
    border-color: #D4D4D4;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.boxplanplus
{
    
    margin: 0px;
    margin-top:10px;
    height: 520px;
    min-width: 320px;
    max-width: 400px;
    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: "Franklin Gothic Medium",FranklinGothicMedium,"Helvetica Neue",Helvetica,Arial,sans-serif;
 font-weight: 400;
 text-rendering: optimizelegibility;
 font-size:24px;
 text-transform: capitalize;
}

.planfree
{
 
/*background-color: #5e97ab;*/
 background-color: #487da6;
}

.plansilver
{
 background-color: #808080;
 
}

.plangold
{
 background-color: #DAA520;
 
}

.specialoffer
{
 padding: 5px;
 text-align: center;
 vertical-align: middle;
 color: #fff;
 margin: 0;
 padding: 0;
 font-family: "Franklin Gothic Medium",FranklinGothicMedium,"Helvetica Neue",Helvetica,Arial,sans-serif;
 font-weight: 400;
 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
{
   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: "Franklin Gothic Medium",FranklinGothicMedium,"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
{
    padding:30px;
    min-width: 450px;
    
}

#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: RED;
    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;
}