* {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, input.ui-button, .ui-button, .ui-button-text, .ui-widget {
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif !important;
}

body th, td, p {
    text-align: left;
    margin-top: 0;
}

h1, .h1-no-border {
    margin-bottom: 0.4em;
    font-size: 1.4em;
    color: black;
    padding-bottom: 0.4em;
}

.h1-no-border {
    border-bottom: 0 none;
    border-left: 0 none;
}

h2, h3 {
    color: #666666;
}

.h3-with-border {
    border-bottom: 1px solid #5A9CCE;
    border-left: 5px solid #5A9CCE;
    padding-left: 0.2em;
    color: #ddd;
}

input, textarea, select {
    border: #ddd thin solid;
    padding: 0.2em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

select {
    min-width: 100px;
}

body, textarea, .ui-widget, input.ui-button, .ui-button {
    font-size: 0.9em;
    text-align: left;
    color: #2E6E9E;
}

a:link {
    color: #2E6E9E;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #2E6E9E;
}

a:hover {
    color: #2E6E9E;
    cursor: pointer;
}

a:active {
    text-decoration: underline;
    color: #2E6E9E;
    cursor: pointer;
}

/* Website Containers **************************************/
div#website_container {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    /*margin-top: 8px;*/
}

a#logoutLink {
    border: thin solid #CC3300;
    background-color: #fee4e2;
    background-image: none !important;
}

.header-Notice {
    margin-top: 0;
    height: 25px;
    padding: 6px 0.4em 7px;
    font-size: 12px;
    margin-right: 1em;
}

.orderBasketNew {
    position: absolute;
    top: -1px;
    border-radius: 16px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    left: 23% !important;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    border-color: white !important;
}

div#links-in-blue-line span#orderBasket a {
    /*color: #25477B;*/
}

div#links-in-blue-line ul {
    list-style-type: none;
}

div#entire-logo-links-container {
    width: 100%;
}

div#logo {
    width: 299px;
    height: 50px;
    float: left;
    padding-top: 1em;
}

div#right-hand-links-container {
    /*width: 750px;*/
    height: 75px;
    float: right;
}

div#sign-out {
    width: auto;
    height: 40px;
    float: right;
    margin-top: 10px;
}

div#main-nav-container {
    /*width: 100%;*/
    height: 75px;
    /*float: right;*/
    margin-top: 10px;
}

div#body-container {
    /*padding-top: 2em;*/
    /*width: 960px;*/
    width: 100%;
    height: auto;
    float: none;
    clear: both; /*margin-right: auto;     margin-left: auto;*/
    /*border-top: 2px solid #cccccc;*/
}

div#footer-container {
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    border-top: 1px solid #ddd;
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

div#footer-container a {
    color: #999999;
    font-size: 12px;
}

div#footer-container a:active,
div#footer-container a:visited,
div#footer-container a:link {
    text-decoration: none;
}

div#footer-container a:hover {
    text-decoration: underline;
}

.leftfoot {
    text-align: left;
    height: 90px;
    position: relative;
}

.rightfoot {
    position: absolute;
    right: 0;
    top: 10px;
}

.socialmedia {
    position: absolute;
    left: 0;
    bottom: 10px;
}

/* Website Containers End **************************************/
.ui-jqgrid tr.jqgrow td {
    /*font-size: smaller;*/
}

.ui-button-text {
    text-align: center;
}

.pilot-button {
    background: #ffe60b none !important;
}

fieldset {
    border: none !important;
    border-top: 1px #8EB8D2 solid !important;
}

