html {
    height: 100%;
}

body {
    height: 100%;
}

body {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.confirmArea h6 {
    font-size: 1.6em;
    background-color: #f6f6f6;
    padding: 19px 37px;
    font-weight: 500;
}

.confirmArea .listLine {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 7px;
    margin: 0;
}

.confirmButton {
    background-color: #cab40f;
    border-radius: 3px;
    padding: 7px 10px;
    color: white;
    border: none;
    font-size: 1em;
    font-weight: 100;
}

.deleteButton {
    background-color: #154277;
    border-radius: 3px;
    padding: 7px 10px;
    color: white;
    border: none;
    font-size: 1em;
    font-weight: 100;
    margin-left: 6px;
}

body, ul, li {
    margin: 0;
}

ul, li {
    list-style: none;
}

form, ul, li, .cleanButton {
    padding: 0;
}

.ghost {
    pointer-events: none;
}

.blk, .form label > * {
    display: block;
}

:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.abs, .abs-c > * {
    position: absolute;
}

.rel, .rel-c > * {
    position: relative;
}

.fix, .fix-c > * {
    position: fixed;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.no-select, .n-s {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.fl, .fl-c > * {
    float: left;
}

.fr, .fr-c > * {
    float: right;
}

.inline, .inline-c > * {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.inline-c > * {
    font-size: 0;
}

.spacer {
    clear: both;
    float: none !important;
    height: auto !important;
    width: auto !important;
}

.margin-center {
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.text-center > * {
    text-align: left;
}

.text-right {
    text-align: right;
}

a:link {
    text-decoration: none;
    cursor: pointer;
}

.underline {
    text-decoration: underline !important;
}

.hUnderline:hover {
    text-decoration: underline !important;
}

.bigger {
    font-size: 1.2em;
}

.justify {
    text-align: justify;
}

.cleanButton {
    background: none;
    cursor: pointer;
}

img, .cleanButton {
    border: 0;
}

dl, dd, dt, .cleanButton {
    margin: 0
}

dd {
    margin-left: 15px
}

.form label > * {
    width: 100%;
}

.form label {
    padding-right: 4px;
    margin-left: 10px;
}

.form label:first-child {
    margin-left: 0;
}

.form label.select {
    padding-right: 0;
}

.form label.select select {
    float: left;
    padding: 1px;
    margin-top: 0;
}

.form fieldset {
    padding: 10px 6px
}

.confirmArea h6 {
    font-size: 1.3em;
    background-color: #f6f6f6;
    padding: 19px 17px;
    font-weight: 500;
}

.vertical-n, .vertical-n + * {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.vertical-n {
    vertical-align: middle !important;
    height: 100% !important;
    width: 0 !important;
    border: 0 !important;
}

.vertical-n + *, .vertical-c > * {
    vertical-align: middle;
}

.fill-w, .fill-parent {
    width: 100%;
}

.fill-h, .fill-parent {
    height: 100%;
}

.f0 {
    font-size: 0;
}

/* Dynamic Build */

.d-box {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: -moz-box;
    -moz-box-orient: horizontal;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    display: box;
    box-orient: horizontal;
}

.d-box.orient-v {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    box-orient: vertical;
}

.d-box.center-v {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
}

.d-box.center-h {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
}

.d-box > .flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
}

.d-box > .flex-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    box-flex: 2;
}

/* Form area base */
.form-area .form-item > label, .form-area .form-item > .label {
    display: block;
}

.form-area .form-item + .form-item {
    margin-left: 8px;
}

.form-area .form-item > label > *, .form-area .form-item > .label > * {
    display: block;
    width: 100%;
}

.form-area .form-item button {
    border: none;
    padding: 6px 17px;
    background: #154279;
    color: white;
    border-radius: 2px;
}

.form-area .form-item > label > *:first-child, .form-area .form-item > .label > *:first-child {
    padding: 0 0 2px;
    color: #87c057;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-area .group + .group {
    margin-top: 18px;
}

textarea,
select,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="password"] {
    padding: 5px 6px;
    margin: 0;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    font-family: monospace;
    background: white;
}

select {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 24px;
}

input[type="date"],
input[type="time"] {
    padding-top: 4px;
    padding-bottom: 4px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus {
    outline: none;
    border-color: #154279;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.form-item.disabled .label > *:first-child,
.form-item.disabled label > *:first-child {
    opacity: .6;
}

textarea.disabled,
select.disabled,
input[type="text"].disabled,
input[type="number"].disabled,
input[type="tel"].disabled,
input[type="date"].disabled,
input[type="time"].disabled,
input[type="password"].disabled {
    border-style: dashed;
    opacity: .7;
}

.form-text-hidden {
    color: transparent !important;
}

.checkArea input:before {
    display: none !important;
}

.checkArea > * {
    display: block;
}

.checkArea label > * {
    display: inline-block;
    vertical-align: text-top;
}

.checkArea label {
    display: block;
    background: rgba(0, 0, 0, .03);
    font-size: .9em;
    line-height: 160%;
    padding: 3px 5px 0;
    height: 23px;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.checkArea > * + * {
    margin-left: 8px;
}

.uppercase {
    text-transform: uppercase;
}

.onPrint {
    display: none;
}

.mac-os .grid-list > header > .area {
    padding-right: 0 !important;
}