#content {
    background-color: #FBFCFD;
}

form,
fieldset
{
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=text][disabled], input[type=password][disabled], input[type=file][disabled], textarea[disabled] { 
    opacity: 0.5;
}


input[type="image"]
{
    padding: 0;
    border: none;
}

.clear
{
    clear: both;
    width: 100% !important;
    height: 1px !important;
    overflow: hidden;
    float: none !important;
}

.page_holder
{
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.btn {
    font-family: Futura, 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 0 12px;
    height: 26px;
    line-height: 28px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    background: #f03a08;
    background: -moz-linear-gradient(
        top,
        #f03a08 0%,
        #ff4917);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#f03a08),
        to(#ff4917));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #b82103;
    -moz-box-shadow:
        inset 0px 2px 2px rgba(255,113,12,1);
    -webkit-box-shadow:
        inset 0px 2px 2px rgba(255,113,12,1);
    box-shadow:
        inset 0px 2px 2px rgba(255,113,12,1);
}

.green_btn  { 
    background: #81c152;
    background: -moz-linear-gradient(
        top,
        #74b445 0%,
        #83c354);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#74b445),
        to(#83c354));
    border: 2px solid #578339;
    -moz-box-shadow:
        inset 0px 2px 2px rgba(171,216,099,1);
    -webkit-box-shadow:
        inset 0px 2px 2px rgba(171,216,099,1);
    box-shadow:
        inset 0px 2px 2px rgba(171,216,099,1);
}


.gray_btn  { 
    background: #8c8c8c;
    background: -moz-linear-gradient(
        top,
        #808080 0%,
        #8f8f8f);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#808080),
        to(#8f8f8f));
    border: 2px solid #6b6b6b;
    -moz-box-shadow:
        inset 0px 2px 2px rgba(189,189,189,1);
    -webkit-box-shadow:
        inset 0px 2px 2px rgba(189,189,189,1);
    box-shadow:
        inset 0px 2px 2px rgba(189,189,189,1);
}




.btn:hover
{
text-decoration: none;
background: #d73714;
    -moz-box-shadow:
        none;
    -webkit-box-shadow:
        none;
    box-shadow:
        none;
}

.btn.disabled, .btn.disabled:hover, .btn.disabled:active {
    border-color:#c4c4c4;
    -moz-box-shadow:
        none;
    -webkit-box-shadow:
        none;
    box-shadow:
        none;

    background: #c4c4c4;
    background: -moz-linear-gradient(
        top,
        #c4c4c4 0%,
        #dddddd);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#c4c4c4),
        to(#dddddd));
}

.green_btn:hover
{
background: #43910b;
}

.gray_btn:hover
{
background: #575f57;
}

.btn:active
{
line-height: 30px;
background: #f03a08;
-moz-box-shadow:
        inset 2px 2px 6px rgba(184,34,3,1);
    -webkit-box-shadow:
        inset 2px 2px 6px rgba(184,34,3,1);
    box-shadow:
        inset 2px 2px 6px rgba(184,34,3,1);
}

.green_btn:active
{
background: #45910b;
-moz-box-shadow:
        inset 2px 2px 6px rgba(069,112,010,1);
    -webkit-box-shadow:
        inset 2px 2px 6px rgba(069,112,010,1);
    box-shadow:
        inset 2px 2px 6px rgba(069,112,010,1);
}

.gray_btn:active
{
background: #575f57;
-moz-box-shadow:
        inset 2px 2px 6px rgba(060,060,060,1);
    -webkit-box-shadow:
        inset 2px 2px 6px rgba(060,060,060,1);
    box-shadow:
        inset 2px 2px 6px rgba(060,060,060,1);
}



.btn_arrow
{
display: block;
    font-family: Futura, 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 42px;
    text-transform: uppercase;
    text-indent: 15px;
width: 150px;
height: 44px;
background: url(../images/signup/sprite.png) no-repeat;
color: #fff; 
text-decoration: none;
}

.btn_arrow:hover 
{
background-position: 0 -54px;
text-decoration: none;
}

.btn_arrow:active 
{
background-position: 0 -110px;
text-decoration: none;
line-height: 44px;
}

#header
{
    width: 100%;
    height: 50px;
    color: #fff;
    background: #2f352f;
position: relative; 
border-top: 2px solid #000; 
}

#header_inner { position: relative; }

#header h2
{
    position: absolute;
    top: 9px;
    left: 0;
    width: 240px;
    height: 32px;
    overflow: hidden;
    background: url(../images/signup/logo.png) no-repeat;
    line-height: 0;
    text-indent: -9999px;
}

.blue-edition #header h2 {
    background-image: url(../images/signup/blue-edition/logo-blue.png);
    height: 36px;
    width: 275px;
    top: 6px;
}


#header h2 a 
{
display: block;
width: 219px;
height: 32px;
}


#header ul.nav
{
    font-family: Futura, 'Open Sans',Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    right: 0px;
    height: 50px;
    font-size: 14px;
    line-height: 52px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
}

#header ul.nav li
{
    float: left;
    color: #fff;
    padding: 0;
    height: 50px;
    list-style-type: none !important;
}

#header ul.nav a
{
    color: #fff;
    display: block;
    padding: 0 16px;
    height: 50px;
}

#header ul.nav a:hover, #header ul.nav .selected a
{
    text-decoration: none;
    background: #212521;
}

#header .btn
{
    position: absolute;
    right: 0;
    top: 10px;
}

#top_promo
{
    width: 100%;
    height: 470px;
    background: url(../images/signup/bg-hometop.png) repeat-x;
    color: #fff;
}
.blue-edition #top_promo {
    background: #1e201e url(../images/signup/blue-edition/home-coffee.jpg) no-repeat center center;
    height: 400px;
    margin-bottom: 70px;
}

#top_promo .page_holder
{
    height: 470px;
    border-bottom: 1px solid #efefef;
}

#top_promo a { color: #fff; }

#top_promo .blurb
{
    position: absolute;
    top: 95px;
    left: 0;
    width: 455px;
}

#top_promo .kicker
{
    font-size: 18px;
    font-family: 'Architects Daughter', 'Comic Sans', cursive;
    line-height: 20px;
    padding-bottom: 5px;
}

#top_promo h1
{
    font-size: 34px;
    line-height: 36px;
    font-weight: 300;
}

#top_promo h1 span
{
    display: inline-block;
    background: #81b556;
    padding: 3px 12px 6px 10px;
    margin: 0 0 2px 0;
}
.blue-edition #top_promo h1 span {
    background: url('../images/signup/blue-edition/blue-bg-60-perc.png') repeat;
}


#top_promo .btn_arrow { margin-top: 30px; }

#top_promo .share
{
    display: block;
    font-size: 12px;
    text-decoration: underline;
    padding-top: 15px;
}

#top_promo .video_holder
{
    position: absolute;
    top: 76px;
    left: 465px;
    width: 417px;
    height: 386px;
    background: url(../images/signup/computer.png) no-repeat;
}

.video_holder .video
{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 378px;
    height: 236px;
    overflow: hidden;
}

.video_holder .video_play
{
    position: absolute;
    top: 0;
    left: 0;
    width: 378px;
    height: 236px;
    overflow: hidden;
    z-index: 50;
    background: url(../images/signup/sprite.png) no-repeat 154px -175px;
    cursor: pointer;
}
.video_holder .video_play:hover 
{ 
background: #555 url(../images/signup/sprite.png) no-repeat 154px -390px; 
background: rgba(0,0,0,.7) url(../images/signup/sprite.png) no-repeat 154px -390px;
}

#top_promo form
{
    position: absolute;
    top: 420px;
    left: 0;
    width: 505px;
}

#top_promo .row
{
    width: 210px;
    float: left;
}

#top_promo .row input 
{ 
width: 200px;
height: 26px; 
line-height: 26px;
text-indent: 10px;
font-weight: 700;
font-size: 11px;
color: #212121; 
    background: #ebebeb;
    background: -moz-linear-gradient(
        top,
        #ebebeb 0%,
        #fafafa);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ebebeb),
        to(#fafafa));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    -moz-box-shadow:
        inset 0px 2px 2px rgba(166,166,166,1);
    -webkit-box-shadow:
        inset 0px 2px 2px rgba(166,166,166,1);
    box-shadow:
        inset 0px 2px 2px rgba(166,166,166,1);
        
    }

#top_promo .btn-submit
{
    width: 83px;
    float: left;
}

#top_promo .btn-submit .btn
{
    width: 79px;
    height: 28px;
    text-transform: none;
    text-align: center;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 24px;
    padding: 0;
    text-shadow: 2px 2px 1px #e03f14;
}

#top_promo .btn-submit .btn:active { line-height: 26px; }

#triple_promo
{
    margin-top: 5px;
    height: 306px;
}

#triple_promo .item
{
    width: 313px;
    height: 306px;
    float: left;
    background: url(../images/signup/triplecircles.jpg) 35px 5px no-repeat;
    text-align: center;
    position: relative;
}

#triple_promo #triple_2 { background-position: -280px 5px; }
#triple_promo #triple_3 { background-position: -590px 5px; }

#triple_promo .item h2
{
    width: 309px;
    position: absolute;
    top: 207px;
    left: 2px;
    font-size: 24px;
    line-height: 25px;
    color: #414141;
    font-weight: 300;
}

.blue-edition #triple_promo .item {
    background: url(../images/signup/blue-edition/triplecircles.png) 35px 5px no-repeat;
}

#triple_promo #triple_1 h2
{
    width: 265px;
    left: 0;
}

#triple_promo #triple_3 h2 { left: 10px; }

#triple_promo .item span
{
    font-size: 12px;
    color: #cbcbcb;
    position: absolute;
    top: 178px;
    left: 50px;
}

#triple_promo #triple_2 span { left: 70px; }
#triple_promo #triple_3 span { left: 80px; }

#triple_promo .arrow
{
    width: 42px;
    height: 42px;
    background: url(../images/signup/sprite.png) -558px -250px no-repeat;
    position: absolute;
    left: 286px;
    top: 83px;
    z-index: 20;
}

#triple_promo #arrow_2 { left: 606px; }

#integrates_promo .page_holder
{
    height: 108px;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    text-align: center;
}

#integrates_promo .kicker
{
    font-size: 14px;
    color: #cbcbcb;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    position: relative;
    top: -8px;
    padding: 0 10px;
    font-family: Futura, 'Open Sans',Arial, Helvetica, sans-serif;
}

#integrates_promo .services div
{
    width: 175px;
    height: 48px;
    overflow: hidden;
    background: url(../images/signup/sprite.png) -264px -183px no-repeat;
    float: left;
    margin: 20px 35px 0 25px;
}

#integrates_promo .services #service_out { background-position: -264px -235px; }
#integrates_promo .services #service_gc { background-position: -264px -295px; }

#integrates_promo .services #service_fcc
{
    background-position: -264px -350px;
    float: right;
    margin: 15px 10px 0 25px;
}

#rotate_promo
{
    width: 100%;
    background: #2f352f;
    color: #cbcbcb;
    margin-top: 60px;
    height: 125px;
}

#rotate_promo .graphic
{
    width: 197px;
    height: 112px;
    background: url(../images/signup/sprite.png) -263px -454px no-repeat;
    position: relative;
    top: -40px;
    left: 35px;
    font-size: 12px;
    color: #757975;
}

#rotate_promo .graphic div { width: 70px; }

#rotate_promo .graphic .item_1
{
    position: absolute;
    top: 115px;
    left: 0;
}

#rotate_promo .graphic .item_2
{
    position: absolute;
    top: 72px;
    left: 70px;
    color: #fff;
}

#rotate_promo .graphic .item_3
{
    position: absolute;
    top: 115px;
    left: 142px;
}

#rotate_promo .blurb
{
    position: absolute;
    top: 35px;
    left: 270px;
    width: 670px;
}

#rotate_promo h4
{
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
}

#rotate_promo h4 span
{
    color: #fff;
    font-family: 'Architects Daughter', 'Comic Sans', cursive;
}

#rotate_promo .btn_arrow
{
    float: right;
    margin-top: 10px;
}

#page_header h1
{
    font-size: 34px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 25px;
}

#features_video
{
    width: 460px;
    height: 330px;
    overflow: hidden;
    position: relative;
    background: url(../images/signup/screen.jpg) no-repeat;
    float: left;
}

#features_video .video
{
    top: 47px;
    left: 40px;
}


#features_form
{
    width: 460px;
    height: 329px;
    float: right;
    background: #97cc68;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -moz-box-shadow:
        inset 0 0 40px rgba(000,000,000,.3);
    -webkit-box-shadow:
        inset 0 0 40px rgba(000,000,000,.3);
    box-shadow:
        inset 0 0 40px rgba(000,000,000,.3);
}
#features_form .module_header
{
    height: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 60px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #84b15a;
    background: rgba(000,000,000,.1);
}
.blue-edition #features_form {
    background: #56b1de url('../images/signup/blue-edition/blue-bg-optin-top.png') repeat-x top left;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.blue-edition #features_form .module_header {
    /*background: #3283b4;
    background: rgba(000, 000, 000, .2);*/
    background: none;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

#features_form .module_header span { font-weight: 700; }
#features_form form { margin-top: 10px; }
#features_form form .row { height: 43px; }

#features_form form label
{
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    float: left;
    text-align: right;
    width: 144px;
    margin-right: 22px;
}

.optin_form .row input[type=text],
.optin_form .row input[type=password]
{
    width: 238px;
    height: 38px;
    line-height: 38px;
    text-indent: 10px;
    font-weight: 700;
    color: #555;
    float: left;
    border: 0;
    -moz-box-shadow:
        inset 0 2px 2px rgba(000,000,000,.3);
    -webkit-box-shadow:
        inset 0 2px 2px rgba(000,000,000,.3);
    box-shadow:
        inset 0 2px 2px rgba(000,000,000,.3);
        background: #fefefe;
    background: -moz-linear-gradient(
        top,
        #efefef 0%,
        #ffffff) !important;
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#efefef),
        to(#ffffff)) !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.optin_form .row input.invalid {
    background: #fca6a6;
    background: -moz-linear-gradient(
        top,
        #fca6a6 0%,
        #fccaca) !important;
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#fca6a6),
        to(#fccaca)) !important;
    /*border-color: #FF4917;*/
}


#features_form form .btn-submit
{
    text-align: center;
    margin-top: 8px;
}

#features_form form .btn
{
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

#features_content
{
    clear: both;
    padding: 40px 0 25px 0;
}

#features_content .item
{
    height: 205px;
    color: #414141;
    background: url(../images/signup/feature-examples.jpg) 720px -5px no-repeat;
}

#features_content #feature_2 { background-position: 100px -360px; }
#features_content #feature_3 { background-position: 720px -776px; }

#features_content .item h2, #features_content .item p
{
    padding-left: 80px;
    width: 600px;
}

#features_content #feature_2 h2, #features_content #feature_2 p { padding-left: 325px; }

#features_content h2
{
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    padding: 25px 0 20px 0;
}

#features_content p { line-height: 24px; }

#pricing_choices
{
    width: 900px;
    height: 476px;
    overflow: hidden;
    position: relative;
    margin: 20px auto 70px auto;
}

#pricing_choices .item
{
    width: 300px;
    height: 445px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #e2f27f;
}

#pricing_choices .item_shade
{
    width: 300px;
    height: 445px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
     -moz-box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
    -webkit-box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
    box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
}

#pricing_choices #team_option .item_shade { height: 475px; }

#pricing_choices #team_option
{
    left: 300px;
    height: 475px;
    border-color: #f27415;
}

#pricing_choices #personal_option
{
    left: 600px;
    border-color: #c3cfc3;
}

#pricing_choices .item_footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 85px;
    width: 300px;
    background: #eee;
    background: rgba(153,153,153,.1); 
    text-align: center;
}


#pricing_choices .item_footer .btn
{
    margin: 20px 0 0 0;
    display: inline-block;
    height: 36px;
    line-height: 37px;
    padding: 0 30px;
    text-shadow: 2px 2px 1px rgba(102, 102, 102, 0.3);
    position: relative;
    z-index: 100;
}

#pricing_choices .item_footer .btn:active { line-height: 39px; }

#pricing_choices .item_top
{
    width: 380px;
    height: 380px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #77bd43;
    position: absolute;
    top: -307px;
    left: -40px;
    z-index: 0;
}

#pricing_choices #team_option .item_top { background: #fc450b; }
#pricing_choices #personal_option .item_top { background: #798379; }

#pricing_choices h2
{
    width: 300px;
    position: absolute;
    top: 10px;
    left: 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    z-index: 10;
}

#pricing_choices .price
{
    width: 300px;
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000;
    font-weight: 400;
    z-index: 10;
}

ul.pricing_features
{
    width: 260px;
    position: absolute;
    top: 95px;
    left: 20px;
    overflow: hidden;
    z-index: 100;
}

ul.pricing_features li
{
    list-style-type: none;
    padding: 8px 10px 8px 35px;
    border-top: 1px solid #e5e5e5;
    line-height: 18px;
    background: url(../images/signup/sprite.png) -577px 10px no-repeat;
}

ul.pricing_features  li:first-child { border-top: none; }
ul.pricing_features  li.multi_line { background-position: -577px 27px; }

#pricing_editions
{
    width: 900px;
    height: 430px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 70px auto;
}

#pricing_editions .item
{
    width: 440px;
    height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
}

#pricing_editions #fitness_option
{
    left: auto;
    right: 0;
}


#pricing_editions .item_shade
{
    width: 440px;
    height: 430px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    -moz-box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
    -webkit-box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
    box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
}

#pricing_editions .item_top
{
    height: 57px;
    background: #798379;
}

#pricing_editions h3
{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 55px;
    text-indent: 25px;
}

#pricing_editions .price
{
    position: absolute;
    top: 18px;
    left: 320px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
}

#pricing_editions ul.pricing_features
{
    top: 70px;
    left: 160px;
}

#pricing_editions .graphic
{
    width: 130px;
    height: 190px;
    overflow: hidden;
    background: url(../images/signup/sprite.png) -248px -854px no-repeat;
    position: absolute;
    top: 85px;
    left: 25px;
}

#pricing_editions #fitness_option .graphic { background-position: 0 -854px; }

#pricing_editions .item_footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 440px;
    background: #eee;
    text-align: center;
    background: rgba(153,153,153,.1); 
}

#pricing_editions .item_footer .btn
{
    margin: 24px 0 0 0;
    display: inline-block;
    height: 36px;
    line-height: 37px;
    padding: 0 30px;
    text-shadow: 2px 2px 1px rgba(102, 102, 102, 0.3);
    position: relative;
    z-index: 100;
}

#pricing_editions .item_footer .btn:active { line-height: 39px; }

#pricing_custom
{
    width: 900px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 50px auto;
    background: url(../images/signup/sprite.png) -465px -883px no-repeat;
}

#pricing_custom .item_shade
{
    width: 900px;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    -moz-box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
    -webkit-box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
    box-shadow:
        inset 0 0 15px rgba(000,000,000,.15);
}

#pricing_custom h4
{
    color: #798379;
    margin: 45px 0 0 165px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 26px;
}

#pricing_custom span
{
    text-transform: none;
    display: block;
    font-size: 18px;
}

#pricing_custom .item_footer
{
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    width: 280px;
    background: #eee;
    background: rgba(153,153,153,.1); 
    text-align: center;
}

#pricing_custom .item_footer .btn
{
    margin: 55px 0 0 0;
    display: inline-block;
    height: 36px;
    line-height: 37px;
    padding: 0 30px;
    text-shadow: 2px 2px 1px rgba(102, 102, 102, 0.3);
    position: relative;
    z-index: 100;
}

#pricing_custom .item_footer .btn:active { line-height: 39px; }

#main_form
{
    /*width: 540px;*/
    /*float: left;*/
    background: #fff;
    margin-bottom: 60px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow:
        inset 0 0 100px rgba(000,000,000,.15);
    -webkit-box-shadow:
        inset 0 0 100px rgba(000,000,000,.15);
    box-shadow:
        inset 0 0 100px rgba(000,000,000,.15);
}

#main_form form
{
    max-width: 510px;
    margin: 0px auto 0 auto;
    color: #555;
    padding: 15px 15px 15px 15px;
}

#main_form .form_header
{
    /*width: 480px;*/
    min-height: 50px;
    width: 100%;
    background: #e3e3e3;
    display: table;
    margin-bottom: 15px;
}
#main_form .form_header div {
    vertical-align: middle;
    display: table-cell;
    min-width: 46px;
    padding-left: 10px;

    font-size: 17px;
    font-weight: 700;
}
@media (max-width: 767px) {
    #main_form .btn-submit input[type=button] {
        white-space: normal;
        height: auto;
        line-height: 140%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.step-number-indicator
{
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
    font-size: 18px;
}

#main_form form .row { clear: both; }
#main_form form fieldset { padding: 15px 0; }

#main_form form label
{
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    float: left;
    text-align: right;
    width: 200px;
    height: 40px;
    margin: 0 22px 9px 0;
}

#main_form .mycal-single-cal-row label {
    line-height: normal;
    font-weight: initial;
    width: auto;
    float: none;
    height: auto;
    margin: 0;
    text-align: initial;
    cursor: pointer;
}
.mycal-single-cal-row .single-cal-info {
    font-weight: 700;
}

#main_form #step_create_account .secure_area .row.small label, #main_form #step_create_account .secure_area .row.tiny label {
    width: 150px;
}

#main_form form .secure_area label { margin-bottom: 20px; }

/*
#main_form .optin_form .row input
{
    width: 238px;
    border: 1px solid #f3f3f3;
    float: left;
}
*/

#main_form .optin_form .small input { width: 187px; }
#main_form .optin_form .secure_area .small input { width: 170px; }
#main_form .optin_form .secure_area .tiny input { width: 80px; }

.optin_form .row .tip
{
    float: left;
    font-size: 12px;
    padding: 2px 0 9px 0;
    width:270px;
}

.optin_form .row .secure_tag
{
    float: left;
    width: 100px;
    margin-top: 12px;
    font-weight: 700;
    text-indent: 30px;
    background: url(../images/signup/sprite.png) -325px 2px no-repeat;
}

#main_form form .secure_area { position: relative; }

.acceptedcards
{
    background: url("../images/signup/sprite.png") no-repeat scroll -220px -40px transparent;
    bottom: 93px;
    height: 40px;
    position: absolute;
    right: 5px;
    width: 145px;
}
.authnet-seal {
    bottom: 20px;
    height: 72px;
    position: absolute;
    right: 36px;
    width: 90px;
}

.disclaimer
{
    background: #f7f7f7;
    font-size: 11px;
    line-height: 14px;
    width: 480px;
    margin: 0 auto;
}

.disclaimer p { padding: 15px; }

.agree
{
    font-size: 12px;
    line-height: 15px;
    padding: 20px 0;
    text-align: center;
}

#main_form .btn-submit { text-align: center; }

#main_form .btn
{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 20px;
}

#main_form_sidebar
{
    width: 380px;
    float: right;
    color: #414141;
    position: relative;
}

.about_module
{
    background: #f2f2f2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*height: 510px;*/
    padding-bottom: 30px;
}

.about_module h1, .about_module ul
{
    width: 324px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.about_module h1
{
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #d1d1d1;
}

.about_module li
{
    list-style-type: none;
    padding: 15px 0 5px 60px;
    background: url(../images/signup/sprite.png) -564px 30px no-repeat;
}

.blue-edition .about_module .infusionsoft-item {
    display: none !important;
}
.blue-edition .about_module .blue-item {
    display: block !important;
}

.blue-edition .inf-user-checkbox {
    /*display: none;*/
}

.infusionsoft-edition .about_module .blue-item {
    display: none !important;
}
.infusionsoft-edition .about_module .infusionsoft-item {
    display: block !important;
}

.group-feature-checkbox {
    padding-top: 0 !important;
    padding-right: 20px !important;
}

.free_trial_module
{
    /*margin-top: 135px;*/
    border: 1px solid #e0e0e0;
    border-left: 0;
    border-right: 0;
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 765px;
    width: 100%;
}

.trial-45{
    position: absolute;
    top: -100px;
    left: 30px;
    width: 320px;
    padding-top: 103px;
    background: url(../images/signup/infusioncon_special.png) 0px 0px no-repeat;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #d02f27;
    text-indent: 35px;
    text-transform: uppercase;
}

.free_trial_module .module_header
{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-indent: 112px;
    background: url(../images/signup/sprite.png) -500px -95px no-repeat;
    position: relative;
    left: -29px;
}

.free_trial_module p
{
    width: 290px;
    padding: 20px 0 0 30px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
}

.free_trial_module b
{
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-bottom: 15px;
}

.thank_you_module
{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-top: 65px;
    font-weight: 700;
    margin-bottom: 25px;
    position: absolute;
    left: 0;
    top: 950px;
    width: 100%;
}

#footer_optin
{
    height: 110px;
    background: #97cc68;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 50px;
    -moz-box-shadow:
        inset 0 0 40px rgba(000,000,000,.3);
    -webkit-box-shadow:
        inset 0 0 40px rgba(000,000,000,.3);
    box-shadow:
        inset 0 0 40px rgba(000,000,000,.3); 
}

#footer_optin .module_header
{
    height: 100%;
    width: 220px;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #84b15a;
    background: rgba(000,000,000,.1); 
    float: left;
}

#footer_optin .module_header div { padding: 30px 0 0 20px; }
#footer_optin .module_header span { font-weight: 700; }

#footer_optin .arrow
{
    width: 55px;
    height: 100%;
    background: url(../images/signup/sprite.png) -2px -680px no-repeat;
    float: left;
}

#footer_optin form
{
    width: 640px;
    float: left;
    padding-top: 35px;
}

#footer_optin form .row input
{
    width: 196px;
    margin-right: 10px;
}

#footer_optin form .btn
{
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin-top: 1px;
}


#footer_wrap
{
    width: 100%;
    background: #181818 url(../images/signup/bg-footer.png) repeat;
    padding: 0 0 100px 0;
}

#footer
{
    height: auto;
    padding: 60px 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

#footer a
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover { color: #fff; }

#footer .left
{
    width: 240px;
    float: left;
}


.jcf-hidden
{
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}


.select-area
{
    font-size: 12px;
    cursor: pointer;
    width: 82px !important;
    margin-right: 10px;
    border: 1px solid #f3f3f3;
    background: url(../images/signup/sprite.png) no-repeat -527px -395px;
    background: url(../images/signup/sprite.png) no-repeat -527px -395px, -moz-linear-gradient(
        top,
        #efefef 0%,
        #ffffff);
    background: url(../images/signup/sprite.png) no-repeat -527px -395px, -webkit-gradient(
        linear, left top, left bottom, 
        from(#efefef),
        to(#ffffff));
}


.drop-list li:first-child { display: none; }

.select-area .select-opener
{
    position: relative;
    float: right;
    width: 39px;
    height: 28px;
}

.select-options
{
    margin: -5px 0 0;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f3f3f3; 
    z-index: 50;
    width: 82px !important;
    overflow: hidden; 
}

.select-options .drop-holder
{
    border-top: 0;
    overflow: hidden;
    height: 1%;
}

.select-options ul
{
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #000 !important;
    text-indent: 15px;
    font-weight: 400 !important;
}

.select-options ul li
{
    list-style: none outside;
    width: 100%;
    float: left;
}

.select-options ul a
{
    text-decoration: none;
    padding: 3px 6px;
    display: block;
    cursor: pointer;
    color: #000;
    height: 1%;
}

.select-options .item-selected a,
.select-options a:hover
{
    text-decoration: none;
    background: #f75107;
    color: #fff;
}

.select-multiple-area
{
    border: 1px solid #777;
    clear: both;
}

.select-multiple-area .multiple-list
{
    border: none;
    position: static;
}

.select-multiple-area .multiple-list ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.select-multiple-area .multiple-list li { margin: 0; }

.select-multiple-area .multiple-list a:hover
{
    text-decoration: none;
    background: #fff;
    color: #000;
}

.select-multiple-area .multiple-list a
{
    display: block;
    cursor: pointer;
    padding: 5px;
    color: #000;
}

.select-multiple-area .multiple-list .item-selected a
{
    background: #007;
    color: #fff;
}

.select-multiple-area .multiple-list .optgroup strong
{
    display: block;
    padding: 5px;
}

#footer .left .logo
{
    display: block;
    width: 112px;
    height: 18px;
    background: url(../images/signup/sprite.png) -483px -178px no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 10px;
}

#footer .left .copyright { color: #878787; }
#footer ul { float: left; }
#footer .mainnav { width: 235px; }
#footer .companynav { width: 235px; }

#footer li
{
    list-style-type: none;
    display: block;
}

#footer li.navheader { padding-bottom: 5px; }

.ui-tooltip-red {
    background-color: #FC523E !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    border-color: #D95252 !important;
    padding: 2px 0px;
    line-height: 120% !important;
}
.ui-tooltip-red a {
    color: #fff;
    text-decoration: underline;
}
.ui-tooltip-red a:hover {
    text-decoration: none;
}


#loader_block {
    display:none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 500;
}

#loader_block #white_loader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}

#loader_block #image_loader {
    background: #fff url(../images/ajax-loader-circle.gif) center center no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -31px;
    height: 55px;
    width: 60px;    
}

#features_form .form_thank_you {
    display: none;
    font-size: 16px;
    font-weight: bold;
    padding: 100px 15px 0;
    text-align: center; 
}

#footer_optin .form_thank_you {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 31px;
    text-align: center;
}

#footer_optin .form_thank_you {
    display: none;
}

#home_subscribe .dark_loader {
    position: absolute;
    display: none;
}

#home_subscribe .dark_loader .dark {
    background-color: #000000;
    height: 28px;
    opacity: 0.65;
    width: 500px;
}

#home_subscribe .dark_loader .dark_text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 197px;
    margin-top: 5px;
    position: absolute;
    top: 0; 
}

#home_subscribe .subscribe_thanks {
    display: none;
    text-align: center; 
    color: #414141;
}

#main_form .steps {
    display: none;
}

.selectBox-dropdown {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efefef), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #efefef 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
    background-color:#efefef;

    border: 1px solid #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
    color: #555555;   
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    text-indent: 10px;
    width: 238px;   
}

.selectBox-dropdown.google_cals_box {
    width: 300px !important;
}

.selectBox-arrow {
    background: url(../images/signup/drop_down_row.png) no-repeat 50% 50%;
    border-left: 1px solid #DDDDDD;
    display: block;
    height: 34px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    cursor: pointer;
}

.selectBox-label {
    float: left;    
}

.selectBox-dropdown-menu.selectBox-options li a {
    text-align: center; 
}

.w200 { width: 200px; }
.w94 { width: 94px; }
.w80 { width: 80px; }

#main_form #step1 .secure_area .row.small label,
#main_form #step1 .secure_area .row.tiny label{
    width: 150px;
}

#main_form .selectBox.users_num {
    width: 238px !important;
}

.users_num-selectBox-dropdown-menu {
    width: auto !important;
}

.skip-btn, .last-step-skip-btn {
    text-align: center;
    padding: 20px 0 5px 0;
}
.skip-btn a, .last-step-skip-btn a {
    text-decoration: underline;
}
.skip-btn a:hover, .last-step-skip-btn a:hover {
    text-decoration: none;
}

.refresh-connection-btn {
    text-align: center;
    padding: 0px 0 20px 0;
}
.refresh-connection-btn a {
    text-decoration: underline;
}
.refresh-connection-btn a:hover {
    text-decoration: none;
}

.my_extensions_setting .users-wrap {
    clear: both;
    /*
    padding-top: 20px;
    */
}
.my_extensions_setting .users-wrap p {
    
}
.my_extensions_setting .users-wrap .user_items {
    background-color: #fff;
    padding: 5px 15px;
    max-height: 200px;
    overflow: auto;
}
.my_extensions_setting .users-wrap .user_item {
    padding-top: 3px;
}
.my_extensions_setting .users-wrap .user_item.self .user-nm {
    color: #999;
}
.my_extensions_setting .users-wrap .user_item.self input[type="checkbox"] {
    visibility: hidden;
}
.my_extensions_setting .users-wrap .users-container {
    margin-bottom: 15px;
}
.my_extensions_setting .users-wrap label {
    float: none !important;
    line-height: 25px !important;
    cursor: pointer;
    font-weight: normal !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 5px 0 !important;
}
.my_extensions_setting .users-wrap .user_check {
    margin-top: 7px;
}
.my_extensions_setting .users-wrap .users_info{
    margin: 20px 0 0 0;
}
.my_extensions_setting .users-wrap .users_number{
    margin: 0 0 20px 0;
    font-weight: bold;
}

.my_extensions_setting .users-wrap .user-add-res {
    color: green;
    display: block;
    margin-left: 25px;
}
.my_extensions_setting .users-wrap .user-add-res.err {
    color: red;
}

.my_extensions_setting .users-wrap .make-adm-checks label {
    font-weight: normal;
    font-size: 12px !important;
}
.my_extensions_setting .users-wrap .make-adm-checks {
    padding-left: 40px;
    font-weight: normal;
}


.step-tutorial p {
    padding:0 15px;
}
.step-tutorial p a {
    text-decoration: underline;
}

/* ----------------------------------- */
.extensions {
    /*width: 480px;
    margin: 0 auto;*/
}
.my_extensions_setting
{
    /*width: 480px;*/
    background: #efefef;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 5px;
}

.my_extensions_setting .left
{
    width: 330px !important;
    float: left !important;
    margin: 20px;
}

.my_extensions_setting .left img
{
}

.my_extensions_setting .right
{
    margin-right: 20px;
    padding: 20px 0;
}

.my_extensions_setting .right p
{
    width: 295px;
    float: left;
    font-size: 12px;
}

.my_extensions_setting .clear { height: 1px !important; }

.my_extensions_setting .switch
{
    width: 65px;
    float: right;
    text-align: center;
    margin-top: 12px;
    position: relative;
}
.my_extensions_setting .switch .disabled_switch{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #efefef;
    opacity: 0.8;
    cursor: default;
}
.my_extensions_setting .switch .ques{
    position: absolute;
    top: 4px;
    left: 67px;
    margin: 0px;
}
.my_extensions_setting .switch .switcher
{
    width: 65px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 1px;
    background: url(../images/signup/on_off.png) no-repeat 0 100%;
    margin-bottom: 5px;
    cursor: pointer;
}

.extension-infusionsoft .left img {
    margin-bottom: 10px;
}

.extension-zoomus .logo-img {
    max-width: 130px;
}
.extension-exchange .logo-img {
    max-width: 130px;
}
.my_extensions_setting .descr {
    line-height: 24px;
    margin-top: 5px;
}
.extension-zoomus .form-control, .extension-exchange .form-control {
    width: 100% !important;
    border: 1px solid #ccc !important;
    padding: 4px 8px;
    border-radius: 4px !important;
}
.extension-zoomus .select2-container {
    width: 100% !important;
}

.conf-failure {
    margin-top: 5px;
}
.conf-failure img {
    cursor: pointer;
}
.conf-loader {
    margin-top: 20px;
    font-size: 12px;
}
.conf-loader .spinner {
    height: 20px;
}

.dialog-error-box{
    color: #ff3333;
}
.settings-dialog .loader{
    position: absolute;
    background: #fff url(../images/signup/ajax-loader-circle.gif) 50% 50% no-repeat;
    width: 100%;
    opacity: 0.8;
    top: 0px;
    left: 0px;
}

.my_extensions_setting .switch div.switch_on { background-position: 0 0; }

#main_form form .google-cal-item label {
    float: none;
    height: auto;
    line-height: 130%;
    margin: 0 10px 0 0;
    font-weight: normal;
}
#events_home_google_stuff {
    margin-top: 20px;
}
#events_home_google_stuff p {
    margin: 5px 0;
}
.google-cal-item {
    margin: 0 0 5px 0px;
}
/* --------------------------------------- */