fieldset legend {
    font-weight: bold;
    color: #2E6E9E !important;
    text-transform: uppercase;
    padding-bottom: 0.6em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #dfeffc /*url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x*/;
    font-weight: normal;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-tabs .ui-widget-header {
    background: white !important;
    border: none !important;
    border-bottom: 1px #8EB8D2 solid !important;
    font-weight: bold !important;
    color: #2E6E9E !important;
}

.ui-tabs .ui-widget-header .ui-state-default {
    background: white !important;
    border: none;
    color: #999999;
}

.ui-tabs .ui-widget-header .ui-state-active {
    border: 1px solid #C5DBEC !important;
    border-bottom: 3px solid white !important;
    background-color: #3582B1;
}

.ui-tabs .ui-widget-header .ui-state-active a {
    color: #3582B1;
}

.ui-tabs .ui-widget-header a.ui-state-default, .ui-tabs .ui-widget-header a.ui-state-hover {
    border: none;
}

.ui-tabs .ui-widget-header.tabTable {
    border: 1px solid #4297d7 !important;
    background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x !important;
    color: #fff !important;
    font-weight: bold !important;
}

hr {
    border: none;
    color: #23487b;
    background-color: #23487b;
    height: 1px;
}

select.customerList {
    width: 320px;
}

.gms-hidden {
    display: none;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dropdown-btn:focus,
.dropdown-btn:active:focus,
.dropdown-btn.active:focus,
.dropdown-btn.focus,
.dropdown-btn:active.focus,
.dropdown-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-btn:hover,
.dropdown-btn:focus,
.dropdown-btn.focus {
  color: #333;
  text-decoration: none;
}
.dropdown-btn:active,
.dropdown-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.dropdown-btn.disabled,
.dropdown-btn[disabled],
fieldset[disabled] .dropdown-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.dropdown-btn.disabled,
fieldset[disabled] a.dropdown-btn {
  pointer-events: none;
}

.dropdown-btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.dropdown-btn-primary:focus,
.dropdown-btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.dropdown-btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.dropdown-btn-primary:active,
.dropdown-btn-primary.active,
.jq-dropdown-open > .dropdown-btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.dropdown-btn-primary:active:hover,
.dropdown-btn-primary.active:hover,
.jq-dropdown-open > .dropdown-btn-primary:hover,
.dropdown-btn-primary:active:focus,
.dropdown-btn-primary.active:focus,
.jq-dropdown-open > .dropdown-btn-primary:focus,
.dropdown-btn-primary:active.focus,
.dropdown-btn-primary.active.focus,
.jq-dropdown-open > .dropdown-btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.dropdown-btn-primary:active,
.dropdown-btn-primary.active,
.jq-dropdown-open > .dropdown-btn-primary {
  background-image: none;
}
.dropdown-btn-primary.disabled,
.dropdown-btn-primary[disabled],
fieldset[disabled] .dropdown-btn-primary,
.dropdown-btn-primary.disabled:hover,
.dropdown-btn-primary[disabled]:hover,
fieldset[disabled] .dropdown-btn-primary:hover,
.dropdown-btn-primary.disabled:focus,
.dropdown-btn-primary[disabled]:focus,
fieldset[disabled] .dropdown-btn-primary:focus,
.dropdown-btn-primary.disabled.focus,
.dropdown-btn-primary[disabled].focus,
fieldset[disabled] .dropdown-btn-primary.focus,
.dropdown-btn-primary.disabled:active,
.dropdown-btn-primary[disabled]:active,
fieldset[disabled] .dropdown-btn-primary:active,
.dropdown-btn-primary.disabled.active,
.dropdown-btn-primary[disabled].active,
fieldset[disabled] .dropdown-btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.dropdown-btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.checkmatePageHeader {
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 2px #8EB8D2 solid;
    padding-bottom: 0;
    margin-bottom: 1em;
}

.checkmatePageName {
    font-weight: normal;
    margin: 2px 0 0 0;
    border-bottom: 3px #8EB8D2 solid;
    padding: 11px 0;
    color: #333;
    font-size: 1.4em;
    letter-spacing: -1px;
    display: block;
    float: left;
}

.checkmatePageName .subdued, .subdued {
    color: #999999;
}

.checkmatePageName .enhanced, .enhanced {
    color: #23487b;
    font-weight: bold;
}

.no-border {
    border: none !important;
}

.overflow {
    overflow: auto;
}

.black-bold {
    color: black;
    font-weight: bold;
}

.red-bold {
    color: darkred;
    font-weight: bold;
}

table.list, table.cell, table.file-list {
    border-collapse: collapse;
}

table.list tr, table.cell tr {
    border-bottom: 1px solid #79b7e7;
}

table.list tr td, table.cell tr td, table.cell tr th {
    padding: 0.2em 0.4em;
}

table.cell tr td, table.cell tr th {
    border-right: 1px solid #79b7e7;
}

table.cell tr td:last-child, table.cell tr th:last-child {
    border-right: 0 none;
}

table.list tr:last-child {
    border-bottom: 0 none;
}

table.file-list {
    min-width: 640px;
}

#files_Container {
    width: 640px;
}

#files_Container div.new-file {
    border-bottom-width: 8px;
    border-color: orange;
}

table.file-list tr {
    min-height: 24px;
    min-width: 640px;
    text-align: center;
    border-bottom: 1px solid #79b7e7;
}

table.file-list tr td {
    padding: 0.8em;
    margin: 0.4em;
}

table.file-list tr td a, .underline {
    text-decoration: underline;
}

table.file-list tr:hover {
    border: 1px solid #79b7e7;
    background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
}

table.file-list tr.new-file {
    background: #ffffcc;
    border-bottom: 2px solid #cc0000;
}

.body-banner {
    background: #FFF url('../images/blue-bg.jpg') repeat-x;
    margin: 0 auto;
}

.widerelativeboxes {
    position: relative;
    width: 960px;
    background-color: transparent;
}

.relativeboxes {
    position: relative;
    width: 960px;
    height: 250px;
    background-color: transparent;
}

.greybottomwide {
    background: transparent;
    height: 230px;
    /*width: 300px;*/
    text-align: left;
    vertical-align: top;
    /*margin-top: 30px;*/
}

.greybottom {
    background: transparent;
    height: 170px;
    /*width: 300px;*/
    text-align: left;
    vertical-align: top;
    /*margin-top: 30px;*/
}

