﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

* {
    -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
    }


a {
    background: transparent
}

    a:active, a:hover {
        outline: 0
    }

svg:not(:root) {
    overflow: hidden
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: auto
}


#toast-main {
    position: fixed;
    z-index: 999998;
    left: 240px;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}


.facebookpage.chataction:not(.responsive) #toast-main, .zalopage.chataction:not(.responsive) #toast-main, .register-facebook #toast-main, .login-has-facebook #toast-main {
    left: 0
}


button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}


input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }


html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

.text-left {
    text-align: left
}


.text-center {
    text-align: center
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="range"] {
    display: block;
    width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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
}

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.form-group {
    margin-bottom: 15px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}


.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0
}


.hidden {
    display: none !important;
    visibility: hidden !important
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hrv-checkbox, input[type="checkbox"] {
    position: relative;
    top: 0;
    margin: 0 .5rem 0 0;
    cursor: pointer
}

    .hrv-checkbox:before, input[type="checkbox"]:not(.hrv-checkbox):before {
        -webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
        -moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
        transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
        -webkit-transform: rotate(-45deg) scale(0,0);
        -moz-transform: rotate(-45deg) scale(0,0);
        -ms-transform: rotate(-45deg) scale(0,0);
        -o-transform: rotate(-45deg) scale(0,0);
        transform: rotate(-45deg) scale(0,0);
        content: "";
        position: absolute;
        left: -1px;
        right: 0;
        top: .3em;
        margin: auto;
        z-index: 1;
        width: 10px;
        height: 5px;
        border: 2px solid #58b3f0;
        border-top-style: none;
        border-right-style: none
    }



html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#blanklayout {
    text-align: center
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 240px;
    z-index: 1051;
    background-color: transparent;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none
}


.login {
    white-space: normal;
    text-align: center
}

.dialog-subheading {
    padding-top: 20px;
    color: #95a7b7;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    line-height: 24px
}

.dialog-footheading {
    padding-top: 20px;
    color: #95a7b7;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px
}

.login-container {
    max-width: 360px;
    margin: 0 auto;
    color: #95a7b7;
    padding: 0 10px
}

    .login-container .list-group {
        border-radius: 8px;
        box-shadow: 0 0 2px rgba(49,55,61,.2)
    }

        .login-container .list-group .list-group-item:first-child .form-control {
            border-radius: 8px 8px 0 0
        }

.dialog-ico {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 30px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover
}

.ico-email {
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20width%3D%2220px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2020%2015%22%20version%3D%221.1%22%3E%3Ctitle%3Email2%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%2F%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%3Cg%20id%3D%22Login---Text-entered%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate%28-467.000000%2C%20-248.000000%29%22%20fill%3D%22%2395A7B7%22%3E%3Cg%20id%3D%22Fields%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate%28437.000000%2C%20220.000000%29%22%3E%3Cg%20id%3D%22Email%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3Cg%20id%3D%22mail2%22%20transform%3D%22translate%2830.000000%2C%2028.000000%29%22%3E%3Cpath%20d%3D%22M9.55307692%2C8.63%20C9.82%2C8.8375%2010.18%2C8.8375%2010.4469231%2C8.63%20L19.8107692%2C1.385%20C19.9423077%2C1.2825%2020.0023077%2C1.10083333%2019.9607692%2C0.930833333%20C19.8307692%2C0.395%2019.3815385%2C0%2018.8461538%2C0%20L1.15384615%2C0%20C0.618461538%2C0%200.169230769%2C0.395%200.0392307692%2C0.930833333%20C-0.00230769231%2C1.10083333%200.0576923077%2C1.2825%200.189230769%2C1.385%20L9.55307692%2C8.63%22%20id%3D%22Fill-1%22%2F%3E%3Cpath%20d%3D%22M19.3915385%2C3.75583333%20L10.4469231%2C10.6783333%20C10.3130769%2C10.7816667%2010.1569231%2C10.8333333%2010%2C10.8333333%20C9.84307692%2C10.8333333%209.68692308%2C10.7816667%209.55307692%2C10.6783333%20L0.608461538%2C3.75583333%20C0.353846154%2C3.55916667%200%2C3.75666667%200%2C4.095%20L0%2C13.75%20C0%2C14.44%200.516923077%2C15%201.15384615%2C15%20L18.8461538%2C15%20C19.4830769%2C15%2020%2C14.44%2020%2C13.75%20L20%2C4.095%20C20%2C3.75666667%2019.6461538%2C3.55916667%2019.3915385%2C3.75583333%22%20id%3D%22Fill-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 0;
    background-position: center
}

