﻿@charset "UTF-8";

@font-face {
    font-family: "Proxima Nova Light";
    src: url("../../fonts/proxima-nova/light/proximanova-light-webfont.eot");
    src: url("../../fonts/proxima-nova/light/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima-nova/light/proximanova-light-webfont.woff") format("woff"), url("../../fonts/proxima-nova/light/proximanova-light-webfont.ttf") format("truetype"), url("../../fonts/proxima-nova/light/proximanova-light-webfont.svg#proxima_novalight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Regular";
    src: url("../../fonts/proxima-nova/regular/proximanova-regular-webfont.eot");
    src: url("../../fonts/proxima-nova/regular/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima-nova/regular/proximanova-regular-webfont.woff") format("woff"), url("../../fonts/proxima-nova/regular/proximanova-regular-webfont.ttf") format("truetype"), url("../../fonts/proxima-nova/regular/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova SemiBold";
    src: url("../../fonts/proxima-nova/semi-bold/proximanova-semibold-webfont.eot");
    src: url("../../fonts/proxima-nova/semi-bold/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima-nova/semi-bold/proximanova-semibold-webfont.woff") format("woff"), url("../../fonts/proxima-nova/semi-bold/proximanova-semibold-webfont.ttf") format("truetype"), url("../../fonts/proxima-nova/semi-bold/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Bold";
    src: url("../../fonts/proxima-nova/bold/proximanova-bold-webfont.eot");
    src: url("../../fonts/proxima-nova/bold/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima-nova/bold/proximanova-bold-webfont.woff") format("woff"), url("../../fonts/proxima-nova/bold/proximanova-bold-webfont.ttf") format("truetype"), url("../../fonts/proxima-nova/bold/proximanova-bold-webfont.svg#proxima_novasemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    color: #4D4D4D;
    font-family: "Proxima Nova Regular", Arial, sans-serif;
    font-size: 16px;
}

.bodyMain {
    background-color: #ffffff;
    margin: 0;
    text-align: center;
}

    .bodyMain a {
        color: #0073BD;
        text-decoration: none;
    }

        .bodyMain a:hover {
            color: #0073BD;
            text-decoration: underline
        }

.topBanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    z-index: 100;
}

.headerContent {
    float: right;
    margin-top: 51px;
    margin-right: 10px;
    font-size: 11px;
    color: #A5A5A5;
    background-color: white;
}

    .headerContent a {
        color: inherit;
        text-decoration: none;
    }

#contents {
    height: 100%;
    margin: 0 10% 30px 10%;
    width: auto;
    text-align: center;
    padding-top: 150px;
}

.content {
    height: auto;
    margin: auto;
    min-width: 600px;
    text-align: center;
}

.contentBlock {
    display: inline-block;
    width: auto;
}

.contentList {
    display: unset;
    width: 100%;
}

#loginContent {
    width: auto;
    border: 2px solid #00AEEF;
    border-radius: 6px;
    display: inline-block;
    min-width: auto;
}

#loginBox {
    padding: 40px 40px 20px;
}

.bigTitle {
    background-color: #00AEEF;
    color: #D9FFFF;
    font-size: 200%;
    padding: 10px 0;
    text-align: center;
    width: auto;
}