.greytop {
    background: transparent;
    /*width: 290px;*/
    text-align: center;
}

.greytop H3 {
    margin-top: 15px;
}

.widebox{
    height: 280px;
    width: 98%;
    top: 5px;
    float:left;
    margin-bottom:1%;
    display: inline-block;
    border: thin solid #999999;
    color: #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;*/
    background-color: #ffffff;
    overflow-y: auto;
}

.userDetailBox {
    position: absolute;
    top: 0;
    width: auto !important;
    display: inline-block;
    float: right;
    margin-right: 24.5px;
    right: 0;
    height: 33px !important;
    background: #fffdd3;
    padding: 15px 15px 0px 15px;
    border: none;
    margin-top: 15px;
    box-shadow: 0 3px 5px -1px #0003,0 6px 10px 0 #00000024,0 1px 18px 0 #0000001f;
    color: #a89264 !important;
}

.smallbox{
    height: 220px;
    width: 48.3%;
    top: 5px;
    margin-right:1%;
    float:left;
    display: inline-block;
    border: thin solid #999999;
    color: #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;*/
    background-color: #ffffff;
    overflow-y: auto;
}

.leftbox, .middlebox, .rightbox, .lastBox {
    /*background: url('images/box.jpg') no-repeat;*/
    height: 220px;
    width: 306px;
    position: absolute;
    top: 5px;
    display: inline-block;
    border: thin solid #999999;
    color: #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;*/
    background-color: #ffffff;
    overflow-y: auto;
}

.dashboard {
    width: 100%;
    height: 460px;
    padding: 0.4em;
    background-color: transparent;
    margin-bottom: 0.4em;
    vertical-align: top;
    overflow-y: auto;
}

.relativeboxes li, .dashboard-box ul li {
    list-style-type: square;
    padding: 0.5em;
}

.leftbox {
    left: 0;
}

.middlebox {
    left: 327px; /*padding-left: 10px;*/
}

.rightbox {
    left: 654px;
}

.lastBox {
    left: 981px;
}

.geotab-logo-size {
    width: 202px;
    height: 48px;
}

.gms-geotab-header {
    font-size: 1.5em;
    font-weight: bold;
}

.unfocused {
    color: #999999;
}

.focused {
    color: #000000;
}

.gms-smaller-text {
    font-size: 0.9em;
}

.input-email-width, .email, .security {
    width: 15em;
}

.label-width-standard {
    float: left;
    width: 15em;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    /*float: right;*/
    text-align: right;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.float-right {
    float: right;
}

.header-bar {
    float: right;
    margin-bottom: 0.2em;
    font-size: 1.1em;
}

.toolbar, .toolbar.help {
    background: #fff /*url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x*/;
    color: #2E6E9E;
    border-bottom: thin solid #ddd;
    padding: 0.4em 0.4em 0.8em;
    margin-bottom: 0.8em;
}

.toolbar.help {
    background: #ffe60b;
}

span.toolbar {
    display: inline-block;
}

.toolbar.clear {
    background: white;
    color: black;
    /*border-bottom: 1px solid #23487b;*/
    -moz-box-shadow: 3px 3px 6px #ccc;
    -webkit-box-shadow: 3px 3px 6px #ccc;
    box-shadow: 3px 3px 6px #ccc;
}

.toolbar>input[type="text"], .toobar>select, .toolbar>label, .sub-toolbar>input[type="text"], .sub-toolbar>select, .toolbar>label {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.toolbar.related {
    background: #ffffff;
}

.toolbar button, .toolbar input[type="button"], .toolbar a {
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top,#fdfdfd,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fdfdfd,#e6e6e6);
    background-image: -o-linear-gradient(top,#fdfdfd,#e6e6e6);
    background-image: linear-gradient(to bottom,#fdfdfd,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd',endColorstr='#ffe6e6e6',GradientType=0);
    color: #444;
    border: 1px #ddd solid !important;
}

div#deviceLookupDiv, div#databaseLookupDiv, div#simLookupDiv {
    min-height: 400px;
}

.gms-selectbutton {
    margin-left: 1.5em;
}

ul.gms-input-form {
    -webkit-padding-start: 0;
    padding-left: 0;
}

ul.gms-input-form li {
    list-style-type: none;
}

ul.gms-input-form li label {
    width: 155px;
    border: 0 none #99CCFF;
    float: left;
}

ul.gms-input-form li input[type="button"], ul.gms-input-form li input[type="submit"] {
    margin-left: 1em;
}

ul.gms-input-form li select, ul.gms-input-form li input[type="text"], ul.gms-input-form li textarea, ul.gms-input-form li input[type="password"] {
    margin-bottom: 0.6em;
    padding: 0.4em;
    clear: left;
}

ul.gms-input-form li select, ul.gms-input-form li input[type="text"], ul.gms-input-form li input[type="password"] {
    width: 240px;
}

ul.gms-input-form gms-width-120>label {
    width: 120px;
}

ul.gms-input-form gms-width-240>label {
    width: 240px;
}

.readonly {
    color: #666666;
}

ul.gms-input-form li.gms-readonly-input input, ul.gms-input-form li.gms-readonly-input textarea, .gms-readonly {
    border: 1px solid;
    font-style: normal;
    color: #000000;
    background-color: #E1E1E1;
    margin-bottom: 0.2em;
}

ul.gms-input-form li.gms-readonly-input span {
    border: 1px none;
    color: #003366;
    clear: both;
    margin-bottom: 0.6em;
    padding: 0.4em;
    font-weight: bold;
    display: inline-block;
}

/* IFrame */
iframe, iframe * {
    border: 0 none;
}

.left-span {
    float: left;
    width: 50%;
    display: inline-block;
}

.right-span {
    float: none;
    width: 50%;
}

.gms-invoice-total {
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: #708090 solid thin;
    border-top: #708090 solid thin;
}

.gms-br {
    padding-bottom: 1.5em;
}

.gms-width-address, ul.gms-input-form li input.gms-width-address, ul.gms-input-form li textarea.gms-width-address {
    width: 250px;
}

.gms-wide-button {
    width: 250px;
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
}

.gms-required-label {
    font-weight: bold;
    color: #CC0000;
}

.gms-comment {
    padding: 1.2em;
    border: 1px solid #003366;
    font-size: 1em;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: #FFFFCC;
    color: #003366;
    width: auto;
}

label.gms-comment {
    padding: 0.2em;
    border: 1px solid #003366;
    font-size: 0.9em;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #FFFFCC;
    color: #003366;
    width: auto;
}

#eventsDiv {
    margin-top: 0.6em;
    padding-top: 0.6em;
}

.gms-event, .gms-event-active, .gms-event-inactive {
    padding: 1.2em;
    font-size: 1.1em;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #003366;
    width: auto;
}

.gms-event-active {
    border: 2px solid #339933;
    background: url('images/stopwatch.jpg') no-repeat right bottom;
}

.gms-event-inactive {
    border: 2px solid #666666;
    background-color: #DDDDDD;
}

.gms-hint {
    font-size: 0.9em;
    color: #999999;
    margin-left: 1em;
}

#autoErrorDiv, .autoErrorDiv, #autoWarningDiv, .autoWarningDiv {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.6em;
    padding-bottom: 0; /*padding-left: 3em;*/
}

.gms-2col-fixedwidth-float {
    position: relative;
    text-align: left;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
}

#topnavbg {
    width: 100%;
    height: 25px;
}

