﻿html {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #2F6A9B;
    font-size: 12px;
    font-weight:500;
    font-family: 'Segoe UI', Verdana,Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #58595b;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #2F6A9B;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
    /*color: #333;*/
}

a:hover {
    color: #3498db !important;
    /*background-color: #c7d1d6;*/
}

a > img {
    border:none;
}

header, footer, hgroup, nav, section {
    display: block;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

textarea:focus, input:focus{
    outline: 0;
}

button:focus {outline:0 !important;}

/*input[type="text"] {
    padding-left:3px;
    padding-right:3px;
}*/

/* tables
----------------------------------------------------------*/
table, tr, th, td, p {
    /*font-size: 12px;
    color: #58595b;*/
    line-height: 1.5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

.table {
    border-collapse: collapse !important;
}
.table-bordered th{
    text-align:center;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}

table.normalform td { 
    padding: 2px 4px 2px 4px; 
}


th {
    /*font-size: 1.2em;*/
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a {
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover {
    color: #000;
}

th.asc a, th.desc a {
    margin-right: .75em;
}

th.asc a:after, th.desc a:after {
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after {
    content: '▲';
}

th.desc a:after {
    content: '▼';
}

/*td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}*/

tr.pager td {
    padding: 0 0.25em 0 0;
}

hr.gray {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

hr.blue {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4BBDE0;
    margin: 1em 0;
    padding: 0; 
}

hr.orange {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E0984B;
    margin: 1em 0;
    padding: 0; 
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}

/* Fix ie css issue */
input[type="radio"] {                         
border: 0px !important;
}

/* Position and layout
----------------------------------------------------------*/
.grayBorder {
    border:1px solid #ccc;
}

.paddingAll10 {
    padding:10px;
}

.paddingLR10 {
    padding-left:10px;
    padding-right:10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.width100 {
    width: 100%;
}

.valign-top {
    vertical-align: top;
}


.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-left-font500 {
    text-align: left !important;
    font-weight: 500;
}

.align-left-TFEXshare {
    text-align: left !important;
    font-weight: 500;
    font-size: 12px;
    width: 25%;
}
span.marginLR1535{
    margin-left:15px; margin-right:35px
}

/* main layout
----------------------------------------------------------*/
.wrapper {
    margin: 0 auto;
    position: relative;
}

.container {
    clear: both;
    overflow: hidden;
    z-index: auto;
    margin: 0 auto;
    width: 1200px;
}


.contentPageHolder {
    width:100%;
}

.SubContentContainer {
    width:100%;
}

.Header {
    overflow: hidden;
    /*padding: 15px 10px 2px 12px;*/
    height: 80px;
    clear: both;
    width: 100%;
}

/*.headerMenu {
    border: 1px solid #b3b3b3;
    border-top: none;
    border-left:none;
    border-right:none;
    height:31px;
    vertical-align:bottom;
}*/

.navigationPanel {
    /*background-image: url('images/shared/navigationPanel-bg.png');*/
    height: 42px;
    background-repeat: no-repeat;
}

.mainContent {
    padding: 0px 0px 0px 0px;
    /*min-height:740px;*/
}

.slidingNews {
    color: #333333;
    font-size: 11px;
    height: 40px;
}

.banners {
    height: 300px;
    width: 970px;
}

.mandatory:after {
   /* Empty content, but required for pseudo element to display */
   content: " * ";

   /* Size of star within sprite */
    vertical-align: top;
    margin-right: -4px;
    font-size: 15px;
    color: #d35400;
}

.panel-success {
    border: 1px solid #F2F2F2;
}
.panel {
    margin-bottom: 20px;
    background-color: rgba(114, 135, 157, 0.06);
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

/* Top Menu */
.topMenu {
    background-color:#F2F2F2;
    height:60px;
    vertical-align:middle;
    width:100%;
    text-align:left;
}

.topMenuItem {
    float:left;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    vertical-align:middle;
    padding-top:20px;
}

.topMenuItem a {
    font-family:'Cordia New';
    font-size:23pt;
    font-weight:700;
    color:#004B8E !important;
}

.topMenuItem a:hover {
    color:#1970B2 !important;
}

.topMenuItem img {
    margin: auto;
    padding-bottom:5px;
    vertical-align: middle; 
    display: inline-block;
}

.topMenuItemRight {
    float:right;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    vertical-align:middle;
    padding-top:20px;
}

.topMenuItemRight img {
    margin: auto;
    padding-bottom:5px;
   vertical-align: middle; 
   display: inline-block;
}

.topMenuSpacer {
    float:left;
    width:7px;
    height:60px;
    background-image:url(./images/shared/topMenuSpacer.jpg);
}

/* Flat menu(Top): http://www.cssnewbie.com/example/horizontal-menu/ */
#nav {
      width: 100%;
      height:60px;
      float: left;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; 
}
#nav li {
    float: left; 
    height:60px;
}

#nav li a {
    display: block;
    font-family:'Cordia New';
    font-size:23pt;
    padding: 20px 15px;
    height:20px;
    text-decoration: none;
    font-weight: 700;
    color: #004B8E !important;
    border-right: 1px solid #ccc; 

}
#nav li a:hover {
    color: #358FD3 !important;
    background-color: #fff; 

}



.GradientBg {
background: rgb(230,230,230); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.light-blue-bar {
    background-color:#29ABE2;
    width:100%;
    height:4px;

}

.tri-bar-bg {
    /*background: #fff url(images/shared/tri-bar-bg.jpg);
    background-repeat:repeat-y;
    background-position-x:845px;*/

    background: #fff url(images/shared/tri-bar-bg.jpg) 845px 0px repeat-y;
}

/*.Footer {
    background-image: url("images/shared/Footer-bg.png");
    background-repeat: repeat-x;
    height: 78px;
    width: 100%px;
    padding: 15px 18px;
    margin: 0 auto;
    overflow: hidden;
}

.footerDetails {
    padding-top: 4px;
    background-color:#004B8F;
    color:#fff;
    text-align:right;
    width: 100%;
    height: 20px;
    font-size:10px;

    position:absolute;
    bottom:0;
    left:0;
 
}*/



.Footer {
    clear:both;
    height: 25px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color:#E6E6E6;
    margin-top:40px
}

.footerDetails {
    font-size:10px;
    margin-top:5px;
    text-align:right;
}

.lhs-footer {

    background-color:#8D8D8E;
}

/* ----------------------------------------------------------*/
.label-reward {
    font-size: 20px;
    font-weight: 500;
    color: #F08923;
}

.bg-reward {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    text-align: right;
    font-size: 24px;
    height: 35px;
    background-color: #abc5db;
    /* padding: 2px; */
    /* padding-right: 6px; */
    padding-top: 10px;
    padding-right: 8px;
    font-weight: lighter;
}

}
.label-blue {
    color:#004B8E;
}

.label-blue a {
    color:#004B8E !important;
}

.label-blue-middle {
    font-size:14px;
    font-weight:600;
    color:#004B8E;
}

.label-orange-middle {
    font-size:14px;
    font-weight:600;
    color:#F16A00;
}

.label-red {
    font-size:14px;
    font-weight:600;
    color:#FF0000;
}

.link {
    cursor:pointer;
    text-decoration:none;
}

.link:hover {
    color: #3498db;
}

.copyright {
    font-size: 11px;
    color: #444444;
}


#col-01 {
    float: left;
    display: block;
    width: 220px;
}

#col-02 {
    float: left;
    display: block;
    width: 500px;
}

#col-03 {
    float: left;
    display: block;
    width: 200px;
    padding: 0 15px;
    text-align: left;
}

.txtReadOnly {
    /*background-color: #D6D3CE;
    border: 1px solid Gray;*/

    border:solid 1px #CBCCCC;
	color: #333333;
    background-color: #EEE;
}



/* site title ----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* page elements
----------------------------------------------------------*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    /*display: block;*/
    /*font-size: 1.2em;
    font-weight: 600;*/
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #a8a8a8;
    background: #fff;
    color: #333;
    /*padding:1px 2px 1px 2px;*/


    /*font-size: 1.2em;*/
    /*margin: 5px 0 6px 0;*/
}

