﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@charset "UTF-8";

html{
    position: relative;
    min-height: 100%;
}
body {
    height: 100%;
    padding-top: 0;
    font-size: 20px;
    color: #777;
    background: #f9f9f9;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
    margin: 0 0 60px;
}


 /*=======================================================
 * Bootstrap Override
 *=======================================================*/

 .input-sm {
    height: 30px;
    font-size: 18px;
    line-height: 1.5 !important;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

  /*=======================================================
 * Bootstrap Override(END)
 *=======================================================*/
.main-diagnosis input[type=radio],
.login-widget input[type=checkbox],
.login-widget input[type=radio] {
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 2;
    cursor: pointer
}

#initial-registration-form .main-diagnosis label{
    font-size: 18px;
    margin:  5px 0 0 0;
}

#initial-registration-form .main-diagnosis hr{
    margin: 5px 0;
}

input[type=radio] {
    margin-top: 0
}
input[type=checkbox]:checked+.custom-checkbox,
input[type=radio]:checked+.custom-radio {
    background-color: #f5f8fc
}
input[type=checkbox]+.custom-checkbox,
input[type=checkbox]:disabled+.custom-checkbox,
input[type=radio]+.custom-radio,
input[type=radio]:disabled+.custom-radio {
    display: inline-block;
    position: relative;
    line-height: 13px;
    background-color: #fafafa;
    margin-right: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
input[type=checkbox]:hover+.custom-checkbox,
input[type=radio]:hover+.custom-radio {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}
input[type=checkbox]+.custom-checkbox:before {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
input[type=checkbox]:disabled+.custom-checkbox,
input[type=radio]:disabled+.custom-radio {
    background-color: #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
input[type=checkbox]+.custom-checkbox,
input[type=radio]+.custom-radio {
    display: inline-block;
    font-family: fontAwesome;
    font-size: 12px;
    content: "";
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 15px;
    vertical-align: middle
}
input[type=checkbox]:checked+.custom-checkbox:before {
    content: '\f00c';
    border-color: rgba(0, 0, 0, .2);
    font-size: 12px;
    color: #7a7a7a;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    text-shadow: 0 1px #fff
}
input[type=radio]+.custom-radio,
input[type=radio]:disabled+.custom-radio {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    line-height: 0
}
input[type=radio]+.custom-radio:before {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}
input[type=radio]:checked+.custom-radio:before {
    content: '';
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
    background-color: #777;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    text-shadow: 0 1px #fff
}
input[type=radio]:checked+.custom-radio.blue:before {
    color: #09C
}
input[type=checkbox]:disabled:active+.custom-checkbox,
input[type=radio]:disabled:active+.custom-radio {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}
input[type=checkbox]:active+.custom-checkbox,
input[type=radio]:active+.custom-radio {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1)
}
input[type=radio]:active+.custom-radio {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}
.label-checkbox,
.label-radio {
    overflow: hidden;
    display: block;
    cursor: auto;
    margin-bottom: 0
}
.label-radio {
    padding-top: 6px;
    cursor: pointer;
}
.label-checkbox.inline,
.label-radio.inline {
    display: inline-block;
    margin-right: 5px
}
.label-radio.inline {
    padding-top: 5px
}


span.field-validation-error.text-danger{
    display: inline-block;
    margin-top: -12px;
}

span.star{
    color: #FF5E5E;
}

.login-wrapper {
    width: 100%;
    margin: 80px 0 60px 0;
    animation: bounceInDownSmall 1s ease;
    -webkit-animation: bounceInDownSmall 1s ease;
    -moz-animation: bounceInDownSmall 1s ease;
    -ms-animation: bounceInDownSmall 1s ease;
    -o-animation: bounceInDownSmall 1s ease;
}

.login-wrapper .login-widget {
    margin: 20px auto 0;
    max-width: 600px;
}

.panel.panel-default .panel-heading {
    background: #fff;
    color: #777;
    border-color: #f1f5fc;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.form-login .label-radio.inline{
    font-size: 18px;
}



.primary-font {
    color: #3c8dbc
}
.text-white {
    color: #fff
}
.text-primary {
    color: #424f63
}
.text-info {
    color: #6bafbd
}
.text-success {
    color: #65cea7
}

@media(max-width: 400px){
    span.title.text-success{
        font-size: 20px;
    }
}

.text-warning {
    color: #f3ce85
}
.text-danger {
    color: #fc8675
}
.font-normal {
    font-weight: 400!important
}
.text-shadow-white {
    text-shadow: 0 1px 0 #fff
}
.bg-white {
    background-color: #fff
}
.bg-light {
    background-color: #f1f5fc
}
.bg-dark {
    background-color: #222
}
.bg-grey {
    background-color: #eee;
    text-shadow: 0 1px #fff
}
.bg-primary {
    background-color: #424f63;
    color: #BECFDF
}
.bg-primary a {
    color: #BECFDF
}
.bg-primary a:focus,
.bg-primary a:hover {
    color: #fff
}
.bg-warning {
    background-color: #f3ce85;
    color: #fff
}
.bg-info {
    background-color: #6bafbd;
    color: #fff
}
.bg-success {
    background-color: #65cea7;
    color: #fff
}
.bg-danger {
    background-color: #fc8675!important;
    color: #fff!important
}

.btn.btn-transparent {
    background: 0 0;
    border: none
}
.btn.quick-btn {
    padding: 5px 20px;
    font-size: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}
.btn.quick-btn span {
    display: block;
    font-size: 13px;
    font-weight: 600
}
.btn.btn-primary {
    background: #424f63;
    border: 1px solid #2e3744
}
.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #343e4e;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.btn.btn-info {
    background: #79CBDC;
    border: 1px solid #4c99a9
}
.btn.btn-info.active,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
    background: #52a2b2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.btn.btn-success {
    background: #65cea7;
    border: 1px solid #3ec291
}
.btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
    background: #4ac598;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.btn.btn-warning {
    background: #f3ce85;
    border: 1px solid #eebb57
}
.btn.btn-warning.active,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
    background: #f0c164;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.btn.btn-danger {
    background: #fc8675;
    border: 1px solid #fb5a43
}
.btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
    background: #fb6752;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.alert {
    color: #8B6420;
    background: #fcf3e2;
    border: 1px solid #f3ce85;
    padding: 10px
}
.alert.alert-info {
    color: #0f5d84;
    background: #b2d5dc;
    border: 1px solid #6bafbd
}
.alert.alert-success {
    color: #1b601c;
    background: #b2e7d3;
    border: 1px solid #65cea7
}
.alert.alert-danger {
    color: #DA5956;
    background: #feded9;
    border: 1px solid #fc8675
}


