﻿/*----------------------------------------------------------
The base color for this template is #000000. If you'd like
to use a different color start by replacing all instances of
#000000 with your new color.
----------------------------------------------------------*/
body {
    background-color: #000000;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    overflow: auto;
}

a:link {
    color: #56A3DA;
    text-decoration: none;
}
a:visited {
    color: #56A3DA;
}
a:hover {
    color: #56A3DA;
    text-decoration: underline;
}
a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #396c90;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
}
h3 {
    font-size: 1.2em;
    font-weight: normal;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* 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: 1000px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#main {
    padding: 20px 30px 60px 30px;
    background-color: #fff;
    margin-bottom: 3px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border-top-left-radius: 10px;
    clear: both;
}

#footer {
    color: #ccc;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    background: #333;
    background-image: url(images/pattern-glass.gif);
    background-position: left center;
    border-top: 3px solid #56A3DA;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#poweredby {
    background-image: url(images/poweredby.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0px 15px 30px 0px;
    height: 48px;
}

.Instructions {
    margin: 10px 30px;
    border: 0px none;
}
.Instructions th {
    border: 0px none;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    background: none;
}
.Instructions td {
    border: 0px none;
    padding: 4px;
}

/* Top
----------------------------------------------------------*/
#header {
    margin: 0;
    padding: 0;
    height: 90px;
}

#logo {
    float: left;
    margin: 0;
    padding: 0;
    height: 90px;
    width: 300px;
    background: center center no-repeat url(images/logo-duke.png);
}

#nav {
    float: right;
    margin: 0;
    padding: 0;
    width: 700px;
    height: 90px;
}

#security {
    padding: 0 20px;
    text-align: right;
    line-height: 2.8em;
    margin-bottom: 20px;
    color: #000;
    background: repeat-x url(images/pattern-glass.gif);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    font-weight: bold;
}

#security span {
    padding-right: 5px;
    font-weight: bold;
    color: #aaa;
}

#security a:link, #security a:visited {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

#security a:hover {
    color: white;
    text-decoration: underline;
    font-weight: normal;
}

ul#menu {
    padding: 0;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #333;
    background-image: url(images/pattern-glass.gif);
    background-position: left center;
    color: #56A3DA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #396c90;
    background-image: url(images/pattern-glass-white.gif);
}

ul#menu li a:active {
    background-color: #fff;
    text-decoration: none;
    color: #396c90;
    background-image: url(images/pattern-glass-white.gif);
}

ul#menu li.selected a {
    background-color: #fff;
    text-decoration: none;
    color: #396c90;
    background-image: url(images/pattern-glass-white.gif);
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #e8eef4;
    padding: 1.0em 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.0em;
    font-weight: bold;
    color: #396c90;
}

textarea {
    min-height: 75px;
    width: 200px;
    border: 1px solid #9ad3fb;
    padding: 3px;
    font-family: Arial;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #9ad3fb;
    padding: 3px;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #9ad3fb;
    padding: 3px;
}

input[type="button"], input[type="submit"] {
    height: 28px;
}

