﻿
div.DTED_Lightbox_Wrapper {
    z-index: 11000; /* Put forms above UI dialogs */
}

.ui-dialog[aria-describedby="dialog-login"],
.ui-dialog[area-describedby="#messageBox"]
{
    z-index: 12000 !important;
}

.dataTables_length {
    padding-top: 4px;
    padding-left: 10px;
}

.ui-menubar { list-style: none; margin: 0px; padding-left: 0px; }
.ui-menubar-item { float: left; }
.ui-menubar .ui-button { float: left; font-weight: normal; border-top-width: 0px !important; border-bottom-width: 0px !important; margin: 0px; outline: none; }
.ui-menubar .ui-menubar-link { border-right: 1px dashed transparent; border-left: 1px dashed transparent; }
.ui-menubar .ui-menu { width: 200px; position: absolute; z-index: 9999; font-weight: normal; }
.ui-menubar .ui-widget-content a { color: #9A2D2E; }

li.ui-menubar-item {
    padding: 0px;
}

li.ui-menubar-item a {
    display: block;
    text-decoration: none;
    padding: 3px 1em 3px .4em;
}

body{
	font: 80% "Trebuchet MS", sans-serif;
	margin: 0px;
    overflow-y: scroll;
}

#header {
    display: none;
}

#page {
	margin: 2%;
	position: relative;    
    display:none;
}

.demoHeaders {
	margin-top: 2em;
}
#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog-link span.ui-icon {
	margin: 0px 5px 0px 0px;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
#icons {
	margin: 0px;
	padding: 0px;
}
#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0px;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0px 4px;
}


.ui-tabs-nav > li > span
{
	float: left;
	padding: 0.5em 0.5em;
}

.ui-tabs .ui-tabs-panel  {
    padding-bottom: 3em;
}

.input-form label
{
	display: inline-block;
	width: 100px;
	padding: 5px;
}

.input-form div
{
	display: inline-block;
	width: 200px;
	padding: 5px;
}

.input-form input:text
{
	width: 180px;
}


.dataTable th {
    text-align: left;

}
.search-results
{
	background-color: white;
	margin: 10px;
	padding: 4px;
	clear:both;
}

.main-panel
{
	padding: 2em;
	display: none;
	position: absolute;
	top: 40px;
	z-index:1;
	width: 96%;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);

}
#tabs
{
	width: 100%;
	z-index:2;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);

}

.building-sub-panel
{
	width: 300px;
	float:left;
	border: 1px solid black;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
}

#users-tree
{
	width: 100%;
	height: 200px;
	overflow-y: auto;
	background: white;
	float:left;
}

#device-tree
{
	width: 100%;
	height: 400px;
	overflow-y: auto;
	background: white;
}

#device-tree li[rel="building"] a ins.jstree-icon {
    background-image: url("../images/b.png");
}
#device-tree li[rel="floor"] a ins.jstree-icon {
    background-image: url("../images/f.png");
}
#device-tree li[rel="area"] a ins.jstree-icon {
    background-image: url("../images/a.png");
}
#device-tree li[rel="device"] a ins.jstree-icon {
    background-image: url("../images/u.png");
}
#users-tree li[rel="owner"] a ins.jstree-icon {
    background-image: url("../images/o.png");
}
#users-tree li[rel="guest"] a ins.jstree-icon {
    background-image: url("../images/g.png");
}
#users-tree li[rel="user"] a ins.jstree-icon {
    background-image: url("../images/p.png");
}

#device-tree li a {
    opacity: 0.4;
}

#device-tree li.allowed a {
    opacity: 1;
}

a.jstree-hover {
    background-color:#ffdcda;
    color: black;
}

a.jstree-clicked {
    background-color:#E71808;
    color: white;
}



.main-panel .jstree-themeroller a 
{
	padding: 2px 20px 2px 2px;
}

.prompt 
{
    display: inline-block;
    min-width: 200px;
}

#buildingpanel .prompt
{
    margin-top: 4px;
}

.value {
    display: inline-block;
    min-width: 200px;
    font-weight: bold;
}

.emailaddress {
    min-width: 300px;
}


.formcheckbox 
{
    margin-left: 206px;
}

.note {
    padding-left: 220px;
    font-size: 80%;
}

.loadingScreenWindow .ui-dialog-titlebar-close {
    display: none;
}


.dataTables_paginate {
    padding-top: 5px;
}

table.dataTable tr.odd { background-color: #F0F0F0; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D6D6D6; }
table.dataTable tr.odd td.sorting_2 { background-color: #DcDCDC; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E0E0; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEAEA; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F2F2; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9F9; }

.building-right-panel {
    display: none;
}


div.DTE_Field>div.FullWidthInput {	
    clear: both;
    float: none;
    width: inherit;
}

.DTE_Field_Input INPUT[readonly=readonly] {
    border: none;
}


.required:after {
    content: "*";
    color: red;
}

label.error { 	
    padding: 6px 0px 6px 0px;
	color: red;     
    text-shadow: none;
    /*display: block;*/
}

div.error { 	
    padding: 6px 0px 6px 0px;
	color: red;     
    text-shadow: none;
    /*display: block;*/
}

.tdterms {
    width:150px;
}

.tdfirmware {
    width:200px;
}
div.content-padding {
	padding: 10px;
}


/* CSS for timepicker - Start */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
/* CSS for timepicker - End */

.map-canvas { height: 200px }


#errorpanel-correlation {
    font-size: 110%;
}

#address-lookup-results td,
#address-lookup-results th
{
    border: 1px solid black;
    padding: 2px;
}

#address-lookup-results th {
    text-align: left;
    vertical-align: top;
    min-width: 25em;
}

#building-small-map {
    position: absolute;
    z-index: 20000;
    top: 50px;
    right: 10px;
}

 .initial-settings-table th {
     text-align: left;
     border-bottom: 1px solid black;
 }

 input[type="file"] {
    width: 500px;
}

.hide-energy-report {
    padding: 5px 0px 15px 0px;
}