﻿/* Page title */
.nuq-page-title-wrapper-readonly{
    color: #800000;
}
/* Top right date */
.nuq-ttdate-history{
    color: #FF8C00;
}
.nuq-ttdate-today{
    color: Black;
}
.nuq-ttdate-past{
    color: Red;
}
/* Select list below page title */
.nuq-panel-select{
    border-color: #d2b48c;
}
/* Filter panel */
.nuq-filter-panel{
    border-color: #d2b48c;
}

/* Grid */
.nuq-grid{
    border: solid 1px #d2b48c;
    color: #483D8B;
    background-color: White;
}

.nuq-grid tr td a{
    color: #483D8B;
}
.nuq-grid-header{
    background-color: #8B0000 !important;
    color: White !important;
    border-color: tan;
}
.nuq-grid-header a{
    color: White !important;
}
.nuq-grid-pager{
    background-color: #d2b48c;
    color: White;
}
.nuq-grid-pager a{
    color: #DCDCDC !important;
}
.nuq-grid-altrow
{
    background-color: #f5f5dc;
}
/* Soft screen detail table */
.nuq-details-table{
    border: 0;
    /*border-color: #d2b48c;*/
}

/* Soft screen detail table inputs TEST */
.nuq-details-table input:hover{
    box-shadow: 1px 1px 2px #6495ED, -1px -1px 2px #6495ED;
}
.nuq-details-table input:focus{
    box-shadow: 1px 1px 2px #6495ED, -1px -1px 2px #6495ED;
}
.nuq-details-table select:hover{
    box-shadow: 1px 1px 2px #6495ED, -1px -1px 2px #6495ED;
}
.nuq-details-table select:focus{
    box-shadow: 1px 1px 2px #6495ED, -1px -1px 2px #6495ED;
}
/* DDL Lookup image */
.nuq-select-normal{
    color: Black;
}
.nuq-select-invalid{
    color: Blue;
}

.nuq-tree-selectedItem{
    background-color: darkgray;
}
#resourceTypesTree a{
    color: black !important;
}
#functionsTree a{
    color: black !important;
}

.nuq-message-error { 
    color: Red !important;
    display: inline !important;
    padding-left: 10px;
}
.nuq-message-info {
    color: Green !important;
    display: inline !important;
    padding-left: 10px;
}
.nuq-message-debug {
    color: orange !important;
    display: inline !important;
    padding-left: 10px;
}

.field-validation-error {
    color:Red !important;
    /*display: inline !important;*/
}

.nuq-header-line {
    width: 100%; 
    height: 2px;
    border-bottom-color: #6495ED;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.nuq-footer-line {
    width: 100%; 
    height: 2px;
    border-top-color: #6495ED;
    border-top-style: solid;
    border-top-width: 1px;
}
.nuq-line-empty {
    width: 100%; 
    height: 2px;    
}

.nuq-busy-overlay {
   top:0;
   right:0;
   width:100%;
   height:100%;
   position:fixed;
   text-align:center;
   /* IE filter */
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity:0.25;    /* Mozilla extension */
   -khtml-opacity:0.25;  /* Safari/Conqueror extension */
   opacity:0.25; /* CSS3 */
   z-index:100001;
   background-color:black;
   display:none;
}
.nuq-busy-overlay-img {
	position:fixed;
	display:none;
}

.nuq-box {
    border-color: #6495ED;
    border-style: solid;
    border-width: 1px;
}
.nuq-datetime {
    background: #fff;
    color: inherit;
    border: 1px solid #E6E6E6;    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nuq-datetime[readonly] {
    color: #333;
    text-shadow: none;
    background-color: #fff;
    border: 1px solid #E6E6E6;    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}
.nuq-filter-select {
    background: #fff;
    color: inherit;
    border: 1px solid #E6E6E6;    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nuq-filter-select[readonly] {
    color: #333;
    text-shadow: none;
    background-color: #fff;
    border: 1px solid #E6E6E6;    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

label.error {
    color: red;
    font-style: italic;
}
input.error {
    border: 1px dotted red;
}

.sonic {
    z-index:199999;
}

.custom-button {
    width: 15px;
    height: 18px;
    border-color:#6495ED;
    border-style: solid;
    border-width: 1px;
    padding-top: 5px;
    padding-left: 8px;
    margin-left: 5px;
}