#twzipcode .address-input {
    width: 32.35%;
    margin-right:5px;
    padding: 2px 5px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 30px;
    font-size: 18px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

 #twzipcode .address-input:nth-child(3){
     margin:0;
 }

#twzipcode .address-input:last-child{
    width: 100%;
    margin: 10px 0 0 0;
}

.form-group.half{
    display: inline-block;
    vertical-align:top;
    width: 49%;
}

.form-group.one-third{
    display: inline-block;
    vertical-align:top;
    width: 32%;
}

.form-group.one-third.last{
    display: inline-block;
    vertical-align:top;
    width: 25%;
}

.form-group.one-fourth{
    display: inline-block;
    vertical-align:top;
    width: 25%;
}

.form-group.one-fifth{
    display: inline-block;
    vertical-align:top;
    width: 20%;
}

.color-radio label{
    margin-top: 10px;
}
.color-radio.no-margin label{
    margin-top: 0;
}

.label-radio.inline.other-text-wrapper{
    display: none;
    width: inherit;
    padding: 4px 12px 6px;
}

.btn-default.other-text-wrapper:active,
.btn-default.other-text-wrapper:focus,
.btn-default.other-text-wrapper:hover{
    outline:0;
    box-shadow: none;
    background-color: #fff;
    border-color: #adadad;
    border-color: #ccc;
}

.other-text-wrapper input,.other-text-wrapper span{
    padding: 0;
    height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    border: none;
    outline: 0 !important;
    box-shadow: none!important;
}

@media (max-width: 480px) {
    #twzipcode .address-input{
            width: 31.671874%;
    }
    .form-group.half {
        width:100%;
    }

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 25px 0 25px 0;
}