.row.row-checkbox {
    padding: 20px 0 25px 220px;
}
.row-checkbox input {
    position:absolute;
    top:-9999px;
    left:-9999px;
}
.row-checkbox .check {
    cursor: pointer;
    line-height: 130%;
}
.row-checkbox .check {
    padding-left: 20px;
    vertical-align: top;
    position: relative;
}
.row-checkbox .check .ch {
    background: url(../images/signup/checkbox.png) 0 0 no-repeat;   
    display: block;
    position: absolute;
    height: 13px;
    width: 13px;
    top: 2px;
    left: 0;
}
.row-checkbox .check.checked .ch {
    background-position: 0 -13px;
}


#main_form .selectBox-dropdown .selectBox-label {
    overflow: hidden;
}

.agree a {
    text-decoration: underline;
}

/*.page_holder.signup-further-steps*/ #main_form_sidebar {
    display: none;
}

.page_holder.signup-further-steps #main_form {
    /*float: none;
    margin-left: auto;
    margin-right: auto;*/
}

/** Progress bar style **/

.progress-bar-signup{
    padding-left: 15px; 
    white-space: nowrap;
    overflow: hidden;
    width: 480px;
}
.progress-bar-signup:after {
    content: ' ';
    display: block;
    clear: both;
}

.infusionsoft-edition .progress-bar-signup div {
    display: none !important; /* hide for now -- too many steps, does not fit */
}