/*Title Bar*/
.pageTitleBar {
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
    -moz-box-shadow: 0 5px 9px 0 rgba(173,171,173,1);
    -webkit-box-shadow: 0 5px 9px 0 rgba(173,171,173,1);
    box-shadow: 0 5px 9px 0 rgba(173,171,173,1);
    color: #ffffff;
    font-weight: normal;
    min-height: 30px;
}

    .pageTitleBar tr {
        height: 40px;
    }

    .pageTitleBar td.titleBarFx {
        text-align: left;
    }

    .pageTitleBar td.titleBarPageName {
        text-align: right;
        white-space: nowrap;
    }

    .pageTitleBar .titleBarPageName div {
        margin-right: 15px;
        font-weight: bold;
    }

    .pageTitleBar td.titleBarFx a {
        text-decoration: none;
        color: #ffffff;
        padding: 12px 20px;
        vertical-align: middle;
        white-space: nowrap;
    }

        .pageTitleBar td.titleBarFx a:hover {
            text-decoration: none;
            color: #00aeef;
            background-color: white;
        }

    .pageTitleBar .icon {
        margin-right: 8px;
        font-size: 16px;
        vertical-align: text-bottom;
        color: #00aeef;
    }

    .pageTitleBar td.titleBarFx button {
        color: #ffffff;
        vertical-align: middle;
        background-color: transparent;
        border-color: transparent;
        padding: 8px 20px;
        border-radius: 0;
        height: 40px;
    }

        .pageTitleBar td.titleBarFx button:hover {
            color: #00aeef;
            background-color: white;
        }

    .pageTitleBar label {
        color: #ffffff;
    }

    .pageTitleBar td.titleBarFx .sep {
        margin: 0 10px;
        vertical-align: middle;
    }

    .pageTitleBar td.titleBarFx div {
        float: left;
        line-height: 40px;
    }

    .pageTitleBar td.titleBarFx select {
        padding: 11px;
        border: 0 none;
        background-color: transparent;
        color: white;
        cursor: pointer;
        font-size: 13px;
        max-width: 300px;
        height: 40px;
        border-radius: 0;
    }

        .pageTitleBar td.titleBarFx select:focus {
            background-color: white;
            color: black;
        }

        .pageTitleBar td.titleBarFx select:hover {
            background-color: white;
            color: black;
        }

    .pageTitleBar td.titleBarFx .titleTag {
        position: fixed;
        top: 120px;
        background-color: #7d96ad;
        padding: 0 31px;
        box-shadow: 5px 7px 7px -2px rgba(173,171,173,1);
        font-size: small;
        display: none;
        border-radius: 10px;
    }

.pageTitle {
    float: left;
    font: 30px "Proxima Nova SemiBold", Arial, sans-serif;
    color: #00AEEF;
    margin-bottom: 20px;
}

.pageTitleSmall {
    float: left;
    font: 16px "Proxima Nova SemiBold", Arial, sans-serif;
    color: #00AEEF;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*basic elements*/
label {
    color: #4D4D4D;
    margin-right: 10px;
}

button, input, select, textarea, .optionBox, .textOnly, .inputTextPreview {
    line-height: 22px;
    min-height: 22px;
    font-family: inherit;
    font-size: inherit;
}

button, input, textarea, .optionBox, .textOnly, .inputTextPreview {
    border-radius: 4px;
    padding: 5px 12px;
}

    input.datevalue {
        width: 85px;
        text-align: center;
    }

select {
    border-radius: 4px;
    padding: 7px 12px;
}

    select.withBtn {
        max-width: 80%;
    }

textarea {
    resize: none;
    line-height: 16px;
}

input, textarea, select {
    background-color: #FFF;
    color: #333;
    border: 1px solid #ddd;
    vertical-align: middle;
}

    .InputText:hover, textarea:hover, select:hover {
        border-color: #23c3ff;
    }

    input[type="radio"] {
        border: none;
    }

    input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
        vertical-align: middle;
        background-color: transparent;
    }

        input[type="radio"]:disabled, input[type="checkbox"]:disabled {
            cursor: default;
        }

.optionBox {
    border: 1px solid #ddd;
    vertical-align: middle;
    display: inline-block;
    min-height: 22px;
}

    .optionBox:hover {
        border-color: #23c3ff;
    }

    .optionBox label {
        cursor: pointer;
        margin-left: 5px;
        vertical-align: middle;
    }

