﻿@font-face {
    font-family: Segoe UI;
    src: url(../Content/fonts/SEGOEUI.woff) format('woff');
}

@font-face {
    font-family: Segoe UI Light;
    src: url(../Content/fonts/SEGOEUIL.woff) format('woff');
}

@font-face {
    font-family: Segoe UI Symbol;
    src: url(../Content/fonts/SEGOEUIS.woff) format('woff');
}

@font-face {
    font-family: Thai San Neue Light;
    src: url(../Content/fonts/ThaiSansNeue-Light.woff) format('woff');
}

html {
    background-color: RGB(216, 216, 216);
}

body {
    outline-offset: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Thai San Neue Light;
    height: auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    /*overflow: -moz-scrollbars-none;*/
}

/* AppDialog */
.AppDialog {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: RGBA(0, 0, 0, 0.5) 50% 50% no-repeat;
    /*background: RGBA(0, 0, 0, 0.5) url(images/loading.gif) 50% 50% no-repeat;*/
}

    .AppDialog.Expand {
        display: block;
    }

/* MainContentAppDialog */
.MainContentAppDialog {
    position: absolute;
    margin: auto;
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: rgb(63,63,63);
    box-sizing: border-box;
}

.TextMessageMainContentAppDialog {
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
    font-weight: lighter;
}

.CommandBarMainContentAppDialog {
    float: left;
    position: relative;
    margin: 10px 0px 10px 0px;
    border: none;
    height: auto;
    width: inherit;
    box-sizing: border-box;
}

.PrimaryCommandItemCommandBarMainContentAppDialog {
    height: 40px;
    background-color: rgb(255, 102, 0);
}

    .PrimaryCommandItemCommandBarMainContentAppDialog button {
        border: none;
        background: none;
        height: 100%;
        width: 100%;
        color: white;
        text-align: center;
        vertical-align: middle;
        font-family: Thai San Neue Light;
        font-size: 16.5pt;
    }

        .PrimaryCommandItemCommandBarMainContentAppDialog button figure {
            display: inline;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 40px;
            background-repeat: no-repeat;
            background-size: 45px;
        }

    .PrimaryCommandItemCommandBarMainContentAppDialog:hover {
        opacity: 0.75;
    }


.SecondaryCommandItemCommandBarMainContentAppDialog {
    height: 40px;
    background-color: rgb(127, 127, 127);
}

    .SecondaryCommandItemCommandBarMainContentAppDialog button {
        border: none;
        background: none;
        height: 100%;
        width: 100%;
        color: white;
        text-align: center;
        vertical-align: middle;
        font-family: Thai San Neue Light;
        font-size: 16.5pt;
    }

    .SecondaryCommandItemCommandBarMainContentAppDialog figure {
        display: inline;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 40px;
        background-repeat: no-repeat;
        background-size: 45px;
    }

.SecondaryCommandItemCommandBarMainContent:hover {
    cursor: pointer;
    opacity: 0.75;
}








/* AppBar */
.AppBar {
    position: fixed;
    top: 0;
    min-width: 320px;
    width: 100%;
    height: 60px;
    background-color: RGB(127, 127, 127);
    z-index: 1;
}

    .AppBar.Internal {
        background-color: rgb(63, 63, 63);
    }

.IconAppBar {
    float: left;
    width: 175px;
    height: 60px;
    background-color: RGB(63, 63, 63);
}

.TitleAppBar {
    padding: 5px 0px 5px 5px;
    float: left;
    color: white;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
    line-height: 16.5pt;
}

/* Navigate */
.NavigateAppBar {
    float: right;
    padding: 10px;
    width: 30px;
    height: 40px;
    background-color: rgb(127, 127, 127);
    z-index: 99;
}

    .NavigateAppBar.Expand {
        opacity: 0.75;
    }

    .NavigateAppBar span {
        display: block;
        margin: 7px 20px 7px 0px;
        width: 30px;
        height: 3px;
        background: rgba(255,255,255, 0.75);
    }

