﻿.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; /* or 1200px */
}
.form-group{
    margin-bottom: 5px;
}
.ui-dialog-titlebar {
    background-color: cadetblue;
    color: white;
}
.ui-icon-closethick {
    background-color: cadetblue;
    color: white;
    font-size: 18px;
}
.ui-widget-overlay {
    z-index: -1 !important;
    height: 0px !important;
}
.loginLogo {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.homeUserInfo {
    color: yellow;
    font-size: 18px;
}
.validMsg {
    color: #ff0039;
}
.detailsLabel {
    text-align: right;
    font-weight: bold;
}
.dropdownListLength {
    min-width:200px;
}
.extraLabelLength {
    min-width:300px;
}
.ultraLabelLength {
    min-width:400px;
}
.addressTxtLength {
    min-width:800px;
    margin-top: 5px;
}
select option:first-child{
    color: grey; 
}
.decimalTextBox {
    width: 60px;
}
.divIndexPage {
    opacity: 0.9;
}
.divReportViewer {
    margin-top: 5px;
}
.divRowButton {
    margin-top: 5px;
}
.divRightButton {
    margin-left: 50px;
}
.divCreateBtn {
    text-align: right;
}
.btnPrevious {
    margin-bottom: 10px;
    margin-left: 10px;
}
.panelHeader{
    font-size: 16px;
    font-weight: bold;
}
.panelHeader > span{
    color: rgb(0, 102, 128);
}
/*.custom-overlay
{
    opacity: 0.9;
    z-index: 1001;    
}*/

/*For Main Menu*/
body {
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}
.mega-dropdown {
  /*position: static !important;*/
  width: 130px;
}
.mega-dropdown > a {
  height: 70px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
.mega-dropdown-menu{
  background-color: rgb(248,248,248);
}
.dropdown-menu > li > a:hover{ 
    color: #DAA520;
    font-weight: bold;
}
/*End for Main Menu*/
/*For background*/
body {
    background: url(../images/MSRDS_03.gif) no-repeat center center fixed;
    -webkit-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: cover;*/
    background-size: 800px 500px;
    background-color: rgb(255,251,213);
}
/*End for Background*/