﻿/*----------------------------------------------------------
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: white;
    color: #696969;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    /*background-color: #5c87b2;*/
    font-size: 75%;
    margin: 0;
    padding: 0;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited { color: #505abc; }

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

hr {
    border-style: solid;    
    color: #ddd;
}

a:active { color: #12eb87; }

p, ul {
    line-height: 1.6em;
    margin-bottom: 20px;
}

.nobr { white-space: nowrap; }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-size: 1.5em;
}

h1 {
    font-size: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2 { padding: 0 0 10px 0; }

h3 { font-size: 1.2em; }

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 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#header {
    color: #000;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
}

#header h1 {
    border: none;
    color: #CCCCCC;
    font-size: 32px !important;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 5px 0;
}

#main {
    margin-bottom: 30px;
    padding: 0px 30px 15px 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer {
    color: #aaa;
    font-size: .6em;
    line-height: normal;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

#footer a {
    color: #aaa;
    text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

/* TAB MENU   
----------------------------------------------------------*/

ul#menu {
    border-bottom: 1px #5C87B2 solid;
    margin: 0; /*text-align: right;*/
    padding: 0 0 2px;
    position: relative;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    color: #fff;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}

ul#menu li a {
    background-color: #e8eef4;
    color: #034af3;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    margin: 0 0 1.5em 0;
    padding: 0 1.4em 1.4em 1.4em;
}

.fieldset-auto-width { display: inline-block; }

.add-block-fieldset {
    margin-left: 10px;
    margin-top: -15px;
}

.added-block {
    float: left;
    width: 50%;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    border: 1px solid #CCC;
    font-family: Sans-Serif;
    min-height: 75px;
}

input[type="text"], input[type="number"], input[type="datetime"] {
    border: 1px solid #CCC;
    width: 200px;
}

input.date {
    width: 60px;
}
input[type="text"].input-validation-error,
input[type="datetime"].input-validation-error,
input[type="number"].input-validation-error { border: 1px solid #ff0000; }

input[type="password"] {
    border: 1px solid #CCC;
    width: 200px;
}

/* TABLE
----------------------------------------------------------*/

table {
    /* border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table td { padding: 5px; }

.nopadding { padding: 0; }

table th {
    background-color: #e8eef4;
    padding: 6px 5px;
    text-align: left;  
}

/* MISC  
----------------------------------------------------------*/

.clear { clear: both; }

.error { color: Red; }

#menucontainer { margin-top: 55px; }

div#title {
    display: block;
    float: right;
    text-align: left;
}

div#languages {
    float: left;
    padding-right: 20px;    
}
    div #search {
    display: block;
    float: right;
    text-align: left;
    padding-right: 30px;
}
#issueSearch .tooltipContainer,
div#search .tooltipContainer {
    padding-right: 4px;
}

#searchbutton {
    cursor: pointer;
}



#logindisplay {
    display: block;
    font-size: 1.1em;
    margin: 10px; /*color: White;*/
    text-align: left;
}

#logindisplay a:link {
    /*color: White;*/
    text-decoration: underline;
}

#logindisplay a:visited {
    /*color: White;*/
    text-decoration: underline;
}

#logindisplay a:hover {
    /*color: White;*/
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}

.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; }

.beside-break { clear: left; }

.editor-beside {
    float: left;
    width: 210px;
    /*margin-bottom: 10px;*/
}

.editor-beside-larger {
    float: left;
    width: 350px;
}

.display-beside {
    float: left;
    width: 150px;
    /*margin-bottom: 10px;*/
}

.display-beside-larger {
    float: left;
    width: 200px;
}

.editor-wide { width: 500px; }

.editor-wide input[type="text"],
.editor-wide input[type="datetime"],
.editor-wide input[type="number"] { width: 490px; }

.unitModel > input,
.unitphone > input { width: 100px; }

.unitExtraInfo {
    float: left;
    margin-right: 5px;
}

.unitExtraInfo > input { width: 92px; }

.imeiNo > input,
.serialNo > input { width: 92px; }

.unitIdentifier > input { width: 70px; }

.phone > input { width: 80px; }

.time input {
    text-align: right;
    width: 20px;
}

.integer input {
    text-align: right;
    width: 50px;
}

.text-box { width: 30em; }

.text-box.multi-line { height: 6.5em; }

.multi-line { width: 200px; }

.multi-line-wide {
    width: 400px;
}

.multi-line-large {
    height: 500px;
    width: 800px;
}