#topnavarea {
    /*width: 660px;*/
    width: 100%;
    height: 25px;
    margin: auto;
}

.topnavlink {
    height: 25px;
    line-height: 25px;
    float: right;
    margin: auto;
}

.topnavlink a {
    margin: 0; /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #23487b;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #999;
}

.topnavlink a:hover {
    color: #FFF;
    background-color: #5A9CCE;
}

div#secondNav {
    float: inherit;
    line-height: 25px;
    clear: both;
    margin-top: 0.6em;
}

div#secondNav a {
    margin: 0; /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #23487b;
    text-decoration: none;
    padding: 0.8em;
}

div#secondNav>a:hover {
    color: #FFF;
    background-color: #5A9CCE;
}

div#secondNav>a.active {
    color: #999999;
}

div#secondNav>a.active:hover {
    color: #999999;
    background-color: inherit;
    text-decoration: none;
}

.gms-serial-number-standard-width {
    width: 120px;
}

/* PRODUCT / ORDERING
----------------------------------------------------------*/
.productdiv-custom {
    min-width: 640px;
    width: 100%;
    max-width: 800px;
    height: 520px;
    /*height: auto;*/
    min-height: 450px;
    display: inline-block;
    float: none;
    clear: both; /*margin-right: auto;     margin-left: auto;*/
}

.productcode, .productcode-heading {
    margin-top: 0.8em;
    font-size: 0.9em;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 100%;
}

.productcode-heading {
    font-size: 1em;
    color: #23487b;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/* Product / Ordering End *********************************/

/* TABLE GRID
----------------------------------------------------------*/
ul.tableGrid {
    width:auto;
    padding: 0.4em;
    margin-bottom: 20px;
    overflow: auto;
    /*border: 1px solid #ddd;
    -moz-box-shadow: 3px 3px 6px #ccc;
    -webkit-box-shadow: 3px 3px 6px #ccc;
    box-shadow: 3px 3px 6px #ccc;*/
}

ul.tableGrid.gridLines {
    border: 1px solid #ddd;
}

ul.tableGrid li {
    height: 2.4em;
    line-height: 2.4em;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    float: left;
    clear: none;
    list-style-type: none;
}

ul.tableGrid.multiLine li {
    height: 3em;
    line-height: 1.4em;
}

ul.tableGrid.defaultHeight li {
    line-height: normal;
}

ul.tableGrid.smallRow li {
    height: auto;
    line-height: normal;
}

ul.tableGrid.gridLines li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}

ul.tableGrid li.header {
    font-weight: bold;
}

