﻿/* *********************************** ConnectSensor.com *********************************** [1] GLOBAL DECLARATIONS [2] PAGE WRAPPER FORMATTING */
/* [1] GLOBAL DECLARATIONS */
/*************************** WEB FONTS */
 * {
     margin: 0;
     padding: 0;
     z-index: 0;
}
 html, body, form {
     height: 100%;
     width: 100%;
     margin: 0;
     padding: 0;
     font-family: 'Gotham Rounded Book' !important;
     font-size: 0.85vw;
}
 body {
     min-height: 100%;
     height: 100%;
     width: 100%;
     max-width: 100%;
     background-color: #f6f6f6;
}
 #header {
     margin: 0px;
     padding: 0px;
     min-height: 100%;
     height: 100%;
     border-right: 0px solid #ccc;
     z-index: 1001;
     box-sizing: border-box;
}
 .LangSelect {
     height: 35px;
     width: 100%;
}
 .localisationMenu {
     box-sizing: border-box;
     height: 20%;
     max-height: 20%;
     margin-left: 15%;
     margin-top: 25px;
     width: 50%;
     display: block;
}
 .LangDropDown {
     height: 30px;
}
 em {
     color: #CD311B;
}
 a {
     color: royalblue;
     text-decoration: none;
     outline: 0;
}
 a:hover {
     color: #CD311B;
     text-decoration: underline;
}
 p {
     padding: 5px 0 0 0;
}
 .table td {
     border: none !important;
     border: 0px solid black !important;
}
 .table td.label {
     font-weight: normal;
     font-size: 0.75vw !important;
     vertical-align: middle;
     color: black !important;
     padding-top: 2.5vh;
     height: 100%;
}
 .table td.control {
     font-weight: normal;
     font-size: 0.75vw !important;
     text-transform: capitalize;
}
 .table td.control span {
     font-weight: normal;
     font-size: 0.75vw !important;
     text-transform: capitalize;
     color: red;
     width: 20.0vw !important;
}
 .table td.control input.text {
     text-transform: capitalize;
     margin-left: 2.0vw;
}
 .SiteInformationDropDown {
     box-sizing: border-box;
     position: fixed;
     height: 10%;
     max-height: 100px;
     top: 0px;
     left: 0%;
     width: 100%;
     z-index: 503;
     margin: 0px;
     padding: 5px;
     padding-left: 1.5%;
     padding-right: 1.5%;
     background-color: rgba(255,50,50,0.35);
     border-bottom: 1px solid #ccc;
     overflow: hidden;
     display: none;
}
 .SiteInformationDropDownShow {
     box-sizing: border-box;
     position: fixed;
     height: 10%;
     max-height: 100px;
     top: 0px;
     left: 0%;
     width: 100%;
     z-index: 503;
     margin: 0px;
     padding: 5px;
     padding-left: 1.5%;
     padding-right: 1.5%;
     background-color: rgba(255,50,50,0.75);
     border-bottom: 1px solid #ccc;
     overflow: hidden;
     display: block;
}
 .fixedTopMenu {
     box-sizing: border-box;
     position: relative;
     height: 5%;
     max-height: 35px;
     top: 0px;
     left: 12.5%;
     width: 82.5%;
     z-index: 101;
     margin: 0px;
     margin-left: 2.5%;
     padding: 5px;
     padding-left: 1.5%;
     padding-right: 1.5%;
     background-color: pink;
     overflow: hidden;
     display: block;
     display: none;
}
 .siteBreadTrail {
     float: left;
     font-size: 100%;
     width: 70%;
     background-color: red;
}
 .siteOptionsMenu {
     width: 25%;
     float: left;
     margin-left: 2.5%;
     color: black;
     border-left: 0px solid rgba(125,125,125,0.25);
     text-align: right;
}
 .siteOptionsMenu a {
     color: black;
     padding: 20px;
}
 .siteOptionsMenu a:hover {
     color: royalblue;
     font-weight: 200;
     text-decoration: underline;
}
 #outer {
     box-sizing: border-box;
     position: relative;
     background-color: white;
     z-index: 100;
     max-height: 100%;
     height: 100%;
     overflow: auto;
     overflow-x: hidden;
     width: 100%;
    /*overflow-y:scroll !important;
    */
}
 #leftcolumn {
     clear: both;
     width: 100%;
     height: 50%;
     min-height: 50%;
     margin-left: 0%;
     font-size: 1.45vh;
     font-weight: bold !important;
}
 #leftcolumn {
     z-index: 1;
}
 ul#left-menu {
     box-sizing: border-box;
     list-style: none;
     width: 100%;
     background: #F1F2F4;
     border-top: 1px solid rgba(187,187,187,0.5);
}
 ul#left-menu li {
     margin-bottom: 0px;
     margin-top: 0px;
     border-bottom: 1px solid rgba(187,187,187,0.5);
     ;
     width: 100%;
     text-align: left;
     text-indent: 10%;
}
 ul#left-menu.tier2 {
     padding: 0;
     border-top: 0px solid #ccc;
     font-size: 1.35vh;
     font-weight: normal;
}
 ul#left-menu li a {
     display: block;
     padding: 1.5vh;
     color: black;
}
 ul#left-menu li:hover a {
     color: white;
     text-decoration: none;
}
 ul#left-menu li a:hover {
     color: white;
     text-decoration: none;
}
 ul#left-menu a:active {
     display: block;
     position: relative;
     top: 0px;
}
 ul#left-menu a.on {
     display: block;
     padding: 5%;
     color: white;
     background-color: #29c7ca;
}
 .hoveredMainMenuItem {
     background-color: #CD311B;
     color: #ffffff;
}
 .hoveredMainMenuItem li {
     color: white;
     background-color: rgba(200,100,100,0.99);
}
 .hoveredMainMenuItem li a {
     color: yellow;
     background-color: rgba(200,100,100,0.99);
}
 .hoveredMainMenuItem li a.on {
     color: white;
     background-color: rgba(200,100,100,0.99);
     background-color: #179e90;
}
 .hoveredTier2MenuItem {
     background-color: rgba(125,125,125,0.99);
     background-color: #32373b;
     color: white;
}
 .hoveredTier2MenuItem li {
     color: white;
     background-color: rgba(125,125,125,0.99);
}
 .hoveredTier2MenuItem li a {
     color: white;
     background-color: rgba(125,125,125,0.99);
}
 .hoveredTier2MenuItem li a.on {
     color: white;
     background-color: rgba(125,125,125,0.99);
}
 ul#left-menu.tier2 li {
     border-bottom: 0px solid #ccc;
}
 ul#left-menu.tier2 li a {
     padding: 0.75vh;
     text-decoration: none;
     border-bottom: none;
     padding-left: 1.5vh;
}
 .page-container-fluid.no-pad {
     margin-right: 0;
     margin-left: 0px;
     padding: 0;
     height: 100% !important;
}
 .container-fluid.no-pad {
     margin-right: 0;
     margin-left: 0px;
     padding: 0;
     height: 100% !important;
}
 .row.no-pad {
     margin-right: 0;
     margin-left: 0px;
     padding-right: 0;
     padding-left: 0px;
     height: 100% !important;
}
 .row.no-pad > [class*='col-'] {
     padding-right: 0;
     padding-left: 0px;
}
 .NoResults {
     border: 1px solid #CD3118;
     background-color: rgba(200,50,50,0.25);
     padding: 10px;
     width: 50%;
}
 .PageIntro {
     padding: 0px;
     margin-bottom: 3%;
}
 .childPage {
     padding: 0px 25px 0px 25px;
     width: 100%;
}
 input {
     outline: none;
}
 .topMenuButton {
     padding: 12px !important;
}
 .topSearchPanel {
     width: 100% !important;
     padding: 1%;
     border: 1px solid rgba(239,239,239, 0.75);
     border-top: none;
     background-color: rgba(239,239,239, 0.25);
     margin-bottom: 25px;
}
 #middlecolumn {
     box-sizing: border-box;
     padding: 0.0vw;
     width: 100%;
     max-width: 100%;
     height: 100%;
     max-height: 100%;
     min-height: 100%;
     margin-bottom: 100px;
     z-index: 1101;
    /*overflow-y:scroll;
    */
     border: 0px solid #FDFDFD;
     margin-top: 8.5vh;
}
 #middlecolumn a:active {
     color: #CD311B;
     background: #f1f1f1;
}
 #middlecolumn li {
     padding-left: 0px;
     margin-left: 25px;
}
 #middlecolumn h1 {
     font-size: 1.25vw;
     letter-spacing: 0.05vw;
     line-height: 30px;
     color: Black;
     font-family: 'Gotham Rounded Book';
     text-transform: uppercase;
     font-weight: bold;
     background-color: white;
     width: 100% !important;
}
 .middleColumnHeader {
     border-bottom: solid 2px #f1f2f4;
     width: 100% !important;
     padding-bottom: 40px;
}
 .middleColumnHeader h1 span {
     float: left;
}
 .middleColumnHeader div {
     float: left;
     margin-left: 2.0vw;
}
 #middlecolumn h2 {
     font-size: 1.01vw;
     padding-bottom: 15px;
     border-bottom: solid 0px rgba(125,125,125,0.15);
     margin-bottom: 0px;
     line-height: 30px;
     color: #1F1F1F;
     font-family: 'Gotham Rounded Book';
     text-transform: capitalize;
     font-weight: bold;
}
 #middlecolumn h3 {
     font-size: 1.01vw;
     padding-bottom: 15px;
     border-bottom: solid 0px #CCC;
     margin-bottom: 0px;
     line-height: 30px;
     color: #1F1F1F;
     font-family: 'Gotham Rounded Book';
     text-transform: capitalize;
     font-weight: bold;
}
/*#middlecolumn div {
     margin-left:2.0vw;
}
*/
 .footerContents {
     box-sizing: border-box;
     width: 100%;
     text-align: center;
     background-color: pink;
     height: 10%;
     max-height: 10%;
}
 .footerContentsLeft {
     float: left;
     width: 60%;
     margin-left: 2.5%;
     text-align: left;
}
 .footerContentsRight {
     float: left;
     width: 30%;
     margin-left: 6.5%;
     text-align: right;
     vertical-align: middle;
}
 .footerLogo {
     max-width: 25%;
     opacity: 0.9;
     margin-top: 5px;
     margin-right: 2.5%;
     margin-bottom: 5px;
}
 .footerElementTable {
     margin-left: 2.5%;
     font-size: 10pt;
     width: 30%;
}
 .siteMainLogo {
     display: block;
     border-radius: 0 0 20% 20%;
     border: 2px solid rgba(125,125,125,0.9);
     border-top: none;
     box-shadow: 2px 2px 2px rgba(125,125,125,0.25);
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     width: 50%;
     margin-top: 0.0vh;
     margin-bottom: 1.0vh;
     padding: 0.0vh;
     vertical-align: middle;
     background-color: white;
}
 .siteMainIntro {
     font-size: 0.75vw !important;
     display: block;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     width: 90%;
     margin-top: 1.0vh;
     margin-bottom: 2.0vh;
     margin-left: 0.1vw;
     padding: 0.0vh;
     border: 0px solid black;
     vertical-align: bottom;
}
 .plainInput {
     outline: none !important;
     border: none !important;
     padding: 0px;
     height: 10.0vh;
     max-height: 10.0vh;
     min-height: 10.0vh;
     resize: none;
}
 .dashboard-buttons {
     padding: 3px;
     border: solid 1px #CCC;
    /*Opacity/Filtering*/
     filter: alpha(opacity=100);
     -moz-opacity: 1;
     -khtml-opacity: 1;
     opacity: 1;
}
 .dashboard-buttons:hover {
     border: solid 1px #D3D3D3;
    /*Opacity/Filtering*/
     filter: alpha(opacity=85);
     -moz-opacity: 0.85;
     -khtml-opacity: 0.85;
     opacity: 0.85;
}
 .dashboard-buttons:active {
     border-bottom: solid 0px gray;
     border: solid 1px #82A7ED;
     background: #ffffff;
     color: #ffffff;
}
 .dashboard-items {
     padding: 10px 0 0 0;
     display: block;
}
 .dashboard-items h4 {
     font-size: 13px;
}
 .dashboard-items ul {
     float: left;
     width: 90%;
     max-width: 90%;
     margin: 0;
     padding: 0.5vw;
     list-style: none;
}
 ul {
     margin: 0 !important;
}
 .dashboard-items li {
     display: inline;
     box-sizing: border-box;
     float: left;
     width: 10.0vw;
     padding: 1.0vw 0.0vw;
     text-align: center;
     border: 1px solid white;
     background-color: transparent;
}
 .dashboard-items li:hover {
     border: 1px solid rgba(205,49,24,0.01);
     background-color: rgba(205,49,24,0.01);
}
 .dashboard-items li:hover a {
     color: #CD3118;
}
 .dashboard-items li a {
     text-align: center;
     width: 50%;
     word-wrap: normal;
}
 .submenu-items {
     padding: 10px 0 0 0;
     position: absolute;
     right: 10px;
     width: 200px;
     text-align: center;
}
 .submenu-items h4 {
     font-size: 13px;
}
 .submenu-items ul {
     float: left;
     width: 100%;
     margin: 0;
     padding: 0;
     list-style: none;
}
 .submenu-items li {
     display: inline;
     margin: 0;
     padding: 0;
     margin-bottom: 20px;
     width: 150px;
     text-align: center;
     float: left;
}
 .searchLabel {
     margin-left: 5%;
}
/* ----- SIZES ----- */
 .third {
     width: 32% !important;
}
 .half {
     width: 48% !important;
}
 .full {
     width: 100% !important;
}
 input.small, select.small {
     width: 25%;
}
 input.medium, select.medium {
     width: 65%;
}
 input.large {
     width: 96.5%;
}
 select.large {
     width: 100%;
}
 input.time, select.time {
     width: 60px;
}
 input.button {
     padding: 8px;
     margin: 2px;
     outline: 0;
     font-family: 'Gotham Rounded Book' !important;
}
 input.default {
     box-sizing: border-box;
     padding: 6px 12px;
     border-radius: 3px;
     font-weight: normal;
     font-size: 1.0vw;
     color: #888;
     background-color: whitesmoke;
     border: 1px solid #888;
     box-shadow: none;
     line-height: 1.42857143;
     display: inline-block;
}
 input.buttonOver {
     font-size: 1.0vw;
     color: white;
     background-color: #CD311B;
     border: 1px solid #CD311B;
     box-shadow: none;
}
 input.important {
     padding: 4px 35px 4px 35px;
     color: #B50000;
}
 input.text, input.search, input.file, textarea.textarea, select.select {
     font-size: 1.0vw !important;
     font-family: 'Gotham Rounded Book';
     padding: 2px;
     border: none;
     border: 1px solid rgba(125,125,125,0.25);
     box-shadow: none;
     outline: none;
     scrollbar-highlight-color: none;
}
 input.text massive {
     color: green;
     font-size: 175%;
}
 select.select {
     width: auto;
}
 input.text:focus, input.search:focus, textarea.textarea:focus, select.select:focus {
     border: none;
     border-bottom: 2px solid #CD311B;
     color: #888;
}
 input.checkbox {
     margin-right: 2px;
}
 .Validator {
     color: #CD311B;
     margin-top: 2px;
     margin: 5px;
}
 input.voucher {
     font-size: 160%;
     font-weight: bold;
     font-family: 'Gotham Rounded Book';
     padding: 4px 2px 4px 2px;
     width: 100%;
     text-transform: uppercase;
}
 input.userid {
     font-size: 160%;
     font-weight: bold;
     font-family: 'Gotham Rounded Book';
     padding: 8px 4px 8px 4px;
     width: 100%;
}
 input.readonly, textarea.readonly, select.readonly {
     background-color: #EAEAEA;
}
 textxarea.textarea {
     min-width: 100%;
    /* IE8 Textarea Scroll Bug */
     max-width: 100%;
     font-family: 'Gotham Rounded Book';
}
 textarea.small {
     width: 25%;
}
 textarea.medium {
     width: 50%;
}
 textarea.large {
     width: 100%;
}
 .action-buttons ul {
     float: left;
     width: 100%;
     margin: 0;
     padding: 0;
     list-style: none;
     max-width: 900px;
     min-width: 650px;
     font-size: 85%;
}
 .action-buttons li {
     display: inline;
     float: left;
     width: 150px;
     text-align: center;
     margin-bottom: 20px;
}
 .action-buttons li a {
     display: block;
     padding: 10px 0 10px 0px;
     text-decoration: none;
     color: #0066cc;
     border-bottom: 1px solid #CCC;
     border-right: 1px solid #CCC;
     background-color: #EAEAEA;
}
 .action-buttons li a:hover {
     display: block;
     padding: 10px 0 10px 0px;
     color: #ffffff;
     background-color: #969696;
}
 .action-buttons li a:active {
     position: relative;
     background-color: #969696;
     top: 3px;
}
 table.default {
     border-collapse: collapse;
}
 table.default th {
     border: 1px solid #ccc;
     background-color: #EAEAEA;
     padding: 4px;
     white-space: nowrap;
}
 table.default td {
     border: 1px solid #ccc;
     text-align: center;
     padding: 4px;
     vertical-align: top;
}
 #levelsGrid {
     width: auto;
     overflow-y: scroll;
}
 .fixedHeader {
     position: absolute;
     float: none;
}
 table.default-small {
     border-collapse: collapse;
}
 table.default-small th {
     border: 1px solid #ccc;
     background-color: #EAEAEA;
     padding: 4px 8px 4px 8px;
     white-space: nowrap;
     font-size: 90%;
     text-align: left;
}
 table.default-small td {
     border: 1px solid #ccc;
    /*text-align: center;
    */
     padding: 4px 8px 4px 8px;
     vertical-align: top;
     white-space: nowrap;
     font-size: 85%;
     margin-top: 25px;
}
/* Default Small Table (Wrap) */
 table.default-small-wrap {
     border-collapse: collapse;
}
 table.default-small-wrap th {
     border: 1px solid #ccc;
     background-color: #EAEAEA;
     padding: 4px 8px 4px 8px;
     font-size: 90%;
     text-align: left;
}
 table.default-small-wrap td {
     border: 1px solid #ccc;
     padding: 4px 8px 4px 8px;
     vertical-align: top;
     font-size: 85%;
}
 table.default-view {
     border-collapse: collapse;
}
 table.withpadding th, td, tr {
     padding: 10px !important;
     vertical-align: middle;
}
 table.default-view th {
     border: 1px solid #ccc;
     background-color: #EAEAEA;
     padding: 4px;
}
 table.default-view td {
     border: 1px solid #ccc;
     text-align: left;
     padding: 4px 4px 4px 10px;
     vertical-align: top;
}
 .cell-field {
     font-size: 80%;
     background-color: #EAEAEA;
     width: 25%;
}
 table.table-input {
    /*border-collapse:collapse;
    */
}
 table.table-input td {
     border: 0px solid #ccc;
    /*text-align: left;
    */
     padding: 4px 20px 10px 0px;
     vertical-align: top;
}
 table.table-input-rma-service-sheet {
     border-collapse: collapse;
}
 table.table-input-rma-service-sheet td {
     border: 0px solid #ccc;
     text-align: left;
     padding: 4px 4px 2px 0px;
     vertical-align: top;
}
/* Table : Filter */
 table.filter {
     border-collapse: collapse;
     border: solid 1px #ccc;
}
 table.filter th {
     border-bottom: 0px solid #ccc;
     padding: 10px 25px 0px 25px;
     font-size: 90%;
     text-align: left;
     font-weight: bold;
     color: #4C4A49;
}
 table.filter td {
     border: 0px solid #ccc;
     text-align: left;
     padding: 2px 25px 15px 25px;
}
 .recordCount {
     margin: 5px 35px 0px 0px;
     color: #666666;
}
 .ticketRef {
     font-weight: bold;
}
 .lastUpdated {
     padding-left: 25px;
     color: gray;
     font-size: 10px;
}
/* CONFIRMATION PANELS */
 .panel-success {
     border: 2px solid forestgreen;
     margin: 0px 0px 20px 0px;
     overflow: auto;
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     background-color: forestgreen;
     width: 100%;
     padding: 10px;
     text-align: left;
     font-size: 1.0vw;
     width: 100%;
     height: auto;
     z-index: 1000000000;
     color: white;
     box-shadow: 2px 2px 2px darkgreen;
}
 .panel-information {
     border: 2px solid royalblue;
     margin: 0px 0px 20px 0px;
     overflow: auto;
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     background-color: royalblue;
     border-bottom: dashed 0px white;
     width: 100%;
     padding: 10px;
     text-align: left;
     font-size: 1.0vw;
     width: 100%;
     height: auto;
     z-index: 1000000000;
     color: white;
     box-shadow: 2px 2px 2px darkblue;
}
 .panel-warning {
     border: 2px solid darkgoldenrod;
     margin: 0px 0px 20px 0px;
     overflow: auto;
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     background-color: goldenrod;
     border-bottom: dashed 0px darkgoldenrod;
     width: 100%;
     padding: 10px;
     text-align: left;
     font-size: 1.0vw;
     width: 100%;
     height: auto;
     z-index: 1000000000;
     color: black;
     box-shadow: 2px 2px 2px darkgoldenrod;
}
 .small-panel-warning {
     border: 2px solid #EFC66C;
     background-color: #FFDB91;
     padding: 10px 10px 10px 10px;
     margin: 0px 0px 20px 0px;
     width: 75%;
     max-width: 450px;
     min-width: 450px;
     overflow: auto;
}
 .panel-error, .panel-error-popup {
     border: 2px solid #C5624F;
     background-color: #F5B5A9;
     margin: 0px 0px 20px 0px;
     overflow: auto;
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     background-color: #CD3118;
     border-bottom: dashed 0px white;
     width: 100%;
     padding: 10px;
     text-align: left;
     font-size: 1.0vw;
     width: 100%;
     height: auto;
     z-index: 1000000000;
     color: white;
     box-shadow: 2px 2px 2px darkred;
}
 .panel-error-popup {
     max-width: 400px;
     min-width: 300px;
}
 .panel-realTimeDevices {
     border: 1px solid #77ABD8;
     background-color: white;
     padding: 5px;
     margin: 0px;
     width: 100%;
     overflow: auto;
     -moz-opacity: 1.00;
     -khtml-opacity: 1.00;
     opacity: 1.00;
}
 .panel-getLatestLevelsQueue {
     border: 1px solid #A366FF;
     background-color: white;
     padding: 5px;
     margin: 20px 0px;
     width: 100%;
    /*height:550px;
    */
     overflow: auto;
     filter: alpha(opacity=100);
     -moz-opacity: 1.00;
     -khtml-opacity: 1.00;
     opacity: 1.00;
}
 .panel-getLatestLevels {
     border: 1px solid #A366FF;
     background-color: white;
     padding: 5px;
     margin: 20px 0px;
     width: 100%;
    /*height:550px;
    */
     overflow: auto;
     filter: alpha(opacity=100);
     -moz-opacity: 1.00;
     -khtml-opacity: 1.00;
     opacity: 1.00;
}
 .panelSearchResults {
     width: 100%;
     max-width: 100%;
     overflow-x: auto;
}
 .searchCard {
     border: 1px solid gray;
     height: 50%;
     width: 20%;
     margin-left: 2.5%;
     margin-right: 2.5%;
     float: left;
}
 #savedSearchCarousel {
     width: 100%;
     padding: 0;
     border: 1px solid black;
}
 a.rigth.carousel.control {
     background-color: white;
}
 .item {
     width: 100%;
     height: 80%;
     margin: 0%;
     border: 0px solid black;
     background-color: white;
}
 div.getLatestLevels {
     padding-left: 50px;
     padding-right: 20%;
     width: 90%;
     padding-bottom: 50px;
}
 .queueResultsCloseButton {
     margin-right: 0%;
     margin-top: 0px;
     width: 100px;
     height: 25px;
}
 table.userNotifications {
     font-size: 12px;
     font-family: 'Gotham Rounded Book';
     text-align: center;
     border-width: 1px;
     border-color: #D9F4D7;
     border-style: solid;
     width: 95%;
     height: 45%;
     -moz-box-shadow: 3px 3px 4px gray;
     -webkit-box-shadow: 3px 3px 4px gray;
     box-shadow: 5px 5px 10px gray;
}
 div.userNotificationsDiv {
     color: white !important;
     height: 100%;
     overflow-y: auto;
     scrollbar-base-color: #D9F4D7;
     scrollbar-arrow-color: darkgreen;
     scrollbar-face-color: whitesmoke;
}
 div.userNotificationsDiv a {
     color: white;
     font-size: large;
     text-decoration: underline;
}
 div.userNotificationsDiv a:hover {
     color: lightgreen;
     font-weight: bold;
     font-size: large;
     text-decoration: underline;
}
 table.realTimeDevices {
     font-size: 12px;
     font-family: 'Gotham Rounded Book';
     text-align: center;
     border: 1px solid #77ABD8;
     width: 95%;
     max-height: 250px;
     overflow-y: scroll;
}
 tr.realTimeDevices {
     background-color: whitesmoke;
}
 tr.realTimeDevices:hover {
     color: black;
     background-color: #B4CFEA;
    /*font-weight:bold;
    */
}
 table.queueResults {
     font-size: 12px;
     font-family: 'Gotham Rounded Book';
     text-align: center;
     border-width: 1px;
     border-color: #A366FF;
     border-style: solid;
     width: 95%;
     -moz-box-shadow: 3px 3px 4px gray;
     -webkit-box-shadow: 3px 3px 4px gray;
     box-shadow: 5px 5px 10px gray;
}
 tr.queueResults {
     background-color: whitesmoke;
}
 tr.queueResults:hover {
     color: white;
     background-color: #A366FF;
    /*font-weight:bold;
    */
}
 td.queueResultsFooter {
     border-top: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
     color: black;
     text-align: right;
     padding: 0px 0px 0px 10px;
}
 th.queueResultsCheck {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 5px 5px 5px 10px;
     width: 5%;
}
 th.queueResultsOne {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 15%;
}
 th.queueResultsTwo {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 15%;
}
 th.queueResultsThree {
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 70%;
}
 th.myQueueSmall {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 18%;
}
 th.myQueueLarge {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 28%;
}
 td.queueResultsCheck {
    /*border-right: 1px solid #ccc;
    */
     border-bottom: 1px solid #ccc;
     text-align: left;
     padding: 5px 5px 5px 10px;
}
 td.queueResults {
    /*border-right: 1px solid #ccc;
    */
     border-bottom: 1px solid #ccc;
     text-align: left;
     padding: 5px 5px 5px 10px;
}
 td.queueResultsHeaderLeft {
     width: 5%;
     text-align: center;
}
 td.queueResultsHeaderMiddle {
     width: 90%;
     padding-left: 10px;
}
 td.queueResultsHeaderRight {
     width: 5%;
     text-align: right;
     padding-right: 5px;
     padding-top: 5px;
}
 .labelQueueResults {
     height: 50%;
     margin-top: 20px;
     padding-left: 0px;
     font-weight: bold;
     font-size: 16px;
     color: black;
}
 #rpQueueResults {
     width: 90%;
}
 .panel-View-Page {
     max-width: 90%;
     min-width: auto;
}
/*.panel-View-Page span {
     color:yellow;
}
*/
 .panel-Image {
     float: left;
     padding: 0px 10px 0px 0px;
}
 .signalman-Summary-MaxHeight {
     position: relative;
     width: 210px;
     float: right;
     border: 1px solid #ccc;
     padding: 10px;
     background-color: #F1F1F1;
     clear: right;
     margin-bottom: 20px;
     margin-right: 20px;
     top: 13px;
     left: -2px;
     max-height: 475px;
}
 .signalman-Summary {
     position: relative;
     width: 210px;
     float: right;
     border: 1px solid #ccc;
     padding: 10px;
     background-color: #F1F1F1;
     clear: right;
     margin-bottom: 20px;
     margin-right: 20px;
}
 .ticket-Print-Options {
     position: relative;
     width: auto;
     height: auto;
     min-width: 17.5vw;
     float: right;
     border: 1px solid #ccc;
     padding: 20px;
     padding-top: 0px;
     background-color: #F1F1F1;
     clear: right;
     margin-bottom: 20px;
     min-width: 20.0vw;
}
 .page-Notes {
     position: relative;
     width: auto;
     height: auto;
     min-width: 17.5vw;
     float: right;
     border: 1px solid #ccc;
     padding: 20px;
     padding-top: 0px;
     background-color: #FFF7C0;
     clear: right;
     margin-bottom: 20px;
     margin-right: 20px;
}
 .page-Notes ul {
     margin-left: -10px;
}
 .page-Notes-Img-Bullet {
     float: left;
     padding-right: 6px;
}
 .save-Draft {
     position: relative;
     width: 210px;
     float: right;
     padding: 25px 10px 25px 10px;
     clear: right;
     margin-bottom: 30px;
     margin-right: 20px;
     margin-top: 0px;
     text-align: center;
     background-color: #e5f1f9;
     border: 1px dashed #ccc;
}
 .search-Options {
     font-size: 90%;
     font-weight: bold;
     color: #4C4A49;
     padding-bottom: 5px;
}
 .page-Header-Options {
     float: left;
     margin-left: auto;
     width: 50%;
}
 .new-Page-Header-Options {
     float: left;
     width: auto;
     max-width: 65.0vw;
     height: 5.0vh;
     max-height: 5.0vh;
     padding: 0px;
     margin: 0px;
}
 .new-Page-Toolbox-Options {
     position: relative;
     height: auto;
     border: 1px solid #ccc;
     padding: 20px;
     padding-top: 0px;
     background-color: #F1F1F1;
     margin-bottom: 20px;
}
 .new-Page-Toolbox-Options h3 {
     margin-bottom: 1.5vh !important;
    /*margin:20px -20px !important;
    */
}
 .new-Page-Toolbox-Options div {
     margin-bottom: 1.0vh !important;
    /*margin:20px -20px !important;
    */
}
 .new-Page-Toolbox-Options input {
     max-width: 10.0vw;
    /*margin:20px -20px !important;
    */
}
 .AmberWarning {
     background-color: #FFC39B;
     border: solid 1px #FF9D47;
     padding: 2px 10px 2px 10px;
     margin: 0 0 0 2px;
     font-size: 110%;
}
 .RedWarning {
     background-color: #FF9A8E;
     border: solid 1px #FF4D3D;
     padding: 2px 10px 2px 10px;
     font-weight: bold;
     margin: 0 0 0 2px;
     font-size: 110%;
}
 .GreenWarning {
     background-color: #C1FF99;
     border: solid 1px #91C66D;
     padding: 2px 10px 2px 10px;
     margin: 0 0 0 2px;
     font-size: 110%;
}
 .page-Options-Img {
     float: left;
     margin-top: -6px;
     padding-right: 10px;
}
 .unassigned-Credits {
     border: 1px solid #cccccc;
     padding: 5px 10px 5px 10px;
     font-weight: bold;
     background-color: #DDFF9B;
}
 .bold-it {
     font-weight: bold;
     color: #CD311B;
     padding-left: 4px;
}
 .unbold-it {
     font-weight: normal;
}
 .bold-cell {
     font-weight: bold;
     color: #004A7F;
     border: dashed 1px #cccccc;
     padding: 2px;
}
 .trigger-alert-prompt {
     background-color: #FFC39B;
     border: solid 1px #FF9D47;
     padding: 5px 10px 5px 10px;
     margin: 5px 0px 10px 0px;
     font-size: 90%;
     clear: both;
     max-width: 650px;
}
 .page-sub-title {
     color: #CD311B;
     font-size: 45%;
     font-style: italic;
}
 .tag-name {
     position: relative;
     border: 1px solid #ccc;
     padding: 7px 12px 7px 12px;
     float: right;
     background-color: #FFF7C0;
     color: #CD311B;
     font-style: italic;
     margin-right: 20px;
     font-size: 90%;
}
 .tag-name a {
     color: #CD311B;
}
 .tag-name a:hover {
     color: #736F6E;
}
 .grid-icons {
     padding: 1px 4px 1px 4px;
     border: solid 1px #CCC;
    /*Opacity/Filtering*/
     filter: alpha(opacity=50);
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;
     opacity: 0.5;
}
 .grid-icons:hover {
     border: solid 1px #D3D3D3;
    /*Opacity/Filtering*/
     filter: alpha(opacity=100);
     -moz-opacity: 1;
     -khtml-opacity: 1;
     opacity: 1;
     position: relative;
     top: -1px;
}
 .grid-icons:active {
     position: relative;
     top: 1px;
}
 .modalBackground {
     background-color: Black;
     filter: alpha(opacity=60);
     opacity: 0.6;
     z-index: 1000;
}
 .modalPopup {
     padding: 30px;
     overflow: auto;
     background-color: #ffffff;
}
 .sub-Text {
     color: Gray;
     font-size: 75%;
}
 .HeaderID {
     padding-left: 10px;
     font-family: 'Gotham Rounded Book';
     font-size: 110%;
}
 .public-Notification-Message {
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     position: absolute;
     top: 0px;
     left: 0px;
     background-color: #CD3118;
     border-bottom: dashed 0px white;
     width: 100%;
     padding: 10px;
     text-align: center;
     font-size: 0.9vw;
     width: 100%;
     height: 60px;
     z-index: 1000000000;
     color: white;
     box-shadow: 2px 2px 2px darkred;
}
 .public-Alert-Message {
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     background-color: #CD3118;
     border-bottom: dashed 0px white;
     padding: 2.5vh;
     text-align: center;
     font-size: 0.9vw;
     width: 80%;
     margin: 40px 10%;
     height: 10.0vh;
     z-index: 1000000000;
     color: white;
     box-shadow: 2px 2px 2px darkred;
}
 .public-Notification-Message a {
     color: #CD3118;
     background-color: rgba(255,255,255,0.75);
     font-size: 2.0vh;
     border: 1px solid rgba(255,255,255,0.75);
     border-radius: 4px;
     padding: 60px;
}
 .public-Notification-Message a:hover {
     color: #CD3118;
     background-color: rgba(255,255,255,1.0);
     font-size: 2.0vh;
     border: 1px solid white;
     border-radius: 4px;
     padding: 60px;
}
 .user-Notification-Message {
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     position: absolute;
     top: 0px;
     left: 0px;
     background-color: #048920;
     border-bottom: dashed 0px white;
     width: 100%;
     padding: 0px;
     text-align: center;
     font-size: 0.9vw;
     width: 100%;
     height: 150px;
     z-index: 100000000;
     color: white !important;
     box-shadow: 2px 2px 2px green;
}
 .user-Notification-Button {
     background-color: darkgreen;
     border-color: #D9F4D7;
     border-width: 2px;
     color: white;
     border-style: solid;
     font-size: 20px;
     text-align: center;
     Width: 2.5vw;
     Height: 2.5vw;
     position: absolute;
     right: 1.0vw;
     top: 1.0vh;
     cursor: pointer;
     padding: 0px;
}
 .error-message-validator {
     font-size: 85%;
     color: #FF0000;
}
 .example-text {
     font-size: 85%;
     color: gray;
     padding-top: 5px;
}
 .EnFlag {
     background: url(images/flag_icons/uk-Flag.png);
     border: 0;
     padding: 0px;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     cursor: pointer;
}
 .FrFlag {
     background: url(images/flag_icons/fr-Flag.png);
     border: 0;
     padding: 0px;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     cursor: pointer;
}
 .BrFlag {
     background: url(~images/flag_icons/flag_icons/Brazil-Flag.png);
     border: 0;
     padding: 0px;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     cursor: pointer;
}
 .NlFlag {
     background: url(images/flag_icons/nd-Flag.png);
     border: 0;
     padding: 0px;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     cursor: pointer;
}
 .DeFlag {
     background: url(images/flag_icons/de-Flag.png);
     border: 0;
     padding: 0px;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     cursor: pointer;
}
 .PlFlag {
     background: url(images/flag_icons/pl-Flag.png);
     border: 0;
     padding: 0px;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     cursor: pointer;
}
 .userNotifyImg {
     background: url(images/user_notification_trans.png);
     border: 0px;
     border-color: transparent;
     width: 75px;
     height: 85px;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     cursor: pointer;
     vertical-align: bottom;
     position: absolute;
     bottom: 0px;
}
/* WIZARD */
 td.stepNotCompleted {
     background-color: #4d4d4d;
     width: 30px;
     height: 30px;
     border: 1px solid #4d4d4d;
     margin: 5px;
     color: White;
     font-family: 'Gotham Rounded Book';
     font-size: 14px;
     text-align: center;
}
 td.stepCompleted {
     background-color: royalblue;
     width: 30px;
     height: 30px;
     border: 1px solid royalblue;
     margin: 5px;
     color: White;
     font-family: 'Gotham Rounded Book';
     font-size: 14px;
     text-align: center;
}
 td.stepCurrent {
     background-color: darkred;
     width: 30px;
     height: 30px;
     border: 1px solid darkred;
     margin: 5px;
     color: White;
     font-size: 20px;
     font-weight: bold;
     text-align: center;
}
 td.stepBreak {
     width: 5px;
     background-color: Transparent;
}
 .wizardProgress {
     padding-right: 3px;
     font-family: 'Gotham Rounded Book';
     color: black;
     font-size: 14px;
}
 .wizardTitle {
     text-align: left;
     text-indent: 50px;
     font-size: 18px;
     vertical-align: middle;
     margin-left: 50px;
     width: 35%;
}
 .wizardTitleSub {
     text-align: left;
     font-weight: normal;
     color: royalblue;
     font-size: 16px;
     margin-left: 25px;
     width: 50%;
}
 .panel-LCSWizard {
     border: 1px solid #4d4d4d;
     background-color: White;
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
     width: 100%;
     min-height: 500px;
    /*max-height:1000px;
     overflow:hidden;
    */
     filter: alpha(opacity=100);
     -moz-opacity: 1.00;
     -khtml-opacity: 1.00;
     opacity: 1.00;
}
 .panel-WizardControls {
     margin-left: 25px;
     padding-top: 25px;
     overflow: auto;
    /*max-height:500px;
    */
}
 .panel-WizardControlsNested {
     margin-left: 0px;
     padding-top: 25px;
     overflow: auto;
    /*max-height:500px;
    */
}
 .panel-WizardControlsSub {
     margin-top: 20px;
     margin-bottom: 20px;
    /*overflow:auto;
    */
     width: 90%;
     margin-left: 5%;
}
 tr.LCSWizardHeader {
     background-color: lightgrey;
}
 tr.LCSWizardInfoRow {
     text-indent: 50px;
     height: 50px;
     width: 100px;
     text-align: left;
     word-wrap: normal;
     text-wrap: initial;
     overflow-wrap: break-word;
}
 .InfoRowTextBox {
     width: 100%;
     height: 100%;
     font-size: 16px;
     border-width: 0px;
}
 .WizardDataTable {
     width: 90%;
     border-collapse: separate;
     border-spacing: 5px;
}
 td.wizardButton {
     height: 20px;
     width: 50%;
     background-color: #4d4d4d;
    /*background-color:royalblue;
    */
}
 .wizardControlButton {
     height: 40px;
     width: auto;
     min-width: 100px;
     background-color: royalblue;
     border: 2px solid lightgray;
     padding: 10px;
     text-align: center;
     color: white;
}
 .wizardControlButtonRed {
     height: 40px;
     width: auto;
     min-width: 100px;
     background-color: DarkRed;
     border: 2px solid lightgray;
     padding: 10px;
     text-align: center;
     color: white;
}
 .wizardButton {
     height: 50px;
     width: 100%;
    /*background-color:#4d4d4d;
    */
     background-color: royalblue;
     color: white;
     font-size: 18px;
     cursor: pointer;
}
 .DataLabel {
     padding: 5px;
     text-indent: 25px;
     width: 15%;
     color: #4d4d4d;
     font-size: 13px;
     text-align: right;
     vertical-align: top;
}
 .DataValItemRow {
     margin-top: 10%;
     width: 90%;
     height: 90%;
     padding-left: 2%;
     padding-right: 2%;
     padding-bottom: 2%;
     padding-top: 1%;
     background-color: darkred;
}
 .DataValItem {
     width: inherit;
     height: 100%;
     padding: 10%;
     background-color: darkred;
}
 .DataVal {
     padding: 5px;
     width: 10%;
     font-size: 12px;
     vertical-align: top;
     text-align: center;
     border-bottom: 0px solid red;
}
 .DataControlText {
     padding: 5px;
     width: 25%;
     font-size: 12px;
     vertical-align: top;
     border: 2px solid lightgray;
}
 .DataControl {
     padding: 5px;
     width: 25%;
     font-size: 12px;
     vertical-align: top;
}
 .panel-stepNav {
     position: absolute;
     bottom: -52px;
     left: 0px;
     width: 100%;
}
 .LCSUserSelectionBoxCell {
     width: 45%;
     height: 300px;
     text-align: right;
     vertical-align: top;
}
 .LCSUserSelectionButtonCell {
     text-align: center;
     vertical-align: middle;
}
 .LCSUsersSelectBox {
     width: 90%;
     height: 90%;
     font-size: 16px;
     vertical-align: top;
     text-align: center;
     border: 2px solid lightgray;
}
 .LCSUsersSelectButton {
     width: 50%;
     height: 25%;
     font-size: 16px;
     vertical-align: top;
     text-align: center;
     border: 2px solid lightgray;
}
 .ui-tabs-vertical {
     width: 95%;
     border: 0px dashed lightgray;
     background-color: royalblue;
}
 .ui-tabs-vertical .ui-tabs-nav {
     height: 100%;
     padding: 1em 0em 1em 0em;
     float: left;
     width: 9%;
     border: 0px solid lightgray;
}
 .ui-tabs-vertical .ui-tabs-nav li {
     background-color: royalblue;
     color: skyblue;
     padding-bottom: .25em;
     padding-right: 0em;
     clear: left;
     width: 100%;
     border-bottom-width: 1px !important;
     border-right-width: 0 !important;
     margin: 0;
     list-style: square;
}
 .ui-tabs-vertical .ui-tabs-nav li a {
     width: 100%;
     background-color: royalblue;
     color: skyblue;
     display: block;
}
 .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
     background-color: royalblue;
     color: white;
     padding-bottom: .25em;
     border-right-width: 0px;
     border-right-width: 0px;
     width: 100%;
     text-align: left;
}
 .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
     background-color: royalblue;
     color: white;
     padding-bottom: 0;
     padding-right: 0em;
     border-right-width: 0px;
     border-right-width: 0px;
     font-weight: bold;
}
 .ui-tabs-vertical .ui-tabs-panel {
     padding: 1em 0em 1em 0em;
     float: right;
     top: 0;
     width: 90%;
     border: 1px solid royalblue;
     background-color: white;
}
 #progressbar {
     background-color: gray;
     height: 75%;
     padding-bottom: 2px;
}
 .waiting {
     width: 100%;
     text-align: left;
     font-size: 14px;
     background: url(images/poll-progress.gif) white no-repeat 0 0;
     background-size: 64px 64px;
     border: 0px dashed royalblue;
     margin-bottom: 5px;
}
 .done {
     width: 100%;
     text-align: left;
     font-size: 14px;
     background: url(images/polling-complete.gif) white no-repeat 0 0;
     background-size: 64px 64px;
     border: 0px dashed darkgreen;
     margin-bottom: 5px;
}
 .inError {
     width: 100%;
     text-align: left;
     font-size: 14px;
     background: url(images/polling-failed.gif) white no-repeat 0 0;
     background-size: 64px 64px;
     border: 0px dashed red;
     margin-bottom: 5px;
}
 .pollingDisplay {
     width: 100%;
     background-color: lightgray;
     border: 1px solid black;
     border-spacing: 0px;
}
 .panel-tanksFound {
     border: 2px solid rgba(65,105,225,0.5);
     background-color: rgba(65,105,225,0.15);
     padding: 5px 0px 0px 5px;
     margin: 0px 0px 20px 0px;
     width: 95%;
    /*height:550px;
    */
     overflow: auto;
     filter: alpha(opacity=100);
     -moz-opacity: 1.00;
     -khtml-opacity: 1.00;
     opacity: 1.00;
}
 table.tanksFound {
     font-size: 12px;
     font-family: 'Gotham Rounded Book';
     text-align: center;
     border-width: 1px;
     border-color: rgba(65,105,225,0.95);
     border-style: solid;
     width: 95%;
     -moz-box-shadow: 3px 3px 4px gray;
     -webkit-box-shadow: 3px 3px 4px gray;
     box-shadow: 5px 5px 10px gray;
}
 tr.tanksFound {
     background-color: whitesmoke;
}
 tr.tanksFound:hover {
     color: white;
     background-color: rgba(65,105,225,0.95);
    /*font-weight:bold;
    */
}
 tr.tanksFound:hover select {
     color: rgba(65,105,225,0.99);
     font-weight: bold;
     background-color: whitesmoke;
}
 tr.tanksFound:hover input {
     color: rgba(65,105,225,0.99);
     font-weight: bold;
     background: whitesmoke;
}
 td.tanksFound {
    /*border-right: 1px solid #ccc;
    */
     border-bottom: 1px solid #ccc;
     text-align: left;
     padding: 5px 5px 5px 10px;
}
 td.tanksFoundFooter {
     border-top: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
     color: black;
     text-align: right;
     padding: 0px 0px 0px 10px;
}
 th.tanksFoundOne {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 15%;
}
 th.tanksFoundTwo {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 15%;
}
 th.tanksFoundThree {
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 10px 5px 10px 10px;
     width: 70%;
}
 .labelTanksFound {
     height: 50%;
     width: 100%;
     margin-left: 25%;
     margin-top: 20px;
     padding-left: 0px;
     font-weight: bold;
     font-size: 16px;
     color: black;
}
 .panel-tanksFoundMini {
     border: 2px solid rgba(65,105,225,0.5);
     background-color: rgba(65,105,225,0.15);
     padding: 1px 0px 0px 1px;
     margin: 0px 0px 20px 0px;
     width: 45%;
    /*height:550px;
    */
     overflow: auto;
     filter: alpha(opacity=100);
     -moz-opacity: 1.00;
     -khtml-opacity: 1.00;
     opacity: 1.00;
}
 table.tanksFoundMini {
     font-size: 6px;
     font-family: 'Gotham Rounded Book';
     text-align: center;
     border-width: 1px;
     border-color: rgba(65,105,225,0.95);
     border-style: solid;
     width: 95%;
     -moz-box-shadow: 3px 3px 4px gray;
     -webkit-box-shadow: 3px 3px 4px gray;
     box-shadow: 5px 5px 10px gray;
}
 tr.tanksFoundMini {
     background-color: whitesmoke;
}
 tr.tanksFoundMini:hover {
     color: white;
     background-color: rgba(65,105,225,0.95);
    /*font-weight:bold;
    */
}
 td.tanksFoundMini {
    /*border-right: 1px solid #ccc;
    */
     border-bottom: 1px solid #ccc;
     text-align: left;
     padding: 1px 1px 1px 2px;
}
 td.tanksFoundMiniFooter {
     border-top: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
     color: black;
     text-align: right;
     padding: 0px 0px 0px 2px;
}
 th.tanksFoundMiniOne {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 1px 0px 1px 0px;
     width: 15%;
}
 th.tanksFoundMiniTwo {
     border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
    */
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 1px 0px 1px 0px;
     width: 15%;
}
 th.tanksFoundMiniThree {
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     background-color: #EAEAEA;
    /*background-color:#A366FF;
    */
     color: black;
     text-align: left;
     padding: 1px 0px 1px 0px;
     width: 70%;
}
 .labelTanksMiniFound {
     height: 50%;
     width: 100%;
     margin-left: 25%;
     margin-top: 20px;
     padding-left: 0px;
     font-weight: bold;
     font-size: 16px;
     color: black;
}
 .SummaryFailure {
     text-align: center;
     width: 100%;
     height: 100%;
     vertical-align:,middle;
     margin-top: 10%;
}
 .panel-configSchedule {
     border: 2px solid gray;
     background-color: rgba(42,101,247,0.1);
     padding: 20px;
     margin-left: 2%;
     width: 70%;
    /*height:550px;
    */
     overflow: auto;
     filter: alpha(opacity=100);
     -moz-opacity: 1.00;
     -khtml-opacity: 1.00;
     opacity: 1.00;
}
 .TransparentDropDown {
     width: 100%;
     height: 100%;
     font-size: 20px;
     font-weight: bold;
     border-width: 0px;
     background-color: transparent;
}
 table.strapping {
     font-size: 12px;
     font-family: 'Gotham Rounded Book';
     text-align: center;
    /*border-width: 1px;
     border-color: #A366FF;
     border-style: solid;
    */
     width: 100%;
     height: 250px;
     -moz-box-shadow: 3px 3px 4px gray;
     -webkit-box-shadow: 3px 3px 4px gray;
     box-shadow: 5px 5px 10px gray;
     padding: 0px;
}
 th.strapping {
     border-bottom: 1px solid #ccc;
     background-color: #EAEAEA;
     color: black;
     text-align: center;
     padding: 1px 1px 1px 1px;
     width: 50%;
}
 tr.strapping {
     background-color: whitesmoke;
     text-align: center;
}
 tr.strapping:hover {
     color: white;
     background-color: #A366FF;
}
 td.strapping {
     border-bottom: 1px solid #ccc;
     text-align: center;
     padding: 0px 0px 0px 0px;
}
 div.strappingBandsList {
     border-width: 1px;
     border-color: #A366FF;
     border-style: solid;
     height: 100%;
     overflow-y: auto;
     scrollbar-base-color: #D9F4D7;
     scrollbar-arrow-color: darkgreen;
     scrollbar-face-color: whitesmoke;
}
 .panel-strapping {
     border: 2px solid #C5624F;
     background-color: #F5B5A9;
     padding: 10px 10px 10px 10px;
     margin: 0px 0px 20px 0px;
     width: 95%;
     overflow: auto;
}
 #chkUseStrappingTable {
     -webkit-appearance: none;
     width: 30px;
     height: 30px;
     border-radius: 0px;
     border: 0px solid #A366FF;
     background-color: #E0CCFF;
     color: black;
     padding: 5px;
}
 chkUseStrappingTable:checked {
     background-color: #E0CCFF;
     color: white;
}
 table.table-input-inner {
    /*border-collapse:collapse;
    */
}
 table.table-input-inner td {
     border: 0px solid #ccc;
    /*text-align: left;
    */
     padding: 0px 0px 0px 0px;
     vertical-align: top;
}
 .tankComparisonRow {
     width: inherit;
     min-width: inherit;
     margin-top: 0px;
     background-color: rgba(128,128,128,0.01);
}
 .tankComparisonOld {
     width: 47%;
     min-width: 47%;
     background-color: rgba(148,128,138,0.1);
     border: 1px solid rgba(148,128,138,0.85);
     margin-top: 10px;
     padding: 10px;
     float: left;
     padding-bottom: 15px;
}
 .tankComparisonNew {
     width: 47%;
     min-width: 47%;
     background-color: rgba(0,128,255,0.1);
     border: 1px solid rgba(0,128,255,0.85);
     clear: right;
     margin-top: 10px;
     margin-left: 50%;
     padding: 10px;
     padding-bottom: 15px;
}
 .tankComparisonChanged {
     width: 47%;
     min-width: 47%;
     background-color: rgba(255,0,0,0.1);
     border: 1px solid rgba(255,0,0,0.85);
     clear: right;
     margin-top: 10px;
     margin-left: 50%;
     padding: 10px;
     padding-bottom: 15px;
}
 .tankComparisonAdd {
     width: 47%;
     min-width: 47%;
     background-color: rgba(0,200,8,0.1);
     border: 1px solid rgba(0,200,8,0.85);
     clear: right;
     margin-top: 10px;
     margin-left: 50%;
     padding: 10px;
     padding-bottom: 15px;
}
 .tankPropertyDiv {
     margin-top: 2px;
     margin-bottom: 2px;
     margin-left: 10%;
     font-size: 8pt;
}
 .comparisonItem {
     clear: right;
     margin-left: 2.5%;
     min-width: 200px;
     font-weight: bold;
     font-size: 9pt;
     margin-bottom: 4px;
}
 .tankComparisonNew input {
     border: 1px solid rgba(34,38,230,0.85);
     color: rgba(34,38,230,0.99);
     font-size: 9pt;
}
 .tankComparisonAdd input {
     border: 1px solid rgba(17,140,42,0.85);
     color: rgba(17,140,42,0.99);
     font-size: 9pt;
}
 .tankComparisonNew select {
     border: 1px solid rgba(34,38,230,0.85);
     color: rgba(34,38,230,0.79);
     font-size: 9pt;
}
 .tankComparisonAdd select {
     border: 1px solid rgba(17,140,42,0.85);
     color: rgba(17,140,42,0.99);
     font-size: 9pt;
}
 .comparisonItemLbl {
     float: left;
     margin-left: 2.5%;
     text-align: right;
     min-width: 30%;
}
 .accordionUnchanged {
     border: 2px solid gray;
}
 .accordionChanged {
     color: red;
     border: 2px solid red;
}
 .accordionAdded {
     border: 2px solid green;
}
 .summaryArticle {
     box-sizing: border-box;
     width: auto;
     height: auto;
     border: 1px solid rgba(239,239,239, 0.75);
     padding: 0.0vh;
     margin-bottom: 0.0vw;
     margin-top: 0.0vw;
     background-color: rgba(239,239,239, 0.25);
     font-family: 'Gotham Rounded Book' !important;
}
 .summaryArticleWhite {
     box-sizing: border-box;
     width: auto;
     height: auto;
     padding: 0.0vh;
     margin-bottom: 1.5vw;
     margin-top: 0.0vw;
     background-color: rgba(239,239,239, 0.15);
     border-radius: 0.75vh 0.75vh 0.75vh 0.75vh;
     border: 1px solid rgba(239,239,239, 0.95);
     color: black;
}
 .summaryArticleWhiteAlt {
     box-sizing: border-box;
     width: auto;
     height: 100%;
     padding: 0.0vh;
     margin-bottom: 1.5vw;
     margin-top: 0.0vw;
     background-color: #32373b;
     border-radius: 20px;
     border-radius: 0.75vh 0.75vh 0.75vh 0.75vh;
     border: 1px solid rgba(239,239,239, 0.25);
     color: white;
}
 .summaryLeftWide {
     box-sizing: border-box;
     width: 60%;
     min-height: 60%;
     float: left;
     background-color: transparent;
}
 .summaryLeft {
     box-sizing: border-box;
     width: 20%;
     min-height: 50%;
     float: left;
     margin-left: 2.5%;
     padding: 0px;
     background-color: rgba(241,242,244,0.25);
}
 .summaryMiddle {
     width: 30%;
     clear: right;
     margin-bottom: 0px;
     padding: 0px;
     background-color: rgba(241,242,244,0.25);
}
 .summaryRight {
     width: 30%;
     float: right;
     margin-bottom: 0px;
     padding: 0px;
     background-color: rgba(241,242,244,0.25);
}
 .summaryBottom {
     width: 95%;
     min-width: 95%;
     float: left;
     min-height: 250px;
     max-height: 250px;
     margin-bottom: 30px;
     margin-top: 20px;
     border-top: 1px solid gray;
}
 .summaryTitle {
     color: black;
     padding: 1.5vh;
     font-size: 2.0vh;
     margin-bottom: 1.5vh;
     text-align: center;
     text-transform: capitalise;
     font-weight: bold;
     font-family: 'Gotham Rounded Book' !important;
}
 .summaryTitleWhite {
     color: black;
     width: 98%;
     font-size: 1.75vh;
     margin-bottom: 0.0vw;
     text-align: center;
     text-transform: uppercase;
     font-weight: bold;
     border-bottom: 0.125vh ridge #efefef;
     padding: 1.5vh;
     margin-left: 1%;
}
 .summaryTitleWhiteAlt {
     color: white;
     width: 98%;
     font-size: 1.75vh;
     margin-bottom: 0.0vw;
     text-align: center;
     text-transform: uppercase;
     font-weight: bold;
     border-bottom: 0.125vh ridge #efefef;
     padding: 1.5vh;
     margin-left: 1%;
}
 .summaryContent {
     box-sizing: border-box;
     text-align: center;
     height: auto;
     padding: 0.1vw;
}
 .summaryContentWhite {
     box-sizing: border-box;
     text-align: center;
     color: #ccc;
     margin: 0;
     padding: 0.0vw;
     overflow: hidden;
}
 .summaryContentWhiteWithGraph {
     box-sizing: border-box;
     text-align: center;
     color: white;
     overflow: hidden;
}
 .summaryContentWhiteWithGraph canvas {
     padding: 5%;
     margin-top: 0.1vh;
     height: 50% !important;
     width: 50% !important;
}
 .summaryStatWhite {
     font-size: 3.25vw !important;
     font-weight: bold;
     margin-bottom: 0.5vh;
     height: 8.0vh;
     overflow: hidden;
     vertical-align: text-top;
     padding: 2.0vh;
}
 .summaryStatWhiteFull {
     font-size: 4.0vw;
     font-weight: bold;
     font-family: 'Gotham Rounded Book' !important;
     height: 10.0vh;
     padding: 0.1vw;
     margin-bottom: 0.1vw;
     margin-top: 5.0vh;
     overflow-wrap: break-word;
}
 .summaryLabelWhite {
     font-size: 1.5vh;
     font-weight: normal;
     color: #ccc;
     padding: 0;
     margin: 0;
     height: 2.5vh;
}
 .summaryLegend {
     font-size: 1.0vw;
     background-color: rgba(239,239,239, 0.5);
     padding: 1.0vw;
     margin: 1.0vw;
     border: 1px solid rgba(239,239,239, 0.95);
}
 .row-height {
     display: table;
     table-layout: fixed;
     height: 100%;
     width: 100%;
     margin-bottom: 1.5vh;
}
 .inside {
     margin-top: 20px;
     margin-bottom: 20px;
}
 .inside-full-height {
    /* // if you want to give content full height give him height: 100%;
     // with content full height you can't apply margins to the content // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100 */
     height: 100%;
     margin-top: 0;
     margin-bottom: 0;
}
 .draggableClosed {
     width: 25%;
     height: 100px;
     padding: 0.5em;
     float: left;
     margin: 0px 0px 0px 0;
     margin-bottom: 100px;
}
 .draggableOpen {
     width: 50%;
     height: 250px;
     padding: 0.5em;
     float: left;
     margin: 0px 0px 0px 0;
}
 .droppableEast {
     width: 30%;
     height: 150px;
     padding: 0.5em;
     float: right;
}
 .droppableSouth {
     width: 30%;
     height: 150px;
     padding: 0.5em;
     float: left;
}
 .toggler {
     width: 90%;
     height: auto;
     margin: 10px;
}
 #button {
     padding: .5em 1em;
     text-decoration: none;
}
 #effect {
     width: 500px;
     height: 135px;
     padding: 0.4em;
     position: relative;
}
 #effect h3 {
     margin: 0;
     padding: 0.4em;
     text-align: center;
}
 .orderingfield {
     color: gray;
     background-color: white;
     border: 1px gray solid;
     width: 50%;
     padding: 10px;
     font-size: 14pt;
     font-weight: bold;
     border-radius: 0px;
     scrollbar-highlight-color: white;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingfield:hover {
     color: black;
     background-color: white;
     border: 1px black solid;
     width: 50%;
     padding: 10px;
     font-size: 14pt;
     border-radius: 0px;
     scrollbar-highlight-color: white;
}
 .orderingfield:focus {
     color: black;
     border: 1px black solid;
     background-color: lightgray;
     width: 50%;
     padding: 10px;
     font-size: 14pt;
     border-radius: 1px;
     scrollbar-highlight-color: white;
     outline: none;
}
 .orderingfieldInner {
     color: gray;
     background-color: white;
     border: 1px solid gray;
     width: 90%;
     padding: 10px;
     font-size: 14pt;
     border-radius: 0px;
     scrollbar-highlight-color: white;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingfieldInner:hover {
     color: black;
     background-color: white;
     border: 1px solid black;
     width: 90%;
     padding: 10px;
     font-size: 14pt;
     border-radius: 0px;
     scrollbar-highlight-color: white;
}
 .orderingfieldInner:focus {
     color: black;
     border: 1px solid black;
     background-color: lightgray;
     width: 90%;
     padding: 10px;
     font-size: 14pt;
     border-radius: 1px;
     scrollbar-highlight-color: white;
     outline: none;
}
 .orderingfieldNoBorder {
     margin-left: 10px;
     color: black;
     background-color: white;
     border: 0px solid gray;
     width: 90%;
     padding: 5px;
     font-size: 14pt;
     border-radius: 0px;
     scrollbar-highlight-color: white;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingfieldNoBorder:hover {
     color: black;
     background-color: white;
     border: 0px solid black;
     width: 90%;
     padding: 5px;
     font-size: 14pt;
     border-radius: 0px;
     scrollbar-highlight-color: white;
}
 .orderingfieldNoBorder:focus {
     color: black;
     border: 0px solid black;
     background-color: lightgray;
     width: 90%;
     padding: 5px;
     font-size: 14pt;
     border-radius: 1px;
     scrollbar-highlight-color: white;
     outline: none;
}
 .orderingfieldSmall {
     color: gray;
     background-color: white;
     border: 1px gray solid;
     width: 50%;
     max-height: 10px;
     padding: 10px;
     font-size: 14pt;
     border-radius: 0px;
     scrollbar-highlight-color: white;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingfieldSmall:hover {
     color: black;
     background-color: white;
     border: 1px black solid;
     width: 50%;
     max-height: 10px;
     padding: 10px;
     font-size: 14pt;
     border-radius: 0px;
     scrollbar-highlight-color: white;
}
 .orderingfieldSmall:focus {
     color: black;
     border: 1px black solid;
     background-color: lightgray;
     width: 50%;
     max-height: 10px;
     padding: 10px;
     font-size: 14pt;
     border-radius: 1px;
     scrollbar-highlight-color: white;
     outline: none;
}
 .orderingRightButton {
     margin-left: 5px;
     width: auto;
     min-width: 5%;
     border: 1px lightgray solid;
     background-color: gray;
     font-size: 12pt;
     color: white;
     padding: 10px;
     border-radius: 2px;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingRightButton:hover {
     width: auto;
     min-width: 5%;
     border: 1px black solid;
     background-color: lightgray;
     color: black;
     padding: 10px;
}
 .orderingRightButtonSmall {
     margin-left: 5px;
     width: auto;
     max-height: 35px;
     min-width: 5%;
     border: 1px lightgray solid;
     background-color: gray;
     font-size: 12pt;
     color: white;
     padding: 10px;
     border-radius: 2px;
     margin-right: 30px;
     margin-top: -2px;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingRightButtonSmall:hover {
     width: auto;
     max-height: 35px;
     min-width: 5%;
     border: 1px black solid;
     background-color: lightgray;
     color: black;
     padding: 10px;
}
 .orderingRevealMore {
     padding: 5px;
     margin: 5px;
     border: none;
     color: blue;
     background-color: transparent;
     margin-bottom: 0;
}
 .orderingRevealMore:hover {
     padding: 5px;
     margin: 5px;
     border: none;
     background-color: transparent;
     margin-bottom: 0;
     color: blue;
     text-decoration: underline;
}
 .orderingMyOrders {
     margin-top: 35px;
     width: 100%;
}
 .accordionRevealMore {
     border: none;
     background-color: transparent;
}
 .accordion .ui-icon {
     display: none;
}
 .orderingSearchLabel {
     max-width: 15%;
     width: 15%;
     text-align: right;
     margin-bottom: 30px;
}
 .orderingSearchInput {
     clear: left;
     position: absolute;
     left: 15%;
     color: lightgray;
     background-color: white;
     border: 1px lightgray solid;
     margin-bottom: 30px;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingSearchInput:hover {
     color: gray;
     background-color: white;
     border: 1px gray solid;
}
 .orderingSearchInput:focus {
     color: black;
     background-color: lightgray;
     border: 1px black solid;
     outline: none;
}
 .orderingMoreOptions {
     overflow: hidden;
     height: auto;
     width: 100%;
     padding: 1px;
     border: 1px red dotted;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingSearchInputFixed {
     color: gray;
     background-color: white;
     border: 1px gray solid;
     margin-bottom: 0px;
     height: 25px;
     font-size: 12pt;
     font-weight: bold;
     padding: 5px;
}
 .orderingSearchInputFixed:hover {
     color: black;
     background-color: white;
     border: 1px black solid;
}
 .orderingSearchInputFixed:focus {
     color: black;
     background-color: lightgray;
     border: 1px black solid;
     outline: none;
}
 .orderingQuickFilter {
     display: none;
}
 .orderingQuickFilter + label {
     display: inline-block;
     margin: 1px;
     margin-bottom: 10px;
     padding: 5px 10px;
     background-color: #e7e7e7;
     border: 1px white solid;
     border-radius: 5px;
     color: black;
     font-size: medium !important;
}
 .orderingQuickFilter:checked + label {
     background-image: none;
     background-color: cornflowerblue;
     border: 1px black solid;
     border-radius: 5px;
     color: white;
}
 .orderingRadioChoices {
     display: none;
     margin: 0px;
}
 .orderingRadioChoices + label {
     min-width: 10%;
     text-align: center;
     display: inline-block;
     margin: -2px;
     margin-bottom: 0px;
     padding: 5px 10px;
     background-color: #e7e7e7;
     border: 1px white solid;
     border-radius: 0px;
     color: black;
     opacity: 0.5;
}
 .orderingRadioChoices:checked + label {
     background-image: none;
     background-color: cornflowerblue;
     border: 1px black solid;
     border-radius: 0px;
     color: white;
     opacity: 1.0;
}
 table.ordering-table {
     border-collapse: collapse;
     width: 100%;
     background-color: red;
     font-family: 'Gotham Rounded Book' !important;
}
 table.ordering-table th {
     border: 1px solid #ccc;
     background-color: transparent;
     padding: 4px 8px 4px 8px;
     white-space: nowrap;
     font-size: 90%;
     text-align: left;
}
 table.ordering-table td {
     border: 1px solid #ccc;
    /*text-align: center;
    */
     padding: 4px 8px 4px 8px;
     vertical-align: top;
     white-space: nowrap;
     font-size: 85%;
     margin-top: 25px;
}
/* Default Small Table (Wrap) */
 table.ordering-table-wrap {
     border-collapse: collapse;
}
 table.ordering-table-wrap th {
     border: 1px solid #ccc;
     background-color: transparent;
     padding: 4px 8px 4px 8px;
     font-size: 90%;
     text-align: left;
}
 table.ordering-table-wrap td {
     border: 1px solid #ccc;
     padding: 4px 8px 4px 8px;
     vertical-align: top;
     font-size: 85%;
}
 .orderingDeliveryDetails {
     font-size: 12pt;
     border: 1px solid rgba(128,128,128, 0.25);
     width: 100%;
     outline: none;
     margin-bottom: 0px;
     background-color: transparent;
     padding-top: 10px;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingDeliveryLine {
     margin: 10px;
     background: white;
}
 .orderingOrderDetails {
     margin-bottom: 10px;
     margin-top: 10px;
     width: 80%;
}
 .orderDetail {
     font-size: 12pt;
     width: auto;
     outline: none;
     margin: 10px;
     background: rgba(128,128,128,0.0);
     padding-top: 10px;
     padding-bottom: 10px;
     margin-bottom: 10px;
}
 .orderDetailsTable {
     width: 60%;
     border: 1px solid gray;
     border-bottom: 0px;
     margin-bottom: 50px;
}
 .orderDetailLabel {
     background: lightgray;
     width: 20%;
     text-align: left;
     color: black;
     padding: 10px;
     margin: 0px;
     border-bottom: 1px solid gray;
     border-right: 1px solid gray;
}
 .orderDetailValue {
     width: 40%;
     background: white;
     color: blue;
     padding: 10px;
     margin: 0px;
     border-bottom: 1px solid gray;
}
 .orderDetailValueFull {
     width: 90%;
     margin-left: 0px;
     height: 100%;
     background: white;
     font-size: 16pt;
     font-weight: bold;
     color: rgba(125,20,5,0.8);
     padding: 10px;
     margin: 0px;
     border: 0px solid gray;
     outline: none;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderTotalCost {
     position: relative;
     bottom: 7.5vh;
     height: 50px;
     font-size: 4.5vw;
     text-align: right;
     width: 100%;
}
 .orderingActionButton {
     margin-left: 5px;
     width: auto;
     min-width: 75%;
     border: 1px lightgray solid;
     background-color: gray;
     font-size: 12pt;
     color: white;
     padding: 25px;
     border-radius: 2px;
     margin: 10px;
     box-shadow: rgba(0,0,0,0.75) 2.5px 2.5px;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingActionButton:hover {
     width: auto;
     min-width: 75%;
     border: 1px black solid;
     background-color: lightgray;
     color: black;
     padding: 25px;
     box-shadow: rgba(128,128,128,0.99) 2.5px 2.5px inset;
}
 .orderingActionButtonSmall {
     width: auto;
     min-width: 25%;
     border: 1px lightgray solid;
     background-color: gray;
     font-size: 12pt;
     color: white;
     padding: 7.5px;
     border-radius: 2px;
     margin: 2.5px;
     box-shadow: rgba(0,0,0,0.75) 2.5px 2.5px;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingActionButtonSmall:hover {
     width: auto;
     min-width: 25%;
     border: 1px black solid;
     background-color: lightgray;
     color: black;
     padding: 7.5px;
     margin: 2.5px;
     box-shadow: rgba(128,128,128,0.99) 2.5px 2.5px inset;
}
 .actionNotes {
     font-size: 20pt;
     font-weight: bold;
     border: 0px solid rgba(128,128,128, 0.25);
     width: 100%;
     height: 250px;
     outline: none;
     margin-bottom: 0px;
     background: white;
     padding-top: 10px;
     vertical-align: top;
     resize: none;
     font-family: 'Gotham Rounded Book' !important;
}
 .orderingStandardList {
     padding: 10px;
     font-size: 12pt;
}
 .orderingPrototype {
     width: 100%;
     height: 100%;
    /*background: url(images/prototype_background.png) top left repeat;
     background-color:rgba(255,255,255,0.1);
    */
}
 .orderingPanelError {
     border: 2px solid #C5624F;
     background-color: #F5B5A9;
     margin: 0px 0px 20px 0px;
     overflow: auto;
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     background-color: #CD3118;
     border-bottom: dashed 0px white;
     width: 100%;
     padding: 10px;
     text-align: left;
     font-size: 0.9vw;
     width: 100%;
     height: auto;
     z-index: 1000000000;
     color: white;
     box-shadow: 2px 2px 2px darkred;
}
 .orderingPanelInfo {
     border: 2px solid royalblue;
     margin: 0px 0px 20px 0px;
     overflow: auto;
     filter: alpha(opacity=90);
     -moz-opacity: 0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
     background-color: royalblue;
     border-bottom: dashed 0px white;
     width: 100%;
     padding: 10px;
     text-align: left;
     font-size: 1.0vw;
     width: 100%;
     height: auto;
     z-index: 1000000000;
     color: white;
     box-shadow: 2px 2px 2px darkblue;
}
 .orderingTableDropDown {
     min-width: 200px;
}
 .orderingTableDropDownNoActions {
     min-width: 200px;
}
 div.scrollableTable {
     height: 475px;
     max-height: 475px;
     min-height: 475px;
     overflow-y: auto;
     padding: 5px 0px;
}
 table.scrollableTable {
     border-collapse: collapse;
    /*margin:5px;
    */
}
 table.scrollableTable th {
     border: 1px solid #ccc;
     background-color: #EAEAEA;
     padding: 4px 8px 4px 8px;
     white-space: nowrap;
     font-size: 90%;
     text-align: left;
}
 table.scrollableTable td {
     border: 1px solid #ccc;
    /*text-align: center;
    */
     padding: 4px 8px 4px 8px;
     vertical-align: top;
     white-space: nowrap;
     font-size: 85%;
     margin-top: 25px;
}
 .positiveResult {
     color: green;
}
 .negativeResult {
     color: red;
}
 .OrderingCheckOption {
     padding: 0px;
     width: 25px;
     height: 50px;
}
 .SitePopUp .ui-dialog-titlebar {
     font-family: 'Gotham Rounded Book' !important;
}
 .SitePopUp .ui-dialog-titlebar-close {
     visibility: hidden;
     font-family: 'Gotham Rounded Book' !important;
}
 .SitePopUp {
     font-family: 'Gotham Rounded Book' !important;
}
 .main-panel {
     width: 100%;
     background-color: rgba(255,0,0,0.25);
}
 .borderLessListView {
     background-color: transparent;
     background: none;
     border: 1px solid white;
     padding: 0px;
     overflow: auto;
     scrollbar-face-color: blue;
     scrollbar-arrow-color: white;
     scrollbar-base-color: green;
}
 .borderLessListView option {
     padding-left: 20px;
     padding-top: 20px;
     padding-bottom: 20px;
     border-bottom: 2px solid white;
}
 .hiddenReason {
     padding-left: 20px;
     padding-top: 20px;
     padding-bottom: 20px;
     border-bottom: 2px solid white;
     color: rgba(125,125,125,0.2);
}
 .attachedButton {
     margin: 5px;
     margin-left: 1px;
     padding: 10px;
     background: rgba(255,255,255,0.25);
     max-height: 55px;
     border: 2px solid white;
     color: black;
     word-break: break-all;
}
 .lowImpactTextField {
     padding: 10px;
     border: none;
     background: none;
     font-size: 14pt;
     font-weight: bold;
     width: 100%;
     min-width: 250px;
}
 .unstyledList {
     text-align: left;
     margin-left: 25px;
}
 .unstyledList li {
     display: block;
     margin: 10px;
}
 .unstyledList li:hover {
     text-decoration: underline;
     color: blue;
     font-weight: bold;
}
 .cleanGrid {
     border: 0px;
     margin-top: 20px;
     max-height: 100px;
}
 .cleanGrid td {
     border: 0px;
     border-bottom: 1px solid rgba(125,125,125,0.05);
     padding: 5px;
     padding-right: 20px;
}
 .cleanGrid tr {
     border: 5px solid white;
     border-width: 0px;
     padding: 5px;
}
 .cleanGridLarge {
     border: 0px;
     margin-top: 20px;
     width: 80%;
     max-height: 300px;
     border-spacing: 0px;
     overflow: auto;
}
 .cleanGridLarge th {
     border: 0px;
     border-bottom: 1px solid rgba(125,125,125,0.05);
     padding: 5px;
     padding-right: 20px;
     width: auto;
}
 .cleanGridLarge td {
     border: 0px;
     border-bottom: 1px solid rgba(125,125,125,0.05);
     padding: 5px;
     padding-right: 20px;
     width: auto;
}
 .cleanGridLarge tr {
     border: 0px solid white;
     border-width: 0px;
     padding: 5px;
}
 .cleanGridLarge thead {
     text-align: left;
     border: 0px solid white;
     border-width: 0px;
     padding: 5px;
}
 lol {
     background-color: white;
     padding: 0;
     margin: 0;
}
 .table {
     border-left: 0px solid white;
     border-right: 0px solid white;
     border-bottom: 2px solid rgba(125,125,125,0.15);
     padding: 0;
     margin: 0;
     font-size: 0.6vw;
}
 .table th {
     border-left: 0px solid white;
     border-right: 0px solid white;
     border-bottom: 2px solid rgba(125,125,125,0.45);
     background-color: #F1F2F4;
}
 .table td {
     padding: 0px;
     margin: 0px;
}
 .selectablehover {
     background-color: #179e90;
     color: white;
     font-weight: bold;
}
 .selectable td {
     border: 0px solid white;
}
 .noway td {
     padding: 1px;
     color: blue !important;
}
 .ButtonAsLink {
     border: none;
     background-color: transparent;
     padding-left: 1.0vw;
     padding-bottom: 0.35vh;
     padding-top: 0.35vh;
     text-align: left;
     width: 100%;
}
 .ButtonAsLink:hover {
     background-color: #efefef;
}
 .tile-progess {
     height: 100%;
     font-family: 'Gotham Rounded Book' !important;
}
 .tile-progress .tile-header {
     padding: 15px 20px;
     padding-bottom: 40px;
}
 .tile-progress .tile-header h3, .tile-progress .tile-header span {
     display: block;
     color: #ffffff;
}
 .tile-progress .tile-header h3 {
     margin: 0;
     font-size: 18px;
     font-weight: bold;
}
 .tile-progress .tile-header span {
     margin: 0.0vw;
     padding: 0.25vw;
     color: rgba(255, 255, 255, 0.7);
     font-size: 3.5vw;
     text-align: center;
     opacity: 0.85;
}
 .tile-progress .tile-header span:hover {
     padding: 0.0vw;
     font-size: 3.75vw;
     opacity: 1.0;
}
 .tile-progress .tile-progressbar {
     height: 2px;
     background: rgba(0, 0, 0, 0.18);
     margin: 0;
}
 .tile-progress .tile-progressbar span {
     display: block;
     background: #ffffff;
     width: 0%;
     height: 100%;
     -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
     -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
     -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
     transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
 tile.footer {
     color: pink !important;
}
 .tile-progress .tile-footer {
     color: pink !important;
     padding: 20px 5px;
     text-align: right;
     background: rgba(0, 0, 0, 0.1);
     -webkit-border-radius: 0 0 3px 3px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0 0 3px 3px;
     -moz-background-clip: padding;
     border-radius: 0 0 3px 3px;
     background-clip: padding-box;
}
 .tile-progress .tile-footer h4, .tile-progress .tile-footer > span {
     display: block;
     color: #ffffff;
}
 .tile-progress .tile-footer h4 {
     font-size: 0.75vw;
     margin: 0;
}
 .tile-progress .tile-footer > span {
     margin-top: 0.75vh;
     color: rgba(255, 255, 255, 0.7);
     font-size: 0.6vw;
     text-transform: capitalize;
}
 .tile-progress .tile-header h3, .tile-progress .tile-header a, .tile-progress .tile-header span, .tile-progress .tile-header i {
     color: #ffffff;
}
 .tile-progress .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress .tile-footer h4, .tile-progress .tile-footer > span {
     color: #ffffff;
}
 .tile-progress .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-red {
     background-color: #f56954;
     color: #ffffff;
}
 .tile-progress.tile-red .tile-header h3, .tile-progress.tile-red .tile-header a, .tile-progress.tile-red .tile-header span, .tile-progress.tile-red .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-red .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-red .tile-footer h4, .tile-progress.tile-red .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-red .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-green {
     background-color: #00a65a;
     color: #ffffff;
}
 .tile-progress.tile-green .tile-header h3, .tile-progress.tile-green .tile-header a, .tile-progress.tile-green .tile-header span, .tile-progress.tile-green .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-green .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-green .tile-footer h4, .tile-progress.tile-green .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-green .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-blue {
     background-color: #0073b7;
     color: #ffffff;
}
 .tile-progress.tile-blue .tile-header h3, .tile-progress.tile-blue .tile-header a, .tile-progress.tile-blue .tile-header span, .tile-progress.tile-blue .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-blue .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-blue .tile-footer h4, .tile-progress.tile-blue .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-blue .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-aqua {
     background-color: #00c0ef;
     color: #ffffff;
}
 .tile-progress.tile-aqua .tile-header h3, .tile-progress.tile-aqua .tile-header a, .tile-progress.tile-aqua .tile-header span, .tile-progress.tile-aqua .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-aqua .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-aqua .tile-footer h4, .tile-progress.tile-aqua .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-aqua .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-cyan {
     background-color: #00b29e;
     color: #ffffff;
}
 .tile-progress.tile-cyan .tile-header h3, .tile-progress.tile-cyan .tile-header a, .tile-progress.tile-cyan .tile-header span, .tile-progress.tile-cyan .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-cyan .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-cyan .tile-footer h4, .tile-progress.tile-cyan .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-cyan .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-purple {
     background-color: #ba79cb;
     color: #ffffff;
}
 .tile-progress.tile-purple .tile-header h3, .tile-progress.tile-purple .tile-header a, .tile-progress.tile-purple .tile-header span, .tile-progress.tile-purple .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-purple .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-purple .tile-footer h4, .tile-progress.tile-purple .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-purple .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-pink {
     background-color: #ec3b83;
     color: #ffffff;
}
 .tile-progress.tile-pink .tile-header h3, .tile-progress.tile-pink .tile-header a, .tile-progress.tile-pink .tile-header span, .tile-progress.tile-pink .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-pink .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-pink .tile-footer h4, .tile-progress.tile-pink .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-pink .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-orange {
     background-color: #ffa812;
     color: #ffffff;
}
 .tile-progress.tile-orange .tile-header h3, .tile-progress.tile-orange .tile-header a, .tile-progress.tile-orange .tile-header span, .tile-progress.tile-orange .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-orange .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-orange .tile-footer h4, .tile-progress.tile-orange .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-orange .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-brown {
     background-color: #6c541e;
     color: #ffffff;
}
 .tile-progress.tile-brown .tile-header h3, .tile-progress.tile-brown .tile-header a, .tile-progress.tile-brown .tile-header span, .tile-progress.tile-brown .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-brown .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-brown .tile-footer h4, .tile-progress.tile-brown .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-brown .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-plum {
     background-color: #701c1c;
     color: #ffffff;
}
 .tile-progress.tile-plum .tile-header h3, .tile-progress.tile-plum .tile-header a, .tile-progress.tile-plum .tile-header span, .tile-progress.tile-plum .tile-header i {
     color: #ffffff;
}
 .tile-progress.tile-plum .tile-progressbar span {
     background: #ffffff;
}
 .tile-progress.tile-plum .tile-footer h4, .tile-progress.tile-plum .tile-footer > span {
     color: #ffffff;
}
 .tile-progress.tile-plum .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-progress.tile-gray {
     background-color: #f5f5f5;
     color: #8f8f8f;
}
 .tile-progress.tile-gray .tile-header h3, .tile-progress.tile-gray .tile-header a, .tile-progress.tile-gray .tile-header span, .tile-progress.tile-gray .tile-header i {
     color: #8f8f8f;
}
 .tile-progress.tile-gray .tile-progressbar span {
     background: #8f8f8f;
}
 .tile-progress.tile-gray .tile-footer h4, .tile-progress.tile-gray .tile-footer > span {
     color: #8f8f8f;
}
 .tile-progress.tile-gray .tile-footer > span {
     color: rgba(143, 143, 143, 0.7);
}
 .tile-group {
     background: #303641;
     color: #ffffff;
     margin-bottom: 20px;
     overflow: hidden;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     display: table;
     width: 100%;
     -webkit-border-radius: 3px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 3px;
     -moz-background-clip: padding;
     border-radius: 3px;
     background-clip: padding-box;
}
 .tile-group:before, .tile-group:after {
     content: " ";
    /* 1 */
     display: table;
    /* 2 */
}
 .tile-group:after {
     clear: both;
}
 .tile-group .tile-left, .tile-group .tile-right {
     height: 100%;
     display: table-cell;
     position: relative;
}
 .tile-group .tile-left .map, .tile-group .tile-right .map {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: 1px 0;
     overflow: hidden;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-border-radius: 3px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 3px;
     -moz-background-clip: padding;
     border-radius: 3px;
     background-clip: padding-box;
}
 .tile-group .tile-left {
     width: 40%;
}
 .tile-group .tile-right {
     width: 60%;
}
 .tile-group .tile-entry {
     background: rgba(0, 0, 0, 0.1);
     padding: 25px 30px;
     border-bottom: 1px solid #303641;
}
 .tile-group .tile-entry span, .tile-group .tile-entry h3, .tile-group .tile-entry h4 {
     display: block;
     color: #ffffff;
     margin: 0;
}
 .tile-group .tile-entry span {
     color: rgba(255, 255, 255, 0.5);
     font-size: 11px;
}
 .tile-group .tile-entry h3 + span, .tile-group .tile-entry h4 + span {
     margin-top: 4px;
}
 .tile-group .tile-entry .op {
     zoom: 1;
     -webkit-opacity: 0.5;
     -moz-opacity: 0.5;
     opacity: 0.5;
     filter: alpha(opacity=50);
     -moz-transition: all 300ms ease-in-out;
     -o-transition: all 300ms ease-in-out;
     -webkit-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .tile-group .tile-entry:hover .op {
     zoom: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     opacity: 1;
     filter: alpha(opacity=100);
}
 .tile-group div > tile-entry:last-child {
     border-bottom: 0;
}
 .tile-group .jvectormap-zoomin, .tile-group .jvectormap-zoomout {
     width: 15px;
     height: 15px;
     margin-bottom: 4px;
}
 .tile-group.tile-red {
     background-color: #ff4853;
     color: #ffffff;
}
 .tile-group.tile-red .tile-entry {
     border-bottom-color: #ff4853;
}
 .tile-group.tile-red .tile-entry h3, .tile-group.tile-red .tile-entry h4, .tile-group.tile-red .tile-entry a, .tile-group.tile-red .tile-entry span, .tile-group.tile-red .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-red .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-red .tile-footer h4, .tile-group.tile-red .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-red .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-green {
     background-color: #00a65a;
     color: #ffffff;
}
 .tile-group.tile-green .tile-entry {
     border-bottom-color: #00a65a;
}
 .tile-group.tile-green .tile-entry h3, .tile-group.tile-green .tile-entry h4, .tile-group.tile-green .tile-entry a, .tile-group.tile-green .tile-entry span, .tile-group.tile-green .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-green .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-green .tile-footer h4, .tile-group.tile-green .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-green .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-blue {
     background-color: #0073b7;
     color: #ffffff;
}
 .tile-group.tile-blue .tile-entry {
     border-bottom-color: #0073b7;
}
 .tile-group.tile-blue .tile-entry h3, .tile-group.tile-blue .tile-entry h4, .tile-group.tile-blue .tile-entry a, .tile-group.tile-blue .tile-entry span, .tile-group.tile-blue .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-blue .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-blue .tile-footer h4, .tile-group.tile-blue .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-blue .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-aqua {
     background-color: #00c0ef;
     color: #ffffff;
}
 .tile-group.tile-aqua .tile-entry {
     border-bottom-color: #00c0ef;
}
 .tile-group.tile-aqua .tile-entry h3, .tile-group.tile-aqua .tile-entry h4, .tile-group.tile-aqua .tile-entry a, .tile-group.tile-aqua .tile-entry span, .tile-group.tile-aqua .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-aqua .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-aqua .tile-footer h4, .tile-group.tile-aqua .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-aqua .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-cyan {
     background-color: #00b29e;
     color: #ffffff;
}
 .tile-group.tile-cyan .tile-entry {
     border-bottom-color: #00b29e;
}
 .tile-group.tile-cyan .tile-entry h3, .tile-group.tile-cyan .tile-entry h4, .tile-group.tile-cyan .tile-entry a, .tile-group.tile-cyan .tile-entry span, .tile-group.tile-cyan .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-cyan .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-cyan .tile-footer h4, .tile-group.tile-cyan .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-cyan .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-purple {
     background-color: #ba79cb;
     color: #ffffff;
}
 .tile-group.tile-purple .tile-entry {
     border-bottom-color: #ba79cb;
}
 .tile-group.tile-purple .tile-entry h3, .tile-group.tile-purple .tile-entry h4, .tile-group.tile-purple .tile-entry a, .tile-group.tile-purple .tile-entry span, .tile-group.tile-purple .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-purple .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-purple .tile-footer h4, .tile-group.tile-purple .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-purple .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-pink {
     background-color: #ec3b83;
     color: #ffffff;
}
 .tile-group.tile-pink .tile-entry {
     border-bottom-color: #ec3b83;
}
 .tile-group.tile-pink .tile-entry h3, .tile-group.tile-pink .tile-entry h4, .tile-group.tile-pink .tile-entry a, .tile-group.tile-pink .tile-entry span, .tile-group.tile-pink .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-pink .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-pink .tile-footer h4, .tile-group.tile-pink .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-pink .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-orange {
     background-color: #ffa812;
     color: #ffffff;
}
 .tile-group.tile-orange .tile-entry {
     border-bottom-color: #ffa812;
}
 .tile-group.tile-orange .tile-entry h3, .tile-group.tile-orange .tile-entry h4, .tile-group.tile-orange .tile-entry a, .tile-group.tile-orange .tile-entry span, .tile-group.tile-orange .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-orange .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-orange .tile-footer h4, .tile-group.tile-orange .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-orange .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-brown {
     background-color: #6c541e;
     color: #ffffff;
}
 .tile-group.tile-brown .tile-entry {
     border-bottom-color: #6c541e;
}
 .tile-group.tile-brown .tile-entry h3, .tile-group.tile-brown .tile-entry h4, .tile-group.tile-brown .tile-entry a, .tile-group.tile-brown .tile-entry span, .tile-group.tile-brown .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-brown .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-brown .tile-footer h4, .tile-group.tile-brown .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-brown .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-plum {
     background-color: #701c1c;
     color: #ffffff;
}
 .tile-group.tile-plum .tile-entry {
     border-bottom-color: #701c1c;
}
 .tile-group.tile-plum .tile-entry h3, .tile-group.tile-plum .tile-entry h4, .tile-group.tile-plum .tile-entry a, .tile-group.tile-plum .tile-entry span, .tile-group.tile-plum .tile-entry i {
     color: #ffffff;
}
 .tile-group.tile-plum .tile-progressbar span {
     background: #ffffff;
}
 .tile-group.tile-plum .tile-footer h4, .tile-group.tile-plum .tile-footer > span {
     color: #ffffff;
}
 .tile-group.tile-plum .tile-footer > span {
     color: rgba(255, 255, 255, 0.7);
}
 .tile-group.tile-gray {
     background-color: #f5f5f5;
     color: #8f8f8f;
}
 .tile-group.tile-gray .tile-entry {
     border-bottom-color: #f5f5f5;
}
 .tile-group.tile-gray .tile-entry h3, .tile-group.tile-gray .tile-entry h4, .tile-group.tile-gray .tile-entry a, .tile-group.tile-gray .tile-entry span, .tile-group.tile-gray .tile-entry i {
     color: #8f8f8f;
}
 .tile-group.tile-gray .tile-progressbar span {
     background: #8f8f8f;
}
 .tile-group.tile-gray .tile-footer h4, .tile-group.tile-gray .tile-footer > span {
     color: #8f8f8f;
}
 .tile-group.tile-gray .tile-footer > span {
     color: rgba(143, 143, 143, 0.7);
}
 .oldSchoolPage * {
     font-family: Verdana !important;
}
 .ajax__calendar_body {
     width: 90% !important;
     height: 260px !important;
     overflow: visible;
     padding: 0;
     margin: 0;
     text-align: center;
}
.ajax__calendar_container {
    min-width: 90% !important;
    width: 300px !important;
    height: auto !important;
    overflow: visible !important;
    padding: 2px !important;
    margin: 0 !important;
    text-align: center !important;
}
 #superscrollnav {
     position: absolute;
     background: rgba(0,0,0, 0.95);
     right: 10px;
     top: 10px;
}
 #superscrollnav a {
     color: white;
}
 .CMSwitchNameEntry {
     width: 100%;
     margin-left: 0;
     border: 0px solid purple !important;
     padding: 0.5vw;
}
 .switchMatrixInner {
     margin-top: 10px;
     border-bottom: 1px solid #CD3118;
     height: 6.5vh;
}
 .switchMatrixInner label {
     margin-left: 2.5vw;
     padding: 0;
     height: 30px;
}
 .switchMatrixInner input {
     margin-left: 2.5vw;
     padding: 0;
     height: 30px;
}
 .switchMatrixInner input.checkbox {
     margin-left: 2.5vw;
     padding: 0;
     height: 30px;
}
 .cmWizardOptions {
     float: right;
     margin-top: 0.0vh;
     color: white;
     background-color: #CD3118;
     border: 1px solid #CD3118;
     border-color: rgba(155,49,24, 0.85);
     border-radius: 5px;
     padding: 1.5vh;
     color: white !important;
     max-width: 15.0vw;
     min-width: 15.0vw;
     text-align: center;
     margin-right: 1.5vw;
}
 .cmWizardOptions a {
     color: white;
     padding: 0.0vh 1.0vh;
}
 .cmWizardOptions a:hover {
     color: white;
     font-weight: bold;
}
 .cmWizardTitle {
}
 .cmWizardRule {
     border: 1px solid #CD3118;
     clear: both;
     margin-top: 3.5vh;
     margin-bottom: 2.0vh;
     margin-right: 1.5vw;
}
 .cmWizardSwitchNameLabel {
     font-size: 1.25vw !important;
     font-weight: bold;
     height: 10.0vh;
     padding: 0.1vw;
     margin-bottom: 0.1vw;
     margin-top: 5.0vh;
     overflow-wrap: break-word;
}
 .cmWizardSwitchNameLabel input {
     max-width: 100%;
     vertical-align: middle;
     overflow-wrap: normal;
     text-wrap: normal;
     outline: none;
     resize: none;
}
 .cmWizardSwitchNameLabel input.label {
     max-height: 20px;
     padding: 0;
     margin: 0;
}
 .cmWizardSwitchNameLabel input.checkbox {
     max-height: 20px;
     padding: 0;
     margin: 0;
}
 .cmWizardSwitchNormalState {
     float: left;
     color: white !important;
     width: 80%;
     vertical-align: bottom;
     min-height: 3.5vh;
     border: 0px solid white;
     text-align: right;
     margin-left: 17.5%;
     padding: 0px;
}
 .cmWizardSwitchNormalState input {
     vertical-align: middle;
     min-height: 3.0vh;
}
 .cmWizardSwitchNormalState label {
     padding-right: 10px;
     padding-left: 10px;
     vertical-align: bottom;
}
 .cmWizardSwitchNormalStateLabel {
     float: left;
     width: 25%;
     text-align: right;
     vertical-align: bottom;
     color: white !important;
     min-height: 3.5vh;
     border: 0px solid white;
     padding-top: 0.5vh;
     margin-left: 10%;
}
 .cmWizardTestNormalLabel {
     text-align: right;
     border: 0px solid white;
     color: white !important;
}
 .cmWizardTestCurrentLabel {
     text-align: right;
     border: 0px solid white;
     color: white !important;
}
 .cmWizardFinishButton {
     color: #CD3118 !important;
     background-color: white;
     border: 2px solid white;
     padding: 0.35vw;
     border-radius: 5px;
}
 .depotMaintenanceListBox {
     min-width: 90%;
     width: 90%;
     height: 90%;
     font-size: 16px;
     vertical-align: top;
     text-align: left;
     border: 2px solid lightgray;
}
 .fixedGridTextBox {
     resize: none;
     color: black !important;
}
 .cmemails {
     width: 100% !important;
}
 ul.jquitabs {
     padding: 0;
     margin: 0;
}
 ul.jquitabs li {
     outline: none !important;
     color: purple !important;
     padding: 0 !important;
     margin: 0 !important;
     background: none !important;
     border: none !important;
}
 .smartServReports {
     font-family: 'Gotham Rounded Book' !important;
}
 .smartServUnitHeaderNormal {
     background-position: 0% 0%;
     background-color: rgba(220,220,220,0.5) !important;
     color: #333333 !important;
     border-radius: 0px !important;
     margin: 0 !important;
     background-image: none !important;
     background-repeat: repeat !important;
     background-attachment: scroll !important;
}
 .smartServUnitHeaderAlarm {
     background: none !important;
     background-color: #ffa812 !important;
     color: black !important;
     border: 2px solid #ffa812 !important;
     border-radius: 0px !important;
     margin: 0 !important;
     padding: 1.0vw !important;
}
 .smartServUnitHeaderFault {
     background-position: 0% 0%;
     background-color: rgba(205,49,24,1) !important;
     color: white !important;
     border: 2px solid #CD3118 !important;
     border-radius: 0px !important;
     margin: 0 !important;
     background-image: none !important;
     background-repeat: repeat !important;
     background-attachment: scroll !important;
}
 .smartServUnitContentNormal {
     background-position: 0% 0%;
     background-color: rgba(235,235,235,0.15) !important;
     color: #333333 !important;
     border-radius: 0px 0px 10px 10px !important;
     margin: 0 !important;
     max-height: 40.0vh;
     min-height: 40.0vh;
     border-top-style: none !important;
     border-top-color: inherit !important;
     border-top-width: medium;
     background-image: none !important;
     background-repeat: repeat !important;
     background-attachment: scroll !important;
}
 .smartServUnitContentAlarm {
     border-left: 2px solid #ffa812 !important;
     border-right: 2px solid #ffa812 !important;
     border-bottom: 2px solid #ffa812 !important;
     background-position: 0% 0%;
     background-color: rgba(255,168,18,0.15) !important;
     color: black !important;
     border-radius: 0px 0px 10px 10px !important;
     margin: 0 !important;
     max-height: 40.0vh;
     min-height: 40.0vh;
     border-top-style: none !important;
     border-top-color: inherit !important;
     border-top-width: medium;
     background-image: none !important;
     background-repeat: repeat !important;
     background-attachment: scroll !important;
}
 .smartServUnitContentFault {
     border-left: 2px solid #CD3118 !important;
     border-right: 2px solid #CD3118 !important;
     border-bottom: 2px solid #CD3118 !important;
     background-position: 0% 0%;
     background-color: rgba(205,49,24,0.05) !important;
     color: #CD3118 !important;
     border-radius: 0px 0px 10px 10px !important;
     margin: 0 !important;
     max-height: 40.0vh;
     min-height: 40.0vh;
     border-top-style: none !important;
     border-top-color: inherit !important;
     border-top-width: medium;
     background-image: none !important;
     background-repeat: repeat !important;
     background-attachment: scroll !important;
}
 .smartServPage {
    /*background: rgb(238,238,238);
     background: -moz-radial-gradient(center, ellipse cover, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
     background: -webkit-radial-gradient(center, ellipse cover, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
     background: radial-gradient(ellipse at center, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
    */
     font-family: 'Gotham Rounded Book' !important;
}
 .smartServContainer {
    /*margin-top: 1.25vh;
    */
    /*height: 97.5vh;
    */
     height: 100vh !important;
     border: 0px solid red;
    /*box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
    */
     font-size: 20pt;
     color: whitesmoke;
     border-radius: 0px;
     background: -moz-radial-gradient(center, ellipse cover, rgba(44,83,158,0.11) 0%, rgba(44,83,158,0.95) 100%), url(../images/hex_10.png) no-repeat;
     background: -webkit-radial-gradient(center, ellipse cover, rgba(44,83,158,0.11) 0%,rgba(44,83,158,0.95) 100%), url(../images/hex_10.png) no-repeat;
     background: radial-gradient(ellipse at center, rgba(40,57,83,0.51) 0%,rgba(39,38,46,0.99) 100%), url(../images/hex_25.png) 10% 10%;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#802c539e',GradientType=1 );
}
 .smartServLogin {
     margin-top: 0.0vh !important;
     height: 100.0vh;
     width: 100%;
     border: 0px solid rgba(1,1,1,0.5);
     font-size: 20pt;
     color: whitesmoke;
     border-radius: 0px;
     background: -moz-radial-gradient(center, ellipse cover, rgba(44,83,158,0.11) 0%, rgba(44,83,158,0.95) 100%), url(../images/hex_10.png) no-repeat;
     background: -webkit-radial-gradient(center, ellipse cover, rgba(44,83,158,0.11) 0%,rgba(44,83,158,0.95) 100%), url(../images/hex_10.png) no-repeat;
     background: radial-gradient(ellipse at center, rgba(40,57,83,0.51) 0%,rgba(39,38,46,0.99) 100%), url(../images/hex_25.png) 10% 10%;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#802c539e',GradientType=1 );
}
 .smartServLogin input:not(.SSLanguageButton) {
     color: rgba(189,207,33,0.95);
     font-weight: bold;
     background-color: rgba(39,38,46,0.25);
     border: 2px solid rgba(0,200,0,0.2);
     border-radius: 10px;
     padding: 1.0vh;
     border: 1px solid rgba(189,207,33,0.5);
     margin-left: 0.5vw;
     box-sizing: border-box;
}
 .SSCountryFlag {
     padding: 0px !important;
}
 .smartServContainerOptions {
     padding: 0.0vh;
     margin: 0;
}
 .smartServContainerTitleRow {
     height: 7.5vh;
     max-height: 7.5vh;
     background-color: rgba(39,38,46,0.5);
     background-color: rgba(36,40,56,1) !important;
     border-radius: 20px 20px 0px 0px;
     margin: 0 !important;
     padding: 0 !important;
}
 .smartServContainerTitleContainer {
     margin: 0 !important;
     padding: 0 !important;
     color: white !important;
     font-weight: bold;
     font-family: 'Gotham Rounded Book' !important;
     font-size: 2.0vw !important;
    /*max-height: 12.0vh;
    */
     border: 0px solid white;
}
 .smartServContainerTitle {
     margin-top: -2.0vh;
     margin-left: 1.0vw;
     height: 6.5vh;
     vertical-align: bottom;
     border: 0px solid white;
     text-align: left;
     float: left;
}
 .smartServContainerSubTitle {
     padding-top: 1.5vh;
     margin-left: 1.0vw;
     height: 2.5vh;
     color: slategray !important;
     font-weight: normal;
     font-family: 'Gotham Rounded Book' !important;
     font-size: 0.9vw;
     border: 0px solid white;
     float: left;
}
 .smartServContainerBack {
     margin: 0 !important;
     padding: 0 !important;
}
 .smartServWelcomeBack {
     padding-top: 1.5vh !important;
     text-align: left;
     font-size: 1.3vw;
     color: white;
     margin: 0 !important;
}
 .smartServWelcomeTitle {
     margin: 0 !important;
     padding: 0 !important;
}
 .smartServWelcomeStats {
     font-size: 0.75vw !important;
     font-weight: normal !important;
     margin: 0 !important;
     padding: 0 !important;
}
 .smartServWelcomeStats label {
     margin-right: 0.5vw;
     font-weight: normal;
     padding: 0 !important;
}
 .smartServWelcomeStats label.metric {
     font-size: 1.25vw !important;
     margin-right: 0.25vw;
     padding: 0 !important;
     font-weight: bold;
}
 .smartServWelcomeButton {
     display: inline-block;
     padding: 0.3vw !important;
     background-color: transparent !important;
     border: 1px white solid !important;
     border-radius: 0.5px;
     color: rgba(255,255,255,1);
     width: 5.0vw;
     text-align: center;
     opacity: 0.75;
     margin: 0.1vh 0.1vw 0.0vw 0.0vh !important;
     margin-top: 0 !important;
     font-size: 0.75vw;
}
 .smartServWelcomeButton:hover {
     background-color: rgba(39,38,46,1) !important;
     border: 1px rgba(39,38,46,1) solid !important;
     border-radius: 2px;
     opacity: 1.0;
}
 .smartServContainerTitleOptions {
     width: 100%;
    /*color:white !important;
    */
    /*background-color: rgba(0, 159,224,0.85) !important;
    */
     height: 100%;
     margin: 0px;
     padding: 0.0vh;
     border-radius: 0px 0px 0px 0px;
     border: 0px solid #bdcf21;
     text-align: center;
}
 .smartServContainerMainPanel {
     height: 92.5vh !important;
     min-height: 92.5vh !important;
     padding: 0.0vh !important;
     box-sizing: border-box;
}
 .smartServContainerMainPanel label {
     padding: 2.0vh !important;
     padding-left: 3.0vh !important;
     box-sizing: border-box;
     font-size: 1.0vw;
     color: rgba(189,207,33,0.95);
}
 .smartServContainerStatsPanel {
     padding: 0.0vh !important;
     background-color: rgba(39,38,46,0.25);
     height: 100%;
     border-radius: 0px 0px 20px 0px;
}
 .smartServContainerStatsPanel label {
     padding: 2.0vh !important;
     box-sizing: border-box;
     font-size: 1.0vw;
     color: rgba(189,207,33,0.95);
}
 .ssStatsControlsPanel {
     margin: 0.0vh 1.5vh;
     height: 80%;
     color: rgba(189,207,33,0.95);
     font-size: 1.0vw;
}
 .smartServDataPanel {
     padding: 0.0vh !important;
     position: relative;
     border: 0px solid red;
     border-radius: 0px;
     height: 92.5vh !important;
     min-height: 92.5vh !important;
     overflow: hidden;
     opacity: 1;
}
 .smartServTimeLine {
     height: 7.5vh;
     min-height: 7.5vh;
     max-height: 7.5vh;
     border-bottom: 1px solid white;
     border: 0px solid white;
     overflow-x: hidden;
     overflow-y: hidden;
}
 .smartServDashboardChart {
     position: absolute;
     margin: 10px !important;
     margin: 0px !important;
     height: 10.0vh !important;
     width: 120% !important;
     bottom: 0;
}
 .smarServUnitsInfoContainer {
     padding: 0.0vw !important;
     margin: 0.0vh !important;
     border-radius: 0px;
     min-height: 75.0vh;
     max-height: 75.0vh;
     overflow-y: hidden;
     background-color: rgba(0, 159,224,0.9);
}
 .smarServUnitsInfoContainer label.key {
     width: 50%;
     text-align: right;
     padding: 0.0vw !important;
     margin: 0.0vw !important;
     margin-bottom: 0.0vh !important;
     font-size: 1.5vh !important;
     font-weight: bold;
     color: #bdcf21;
     border: none;
     padding: 2.0vh 0.0vh !important;
     border-bottom: 0px solid rgba(189,207,33,0.1);
}
 .smarServUnitsInfoContainer label.value {
     width: 50%;
     color: white;
     padding: 0.0vw !important;
     margin: 0.0vw !important;
     margin-bottom: 0.0vh !important;
     font-size: 1.5vh !important;
     font-weight: bold;
     border: none;
     padding: 2.0vh 0.5vh !important;
     text-align: left;
     border-bottom: 0px solid rgba(189,207,33,0.1);
}
 .smarServUnitsInfoContainer label.title {
     width: 100%;
     color: white;
     margin: 0.0vw !important;
     font-size: 3.0vh !important;
     font-weight: bold;
     border: none;
     padding: 2.0vh 0.0vh !important;
     text-align: center;
    /*background-color: rgba(189,207,33,0.75) !important;
    */
}
 .smarServUnitsInfoContainer label.info {
     width: 100%;
     color: white;
     margin: 0.0vw !important;
     font-size: 1.5vh !important;
     font-weight: bold;
     border: none;
     padding: 5% 0.0vw !important;
     vertical-align: top;
     text-align: center;
    /*background-color: rgba(189,207,33,0.75) !important;
    */
}
/*.smarServUnitsGridContainer {
     padding: 1.0vw !important;
     background-color: rgba(1,1,1,0.25);
     margin: 0.5vh !important;
     border-radius: 10px;
     height: 100%;
     min-height: 45.0vh;
     max-height: 65.0vh;
     overflow-y: auto;
     font-size: 10pt !important;
}
*/
 .smarServUnitsGridContainer {
     padding: 0 !important;
     margin: 0 !important;
     width: 100%;
     border-radius: 0px;
     height: 100% !important;
     overflow-y: auto;
     font-size: 10pt !important;
     border: 0px solid rgba(189,207,33,0.9);
     background-color: rgba(1,1,1,0.25);
}
 .smarServUnitsGridContainer label {
     font-size: 0.75vw !important;
     width: 100%;
     text-align: left;
     color: white;
     padding: 0vw !important;
     margin: 0.0vh !important;
     display: inline;
}
 .smarServUnitsGridContainerHeader {
     padding: 0 !important;
     margin: 0 !important;
     background-color: #009fe0;
     height: 5vh !important;
     color: rgba(39,38,46,1) !important;
     background-color: rgba(36,40,56,1) !important;
}
 .smarServUnitsGridContainerHeader label {
     color: rgba(39,38,46,1) !important;
}
 .smarServUnitsGridContainerHeader select, input[type=checkbox] {
     float: right;
     margin: 0 !important;
     padding: 0 !important;
     color: white !important;
     background-color: transparent !important;
     font-weight: bold;
     border: 0px solid #bdcf21;
     outline: none;
}
 .smarServUnitsGridContainer input[type=submit] {
     padding: 0.5vw;
     background-color: #bdcf21;
     border: 2px #bdcf21 solid;
     border-radius: 10px;
     min-width: 2.0vw;
     color: rgba(39,38,46,1);
}
 .smarServUnitsGridContainer input[type=submit]:hover {
     padding: 0.5vw;
     background-color: red;
     border: 2px #bdcf21 solid;
     border-radius: 5px;
     color: white;
}
 .smartServMainFocusGraph {
     width: 100%;
     min-height: 65.0vh;
     background-color: rgba(36,40,56,0.5) !important;
    /*background-color:rgba(0, 159,224,0.95) !important;
    */
}
 .sschart {
     color: white !important;
     width: 100%;
     height: 55.0vh;
}
 .graphSlice {
     opacity: 0.0 !important;
}
 .graphSlice:hover {
     opacity: 1 !important;
}
 .smarServChartReportContainerHeader {
     padding: 0 !important;
     margin: 0 !important;
     margin-top: 0.0vh !important;
     padding-bottom: 0 !important;
     background-color: rgba(0, 159,224,0.9);
     height: 7.5vh !important;
     color: black !important;
}
 .smarServChartReportContainerHeader label {
     color: black !important;
}
 .ssChartFilterDropDown {
     padding: 0.5vh;
     margin: 2.0vh !important;
     background-color: rgba(39,38,46,0.01);
     border-radius: 0px;
     color: black;
     border: none;
     outline: none;
     font-size: large;
     float: right;
}
 .ssHealthWideContainer {
     min-height: 32.5vh !important;
     max-height: 32.5vh !important;
     padding: 0 !important;
     margin: 0 !important;
     margin-top: 5vh !important;
     box-sizing: border-box;
     overflow: hidden;
}
 .ssHealthVectorReport {
     min-height: 25vh;
     max-height: 25vh;
     padding: 0 !important;
     margin: 0 !important;
     overflow: hidden;
     border-right: 0px solid rgba(125,125,125,0.25);
     background-color: rgba(36,40,56,0.2) !important;
}
 .ssHealthVectorReport div.overlay {
     background-color: rgba(255,23,23,0.95);
     background: -moz-linear-gradient(right, #f30020 0%, #fbe027 100%);
     background: -webkit-linear-gradient(right, #f30020 0%, #fbe027 100%);
     background: linear-gradient(to right, #f30020 75%, #fbe027 100%);
}
 .ssHealthVectorReport img {
     position: relative;
     opacity: 0.75;
}
 .ssHealthVectorReport label {
     position: absolute;
     top: 4vh;
     z-index: 9999999;
     font-size: 4vh;
     color: white;
     width: 100%;
     text-align: center;
}
 .ssHealthVectorReport label.desc {
     position: absolute;
     top: 8.5vh;
     z-index: 9999999;
     font-size: 2.5vh;
     left: 0px;
     color: lightgray;
     width: 100%;
     text-align: center;
}
 .ssHealthDataSet {
     min-height: 25.0vh;
     max-height: 25.0vh;
     padding: 0 !important;
     margin: 0 !important;
     overflow-y: auto;
}
 .ssHealthTopPane {
     min-height: 25vh;
     max-height: 25vh;
     padding: 0 !important;
     margin: 0 !important;
     background-color: rgba(36,40,56,.95) !important;
}
 .ssHealthBottomPane {
     height: 7.5vh;
     min-height: 7.5vh;
     max-height: 7.5vh;
     background-color: rgba(36,40,56,0.6) !important;
     background-color: rgba(0, 159,224,0.4) !important;
     padding: 0 !important;
     margin: 0 !important;
}
 .ssHealthBottomPane hr {
     padding: 0 !important;
     margin: 0 !important;
     height: 0.5vh;
     width: 100%;
     border: none !important;
     background: -moz-linear-gradient(right, #bdcf21 0%, #58b998 100%);
     background: -webkit-linear-gradient(right, #bdcf21 0%, #58b998 100%);
     background: linear-gradient(to right, #bdcf21 25%, #58b998 100%);
}
 hr.greenish {
     padding: 0 !important;
     margin: 0 !important;
     height: 0.5vh;
     width: 100%;
     border: none !important;
     background: -moz-linear-gradient(right, #bdcf21 0%, #58b998 100%);
     background: -webkit-linear-gradient(right, #bdcf21 0%, #58b998 100%);
     background: linear-gradient(to right, #bdcf21 25%, #58b998 100%);
}
 hr.reddish {
     padding: 0 !important;
     margin: 0 !important;
     height: 0.5vh;
     width: 100%;
     border: none !important;
     background: -moz-linear-gradient(right, #f30020 0%, #fbe027 100%);
     background: -webkit-linear-gradient(right, #f30020 0%, #fbe027 100%);
     background: linear-gradient(to right, #f30020 25%, #fbe027 100%);
}
 hr.bluish {
     padding: 0 !important;
     margin: 0 !important;
     height: 0.5vh;
     width: 100%;
     border: none !important;
     background: -moz-linear-gradient(right, #00adbd 0%, #009fe0 100%);
     background: -webkit-linear-gradient(right, #00adbd 0%, #009fe0 100%);
     background: linear-gradient(to right, #00adbd 25%, #009fe0 100%);
}
 .ssHealthBottomPane label.metric {
     font-size: 5vh;
     font-weight: bold;
     padding: 0 !important;
     margin: 0 !important;
     text-align: right;
     opacity: 0.99;
     color: white;
}
 .ssHealthBottomPane label.desc {
     font-size: 1.5vh;
     font-weight: bold;
     padding: 1.5vh !important;
     margin: 0 !important;
     padding-left: 2.5vh !important;
     text-align: left;
     opacity: 0.95;
     color: white;
     text-transform: uppercase;
}
 .ssHealthBottomPane label.subdesc {
     font-size: 1.5vh;
     font-weight: bold;
     padding: 1.5vh !important;
     margin: 0 !important;
     text-align: left;
     opacity: 0.95;
     color: white;
     text-transform: uppercase;
}
 .ssHealthBottomPane label.date {
     font-size: 1.5vh;
     font-weight: bold;
     padding: 1.5vh !important;
     margin: 0 !important;
     text-align: right;
     opacity: 0.95;
     color: white;
     text-transform: uppercase;
}
 .ssHealthNarrowContainer {
     min-height: 52.5vh !important;
     max-height: 52.5vh !important;
     margin-top: 2.5vh !important;
     border: 2px solid red;
     box-sizing: border-box;
     overflow: hidden;
}
 .smartServAdminPage {
     min-height: 92.5vh !important;
     max-height: 92.5vh !important;
     padding: 0 !important;
     margin: 0 !important;
}
 .smartServAdminListContainer {
     min-height: 67.5vh !important;
     max-height: 72.5vh !important;
     padding: 0 !important;
     margin: 0 !important;
     width: 100% !important;
     overflow: auto !important;
}
 .smarServAdminContainer {
     min-height: 92.5vh !important;
     max-height: 92.5vh !important;
     padding: 0 !important;
     margin: 0 !important;
     background-color: rgba(0, 159,224,0.7) !important;
     width: 100% !important;
}
 .ssAdminTopPane {
     min-height: 35.0vh !important;
     padding: 0 !important;
     margin: 0 !important;
     overflow: auto !important;
}
 .smartServAdminPage label.title, .ssAdminRegStep label.title {
     margin: 0 !important;
     margin-top: 0.5vh !important;
     padding-bottom: 1.0vh !important;
     opacity: 1;
     font-size: 1.0vw !important;
     color: white !important;
     text-align: center;
     width: 100%;
    /*height:100% !important;
    */
}
 .smartServAdminPage label.subTitle, .ssAdminRegStep label.subTitle {
     margin: 0 !important;
     padding: 0 !important;
     opacity: 0.75;
     font-size: 0.75vw !important;
     color: white !important;
     text-align: center;
     width: 100%;
}
/*.ssAdminRegStep label.title {
     margin: 0 !important;
     margin-top: 0.5vh !important;
     padding-bottom: 1.0vh !important;
     opacity: 1;
     font-size: 1.0vw !important;
     color: white !important;
     text-align: center;
     width: 100%;
}
*/
 .smarServAdminContainer input[type="submit"] {
     color: white !important;
     background-color: transparent !important;
     border: 1px solid white !important;
     padding: 0vh;
     font-size: 2.0vh !important;
     font-weight: bold !important;
     height: 4.0vh !important;
}
 .smarServAdminContainer input[type="submit"]:hover {
     border: none;
}
 .ssAdminTopPane table {
     width: 50%;
     margin-left: 25% !important;
     margin-top: 2.5vh !important;
     font-size: 1.5vh !important;
}
 .smartServAdminPage img {
     height: 6vh;
     opacity: 0.85;
     padding: 0 !important;
     margin: 0 !important;
     margin-top: 2.5vh !important;
}
 .ssAdminBottomPane {
     min-height: 42.0vh !important;
     max-height: 50.0vh !important;
     margin: 0 !important;
     padding: 0 !important;
     background-color: rgba(0, 159,224,0.0) !important;
}
 .ssAdminBottomPane svg {
     height: 35.0vh !important;
     margin: 0.0vh 10% !important;
     width: 80% !important;
     background-color: rgba(255,255,255,0.0) !important;
}
 .ssAdminLeftOptionPane {
     float: none;
     padding: 0;
     margin: 1.0vh 0 !important;
     margin-bottom: 12.5vh !important;
     height: 15.0vh !important;
     min-height: 15.0vh !important;
     max-height: 15.0vh !important;
     text-align: center !important;
     font-size: 1.5vh !important;
     border: 0px solid white !important;
}

 .ssAdminLeftOptionPaneLargest {
     margin-bottom: 17.5vh !important;
 }

 .ssAdminLeftOptionPane label.title, .ssAdminLeftOptionPaneExt label.title {
     text-align: center !important;
     padding: 0 !important;
     margin: 0 !important;
}
/*.ssAdminLeftOptionPane div, .ssAdminLeftOptionPaneExt div {
     margin: 0.0vh !important;
     margin-top: 0.5vh !important;
     padding: 0.0vh !important;
     border: 0px solid white;
     text-align: center !important;
     width: 100% !important;
}
*/
 .ssAdminLeftOptionPaneButton {
     color: white !important;
     background-color: transparent !important;
     border: 1px solid white !important;
     padding: 0.5vh !important;
     font-size: 1.25vh !important;
     font-weight: bold !important;
     height: 5.0vh !important;
     width: 30% !important;
     margin-right: 2.5vh !important;
     margin-top: 2.5vh !important;
     text-align: center;
}
 .ssAdminLeftOptionPane select, .ssAdminLeftOptionPaneExt select {
     text-align: right !important;
     color: white !important;
     background-color: transparent !important;
     border: none !important;
     width: 50% !important;
     padding: 0 !important;
     margin: 1.25vh !important;
     outline: none !important;
     border-bottom: 2px solid rgba(0, 159,224,0.9) !important;
}
 .ssAdminLeftOptionPane select:hover, .ssAdminLeftOptionPaneExt select:hover {
     text-align: right !important;
     color: white !important;
     background-color: transparent !important;
}
 .ssAdminLeftOptionPane option {
     text-align: right !important;
     font-weight: bold;
     color: white !important;
     background-color: rgba(0, 159,224,0.9);
     border: none !important;
}
 .ssAdminLeftOptionPane label.field {
     color: white !important;
     font-size: 1.5vh !important;
     text-align: right;
     width: 40% !important;
     padding: 0 !important;
     margin: 0 !important;
}
 .ssAdminLeftOptionPaneExt {
     padding: 0 !important;
     margin: 0 !important;
     height: 27.5vh;
     min-height: 27.5vh;
     font-size: 2.0vh !important;
}
 .ssAdminLeftOptionPaneExt label.title {
     color: white !important;
}
 .ssAdminLeftOptionPaneExt input[type="text"] {
     text-align: right !important;
     color: black !important;
     background-color: transparent !important;
     border: none !important;
     width: 50% !important;
     padding: 0 !important;
     margin: 1.25vh !important;
     border-bottom: 2px solid rgba(0, 159,224,0.9) !important;
     color: rgba(0, 159,224,0.99) !important;
}
 .ssAdminLeftOptionPaneExt label.field {
     color: white !important;
     font-size: 1.5vh !important;
     text-align: right;
     width: 40% !important;
     padding: 0 !important;
     margin: 0 !important;
}
 .ssAdminLeftOptionPaneExt button {
     color: white !important;
     background-color: transparent !important;
     border: 1px solid white !important;
     padding: 0.0vh !important;
     font-size: 1.25vh !important;
     font-weight: bold !important;
     height: 3.5vh !important;
     width: 30% !important;
     margin-right: 2.5vh !important;
}
 .ssAdminLeftOptionPaneExt hr {
     padding: 0 !important;
     margin: 0 !important;
     height: 0.5vh;
     width: 100%;
     border: none !important;
     background: -moz-linear-gradient(right, #bdcf21 0%, #58b998 100%);
     background: -webkit-linear-gradient(right, #bdcf21 0%, #58b998 100%);
     background: linear-gradient(to right, #bdcf21 25%, #58b998 100%);
}
 .ssAdminLeftOptionPane input[type="checkbox"] {
     float: none;
     padding: 0 !important;
     margin: 1.25vh !important;
}
 .ssAdminLeftOptionPaneContent {
     opacity: 1;
     margin: 0;
     border: 1px solid rgba(125,125,125,0.5) !important;
     max-width: 90% !important;
     margin-left: 5% !important;
     padding-top: 2.5vh !important;
     padding: 1.0vh !important;
}
 .ssAdminLeftOptionPaneContent p {
     color: lightgray;
     text-align: center;
     width: 75%;
     margin-left: 12.5%;
     margin-top: 1.0vh;
}
 .smarServRegContainer {
     height: 7.5vh !important;
     min-height: 7.5vh !important;
     max-height: 7.5vh !important;
     padding: 1.5vh !important;
     margin: 0 !important;
     background-color: rgba(0, 159,224,0.2) !important;
     width: 100% !important;
     text-align: center;
}
 .smartServAdminListContainer table {
     width: 100%;
     margin: 0 !important;
     border: none !important;
}
 .smartServAdminListContainer table tr {
     font-size: 1.5vh !important;
     color: white !important;
     width: 100% !important;
     background-color: rgba(36,40,56,0.7) !important;
     margin-top: 5.0vh !important;
}
 .smartServAdminListContainer table td {
     color: white !important;
     width: 25% !important;
     padding: 1.0vh 2.5vh !important;
     border: none;
     text-align: center;
}
 .smartServAdminListContainer table th {
     width: 25% !important;
     padding: 1.0vh 2.5vh !important;
     border: none;
     text-align: center;
}
 .smartServAdminListContainer table tr:hover td {
     color: rgba(0, 159,224,0.99) !important;
     font-weight: bold;
}
 .smartServAdminListContainer table tr.selected {
     background-color: rgba(0, 159,224,0.7) !important;
}
 .ssAdminRegErrorVisible {
     background-color: #CD3118 !important;
     height: 5.0vh !important;
     margin: 0.0vh !important;
     padding: 0.0vh !important;
     width: 100% !important;
}
 .ssAdminRegErrorVisible label {
     opacity: 1 !important;
     font-size: 1.5vh !important;
     color: white !important;
     padding: 0 !important;
     padding-left: 2.0vh !important;
}
 .ssAdminConsumerInfoVisible {
     background-color: transparent !important;
     height: 5.0vh !important;
     margin: 0.0vh !important;
     padding: 1.0vh !important;
     width: 100% !important;
     font-size: 1.0vw !important;
}
 .ssAdminConsumerInfoVisible label {
     opacity: 1 !important;
     color: white !important;
     padding: 0 !important;
     padding-left: 2.0vh !important;
}
 .ssAdminRegErrorHidden {
     height: 5.0vh !important;
     margin: 0.0vh !important;
     padding: 0.0vh !important;
}
 .ssAdminRegErrorHidden label {
     opacity: 0.0 !important;
     font-size: 1.5vh !important;
     color: white !important;
     padding: 1.5vh !important;
}
 .ssAdminRegHeader {
     background-color: transparent !important;
     height: 12.5vh !important;
     margin: 0.0vh !important;
     margin-bottom: 2.5vh !important;
     padding: 0 !important;
     width: 100% !important;
}
 .ssAdminRegStepHidden {
     display: none;
}
 .ssAdminRegStep {
     background-color: rgba(36,40,56,0.85) !important;
     height: 70vh !important;
     max-height: 70vh !important;
     margin: 0.0vh !important;
     padding: 0.0vh !important;
     width: 100% !important;
}
 .ssRegCommandButton {
     background-color: transparent !important;
     border: 1px solid white !important;
     color: white !important;
     width: 100% !important;
     padding: auto !important;
}
 .ssAdminRegStep div.dataEntry {
     height: 100% !important;
     overflow: auto !important;
     font-size: 1.25vh !important;
     border: 1px solid transparent;
     height: 60.0vh !important;
}
 .dataEntry label {
     font-size: 1.25vh !important;
     color: white;
     padding: 0 !important;
     margin: 0 !important;
}
/*.dataEntry label.field {
     margin-top: 1.0vh !important;
     padding: 1.0vh !important;
     width: 50% !important;
     font-size: 1.5vh !important;
     color: white !important;
     text-align: right;
     margin-right: 1.0vw !important;
     font-weight:normal !important;
}
*/
 .ssRegMatrix {
     color: white !important;
     padding: 0.0vh !important;
     margin: 0.0vh !important;
     border: 0px solid white !important;
}
 .ssRegMatrix tr:not(:first-child) {
     padding: 0.0vh !important;
     margin: 0.0vh !important;
}
 .ssRegMatrix th {
     color: white !important;
     background: none;
     border-bottom: 1px solid white;
     padding: 1.0vh !important;
     margin: 0.0vh !important;
     text-transform: uppercase;
}
 .ssRegMatrix td input {
     color: red !important;
}
 .ssWizardSwitchNormalState {
     float: left;
     width: 100%;
     height: 3.5vh;
     margin: 0 !important;
     padding: 0 !important;
     text-align: right !important;
}
 .ssWizardSwitchNormalState input[type=radio], .ssWizardSwitchNormalState input[type=checkbox] {
     vertical-align: top;
     min-height: 1.0vh;
     width: 20% !important;
}
 .ssWizardSwitchNormalState label {
     vertical-align: bottom;
     width: 20%;
     text-align: right;
     color: white !important;
     min-height: 2.5vh;
     border: 0px solid white;
     padding-top: 0.05vh;
     margin-left: 0%;
}
 .ssWizardSwitchNormalStateLabel {
     float: left;
     width: 30%;
     text-align: right;
     vertical-align: bottom;
     color: white !important;
     min-height: 2.5vh;
     border: 0px solid white;
     padding-top: 0.05vh;
     margin-left: 0%;
}
 .ssAdminRegStep div.controls {
     height: 2.5vh !important;
     overflow: auto !important;
     font-size: 1.0vh !important;
}
 .ssAdminRegStep label.field {
     margin-top: 1.0vh !important;
     padding: 1.0vh !important;
     width: 50% !important;
     font-size: 1.5vh !important;
     color: white !important;
     text-align: right;
     margin-right: 1.0vw !important;
}
 .ssAdminRegStep input, select {
     width: 10.0vw !important;
     font-size: 1.5vh !important;
     color: black !important;
     text-align: left;
     width: 12.5vw !important;
}
 .ssAdminRegStep input[type='submit'], .ssAdminRegStep input[type='button'] {
     padding-left: 2.0vh !important;
     padding-right: 2.0vh !important;
     margin: 0 !important;
     border: none !important;
     width: 49.7% !important;
     margin-left: 0.1% !important;
     font-size: 1.5vh !important;
     color: white !important;
     text-align: right;
     height: 100%;
    /*background-color:#0073b7 !important;
    */
     font-size: 3.0vh !important;
     font-weight: normal;
}
 .ssAdminRegStep input[type='checkbox'] {
     margin: 0.0vh !important;
     padding: 0.0vh !important;
     width: 1.0vw !important;
     font-size: 2.5vh !important;
     text-align: left;
     float: none;
}
 .smartServQuickFilter {
     display: none;
}
 .smartServQuickFilter + label {
     display: inline-block;
     padding: 1.5vh !important;
     background-color: transparent;
     border: 0px white solid !important;
     border-radius: 0.5px;
     color: white !important;
     text-align: center;
     opacity: 0.75;
     margin: 0.0vw !important;
     float: left;
     max-height: 5.0vh !important;
     font-size: 1.5vh !important;
}
 .smartServQuickFilter + label:hover {
     opacity: 0.99;
}
 .smartServQuickFilter:checked + label {
     background-color: rgba(189,207,33,1);
     border: 0px rgba(39,238,46,1) solid;
     color: rgba(39,38,46,1);
     opacity: 1.0;
}
 .smarServUnitsGridContainer::-webkit-scrollbar {
     height: 10px;
     width: 0px;
     background: none;
}
 .smarServUnitsGridContainer::-webkit-scrollbar-thumb {
     background: rgba(189,207,33,0);
     -webkit-border-radius: 0px 0px 0px 0px;
}
 .smarServUnitsGridContainer::-webkit-scrollbar-corner {
    /*background: red;
    */
}
 .smartServUnitsGrid {
     border: 0px solid !important;
     width: 100%;
     height: 100% !important;
     margin: 0 !important;
     padding: 0 !important;
     margin-top: 0 !important;
     overflow-y: auto !important;
     font-size: 1.25vh !important;
}
/*.smartServUnitsGrid tr:not(:first-child) {
     margin-bottom: 0.0vw !important;
     margin:0 !important;
     padding: 0.0vh !important;
     border-bottom: 1px solid rgba(0, 159,224,0.25);
     border-left: 0px solid transparent;
}
*/
 .smartServUnitsGrid tr:hover {
     margin-bottom: 0.0vw !important;
     padding: 2.0vh !important;
     margin: 0 !important;
     background-color: rgba(0, 159,224,0.9) !important;
     border: 0px solid transparent !important;
    /*border-bottom: 1px solid rgba(0, 159,224,0.5);
     border-left: 0px solid white;
    */
}
 .smartServUnitsGrid tr:hover td {
    /*color: rgba(39,38,46,1) !important;
    */
     font-weight: bold;
     padding: 2.0vh !important;
     margin: 0 !important;
}
 .selectedSSGridRow {
     margin-bottom: 0.0vw !important;
     padding: 2.0vh !important;
     background-color: rgba(189,207,33,0.95) !important;
     border-bottom: 1px solid rgba(189,207,33,0.5);
}
 .smartServUnitsGridFooter {
     background-color: rgba(1,1,1,0.25);
     margin: 0px !important;
     padding: 0px !important;
}
 .smartServUnitsGridFooter tr {
     margin: 0px !important;
     padding: 0px !important;
     max-height: 4.0vh;
}
 .smartServUnitsGridFooter td a {
     color: rgba(189,207,33,0.95) !important;
     font-size: medium;
     padding: 0.8vw !important;
     margin: 0px !important;
     max-height: 4.0vh;
}
 .smartServUnitsGridFooter td a:hover {
     color: white !important;
     font-size: medium;
    /*border: 0.1vw solid rgba(189,207,33,0.95);
    */
     background-color: rgba(189,207,33,0.95);
     padding: 0.75vw !important;
     box-sizing: border-box;
     text-decoration: none;
}
 .smartServUnitsGrid th {
     font-size: 1.5vh !important;
     font-weight: bold;
     color: white;
     border: none;
     padding: 2.0vh !important;
     text-align: left;
     border-bottom: 1px solid rgba(0, 159,224,0.5);
     margin: 0 !important;
     margin-top: 5px !important;
}
 .smartServUnitsGrid td {
     color: white;
     border: none;
     padding: 2.0vh !important;
     text-align: left;
     max-height: 4.0vh;
}
 .smartServUnitsGridWhite {
     border: 1px solid !important;
     width: 100%;
     height: 100%;
     padding: 0 !important;
     overflow-y: auto !important;
     font-size: 1.35vh !important;
     margin: 0 !important;
     border-top: 1px solid rgba(125, 125,125,0.5) !important;
}
 .smartServUnitsGridWhite tr {
     margin-bottom: 0.0vw !important;
     padding: 0.0vh !important;
     border-bottom: 1px solid rgba(125,125,125,0.05);
     border-left: 25px solid transparent;
     text-transform: uppercase;
     color: rgba(0,0,0,0.75) !important;
}
 .smartServUnitsGridWhite tr:not(:first-child):hover {
     margin-bottom: 0.0vw !important;
     padding: 2.0vh !important;
     background-color: rgba(0, 159,224,1);
     border-bottom: 1px solid rgba(189,207,33,0.5);
     border-left: none;
}
 .smartServUnitsGridWhite tr:hover td {
     color: white !important;
     font-weight: bold;
}
 .smartServUnitsGridWhite th {
     font-size: 1.5vh !important;
     font-weight: bold;
     color: rgba(125,125,125,0.85) !important;
     border: none;
     padding: 2.5vh 2.0vh !important;
     text-align: left;
     border-bottom: 0px solid rgba(189,207,33,0.25);
     margin-top: 5px !important;
}
 .smartServUnitsGridWhite td {
     border: none;
     padding: 2.0vh !important;
     text-align: left;
     max-height: 4.0vh;
}
 .smartServUnitsGridSmall {
     width: 100%;
     padding: 0 !important;
     font-size: 1.25vh !important;
     margin: 0.0vh !important;
     margin-top: 1.5vh !important;
     border: none !important;
}
 .smartServUnitsGridSmall tr {
     margin-bottom: 0.0vw !important;
     padding: 0.0vh !important;
}
 .smartServUnitsGridSmall tr:hover {
     margin-bottom: 0.0vw !important;
     padding: 0.0vh !important;
     background-color: rgba(189,207,33,0.75) !important;
     border-bottom: 0px solid rgba(189,207,33,0.5);
     border-left: none;
}
 .smartServUnitsGridSmall tr:hover td {
     color: rgba(39,38,46,1) !important;
     font-weight: bold;
}
 .smartServUnitsGridSmall th {
     font-size: 1.5vh !important;
     font-weight: bold;
     color: #bdcf21;
     border: none;
     padding: 1.0vh !important;
     text-align: left;
     border-bottom: 1px solid rgba(125,125,125,0.25);
}
 .smartServUnitsGridSmall td {
     color: white;
     border: none;
     padding: 1.0vh !important;
     text-align: left;
}
 .smartServDropDown {
     padding: 0.5vh;
     margin: 2.0vh !important;
     background-color: rgba(39,38,46,0.01);
     border-radius: 0px;
     color: white;
     border: none;
     border-bottom: 2px solid rgba(189,207,33,0.5);
     outline: none;
     font-size: large;
}
 .ssQuickFilter {
     display: none;
}
 .ssQuickFilter + label {
     display: inline-block;
     margin: 1px;
     margin-bottom: 10px;
     padding: 5px 10px;
     background-color: #e7e7e7;
     border: 1px white solid;
     border-radius: 5px;
     color: black;
}
 .ssQuickFilter:checked + label {
     background-image: none;
     background-color: cornflowerblue;
     border: 1px black solid;
     border-radius: 5px;
     color: white;
}
 .ssRadioChoices, .ssRadioChoicesLeft, .ssRadioChoicesRight {
     display: none;
     font-weight: bold;
     max-width: 30.0vw !important;
     min-width: 30.0vw !important;
}
 .ssRadioChoices + label:hover, .ssRadioChoicesLeft + label:hover, .ssRadioChoicesRight + label:hover {
     opacity: 0.95;
}
 .ssRadioChoices + label {
     min-width: 6.0vw;
     max-width: 10.0vw;
     text-align: center;
     margin: 0px;
     margin-bottom: 0px;
     padding: 0.0vh 0.0vw !important;
     background-color: rgba(39,38,46,0.1);
     border: 0px white solid;
     border-right: none;
     color: white;
     opacity: 0.35;
     font-size: 1.5vh;
     height: 7.5vh !important;
     text-transform: uppercase;
}
 .ssRadioChoicesLeft + label {
     min-width: 6.0vw;
     text-align: center;
     margin: 0 !important;
     padding: 0.0vh 0.0vw;
     background-color: rgba(39,38,46,0.1);
     border: 0px white solid;
     border-right: none;
     color: white;
     opacity: 0.35;
     font-size: 1.5vh;
     text-transform: uppercase;
     height: 7.5vh !important;
}
 .ssRadioChoicesRight + label {
     min-width: 6.0vw;
     text-align: center;
     margin: 0px;
     margin-bottom: 0px;
     padding: 0.0vh 0.0vw;
     background-color: rgba(39,38,46,0.1);
     border: 0px transparent solid;
    /*border-radius: 0px 10px 10px 0px;
    */
     color: white;
     opacity: 0.35;
     font-size: 1.5vh;
     text-transform: uppercase;
}
 .ssRadioChoices:checked + label {
     background-image: none;
     opacity: 1.0;
     border-bottom: 5px solid rgba(0, 159,224,0.75);
}
 .ssRadioChoicesRight:checked + label {
     background-image: none;
     opacity: 1.0;
     border-bottom: 5px solid rgba(0, 159,224,0.75);
}
 .ssRadioChoicesLeft:checked + label {
     background-image: none;
     opacity: 1.0;
     border-bottom: 5px solid rgba(0, 159,224,0.75);
}
 .ssRadioChoices2, .ssRadioChoicesLeft2, .ssRadioChoicesRight2 {
     display: none;
     font-size: 2.5vh !important;
     font-weight: bold;
     padding: 0 !important;
     margin: 0 !important;
}
 .ssRadioChoices2 + label {
     width: 12.5vw !important;
     text-align: center;
     padding: 1.75vh !important;
     margin-top: 0.0vh !important;
     height: 5.0vh;
     background-color: rgba(39,38,46,0.0);
     color: white;
     font-size: 1.5vh !important;
     border: none !important;
     vertical-align: top;
}
 .ssRadioChoicesLeft2 + label {
     min-width: 15% !important;
     max-width: 15% !important;
     text-align: center;
     padding: 0.0vw !important;
     margin: 0 !important;
     height: 5.0vh;
     background-color: rgba(39,38,46,0.1);
     border: 1px white solid;
     border-top: none;
     border-right: none;
     border-radius: 10px 0px 0px 10px;
     color: blue;
     opacity: 0.75;
     font-size: 1.5vh;
}
 .ssRadioChoicesRight2 + label {
     min-width: 15% !important;
     max-width: 15% !important;
     text-align: center;
     padding: 0.0vw !important;
     margin: 0 !important;
     height: 5.0vh;
     background-color: rgba(39,38,46,0.1);
     border: 1px white solid;
     border-radius: 0px 10px 10px 0px;
     color: white;
     opacity: 0.75;
     font-size: 1.5vh;
}
 .ssRadioChoices2:checked + label {
     background-image: none;
     background-color: rgba(189,207,33,0.9);
     border: 0px #bdcf21 solid;
     border-top: none;
     border-right: none;
     border-radius: 0px;
     color: rgba(39,38,46,1);
     opacity: 1.0;
     -webkit-box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
     -moz-box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
     box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
     padding: 1.75vh !important;
     margin: 0 !important;
}
 .ssRadioChoicesRight2:checked + label {
     background-image: none;
     background-color: rgba(189,207,33,0.9);
     border: 2px #bdcf21 solid;
     border-radius: 0px 10px 10px 0px;
     color: rgba(39,38,46,1);
     opacity: 1.0;
     -webkit-box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
     -moz-box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
     box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
}
 .ssRadioChoicesLeft2:checked + label {
     background-image: none;
     background-color: rgba(189,207,33,0.9);
     border: 2px #bdcf21 solid;
     border-right: none;
     border-radius: 10px 0px 0px 10px;
     color: rgba(39,38,46,1);
     opacity: 1.0;
     -webkit-box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
     -moz-box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
     box-shadow: inset 0px 0px 5px 5px rgba(189,207,33,0.99);
}
 .ssTextArea {
     resize: none;
     color: black;
     font-size: 1.5vh;
     margin-top: 1.5vh;
}
 .ssSummaryLegend {
     font-size: 1.0vw;
     background-color: rgba(189,207,33, 0.25);
     padding: 2.0vh;
     margin: 0.0vw;
     border: 1px solid rgba(189,207,33, 0.5);
}
 .smartServDashboardActiveElement {
     opacity: 1.0;
}
 .smartServDashboardInactiveElement {
     opacity: 0.25;
}
 .mainSVGSelection {
     cursor: pointer;
}
 .metricsSVGSelection {
     opacity: 0.75;
}
 .metricsSVGSelection:hover {
     opacity: 1.0;
     cursor: pointer;
}
 .mapInfoWindowHeader {
     background-color: #48b5e9;
     padding: 0;
     color: white;
     width: 100%;
     margin: 0;
}
 .smartServFunctions label {
     float: right !important;
     margin: 0 !important;
     padding: 0 !important;
     padding-top: 2.5vh !important;
}
 .ssDashMapContainer {
     background-color: rgba(39,38,46,0.25);
     height: 92.5vh;
     width: 100%;
     padding: 0 !important;
     margin: 0 !important;
     color: black !important;
     border: none !important;
     overflow: hidden;
}
 .hideMyButton {
     display: none;
}
 .ssDashMap {
     border: 0px solid #bdcf21;
     height: 92.5vh;
     width: 100%;
     margin: 0 !important;
     z-index: 900000001111111;
     opacity: 1.0;
}
 #MainContent_panelDashboard {
     width: 35% !important;
 }
 .dashMapLegend tr {
     padding: 0 !important;
     margin: 0 !important;
     font-size: 1.35vh !important;
     font-weight: normal;
     background-color: rgba(255,255,255,0.25);
     color: black !important;
}
 #MainContent_mapUpdateStamp {
     color: rgba(0,0,0,0.75) !important;
     font-size: 1.25vh !important;
     position: absolute !important;
     bottom: 18.0vh !important;
     left: 0.5vw !important;
     z-index: 900000011111;
     width: 15.0vw !important;
     padding: 0 !important;
     margin: 0 !important;
}
 #drop {
     color: rgba(0,0,0,0.75) !important;
     font-size: 1.25vh !important;
     position: absolute !important;
     bottom: 18.0vh !important;
     left: 20.5vw !important;
     z-index: 90000002222222;
     width: 15.0vw !important;
     padding: 0 !important;
     margin: 0 !important;
}
 .ssDashMapBanner {
     padding: 0px !important;
     margin: 0px !important;
     max-height: 5.0vh;
     position: absolute !important;
     bottom: 12.5vh !important;
     left: 0 !important;
     z-index: 90000001009;
     width: 100%;
     background-color: rgba(36,40,56,0.85) !important;
     border: 0px solid red;
     box-sizing: border-box;
}
 .ssDashMapOptions {
     padding: 0 !important;
     margin: 0 !important;
     font-size: 1.25vh !important;
     position: absolute !important;
     bottom: 0.0vh !important;
     left: 0 !important;
     z-index: 900000111111119;
     width: 100%;
     max-height: 12.5vh !important;
}
 .ssDashMapOption {
     background-color: white !important;
}
 .ssDashMapOptionAlt {
     background-color: rgba(0, 159,224,0.9);
     height: 12.5vh;
     font-size: 2.5vh;
     color: whitesmoke;
     text-align: center;
     padding: 2.5vh !important;
     border-right: 1px solid rgba(255,255,255,0.00);
     width: 25.0% !important;
     padding: 1.0vh 2.5vw !important;
}
 .ssDashMapOptionAlt img.icon {
     width: 5.0vw !important;
     float: left;
}
 .ssDashMapOptionAlt p.title {
     font-size: 2.0vh;
     text-align: center;
     opacity: 0.85;
     margin: 0 !important;
     margin-top: 1.0vh !important;
}
 .ssDashMapOptionAlt p.metric {
     padding: 0.25vh;
     text-align: center;
     font-size: 4vh;
}
 .ssDashMapOptionAlt p.metricMedium {
     padding: 0.25vh;
     font-size: 2vh;
}
 .ssDashMapDropDown {
     width: 15vw !important;
     color: white !important;
     background-color: transparent !important;
     font-size: 1.5vh !important;
     font-weight: bold;
     border: none !important;
     border: 0px solid rgba(255,255,255,0.25) !IMPORTANT;
     outline: none;
     height: 5vh !important;
     text-align: right !important;
     margin: 0 !important;
     margin-bottom: 0.5vh !important;
     padding: 1.5vh !important;
     vertical-align: top;
}
 .ssDashMapDropDown option {
     color: white !important;
}
 .ssDashMapDropDown option {
     background-color: rgba(39,38,46,0.99) !important;
     border: 1px solid #bdcf21;
     outline: none;
     text-align: right !important;
     width: 100%;
     color: white !important;
     padding: 1.0vh !important;
}
 .ssDashMapSVG {
     border: 0px solid white;
     float: left;
     padding: 0px !important;
     position: absolute !important;
     top: 0.0vh !important;
     left: 0 !important;
     z-index: 90000000009;
     background-color: rgba(36,40,56,0.0) !important;
     height: 75vh !important;
     margin: 0 !important;
     width: 35% !important;
     overflow: hidden !important;
}
 @font-face {
     font-family: 'Gotham Rounded Book';
     src: url('../fonts/gothamroundedbook.eot') format('embedded-opentype'), url('../fonts/gothamroundedbook.woff') format('woff'), url('../fonts/gothamroundedbook.ttf') format('truetype'), url('../fonts/gothamroundedbook.svg') format('svg');
     font-weight: normal;
     font-style: normal;
}
 .ssMapInfoWindow {
     width: 90% !important;
     font-size: 0.75vw;
     margin: 0;
     padding: 0;
     color: black !important;
}
 .ssMapInfoWindow h2 {
     color: rgba(0, 159,224,0.75);
     font-weight: bold;
}
 .infoWindowHR {
     border: 1px solid #bdcf21;
}
 .infoWindowList ul {
     color: black !important;
     list-style: none;
}
 .infoWindowList li div {
     text-align: left;
     margin: 0;
     padding: 0;
}
 .infoWindowList li div span {
     float: left;
     text-align: right;
     width: 30%;
     margin-right: 0.25vw;
}
 .ssReadingsAlarmed {
     color: orange;
}
 .ssReadingsUrgent {
     color: purple;
}
 .ssReadingsFaulted {
     color: purple;
}
 .ssReadingsNormal {
     color: white;
}
 .NormalUnitRow {
     border-left: 15px solid transparent;
    /*border-left: 2px solid transparent;
     border-left: 2px solid transparent;
     border-left: 2px solid transparent;
    */
}
 .FaultedUnitRow {
     border-left: 15px solid rgba(205,5,205,0.95);
    /*border-left: 2px solid rgba(205,5,205,0.95);
     border-left: 2px solid rgba(205,5,205,0.95);
     border-left: 2px solid rgba(205,5,205,0.95);
    */
}
 .mainLabel {
     color: rgba(189,207,33,0.75) !important;
     font-size: 3.0vh !important;
}
 .SSLoginTopContainerContainer {
     background-image: url("../images/example_map.jpg");
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     box-sizing: border-box;
     padding: 0 !important;
     height: 100.0vh;
}
 .SSLoginTopContainer {
     background-color: rgba(36,40,56,0.85) !important;
     box-sizing: border-box;
     padding: 0 !important;
     height: 100.0vh;
     float: left;
     width: 66.66666667% !important;
}
 .ssLoginRememberCheck {
     font-size: 1.5vh !important;
     text-transform: none;
     text-align: left;
     margin: 0 !important;
     padding: 0 !important;
}
 .ssLoginRememberCheck input {
}
 .smallHeadSSDiv {
     margin-top: 1.5vh;
     height: 4.5vh;
     background-color: rgba(16,20,36,0.5) !important;
     font-size: 1.5vh;
     opacity: 0.9;
     padding: 1.5vh !important;
     margin-right: 1.5vw !important;
}
 .smallHeadSSDiv li {
     display: inline-block;
     margin-left: 0.5vw;
     opacity: 0.6;
     outline: none;
     margin-right: 0.5vw !important;
}
 .smallHeadSSDiv li.selected {
     text-decoration: underline;
     opacity: 0.99;
}
 .smallHeadSSDiv li:active {
     text-decoration: underline;
}
 .smallHeadSSDiv li:hover {
     opacity: 1;
     cursor: pointer;
}
 .smallHeadSSDiv ul {
     display: inline-block;
     float: right;
}
 .SSLoginLeftDivContainer {
     height: 30.0vh;
}
 .SSLoginRightDivContainer {
     height: 100.0vh;
     background-color: rgba(0, 159,224,0.9);
}
 .longssdiv {
     padding: 0 !important;
     margin-top: 3vh;
     height: 74.5vh;
     min-height: 75.0vh;
     background-color: transparent !important;
     text-align: center;
     position: relative;
}
 .infoSectionSSDiv {
     height: 30vh;
     background-color: rgba(189,207,33,0.95);
}
 .infoSectionSSDivAlt {
     height: 30.0vh;
     background-color: rgba(16,20,36,0.75);
}
.noBackground {
    background-color: transparent !important;
}
 .ssLoginControlsContainer {
     margin-top: 5.0vh !important;
}
 .shortssdiv {
     width: 100%;
     border: 0px solid white;
     vertical-align: middle;
     margin: 0 !important;
     padding: 1.0vh !important;
     background-color: transparent !important;
     text-transform: uppercase;
     font-size: 1.5vw !important;
}
 .shortssdiv img {
     border: none !important;
     background-color: transparent !important;
     color: whitesmoke !important;
     padding: 0.0vw !important;
     margin: 0 !important;
     text-transform: uppercase !important;
     font-size: 12pt !important;
     opacity: 0.85;
}
 .shortssdiv input[type=text], input[type=password], .ssTextArea {
     border: none !important;
     background-color: white !important;
     color: black !important;
     border-radius: 0px !important;
     padding-bottom: 1.25vh !important;
     padding: 0 !important;
     margin: 0 !important;
     width: 80%;
     text-transform: uppercase !important;
     font-size: 12pt !important;
     opacity: 0.85;
     margin-left: 2.5vh;
     height: 5.0vh !important;
}
 .ssTextArea {
     height: 10.0vh !important;
     outline: 0px !important;
     -webkit-appearance: none;
}
 .shortssdiv input[type=text]:active {
     background-color: transparent;
}
 .shortssdiv hr {
     margin: 0 !important;
     padding: 0 !important;
     margin-left: 5% !important;
     width: 90%;
     opacity: 0.5 !important;
}
 .ssLoginButton {
     color: rgba(0,159,224,1) !important;
     background-color: white !important;
     font-size: 1.0vw;
     padding: 10.0vw;
     width: 90%;
     margin-top: 5.0vh !important;
     border-radius: 0.0vh !important;
     opacity: 0.85;
}
 .ssLoginButton:hover {
     opacity: 1;
}
 .socialSS img {
     width: 10%;
     margin: 0.5vw;
}
 .socialSS img:not(:hover) {
     opacity: 0.5;
}
 .socialSS img:hover {
     animation-name: ssHighlight;
     animation-duration: 1s;
}
 @keyframes ssHighlight {
     from {
         opacity: 0.5;
    }
     to {
         opacity: 1.0;
    }
}
 @keyframes ssUnHighlight {
     from {
         opacity: 1.0;
    }
     to {
         opacity: 0.5;
    }
}
 .ssMessage {
     color: rgba(255,255,255,0.95);
     font-weight: normal;
     padding-top: 1.0vw;
     font-size: 1.25vw;
     text-align: center;
     box-sizing: border-box;
     opacity: 0.85;
}
 .ssMessage:hover, .ssSlogan:hover {
     opacity: 0.995;
}
 .ssSlogan {
     color: rgba(189,207,33,1) !important;
     font-weight: normal;
     padding: 0.0vw;
     font-size: 0.75vw;
     text-align: center;
     opacity: 0.85;
}
 .ssSlogan a {
     color: white !important;
     font-weight: normal;
     text-decoration: underline;
}
 .ssLoginKSLogo {
     vertical-align: middle;
}
 .ssLoginTAndCs {
     vertical-align: bottom !important;
     height: 4.0vh;
     padding: 1.0vh;
     text-align: left;
     font-size: 1.25vh;
     opacity: 0.9;
     margin-bottom: 0px !important;
}
 .SSLanguageButton {
     background-color: transparent;
     border: 0;
}
 .SSLanguageButtonSelected {
     font-weight: bold;
     border-bottom: white solid 1px;
}
 .SSLanguageButton:hover {
     font-weight: bold;
     border-bottom: white solid 1px;
}
 .RememberMeButton {
     padding-right: 10px;
}
 td.InstallType {
     display: none;
}
#RightContainer {
    box-sizing: border-box;
    padding: 0 !important;
    text-align: center;
    padding: 0.0vh !important;
    overflow: auto;
}
#RememberMyUsernamePanel {
    clear: both;
    text-align: right;
    width: 95%;
    padding: 2.0vh !important;
    font-size: 1.5vh !important;
    text-transform: none !important;
}
#RightSmallHeader {
    background-color: rgba(0, 139,204,1) !important;
}
#btnContactUs {
    margin-top: 0px !important;
}
#MainLogoLogin {
    height: 25vh;
    margin-top: 2.5vh;
    border: 0px solid white;
}
#TopLogoLogin {
    width: 25%;
    margin-top: 1vh;
    margin-left: 1vh;
}
#panelDashMap {
    border: 0px solid white;
    background-color: none;
    height: 100%;
    padding: 0.0vw;
}
#mapid {
    left: 35%;
    max-width: 65% !important;
}
 .SSGreenPagePlaceHolder::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
     color: #777;
}
 .SSGreenPagePlaceHolder:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #777;
     opacity: 1;
}
 .SSGreenPagePlaceHolder::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #777;
     opacity: 1;
}
 .SSGreenPagePlaceHolder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: #777;
}
 #ssDashMap {
     height: 75vh !important;
     width: auto;
     z-index: 107 !important;
     overflow: hidden !important;
}
 ul.leaflet-control-ocd-search-alternatives {
     width: 100% !important;
}
 input {
     border-radius: 0;
}
#MainContent_panelDashMap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.controls::-webkit-scrollbar { 
    display: none; 
}
.buttonPadding {
    padding: 5px !important;
}

/* RESPONSIVE DESIGN */
 .col-lg-4 {
     width: 33.33333333% !important;
}

 @media only screen and (max-width: 499px) {
     html, body, form {
         height: 100%;
         width: 100%;
         margin: 0;
         padding: 0;
         font-family: 'Gotham Rounded Book' !important;
         font-size: 1.05vw;
    }
     .cmWizardTestNormalLabel {
         text-align: right;
         border: 0px solid white;
         color: white !important;
         font-size: 1.25vw;
    }
     #middlecolumn h1 {
         font-size: 2.0vw;
         letter-spacing: 0.05vw;
         line-height: 30px;
         color: Black;
         font-family: 'Gotham Rounded Book';
         text-transform: uppercase;
         font-weight: bold;
         background-color: white;
         width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {
    .ssAdminLeftOptionPaneContent p {
        font-size: 1.3vh !important;
    }
    .ssAdminLeftOptionPane label.field {
        font-size: 1vh !important;
    }
    .ssAdminLeftOptionPane select, .ssAdminLeftOptionPaneExt select {
        width: 40% !important;
    }
}

 @media only screen and (max-width: 992px) {
     html, body, form {
         height: 100%;
         width: 100%;
         margin: 0;
         padding: 0;
         font-family: 'Gotham Rounded Book' !important;
         font-size: 1.05vw;
    }
     .cmWizardTestNormalLabel {
         text-align: right;
         border: 0px solid white;
         color: white !important;
         font-size: 1.25vw;
    }
     #middlecolumn h1 {
         font-size: 2.0vw;
         letter-spacing: 0.05vw;
         line-height: 30px;
         color: Black;
         font-family: 'Gotham Rounded Book';
         text-transform: uppercase;
         font-weight: bold;
         background-color: white;
         width: 100% !important;
    }
}

 @media only screen and (max-width: 1200px) {
     .shortssdiv input[type=text], input[type=password], .ssTextArea, .RememberMeButton .ssLoginTAndCs {
         font-size: 10pt !important;
    }
     #MainContent_panelDashboard {
         width: 35% !important;
    }
     #ssDashMap {
         width: 100% !important;
         margin-top: 15vh;
    }
     #adminPanelLeft, #adminPanelRight {
         width: 30% !important;
    }
     #adminPanelMiddle {
         width: 40%;
    }
     .ssAdminTopPane table {
         width: 70%;
         margin-left: 15% !important;
    }
     #mylol {
         width: 100%;
    }
     .ssAdminRegStep {
         margin-top: 15vh !important;
    }
     #navigationBar {
         float: right !important;
         width: 55% !important;
    }
     #localisationButtons {
         width: 45% !important;
    }
}