.progress-bar-signup div{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background:#cccccc url(../images/signup/progress_gray.gif) no-repeat right top; 
    padding: 10px 20px 9px 10px;
    font:12px Arial;
    color:#666666;
    position:relative;
}

.progress-bar-signup .step_label_connect_extensions {
    
}

.progress-bar-signup .step_label_select_calendars {
    width: 120px;
}

.progress-bar-signup div.last-item {
    background-image: none;
    width: 300px;
}

.progress-bar-signup span {
    clear:both;
    display: block;
}

.progress-bar-signup .progress_step3{
    width:95px;
}

.progress-bar-signup .progress_step4{
    width: 95px;
}

.progress-bar-signup .progress_step5{
    background:#cccccc;
    width:90px;
}

.progress-bar-signup .progress_active{
    background:#77b949 url(../images/signup/progress_green.png) no-repeat right top!important;
    font-weight:bold;
    color:#ffffff !important;
}
.blue-edition .progress-bar-signup .progress_active{
    background-image: url(../images/signup/progress_blue.png) !important;
    background-color: #1d7fc6 !important;
}
.progress-bar-signup .progress_active_last{
    background:#77b949 !important;
    font-weight:bold;
    color:#ffffff !important;
}
.blue-edition .progress-bar-signup .progress_active_last {
    background-color: #1d7fc6 !important;
}