input,select {
    color:#58595b;
    border: 1px solid rgb(169, 169, 169);
}

input.txtLabel {
    border:none;
    background-color:transparent;
    text-align:center;
    border-bottom:1px dotted #004B8E;
}


textarea {
    font-family: inherit;
    width: 500px;
}

    /*input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }*/

input[type="checkbox"] {
    background: transparent;
    width: auto;
    border: none;
}

/*input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }*/

input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

.divGrid {
    position: relative;
    z-index: 1;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*------------ Popup Style ----------------------*/
/*------------ http://codepen.io/andrearufo/details/dyKJG/ ----------------------*/
#hover {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
}

.popup {
    position: absolute;
    width: 955px;
    /*height:180px;*/
    min-height: 500px;
    background: #fff;
    /*left:50%;
  top:50%;*/
    border-radius: 5px;
    padding: 20px 10px 10px 10px;
    /*margin-left:-320px;*/ /* width/2 + padding-left */
    /*margin-top:-150px;*/ /* height/2 + padding-top */
    /*text-align:center;*/
    box-shadow: 0 0 10px 0 #000;
}

.closepopup {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
}
/*------------ End Popup Style ----------------------*/



/*-------- info and errors -----------------*/
.user-domain {
    padding-top: 15px; float: right;color:white;font-size:1.3em;font-weight:bold;
}

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: 0.8em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 0.8em;
}

