﻿
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body 
{
    background-color: #EBF1F7;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a.standard:link {
    color: #739cc9 ;
	text-decoration: none;
}

a.standard:visited {
    color: #739cc9 ;
    text-decoration: none;
}

a.standard:hover {
    color: #739cc9 ;
    text-decoration: none;
    text-decoration: underline;
}
a.standard:active {
    color: #4375ad;
}

.link 
{
    color: #739cc9 ;
	text-decoration: none;
	cursor: pointer;
}

.link:hover {
    color: #739cc9 ;
    text-decoration: none;
    text-decoration: underline;
}


p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

label.marker
{
    cursor: pointer;
    white-space:nowrap;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
    color: White;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.statusFooter 
{
    background-color: #F0F0F0; 
    height: 25px;
    border-top: 1px solid #C0C0C0; 
    text-align: right;
    font-weight: bold;
    min-width: 900px;

}

.standard-modal
{
    height: 250px;   
}

.long-modal
{
    height: 500px; 
}

.short-modal
{
    height: 190px;   
}

.small-modal{
    height: 150px
}


.statusFooterSpacing
{
    padding: 0 30px 0 30px;   
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    float: none;
    min-height: 400px;
    overflow:hidden;
    overflow-y:hidden; 
}

footer, 
#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.content 
{
	overflow:auto;
	padding-bottom: 5px;
	padding-right: 20px;
	min-height: 430px;
	position: relative;
} 

.dialog-content
{
    padding: 10px 10px 10px 10px;
}

.content2
{
	overflow:auto;
	padding-bottom: 5px;
	padding-right: 20px;
	min-height: 150px;
	position: relative;
} 

.wrapper {
	min-height: 100%;
	padding-bottom: 40px;
}

.leftcol 
{
  float: left;
  min-width: 150px;
}

.leftmenu
{
  min-height: 800px;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #EBF1F7 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}


ul#menu li a {
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5em;
    background-color: #D8E4F0;
    color: #003366;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #C4D6E9;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* 
----------------------------------------------------------*/
ul.widgetMenu {
    border-bottom: 1px #EBF1F7 solid;
    padding: 0 0 0px;
    position: relative;
    margin: -10px 0 0px 0;
    text-align: left;
}

ul.widgetMenu li {
    display: inline;
    list-style: none;
}


ul.widgetMenu li a {
    padding: 3px 20px;

    text-decoration: none;
    line-height: 1.5em;
    background-color: #F9F9F9;
    color: #ABABAB;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
}

ul.widgetMenu li a:hover {
    background-color: #F0F0F0;
    text-decoration: none;
}

ul.widgetMenu li a:active {
    background-color: #C4D6E9;
    text-decoration: none;
}

ul.widgetMenu li.selected a {
    background-color: #F0F0F0;
    color: #003366;
    font-weight: bold;
}


/* SUB-TAB MENU   
----------------------------------------------------------*/
ul.tabMenu {
    border-bottom: 0px #EBF1F7 solid;
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul.tabMenu li {
    display: inline;
    list-style: none;
}


ul.tabMenu li a {
    padding: 3px 20px;

    text-decoration: none;
    line-height: 1.5em;
    background-color: #F9F9F9;
    color: #ABABAB;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul.tabMenu li a:hover {
    background-color: #F0F0F0;
    text-decoration: none;
}

ul.tabMenu li a:active {
    background-color: #C4D6E9;
    text-decoration: none;
}

ul.tabMenu li.selected a {
    background-color: #F0F0F0;
    color: #003366;
    font-weight: bold;
}


/*********************************************/
/* Web Menu                                  */
/*********************************************/

.webMenu {
    clear: both;
    float: none;
    margin: 0 30px 0 0;
	width: 230px;
}

.webMenuSection {
    float: none;
	margin: 0 0 0 0;
    padding: 0;
}

.webMenuSection ul{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
	line-height: 1.6em;
}

.webMenuSection li {
    margin-left: 20px;
    margin-top: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    /*background-color: #D8E4F0;*/
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.center 
{
    text-align: center; 
}

.middle
{
    display:table-cell; 
    vertical-align: middle;
}

legend {

    font-weight: bold;
}

.legend {

    font-weight: bold;
    margin: 4px 0 4px 0;
}

textarea {
    min-height: 75px;
}

.formfield {
    border: 1px solid #ccc;
    padding: 2px 2px 2px 5px;
    /*font-size: 1.2em;*/
    color: #444;
    margin-left: 5px;
}

:disabled 
{
    background: #F0F0F0;
    color: #818181;
}

select {
    border: 1px solid #ccc;
    padding: 2px 2px 2px 5px;
    /*font-size: 1.2em;*/
    color: #444;
    margin-left: 5px;
    height: 24px;
}

/*select:hover { background-color: #F0F0F0 ; }*/


input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
    min-height: 30px; 
    min-width: 100px;
}

input.short 
{
	width: 40px;	
	
}

input.medium
{
    width: 120px;
}

input.standard 
{
	width: 200px;	
}

input:focus, textarea:focus, select:focus
{
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 4px #9ecaed;
}
input[type="text"]
{
    /*line-height: 19px;*/
    /*height: 19px;
    padding-left: 5px;*/
}

select.standard
{
	width: 210px;	
}

input.login
{
    width: 250px;	
    margin: 0 0 7px 0;
}
input.long
{
	width: 500px;
}

.searchBox
{
	width: 500px;
	padding: 0 4px 0 1px;
	height: 22px;
}
.searchBoxCredential
{
	width: 100px;
	padding: 0 4px 0 1px;
	height: 22px;
}
.searchBoxFixed
{
	width: 200px;
	padding: 0 4px 0 1px;
}

select.long
{
	width: 505px;
}

.semi-long
{
    width: 350px;
}
/* CONTAINER
----------------------------------------------------------*/

.enroll-container {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    padding: 5px;
    background: #F0F0F0;
    min-width: 900px;
    min-height: 450px;
    overflow: auto;
}

.container {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    padding: 5px;
    background: #F0F0F0;
    min-width: 550px;
}

/* TABLE
----------------------------------------------------------*/

.maxWidth
{
    width: 100%;
}

.pctWidth
{
	width: 90%;
	margin-top: 20px;
	margin-left: 15px;
	margin-left:auto;
	margin-right:auto;
}

.grid {
    margin-top: 2px;
}

.wide {
    width: 98%
}

.altRow {
    background-color: #F5F7F1;
}

table.lined td, table.lined tr, td.lined, tr.lined {
    border-bottom: 1px solid #ccc;
}

table.sortable tr 
{
    cursor: pointer;
}
.enrollTable
{
	margin: 0 0 0 8px;
}

.enrollTable td {
    padding: 5px;
    border: solid 0px #e8eef4;
}

.enrollTable {
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

.enrollTable td {
    padding: 5px;
    border: solid 0px #e8eef4;
}

.enrollTable th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 0px #e8eef4;
}

.pointer 
{
    cursor: wait;
}

div.standard  
{
    border-bottom: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    padding: 2px 3px 2px 3px;
}

table.standard
{

	width: 100%;
	margin: 0 0 0 0;
	border-collapse: collapse;
	border: 1px solid #F0F0F0;
}

table.standard th
{
	/*border: 1px solid #F0F0F0;*/
	padding: 5px 3px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #F0F0F0;
	border-bottom: 1px solid #cfcfcf;
	font-weight: bold;
	height: 20px;

    /* 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdcdc), to(#F0F0F0));
    background: -webkit-linear-gradient(top, #F0F0F0, #dcdcdc);
    background: -moz-linear-gradient(top, #F0F0F0, #dcdcdc);
    background: -ms-linear-gradient(top, #F0F0F0, #dcdcdc);
    background: -o-linear-gradient(top, #F0F0F0, #dcdcdc);*/
  
}
table.standard td
{    
    text-align: left;
	border-right: 0px;
	border-left: 0px;
	padding: 4px 2px 4px;
    vertical-align: top;
}
table.standard tr
{
	border: 1px solid #F0F0F0;
	vertical-align: top;
	background-color: #FFF;
}

table.standard tr.alt td
{
	border: 1px solid #F0F0F0;
	background-color: #EBF1F7;
	vertical-align: top;
}

table.eventViewer
{
	border-bottom: 0px solid #000;
	border: 0px solid #000000;
}
table.eventViewer tr
{
	border: 0px solid #000;
	vertical-align: top;
}

table.eventViewer tr td
{
    border: 0px solid #000;
    background-color: #000;
}

table.eventViewer tr.fade
{    
    background-color: #000000;
}

tr.white
{
    background-color: White;
}

tr.highlight
{
	background-color: #b4cbe1;
}

table.standard tr.over  td
{
	border: 0px solid #F0F0F0;
	background-color: #b4cbe1;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}
/*
table.standard tr.fade
{
	background-color: #79bbff;
}
*/
.fade
{
    background-color: #EBF1F7;
}

table.formTable tr.altrow td
{
	background-color: #EBF1F7;
	vertical-align: top;
}

table.formTable th
{
	border: 1px solid #D7D7D7;
	background-color: #D7D7D7  ;
}
table.formTable td
{
	border-right: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background: #FFF;
}

table.formTable tr
{
	border: 1px solid #D7D7D7;
}

table.formTable tbody th
{
	border-bottom: 0 none #D7D7D7;
	background-color: #D7D7D7;
}

table.formTable tr.over  td
{
	border: 1px solid #D7D7D7;
}



/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red !important;
    font-weight: bold;
}
li.error 
{
    background-color: Red !important;
}

.inline-error 
{
    color: Red !important;
    font-weight: bold;
    font-size: 11px;
    font-style: italic;
    margin-left: 10px;
}

.alarm {
    color: Red;
}

.sysalarm 
{
    color: Green;
}

nav, 
#menucontainer {
    margin-top: 20px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}



#logindisplay {
    font-size: 1.0em;
    display: block;
    text-align: right;

    color: #003366;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}



/*------------------------------------------------------------------------------------------------ User Search Styles */
.inlineSearchForm {
    border: 1px solid #CCCCCC;
    padding: 6px 4px 6px 4px;

}


.searchButton
{
	margin-left: 10px;
}

.inlineSearchField {
    float: left;
    width: 80%;
    vertical-align: bottom;
}

.inlineSearchField .inlineSearchLabel {
    margin-right: 3px;
    width: 35%;
}

.inlineSearchField input.textField {
    width: 65%;
}

.inlineSubmitButton {
    float: left;
    width: 13%;
}

.inlineSearchDescription {
    color: #7F7F7F;
    font-size: 95%;
    line-height: 100%;
    margin-top: 35px;
}

.paddedClearer
{
    clear: both;
    padding-bottom: 10px;
}
.extraPaddedClearer
{
	padding: 50px 0 0 0;	
}



/* Content elements
----------------------------------------------------------*/


.floating-container
{
    float: left;
    margin: 0 5px 0 0;
    text-align: left;	
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.tall-grid
{
    overflow: auto;
    height: 500px;
}

.xtall-grid
{
    overflow: auto;
    height: 800px;
}

.horizontal-spacer
{
    margin-left: 200px;
    padding-left: 200px;
}

.vertical-spacer
{
    margin-top: 7px;
}

.horiztabl-tab
{
    margin-left: 40px;
}

.contentBox
{
	/*height: 200px; */
	overflow: auto;
	border: solid 1px #EBF1F7;
	border-top: 0px;
	padding: 5px 5px 5px 5px;
}

.formHeaderx {
    padding: 4px;
    border:  1px solid #5b8cbc    ;
	background-color: #91b2d2        ; /*373737*/
	text-align: left;
	vertical-align: middle;
	color: white;
    font-weight: bold;

}

.formHeader {
    padding: 4px;
    border-top: 1px solid #84aad0 ;
    border-bottom: 1px solid #84aad0 ;
	background-color: #c7d8e8 ;
	text-align: left;
	vertical-align: middle;
	color: #003366;
    font-weight: bold;
    /*margin-bottom: 10px;*/
    margin-top: 2px;
}


.formHeaderFancy {
    padding: 4px;
    border-top:  3px solid #84aad0;
	background-color: #c7d8e8; /*373737*/
	text-align: left;
	vertical-align: middle;
	color: white;
    font-weight: bold;
    height: 21px;
    
    background-color: #c7d8e8;
    background: url(images/linear_bg_2.png);
    background-repeat: repeat-x;

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7d8e8), to(#b5cbe1));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #b5cbe1, #c7d8e8);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #b5cbe1, #c7d8e8);

    /* IE 10 */
    background: -ms-linear-gradient(top, #b5cbe1, #c7d8e8);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #b5cbe1, #c7d8e8);
}

.bottomMargin
{
	margin-bottom: 10px;
}


.fieldArea {
    clear: left;
    margin: 0 0 0 1em;
	padding-bottom: 1px;
}

.fieldArea span.fieldLabelArea, label.fieldLabelArea, .fieldArea .firstColumn .fieldValueArea  {
	display: inline;
	position: relative;
	float: left;
	margin-top: 0.15em;
	padding: 0 0 5px 0;
}

.secondColumn
{
    margin-left: 125px;
}

.thirdColumn
{
    margin-left: 425px;
}


.formTitle
{
    clear: left;
    margin: 0 0 0 1em;
	padding: 2px 2px 2px 2px;
}
.formSubTitle
{
	margin-left: 315px;
}

.applyButton
{
	text-align: right;
	padding: 5px 0 5px 0;
}

hr.margin
{
    margin: 0 0 0 15px;
    border-bottom:0.15em solid;
}

hr.standard
{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 2px;
}


.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.padding
{
	padding: 5px 0 5px 0;
}

.padding-large
{
	padding: 51px 0 51px 0;
}


.hidden {
    visibility: hidden !important;
    display: none !important;
}

.shaded
{
	background-color: #F0F0F0;
}

div.blockMsg {
    width:  40%;
    top:    30%;
    left:   30%;
    text-align: center;
    /*background-color: #f00;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
    -moz-opacity:.70;
    opacity:.70;
    padding: 15px;
}


.blockedContent
{
	border: none;
    padding: 15px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: .5;
    color: #fff;
}

.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	border: 1px solid black;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.popup_block_alert{
	display: none; /*--hidden by default--*/
	background: #fff;
	border: 1px solid black;
	float: left;
	/*font-size: 1.0em;*/
	position: fixed;
	top: 50%; left: 50%;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.rounded-container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    background: #FDFDFD;
}


.modalHeader {
    border-bottom:  1px solid #DADADA   ;
	background-color: #F0F0F0      ; /*373737*/
	text-align: left;
	vertical-align: middle;
	color: white;
    font-weight: bold;
    color: #8D8D8D;
    height: 20px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	padding: 12px 0 5px 12px;


}

.alertModalFooter 
{
    border-top:  1px solid #DADADA   ;
	background-color: #F0F0F0      ; /*373737*/
    color: #8D8D8D;
        
	vertical-align: middle;
	color: white;
    font-weight: bold;
    height: 35px;
	padding: 12px 0 15px 12px;

}


.standardModalFooter
{
    position: absolute;
    bottom: 0;
    right: 0;
}


.alertModalBody
{
    margin: 30px 5px 25px 5px;
}


.fadeStyle{
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .25;
}


.divider  
{
  width: 1px; 
}


.fieldArea .errorBox {
    color: #cc0000;
    font-weight: bold;
}

.fieldArea {
    clear: left;
    margin: 0 0 0 1em;
	padding-bottom: 1px;
}

.fieldArea span.fieldLabelArea, label.fieldLabelArea, .fieldArea .firstColumn .fieldValueArea  {
	display: inline;
	position: relative;
	float: left;
	margin-top: 0.15em;
	padding: 0 0 5px 0;
}

.fieldValueArea 
{
    margin-left: 130px;
}
.fieldValueArea2 
{
    margin-left: 200px;
}

.down-arrow 
{
	border-color: #003366 transparent;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	height: 0px;
	width: 0px;
	position: absolute;
	margin: 4px 0 0 5px;
}

.left-arrow 
{
	border-color: transparent #003366;
	border-style: solid;
	border-width: 5px 5px 5px 0px;
	height: 0px;
	width: 0px;
	margin-top: 2px;
	float:right;
	text-align: right;
}

.lastcolumn
{
    float:left;
}

.groupsTable
{
	border: solid 1px #C0C0C0;
	background: white;
	/*margin-left: 20px;*/
	min-height: 300px;
	overflow: auto;
}

div.margin
{
    margin-left: 20px;

}

a.action 
{
    padding-top: 2px;
}

a.action:hover {

    background-color: White;
}




.folder-closed, .file { padding: 1px 0 1px 23px; display: block; }
.folder-closed { background: url(../Images/folder-closed.png) 2px 2px no-repeat; font-size:12px;}
.folder, .file { padding: 1px 0 1px 23px; display: block; font-weight: bold;}
.folder { background: url(../Images/folder.png) 2px 2px no-repeat; font-size:12px;}
/*.folder { background: url(../Images/asc.gif) 2px 2px no-repeat; background-position: right; }*/

.devicetree li.expandable span.folder { background: url(../Images/folder-closed.png) 2px 2px no-repeat;  font-size:12px;}
.devicetree span.server, .devicetree span.file { padding: 1px 0 1px 20px; display: block; }
.devicetree span.server { background: url(../Images/Devices/persongroups/emroot.ico) 0 0 no-repeat;  font-size:12px;}
.port, .devicetree span.file { padding: 1px 0 1px 20px; display: block; }
.port { background: url(../Images/Devices/port.bmp) 0 0 no-repeat;  font-size:12px;}
.xbox, .devicetree span.file { padding: 1px 0 1px 20px; display: block; }
.xbox { background: url(../Images/Devices/xbox.bmp) 0 0 no-repeat; font-size:12px; }
.controllers, .devicetree span.file { padding: 1px 0 1px 20px; display: block; }
.controllers { background: url(../Images/Devices/controller.bmp) 0 0 no-repeat; font-size:12px; }
.devicetree span.closed, .devicetree span.file { padding: 1px 0 1px 20px; display: block; }
.devicetree span.closed { background: url(../Images/Devices/folder-closed.png) 0 0 no-repeat; font-size:12px; }


.action-button
{
    width: 100px;
    height: 25.5938px;
}

.expand-menu-small {
    z-index: 5;
    position: fixed;
    top: 25px;
    left: 0;
    height: 537px !important;
    width: 243px;
    background-color: #EBF1F7;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    padding-left: 10px;
}

.expand-menu-medium {
    z-index: 5;
    position: fixed;
    top: 25px;
    left: 0;
    height: 502px !important;
    width: 243px;
    background-color: #EBF1F7;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    padding-left: 10px;
}

.expand-menu-medium150 {
    z-index: 5;
    position: fixed;
    top: 25px;
    left: 0;
    height: 406px !important;
    width: 243px;
    background-color: #EBF1F7;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    padding-left: 10px;
}

.expand-menu-large125 {
    z-index: 5;
    position: fixed;
    top: 25px;
    left: 0;
    height: 373px !important;
    width: 243px;
    background-color: #EBF1F7;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    padding-left: 10px;
}

.expand-menu-large110 {
    z-index: 5;
    position: fixed;
    top: 25px;
    left: 0;
    height: 450px !important;
    width: 243px;
    background-color: #EBF1F7;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    padding-left: 10px;
}

.expand-menu-right {
    z-index: 5;
    position: fixed;
    top: 25px;
    right: 0;
    height: 450px;
    width: 400px;
    background-color: #EBF1F7;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    padding: 10px 10px 10px 10px;
}

.expand-button-container
{
    z-index: 5; 
    position: fixed; 

    /*-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}

.ebc-left
{
    top: 150px; 
    left: 0;    
}

.ebc-right
{
    top: 150px; 
    right: 0;    
}


/************* Reports ****************/

.rpt-selection
{
    padding: 2px 0 2px 0;
}

.rpt-hightlight
{
    font-weight: bold;
    background: url(../Images/left.gif) 20px 20px no-repeat; 
    background-position: right;
    padding-right: 10px;
}
.placeHolder
{
	border: solid 4px #FFF;
	outline: solid 1px #C0C0C0; 
	background: white;
    -moz-outline-radius: 3px;
    outline-radius: 3x;
    -webkit-outline-radius: 3px;
	overflow: auto;
}

.lined-container
{
    border: solid 1px #EBF1F7;   
    background-color: White;
}


/* tables */
table.tablesorter {
	background-color: #F0F0F0;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #F0F0F0;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../Images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #C7D8E8;
}

tr.nonstandard 
{
    height: 25px;
}

.deviceAdmin-table-ext {
    max-height: 100px;
    overflow: auto;
}

.deviceAdmin-dialog-content {
    padding: 0px 10px 10px 10px !important;
}

.photoCallUp-dialog-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-dialog-content {
    padding: 0px 10px 10px 10px !important;
}


.stickyheader thead th
{
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    background: #F0F0F0;
    z-index: 4;
}

.colorBox {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -3px 5px 0px 60px;
    border: 1px solid black;
}

.inUse {
    background-color: #FFFFE1;
}

.notReferenced {
    background-color: #FFD9B4;
}

.footerTimeZones {
    margin-top: 7px;
}

.editCommandTextInstructions {
    margin-left: 20px;
    text-align: left;
}

.editCommandTextErrorMessage {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 15px;
}

.editControlZoneInstructions {
    margin-left: 20px;
    text-align: left;
}

.editControlZoneErrorMessage {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 15px;
}

.editTimeZoneInstructions {
    margin-left: 20px;
    text-align: left;
}

.editTimeZoneErrorMessage {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 15px;
}

.selectReportExportType {
    position: relative;
    float: left;
    margin-left: 2.4em;
    width: 230px;
}

.labelReportExportType {
    float: left;
    margin-top: 0.5em;
    margin-left: 1.2em;
}

.pageLayout {
    background-color: #EBF1F7;
}

#OffNormalTable.standard th, #OffNormalTable.standard td{
    text-align: center;
}

.filterGroupErrorMessage {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 15px;
}

.filterGroupInstructions {
    margin: 0px 0px 10px 20px;
    text-align: left;
}

.whosInsideContainer {
    min-height: 80vh;
}