html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a, a:hover, a:active, a:visited {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

i {
    cursor: pointer;
}

.color_434343 {
    background-color: #000;
}

@media (min-width: 768px) {
    .container {
        margin: 0 auto;
        max-width: 1200px;
        min-width: 600px;
        padding: 0 20px;
        width: 100%;
        height: 100%;
    }

    header {
        max-width: 1160px;
        min-width: 600px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #000;
        display: block;
        border-radius: 2px;
        padding: 0px 20px;
    }

    .div_content {
        max-width: 1160px;
        min-width: 600px;
        background-color: #f5f5f5;
        padding: 20px;
        float: left;
    }

    .div_login1 {
        float: left;
        width: 60%;
        padding: 20px;
    }

    .div_login1 p{
        font-size: 19px;
        text-align: justify;
        text-justify: inter-word;
    }

    .div_login2 {
        float: left;
        width: 40%;
        padding: 20px;
    }

    .div_login3{
        margin: 10px 20px;
    }

    .div_login4{
        text-align: right;
        padding-right: 37px;
    }

    .div_login_footer{
        max-width: 1160px;
        min-width: 600px;
    }
}

@media (max-width: 768px) {
    .container {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        height: 100%;
    }

    header {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #000;
        display: block;
        border-radius: 2px;
        padding: 0px 20px;
    }

    .div_content {
        padding-right: 40px;
    }

    .div_login1 {
        width: 100%;
        padding: 20px;
        background-color: #f5f5f5;
    }

    .div_login2 {
        width: 100%;
        padding: 20px;
        background-color: #f5f5f5;
    }

    .div_login4{
        text-align: center;
    }

    .div_login_footer{
        padding-right: 40px;
    }

    .div_login_store{
        width: 120px;
    }
}

header h1 {
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
}

header span {
    float: right;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
    margin-left: 15px;
    cursor: pointer;
}

header i {
    font-size: 18px;
    color: #ffffff;
}

footer {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
}

.maincontent {
    /*margin-top: 20px;*/
    /*width: 100%;*/
    /*min-height: 600px;*/
    /*background: #f5f5f5;*/
    border-radius: 2px;
    /*padding: 40px;*/
    overflow-x: hidden;
    overflow-y: auto;
    /*position: relative;*/
}

#msg_error, .msg_error {
    display: none;
    width: 100%;
    height: 40px;
    background: #ff0000;
    opacity: .7;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    top: 0px;
}

#msg_warning, .msg_warning {
    display: none;
    width: 100%;
    height: 40px;
    background: #ffa800;
    opacity: .7;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    top: 0px;
}

#msg_info, .msg_info {
    display: none;
    width: 100%;
    height: 40px;
    background: #498f24;
    opacity: .7;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    top: 0px;
}

.msg_top i {
    float: right;
    margin-right: 20px;
}

.logintable td {
    padding: 40px;
}

@media screen and (max-width: 800px) {
    .maincontent {
        padding: 10px;
    }

    .logintable td {
        padding: 10px;
    }
}

/* Form Style */
.form_wrapper {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    min-width: 200px;
    font-size: 16px;
    -moz-box-shadow: 1px 1px 7px #ccc;
    -webkit-box-shadow: 1px 1px 7px #ccc;
    box-shadow: 1px 1px 7px #ccc;
    font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
    color: #333;
    /*text-shadow: 1px 1px 1px #fff;*/
}

.form_wrapper .createAccount {
    height: 489px;
}

.form_wrapper h3 {
    /*padding: 20px 30px 20px 30px;*/
    padding-top: 12px;
    background-color: #000;
    color: #fff;
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    height: 55px;
}

.form_wrapper form {
    display: none;
    background: #fff;
}

.form_wrapper .column {
    width: 47%;
    float: left;
}

.form_wrapper a {
    text-decoration: none;
    color: #777;
    font-size: 12px;
}

.form_wrapper a:hover {
    color: #000;
}

.form_wrapper label {
    display: block;
    padding: 10px 30px 0px 30px;
    margin: 10px 0px 0px 0px;
}

.form_wrapper .confirm p {
    display: block;
    padding: 10px 30px 0px 30px;
    margin: 10px 0px 0px 0px;
}

