/*
  Released SpireVersion 1.0
  ToolBarMenu styles moved to spire/dbWidget/SpireWidgets.css
*/

#login-box {
    width:333px;
    height: 352px;
    padding: 76px 76px 0 76px;
    color: #ebebeb;
    font: 12px Arial, Helvetica, sans-serif;
    /* background-position: 200%;
        background: url(Images/login-box-backg.jpg) no-repeat left top;*/
    background: #4B84B9; /* for non-css3 browsers */
    /*    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#112233', endColorStr='#C1E1F1');  for IE 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #112233),  olor-stop(1, #C1E1F1));  for webkit browsers 
        background: -moz-linear-gradient(top,  #112233  0%, #C1E1F1 100%);  for firefox 3.6+ 
        background: -ms-linear-gradient(top, #112233 0%,#C1E1F1 100%);  IE10+ 
        background: -o-linear-gradient(top, #112233 0%,#C1E1F1 100%);  Opera 11.10+ 
        background: -webkit-linear-gradient(top, #112233 0%,#C1E1F1 100%);  Chrome10+,Safari5.1+ */
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
#login-box-config {
    width:333px;
    height: 352px;
    padding: 76px 76px 0 76px;
    color: #ebebeb;
    font: 12px Arial, Helvetica, sans-serif;
    /* background-position: 200%;
        background: url(Images/login-box-backg.jpg) no-repeat left top;*/
    background: #36808D; /* for non-css3 browsers */
    /*    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#112233', endColorStr='#C1E1F1');  for IE 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #112233),  olor-stop(1, #C1E1F1));  for webkit browsers 
        background: -moz-linear-gradient(top,  #112233  0%, #C1E1F1 100%);  for firefox 3.6+ 
        background: -ms-linear-gradient(top, #112233 0%,#C1E1F1 100%);  IE10+ 
        background: -o-linear-gradient(top, #112233 0%,#C1E1F1 100%);  Opera 11.10+ 
        background: -webkit-linear-gradient(top, #112233 0%,#C1E1F1 100%);  Chrome10+,Safari5.1+ */
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

#login-box img {
    border:none;
}

#login-box h2 {
    padding:0;
    margin:0;
    color: #ebebeb;
    font: bold 44px "Calibri", Arial;
}


#login-box-name {
    float: left;
    display:inline;
    width:80px;
    text-align: right;
    padding: 14px 10px 0 0;
    margin:0 0 7px 0;
}

#login-box-field {
    float: left;
    display:inline;
    width:230px;
    margin:0;
    margin:0 0 7px 0;
}


.form-login  {
    width: 205px;
    padding: 10px 4px 6px 3px;
    border: 1px solid #0d2c52;
    background-color:#1e4f8a;
    font-size: 16px;
    color: #ebebeb;
}
.form-login-config  {
    width: 205px;
    padding: 10px 4px 6px 3px;
    border: 1px solid #0d2c52;
    background-color: #075462;
    font-size: 16px;
    color: #ebebeb;
}

.login-box-options  {
    clear:both;
    padding-left:87px;
    font-size: 11px;
}

.login-box-options a {
    color: #ebebeb;
    font-size: 11px;
}

.nameStyle
{
    width: 100px;     
}

.valueStyle
{
    font-weight:bolder;
}



/* title and subtitle line style */
hr{
    /*    border:1px solid lightgray;*/
    border-color:#efefef;
}
hr.hr1{
    border-top: solid black thin;
    margin-bottom: 0em;
}

/* Table layout using DIV tags */
.table-container{
    display:table;
    border-collapse: collapse;
}
.table-heading{
    display:table-row;
    line-height: 25px;
    /*color: #757C87;*/
}
.table-row{  
    display:table-row;
    /*height: 22px;*/
}
.table-cell{ 
    display:table-cell;
    /*    line-height: 22px;*/
    /*border: #0d2c52 solid thin;*/
}

.workSpaceFullScreen{
    cursor: hand;
    cursor: pointer;
    height: 18px;
}

.field-dischargeSummary{
    width:80px;
}

.field-pharmacyOrder{
    width:70px;
}

.field-discharge{
    width:7%;
}

.field-CurrentStatus{
    width:65px;
}
.pageTitle{
    font-size: 15pt;      
}