.multi-line-medium {
    height: 250px;
    width: 800px;
}

.tri-state { width: 6em; }

#startpage span { width: 300px; }

#startpage td { }

#softlogin .textbutton {
    cursor: pointer;
    height: 74px;
    width: 74px;
}

#softlogin .textoverflow { padding-left: 3px; }

#softlogin a.button:visited,
#softlogin a.button:link {
    float: left;
    font-size: xx-large;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    width: 50px;
}

#startpage a.megabutton {
    background-color: #008800;
    height: 250px;
    line-height: 250px;
    width: 453px;
}

#startpage a.largebutton {
    background-color: #ff0000;
    height: 148px;
    line-height: 148px;
}

#startpage a,
.button,
a.button:visited,
a.button:link,
#pickup-selection input[type="submit"] {
    /* Rounded */
    -moz-border-radius: 6px 6px 6px 6px;
    /* Shadow*/
    -moz-box-shadow: 3px 3px 5px #535353;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px #535353;
    background-color: #2E8BBA;
    /* Use css pie in order to display rounded corners in IE as well*/
    behavior: url(scripts/CssPIE/PIE.htc);
    border: 2px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 5px #535353;
    color: #FFFFFF;
    float: left;
    font-family: Verdana;
    font-size: 120%;
    font-weight: bold;
    height: 50px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px;
    /* Nedded to overcome z-index problem with css pie*/
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

#pickup-selection input[type="submit"] {
    margin: 10px;
}

.greenbutton {
    background-color: green;
}

.redbutton { background-color: #ff0000; }

.button,
a.button:visited,
a.button:link {
    float: none;
    height: auto;
    padding: 10px;
    width: auto;
}

.red { background-color: red; }

.green { background-color: green; }

#startpage a {
    line-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

#startpage a.doublelinetext { line-height: normal; }

.smalleditorfield input[type="text"],
.smalleditorfield input[type="number"],
.smalleditorfield input[type="datetime"] { width: 50px; }

.largeeditorfield input[type="datetime"],
.largeeditorfield input[type="number"],
.largeeditorfield input[type="text"] { width: 400px; }
.largeeditorfield {
    width: 410px;
}
#startpage,
#softlogin {
    margin-left: auto;
    margin-right: auto;
}

.centercontent {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

.centercontent #startpage { /*width:550px;*/ }

#menubutton { margin-top: 40px; }

table.stats th,
table.stats td {
    font-size: 8px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;	
}

.stats td.pickedup {
    background-color: red;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.stats td.notpickedup { background-color: #35ad22; }

.stats td.pickedupatthistime {
    background-color: red;
    border-left: 1px solid black;
}

.stats td.returnedatthistime { border-right: 1px solid black; }

.stats th.date { text-align: left; }

.version { color: white; }

.radiobuttonlist-horiz {
    clear: left;
    float: left;
    margin-bottom: 10px;
}

.radiobutton {
    float: left;
    width: 100px;
}

.radiobutton-horiz-description {
    float: left;
    margin-left: 10px;
    width: 300px;
}

.radiobuttonlist-vertical {
    float: left;
    margin-bottom: 10px;
}

.radiobuttonlist-vertical .radiobutton { width: 250px; }

.radiobuttonlist-vertical .radiobutton .label,
.radiobuttonlist-vertical .radiobutton input { float: left; }

.radiobuttonlist-vertical .radiobutton .label {
    padding-top: 4px;
    width: 220px;
}

.unitInfo { display: none; }

#map-canvas { height: 600px; }

.alarmInfo {
    color: red;
    float: left;
    margin-left: 30px;
    margin-top: 60px;
}

.networklevelcontainer {
    float: left;
    position: relative;
}

.editor-field .networklevelcontainer {
    margin-left: 2px;
    margin-top: 10px;
}

.networklevel {
    bottom: 0;
    float: left;
    position: absolute;
    width: 3px;
}

.networklevel.inactive { background-color: gray; }

.networklevel.active { background-color: #4997CA; }

.level1 {
    height: 5px;
    left: 0;
}

.level2 {
    height: 6px;
    left: 4px;
}

.level3 {
    height: 7px;
    left: 8px;
}

.level4 {
    height: 8px;
    left: 12px;
}

.level5 {
    height: 9px;
    left: 16px;
}

.hide { display: none; }

#unitRealTimeMap p {
    color: red;
    font-weight: bold;
    margin-left: 0;
    padding-top: 20px;
}

.destination { /*jq placeholder*/ }

.fullwidth {
    width: 100%;
}