select {
    border: 1px solid #9ad3fb;
    padding: 3px;
    margin: 2px 0px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

/* 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;
}

.Dashboard .tile-parent {
    height: 200px;
    padding: 10px 0 0 0;
}
.Dashboard .tile {
    display: block;
    width: 290px;
    height: 175px;
    border-left: 8px solid #7ac943;
    background: #333;
    border-radius: 4px;
    margin: 0 7px;
    padding: 0;
    float: left;
    -webkit-transition: background-color 250ms ease-out;
}

.Dashboard a.tile:hover {
    background-color: #4a4a4a;
    text-decoration: none;
}

.Dashboard .tile h1 {
    color: White;
    font-weight: normal;
    font-family: Segoe UI, Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 28px;
    text-align: left;
    margin: 10px 20px;
    padding: 0;
}

.Dashboard .tile h2 {
    text-align: right;
    padding-right: 70px;
    color: White;
    font-size: 20px;
    line-height: 48px;
    font-family: Segoe UI, Verdana, Tahoma, Arial, Sans-Serif;
    background: right center no-repeat url(images/icon-arrow.png);
    font-weight: normal;
    margin-top: 50px;
}

.Dashboard .tile h3 {
    text-align: right;
    padding-right: 20px;
    color: White;
    font-size: 20px;
    line-height: 48px;
    font-family: Segoe UI, Verdana, Tahoma, Arial, Sans-Serif;
    font-weight: normal;
    margin-top: 50px;
}

.Dashboard .support p, .Dashboard .inactive p {
    color: #eee;
    font-size: 14px;
    line-height: 22px;
    padding: 25px 20px 0 0;
    text-align: right;
}

.Dashboard .inactive {
    border-left-color: #F26422;
}

.Dashboard .support {
    border-left-color: #56a3da;
    background: #000;
}

.Dashboard a.electric {
    background: #000 center center no-repeat url(images/duke-electric.jpg);
}
.Dashboard a.electric:hover {
    
}

.Dashboard a.brakes {
    background: #000 center center no-repeat url(images/duke-brakes.jpg);
}
.Dashboard a.brakes:hover {
    
}

.Dashboard table {
    width: 850px;
    margin-left: 45px;
    border: 0px none;
}
.Dashboard table td {
    width: 33%;
    border: 0px none;
    padding: 8px;
    vertical-align: top;
}
.Dashboard table td div {
    text-align: center;
}
.Dashboard table td p {
    text-align: center;
}
.Dashboard table td span {
    font-weight: bold;
}
.Dashboard table td img {
    border: 0px none;
    width: 64px;
}
.Dashboard table td a {
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
}
.Dashboard table td strong {
    color: #56A3DA;
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
}
.Dashboard p {
    text-align: center;
}
.Dashboard h1 {
    text-align: center;
    padding: 20px 0;
}

/* Account - SignIn and Register */
.Account {
    border: 0px none;
}
.Account td {
    border: 0px none;
}
.Account th {
    border: 0px none;
    background: none;
}

/* Work Orders */
.WorkOrders {
    width: 100%;
}
.WorkOrder .Details {
    width: 100%;
}
.WorkOrder .Details th {
    width: 150px;
}

/* Actions */
.ActionToolbar {
    width: 120px;
    white-space: nowrap;
    text-align: center;
}
.ActionToolbar .Confirm {
    color: Red;
    font-weight: bold;
    padding-bottom: 2px;
}

.MessagePanel {
    padding-bottom: 12px;
}
.ActionMessage {
    font-weight: bold;
    color: #009900;
    line-height: 22px;
}
.ErrorMessage {
    font-weight: bold;
    color: #FF0000;
    line-height: 22px;
}

.Toolbar {
    text-align: right;
    padding: 6px;
    font-size: 12px;
}
.Toolbar a {
    font-size: 12px;
}

.EditorFooter {
    padding: 10px;
    font-size: 0.9em;
}

.Downloads td {
    padding: 5px 30px;
}

/* Lists and Inline Editors */
.InlineEditor {
}
.InlineEditor .SortAscending {
    background-image: url(images/icon-up.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.InlineEditor .SortDescending {
    background-image: url(images/icon-down.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.InlineEditor .Header {
    padding-right: 12px;
}
.InlineEditor td {
    vertical-align: top;
}
.InlineEditor .DeleteMode td {
    background-color: #ffe9e9;
    color: Black;
}
.InlineEditor .DeleteMode form {
    margin: 0px;
    padding: 0px;
}
.InlineEditor .EditMode td {
    background-color: #FFC;
}
.Panel {
    clear: both;
}
.Panel .FilterPanel {
    float: left;
    width: 400px;
}
.Panel .Toolbar {
    float: right;
    width: 400px;
}
.FilterPanel table {
    border: 0px none;
}
.FilterPanel table td {
    border: 0px none;
    padding: 5px 4px;
}
.FilterPanel .button {
    width: 75px;
}
.FilterPanel .TimePeriod {
    width:120px;
}
.FilterPanel .Date {
    width:120px;
}

.Pager {
    font-weight: normal;
    background: #e8eef4;
}
.Pager a {
    text-decoration: none;
}
.Pager table {
    border: 0px none;
    width: 100%;
}
.Pager .Size {
    border: 0px none;
    text-align: left;
    padding: 0px;
}
.Pager .Navigate {
    border: 0px none;
    text-align: right;
    padding: 0px;
}

.SliderPager table {
    border: 0px none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.SliderPager .PageSize {
    min-width: 66px;
    white-space: nowrap;
}
.SliderPager .PageSizeSlider {
    white-space: nowrap;
}
.SliderPager .Spacer {
    width: 100%;
}
.SliderPager .CurrentPage {
    width: 100px;
    padding-right:10px;
    text-align: right;
    white-space: nowrap;
}
.SliderPager .CurrentPageSlider {
    white-space: nowrap;
}
#PageSizeSlider {
    width: 150px;
    height: 10px;
}
#CurrentPageSlider {
    width: 150px;
    height: 10px;
}
.ui-slider-handle {
    outline: none;
}



#ConnectionLog {
    width: 100%;
}
#ConnectionLogHeader {
    width: 100%;
    border: 0px none;
}
#ConnectionLogHeader td {
    border: 0px none;
}
#ConnectionLogHeader th {
    border: 0px none;
    text-align: right;
    background: none;
}
#ConnectionLogMap {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}
.ConnectionLogBubble h1 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 2px;
    padding: 0px;
}
.ConnectionLogBubble h2 {
    font-size: 1.0em;
    font-weight: normal;
    margin: 2px;
    padding: 0px;
}
.ConnectionLogBubble p {
    font-size: 0.9em;
    font-weight: normal;
    margin: 2px;
    padding: 0px;
}