.NavigatePopup {
    position: fixed;
    top: 60;
    margin: 0px;
    min-width: 320px;
    width: 100%;
    z-index: 1;
}

    .NavigatePopup .Triangle {
        display: none;
    }

    .NavigatePopup ul {
        list-style-type: none;
        margin: 10px;
        padding: 0px;
        overflow: hidden;
        background-color: white;
    }

        .NavigatePopup ul li {
            display: none;
        }

            .NavigatePopup ul li a, .NavigatePopup ul li button {
                display: inline-block;
                border: none;
                border-top: white inset 1pt;
                padding: 20px 20px 20px 20px;
                width: 100%;
                background-color: rgb(127, 127, 127);
                color: white;
                text-decoration: none;
                text-align: left;
                font-weight: lighter;
                font-family: Thai San Neue Light;
                font-size: 16.5pt;
            }

                .NavigatePopup ul li button:hover {
                    opacity: 0.75;
                }

    .NavigatePopup.Expand .Triangle {
        display: block;
        float: right;
        margin-top: 0px;
        margin-right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent rgb(127, 127, 127) transparent;
        background-color: transparent;
    }

    .NavigatePopup.Expand ul {
        position: relative;
    }

        .NavigatePopup.Expand ul li {
            float: none;
            display: inline;
        }

            .NavigatePopup.Expand ul li a {
                display: block;
            }

/* FooterBar */
.FooterBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: RGB(191,191,191);
}

.IconFooterBar {
    padding: 10px 0px 0px 10px;
    float: left;
    max-width: 175px;
    max-height: 50px;
}

.CopyrightPrimaryFooterBar {
    padding: 10px 10px 0px 0px;
    color: RGB(64,64,64);
    text-align: Right;
    vertical-align: bottom;
    font-family: Thai San Neue Light;
    font-weight: Bold;
    font-size: 12.5pt;
    line-height: 12.5pt;
}

.CopyrightSecondaryFooterBar {
    padding: 0px 10px 0px 0px;
    color: RGB(64,64,64);
    text-align: Right;
    vertical-align: top;
    font-family: Thai San Neue Light;
    font-size: 12.5pt;
    line-height: 12.5pt;
}

/*#region SignIn Content */

