@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kanit|Montserrat|Ubuntu|Varela+Round');

@font-face{
    font-family: abs-glyphicons;
    src: url('../fonts/abs-glyphicons.eot');
    src: url('../fonts/abs-glyphicons.eot?#iefix') format('embedded-opentype'),
        url('../fonts/abs-glyphicons.woff') format('woff'),
        url('../fonts/abs-glyphicons.woff2') format('woff2'),
        url('../fonts/abs-glyphicons.ttf') format('truetype');
}

.menu-icon {
    font-family: "abs-glyphicons";
    padding: 0px 2px 0px 2px;
    height: 24px;
    width: 50px;
    overflow: hidden;
    font-size: 22px;
    align-items: center;
    color: #000;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-favourite {
    color: #f7931e;
    background: transparent;
    font-size: 24pt;
    border-left: 1px solid #dbdbdb;
    width: 50px !important;
    height: 55px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.icon-favourite:hover {
    cursor: pointer;
}

.icon-logout {
    color: #fff;
    background: transparent;
    font-size: 15pt !important;
    border-right: 1px solid #7a7e82;
    width: 50px !important;
    height: 55px;
    display:flex;
    justify-content: center;
    align-items: center;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-logout:hover {
    cursor: pointer;
}

.fav-menu {
    height: 100%;
    display: block;
    position: absolute;
    border: 1px solid black;
    width: 23%;
    clear: right;
    right: 0;
    background: #fff;
    display: none;
}

body * {
    margin: 0px;
    font-size: 9pt;
    font-family: Kanit, sans-serif;
}

select {
    width:150px;
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
    background: transparent;
    border: 1px solid #c1c1c1;
    padding-left: 10px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    content: '';*/
}

/*input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
}
*/
.mainBody {
    background: #F6F6F9;
}

.mainDisplayName {
    font-size: 14pt;
    font-weight: bold;
    color: #1b6396;
}

.widgetSelect {
    width: 100%;
}

.gridHeader {
    padding: 3px;
    background-color: #e6e6e6;
    color: white;
    border: solid #cbcbcb 1px;
    width: 100%;
    text-align: center;

}

.panelHeader {
    background: url(/app/images/bg/panel_header.jpg);
    padding: 3px;
    color: white;
    font-weight: bold;
    font-size: 10pt;
}

.panelContent {
    padding: 3px;
    background-color: #F1F1F1;
}

.formLabel {
    background-color: #B4E0FF;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}

.formField {
    background-color: white;
    padding-right: 5px;
}

.formMessage {
    font-style: italic;
    color: red;
}

.popupHeader {
    font-weight: bold;
}

.popupHeaderCloseButton {
    border: 0px;
}

.content {
    width: 100%;
    height: 100%;
}

.contentHeader {
    background-color: #F6F6F9;
    height: 30px;
    font-size: 12pt;
    color: #385F95;
}

.contentHeaderUser {
    font-size: 10pt;
    font-weight: normal;
    color: #385F95;
}

.contentHeaderUser a {
    text-decoration: none;
    color: #385F95;
}

.contentHeaderUser a:hover {
    text-decoration: underline;
}

.contentHeaderCommand {
    font-size: 9pt;
    color: #1C1C1C;
}

.contentHeaderCommand a {
    font-weight: normal;
    text-decoration: none;
    color: #1C1C1C;
    opacity: 0.8;
    margin: 10;
}

.contentHeaderCommand c {
    background-color: #1A1B1C
}

.contentFrame {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #f6f6f8;
}

.contentFooter {
    padding: 10px;
    background: rgba(245, 245, 245, 0.5);
    -webkit-box-shadow: 0px 0px 2px #a0a0a0, 0px 0px 0px #ffffff;
    -moz-box-shadow: 0px 0px 2px #a0a0a0, 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 5px #a0a0a0, 0px 0px 0px #ffffff;
}

.contentFooter * {
    color: #565656;
    font-family: Kanit, sans-serif;
    font-size: .95em;
}

.contentFooter * {
    font-size: 6pt;
}

.contentFooter a {
    color: #565656;
    text-decoration: none;
}

.contentFooter d {
    color: #A2A2A2;
    text-decoration: none;
    opacity: 0.5;
}

.contentFooter input {
    color: #000000;
    height: 20px;
    width: 50px;
    padding: 2px 0px 2px 2px;
}

.contentFooter :hover {
    cursor: pointer;
    color: black;
}

.contentFooter input:hover {
    transition: background-color 0.5s ease;
    cursor: pointer;
    background-color: #ababab;
}

.contentFrameHeader {
    background-color: #ffffff;
    height: 50px;
}

.contentFrameHeader * {
    color: black;
    font-weight: bold;
    font-size: 14pt;
}

.contentFrameHeader a {
    color: white;
    text-decoration: none;
}

.contentFrameHeader a:hover {
    color: white;
    text-decoration: underline;
}

.dataRecordCommand {
    font-weight: bold;
    padding-left: 11px;
}

.dataRecordResult {
    text-align: right;
}

.formStatus {

}

.formErrorMessage {
    color: red;
}

.formFieldLabel {
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    margin-left: 10px;
}

.formFieldMessage {
    padding-left: 5px;
    padding-top: 5px;
}

.autoCompleteColumn {
    padding-left: 5px;
}

.menuBar * {
    font-size: 8pt;
    height: 55px;
}

.menuBar {
    width: 100%;
    background: #2C353C;
}

.iceMnuBarSubMenu {
    /* -webkit-box-shadow: 0px 3px 5px #a0a0a0, 0px 0px 0px #ffffff; */
    -moz-box-shadow: 0px 3px 5px #a0a0a0, 0px 0px 0px #ffffff;
    /* box-shadow: 0px 3px 5px #a0a0a0, 0px 0px 0px #ffffff; */
}

.iceMnuBarSubMenu * {
    background: rgba(255, 255, 255, 0.5);
}

.iceMnuBar * {
    background: none;
}

.iceMnuBarItem {
    background: none;
}

.iceMnuItmSep {
    background: #fcfcfc;
    height: 0px;
}

.iceMnuBarItem {
    margin: 3px;
    margin-right: 0px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.iceMnuBarItem * {
    background: none;
}

.iceMnuBarItem a {
    background: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.iceMnuBarItem a:hover * {
    color: #00B9FF
}

.iceMnuBarItemLabel {
    background: none;
    margin-right: 13px;
}

.iceMnuItm * {
    font-family: Kanit, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.iceMnuItm a:hover {
    color: #A3A3A3;
}

#iframe {}

.iceDatTbl {}

.iceDatTbl * {
}

.icon {
    padding: 0px 2px 0px 2px;
    height: 19px;
    width: 50px;
    color: #cecece !important;
    overflow: hidden;
    float: left;
    font-size: 22px;
    align-items: center;
}

.iconTOP {
    padding: 0px 2px 0px 2px;
    height: 20px;
    width: 50px;
    color: #cecece !important;
    overflow: hidden;
    float: left;
    font-size: 16px;
    align-items: center;
}

.iconTOPmenu {
    padding: 0px 2px 0px 2px;
    height: 20px;
    width: 50px;
    color: #ff9700 !important;
    overflow: hidden;
    float: left;
    font-size: 16px;
    align-items: center;
}
