
/******************************************************************************
 * ASP.NET Controls
 ******************************************************************************/
/**** <asp:textbox> ****/
.TextBox
{
	border: 1px solid #808080;
}

. DropDownList
{
	border: 1px solid #808080;
}

/**** <asp:GridView /> ****/
.gv
{
	margin-top: 5px;
	background-color: #F4F4F4;
	border-collapse: collapse;
	empty-cells: show;
}
.gv td
{
	padding: 1px;
	font-size: 9pt;
}
.gv td input
{
	text-align: left;
	padding: 0px 1px 0px 1px;
	font-size: 10pt;
	margin-left: 2px;
}
.gv td input[type="button"]
{
	text-align: left;
	padding: 0px 2px 0px 2px;
	font-size: 9pt;
	margin-left: 2px;
}
.gv > tbody > tr > th
{
	border-width: 0px;
	border-bottom: 1px solid #569ece;
	color: #000;
	background-color: #dfedf6;
	text-align: left;
    padding: 2px 2px 2px 2px;
	font-size: 10pt;
	height: 17px;
}
.gv th td
{
	color: #000;
	background-color: #dfedf6;
}
.gv th a
{
	color: #000;
	text-decoration: none;
}
.gvHeader
{
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
}
.gvRow
{
	height: 25px;
	font-weight: normal;
	font-size: 9pt;
}
.gvAltRow
{
	background-color: #fff;
	height: 25px;
	font-weight: normal;
	font-size: 9pt;
}
.gvPager td
{
	color: #666;
	font-weight: bold;
	background-color: #ECECEC;
	font-size: 10pt;
	height: 19px;
}
.gvPager a
{
	color: #666;
	font-weight: bold;
}
.gvPager td table
{
	margin: 0;
}

/**** <asp:DetailsView /> ****/
.dv
{
	background-image: url(images/wels_portal_rightGradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: solid #CCC 1px;
	border-collapse: collapse;
	margin: 4px 0px 4px 0px;
}
.dv td
{
	padding: 4px;
}
.dvh
{
	text-align: right;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
}
/*Selecting the next sibling td after the th header dvh*/
.dvh ~ td, dvh + td
{
    background-color: #FFF;
    padding-left: 8px;
}

/* <asp:ValidationSummary /> */
.vs
{
	color: #fff;
	background-color: #FEC004;
	margin: 0;
	padding: 4px;
	font-size: 9pt;
	font-weight: normal;
}
.vs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.vs li
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-weight: normal;
}

/* <hc:Dialog /> */
.dialog
{
	color: #000;
	background-color: #fff;
	border: solid #569ece 2px;
}
.dialog_title
{
	color: #fff;
	background-color: #569ece;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-bottom: solid #569ece 2px;
}
.dialog_content
{
	text-align: left;
}
.dialog_content .gv, .dialog_content .dv, .dialog_content table, .dialog_content p
{
	margin: 10px 10px 0 10px;
}
.dialog_buttons
{
	padding: 10px;
	text-align: right;
}
.dialog_background
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* ~/Signup.aspx */
/*#signup { margin-left: auto; margin-right: auto; margin-top: 30px; width: 500px; }*/
/*#signup h1 { margin: 0 0 10px 0; padding: 0; }*/
#signup h1
{
	margin-bottom: 20px;
}
#signup table
{
	margin: 0 0 10px 0;
	border: none;
	width: 355px;
}
#signup td
{
	padding: 5px 10px 5px 5px;
}

/* <hc:Button /> */
button.btn:not(.multiselect)
{
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
button.btn div
{
	border: 0;
	cursor: pointer;
	padding: 0 10px 0 0;
	text-align: center;
	height: 28px;
}
button.btn div span
{
	display: block;
	white-space: nowrap;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}
/* button graphics */
button.btn div
{
	background: url(Images/WELSportalBUTTON2.jpg) top right repeat;
}
button.btn div span
{
	background: url(Images/WELSportalBUTTON2.jpg) top left repeat;
}
button.btn:hover div
{
	background-position: 100% -28px;
}
button.btn:hover div span
{
	background-position: 0% -28px;
}
/* button browser specific tweaks */
.ie button.btn
{
	width: auto;
	overflow: visible;
	padding: 0 0 0 4px;
}
/*.gecko button.btn div { margin: 0 -3px; } */

.btn
{
	background: url(Images/WELSportalBUTTON2.jpg) top right repeat;
	border: 0;
	cursor: pointer;
	padding: 0px 4px 0px 4px;
	text-align: center;
	height: 28px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: White;
	font-weight: bold;
}

.WizSideBar
{
	padding: 8px 8px 8px 8px;
	background-image: url(images/wels_portal_rightGradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
}
.WizSideBar td
{
    height: 19px;
}
/*Selecting the next sibling td after the td.WizSideBar will align the Step's content to the top. */
td.WizSideBar + td 
{
    vertical-align: top;   
}
/*Because the Wizard ASP.NET control does not provide styles for the Active Step, "td[style] a" must be used to target/redefine the Active Step. */
.WizSideBar td[style] a, .WizSelectedStep a
{
    color:#569ece !important;
    text-decoration: none;
}
.WizSelectedStep
{
	background-color: #faf1b8;
}
.WizStepBody
{
	padding: 2px 10px 10px 10px;
	vertical-align: top;
}

.requiredMarker
{
	color: #d21e26;
	font-size: 15pt;
	vertical-align: middle;
}

.validationMsg
{
	color: #d21e26;
	font-weight: normal;
}
.validationMsg a:link, .validationMsg a:visited
{
	color: #d21e26;
	font-size: 12px;
	text-decoration: underline;
	line-height: 21px;
}
.validationMsg a:hover
{
	color: #000;
	text-decoration: none;
}

.WarningToolTip, .WizardToolTip
{
	margin: 2px 0px 2px 0px;
	background-color: #FFFFAA;
	border: 1px solid #FFAD33;
	border-radius: 3px;
	color: #333;
	text-align: left;
	padding: 4px;
	line-height: 18px;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.60);
	display: block;
}
.InfoToolTip
{
	margin: 2px 0px 2px 0px;
	background-color: #e9eef4;
	border: 1px solid #9FDAEE;
	color: #333;
	text-align: left;
	padding: 4px;
	border-radius: 3px;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.60);
	line-height: 18px;
	display: block;
}
table#SQSS td
{
	border: solid 1px;
}
table#SQSL td
{
	border: solid 1px;
}
table#SQSA td
{
	border: solid 1px;
}
table#SQSO td
{
	border: solid 1px;
}
table#SQSD td
{
	border: solid 1px;
}
table#SQSR td
{
	border: solid 1px;
}