.SignInContent {
    position: relative;
    float: right;
    margin: 60px 0px 50px 0px;
    padding: 50px 0px 0px 0px;
    min-width: 320px;
    min-height: 408px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.PrimaryBarSignInContent {
    position: relative;
    float: right;
    margin: 10px 20px 10px 20px;
    padding: 20px 20px 20px 20px;
    min-width: 250px;
    width: 60%;
    height: auto;
    background-color: rgba(194, 194, 194, 0.75);
    box-sizing: border-box;
}

.SecondaryBarSignInContent {
    position: relative;
    float: right;
    margin: 10px 20px 10px 20px;
    padding: 20px 20px 20px 20px;
    min-width: 150px;
    width: auto;
    height: auto;
    background-color: rgba(194, 194, 194, 0.75);
    box-sizing: border-box;
}

.NormalTextCaptionSignInContent {
    display: inline-flex;
    float: left;
    min-height: 25px;
    background-color: Transparent;
    color: RGB(64,64,64);
    text-align: left;
    font-weight: lighter;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
}

.NormalTextBoxSignInContent {
    position: relative;
    float: left;
    min-height: 25px;
    width: 100%;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-sizing: border-box;
}

    .NormalTextBoxSignInContent input {
        float: left;
        padding: 5px 10px 5px 10px;
        border-style: groove;
        border-width: thin;
        border-color: RGB(211,211, 211);
        border-radius: 0px;
        min-height: 25px;
        width: inherit;
        color: RGB(64,64,64);
        text-align: left;
        vertical-align: text-top;
        font-family: Thai San Neue Light;
        font-size: 14.5pt;
        box-sizing: border-box;
    }

.NormalMobileSwitchSignInContent {
    padding: 0px 5px 0px 5px;
}

/* NormalMobileSwitchSignInContent */
.NormalMobileSwitchSignInContent .km-switch span {
    border-width: thin;
    border-color: RGB(127,127,127);
    border-radius: 50px;
    background-color: rgba(175, 175, 175, 0.5);
    width: 100px;
}

.NormalMobileSwitchSignInContent .km-switch-container span {
    margin: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    border-radius: 50px;
    background-color: rgba(224, 148, 97, 0.75);
    width: 50px;
}



/*#endregion */

/* CoverContent */
.CoverContent {
    position: relative;
    margin: 60px 0px 50px 0px;
    min-width: 320px;
    min-height: 458px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgb(127, 127, 127);
}

/* NormalTextCaptionCoverContent */
.NormalTextCaptionCoverContent {
    position: relative;
    float: left;
    padding: 10px 20px 10px 20px;
    min-height: 25px;
    width: inherit;
    background-color: Transparent;
    color: white;
    text-align: left;
    font-weight: lighter;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
    box-sizing: border-box;
}

    .NormalTextCaptionCoverContent figure {
        margin: 0px;
        padding: 5px 0px 0px 60px;
        min-height: 25px;
        background-repeat: no-repeat;
        background-size: 45px;
    }

/* MainContent */
.MainContent {
    position: relative;
    margin: 60px 0px 50px 0px;
    min-width: 320px;
    min-height: 458px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

/* TitleMainContent */
.TitleMainContent {
    float: right;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.5);
    color: RGB(64,64,64);
    text-align: right;
    font-family: Thai San Neue Light;
    font-size: 14.5pt;
}

/* HiddenMainContent */
.HiddenMainContent {
    display: none;
}

/* NormalTextCaptionMainContent */
.NormalTextCaptionMainContent {
    position: relative;
    float: left;
    padding: 10px 20px 10px 20px;
    min-height: 25px;
    width: inherit;
    background-color: Transparent;
    color: RGB(64,64,64);
    text-align: left;
    font-weight: lighter;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
    box-sizing: border-box;
}

    .NormalTextCaptionMainContent figure {
        margin: 0px;
        padding: 5px 0px 0px 40px;
        min-height: 25px;
        background-repeat: no-repeat;
        background-size: 45px;
    }

/* NormalTextBoxMainContent */
.NormalTextBoxMainContent {
    position: relative;
    float: left;
    padding: 0px 20px 0px 20px;
    min-height: 40px;
    height: auto;
    width: inherit;
    border-radius: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-sizing: border-box;
}

    .NormalTextBoxMainContent input, textarea,
    .k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input, .k-multiselect-wrap {
        float: left;
        padding: 5px 5px 5px 5px;
        border-style: groove;
        border-width: thin;
        border-color: RGB(211,211, 211);
        border-radius: 0px;
        min-height: 25px;
        width: inherit;
        color: RGB(64,64,64);
        text-align: left;
        vertical-align: text-bottom;
        font-family: Thai San Neue Light;
        font-size: 16.5pt;
        box-sizing: border-box;
        resize: none;
    }

    .NormalTextBoxMainContent input,
    input.k-textbox {
        height: 40px;
        line-height: normal;
        text-indent: 0px;
    }

    .NormalTextBoxMainContent input,
    input.k-textbox, textarea.k-textbox {
        height: auto;
        line-height: normal;
        text-indent: 0px;
    }

/* NormalComboBoxMainContent */
.NormalComboBoxMainContent {
    position: relative;
    float: left;
    padding: 0px 20px 0px 20px;
    min-height: 25px;
    width: inherit;
    border-radius: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-sizing: border-box;
}

    .NormalComboBoxMainContent span.k-widget.k-combobox.k-header {
        width: inherit;
    }

    .NormalComboBoxMainContent span.k-dropdown-wrap.k-state-default, span.k-dropdown-wrap.k-state-disabled {
        padding: 0;
        border: none;
        background: none;
    }

        .NormalComboBoxMainContent span.k-dropdown-wrap.k-state-default .k-input, span.k-dropdown-wrap.k-state-disabled .k-input {
            float: left;
            padding: 0px 5px 0px 5px;
            border-style: groove;
            border-width: thin;
            border-color: RGB(211,211, 211);
            border-radius: 0px;
            min-height: 25px;
            width: 100%;
            background-color: white;
            color: RGB(64,64,64);
            text-align: left;
            vertical-align: middle;
            font-family: Thai San Neue Light;
            font-size: 16.5pt;
            box-sizing: border-box;
        }

        .NormalComboBoxMainContent span.k-dropdown-wrap.k-state-default span.k-select, span.k-dropdown-wrap.k-state-disabled span.k-select {
            border: none;
        }

/* NormalDropDownMainContent */
.NormalDropDownMainContent {
    position: relative;
    float: left;
    padding: 0px 20px 0px 20px;
    min-height: 25px;
    width: inherit;
    border-radius: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-sizing: border-box;
}

    .NormalDropDownMainContent span.k-widget.k-dropdown.k-header {
        width: inherit;
    }

    .NormalDropDownMainContent span.k-dropdown-wrap.k-state-default, span.k-dropdown-wrap.k-state-disabled {
        padding: 0;
        border: none;
        background: none;
    }

        .NormalDropDownMainContent span.k-dropdown-wrap.k-state-default span.k-input, span.k-dropdown-wrap.k-state-disabled span.k-input {
            float: left;
            padding: 0px 5px 0px 5px;
            border-style: groove;
            border-width: thin;
            border-color: RGB(211,211, 211);
            border-radius: 0px;
            min-height: 25px;
            width: 100%;
            background-color: white;
            color: RGB(64,64,64);
            text-align: left;
            vertical-align: middle;
            font-family: Thai San Neue Light;
            font-size: 16.5pt;
            box-sizing: border-box;
        }

        .NormalDropDownMainContent span.k-dropdown-wrap.k-state-default span.k-select, span.k-dropdown-wrap.k-state-disabled span.k-select {
            border: none;
        }

/* NormalDatePickerMainContent */
.NormalDatePickerMainContent {
    position: relative;
    float: left;
    padding: 0px 20px 0px 20px;
    min-height: 25px;
    width: inherit;
    border-radius: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-sizing: border-box;
}

    .NormalDatePickerMainContent span.k-widget.k-datepicker.k-header {
        width: inherit;
    }

    .NormalDatePickerMainContent span.k-picker-wrap.k-state-default {
        padding: 0;
        border: none;
        background: none;
    }

        .NormalDatePickerMainContent span.k-picker-wrap.k-state-default input {
            float: left;
            padding: 5px 5px 5px 5px;
            border-style: groove;
            border-width: thin;
            border-color: RGB(211,211, 211);
            border-radius: 0px;
            min-height: 25px;
            width: inherit;
            color: RGB(64,64,64);
            text-align: left;
            vertical-align: text-bottom;
            font-family: Thai San Neue Light;
            font-size: 16.5pt;
            box-sizing: border-box;
        }

        .NormalDatePickerMainContent span.k-picker-wrap.k-state-default span.k-select {
            border: none;
        }


/* NormalTimePickerMainContent */
.NormalTimePickerMainContent {
    position: relative;
    float: left;
    padding: 0px 20px 0px 20px;
    min-height: 25px;
    width: inherit;
    border-radius: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-sizing: border-box;
}

    .NormalTimePickerMainContent span.k-widget.k-timepicker.k-header {
        width: inherit;
    }

    .NormalTimePickerMainContent span.k-picker-wrap.k-state-default {
        padding: 0;
        border: none;
        background: none;
    }

        .NormalTimePickerMainContent span.k-picker-wrap.k-state-default input {
            float: left;
            padding: 5px 5px 5px 5px;
            border-style: groove;
            border-width: thin;
            border-color: RGB(211,211, 211);
            border-radius: 0px;
            min-height: 25px;
            width: inherit;
            color: RGB(64,64,64);
            text-align: left;
            vertical-align: text-bottom;
            font-family: Thai San Neue Light;
            font-size: 16.5pt;
            box-sizing: border-box;
        }

        .NormalTimePickerMainContent span.k-picker-wrap.k-state-default span.k-select {
            border: none;
        }

/* NormalMobileSwitchMainContent */
.NormalMobileSwitchMainContent .km-switch span {
    border-width: thin;
    border-color: RGB(127,127,127);
    border-radius: 50px;
    background-color: rgba(191, 191, 191, 0.75);
    width: 100px;
}

.NormalMobileSwitchMainContent .km-switch-container span {
    margin: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    border-radius: 50px;
    background-color: rgba(224, 148, 97, 0.75);
    width: 50px;
}

/* NormalUploadMainContent */
.NormalUploadMainContent {
    position: relative;
    float: left;
    padding: 0px 20px 0px 20px;
    min-height: 25px;
    width: inherit;
    box-sizing: border-box;
}

    .NormalUploadMainContent .k-widget.k-upload.k-header.k-upload-sync {
        width: inherit;
        border-radius: 0px;
        border-width: thin;
        border-color: RGB(127,127,127);
        background-color: white;
    }

        .NormalUploadMainContent .k-widget.k-upload.k-header.k-upload-sync .k-button.k-upload-button {
            margin: auto;
            padding: 5px 0px 5px 0px;
            min-height: 25px;
            width: inherit;
            box-sizing: border-box;
        }

    .NormalUploadMainContent .k-widget.k-upload.k-header {
        padding: 5px 5px 5px 5px;
        border-style: groove;
        border-width: thin;
        border-color: RGB(211,211, 211);
    }

    .NormalUploadMainContent .k-button.k-upload-button {
        padding: 10px 10px 10px 10px;
        width: 100%;
        text-align: center;
        font-weight: lighter;
        font-family: Thai San Neue Light;
        font-size: 16.5pt;
        box-sizing: border-box;
    }

    .NormalUploadMainContent .k-upload-files {
        margin: 0px;
    }

    .NormalUploadMainContent .k-widget.k-upload.k-header .k-dropzone {
        padding: 0px;
    }

        .NormalUploadMainContent .k-widget.k-upload.k-header .k-dropzone em {
            display: none;
        }

    .NormalUploadMainContent .k-upload-status.k-upload-status-total {
        display: none;
    }

    /*.NormalUploadMainContent .k-file-progress .k-progress{
        background-color: rgb(54, 186, 114);        
    
      .NormalUploadMainContent .k-file-success .k-progress{
        background-color: rgb(54, 186, 114);        
    }*/

    .NormalUploadMainContent .k-file-progress span.k-filename,
    .NormalUploadMainContent .k-file-success span.k-filename {
        top: unset;
        line-height: unset;
        font-size: 14.5pt;
        max-width: 100px;
    }

    .NormalUploadMainContent .k-file-progress .k-upload-status,
    .NormalUploadMainContent .k-file-success .k-upload-status {
        padding: 0px 0px 0px 10px;
        top: unset;
        line-height: unset;
        height: inherit;
        font-size: 14.5pt;
    }

    .NormalUploadMainContent .k-file-success .k-upload-status {
        background-color: rgb(255, 234, 111);
    }

/* NormalListMainContent */
.NormalListMainContent,
.k-list-container.k-popup.k-group.k-reset,
.k-list-container.k-popup.k-group.k-reset.k-state-border-down,
.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
.k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper,
.k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-down,
.k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-up {
    padding: 0px;
    border-radius: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-shadow: none;
}

    .NormalListMainContent,
    .k-list-container.k-popup.k-group.k-reset .km-scroll-header,
    .k-list-container.k-popup.k-group.k-reset.k-state-border-down .km-scroll-header,
    .k-list-container.k-popup.k-group.k-reset.k-state-border-up .km-scroll-header,
    .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper .km-scroll-header,
    .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-down .km-scroll-header,
    .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-up .km-scroll-header {
        background-color: rgb(216, 216, 216);
        background-clip: unset;
        background-image: none;
    }

    .NormalListMainContent,
    .k-list-container.k-popup.k-group.k-reset,
    .k-list-container.k-popup.k-group.k-reset.k-state-border-down,
    .k-list-container.k-popup.k-group.k-reset.k-state-border-up,
    .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper .km-scroll-container,
    .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-down .km-scroll-container,
    .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-up .km-scroll-container {
        background-color: white;
    }

        .NormalListMainContent,
        .k-list-container.k-popup.k-group.k-reset ul.k-list.k-reset li.k-item,
        .k-list-container.k-popup.k-group.k-reset.k-state-border-down ul.k-list.k-reset li.k-item,
        .k-list-container.k-popup.k-group.k-reset.k-state-border-up ul.k-list.k-reset li.k-item,
        .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper .km-scroll-container ul.k-list.k-reset li.k-item,
        .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-down .km-scroll-container ul.k-list.k-reset li.k-item,
        .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-up .km-scroll-container ul.k-list.k-reset li.k-item {
            padding: 1px 5px;
            font-family: Thai San Neue Light;
            font-size: 16.5pt;
        }

            .NormalListMainContent,
            .k-list-container.k-popup.k-group.k-reset.k-state-border-down ul.k-list.k-reset li.k-item.k-state-selected,
            .k-list-container.k-popup.k-group.k-reset.k-state-border-up ul.k-list.k-reset li.k-item.k-state-selected,
            .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-down .km-scroll-container ul.k-list.k-reset li.k-item.k-state-selected,
            .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-up .km-scroll-container ul.k-list.k-reset li.k-item.k-state-selected {
                border-radius: 0px;
                background-clip: unset;
                background-image: none;
            }

            .NormalListMainContent,
            .k-list-container.k-popup.k-group.k-reset.k-state-border-down ul.k-list.k-reset li.k-item.k-state-hover,
            .k-list-container.k-popup.k-group.k-reset.k-state-border-up ul.k-list.k-reset li.k-item.k-state-hover,
            .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-down .km-scroll-container ul.k-list.k-reset li.k-item.k-state-hover,
            .k-list-container.k-popup.k-group.k-reset.km-widget.km-scroll-wrapper.k-state-border-up .km-scroll-container ul.k-list.k-reset li.k-item.k-state-hover {
                border-radius: 0px;
                background-clip: unset;
                background-image: none;
            }

/* NormalCalendarMainContent */
.NormalCalendarMainContent,
.k-widget.k-calendar .k-nav-fast {
    height: unset;
    line-height: unset;
}

.NormalCalendarMainContent,
.k-calendar .k-content, .k-calendar .k-content th {
    height: unset;
    line-height: unset;
}

    .NormalCalendarMainContent,
    .k-calendar .k-content .k-link {
        padding-top: 0px;
        padding-bottom: 0px;
        height: unset;
        line-height: unset;
    }

.NormalCalendarMainContent,
.k-calendar .k-footer .k-nav-today, .k-calendar .k-footer > .k-state-disabled {
    padding-top: 0px;
    padding-bottom: 0px;
}

.NormalCalendarMainContent,
a.k-link.k-nav-prev.k-state-hover,
a.k-link.k-nav-fast.k-state-hover,
a.k-link.k-nav-next.k-state-hover,
.k-calendar td {
    border-radius: 0px;
    background-clip: unset;
    background-image: none;
}

.NormalCalendarMainContent,
.k-calendar-container.k-popup.k-group.k-reset.k-state-border-down,
.k-calendar-container.k-popup.k-group.k-reset.k-state-border-up {
    padding: 0px;
    border-radius: 0px;
    border-width: thin;
    border-color: RGB(127,127,127);
    box-shadow: none;
}

    .NormalCalendarMainContent,
    .k-calendar-container.k-popup.k-group.k-reset.k-state-border-down .k-widget.k-calendar,
    .k-calendar-container.k-popup.k-group.k-reset.k-state-border-up .k-widget.k-calendar {
        border: 0px;
        width: 100%;
        font-family: Thai San Neue Light;
        font-size: 16.5pt;
    }

        .NormalCalendarMainContent,
        .k-calendar-container.k-popup.k-group.k-reset.k-state-border-down .k-widget.k-calendar .k-header,
        .k-calendar-container.k-popup.k-group.k-reset.k-state-border-up .k-widget.k-calendar .k-header {
            background-color: rgb(216, 216, 216);
            background-clip: unset;
            background-image: none;
        }

        .NormalCalendarMainContent,
        .k-calendar-container.k-popup.k-group.k-reset.k-state-border-down .k-widget.k-calendar .k-state-focused,
        .k-calendar-container.k-popup.k-group.k-reset.k-state-border-up .k-widget.k-calendar .k-state-focused {
            background-clip: unset;
            background-image: none;
            box-shadow: inset 0px 0px 1px 1px RGB(127,127,127);
        }

        .NormalCalendarMainContent,
        .k-calendar-container.k-popup.k-group.k-reset.k-state-border-down .k-widget.k-calendar .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color,
        .k-calendar-container.k-popup.k-group.k-reset.k-state-border-up .k-widget.k-calendar .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
            background-color: rgb(245, 130, 54);
            color: white;
        }