.form_wrapper input,
.form_wrapper select {
    border: solid 1px #E5E5E5;
    background: #FFFFFF;
    margin: 5px 30px 0px 30px;
    padding: 9px;
    display: block;
    font-size: 16px;
    width: 85%;
    background: -webkit-gradient(
            linear,
            left top,
            left 25,
            from(#FFFFFF),
            color-stop(4%, #EEEEEE),
            to(#FFFFFF)
    );
    background: -moz-linear-gradient(
            top,
            #FFFFFF,
            #EEEEEE 1px,
            #FFFFFF 25px
    );
    -moz-box-shadow: 0px 0px 8px #f0f0f0;
    -webkit-box-shadow: 0px 0px 8px #f0f0f0;
    box-shadow: 0px 0px 8px #f0f0f0;
}

.form_wrapper input:focus,
.form_wrapper select:focus {
    background: #feffef;
}

.form_wrapper .bottom {
    background-color: #fff;
    margin-top: 20px;
    clear: both;
    color: #444;
    text-shadow: 1px 1px 1px #ccc;
    min-height: 71px;
}

.form_wrapper .bottom a {
    display: block;
    clear: both;
    padding: 10px 30px;
    text-align: right;
    color: #000;
    text-shadow: 1px 1px 1px #000;
}

.form_wrapper .bottom span {
    display: block;
    float: left;
    margin-top: 26px;
    margin-left: 20px;
}

.form_wrapper a.forgot {
    float: right;
    font-style: italic;
    line-height: 24px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

.form_wrapper a.forgot:hover {
    color: #000;
}

.form_wrapper a.register {
    margin-left: 30px;
    font-style: italic;
    line-height: 24px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

.form_wrapper a.register:hover {
    color: #000;
}

.form_wrapper span.error {
    visibility: hidden;
    color: red;
    font-size: 11px;
    font-style: italic;
    display: block;
    margin: 4px 30px;
}

.form_wrapper input[type="button"] {
    background: #e3e3e3;
    border: 1px solid #ccc;
    color: #333;
    font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 9px;
    text-align: center;
    width: 150px;
    cursor: pointer;
    float: right;
    margin: 15px 20px 10px 10px;
    text-shadow: 0px 1px 0px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 2px #fff inset;
    -webkit-box-shadow: 0px 0px 2px #fff inset;
    box-shadow: 0px 0px 2px #fff inset;
}

.form_wrapper input[type="button"]:hover {
    background: #d9d9d9;
    -moz-box-shadow: 0px 0px 2px #eaeaea inset;
    -webkit-box-shadow: 0px 0px 2px #eaeaea inset;
    box-shadow: 0px 0px 2px #eaeaea inset;
    color: #222;
}

.ui-corner-all {
    border-radius: 4px;
}

.cat_detail {
    width: 100%;
    background: #e8e8e8;
    padding: 16px;
    border-top: 1px solid #ffffff;
    line-height: 29px;
}

.action-button {
    border-color: #f05a3f;
    background-color: #f05a3f;
    color: #fff;
}

.action-button:hover {
    border-color: #f05a3f;
    background-color: #f05a3f;
    color: #fff;
}

.action-button:active {
    border-color: #ea4729;
    background-color: #ea4729;
    color: #fff;
}

.action-button:visited {
    border-color: #ea4729;
    background-color: #ea4729;
    color: #fff;
}

.cancel-button {
    border: 1px solid #ccc;
    background: #e3e3e3;
    color: #333;
}

.p_margin {
    margin: 10px;
}

#main_show {
    width: 800px;
    text-align: left;
    display: none;
    margin: 30px 0;
}

.item {
    /*border-color: #FFFFFF;*/
    /*border-bottom: 1px solid #dddddd;*/
    /*border-top:1px solid #dddddd;*/
}

@media screen and (max-width: 800px) {
    #main_show {
        width: 98%;
        min-width: 350px;
        padding-left: 1%;
        padding-right: 1%;
        margin: 0px;
    }
}



.button.button-haustalk {
    border-color: transparent;
    background-color: #000;
    color: #fff; }
.button.button-haustalk:hover {
    color: #fff;
    text-decoration: none; }
.button.button-haustalk.active, .button.button-haustalk.activated {
    background-color: #0380b9; }
.button.button-haustalk.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #000; }
.button.button-haustalk.button-icon {
    border-color: transparent;
    background: none; }
.button.button-haustalk.button-outline {
    border-color: #000;
    background: transparent;
    color: #000; }
.button.button-haustalk.button-outline.active, .button.button-haustalk.button-outline.activated {
    background-color: #000;
    box-shadow: none;
    color: #fff; }


.button.button-action {
    border-color: transparent;
    background-color: #33cd5f;
    color: #fff; }
.button.button-action:hover {
    color: #fff;
    text-decoration: none; }
.button.button-action.active, .button.button-action.activated {
    background-color: #28a54c; }
.button.button-action.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #33cd5f; }
.button.button-action.button-icon {
    border-color: transparent;
    background: none; }
.button.button-action.button-outline {
    border-color: #33cd5f;
    background: transparent;
    color: #33cd5f; }
.button.button-action.button-outline.active, .button.button-action.button-outline.activated {
    background-color: #33cd5f;
    box-shadow: none;
    color: #fff; }



.button.button-warning {
    border-color: transparent;
    background-color: #e3d12b;
    color: #fff; }
.button.button-warning:hover {
    color: #fff;
    text-decoration: none; }
.button.button-warning.active, .button.button-warning.activated {
    background-color: #d1bd09; }
.button.button-warning.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #e3d12b; }
.button.button-warning.button-icon {
    border-color: transparent;
    background: none; }
.button.button-warning.button-outline {
    border-color: #e3d12b;
    background: transparent;
    color: #e3d12b; }
.button.button-warning.button-outline.active, .button.button-warning.button-outline.activated {
    background-color: #e3d12b;
    box-shadow: none;
    color: #fff; }



.button.button-error {
    border-color: transparent;
    background-color: #ef473a;
    color: #fff;
    border-radius: 0px;
    font-size: 10px;
}
.button.button-error:hover {
    color: #fff;
    text-decoration: none; }
.button.button-error.active, .button.button-error.activated {
    background-color: #e42112; }
.button.button-error.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #ef473a; }
.button.button-error.button-icon {
    border-color: transparent;
    background: none; }
.button.button-error.button-outline {
    border-color: #ef473a;
    background: transparent;
    color: #ef473a; }
.button.button-error.button-outline.active, .button.button-error.button-outline.activated {
    background-color: #ef473a;
    box-shadow: none;
    color: #fff; }


.button.button-cancel {
    border-color: transparent;
    background-color: #e2e2e2;
    color: #444; }
.button.button-cancel:hover {
    color: #444;
    text-decoration: none; }
.button.button-cancel.active, .button.button-cancel.activated {
    background-color: #e5e5e5; }
.button.button-cancel.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #b2b2b2; }
.button.button-cancel.button-icon {
    border-color: transparent;
    background: none; }
.button.button-cancel.button-outline {
    border-color: #b2b2b2;
    background: transparent;
    color: #b2b2b2; }
.button.button-cancel.button-outline.active, .button.button-cancel.button-outline.activated {
    background-color: #b2b2b2;
    box-shadow: none;
    color: #fff; }


.button.button-canceldark {
    border-color: transparent;
    background-color: #c4c4c4;
    color: #444; }
.button.button-canceldark:hover {
    color: #444;
    text-decoration: none; }
.button.button-canceldark.active, .button.button-canceldark.activated {
    background-color: #999999; }
.button.button-canceldark.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #777777; }
.button.button-canceldark.button-icon {
    border-color: transparent;
    background: none; }
.button.button-canceldark.button-outline {
    border-color: #777777;
    background: transparent;
    color: #777777; }
.button.button-canceldark.button-outline.active, .button.button-canceldark.button-outline.activated {
    background-color: #777777;
    box-shadow: none;
    color: #fff; }

.button.button-cancel-active {
    border-color: transparent;
    background-color: #e2e2e2;
    color: #000; }
.button.button-cancel-active:hover {
    color: #000;
    text-decoration: none; }
.button.button-cancel-active.active, .button.button-cancel-active.activated {
    background-color: #e5e5e5; }
.button.button-cancel-active.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #b2b2b2; }
.button.button-cancel-active.button-icon {
    border-color: transparent;
    background: none; }
.button.button-cancel-active.button-outline {
    border-color: #b2b2b2;
    background: transparent;
    color: #b2b2b2; }
.button.button-cancel-active.button-outline.active, .button.button-cancel-active.button-outline.activated {
    background-color: #b2b2b2;
    box-shadow: none;
    color: #fff; }


.button.button-canceldark-active {
    border-color: transparent;
    background-color: #c4c4c4;
    color: #000; }
.button.button-canceldark-active:hover {
    color: #000;
    text-decoration: none; }
.button.button-canceldark-active.active, .button.button-canceldark-active.activated {
    background-color: #999999; }
.button.button-canceldark-active.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #777777; }
.button.button-canceldark-active.button-icon {
    border-color: transparent;
    background: none; }
.button.button-canceldark-active.button-outline {
    border-color: #777777;
    background: transparent;
    color: #777777; }
.button.button-canceldark-active.button-outline.active, .button.button-canceldark-active.button-outline.activated {
    background-color: #777777;
    box-shadow: none;
    color: #fff; }


.button.button-stable-active {
    border-color: transparent;
    background-color: #f8f8f8;
    color: #000; }
.button.button-stable-active:hover {
    color: #000;
    text-decoration: none; }
.button.button-stable-active.active, .button.button-stable-active.activated {
    background-color: #e5e5e5; }
.button.button-stable-active.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #b2b2b2; }
.button.button-stable-active.button-icon {
    border-color: transparent;
    background: none; }
.button.button-stable-active.button-outline {
    border-color: #b2b2b2;
    background: transparent;
    color: #b2b2b2; }
.button.button-stable-active.button-outline.active, .button.button-stable-active.button-outline.activated {
    background-color: #b2b2b2;
    box-shadow: none;
    color: #fff; }



.bar.bar-haustalk {
    border-color: #0380b9;
    background-color: #000;
    background-image: linear-gradient(0deg, #0380b9, #0380b9 50%, transparent 50%);
    color: #fff; }
.bar.bar-haustalk .title {
    color: #fff; }
.bar.bar-haustalk.bar-footer {
    background-image: linear-gradient(180deg, #0380b9, #0380b9 50%, transparent 50%); }



.toggle.toggle-haustalk input:checked + .track {
    border-color: #000;
    background-color: #000; }

.toggle-small .toggle-haustalk input:checked + .track {
    background-color: rgba(34, 162, 220, 0.5); }

.toggle-small .toggle-haustalk input:checked + .track .handle {
    background-color: #000; }

.button-clear.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #FFFFFF; }


.bar-title {
    background-color: #f5f5f5;
}


.haustalk, a.haustalk {
    color: #000; }

.haustalk-bg {
    background-color: #000; }

.haustalk-border {
    border-color: #000; }

@media (min-width: 680px) {
    .modal {
        top: 0px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * {
        margin-top: 20px;
    }
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
        height: 64px;
    }
    .platform-ios.platform-cordova .modal-wrapper .modal .has-header,
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader {
        top: 64px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.item-thumbnail-right > img:first-child,
.item-thumbnail-right .item-image,
.item-thumbnail-right .item-content > img:first-child,
.item-thumbnail-right .item-content .item-image {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 80px;
    max-height: 80px;
    height: 100%;
    width: auto;;
}

/* when hiding the picture */
.ng-hide-add         { animation:0.2s lightSpeedOut ease; }

/* when showing the picture */
.ng-hide-remove      { animation:0.5s lightSpeedIn ease; }
/* light speed out */
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 0%, 0) skewX(0deg);
        transform: translate3d( 0,0%, 0) skewX(0deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate3d( 0,0%, 0) skewX(0deg);
        transform: translate3d( 0,0%, 0) skewX(0deg);
        transform: translate3d( 0,0%, 0) skewX(0deg);
        opacity: 0;
    }
}

/* light speed in */
@keyframes lightSpeedIn {
    0% {
        opacity: 0;
    }

    100% {
        transform: translate3d(0,0%,  0) skewX(0deg);
        transform: translate3d(0,0%,  0) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
    }

    100% {
        transform: translate3d( 0,0%, 0) skewX(0deg);
        transform: translate3d( 0,0%, 0) skewX(0deg);
        transform: translate3d( 0,0%, 0) skewX(0deg);
        opacity: 1;
    }
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid #dddddd; }