/* This file applies CSS to entire site */

body  
{
    font: 62.5% Verdana, Arial, sans-serif; 
    margin: 0; 
    padding: 0;
    overflow: auto;
    background-color: #EEEEEE;
}
a, a:focus, a:hover, a:active, a:visited
{
    border: none;
    outline: none;    
}
a img{
    border:0;
}
.ui-button-text {
    font-size: .7em;
}
.styleReset
{
    margin: 0;
    padding: 0;
    font-size: .5em;
}
.ui-datepicker 
{
    width: 15em;
}
.hidden 
{ 
    position:absolute; 
    top:0; 
    left:-9999px; 
    width:1px; 
    height:1px; 
    overflow:hidden; 
    display: none;
}
.placeholder {    
    border: 0;
}

/* AddEditUser page css*/
.selectObject
{ 
    width: 100%; 
}	
.columnDivObject
{
    text-align: center;
}
.accessGreen 
{
    background-color: #B2ECA9;
}
.accessYellow
{
    background-color: #FFFEB6;
}
.accessRed
{
    background-color: #FFB6B6;
}
.legendGrid
{
    width: 112px;
    height: 112px;
    padding: 4px;
    float: left;

}

/* Button Widget Helpers*/
.LocationNavigationOptions
{
    width: 80%;
    height: auto;
}
.AddDelete
{
    text-align: center;
    width: 100%;
    padding-top: 12px;
}
.ButtonUniformOne
{
    width: 90px;
    text-align: center;
}
.ButtonsSet
{
    display: inline-block;
    font-size: 16px;
    padding: 4px 8px 4px 8px;
}
.ButtonsOpt
{
    height: 60px;
    width: auto;
    line-height: 60px;
}
.StandardBtn {
    font-size: 12px;
    border: 0;
    position: absolute;
}

/* Breadcrumb Widget*/
.baseBreadcrumb 
{
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    display: inline-table;
    background-repeat: repeat-x;
    color: white;
    font-size: 12px;
}
.bcNotchBase
{
    width: 12px;
}
.bcNotchPre 
{
    margin-left: -12px;
    z-index: -1;
}
.bcBody 
{
    width: auto;
    text-align: center;
    padding: 0 8px 0 8px;
    background-color: #CCC;
/* ReSharper disable Html.PathError */
    background-image: url("./bc/bcBody.png");
/* ReSharper restore Html.PathError */
    color: white;
}
.bcBody_Alpha 
{
    width: auto;
    text-align: center;
    padding: 0 16px 0 16px;
/* ReSharper disable Html.PathError */
    background-image: url("./bc/bcBody_Alpha.png");
/* ReSharper restore Html.PathError */
}
.bcOptions, .bcOptionsStatic {
    width: auto;
    text-align: center;
    background-color: #FFF;
/* ReSharper disable Html.PathError */
    background-image: url("./bc/bcOptions.png");
/* ReSharper restore Html.PathError */
}

/* Signature Widget*/
.SignatureStyle
{
    position: fixed;
    width: 100%;
    height: 250px;
    background-color: #DDD;
    text-align: left;
    padding: 0 0;
    font-size: 10px;
    top: 32%;
}
.SignatureBackground {
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.SignatureInstructions {
    text-align: center;
    font-size: 12px; 
    padding-top: 8px;
    padding-bottom: 8px;
}
.SignatureBtnInput
{
    position: absolute;
    height: 48px;
}

.SignatureSpacer
{
    display: inline-block;
    width: 32px;
}
.SignatureBtnStyle {
    width: 64px;
    text-align: center;
}
.SignatureBtnTxt {
    font-size: 11px;   
}

/* Notify Widget*/
.NotifyStyle {
    position: fixed;
    width: 100%;
    height: auto;
    text-align: center;
    top: 150px;
    padding: 10px 0 10px 0;
    font-size: 14px;
}

/* Tooltip Widget*/
.TooltipStyle{
    position: fixed;
    width: auto;
    min-width: 180px;
    height: auto;
    text-align: center;
    padding: 2px 2px 2px 2px;
    font-size: 14px;
    white-space: nowrap;
}

.reportBase {
    width: 762px;
    font-size: 11px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.reportComments, .reportAttachments, .reportSignatures {
    width: 760px;
    min-height: 32px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #aed0ea;
    background-color: white;
    border-spacing: 0;    
    padding-bottom: 8px;
}

.reportCommentContainer {
    width: 760px;
    border: none;
    border-spacing: 0;

    /*white-space: pre-wrap;*/
    -ms-word-break: break-all;
    word-break: normal;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    text-align: left;
}
/* added for lab report closing signature css*/
#ClosingSignaturesView .reportCommentContainer {
    width: 100%;
}

#ClosingSignaturesView .reportCommentContainer img {
        margin-left: 2px;
 }

.reportCommentTitle {
    color: #2779aa;
    background-color: #d7ebf9;
    width: 752px;
    min-height: 40px;
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
}
#ClosingSignaturesView .reportCommentTitle {
    width: 99.7%;
    padding: 10px 0;
    margin: 0 2px
}

.reportSignBox {
    height: 75px;
   }

.reportCommentOptions {
    position: absolute;
    width: 720px;
    min-height: 16px;
    text-align: center;
    font-size: 12px;
}

.reportCommentContent {
    padding: 4px;
    /*border-bottom: 1px solid #aed0ea;*/
}
.reportSignatureLeft div.SignatureBtnInput {
  position: relative;
}