﻿html, body, form {
    width: 100%;
    height: 100%;
    font: normal 14px Roboto, SANS-SERIF;
    overflow: hidden;
}

a {
    cursor: pointer;
    color: #003DB2;
    text-decoration: none;
}
a:visited { color: #003db200; }
a:hover { color: #003db200; }

li { list-style: inherit; } /* override ext-all.css */

p { margin:5px; }

#start-panel ul, #start-panel ol { padding-left: 20px; }

.loading
{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	width: 40px;
	height: 200px;
	background-image: url(images/spinner-solid.svg); 
		
	background-repeat: no-repeat; 
	background-position: center; 
	padding-top: 70px;
}

/*---- HEADER ---------------*/
.header-left { float: left; white-space: nowrap;}
.header-right { float: right; white-space: nowrap; font: Roboto, SANS-SERIF; font-size: 14px;}


.x-toolbar { border-width: 0 0 1px }
#mainToolbar .x-form-field, #mainToolbar .checkbox-text { font: normal 14px Roboto, SANS-SERIF; color: #31373b}

/*----Top Of Page link----*/
.topOfPage { font-size: 14px; padding-left: 10px; padding-bottom:5px;}


/*------ Footer --------*/
.footer-left { text-align: left; white-space: nowrap; }
.footer-right { text-align: right; white-space: nowrap; }
.footer-center { text-align: center; }

/*---- West panel ------------------ Index & Tree -----------------------*/
/*--- Index ---*/
#index { background-color: #DDEAFC; width: 90%; }
.tableindexlinks td { padding-right: 5px; padding-left: 5px; }
#index p.indexatoz {
	background: #EBF3FD;
	margin-top: -3px;
	font-size: 14px;
}

td.index1 {  font-weight: bold;}
td.indexlink { }
td.indexlink a:hover { text-decoration: underline; }

td.indexheading {
	font-size: 14px;
	padding-bottom: 2px;
}

/*--- Tabs Aria ---*/
.x-panel .x-grid-body { border-width: 0px;}
#tab-panel  .x-box-layout-ct { border-width: 0px;}

/*--- Tree -------------*/
#tree-panel-body { border-top-width: 0px; }
.x-tree-icon.x-tree-icon-leaf { background-image:url(images/leaf.gif);  }


/*---- END West panel ------------------ Index & Tree -----------------------*/

/*------- Search ------------------------------------------------------*/
.searchResultsPanel { background-color: #DDEAFC !important; padding: 5px;}
.searchResults { font-size: 14pt; background-color: #DDEAFC !important; }
#searchResultsPanel { background-color: #DDEAFC !important; }
#searchResults { font-size: 14pt; background-color: #DDEAFC !important; }
#searchResults a:hover { text-decoration: underline !important;	}

.searchword1
{
	background-color: #FFD2A6;
}


/*------------------------------- breadcrumb ---------------------------------------*/
.breadcrumb:hover { text-decoration: underline !important; }


/*---- Topic -------------------------------------------------------*/
#start-panel { padding: 10px; }
.homepage { background-image: url(images/gradient-bg.gif); }
.aboveheading { display: none; }
.belowheading { display: none; }

/*--- panels header (title) ---*/
.x-panel-header-text { font-weight: normal; }


/*--- toolbar ---*/
.tree-node-toolbar-no-bg-image { background-color: #DDEAFC; background-image: none; }
.x-toolbar .ytb-text { padding: 0px;}
.checkbox-text
{
	font-family: Roboto, SANS-SERIF;
	font-size: 14pt;
	margin-left: 3px;
	position: relative;
	bottom: 10px;
}
  * html .checkbox-text {   
	margin-left: 0px;   
} 
/*--- Icons ---*/
/*--- main toolbar ---*/
.homeIcon { background-image: url(images/houseb.png); }
.upIcon { background-image: url(images/arrow-left.png);}
.downIcon { background-image: url(images/arrow-right.png);}


.EditIcon {background-image: url(images/edit.png); }
.editLiveIcon { background-image: url(images/edit_live.png); }
.emailThisPageIcon { background-image: url(images/email.png); }
.sendFeedbackIcon { background-image: url(images/feedback.png); }

.printIcon { background-image: url(images/print.png);}
.searchIcon { background-image: url(images/search.png); }

/* tree toolbar */
.expand { background-image: url(images/expand.svg); }
.collapse { background-image: url(images/collapse.svg); }