/* SmallTextCaptionMainContent */
.SmallTextCaptionMainContent {
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 10px 20px;
    width: inherit;
    background-color: Transparent;
    color: RGB(64,64,64);
    text-align: left;
    font-style: italic;
    font-weight: lighter;
    font-family: Thai San Neue Light;
    font-size: 14.5pt;
    box-sizing: border-box;
}

    .SmallTextCaptionMainContent figure {
        margin: 0px;
        padding: 5px 0px 0px 40px;
        min-height: 15px;
        background-repeat: no-repeat;
        background-size: 25px;
    }

/* TileViewMainContent */
.TileViewMainContent {
    position: relative;
    width: 100%;
}

.TitleTileViewMainContent {
    float: right;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: auto;
    background-color: transparent;
    color: RGB(64,64,64);
    text-align: right;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
}

.ItemTileViewMainContent {
    float: right;
    margin: 10px 0px 10px 0px;
    height: 75px;
    min-width: 260px;
    width: 60%;
    background-color: rgba(200, 200, 200, 0.75);
}

    .ItemTileViewMainContent:hover {
        background-color: rgba(185, 185, 185, 0.75);
    }

    .ItemTileViewMainContent img {
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 75px;
        width: 75px;
        background-color: rgba(160, 160, 160, 1);
        opacity: 0.75;
    }

    .ItemTileViewMainContent button {
        margin: 0px;
        padding: 0px;
        border: none;
        background: none;
        color: white;
        width: 100%;
        height: 100%;
    }