.ico-password {
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20width%3D%2217px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2017%2020%22%20version%3D%221.1%22%3E%3Ctitle%3Elock%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%2F%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%3Cg%20id%3D%22Login---Text-entered%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate%28-467.000000%2C%20-316.000000%29%22%20fill%3D%22%2395A7B7%22%3E%3Cg%20id%3D%22Fields%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate%28437.000000%2C%20220.000000%29%22%3E%3Cg%20id%3D%22Password%22%20transform%3D%22translate%280.000000%2C%2071.000000%29%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3Cpath%20d%3D%22M45.725%2C33.3333333%20L45.3%2C33.3333333%20L45.3%2C31.875%20C45.3%2C28.02%2042.3131%2C25%2038.5%2C25%20C34.6869%2C25%2031.7%2C28.02%2031.7%2C31.875%20L31.7%2C33.3333333%20L31.275%2C33.3333333%20C30.5712%2C33.3333333%2030%2C33.8933333%2030%2C34.5833333%20L30%2C43.75%20C30%2C44.44%2030.5712%2C45%2031.275%2C45%20L45.725%2C45%20C46.4288%2C45%2047%2C44.44%2047%2C43.75%20L47%2C34.5833333%20C47%2C33.8933333%2046.4288%2C33.3333333%2045.725%2C33.3333333%20L45.725%2C33.3333333%20Z%20M34.25%2C31.875%20C34.25%2C29.3808333%2036.07665%2C27.5%2038.5%2C27.5%20C40.92335%2C27.5%2042.75%2C29.3808333%2042.75%2C31.875%20L42.75%2C33.3333333%20L34.25%2C33.3333333%20L34.25%2C31.875%20L34.25%2C31.875%20Z%20M40.2%2C40.0166667%20C40.2%2C40.9275%2039.44605%2C41.6666667%2038.517%2C41.6666667%20L38.483%2C41.6666667%20C37.55395%2C41.6666667%2036.8%2C40.9275%2036.8%2C40.0166667%20L36.8%2C38.3166667%20C36.8%2C37.4058333%2037.55395%2C36.6666667%2038.483%2C36.6666667%20L38.517%2C36.6666667%20C39.44605%2C36.6666667%2040.2%2C37.4058333%2040.2%2C38.3166667%20L40.2%2C40.0166667%20L40.2%2C40.0166667%20Z%22%20id%3D%22lock%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 0;
    background-position: center
}

.login .ico-domain-login {
    background: url("http://hstatic.net/0/0/global/design/imgs/webdomain.png") no-repeat 0 0;
    background-position: center
}


.login h4:not(.modal-title) {
    color: #95a7b7;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px
}

.login .btn-login {
    width: 100%;
    background: #479ccf;
    border: 0;
    height: 62px;
    line-height: 50px;
    color: #fff;
    font-size: 18px
}

    .login .btn-login:hover {
        background: #4293c2
    }

.login .rememberme {
    text-align: center
}

    .login .rememberme #RememberMe {
        margin-top: 2px
    }

.login .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.login label:not(.modal-label), .login:not(.modal-label) {
    color: #95a7b7
}

.login .domain-addon {
    position: absolute;
    top: 28px;
    right: 10px
}

.login li.list-group-item {
    padding: 0;
    margin: 0;
    border: 0
}

    .login li.list-group-item:last-child {
        padding: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden
    }

.login .form-signin {
    margin: 0 auto
}

.login .form-group {
    padding: 5px 20px;
    position: relative
}

.login input.form-control {
    padding: 24px 24px 24px 70px;
    color: #31373d;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
    font-weight: 300;
    height: auto
}

.login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    color: #8295a7 !important
}

.login .link-forgot-pass {
    text-decoration: none
}

.login .input-group {
    display: table;
    border-collapse: separate;
    width: 360px
}

.login .validation-summary-errors {
    background: #fff1f1;
    color: #950000;
    border-bottom: 1px solid #ffe4e4;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 8px 8px 0 0 !important
}

    .login .validation-summary-errors li {
        white-space: pre-wrap;
        max-width: 300px;
        padding: 0 20px;
        margin: 0 auto
    }

.login .forgetpasswordcontainer .forgetpasswordnotice {
    background-color: #fcf5d9;
    color: #9b731d;
    border-bottom: 1px solid #ffe4e4;
    border-radius: 3px 3px 0 0;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 16px
}

    .login .forgetpasswordcontainer .forgetpasswordnotice span {
        padding: 2px 0
    }



.pageload-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #77b6ff;
    box-shadow: 0 0 10px rgba(119,182,255,.7);
    z-index: 999999;
    pointer-events: none
}