.progress-bar-signup .progress_active2{
    background:#cccccc url(../images/signup/progress_green2.png) no-repeat right top!important; 
}
.blue-edition .progress-bar-signup .progress_active2{
    background-image: url(../images/signup/progress_blue2.png) !important;
}

.progress-bar-signup.blue-edition-progress .progress_step4 {
    width: 230px;
    text-align: center;
}
.progress-bar-signup.blue-edition-progress .progress_step5 {
    width: 230px;
    text-align: center;
}

.form_header .blue-edition-step {
    display:none;
}
.infusionsoft-edition .form_header .blue-edition-step {
    display:none !important;
}

.blue-edition .form_header .blue-edition-step {
    display:block !important;
}
.blue-edition .form_header .infusionsoft-edition-step {
    display:none !important;
}
.progress-bar-signup.blue-edition-progress {
    display:none;
}
.blue-edition .progress-bar-signup.blue-edition-progress {
    display:block;
}
.blue-edition .progress-bar-signup.infusionsoft-progress {
    display:none;
}



/*
74b842

/** / Progress bar style **/

.btn:hover { background-position: 0 100%; }

.blue_button
{
    cursor: pointer;
    text-indent: 0;
    text-align: center;
    color: #fff;
    background: url(../images/signup/btn-blueblank.png) no-repeat;
    height: 28px;
    padding: 0 0 0 10px;
    line-height: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #107993;
    width: auto;
    display: inline-block;
    position: relative;
    overflow: visible;
    font-size: 11px;
}
.blue_button:hover {
    text-decoration: none;
}
.blue_button:hover { background-position: 0% 100%; }
.blue_button:hover span { background-position: 100% 100%; }