.Button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: white;
    background-color: #00aeef;
    border-color: #00aeef;
    font: 14px "Proxima Nova Bold", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 15px;
    padding: 8px 15px;
}

    .Button:hover {
        color: white;
        background-color: #0a3f6b;
        border-color: #0a3f6b;
    }

    .Button.ButtonDelete {
        background-color: #cc1e1e;
        border-color: #cc1e1e;
    }

    .Button.ButtonAdd {
        background-color: #2bc3b5;
        border-color: #2bc3b5;
    }

        .Button.ButtonAdd:hover {
            background-color: #00566b;
            border-color: #00566b;
        }

    .Button:disabled {
        border-color: gray;
        background-color: gray;
        color: white;
        cursor: default;
    }

        .Button:disabled:hover {
            border-color: gray;
            background-color: gray;
            color: white;
            cursor: default;
        }

button .icon {
    font-size: 14px;
    color: #c6e5ed;
}

button span:nth-child(2) {
    margin-left: 5px;
}

input:disabled, select:disabled, .textOnly {
    background-color: #f7f7f7;
    color: #808080;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid lightgray;
    min-height: 22px;
    display: inline-block;
}

.optionTextOnly {
    display: inline-block;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    min-width: 30px;
}

.checkTextOnly {
    border: 1px solid lightgray;
    height: 14px;
    width: 14px;
    display: inline-block;
    background-color: #E4E4E4;
    cursor: default;
}

.cursorDenied {
    cursor: no-drop;
}