.NormalTextCaptionItemTileViewMainContent {
    float: left;
    padding: 25px 25px 25px 25px;
    height: 100%;
    background-color: Transparent;
    color: RGB(64,64,64);
    text-align: left;
    font-weight: lighter;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
    vertical-align: middle;
    box-sizing: border-box;
}

/* TabSwitchContent */
.TabSwitchContent {
    position: relative;
    margin: 60px 0px 50px 0px;
    min-width: 320px;
    min-height: 458px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

/* TabBarTabSwitchContent */
.TabBarTabSwitchContent {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    background-color: rgb(216, 216, 216);
}

    .TabBarTabSwitchContent.Primary {
        background-color: rgb(54, 186, 114);
    }

    .TabBarTabSwitchContent.Secondary {
        background-color: rgb(245, 130, 54);
    }

/* PrimaryTabBarTabSwitchContent, SecondaryTabBarTabSwitchContent */
a.PrimaryTabBarTabSwitchContent, a.SecondaryTabBarTabSwitchContent {
    position: relative;
    float: left;
    padding: 10px 10px 10px 10px;
    width: 50%;
    height: 45px;
    background: rgb(216, 216, 216);
    color: rgb(64, 64, 64);
    text-decoration: none;
    text-align: center;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
    box-sizing: border-box;
}

    a.PrimaryTabBarTabSwitchContent.Expand, a.SecondaryTabBarTabSwitchContent.Expand {
        background-color: transparent;
        color: white;
    }

/* PrimaryPageViewTabSwitchContent, SecondaryPageViewTabSwitchContent */
.PrimaryPageViewTabSwitchContent, .SecondaryPageViewTabSwitchContent {
    display: none;
    float: left;
    position: relative;
    padding: 0px 0px 50px 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

    .PrimaryPageViewTabSwitchContent.Expand, .SecondaryPageViewTabSwitchContent.Expand {
        display: block;
    }

/* TitlePageViewTabSwitchContent */
.TitlePageViewTabSwitchContent {
    float: right;
    padding: 0px 10px 0px 10px;
    width: 100%;
    height: auto;
    background-color: rgb(194, 194, 194);
    color: RGB(64,64,64);
    text-align: right;
    font-family: Thai San Neue Light;
    font-size: 16.5pt;
    box-sizing: border-box;
}

    .TitlePageViewTabSwitchContent span {
        padding: 0px 10px 0px 10px;
        display: inline-block;
        float: right;
        line-height: 50px;
    }

    .TitlePageViewTabSwitchContent img {
        width: 45px;
        height: 45px;
    }


/* CommandBarMainContent */
.CommandBarMainContent {
    float: left;
    position: fixed;
    bottom: 50px;
    height: auto;
    width: 100%;
}

/* CommandBarTabSwitchContent */
.CommandBarTabSwitchContent {
    float: left;
    position: relative;
    height: auto;
    width: 100%;
}

.PrimaryCommandItemCommandBarMainContent {
    margin: 10px 20px 10px 20px;
    Padding: 5px 10px 5px 10px;
    height: 40px;
    background-color: rgb(255, 102, 0);
}

    .PrimaryCommandItemCommandBarMainContent button {
        border: none;
        background: none;
        height: 100%;
        width: 100%;
        color: white;
        text-align: center;
        vertical-align: middle;
        font-family: Thai San Neue Light;
        font-size: 16.5pt;
    }

        .PrimaryCommandItemCommandBarMainContent button figure {
            display: inline;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 40px;
            background-repeat: no-repeat;
            background-size: 45px;
        }

    .PrimaryCommandItemCommandBarMainContent:hover {
        opacity: 0.75;
    }

.SecondaryCommandItemCommandBarMainContent {
    margin: 10px 20px 10px 20px;
    Padding: 5px 10px 0 10px;
    height: 40px;
    background-color: rgb(127, 127, 127);
    color: white;
}

    .SecondaryCommandItemCommandBarMainContent button {
        border: none;
        background: none;
        height: 100%;
        width: 100%;
        color: white;
        text-align: center;
        vertical-align: middle;
        font-family: Thai San Neue Light;
        font-size: 16.5pt;
    }

    .SecondaryCommandItemCommandBarMainContent figure {
        display: inline;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 40px;
        background-repeat: no-repeat;
        background-size: 45px;
    }

    .SecondaryCommandItemCommandBarMainContent:hover {
        cursor: pointer;
        opacity: 0.75;
    }


/* Abbreviation */

.AbbreviationCoverNo01 {
    background-image: url(../Content/images/abbreviation/abbreviation_cover_no_01.png);
}

.AbbreviationCoverNo02 {
    background-image: url(../Content/images/abbreviation/abbreviation_cover_no_02.png);
}

.AbbreviationCoverNo03 {
    background-image: url(../Content/images/abbreviation/abbreviation_cover_no_03.png);
}

.AbbreviationCoverDoNot {
    background-image: url(../Content/images/abbreviation/abbreviation_cover_donot.png);
}

.AbbreviationNo01 {
    background-image: url(../Content/images/abbreviation/abbreviation_no_01.png);
}

.AbbreviationNo02 {
    background-image: url(../Content/images/abbreviation/abbreviation_no_02.png);
}

.AbbreviationNo03 {
    background-image: url(../Content/images/abbreviation/abbreviation_no_03.png);
}

.AbbreviationDoNot {
    background-image: url(../Content/images/abbreviation/abbreviation_donot.png);
}

.AbbreviationOffice {
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_office.png);
}

.AbbreviationFabricationYard {
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_fabricationyard.png);
}

