@charset "UTF-8";

html {
    font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    max-width: 480px;
    margin: 0 auto;
}

ul, ol {
    padding-left: 20px;
}

/* -- brand color ---------------------------------------------------------- */

.btn-brand, .btn-brand:focus, .btn-brand:active, .btn-brand:visited {
    color: #ffffff;
    background-color: #408F36;
    border-color: #408F36;
}

.text-brand {
    color: #408F36 !important;
}

.bg-brand {
    background-color: #408F36 !important;
}

.border-brand {
    border-color: #408F36 !important;
}

.btn-outline-brand {
    color: #408F36;
    border-color: #408F36;
}


/* -- loading -------------------------------------------------------------- */

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.loading img {
    width: 48px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 40%;
}

.btn-add-brand, .btn-add-brand:focus, .btn-add-brand:active, .btn-add-brand:visited {
    color: rgba(83 ,181 ,53,1);
    background-color: rgba(83 ,181 ,53,1);
    border-color: rgba(83 ,181 ,53,1);
}