@import "/css/jquery.webui-popover.css";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow: auto;
    background-image: url("../images/todo-cloud-landingpage-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 20%;
    background-size: cover;
}

.main-header {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.main-header .btn-default {
    margin-top: 12px;
}

body {
    background-image: none;
}

.main-wrapper {
    height: calc(100% - 80px);
}

.main-container-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.main-container {
    display: table-cell;
    vertical-align: middle;
}

.logo-wrapper {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.main-home-link {
    display: inline-block;
    text-align: center;
    min-height: 48px;
}

.main-home-link img {
    height: inherit;
}

.main-home-link img.small-s {
    height: 60px;
}

.m-t-0 {
    margin-top: 0!important;
}
.m-l-20 {
    margin-left: 20px;
}

.retina-s {
    display: none;
}

.slogan {
    text-align: center;
    color: #5aa0e8;
    font-weight: 300;
    line-height: 1;
    font-size: 21pt;
    margin: 1em 0;
}

.auth-forms-wrapper {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(93, 160, 229, 0.6);
}

.sign-up-form-wrapper {
    padding-bottom: 20px;
}

.half-part {
    width: 50%;
    float: left;
    padding-bottom: 30px;
}

.half-part.last {
    float: right;
}

.half-part.last:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #add6f6;
}

.block-title {
    background-color: rgba(93, 160, 229, 0.5);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 16pt;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.block-title:before {
    content: '';
    background-image: url("../images/check-icon-sm.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}

.half-part.last .block-title {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.terms_agree_statement {
    display: block;
    text-align: center;
    max-width: 1000px;
    width: auto;
    margin: 0 auto;
    color: #2f6398;
    font-weight: 400;
    font-size: 10pt;
    margin-top: 16px;
}

.terms_agree_statement a {
    font-weight: 500;
    color: #2f6398;
    text-decoration: underline;
}

.emailoptin-label {
    padding: 0;
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 16px;
    color: #2f6398;
    display: inline-block;
}

.emailoptin-label input[type="checkbox"] {
    vertical-align: middle;
}

.rememberme-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 18px;
}

.rememberme-label {
    color: #fff;
    padding: 0;
    text-align: center;
    cursor: pointer;
    width: auto;
    display: inline;
    font-size: 12pt;
    font-weight: 300;
}

.rememberme-label input[type="checkbox"] {
    vertical-align: middle;
}

.more-info {
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 12pt;
    font-weight: 300;
    line-height: 16pt;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    display: block;
    width: 60%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
    padding: 16px 10px;
    cursor: text;
    font-size: 10pt;
    font-family: 'Roboto', sans-serif;
}

.labeled_control:first-child input[type="text"],
.labeled_control:first-child input[type="password"],
.labeled_control:first-child input[type="email"] {
    margin-top: 0;
}

.input_status {
    width: 60%;
    margin: 0 auto;
    padding: 0 10px;
    height: 0;
    overflow: hidden;
    display: block;
    opacity: 0;
    background-color: rgba(200, 0, 0, 0.7);
    -webkit-transition: all 0.1s ease-out 0.3s;
    -moz-transition: all 0.1s ease-out 0.3s;
    -o-transition: all 0.1s ease-out 0.3s;
    transition: all 0.1s ease-out 0.3s;
}

.input_status.visible-error {
    opacity: 1;
    height: auto;
    padding: 2px 10px;
}

.auth-forms-wrapper button,
.forgot-password-button {
    width: 160px;
    padding: 15px 10px;
    margin: 0 auto;
    margin-top: 16px;
    background-color: #f7a913;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.08);
    border: none;
    display: block;
    -webkit-transition: all 0.1s ease-out 0.3s;
    -moz-transition: all 0.1s ease-out 0.3s;
    -o-transition: all 0.1s ease-out 0.3s;
    transition: all 0.1s ease-out 0.3s;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
}

.forgot-password-button.disabled,
.forgot-password-button.disabled:hover,
.forgot-password-button.disabled:focus,
.forgot-password-button.disabled:active {
    background-color: rgba(247, 169, 21, 0.6);
    cursor: default;
}

.auth-forms-wrapper button:hover,
.forgot-password-button:hover {
    outline: none;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    background-color: #eda112;
}

.auth-forms-wrapper button:active,
.auth-forms-wrapper button:focus,
.forgot-password-button:active,
.forgot-password-button:focus {
    outline: none;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    background-color: #f8a813;

}

.auth-forms-wrapper .forgot-password-wrapper {
    width: 100%;
    margin: 16px auto;
    text-align: center;
}

.auth-forms-wrapper .forgot-password {
    color: #fff;
    padding: 0;
    text-align: center;
    cursor: pointer;
    width: auto;
    display: inline;
    font-size: 11pt;
    font-weight: 300;
}
#modal_body .simple_list li{
    clear:both;
    float: none;;
}
#modal_container  #modal_body .simple_list label{
    width: 20%;
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 22px;
    line-height: 1;
}
#modal_body .simple_list input,
.reset-password-form input {
    padding: 5%;
    border: 1px solid #dedbdb;
    display: inline;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
#modal_body .simple_list input{
    width: 80%;
    float: right;
}

#modal_body .simple_list input:focus,
#modal_body .simple_list input:active,
.reset-password-form input:focus,
.reset-password-form input:active {
    border-color: #777;
}

.webui-popover {
    border: none;
    padding: 0;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    width: 360px;
    max-width: 100%;
}

.webui-popover .input_status {
    width: 100%;
    padding: 2px 5%;
    font-size: 11pt;
}

#modal_container {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.webui-popover-title {
    font-weight: 300;
    font-size: 14pt;
    text-align: center;
    padding: 18px 14px;
    color: #fff;
    background-color: #6fa8df;
    font-family: 'Roboto', sans-serif;
}

.webui-popover-content p {
    font-size: 11pt;
    line-height: 16pt;
    margin-top: 0;
}

.webui-popover-content {
    padding: 10px;
}

.tfb-sign-up .auth-forms-wrapper {
    padding: 20px 0;
}

.tfb-sign-up .auth-forms-wrapper input[type="text"],
.tfb-sign-up .auth-forms-wrapper input[type="password"],
.tfb-sign-up .auth-forms-wrapper input[type="email"] {
    width: 100%;
}

.tfb-sign-up .todo-for-business .team_create_input_label.team_label_error {
    color: #D40D12;
}
.team_validation_error_message{
    color: #D40D12;
}

.tfb-sign-up .input_status{
    width: 100%;
    font-size: 10pt;
    margin-top: -10px;
}
#messageContainer{
    width: 100%;
}
@media (max-width: 767px) {
    .auth-forms-wrapper {
        position: relative;
        margin: 0 auto;
    }

    .half-part {
        background-color: rgba(93, 160, 229, 0.6);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        float: none;
        clear: both;
        width: 100%;
    }

    .half-part.last {
        margin-top: 30px;
    }

    .half-part.last:before {
        content: '';
        display: none;
        position: static;
        width: 0;
        height: 100%;
        background-color: transparent;
    }

    .half-part .block-title {
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
    }
}