.AbbreviationOffshore {
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_offshore.png);
}

.AbbreviationOthers {
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_others.png);
}

.AbbreviationDriving {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_driving.png);
}

.AbbreviationRiding {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_riding.png);
}

.AbbreviationWalking {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_walking.png);
}

.AbbreviationOnField {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../Content/images/abbreviation/abbreviation_onfield.png);
}

/* Menu */
.MenuOffice {
    background-size: contain;
    background-image: url(../Content/images/menu/menu_office.png);
}

.MenuFabricationYard {
    background-size: contain;
    background-image: url(../Content/images/menu/menu_fabricationyard.png);
}

.MenuOffshore {
    background-size: contain;
    background-image: url(../Content/images/menu/menu_offshore.png);
}

.MenuOthers {
    background-size: contain;
    background-image: url(../Content/images/menu/menu_others.png);
}



/* Symbol  */
.SymbolBack {
    background-image: url(../Content/images/symbol/symbol_back.png);
}

.SymbolNext {
    background-image: url(../Content/images/symbol/symbol_next.png);
}

.SymbolSignIn {
    background-image: url(../Content/images/symbol/symbol_signin.png);
}

.SymbolSubmit {
    background-image: url(../Content/images/symbol/symbol_submit.png);
}

.SymbolDiscard {
    background-image: url(../Content/images/symbol/symbol_discard.png);
}

.SymbolExit {
    background-image: url(../Content/images/symbol/symbol_exit.png); 
}

/* Background */
.BackgroundSafetyReminderDark {
    background-position-x: -50px;
    background-position-y: +50px;
    background-size: contain;
    background-image: url(images/cover/cover_safetyreminder_dark.png);
}

.BackgroundSafetyReminder {
    background-position-x: -50px;
    background-position-y: +50px;
    background-size: contain;
    background-image: url(images/cover/cover_safetyreminder.png);
}

.BackgroundSignIn {
    background-position-x: -50px;
    background-position-y: +50px;
    background-size: contain;
    background-image: url(images/cover/cover_signin.png);
}

.BackgroundMain {
    background-position-x: -150px;
    background-position-y: +50px;
    background-size: auto;
    background-image: url(images/cover/cover_map.png);
}