#UserList {
    width: 100%;
}
#UserList .ImageHolder {
    text-align: center;
    padding: 4px 0px 0px 0px;
}
#UserListHeader {
    width: 100%;
    border: 0px none;
}
#UserListHeader td {
    border: 0px none;
}
#UserListHeader .OnlineCount {
    text-align: right;
    padding: 6px;
}
#UserListHeader .New {
    width: 120px;
    text-align: center;
}
#UserListHeader .New a {
    width: 70px;
}

#DeviceEditor .LastConnection {
    text-align: left;
}
#DeviceEditor .LastConnection table {
    border: 0px none;
}
#DeviceEditor .LastConnection table td {
    border: 0px none;
    padding: 0px 3px 0px 0px;
    white-space: nowrap;
}
#DeviceEditor .HealthIcon {
    width: 20px;
    height: 20px;
    margin-top: 1px;
}
#DeviceEditor .SerialNumber {
    white-space: nowrap;
    width: 120px;
}
#DeviceEditor .Make {
    width: 100px;
}
#DeviceEditor .Model {
    width: 100px;
}
#DeviceEditor .OS {
    width: 100px;
}
#DeviceEditor .Name {
    width: 150px;
}
#DeviceEditor .Name input {
    width: 136px;
}
#DeviceEditor .Status {
    width: 90px;
}


#AssetList {
    width: 100%;
}

#AssetList .Critical td {
    color: #b90e0e;
}

#AssetList .CriticalSpare {
    text-align: center;
}

#AssetList .Date, #AssetList .HorsePower, #AssetList .Volts, #AssetList Frame, #AssetList .UnitNumber, #AssetList .AssetNumber, #AssetList .ModelNumber {
    white-space:nowrap;
}
#AssetList tr.Data:hover td {
    background: #2E6E9E;
    color: #fff;
    cursor: pointer;
}
#AssetList tr.Critical:hover td {
    background: #b90e0e;
    color: white;
    cursor: pointer;
}
#AssetDetails {
    width: 100%;
    color: #696969;
}
#AssetDetails th {
    background: none;
    border-left: 0px none;
    border-right: 0px;
    padding-right: 30px;
    white-space: nowrap;
}
#AssetDetails td {
    background: none;
    border-left: 0px none;
    border-right: 0px;
    width: 100%;
}
#AssetDetails td input[type="text"], #AssetDetails td textarea {
    width: 250px;
    margin-right: 4px;
}

.AssetStatus {
    text-transform: uppercase;
    font-size: larger;
    color: #396c90;
}

.Key {
}

.history {
    padding-bottom: 20px;
}
.history:last-child {
    padding-bottom: 0;
}

.history header {
    padding: 0;
    margin: 0;
}
.history p {
    padding: 3px 0;
    margin: 0;
    font-style: normal;
    line-height: 16px;
    color: #333;
}
.history footer {
    color: #999;
    border-top: 1px solid #e8eef4;
    padding-top: 1px;
}
.history footer strong {
    color: #396c90;
    font-weight: normal;
}
.history-placeholder {
    height: 200px;
}
#historyAddNote {
    margin-bottom:10px;
}
#historyAddNote td {
    background: none;
    width: 100%;
    vertical-align:top;
}
#historyAddNote textarea {
    width: 99%;
}
.barcode {
    padding-bottom: 2px;
}
.barcode img {
    width: 160px;
    height: 40px;
}

/* Importers */
.Importer {
    border: 0px none;
    font-size: 11px;
    margin-bottom: 200px;
}
.Importer td, .Importer th {
    border: 0px none;
    padding: 2px;
    width: 75px;
}
.Importer .FilePicker {
    position: relative;
    overflow: hidden;
    display: block;
    width: 7em;
    height: 32px;
    margin: 0;
}
.Importer .FilePicker div {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3px;
}
.Importer .FilePicker #ImportFile {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 70px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.Importer .FileName {
    width: 400px;
}
.Importer #BrowseButton {
    color: #56A3DA;
    width: 75px;
}
.Importer #UploadButton {
    color: #56A3DA;
    width: 75px;
    height: 26px;
}
.Importer #CancelButton {
    color: #56A3DA;
    width: 75px;
}