@media (max-width: 540px) {
    input[type="text"],
    input[type="password"],
    input[type="email"] {
        width: 90%;
    }
}

@media (max-width: 360px) {
    .main-home-link img {
        width: 100%;
        height: auto;
    }

    .small-s {
        display: none;
    }

    .retina-s {
        display: inline;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3) {
    .small-s {
        display: none;
    }

    img.retina-s {
        display: inline-block;
        width: auto;
        height: 73px;
    }
}

@media only screen and (max-width: 400px) {
    .main-header .col-xs-12 {
        float: none;
        width: 100%;
    }

    .main-header .btn-default {
        width: 100%;
    }

    .m-l-20 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 540px) {
    img.retina-s {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .container-bt {
        max-width: 1000px;
    }
}
@media (max-width: 992px) {
    .tfb-sign-up form {
        margin-bottom: 20px;
    }
}

.tfb-sign-up .info-block{
    margin: 0;
    padding: 20px 0;
}
.tfb-sign-up .info-block:first-child{
    margin-top: 0;
    padding-top: 0;
}
.tfb-sign-up .info-block:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.tfb-sign-up .info-block h3:first-child{
    margin-top: 0;
}
.tfb-sign-up .todo-for-business,
.tfb-sign-up .todo-for-business .team_create_pricing_detail_paragraph,
.tfb-sign-up .todo-for-business .team_create_input_label,
.tfb-sign-up .todo-for-business h3,
.tfb-sign-up .todo-for-business p {
    color: #fff;
}

.tfb-sign-up .todo-for-business p {
    font-size: 11pt;
}

.tfb-sign-up .todo-for-business input[type="text"],
.tfb-sign-up .todo-for-business input[type="password"],
.tfb-sign-up .todo-for-business input[type="email"] {
    margin-top: 0;
    padding: 5px 10px;
}

.tfb-sign-up .auth-forms-wrapper button {
    width: 100%;
    margin: 0;
}


.settings_inner_content {
    margin: 20px;
}

.todo-for-business h1 {
    font-size: 16pt;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1;
}

.todo-for-business h3 {
    font-size: 14pt;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 20px;
    font-weight: 300;

}

.todo-for-business .team_pricing_option {
    border-color: #fff;
}

.todo-for-business h4.info-title {
    color: #fff;
}
.team_create_input {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-right: 20px;
}

.team_create_input_row {
    display: block;
}

.team_create_pricing_detail_paragraph {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #999999;
}

.team_help_section {
    margin-top: 40px;
}

.team_tos_agree_field {
    padding: 10px 0;
}

.team_tos_agree_field a,
.team_tos_agree_field label {
    color: #fff;
}

.team-create-submit-form .team_tos_agree_field {
    padding: 6px 0;
}

.team_item_hidden {
    display: none !important;
}

.team_price_warning {
    display: inline-block;
    background-color: #CCCCCC;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 14px;
}

.team_price_warning a {
    color: #fff;
}

.todo-for-business select,
.additional-info select {
    font-size: 16px;
    height: 38px;
    padding: 9px 4px 7px 10px;
    margin-top: 0;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    background-color: #fafafa;
}

.todo-for-business option {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.team_validation_error_message {
    color: #FF0000;
    font-weight: 300;
    text-align: center;
    margin-top: 8px;
}

.team_discount {
    margin-left: 30px;
}

.team_discount_selected {
    font-weight: 600;
}

.team_modal_invoice_section {
    margin-top: 10px;
    display: inline-block;
}

.team_modal_invoice_item_label {
    display: inline-block;
    float: left;
    margin-top: 6px;
    text-align: right;
    width: 330px;
}

.team_modal_invoice_item_value {
    display: inline-block;
    margin-left: 20px;
    margin-top: 6px;
    width: 140px;
}

.team_modal_invoice_item_supplement {
    color: #fff;
    float: left;
    margin-right: 150px;
    text-align: right;
    width: 330px;
}

.team_modal_invoice_subtotal {
    font-weight: 600;
}

.team_modal_invoice_total {
    font-size: larger;
    font-weight: 600;
}



#yearly_savings {
    font-weight: 400;
    color: #fff;
}

.additional-info {
    margin: 15px  auto;
    text-align: center;
}

.additional-info select {
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center;
    font-size: 12px;
    height: 24px;
    padding: 4px;
    color: #555;
}
#reset_pw_error_message{
    width: 400px;
    color: red;
    text-align: center;
}

@media screen and (max-width: 700px) {
    #modal_container {
        max-width: 100%;
        min-width: 120px;
    }
}