.inputTextPreview {
    cursor: pointer;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid lightgray;
    min-height: 22px;
    max-width: 50px;
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

table {
    text-align: left;
    border-spacing: 0;
    border-collapse: separate;
    border-color: #edecec;
}
/*build elements*/
.row {
    clear: both;
    width: 100%;
}

    .row > .cell:last-child {
        margin-right: 0;
    }

    .row .cellBlock:last-child .cell:last-child, .row .cellBlockRight:last-child .cell:last-child {
        margin-right: 0;
    }

.cellBlock {
    float: left;
    width: auto;
}

.cellBlockRight {
    float: right;
    width: auto;
}

.cell {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: auto;
}

.rightCell {
    float: right;
    margin-bottom: 15px;
    margin-right: 15px;
}

.centerCell {
    text-align: center;
    width: 100%;
}

    .centerCell .textOnly {
        text-align: left;
    }

.block {
    white-space: nowrap;
    display: inline-block;
}

.clean {
    clear: both;
}
/*buttonArea*/
.buttonArea .Button {
    margin-left: 20px;
}

    .buttonArea .Button:nth-child(1) {
        margin-left: 0;
    }

.buttonArea .selActionCell .Button {
    margin-left: 10px;
}

.buttonArea .rightCell {
    margin-right: 0;
}

.buttonArea label {
    margin-left: 30px;
}
/*listView*/
.listView {
    border-spacing: 0;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 14px;
}

    .listView tr td {
        padding: 9px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        color: #4D4D4D;
        height: 30px;
        cursor: default;
    }

        .listView tr td .icon {
            font-size: 16px;
        }

        .listView tr td a .icon {
            color: #5C5C5C;
            text-decoration: none;
        }

        .listView tr td a .icon-alert {
            color: #8d2d2d;
        }

        .listView tr td a .icon:hover {
            color: #0073BD;
            font-size: 18px;
        }

        .listView tr td a .ceb-icon_review:hover {
            font-size: 16px;
        }

        .listView tr td .ceb-icon_review {
            font-size: 14px;
        }

        .listView tr td .icon-alert {
            color: #8d2d2d;
            font-size: 18px;
        }

        .listView tr td.horAlignLft {
            text-align: left;
        }

        .listView tr td.horAlignCenter {
            text-align: center;
        }

        .listView tr td.horAlignRght {
            text-align: right;
        }

        .listView tr td:first-child {
            border-left: 1px solid #e0e0e0;
        }

    .listView thead tr.headTitle td {
        text-align: center;
        background-color: #355A86;
    }

    .listView thead tr td, .listView tr.tdHead td {
        background-color: #549CED;
        font-weight: bold;
        color: white;
    }

        .listView thead tr td:first-child {
            border-top-left-radius: 4px;
        }

        .listView thead tr td.optionDel {
            width: 10px;
        }

    .listView tbody tr td {
        background-color: white;
    }

    .listView tbody tr:hover td {
        background-color: #f2f2f2;
        color: #4D4D4D;
    }

    .listView tbody tr td pre {
        margin: 0;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
        white-space: pre-wrap;
        overflow: auto;
        max-height: 300px;
    }

    .listView tr.activeRecord td {
        background-color: #b0cddd;
    }

    .listView tbody tr td.activeRecord {
        background-color: #b0cddd;
    }

/*formEditor*/
.formEditor {
    width: 100%;
    border-spacing: 5px;
    margin-bottom: 20px;
}

.formEditorBlock {
    display: inline-block;
    width: auto;
}

.formEditor .infoText {
    color: #440101;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    font-style: italic;
}

.formEditor .warningText {
    color: red;
    float: left;
    margin: 10px 5px;
}

.formEditor tr td {
    height: 20px;
}

    .formEditor tr td pre {
        margin: 0;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
        white-space: pre-wrap;
    }

    .formEditor tr td.tdTitle {
        background-color: #549CED;
        font-weight: bold;
        color: white;
        padding: 6px 12px;
    }

    .formEditor tr td .tdTitle {
        background-color: #549CED;
        font-weight: bold;
        color: white;
        padding: 8px 12px;
        margin-bottom: 10px;
        width: auto;
    }

    .formEditor tr td.tdHead {
        background-color: #eee;
        color: #555;
        width: 30%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px;
    }

    .formEditor tr td.nowrap {
        white-space: nowrap;
    }

    .formEditor tr td.tdHead label {
    }

    .formEditor tr td.tdNoPadd {
        padding: 0;
    }

    .formEditor tr td.tdReqImg {
        background-color: white;
        width: 2%;
    }

    .formEditor tr td.ReqImgWithValue {
        background-image: url('data:image/gif;base64,R0lGODlhDgAOAMQAALXJrr+/v63Cpq3AprKysqmypqioqJmZmTPMAIKNflCzLzHDADC/AHx8fC62AC21AG59aSmjAEaKLyedACSQACONAFNjTTNxHy5yFx1yAP///wAAAAAAAAAAAAAAAAAAACH5BAUUABoALAAAAAAOAA4AAAVDoANoZGmSyKII54m8Kttqbx23da4OZp4zEUkB5WM8IpVLgvgyRigYS8NAdEKlh0DJGm1kT5NK99vKQLzaGYmQVrtbIQA7');
        background-repeat: no-repeat;
        background-position: center;
    }

    .formEditor tr td.ReqImgWithNoValue {
        background-image: url('data:image/gif;base64,R0lGODlhDgAOAMQAAL+/v8+urrKyssamprWmpqioqJmZmZB+fnx8fIJpadUvL2lNTZkzM/8AAPQAAO8AAOQAAOEAAIYfH8wAAMQAAIkXF7QAALAAAI8AAP///wAAAAAAAAAAAAAAAAAAAAAAACH5BAUUABkALAAAAAAOAA4AAAVCIBRkZGmSjaMM59m8Kttmbx23dX6Xef5MDAKq94hMLpLD8FWcWCoLRGHYfEYNgFIVisCeKNZutoVJiGclwRjNboUAADs=');
        background-repeat: no-repeat;
        background-position: center;
    }

    .formEditor tr td.tdBody {
        background-color: #ffffff;
        width: 70%;
        padding: 0;
    }

    .formEditor tr td.horAlignLft {
        text-align: left;
    }

    .formEditor tr td.horAlignRght {
        text-align: right;
    }

    .formEditor tr td.horAlignCenter {
        text-align: center;
    }
/*
    Style for datepicker
*/
#ui-datepicker-div.ui-datepicker {
    background-color: #0a3f6b;
}

    #ui-datepicker-div.ui-datepicker a:hover {
        text-decoration: none;
        color: #ffffff;
        border: 1px solid #00aeef;
        background-color: transparent;
        cursor: pointer;
    }

    #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
        background-color: #f9f9f9;
    }

        #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-icon {
            height: 20px;
            width: 15px;
            background-size: 14px 17px;
        }

        #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiCAYAAABfqvm9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNWRHWFIAAAFQSURBVEhLrZY9SwNBEIb314iKYP6mjR+greDlLprmsBEbLVUkFiI2iibZxMSkCAHRWnd2yZHLvLdf5wNPczvzkmTndiNqkQ03RCpvRT7/LYymPV0XSe+hFBYdSGHN/iMLiwo87GyrMAnDSG/y+Zo4He+osE8WsqwXFNae5KwZ6YR+r7PxOWxGWjE7eQ8bq6yEvmY6uGYNLiEn75vqk3Vgg0sGhdnGwmWJ45etWmFkwcFdQ2SDGSwK0exk90gN7Q8sCFWdGLtwIVZ1/EzgQqzwYR3hwzqqAX6CC7Hq2Uu6r3AxRo151Z5hQagF5sK5gUUhlqAhX73FQmVQaOvjEhb7CKGzkN6g1uibNbi0kso92GTTyuKmS3pvrLFKL0LOSW/MSY7/LSwbhM+sBkNjlQ2vYBgZhd6s0QULiw4k9L0t99Wsfv1P4AK63Jr9qQ5L5ewPRbiF4S16rwUAAAAASUVORK5CYII=');
            background-repeat: no-repeat;
            background-position: center;
        }

        #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiCAYAAABfqvm9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNWRHWFIAAAFkSURBVEhLrZZPS8MwGIffTyMqgvuaXvwDehVM09ZdhhfxokcV2Q4iXhRdmtXW7TAE0bMmW6Zd92uXZP3BQ0b7vg90pG9K1Pn4+YPLGwrTDVopRaGGiR61R+vmrkfKQk2Q3PtLkVATJJIOu9umyiFINiNI3inOd9TvNVNtESQq0x521GopRQLEaX5m97+i5iqYuFsuRY118MGVWmseHzUtg4kunbxuGkMpqMEGva2gFBXboqXHT1vGZIIKXQgHYzq4bRmbCipyJc6/ifWPpjsAFfgSprvNCrkcNivUwIurAC/6wsRDc0LWf57uSXTTFSYe/98aVOACl9fzBxsqskWfkgvjDBXaEL1d4NmIiuuIsq/JG1E5E1FTHVzumc6KoCYEEy92JyBqLgPnXlWQoIj+iqgc9yhIMmNhj9kEiTRheml3DpeDZHF2rlaHz49iiqIo+1SPue8v0+FyPJEFyWj+sPEJ0S/+IYXhjqM1VAAAAABJRU5ErkJggg==');
            background-repeat: no-repeat;
            background-position: center;
        }

    #ui-datepicker-div.ui-datepicker table {
        color: #EAEAEA;
    }

        #ui-datepicker-div.ui-datepicker table td a {
            color: #ffffff;
            background-color: #00aeef;
            font-weight: bold;
            padding: 0.4em;
            border: 1px solid #00aeef;
        }

        #ui-datepicker-div.ui-datepicker table td .ui-state-hover {
            background-color: #7fd6f7;
        }

        #ui-datepicker-div.ui-datepicker table td .ui-state-highlight {
            background-color: #c5ddfc;
            color: #333333;
        }

        #ui-datepicker-div.ui-datepicker table td .ui-state-active {
            background-color: #e69700;
        }