ul.tableGrid.twoColumn li {
    width: 50%;
}

ul.tableGrid.threeColumn li {
    width: 33.333%;
}

ul.tableGrid.fourColumn li {
    width: 25%;
}

ul.tableGrid.fiveColumn li {
    width: 20%;
}

ul.tableGrid.sixColumn li {
    width: 16.666%;
}

/* LIST TABLES
----------------------------------------------------------*/
ul.grid, ul.productgrid {
    margin: 5px 0;
    padding: 5px 0;
    width: 100%;
    list-style-type: none;
}

ul.productgrid {
    height: 80%;
    margin: 0.6em;
}

ul.no-list {
    list-style-type: none;
}

ul.grid li, ul.productgrid li, ul.auto-grid li, ul.largeText li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

ul.productgrid li {
    height: 100%;
}

ul.auto-grid.padded li {
    padding: 0.3em;
    /*margin-top: 0.1em;*/
    margin-bottom: 0.1em;
}

ul.auto-grid>li:nth-child(even) {
    margin-left: 250px;
}

ul.largeText>li, ul.auto-grid.largeOdd>li:nth-child(even) {
    font-size: 1.5em;
    margin-bottom: 0.4em;
    padding: 0.8em;
}

ul.largeText>li label {
    /*:not(.statusLabel)*/
    font-size: 0.8em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    font-weight: bold;
    float: right;
}

ul.grid li.column1, ul.productgrid li.column1, ul.auto-grid>li:nth-child(odd) {
    float: left;
    clear: left;
    margin-right: 2px;
    margin-left: 5px;
}

ul.grid li.column1, ul.productgrid li.column1, ul.auto-grid>li:nth-child(odd) {
    font-weight: bold;
    color: #666666;
}

ul.auto-grid.no-left-margin>li:nth-child(even) {
    margin-left: 0;
}

ul.auto-grid.short-left-margin>li:nth-child(even) {
    margin-left: 100px;
}

ul.auto-grid.medium-left-margin>li:nth-child(even) {
    margin-left: 150px;
}

ul.auto-grid.large-left-margin>li:nth-child(even) {
    margin-left: 210px;
}
ul.auto-grid.x-large-left-margin>li:nth-child(even) {
    margin-left: 300px;
}

ul.auto-grid.short-left-margin>li.no-margin {
    margin-left: 0;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.grid li {
    float: none;
}

ul.productgrid li.column1 {
    width: 20em;
    vertical-align: middle;
}

ul.productgrid li.column1 div {
    vertical-align: middle;
    text-align: center;
}

ul.grid li.column2, ul.productgrid li.column2 {
    clear: right;
}

ul.grid li.column2 {
    margin-left: 15.5em;
}

ul.small li.column2 {
    margin-left: 10.5em;
}

ul.productgrid li.column2 {
    text-align: center;
    margin-left: 22em;
}

ul.productgrid li.column2 ol {
    padding-left: 0;
}

ul.productgrid li.column2 ol li label {
    width: 150px;
}

ul.productgrid li img {
    width: 96%;
    height: 46%;
}

ul.productgrid.column1.hoverbox img {
    width: 96%;
    height: 46%;
}

ul.grid li.column1.wide {
    width: 15em;
}

/* List Tables END */
.myBad {
    border-bottom: red solid medium !important;
}

.myWarning {
    border-bottom: #ffe60b solid medium !important;
}

.myGood {
    border-bottom: #00b600 solid medium !important;
}

.myNormal {
    border-bottom: #23487b solid medium !important;
}

.myInactive {
    border-bottom: gray solid medium;
}

.myBad:hover, .myWarning:hover, .myGood:hover, .myInactive:hover, .myNormal:hover {
    border-bottom-width: thick;
}

/* ALERTS / DIALOG BOXES
----------------------------------------------------------*/
p.alert {
    color: #cc0000;
    background-color: #ffffea;
    border: thin solid;
    padding: 0.2em;
}

#alertsDashboard /*, #alertsDashboard ul, #alertsDashboard ul li*/
{
    margin: 0.1em;
    padding: 0.1em;
}

#alertsDashboard ul, ul#alertList {
    padding: 0;
}

#alertsDashboard ul li, ul#alertList li {
    margin: 0.8em 0 0;
    list-style-type: none;
    padding: 0.8em 0.8em 0.4em;
}

.gms-alert-normal {
    border: thin solid #666666;
    background-color: #EEEEEE;
}

.gms-notification-normal {
    border: thin solid #666666;
    background: #ffffcc;
    color: #003300;
    text-align: center;
}

.gms-alert-priority {
    border: thin solid #CC3300;
    background-color: #fee4e2;
}

.gms-alert-highlight, .ui-jqgrid tr.jqgroup td {
    border: thin solid #23487b;
    background-color: #dfebf5;
    /*color: white;*/
    margin-bottom: 1em;
    font-weight: bold;
}

.jqgrid-pager-select {
    min-width: 20px;
}

