/*Website Overrides*/

h1,h2,h3,h4,h5,h6 {
    text-transform:none;
}

p, ul, ol, dl, table, fieldset, blockquote, pre, code {
    margin-bottom: 12px;
}
.ui-datepicker {
    z-index: 100 !important;
}

#page {
    overflow:visible;
}

/*Header*/
#header {z-index:40;}
#header .inner {min-height:45px;}
#header .logo {
    margin: 15px 0 50px;
}
#navigation ul li a {
    font-size:11px;
    padding-bottom: 10px;
    margin:0 10px;
}
#navigation ul li ul li a:after {
    content: normal;
}
.sub-menu{
    top: 55px;
    visibility: visible;
    left: 0px;
    width: 150px;
    display: none;
}

/*Forms*/
label {font-weight:bold;}

.readonly {
    color:#777777; background-color: #EEEEEE; cursor:default;
}

.content input, .content textarea, .content select {
    border: 2px solid #DDDDDD;
    border: 2px solid rgba(0, 0, 0, 0.15);
    color: #676767;
    padding: 5px;
    margin: 0 10px 0 0;
}

.content select {
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.content input:focus, .content textarea:focus, .content input:active, .content textarea:active {
    background-color: #EEEEEE;
    background-color: rgba(0, 0, 0, 0.15);
}

.content input.button, .content button, #page .content a.button {
    background-color: #000000;
    border:0;
    outline: medium none;
    color:#FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 1px;
    padding: 0.5em 1.7em;
    margin: 0 0.2px 3px 8px;
    border-radius: 3px;
}
.content input.button:hover, .content button:hover, #page .content a.button:hover {
    background-color:#FF0000; color:#FFFFFF !important;
}

.content input.disabled, .content input.disabled:hover, .content select.disabled, .content textarea.disabled {
    background-color: #CCCCCC; color:#666666 !important; cursor:default;
}

#respond .section_row, .content .section_row {
    width: 45%;
}

.content .one_half .section_row {
    width: 100%;
}

.content .section_row input, .content .section_row textarea, .content .section_row select {
    width: 90%;
}

.content .section_row input[type="submit"] {
    width:auto;
}

.content .section_row input[type="checkbox"], .content .section_row input[type="radio"]
{
    width:10%;
}

.content fieldset .button {
    margin-top: 18px;
}

.section_row span, .section_row a {
    display:block;
}

.content .spacer {
    margin-right:50%;
}

/*Footer*/

.footer_widget {
    padding: 0;
}

.sub_footer_logo {
    background:url('../images/footer-logo.png') center center no-repeat;
}
.copyright {
    float:right;
    margin-top: 10px;
}

/*Table Styling*/

th {
    text-align:left; background-color: #151515; color: #FFFFFF;
}
td, th  {
    border: 1px solid #333333; padding: 5px;
}
td.center, th.center {
    text-align:center;
}
td.right, th.right {
    text-align:right;
}

#page .content a.button {
    margin: 0 0.2px 8px 0;
    display:inline-block !important;
}

#page .content td a.button {
    padding:0.5em;
    font-size:10px;
    margin: 0 0.2px 0 3px;
}

/*Image overlay: div added to body HTML */

.overlay {
    display: none;
    top: 0;
    right: 0;
    z-index: 999;
    padding-top: 50px;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.overlay_content {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 80%;
    max-width: 700px;
}

.overlay_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor:pointer;
}

.overlay_show {
    margin: 2px; 
    color: #cc0000; 
    text-decoration: underline; 
    cursor:pointer;
}


/*Responsive Specific Changes*/

@media only screen and (max-width : 1024px)
{
#header .logo {margin-bottom: 0px;}
#navigation ul li a {
    margin: 0 8px;
}
}

@media only screen and (max-width: 768px) {

#respond .section_row, .content .section_row {
    width: 100%;
}
}