.validation-summary-errors ul li {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.2em;
}

.validation-summary-valid {
    display: none;
}

.display-summary {
    display: inline;
}

/*-------- end info and errors -----------------*/


/*
.td-layout-row {
    clear: both;
}

    .td-layout-row.new-line {
        margin-top: 5px;
    }

.td-layout-column {
    float: left;
    margin: 0 6px;
    position: relative;
    display: inline;
}*/

/*------------- End Grid ----------------*/

/*--Dialog Waiting----------------------------------------------------------------*/
#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:10px; 
	margin:13px;
	color:#666; 
	font-family:arial;
	font-size:11px; 
}

#dialog-box a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* button color */
	background-color: #e33100;
	
	/* css3 implementation :) */
	/* rounded corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	/* drop shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	/* text shaow */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

#dialog-box a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}
/*--End: Dialog Waiting----------------------------------------------------------------*/

/*------ กำหนดสีของตัวเลขเป็นสีแดงเมื่อติดลบ -------------*/
.NumericNegativeFormat {
    color: red !important; 
}

/*-------- กำหนดสีของตัวเลขเป็นสีเขียวเมื่อเป็นบวก ---------*/
.NumericFormat {
    color: green !important; 
}

/*a {
    color:blue ;
}

a:hover {
    text-decoration:underline;
}

.checkbox {
    background-image:url(../images/checkbox.png);width:16px;height:16px;display:inline-block;
}

.uncheckbox {
    background-image:url(../images/unchecked.gif);width:13px;height:13px;display:inline-block;
}*/



/*.word-icon {
    background-image:url(../images/word-icon.png);width:16px;height:16px;cursor:pointer;
}

.excel-icon {
    background-image:url(../images/excel-icon.png);width:16px;height:16px;cursor:pointer;
}

.pdf-icon {
    background-image:url(../images/pdf-icon.png);width:16px;height:16px;cursor:pointer;
}

.jpeg-icon {
    background-image:url(../images/jpeg-icon.png);width:16px;height:16px;cursor:pointer;
}*/

/*---------  LHSec Site Style ---------------------*/

/*--------- End LHSec Site Style ---------------------*/

/*------------ Full Calendar ------------------*/

/*---------Action Date Event Color ------------------*/

.fc-event {
    font-size: 0.7em;
    cursor: pointer;
    text-align: center;
}

.event-xd {
    color:white;background-color:green;
}

.event-xr {
    color:white;background-color:red;
}

.event-xe {
    color:blue;background-color:yellow;
}

.event-other {
    color:white;background-color:blue;
}
/*---------- End Action Date Event Color -------------*/

/*-------Full Calendar Header ----------*/
.fc-header-title {
    border: 1px solid #4297d7;
    background: #5c9ccc url(../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
    padding:2px 5px 0px 5px;
    border-radius:5px;
}
/*------- End Full Calendar Header ------------*/

.fc table {
    border-collapse:separate;
	border-spacing: 2px;
}

/*-------------- Header ----------------------------------------------------------*/

/*---- กำหนด style ของ Header ช่องซ้ายบนสุด -----------*/
.ui-widget-header.fc-first {
    color: #ffffff;
    font-weight: bold;
    border-top-left-radius:5px;
}

/*---- กำหนด style ของ Header ช่องขวาบนสุด -----------*/
.ui-widget-header.fc-last {
    color: #ffffff;
    font-weight: bold;
    border-top-right-radius:5px;
}

/*----------------- End Header---------------------------------------------------*/

/*-------------------------------- Date Content ------------------------------------------------------------------------------------------*/