.gms-alert-expired {
    border: thin solid #999999;
    background-color: #f0f0f0;
}

.gms-alert-expired>p {
    color: #999999;
}

.gms-alert-normal>a, .gms-alert-priority>a {
    font-size: 1.1em;
}

.strikethrough {
    text-decoration: line-through;
}

.gms-table-box {
    background-color: #e6e6e6;
    color: #999999;
}

.gms-box, .notification {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.gms-box, .inactive-box {
    border: thin solid #999999;
    background-color: #e6e6e6;
    color: #999999;
}

.no-radius {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: inherit;
    border-radius: 0;
}

.notification {
    border: thin solid black;
    padding: 0.8em;
    background-color: #fff;
    color: black;
    margin-top: 0;
    margin-bottom: 0.8em;
    z-index: 200000;
}

.notification .ui-icon-close {
    cursor: pointer;
}

.notification.blue {
    background: #5A9CCE;
    color: white;
    border-color: white;
}

.notification.good {
    background: #008000;
    color: #fff;
    border-color: black;
}

.notification.alert {
    background: #ae0000;
    color: #fff;
    border-color: black;
    z-index: 200020;
    font-weight: bold;
}

.notification.highlight, .notification.new, .notification.important {
    background: #ffe60b;
    color: black;
    border-color: black;
    z-index: 200010;
}

.gms-box h3 {
    margin-top: 5px;
}

.popup {
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    padding: 1.2em 5px;
}

.popup-div, .popup-div-dialog {
    position: fixed;
    /*padding: 1.2em 5px;*/
    z-index: 1000;
    font-size: 1.1em;
    font-weight: bold;
}

.popup-div-dialog {
    padding: 0 0 1.2em;
    position: relative;
}

.gms-box a, .notification a {
    text-decoration: underline;
}

.gms-table-box.alert, .gms-table-box.bad, .gms-table-box.error, .gms-box.alert, .gms-box.error, gms-box.bad, .gms-table-box.critical, .gms-box.critical, .bad-box {
    background-color: #ae0000;
    color: #fff;
}

.gms-box.alert, .gms-box.error, gms-box.bad, .gms-box.critical {
    border: thin solid #fff;
}

.gms-table-box.important, .gms-box.important {
    background-color: #fff;
    color: #ae0000;
}

.gms-box.important {
    border: thin solid #ae0000;
}
.gms-table-box.normal, .gms-box.normal, .shaded {
    background-color: #5A9CCE;
    color: white;
}

.gms-box.normal {
    border: thin solid white;
}

.gms-table-box.highlight, .gms-table-box.warning, .gms-box.highlight, .gms-box.warning, gms-table-box.gold, .gms-box.gold, .highlight {
    background-color: #ffe60b;
    color: black;
}

.gms-table-box.internal-error, .gms-box.internal-error {
    background-color: #FFD699;
    color: black;
}

.gms-box.highlight a, .gms-box.warning a, .gms-box.gold a {
    color: black !important;
}

.gms-box.highlight, .gms-box.warning, .highlight {
    border: thin solid black;
}

.gms-table-box.good, .gms-box.good, .good-box {
    background-color: #008000;
    color: #fff;
}

.gms-table-box.sharing, .gms-box.sharing, .sharing-box {
    background-color: #ECB25B;
    color: black;
}

.gms-box.good {
    border: thin solid #fff;
}

.gms-box.promoted {
    border: medium solid #ddd;
    border-color: cornflowerblue;
    background-color: #ffffff;
    color: black;
}

.gms-box.clear {
    border: thin solid #ddd;
    background-color: #ffffff;
    color: black;
}

.gms-box.dark-blue {
    border: thin solid #23487b;
    background-color: #23487b;
    color: white;
}

.gms-box.light-blue {
    border: thin solid white;
    background-color: #5A9CCE;
    color: white;
}

.gms-box.dark-blue a, .gms-box.light-blue a {
    color: white;
}

.gms-box.gold {
    border: thin solid #ffe60b;
}

.gms-table-box.blue, .gms-box.blue {
    background-color: blue;
    color: white;
}

.gms-box.blue {
    border: thin solid white;
}

.gms-table-box.red, .gms-box.red {
    background-color: red;
    color: black;
}

.gms-box.red {
    border: thin solid black;
}

.gms-table-box.orange, .gms-box.orange {
    background-color: #ffe60b;
    color: black;
}

.gms-box.orange {
    border: thin solid black;
}

.gms-table-box.gray, .gms-box.gray, .gms-table-box-gray {
    background-color: #999999;
    color: white;
}
.gms-table-box.gray2, .gms-box.gray2, .gms-table-box-gray2 {
    background-color: #999999;
    color: black;
}


.gms-box.gray {
    border: thin solid #e6e6e6;
}

.gms-table-box.black, .gms-box.black {
    background-color: black;
    color: white;
    font-weight: bold;
}

.gms-box.black {
    border: thin solid white;
}

.gms-box.light {
    border: thin solid #e8e8e8;
    background-color: #ffffff;
    color: #757575;
}

.gms-box.light:hover {
    color: #333333;
}

.gms-box.title {
    border: 2px solid #23487b;
    background-color: #23487b;
    color: #fff;
    margin-top: 0.2em;
    margin-bottom: 0.6em;
    padding: 0.4em;
    font-weight: bold;
}

.gms-box.title.highlight {
    background-color: red;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.option-selected {
    font-size: 1.6em;
}

.option-not-selected {
    font-size: 1em;
}

.myRegistration, .deviceInfoFloat {
    position: absolute;
    z-index: 500;
    width: 500px;
}

.myRegistration {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.9em;
}

.myRegistration h3+span {
    display: block;
    color: #23487b;
    text-align: center;
    padding-bottom: 0.8em;
    /*margin-bottom: 1em;*/
}

.myRegistration .subtitleSpan {
    display: block;
    color: #23487b;
    text-align: center;
    padding-bottom: 0.8em;
    /*margin-bottom: 1em;*/
}

.myRegistration .logo {
    padding-top: 2em;
    text-align: center;
}

.myRegistration h3 {
    text-align: center;
}

.myRegistration ul li.column1 {
    text-align: right;
    width: 200px;
}

.myRegistration .submitDiv {
    text-align: center;
}

.deviceInfoFloat h4 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #5A9CCE;
    /*padding-left: 0.4em;*/
}

#alertsDashboard ul li p {
    /*font-size: 1.1em;*/
    /*font-weight: bold;*/
    color: #666666;
}

