td.usrRegionLabelColumn {
    font-size: 10pt;
    padding-bottom: 5px;    
    background: blue;
    color: white;
}
td.usrGroupCheckColumn {
    
}
td.usrGroupLabelColumn {
    font-size: 9pt;
    padding-bottom: 5px;    
}
.successfulDeviceImport {
    padding: 5px;
    border: 1px solid green;
    margin-bottom: 10px;
    background: white;
    color: green;
    max-width: 500px;
}
.failedDeviceImport {
    padding: 5px;
    border: 1px solid red;
    margin-bottom: 10px;
    background: white;
    color: red;
    max-width: 500px;
}

.uniqueIDFound {
    font-size: 14px;
    padding: 10px;
    border: 3px solid green;
    background: white;
    color: darkgreen;
    float: left;
}
.uniqueIDError {
    font-size: 14px;
    padding: 10px;
    border: 3px solid red;
    background: white;
    color: red;
    float: left;
}
#soundAlertDiv {
    display: none;
}
#alertDisplayDiv {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    background: rgba(128,128,128,0.7);
    display: none;
}
#alertDisplayDivContainer {
    position: absolute;
    color: #444;
    border: 2px solid #444;
    left: 50%;
    right: 50%;
    width: 20%;
    margin-left: -10%;
    top: 30%;
    background: white;
    min-width: 200px;
    padding-bottom: 20px;
}
#alertDisplayDivHeader {
    background: #444;
    color: white;
    padding: 10px;
    font-size: 16px;
}
#alertDisplayDivMessageContainer {
    position: relative;
    min-height: 50px;
    margin: 10px 20px;
}
#alertDisplayDivSymbol {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
#alertDisplayDivMessage {
    font-size: 16px;
    padding-left: 70px;
}
#alertDisplayDivButton {
    clear: both;
    width: 100px;
    margin: 10px auto 0;
    text-align: center;
    padding: 8px 10px;
    background: #08e;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}
body .ui-widget {
    font-size: 1.4em;
}
body .ui-widget-overlay {
    opacity: 0.7;
}
body .ui-widget.ui-widget-content {
    border: 2px solid #444;
    padding: 0;
}
body .ui-dialog .ui-dialog-titlebar {
    background: #444;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 0;
}
body .ui-widget-content {
    border: none;
    background: #fff;
    color: #444;
    font-size: 16px;
}
body .ui-dialog .ui-dialog-buttonpane button {
    text-align: center;
    padding: 8px 10px;
    background: #08e;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin: .5em 0 .5em 20px;
    border: none;
    border-radius: 3px;
}
body .ui-dialog .ui-dialog-buttonpane button.ui-iw-cancel-button {
    background: red;
}
body .ui-dialog .ui-dialog-buttonpane button.ui-iw-ok-button {
    background: darkgreen;
}
body .ui-dialog.iw-dialog .ui-dialog-buttonpane button.ui-iw-ok-button {
    background: white;
    color: black;
    margin: 10px 5px 5px;
    outline: none;
}
body .ui-dialog .ui-dialog-buttonpane button.ui-iw-ok-button:hover {
    background: #aaa;
}
body .iw-dialog.ui-dialog .ui-dialog-buttonpane {
    background: #444;
    padding: 0;
    margin: 0;
}
body .iw-dialog.ui-widget.ui-widget-content {
    border-width: 5px;
}
body .iw-dialog .ui-dialog-titlebar {
    display: none;
}
body .ui-widget-overlay {
    background: #808080;
}
body .ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
#DialogPopUpDiv {
    display: none;
}
#DialogPopUpDiv.no_padding {
    padding: 0;
}
#DialogPopUpDiv iframe {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
}
.IWOpenTextbox {
    float: right;
    margin-top: 5px;
    height: 26px;
    margin-right: 30px;
    font-size: 13px;
}
.gts_spinner_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.gts_spinner {
    border: 16px solid #eee; /* Light grey */
    border-top: 16px solid #333; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: gts_spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes gts_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 767px) {
    .accountLoginTable {
        width: 100%;
    }
    .banner300ImageCell img {
        max-width: 100%;
    }
    .accountLoginFormTable {
        width: 90%;
    }
    .accountLoginFieldValue input[type="text"] {
        width: 100%;
    }
    TABLE.bannerTable {
        margin-left: 0;
        width: 100vw;
    }
    TABLE.bannerTable td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .statusControlLeft iframe {
        width: 98%;
        max-width: 500px;
        margin-left: 1%;
    }
    .menuBar table {
        width: 100vw;
        max-width: 100vw;
    }
    .menuBarSelW, .menuBarUnsW {
        width: 23%;
        background: #888;
        color: white;
        font-size: 12px;
        border: 1px solid white;
        border-radius: 5px 5px 0px 0px;
    }
    .menuBarSelW {
        background: black;
    }
    #subMenu {
        width: 100vw !important;
        left: 0 !important;
    }
    .navBarRight a {
        
    }
    TD.bannerImageRight, TD.navBarRight {
        text-align: center;
    }
    TD.adminViewTableHeader {
        height: auto;
        padding-left: 0px;
        display: block;
        width: 100%;
        text-align: left;
    }
    TD.adminViewTableData {
        height: auto;
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    TD.adminViewTableData input[type="text"] {
        width: 100%;
        max-width: 500px;
    }
    TD.adminViewTableTextArea {
        display: block;
    }
    TD.adminViewTableTextArea textarea {
        width: 100%;
        max-width: 500px;
    }
    .VehicleNameUpdateForm label {
        float: none;
        text-align: left;
        display: block;
        width: 100%;
    }
    .VehicleNameUpdateForm input[type="text"] {
        width: 100%;
    }
    .VehicleNameUpdateForm input[type="button"] {
        margin-top: 10px;
    }
    .VehicleNameUpdateForm #u_btn_clear_key {
        margin-left: 20px;
        background: red;
        font-weight: bold;
    }
    .VehicleNameUpdateReadOnly {
        float: none;
        margin-right: 0;
    }
    .VehicleNameUpdateDetailsTitle {
        margin-left: 0;
    }
    .VehicleNameUpdateWriteField {
        margin-top: 10px;
        float: none;
    }
    .VehicleNameUpdateForm .VehicleNameUpdateFieldContainer {
        margin: 15px 0;
    }
    #alertDisplayDivContainer {
        left: 10%;
        right: 10%;
        width: 80%;
        top: 30%;
        margin-left: 0;
    }
}