.blue_button span
{
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 28px;
    overflow: hidden;
    background: url(../images/signup/btn-blueblank.png) no-repeat 100% 0;
    z-index: 10;
}

.enabled-msg {
    color:green;
    text-transform: uppercase;
}

.wp-logo-beta {
    color: #fff; 
    position: absolute; 
    text-indent: 0px; 
    top: 0px; 
    font-size: 10px; 
    display: block; 
    right: 0px; 
    text-transform: uppercase;
    line-height: 10px;
}

.tz-prompt {
    margin: 0 0 15px 0;
    background: #efefef;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.tz-selectBox-dropdown-menu li a {
    text-align: left !important;
}

.tz-select-wrap .select2-container {
    width: auto;
}

.strike{
    text-decoration: line-through;
}

#not_infusion_user_popup {
    padding: 35px 20px 0 20px;
    text-align: center;
}
#not_infusion_user_popup p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
}
#not_infusion_user_popup .btn {
    font-size: 18px;    
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
#not_infusion_user_popup .brk01 {
    height: 20px;
}
#not_infusion_user_popup .notify-loader.spin {
    background: url(../images/signup/ajax-loader-circle.gif) 360px 50% no-repeat;   
}


.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert, .alert h4 {
    color: #C09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert-success h4 {
    color: #468847;
}
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.alert-danger h4, .alert-error h4 {
    color: #B94A48;
}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.alert-info h4 {
    color: #3A87AD;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
.alert-small {
    margin-bottom: 10px;
    padding: 0px 35px 0px 14px;
    font-size: .9em;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.alert a.close {
    text-decoration: none;
}


#main_form .alert {
    /*width: 480px;
    margin: 10px auto;*/
    margin: 10px 0;
    padding: 10px;
}

.clear-both {
    clear:both;
}

.progress-bar-signup.no-infusion-steps-progress .progress_step4,
.progress-bar-signup.no-infusion-steps-progress .progress_step5 
{
    width: 230px;
    text-align: center;
}

/*
.feature_hide_infusionsoft_during_signup .my_extensions_setting.extension-infusionsoft {
    display: none;
}
*/


/* my calendars */
.mycal-section-wrapper {
    /*width: 480px;
    margin: 0 auto;*/
}

#mycal-calendar-alert .close {
    right: 0; top: 0;
}
#mycal-calendar-alert li {
    margin: 10px 0;
    font-size: 13px;
}