body {
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: initial;
    color: #1a1a1a;
    line-height: 18px;
    font-size: 14px;
    background: #f1f1f1;
    -webkit-overflow-scrolling: touch
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

label {
    margin: 0;
    font-weight: 500
}

ul, ol {
    padding: 0;
    margin-bottom: 0
}

li {
    list-style-type: none;
    line-height: 20px
}

a, a:hover {
    text-decoration: none;
    color: #0078bd;
    cursor: pointer
}


.btn {
    outline: none;
    padding: 7px 12px;
    border-radius: 3px
}

.text-left {
    text-align: left
}

.form-control {
    box-shadow: none;
    line-height: normal;
    padding-bottom: 0;
    padding-top: 0;
    border-color: #e3e3e3;
    border-radius: 3px;
    height: 36px
}

a:active, a:hover {
    outline: none
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,.2)
    }

    .btn-social.btn-xs {
        padding-right: 10px
    }

        .btn-social.btn-xs > :first-child {
            font-size: 15px;
            line-height: 23px
        }

    .btn-social .icon {
        float: left;
        width: 45px;
        padding: 5px;
        border-right: 1px solid rgba(0,0,0,.2)
    }

        .btn-social .icon > :first-child {
            width: 32px;
            height: 32px
        }

    .btn-social .content {
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,.2);
    width: 225px;
    /* text-align: center; */
    margin: 0 auto;
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,.2)
    }


input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="checkbox"] {
}

.width-150-px {
    width: 150px !important
}


.mt80 {
    margin-top: 80px
}


.mb5 {
    margin-bottom: 5px !important
}

.mb20 {
    margin-bottom: 20px !important
}


.fade {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}


.modal {
    top: 100px;
    max-height: calc(100vh - 100px)
}


@media screen and (max-height: 768px) {
    .modal {
        top: 60px;
        max-height: calc(100vh - 120px)
    }

        .modal .modal-body {
            max-height: calc(100vh - 241px)
        }

            .modal .modal-body.two-btn-dropdown {
                max-height: calc(100vh - 266px)
            }
}


@media screen and (max-height: 480px) {
    .modal {
        top: 10px;
        max-height: calc(100vh - 20px)
    }

        .modal .modal-body {
            max-height: calc(100vh - 141px)
        }
}

.vertical-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.z-top {
    z-index: 9999999
}

@media(min-width: 1200px) {
    :not(.scroll-horizontal-style)::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    :not(.scroll-horizontal-style)::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(193,193,193,.3)
    }

    :not(.scroll-horizontal-style)::-webkit-scrollbar-thumb {
        background: rgba(193,193,193,.8);
        -webkit-box-shadow: inset 0 0 6px rgba(193,193,193,.5)
    }

        :not(.scroll-horizontal-style)::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(193,193,193,.4)
        }
}

.svg-next-icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -.15em;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle
}


#fresh-chat {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    border-radius: 3px 0 0 0;
    border: none;
    cursor: pointer;
    background: #fff;
    box-shadow: rgba(0,0,0,.15) 0 3px 12px;
    cursor: pointer;
    padding: 0;
    outline: none
}

    #fresh-chat:before {
        content: "";
        background-image: url(../images/icon_freshchat.png);
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        height: 34px;
        width: 34px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin: auto
    }

#fc_frame {
    display: none
}


.ico, .store-setup__ico--checkbox {
    display: inline-block;
    line-height: 0;
    vertical-align: top;
    text-indent: 999em;
    white-space: nowrap;
    overflow: hidden
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fa-facebook:before {
    content: "";
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
}

.login .rememberme #RememberMe {
    margin-top: 2px;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hrv-checkbox, input[type="checkbox"] {
    position: relative;
    top: 0;
    margin: 0 .5rem 0 0;
    cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input, button, select, textarea {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    margin: 0;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 14px;
    line-height: normal;
}


    .hrv-checkbox:after, input[type="checkbox"]:not(.hrv-checkbox):after {
        content: "";
        position: absolute;
        left: -1px;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid #c4cdd5;
        cursor: pointer;
        border-radius: 3px;
    }


    .hrv-checkbox:checked:after, input[type="checkbox"]:not(.hrv-checkbox):checked:after {
        border-color: #58b3f0;
    }



    .hrv-checkbox:checked:before, input[type="checkbox"]:not(.hrv-checkbox):checked:before {
        -webkit-transform: rotate(-45deg) scale(1,1);
        -moz-transform: rotate(-45deg) scale(1,1);
        -ms-transform: rotate(-45deg) scale(1,1);
        -o-transform: rotate(-45deg) scale(1,1);
        transform: rotate(-45deg) scale(1,1);
    }