.bad {
    color: #ae0000;
}

.terminated {
    background-color: #de3030;
    color: white;
}

.warning, .unknown {
    color: #999999;
}

.good {
    color: #008000;
}

.active {
    background-color: #2596be;
    color: white;
}

.sharing {
    background-color: #2596be;
    color: #202328;
}
.suspended {
    background-color: #999999;
    color: #202328;
}
.blue {
    color: #23487b;
}

.red {
    color: #ae0000;
}

.yellow {
    color: #ffe60b;
}

.strong, .bold {
    font-weight: bold;
}

.highlighted-row {
    background-color: #ffe60b
}

.hover:hover {
    background: transparent url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% 50% repeat;
}

.hover-right-border:hover {
    border-right-width: thick;
}

.hover-left-border:hover {
    border-left-width: thick;
}

.padded {
    padding: 0.6em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.padded-small {
    padding: 0.3em;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
}

.padded-double {
    padding: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.padded-side {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.margin-top {
    margin-top: 2em;
}

.margin-bottom {
    margin-bottom: 2em;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.inline-block {
    display: inline-block;
}

.inline_label {
    color: #AAA;
}

/* SIZES
----------------------------------------------------------*/
.height-all {
    height: 400px;
}

/************************************************************/
/***            		NEW Menu	                    *****/
/************************************************************/
#menucontainer {
    width: auto;
    height: 60px;
    position: relative;
    /*left: 20px;*/
    text-align: center;
    margin-right: 2em;
}

#menu {
    /*background: transparent url('images/line-links.jpg') repeat-x 100% 100% !important;*/
    width: 100%;
    font-size: 14px;
    height: 25px;
}

ul#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 25px;
    display: block;
}

#menu li {
    float: left;
    line-height: 25px;
    position: relative;
    /*width:120px;*/
    margin-right: 0.1em;
}

#menu li a {
    display: inline-block;
    width: 110px;
    text-align: center;
    border: 1px solid #cccccc;
    background: #5A9CCE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #23487b;
}

#menu li a:visited,
#menu li a:link,
#menu li a:active,
#menu li a:hover {
    color: white;
    text-decoration: none;
}

#menu li a:hover {
    /*background: #25477B url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;*/
    background: #23487b;
    color: white;
}

#menu li a.menu-arrow {
    height: 12px;
    background: url('images/circle.png') no-repeat !important;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
}

#menu li a.menu-arrow:hover {
    background: url('images/circle-hv.png') no-repeat !important;
}

/************************************************************/
/***            Main Navigation SubMenu                 *****/
/************************************************************/
.submenu {
    position: absolute;
    z-index: 9997 !important;
    top: 25px;
    left: -40px;
    display: none;
    margin: 0;
    padding: 0;
}

.submenu li {
    line-height: 30px;
    list-style-type: none;
    position: relative;
    top: 0;
    z-index: 9998 !important;
    border: 0;
    margin: 0;
    background: url('images/lb-box-middle.png') repeat;
    width: 194px !important;
}

li.submenu-top {
    height: 13px;
    background: url('images/lb-box-top.png');
}

li.submenu-bottom {
    height: 13px;
    background: url('images/lb-box-bottom.png');
}

.submenu li a {
    float: left;
    text-decoration: none;
    background: transparent none !important;
    border: 0 none transparent !important;
    padding-left: 15px !important;
    text-align: left !important;
    margin-left: 5px;
    width: 162px !important;
    color: #ffffff !important;
}