.mycal-section-wrapper h2 {
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    margin: 20px 0 10px 0;
}

.mycal-calendar-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.mycal-calendar-wrapper h3 {
    display: block;
    position: relative;
    margin:0;
    padding: 3px;
    line-height: 28px;
    background-color: #f3f3f3;
    font-size: 13px;
}

.mycal-calendar-wrapper img {
    width: 28px;
    height: 28px;
    padding: 0 5px;
    display: inline;
}

.mycal-calendar-wrapper .mycal-calendar-activity {
    position: absolute;
    margin: -14px 10px 0 0;
    right: 0;
    top: 50%;
    color: #aaa;
}

.mycal-calendar-wrapper table {
}

.mycal-calendar-wrapper thead {
    font-size: 10px;
}

/*.mycal-calendar-wrapper tbody tr:hover {
    background: #f7f7f7;
}*/

.mycal-calendar-wrapper td {
    padding: 3px 10px;
}

.mycal-calendar-wrapper td.mycal-title {
    display: block;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 180px;*/
}

.mycal-calendar-wrapper td.mycal-title a {
    margin: 0 3px;
    text-decoration: none !important;
}

.mycal-calendar-wrapper td.mycal-title a.edit {
    margin: 0;
    padding: 0 5px 0 0;
    visibility: hidden;
}

