html, body {
    margin: 0;
    padding: 0;
}
html[data-application_mode="false"] body {
    min-height: 100vh;
}

html[data-application_mode="true"] body {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

body {
    background: whitesmoke;
}

html[data-application_mode="false"] body {
    /*background-image: url("../images/blur-26347-27038-hd-wallpapers.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/
    background: #F9A81E; /* Old browsers */
    /*
    */
    background: -moz-linear-gradient(-45deg, #1E4B10 0%, #5AE130 100%);
    background: -webkit-linear-gradient(-45deg, #1E4B10 0%, #5AE130 100%);
    background: linear-gradient(135deg, #1E4B10 0%, #5AE130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E4B10', endColorstr='#5AE130', GradientType=1);
}

html[data-application_mode="false"][data-domain*="hkitda"] body {
    background: -moz-linear-gradient(-45deg, #F9A81E 0%, #F9C01E 100%);
    background: -webkit-linear-gradient(-45deg, #F9A81E 0%, #F9C01E 100%);
    background: linear-gradient(135deg, #F9A81E 0%, #F9C01E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9A81E', endColorstr='#F9C01E', GradientType=1);
}
html[data-application_mode="false"][data-domain*="hka.s3.screen.ws"] body {
    background: -moz-linear-gradient(-45deg, #217894 0%, #1CB0EF 100%);
    background: -webkit-linear-gradient(-45deg, #217894 0%, #1CB0EF 100%);
    background: linear-gradient(135deg, #217894 0%, #1CB0EF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217894', endColorstr='#1CB0EF', GradientType=1);
}

.mms_panel {
    border: 0 none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    text-overflow: ellipsis;
    /*overflow: hidden;*/ /* Web language switcher */
    word-wrap: break-word;
}

.mms_panel + .mms_panel:not([class*="d-none"]) {
    margin-bottom: 1em;
}
.mms_panel:last-of-type {
    margin-bottom: 0em !important;
}

html[data-application_mode="true"] .mms_panel:last-child {
    margin: 0 !important;
}

.mms_overflow {
    overflow: hidden !important;
}

.mms_white-space-nowrap {
    white-space: nowrap !important;
}

.mms_overflow_three_dots {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/*
.dropdown-menu {
    border: 0 none;
    box-shadow: 0 0 1em rgba(0,0,0,.15);
}
*/

footer {
    font-size: 80%;
    font-weight: 400;
}

.muted a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

.datepicker.dropdown-menu {
    opacity: 1 !important;
}

.corporate_individual_info {
    text-align: justify;
    text-justify: auto;
}

/*  */
#d-wrapper * {

    margin: 0;
    padding: 0;
}

#d-wrapper div.sep {
    min-height: 200px;
    padding: 32px 0;

}

.mms_zig-zag {
    height: 40px;
}

.mms_zig-zag:before {
    background: linear-gradient(-45deg, #fff 16px, red 16px, blue 16px, transparent 0),
    linear-gradient(45deg, #fff 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 10px 38px;
    content: " ";
    display: block;
    width: 100%;
    height: 20px;
}

.mms_zig-zag:after {
    background: linear-gradient(-45deg, transparent 16px, #fff 0),
    linear-gradient(45deg, transparent 16px, #fff 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 10px 20px;
    content: "";
    display: block;

    width: 100%;
    height: 20px;
}

.news-panel {
    cursor: pointer;
}

.news-banner {
    width: 100%;
}

.member-card-img {
    max-height: 200px;
}

input.filestyle {
    right: 0;
}






.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
	transform: translateY(-50%) !important;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none !important;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label input[type="checkbox"]:read-only + .cr,
.radio label input[type="radio"]:read-only + .cr {
    opacity: .5;
}

.btn-event-edit-finish {
    border:1px solid #ced4da;
    border-left: 0px;
}

input[type="text"].guest_name {
    border-right: 0px;

}

.w-15 {
    width: 15% !important;
}
.w-35 {
    width: 35% !important;
}