.submenu li a:hover {
    background: #25477B !important;
    top: 0;
    position: relative;
    z-index: 9999 !important;
}

.selected {
    border-color: white !important;
    background: #25477B !important;
    color: white !important;
}

.shadow {
    -moz-box-shadow: 3px 3px 6px #ccc;
    -webkit-box-shadow: 3px 3px 6px #ccc;
    box-shadow: 3px 3px 6px #ccc;
}

/* HACK: added at the end to satisfy IE*/
#links-in-blue-line {
    color: white !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: url('./images/blue-bar-bg.jpg');
    background-size: 100%;
    background: -moz-linear-gradient(left, #0B4B77 0, #0B4B77 20%, #1179B6 50%, #0B4B77 80%, #0B4B77 100%);
    background: -webkit-linear-gradient(left, #0B4B77 0, #0B4B77 20%, #1179B6 50%, #0B4B77 80%, #0B4B77 100%);
    background: -ms-linear-gradient(left, #0B4B77 0, #0B4B77 20%, #1179B6 50%, #0B4B77 80%, #0B4B77 100%);
    background: linear-gradient(to right, #0B4B77 0, #0B4B77 20%, #1179B6 50%, #0B4B77 80%, #0B4B77 100%);
    -webkit-box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.6) inset;
}

div#links-in-blue-line {
    width: 100%;
    height: 40px;
    padding-top: 2px;
    float: left;
    text-align: right;
    font-weight: normal;
}

div#links-in-blue-line span, div#links-in-blue-line a {
    line-height: 40px;
}

div#links-in-blue-line a:hover {
    text-decoration: none;
}

div#links-in-blue-line a:not(.popup-button) {
    color: #FFF;
    font-weight: normal;
}

/* LOGIN BAR */
#loginBar {
    float: right;
    height: 40px;
    line-height: 40px;
}

#loggedInState_dropdownButtonId {
    padding: 12px 10px 12px 6px;
    border-radius: 0;
    margin: 0;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

#loggedInState_dropdownButtonId IMG {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#loggedinState_dropdownContent {
    width: 210px;
    padding: 6px 0 20px 2px;
    background: #fff;
    border: 1px solid #a6c9e2;
    border-radius: 4px;
    text-align: left;
}

#loggedinState_dropdownContent a {
    width: 190px;
    float: left;
    margin: 5px 9px 0 9px;
    text-align: center;
}

.geotabButton {
    font-weight: normal;
    text-decoration: none;
    width: 133px;
    height: 38px;
    line-height: 38px;
    border: 0;
    cursor: pointer;
    display: block;
    text-align: center;
}

.geotabBlueButton {
    background-color: #25477B;
    color: #FFFFFF !important;
    border: 1px solid #25477B;
}

.geotabBlueButton:hover {
    background: #145a95;
}

.geotabBlueButton:active {
    background: #1C6EAD;
}

.geotabRedButton {
    background-color: #CC0001;
    color: #FFFFFF !important;
    border: 1px solid #CC0001;
}

.geotabRedButton:hover {
    background: #EE5545;
}

.popupWindow {
    position: absolute;
    z-index: 99;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.geotabRoundedCorners {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.resourcesGhost{
    opacity :0
}
.topbar-box{
    display: inline-block;
    min-width: 110px;
    text-align: center;
    border: 1px solid #cccccc;
    background: #5A9CCE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.topbar-box:hover{
    background: #23487b;
}
.topbar-box.green{
    background: green;
    color: white;
}
.topbar-box.green:hover{
    background: #006000;
    color: white;
}
.topbar-box.yellow{
    background: #ffe60b;
    color: black;
}
.topbar-box.yellow:hover{
    background: #bdab0c;
    color: black;
}
.topbar-box.red{
    background: #c00000;
    color: white;
}
.topbar-box.red:hover{
    background: #900000;
    color: white;
}

#flot_tooltip {
    font-size: 11px;
    position: absolute;
    display: none;
    padding: 2px;
    border: 2px solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    opacity: 0.9;
    color: #222222;
}

#welcome-interior-container{
    display:flex;
}

#betaBanner > div
{
    -moz-transform: rotate(-20deg);                 /*FF*/
    -o-transform: rotate(-20deg);                   /*Opera*/
    -webkit-transform: rotate(-20deg);              /*Safari, Chrome*/
    -ms-transform: rotate(-20deg) !important;       /*IE9*/
        transform: rotate(-20deg);                      /*CSS3 default*/
    background-color:transparent;

    zoom: 1;
    z-index:1; /*NEEDED FOR IE8*/

    width: 400px;

    position:absolute;

    padding: 10px 10px 10px 10px;

    margin: 40px 20px 20px 360px;

    font-size: 40px;

    color: blue;

    opacity: 0.20;
}

.updateWarning {
    color: orange;
    text-align: center;
    margin-left: 20px;
}

ul.tableGrid li.asterisk::after {
    content: '*';
    color: red;
}

input.widerInput {
    width: 200px;
}

.gms-info-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    background: #e6eef8;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    position:absolute;
}