/*---------------------------Validators------------------------------*/
.txtValidators
{
    color: #d21e26;
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
}

/*************** LOADING STYLE *************************/

.loading-wrapper{
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #777;
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
    display:none;    
}

.for-upload-progress
{
    display:block;    
}

div[role="status"]
{
    z-index:999;    
}
    
.loading-wrapper > span{
    position: fixed;
    padding: 10px 30px 30px;
    background-color: #FFFFFF;
    font-size: 11px;
    left: 45%;
    top: 40%;
    border: 1px solid #2F428C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
}
   
.loading-wrapper > span .wels-image{
    width: 80px;
    position: absolute;
    bottom: 8px;
    right: 61px;
}
    
.loading-wrapper > span .loading{
    width: 22px;
}

/************* ADDED FOR GEt THE SAME STYLES THAT WELS IN THE DATATABLES ****/
.tblC1DarkZebraC1
{
    border-top-width: 0px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-collapse: collapse;
    margin-top: 1px;
}
.tblC1DarkZebraC1 > tbody > tr > th, .tblC1DarkZebraC1 > thead > tr > th
{
    padding: 2px 3px 2px 3px;
    background-position: center;
    background-repeat: repeat-x;
    background-color: #2F428C;
    border-left: 1px solid #5969c4;
    border-right: 1px solid #5969c4;
    border-bottom: 1px solid #5969c4;
    border-top: 1px solid #5969c4;
    color: #e5ecff;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}
.tblC1DarkZebraC1 > tbody > tr:nth-child(even), .tblC1DarkZebraC1 > thead > tr:nth-child(even), .tblC1DarkZebraC1 > tbody > tr.even
{
    background-color: #fbfbfb;
}
.tblC1DarkZebraC1 > tbody > tr:nth-child(odd), .tblC1DarkZebraC1 > thead > tr:nth-child(odd), .tblC1DarkZebraC1 > tbody > tr.odd
{
    background-color: #f3faff;
    border-top: 1px solid #F1F1F1;
}
.tblC1DarkZebraC1 > tbody > tr.even td.sorting_1
{
    background-color: #f3faff;
}
.tblC1DarkZebraC1 > tbody > tr.odd td.sorting_1
{
    background-color: #E8F5FF;
}
.tblC1DarkZebraC1 > tbody > tr.even:hover td.sorting_1
{
    background-color: inherit;
}
.tblC1DarkZebraC1 > tbody > tr.odd:hover td.sorting_1
{
    background-color: inherit;
}
.tblC1DarkZebraC1 > tbody > tr > td, .tblC1DarkZebraC1 > thead > tr > td
{
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
}
.tblC1DarkZebraC1 > tbody > tr > td > a:hover, .tblC1DarkZebraC1 > thead > tr > td > a:hover
{
    text-decoration: none;
}
.tblC1DarkZebraC1 > tbody > tr > td > a, .tblC1DarkZebraC1 > tbody > tr > td > div a, .tblC1DarkZebraC1 > tfoot > tr > td > a, .tblC1DarkZebraC1 > tfoot > tr > td > div a
{
    color: #0066CC;
    text-decoration: underline;
}
.tblC1DarkZebraC1 > tbody > tr > td > a:hover, .tblC1DarkZebraC1 > tbody > tr > td > div a:hover, .tblC1DarkZebraC1 > tfoot > tr > td > a:hover, .tblC1DarkZebraC1 > tfoot > tr > td > div a:hover
{
    color: #0066CC;
    text-decoration: none;
}
.tblC1DarkZebraC1 > tbody > tr > td > a:visited, .tblC1DarkZebraC1 > tbody > tr > td > div a:visited, .tblC1DarkZebraC1 > tfoot > tr > td > a:visited, .tblC1DarkZebraC1 > tfoot > tr > td > div a:visited
{
    color: #800080;
    text-decoration: none;
}

.use-ui-widget-header-color .ui-widget-header
{
    background: #bfdaff;
}

.use-ui-widget-header-color .fg-toolbar.ui-corner-bl {
    border-top: 2px solid #5969c4;  
}