/*
.mycal-calendar-wrapper tbody tr:hover td.mycal-title.editable a.edit {
    visibility: visible;
}
*/

.mycal-title-input {
    display: none;
    position: absolute;
    top: 0;
    left: 25px;
}


.mycal-title-input input {
    width: 200px;
    font-size: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 3px 5px;
    margin-right: 5px;
}

.mycal-calendar-wrapper td.fw-col {
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 60px;
}

.mycal-calendar-wrapper td.action-col {
    width: 50px;
    padding: 0;
}

.mycal-calendar-wrapper td.action-col i {
    margin: 0 3px;
    display: none;
}

.mycal-calendar-wrapper.appcore td.action-col i {
    display: inline-block;
}

.mycal-calendar-wrapper.appcore tr.root td.action-col i {
    display: none;
}

.mycal-calendar-wrapper.appcore > h3 {
    padding-left: 10px;
}

.mycal-calendar-wrapper .show-col {
    visibility: hidden;
}

.mycal-calendar-wrapper .cal-name
{
    font-weight: bold;
}
.mycal-calendar-wrapper .cal-name,
.mycal-calendar-wrapper .col-title,
.mycal-calendar-wrapper .col-control
{
    text-align: center;
}
.mycal-calendar-wrapper .col-title {
    font-size: 12px;
}
.mycal-dropdown-label {
    margin: 10px 0 5px 0;
}
.mycal-dropdown-row .select2 {
    width: 100% !important;
}