.fileupload input {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ImportResult div {
    line-height: 20px;
}
.ImportErrors div {
    line-height: 20px;
    color: red;
}

.Buttons {
    font-size: 11px;
}

/* Breadcrumb */
.Breadcrumb {
    border: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 10px 0px;
}
.Breadcrumb td {
    padding: 0px;
    margin: 0px;
    height: 32px;
    border: 0px;
    vertical-align: middle;
}
.Breadcrumb .Start {
    background-image: url(images/bc-p-start.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 4px;
}
.Breadcrumb .Home {
    background-image: url(images/bc-p-back.png);
    background-repeat: repeat-x;
    background-position: left center;
}
.Breadcrumb .Home a {
    background-image: url(images/icon-home.png);
    width: 32px;
    height: 32px;
    text-decoration: none;
    display: block;
}
.Breadcrumb .Home a:hover {
    background-image: url(images/icon-home-hover.png);
}
.Breadcrumb .Parent {
    padding: 0px 8px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(images/bc-p-back.png);
    font-weight: normal;
    color: #999;
}
.Breadcrumb .Parent a {
    font-weight: normal;
    color: #56A3DA;
    text-decoration: none;
}
.Breadcrumb .Parent a:hover {
    text-decoration: underline;
}
.Breadcrumb .Parent-Separator {
    background-image: url(images/bc-p-separator.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 7px;
}
.Breadcrumb .Parent-Active {
    color: #999;
    padding: 0px 8px;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(images/bc-p-back.png);
    font-weight: bold;
}
.Breadcrumb .Parent-End {
    background-image: url(images/bc-p-end.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 7px;
}
.Breadcrumb .Parent-Child-Separator {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/bc-p-c-separator.png);
    width: 10px;
}
.Breadcrumb .Child {
    padding: 0px 8px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(images/bc-c-back.png);
    font-weight: normal;
}
.Breadcrumb .Child a {
    font-weight: normal;
    color: #56A3DA;
    text-decoration: none;
}
.Breadcrumb .Child a:hover {
    text-decoration: underline;
}
.Breadcrumb .Child-Separator {
    background-image: url(images/bc-c-separator.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 9px;
}
.Breadcrumb .Child-Active {
    color: #999;
    padding: 0px 8px;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(images/bc-c-back.png);
    font-weight: bold;
}
.Breadcrumb .Child-Active a {
    font-weight: normal;
    color: #56A3DA;
    text-decoration: none;
}
.Breadcrumb .Child-Active a:hover {
    text-decoration: underline;
}
.Breadcrumb .Child-End {
    background-image: url(images/bc-c-end.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 6px;
}

/* Form Content */
.FormContent {
    border: 0px none;
    margin: 0px 4em;
}
.FormContent td {
    border: 0px none;
}
.FormContent p {
    padding: 4px 0px 8px 0px;
    margin: 0px;
}
.FormContent img {
    width: 48px;
    height: 48px;
    border: 0px none;
}

/* Placeholders */
.PlaceHolder {
    background-image: url(images/placeholder-text.png);
}

/* Trial Expiration */
.TrialStatus {
    float: right;
}
.TrialStatus .Expired {
    font-weight: bold;
    color: #CC0000;
}
.TrialStatus .Expiring {
    font-weight: bold;
    color: #ff6600;
}
.TrialStatus .Live {
    font-weight: bold;
    color: #009900;
}

/* Editors */
.Editor {
    border: 0px none;
    width: 100%;
}
.Editor th {
    white-space: nowrap;
    border: 0px none;
    background: none;
    padding: 10px;
}
.Editor td {
    border: 0px none;
    background: none;
    padding: 0 5px;
}
.Editor .Actions th {
    padding: 15px;
}
.Editor .Actions .Buttons {
    text-align: right;
}
.Editor .Actions .Buttons input {
    width: 70px;
    color: #56A3DA;
    height: 26px;
}
.Editor .Actions .Buttons a {
    width: 70px;
}
.Editor .Error {
    width: 100%;
}

/* jQuery UI Tweaks */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

/* Error Page */
.ErrorPage {
    margin-top: 10px;
}
.ErrorPage p {
    text-align: center;
}
.ErrorPage h2 {
    text-align: center;
}
.ErrorPage h3 {
    text-align: center;
    padding: 3px;
    margin: 3px;
}


.ProgressDialog {
    display: none;
}
.ProgressDialog .Spinner {
    background: center center no-repeat url(images/loading.gif);
    height: 26px;
}

.FormDialog {
    display: none;
}