/*Success and Error Messages*/
.success, .ajax_success { color:#008000; }
.error, .ajax_error, .error-message, .help-block { color:#ff0000; }
.flash-message, .flash-message-perpetual {
  padding:10px;
  text-align:center;
  border-radius:5px;
  font-weight:bold;
  margin-top:10px;
}
div.success {
  background-color:#ccff99;
  border:1px solid #008000;
}
div.error, div.help-block{
  background-color:#ffcccc;
  border:1px solid #ff0000;
}

.pagination {
    margin: 10px 0px;
}


/* Entries for Tree view*/
#processing {
	position:fixed;
	bottom:0;
	min-width:250px;
	width:50%;
	left:25%;
	display:none;
	opacity:0.9;
	padding:8px;

}
.contextMenu {
	display:none;
	position:absolute;
	background:#fff;
	border:#999 1px solid;
	width:auto;
	height:auto;
	z-index:499;
	opacity:0.9;
        margin: 0px;
        padding: 0px;
}
.contextMenu li {
	list-style-type:none;
	text-align:left;
	padding:5px;
}

/* to much space in Internet Explorer 7 */
*+ html .contextMenu li {
	padding-bottom: 0;
}

.contextMenu li:Hover {
	background-color:#0066CC;
	color:#FFFFFF;
	cursor:pointer;
}
.pdfTree{
	float:left;
	width:100%;
	min-height:500px;
	padding:5px;
	margin: 0 10px;
	clear:both;
	overflow:auto;
}
#TreeForm{ width: 450px;}

.ajaxInfo, .info{
	text-align:center;
	background-color:#FF5511; /*3366CC;*/
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.activeElement {
	text-align:center;
	padding-top:4px;
	min-width:250px;
	width:25%;
	left:37%;
	font-size:14px;
	height:20px;
	margin-bottom:15px;
	margin-top:15px;
}
.wrap{
	width:100%;
	clear:both;
}
.root{
	color:#036AC2;
	font-size:14px;
}
.simpleTree
{
	margin:0px;
	padding:2px;
	overflow:auto;
	height:100%;
	display:block;
	overflow:auto;
}
.simpleTree li
{
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 34px;
	line-height: 16px;
}
.simpleTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
        margin-left:3px;
}
.simpleTree ul
{
	margin:0px;
	padding:1px;
}
.simpleTree .root
{
	position: relative; /* important for Safari Browser on windows */
	padding-left:16px;
	background: url(../images/tree-images/root.gif) no-repeat 0px 0 #ffffff;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/tree-images/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/tree-images/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/tree-images/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/tree-images/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(../images/tree-images/collapsable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(../images/tree-images/collapsable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(../images/tree-images/expandable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(../images/tree-images/expandable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(../images/tree-images/leaf.gif) 0 -1px no-repeat #fff;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(../images/tree-images/leaf-last.gif) 0 -1px no-repeat #fff;
}
.simpleTree .ajax
{
	background: url(../images/tree-images/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0;
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#3355FF;
	padding:0px 0px;
	color:#FFFFFF;
}
#drag_container {display:none;}z
.drag_container
{
	background:#ffffff;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
/*	border: 1px dashed #767676; it creates a dashed area in drag and drop
 *
 */
}
.drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

.drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
.drag_container li span
{
	padding:0;
}

.drag_container li.doc, .drag_container li.doc-last
{
	background: url(../images/tree-images/leaf.gif) no-repeat -17px 0 #ffffff;
}
.drag_container .folder-close, .drag_container .folder-close-last
{
	background: url(../images/tree-images/expandable.gif) no-repeat -17px 0 #ffffff;
}

.drag_container .folder-open, .drag_container .folder-open-last
{
	background: url(../images/tree-images/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
	/*display:none;
*/
}
.simpleTree .inputText
{
	width:100px;
        margin: 0px;
}
.simpleTree button {
    float:left;
}
.simpleTree label {
    width:100px;
}

.simpleTree .section_row {
    width: 50%; float:none;
}

.auth_table {
 width: auto;
}
.auth_table input[type="checkbox"] {
 min-width: 0;
 width: auto;
 display: inline;
 float: none;
 margin: 0 3px 0;
 border: none;
 vertical-align: middle;
}

.auth_table td {
 width: 130px;
 vertical-align: middle;
}

/* Dashboard Boxes */
.dash_row {
    float:left; clear:both; width:100%;
}
.dash_box {
    margin-right:5px; float:left !important; /*border:1px solid #DDDDDD;*/
}
.dash_box a {
    padding:8px 8px 0px; display:block;
}
.dash_box img {
    float:left; margin-bottom: 10px;
}
.dash_box h4, .dash_box p {
    margin:0 0 0 55px;
}
.dash_logo {
    float:right;
}
@media only screen and (max-width: 768px) {
.dash_logo {
    float:none;
}
}
.inline, .inline img {display:inline !important;}
.hide {display:none;}

fieldset {border-color: #999999;}