.cal-row-text {
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .mycal-calendar-wrapper .cal-name
    {
        margin: 20px 0 10px 0;
    }
    .mycal-calendar-wrapper .freebusy-col,
    .mycal-calendar-wrapper .postto-col
    {
        margin: 10px 0;
    }
}
@media (min-width: 768px) {
    .mycal-calendar-wrapper .cal-name,
    .mycal-calendar-wrapper .freebusy-col,
    .mycal-calendar-wrapper .postto-col
    {
        position: relative;
        min-height: 80px;
    }

    .mycal-calendar-wrapper .col-control,
    .mycal-calendar-wrapper .cal-name .cal-name-in
    {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

/* END OF my calendars */

/* applies to WP layout */
@media (max-width: 767px) {
    .page-title h1 {
        font-size:24px;
    }
}
@media (max-width: 500px) {
    .page-title {
        padding-top:10px !important;
        padding-bottom:10px !important;
    }
    .page-title h1 {
        font-size:18px;
    }
}

.form-control {
    height: inherit;
}
.salesforce-instance-url-wrap,
.hubspot-portal-id-wrap {
    margin-bottom: 15px;
}

/* upsell elements */
.upsell-item-cover {
    position: absolute;
    background: #000;
    opacity: 0.3;
    cursor: pointer;   
}
.upsell-modal .modal-title {
    text-align: center;
}
.upsell-modal .modal-footer {
    text-align: center;
}
.upsell-upgrade-btn {
    text-transform: uppercase;
}
.upsell-modal .feature-benefit {
    margin: 0 0 15px 0;
}
.upsell-modal .feature-benefit-logo img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}
.feature-benefit-logo {
    cursor: pointer;
    -webkit-transition: width 100ms;
    -moz-transition: width 100ms;
    -ms-transition: width 100ms;
    -o-transition: width 100ms;
    transition: width 100ms;    
}
.feature-benefit-logo.clicked {
    -webkit-transition: width 400ms;
    -moz-transition: width 400ms;
    -ms-transition: width 400ms;
    -o-transition: width 400ms;
    transition: width 400ms;    
    width: 100% !important;
    margin-bottom: 15px;
}
.upsell-modal .feature-benefit-title {
    font-weight: bold;
    /*
    font-size: 14px;
    */
    margin-bottom: 5px;
}
.upsell-title-logo {
    margin-right: 15px;
}
.upsell-title-logo img {
    max-height: 50px;
    max-width: 200px;
}

.invite-guests-wrap {
    margin-top: 35px;
    margin-bottom: 20px;
}
.invite-guests-wrap input[type="checkbox"] {
    vertical-align: top;
}
.invite-guests-wrap .invite-enable {
    padding-bottom: 20px;
    padding-top: 5px;
}
.invite-guests-wrap p {
    margin-bottom: 5px;
}
.invite-services {
    display: flex;
}
.invite-guests-wrap label {
    cursor: pointer;
}
.invite-service {
    margin-right: 30px;
    width: 220px;
}
.invite-service:last-child {
    margin-right: 0;
}
.invite-service img {
    width: 22px;
    height: auto;
    margin: 0 5px;
}
.invite-service label {
    display: flex;
    align-items: center;
}
.invite-service input[type="radio"] {
    margin: 0;
}
.invite-loader {
    font-size: 12px;
    margin-left: 10px;
    color: #777;    
}
.invite-loader-icon {
    margin-right: 5px;
}
.invite-dropdown {
    width: 400px !important;
}
.invite-dropdown .select2-result-label {
    font-size: 12px;
}
#main_form .invite-guests-wrap label {
    float: none;
    width: auto;
    line-height: initial;
    height: auto;
    margin: 0;
    text-align: initial;
    font-weight: normal;
}