/* Minification failed. Returning unminified contents.
(106,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(157,21): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
 */
.loadermask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: 0.50;
    filter: alpha(opacity=50);
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    zoom: 1;
}
.waitCursor {
cursor: wait;
}
.loaderdiv {
    top: 0;
    left: 0;
    z-index: 101;
    position: absolute;
}

.loadergif
{
    margin: 0px auto;
    background: url(/Cloud/ComponentStyling/LoaderMask/Images/Loader.gif) no-repeat;
    height: 64px;
    width:64px;
}

.loadertext {
    margin:1.2em auto;
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
}

.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

.triggerIcon 
{
		line-height: normal !important;
		text-decoration:none !important;
		border-top: 1px solid rgb(170, 170, 170);
		border-right: 1px solid rgb(170, 170, 170);
		border-bottom: 1px solid rgb(170, 170, 170);
		-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px;
		padding: .5em 0px;
		float: left;
		margin-right:5px;
		width: 17px;
		background: url(/Cloud/ComponentStyling/SelectEdit/Images/dropdown_arrow.png) no-repeat;
		background-color: rgb(238, 238, 238);
}

.triggerInactive
{
		background-position: 0 0;
}

.triggerActive
{
		background-position: 0 0;
}

.selectContentBorder
{
border: 1px solid rgb(201, 201, 201);
}

.selectItem
{
		padding:.2em 0px;
		padding-left:5px;
		background-color: #FFFFFF;
}

.selectItemActive
{
		color: #FFFFFF;
		background-color: #0099FF;
}

.selectItemWrapper
{
		display:none;
		position: absolute;
		height: auto;
		overflow-y: auto;
		overflow-x: hidden;
		cursor:default;
		z-index:1;
}


:root {
    --xd-primary: #086AD8;
}

/* tables */
table.tablesorter
{
    margin: 0px 0px 15px 0px;
    width: 100%;
    text-align: left;    
    border-collapse: collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 4px;
}

table.tablesorter thead tr
{
border-bottom: 1px dotted rgb(201,201,201);
}

table.tablesorter thead th img
{
    vertical-align: middle;
}

table.tablesorter tbody td .checkbox img {
vertical-align: -3px;
margin-right: 4px;
margin-top: 0em !important;
}

table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align: left;
}
table.tablesorter tbody td {
	padding: 5px;
	vertical-align: top;
	cursor: default;
}

table.tablesorter thead tr .headerSortUp {
	
}
table.tablesorter thead tr .headerSortDown {
	
}
    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        color: var(--xd-primary);
    }

table.tablesorter tbody td a
{
    /*color:rgb(65,131,196);*/
    text-decoration:none;
}

table.tablesorter tbody td a:hover
{
    text-decoration:underline;
    cursor: pointer;
}

table.tablesorter tbody td img
{
    vertical-align: top;
    margin-right:4px;
}

table.tablesorter tbody tr.topRow
{
border-top: 1px dotted rgb(201,201,201);
}

table.tablesorter tbody tr 
{
    border-right:1px solid rgb(255, 255, 255);    
    border-left:1px solid rgb(255, 255, 255);
    border-top:1px solid rgb(255, 255, 255);
}

table.tablesorter tbody tr:hover
{
    border:1px solid rgb(201, 201, 201);
    background-color: rgb(250, 250, 250);
}

div.tablesorterPager
{
    padding:10px;
    text-align:right;
    padding-right:0px;
}

div.tablesorterPager select
{
    width:60px; background: url(/Cloud/SiteStyling/Images.WoodPecker/topfade.gif) repeat-x top rgb(255, 255, 255); margin: 0px; border: 1px solid rgb(170, 170, 170); color: rgb(85, 85, 85); vertical-align: bottom;
}

div.tablesorterPager img
{
	vertical-align:middle;
	cursor:pointer;
}

.pagedisplay
{
    width:100px !important;
}

.breadCrumb
{
    float:right;
    width:810px;
}
.crumb
{
    float:left;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 1.25em;
    cursor:pointer;
}
.crumb:hover
{
    text-decoration: underline;
}
.crumbSeparator
{
    float:left;
    padding: 0px 5px .8em 5px;
    font-weight: bold;
    font-size: 1.25em;
    color:rgb(53, 53, 53);
}
.crumbLast
{
    color:rgb(53, 53, 53) !important;
    cursor:default;
}
.crumbLast:hover
{
    text-decoration: none;
}

.qq-uploader { position:relative; width: 100%;}

/*
.qq-upload-button {
    display:block; 
    width: 105px; padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}
*/
/*
.qq-upload-button span {
	padding-left: 4px;
}
*/

.qq-upload-drop-area
{
    border: 1px solid rgb(0, 153, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    z-index: 2;
    background: rgb(204, 255, 204);
    text-align: center;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 45%; width:100%; margin-top:-8px; font-size:14px;
}
.qq-upload-drop-area-active {background:rgb(184, 255, 184);}

.qq-upload-list {margin-left:30px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:8pt;}

.qq-upload-list a
{
    /*color:rgb(65,131,196);*/
    text-decoration:none;
}

.qq-upload-list a:hover
{
    text-decoration:underline;
    cursor: pointer;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 5px;
}

.qq-upload-file {
}
.qq-upload-spinner {display:inline-block; background: url(/Cloud/ComponentStyling/FileUpload/Images/loading.gif); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:8pt;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail
{
    cursor:pointer;
    color:rgb(205, 10, 10);
}
.qq-upload-fail .qq-upload-failed-text 
{
    display:inline;
}




.uploadLinkDiv img
{
    vertical-align:top;
    margin-right:4px;
}

.uploadLinkDiv a
{
    /*color:rgb(65,131,196);*/
    text-decoration:none;
}

.uploadLinkDiv a:hover
{
    text-decoration:underline;
    cursor: pointer;
}

.dragDropMessageDiv 
{
    width:220px;
    margin:10px auto 0px;
}