/*-------- กำหนด style ของ date ช่องขวาสุดล่างสุด ----------------------------*/
.fc-border-separate tr.fc-last td:last-child {
    border-bottom-right-radius:5px !important;
    min-width:25px;
}

/*-------- กำหนด style ของ date ช่องซ้ายสุดล่างสุด ----------------------------*/
.fc-border-separate tr.fc-last td:first-child {
    border-bottom-left-radius:5px !important;min-width:25px;
}

/*------------ กำหนด style ของวันที่ในแต่ละวัน ------------------------*/
.fc-border-separate tr.fc-week td.fc-mon,.fc-border-separate tr.fc-week td.fc-tue,.fc-border-separate tr.fc-week td.fc-wed,.fc-border-separate tr.fc-week td.fc-thu,
.fc-border-separate tr.fc-week td.fc-fri,.fc-border-separate tr.fc-week td.fc-sat,.fc-border-separate tr.fc-week td.fc-sun{
    border: 1px solid #c5dbec;
    background: #dfeffc url(../images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
    min-width:30px;
    cursor:pointer;
}

/*------------- กำหนด style ของวันที่ที่ไม่ใช่เดือนนั้น ----------------------*/
.fc-border-separate tr.fc-week td.fc-other-month.fc-mon,.fc-border-separate tr.fc-week td.fc-other-month.fc-tue,.fc-border-separate tr.fc-week td.fc-other-month.fc-wed,
.fc-border-separate tr.fc-week td.fc-other-month.fc-thu,.fc-border-separate tr.fc-week td.fc-other-month.fc-fri,.fc-border-separate tr.fc-week td.fc-other-month.fc-sat,.fc-border-separate tr.fc-week td.fc-other-month.fc-sun {
    background:none;
    cursor:pointer;
}

/*-------------------------------- End Date Content ------------------------------------------------------------------------------------------*/

/*------------ End Action Date Event Calendar ------------------*/


/*-------------- Check Mobile -------------------*/
@media screen and (max-device-width: 1201px){ 
    .mobileFontChange{
        font-size:8px;
    }
    #emailDiv{
        width:350px;
        padding-right:20px;
	    font-size:8px;
    }
    #emailDiv2{
        width:35%;
    }
    #emailDiv3{
        width:65%;
    }
}


.Warning {
    width: 865px;
    perspective-origin: 390.5px 31px;
    transform-origin: 390.5px 31px;
    border: 1px solid rgb(255, 204, 204);
    border-spacing: 1px 1px;
    font: italic normal normal normal 12px/18px Avenir, Arial, Helvetica, sans-serif, Tahoma;
    margin: 5px;
    padding: 2px;
}

.Warning div {
    width: 845px;
    perspective-origin: 387.5px 28px;
    transform-origin: 387.5px 28px;
    background: rgb(255, 204, 204) none repeat scroll 0% 0% / auto padding-box border-box;
    border-spacing: 1px 1px;
    font: italic normal normal normal 12px/18px Avenir, Arial, Helvetica, sans-serif, Tahoma;
    padding: 10px;
}

/*#BR_3 {
    border-spacing: 1px 1px;
    font: italic normal normal normal 12px/18px Avenir, Arial, Helvetica, sans-serif, Tahoma;
}*/

.OrderDetail {
    color:#2F6A9B;

}

div.export-button {
    border: 1px solid #ccc;
    border-radius:4px; 
    padding: 2px 4px 0px 4px;
    cursor:pointer;
}

div.export-button:hover {
    border: 1px solid #ccc;
    border-radius:4px; 
    padding: 2px 4px 0px 4px;
    background-color: #97DEAC;
    background-color: rgba(90, 209, 125, 0.60);
}

div.button-set-right{
    float: right;
    padding-right:4px;
}

div.button-set-right button {
    margin-top: -2px;
}



/*--------------------- Open Account------------------*/

/*--------------------- Open Account------------------*/


.BlueBox {
    border: solid 1px #29abe2;
    border-radius: 5px; 
    min-height:20px;
            
}

.BlueBox .BoxHeader {
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    background-color: #D2E6EE;
    padding-top:4px; 
    padding-bottom:4px;
}


#Performance .GroupTable .TableItem {
    overflow: auto;
    margin-bottom: 30px;
}

.fundheadergroup {
    background-color: #D9D4D3;
}

.fundheadergroup td:first-child {
    border-left: 0;
}
.fundheadergroup td {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 0px 10px;
    border-left: 1px solid #FFF;
}


