/**************************************************************************
*Copyright © 2018-2019 GVM INTEGRATION INC. - All Rights Reserved         *
*Unauthorized copying of this file, via any medium is strictly prohibited *
*Proprietary and confidential                                             *
***************************************************************************/
.passwordInput {
    display: block;
    margin: .5em auto 0em;
    padding: 0.5em 1em 0.5em 0.7em;
    width: 100%;
    border: none;
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.8);
    font-size: 2em;
    line-height: 0;
    transition: all .5s linear;
}

    .passwordInput:hover, input:focus {
        outline: 0;
        transition: all .5s linear;
        box-shadow: inset 0px 0px 10px #ccc;
    }

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em;
    font-family: Courgette, cursive;
    margin-top: 1em;
}

.hasError {
    background-color: #ffb2b2;
    border-color: #ffb2b2;
}
.customToolbar {
    width: 100%;
    position: fixed;
    z-index: 5;
    height: 50px;
}
.tableResetBtn {
    background-color: #007bff;
    color: white;
}
.dataTable {
    border-color: white;
}

.dataTable th {
    background-color: #BFC9CA;
    padding: 4px 4px 4px 4px;
}

.dataTable tr:nth-child(even) {
    background-color: white;
}

.dataTable td {
    padding: 4px 4px 4px 4px;
}

.dataTable tr:nth-child(odd) {
    background-color: #ECF0F1;
    color: black;
}
.submitButton {
    width: 15%;
    margin-left: 1%;
    margin-bottom:2%;
    margin-top: 1%;
    margin-right: 2%;
    display: inline;
}
.none {
    display: none;
}

.shown-inline {
    display: inline;
}

.shown-inline-block {
    display: inline-block;
}

.shown-block {
    display: block;
}

.lastUpdated {
    margin-bottom: 40px;
    margin-left: 20px;
}

.myNotes {
    margin-left: 5%;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 5%;
    height: 100px;
    width: 90%;
    padding-right: 30px;
}
.file-icon img {
    width: 20px;
    height: 20px;
}

.file-icon {
    text-decoration: none;
}

.file-icon:hover {
    text-decoration: none;
}
.alarm-active {
    color: red;
}

.alarm-severe {
    /*background-color: #FF3E3E;*/
    background-color: #FFC1CC; /*#FFC1CC;*/
   
}
.alarm-warning {
    /*background-color: #fbec0c; */ /*#FFBF00;*/
    background-color: #FFFDD0;
}
.alarm-normal {
    /*background-color: #fbec0c; */ /*#FFBF00;*/
    background-color: #E0E0E0;
}
.myGrid > .k-grid-content tr, .myGrid-View > .k-grid-content tr {
    background-color: #E8E8E8;
}

.myGrid > .k-grid-content .k-alt, .myGrid-View > .k-grid-content .k-alt {
    background-color: #F8F8F8;
}

    .myGrid > .k-grid-content .k-alt:hover, .myGrid-View > .k-grid-content .k-alt:hover {
        cursor: pointer;
        background-color: #4169E1;
        color: white;
    }

.myGrid table tr:hover, .myGrid-View table tr:hover {
    cursor: pointer;
    background-color: #4169E1;
    color: white;
}

.TextBox {
    width: 80%;
}

#map {
    height: 100%;
    width: 200px;
}

.collapsible {
    background-color: #586266;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 99%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
}

    .collapsible:hover {
        background-color: #6a757a;
    }
/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

#sub-link a {
    color: white;
    padding-left: 3%;
    width: 100%;
    text-decoration: none;
    font-size: 0.9em;
}

    #sub-link a:hover {
        color: gray;
        text-decoration: none;
    }

.icon {
    width: 16px;
    height: 16px;
}

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.Star:after {
    color: red;
    content: "*";
    font-size: large;
    display: inline;
}

.Banner-Delete {
    width: 100%;
    height: auto;
    top: 0;
    position: sticky;
    opacity: 0;
    display: none;
    z-index: 100;
    display: none;
}

.Banner-Update {
    width: 100%;
    height: auto;
    top: 100px;
    z-index: 100;
    position: fixed;   
    display: none;
}

.appearFadeAnimation {
    animation: fadeInOpacity 5s linear;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.UploadedImage {
    position: relative;
    width: 60%;
}

.image-preview {
    position: relative;
    vertical-align: top;
    height: 45px;
}
input #start {
    width: auto;
}

input #end {
    width: auto;
}

#pageNumbers2 {
    border: solid #999;
    width: auto;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

#bg-Menu {
    z-index: 1;
    height: 100%;
    width: 200px;
}


.LinkLists {
    vertical-align: top;
    margin-left: 10px;
}

.LinksTitle {
    color: white;
    font-size: 1.2em;
    font-weight: lighter;
}

.LinkLists span {
    color: white;
}

.LinkLists a {
    color: white;
}

.LinkLists span:hover {
    text-decoration: underline;
    cursor: pointer;
}



.fixedToolbar {
    display: block;
    position: fixed;
    z-index: 5;
    height: 42px;
    width: 100%;
    background-color: white;
}



.toolbarGap {
    margin-top: 60px;
}

.menu-toolbar-create {
    z-index: 4;
    padding-top: 10px;
    position: fixed;
    margin: 0;
    width: 100%;
    background-color: #FAF5F5;
    height: 40px;
    box-shadow: inset;
}

.menu-toolbar-view {
    z-index: 4;
    position: fixed;
    margin: 0;
    margin-top: 40px;
    padding-top: 10px;
    width: 100%;
    background-color: #FAF5F5;
    height: 40px;
    box-shadow: inset;
}

.menu-toolbar-button {    
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

    .menu-toolbar-button:hover {        
        cursor: pointer;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
        border: none;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;

    }

.ViewBox {
    display: inline-block;
    width: 200px;
    height: 100px;
    cursor: pointer;
    background-color: lightskyblue;
}

.BoxTitle {
    position: absolute;
    float: right;
    margin-left: 10px;
    color: white;
    margin-top: 15px;
    font-size: 1.5em;
}

.top-bg {
    z-index: 110;
    top: 0;
    background-color: #343a40;
    position: fixed;
    width: 100%;
    height: 60px;
}

.k-command-cell {
    visibility: hidden;
    display: none;
}



.SystemItem:hover, .AccountItem:hover, .LocationItem:hover, .EquipmentItem:hover, .CustomerItem:hover, .UserItem:hover, .Field1Item:hover, .Field2Item:hover, .Field3Item:hover, .Field4Item:hover, .Field5Item:hover, .Field6Item:hover {
    background-color: lightgray;
    cursor: pointer;
}

.leftSide {
    float: left;
    height: auto;
    display: inline-block;
}



#reportViewer1 {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    top: 60px;
    height: auto;
    bottom: 1px;
    overflow: hidden;
}

div #messages {
    width: 100%;
    height: 500px;
    background-color: lightgray;
    border: ridge;
    padding-left: 2%;
    overflow: scroll;
    margin-top: 1%;
    margin-bottom: 1%;
}

textarea #message {
    width: 100%;
}

.regIcons {
    width: 2%;
    height: 2%;
    margin-right: 2%;
}

#reportList {
    text-align: left;
}

    #reportList button {
        background: white;
        width: 100%;
        border: none;
        text-align: left;
    }

        #reportList button:hover {
            background-color: cadetblue;
            width: 100%;
            border: none;

        }

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
}

.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0px 2px 6px;
    border-radius: 3px;
    background: #fff;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.select form-control #select {
    width: 100%;
}

tr.highlight {
    background-color: whitesmoke !important;
    cursor: pointer;
}

ul.settings {
    list-style: none;
}

    ul.settings li {
        display: inline;
    }

.span #settingsIcon {
    display: block;
}
/*Default styles*/
#title {
    width: auto;
    text-align: center;
    color: white;
    font-size: large;
    background-color: cornflowerblue;
    margin-bottom: 2%;
    display: block;
}

#smallTitle {
    font-weight: bold;
    margin: 2px;
}


#myPagination {
    display: inline;
    width: auto;
}

#createMenu a:hover {
    background-color: darkgray;
}
.EngineIcon {
    width: 32px;
    height: 32px;
    top: 10px;
    float: right;
    right: 505px;
    position: fixed;
    z-index: 12;
    
}
.EngineBadge {
    position: fixed;
    top: 5px;
    z-index: 12;
    padding: 1px 8px;
    border-radius: 100%;
    right: 525px;
    float: right;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
/* Mobile Styles */
@media only screen and (max-width: 400px) {
    .Star-Margin {
        width: 90%;
    }
    .LoginTable {
        width: 100%;
    }
    .LoginInputs {
        width: 100%;
    }
    .shortcutBtn {
        display: none !important;
    }
    .kendoDropDowns {
        display: none;
    }
    .tabGap {
        width: 20px;
        display: inline;
    }
    .buttonsLeftMenu {
        left: 0;
        margin-right: 30%;
        margin-top: 60px;
        margin-bottom: 5px;
        display: block;
    }

    .buttonsCenterMenu {
        left: 0;        
        margin-top: 60px;
        margin-bottom: 5px;
        margin-left: 0px;
        display: block;
    }
    .buttonsCenterMenuCreate {
        left: 0;
        margin-top: 80px;
        margin-bottom: 5px;
        margin-left: 0px;
        display: block;
    }
    .cardMiddle-create {
        top: 20px;
        margin-bottom: 30px;
        
    }
    .cardMiddle-v2 {
        top: 10px;
        left: 0;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    .cardMiddle-view {
        top: 80px;
        margin-bottom: 30px;        
    }
    .block {
        text-align: left;
        display: inline;
        font-weight: bold;
    }
    #floatingMenu {
        z-index: 110;
        top: 30px;
        background-color: #16272F;
        position: fixed;
        width: auto;
        height: auto;
    }
    .homeImage {
        max-height: 480px;
        max-width: 50%;
        left: 5px;
        position: fixed;
    }

    
    #Search {
        display: none;
    }

    .MainBox {
        width: 80px;
        height: 50px;
        display: inline-block;
        background-color: #274554;
        cursor: pointer;
    }

        .MainBox.BoxActive {
            width: 85px;
            height: 55px;
            display: inline-block;
            background-color: #385563;
            box-shadow: 4px 8px #d3d3d3;
            margin: 5px;
            cursor: pointer;
        }

    .BoxTitle {
        position: absolute;
        float: right;
        margin-left: 10px;
        color: white;
        margin-top: 5px;
        font-size: 0.8em;
    }

    .HeaderPageLinks {
        display: none;
    }

    .Result {
        border: 1px solid black;
        width: auto;
        height: auto;
        padding-bottom: 30%;
    }

        .Result:hover {
            background-color: lightgray;
            cursor: pointer;
        }

    .leftSide {
        display: inline;
    }

    .rightSide {
        display: inline;
        text-align: left;
    }

    .mobileTable td {
        display: inline;
    }

    .myTable tr {
        display: inline;
    }

    #reportViewer1 {
        margin-left: 0;
    }

    .k-command-cell {
        visibility: visible;
        display: inline;
    }

    [data-role="droptarget"] {
        visibility: visible;
        display: inline;
    }

    .page-nav-margin {
        margin-left: 0;
        margin-top: 100px;
        z-index: -10;
        position: absolute;
    }

    .nav-logo {
        height: auto;
        width: auto;
        max-height: 30px;
        max-width: 100px;
        left: 70px;
        top: 30px;
        position: fixed;
        z-index: 12;
    }

    .PageTitle {
        position:fixed;
        float: left;
        color: white;
        margin-left: 70px;
        font-size: 1.2em;
        z-index: 12;
        top: 2px;
        display: inline-block;
    }

    .HeaderPageLinks {
        display: none;
    }

    .SearchBar {
        display: none;
    }

    .signout {
        z-index: 12;
        position: fixed;
        font-size: 1.9em;
        color: white;
        float: right;
        margin-right: 10px;
        right: 0;
        top: 10px;
        display: inline;
    }

    .createButton {
        color: white;
        font-size: 1.5em;
        display: inline;
        float: right;
        margin-right: 15px;
        cursor: pointer;
    }
    .EngineIcon {
        width: 32px;
        height: 32px;
        top: 10px;
        float: right;
        margin-right: 100px;
        right: 0;
        position: fixed;
        z-index: 12;
    }

    .EngineBadge {
        position: fixed;
        top: 5px;
        z-index: 12;
        padding: 1px 8px;
        border-radius: 100%;
        margin-right: 120px;
        right:0;
        float: right;
        background-color: red;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

    .PlusMenu {
        position: fixed;
        float: right;
        margin-right: 80px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.3em;
        top: 10px;
        display: inline;
    }

    .ResultBox {
        border: 1px solid black;
        width: 50%;
        height: auto;
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ResultHeaders {
        display: block;
        height: auto;
    }

    .searchicon {
        z-index: 12;
        position: fixed;
        font-size: 1.5em;
        color: white;
        float: right;
        margin-right: 50px;
        right: 0;
        top: 15px;
        display: inline;
    }

    .SearchPage {
        padding-top: 55px;
    }
    .HeaderBorder {
        height: 60px;
        z-index: 10;
        float: left;
        width: 100%;
        position: fixed;
        top: 0;
        background-color: #16272F;
        left: 0;
        display: inline;
    }
    .wrapper {
        height: auto;
        margin-top: 60px;
        box-sizing: border-box;
    }
    .ReportIcon {
        display: none !important;
    }

    .TicketsIcon {
        display: none !important;
    }

    .DashboardIcon {
        display: none !important;
    }
  

}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 1024px) {
    .Star-Margin {
        width: 90%;
    }
    .LoginTable {
        width: 100%;
    }
    .LoginInputs {
        width: 75%;
    }
    .shortcutBtn {
        display: none !important;
    }
    .kendoDropDowns {
        display: none;
    }
    .tabGap {
        width: 40px;
        display: inline;
    }

    .buttonsLeftMenu {
        float: left;
        left: 0;
        margin-right: 30%;
        margin-top: 60px;
        margin-bottom: 5px;
        display: block;
    }

    .buttonsCenterMenu {
        float: left;
        left: 0;
        margin-top: 60px;
        margin-bottom: 5px;
        margin-left: 5%;
        display: block;
    }
    .buttonsCenterMenuCreate {
        left: 0;
        margin-top: 80px;
        margin-bottom: 10px;
        margin-left: 5%;
        display: block;
    }
    .wrapper {
        height: auto;        
        margin-top: 60px;
        box-sizing: border-box;
    }
    .cardMiddle-create {
        top: 40px;
        margin-bottom: 30px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .cardMiddle-v2 {
        top: 10px;
        margin-bottom: 30px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .cardMiddle-view {
        top: 80px;
        margin-bottom: 30px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .block {
        text-align: left;
        font-weight: bold;
    }

    .homeImage {
        max-height: 480px;
        max-width: 50%;
        left: 5px;
        position: fixed;
    }

    #floatingMenu {
        z-index: 110;
        top: 30px;
        background-color: #16272F;
        position: fixed;
        width: auto;
        height: auto;
    }

    .MainBox {
        width: 150px;
        height: 50px;
        display: inline-block;
        background-color: #274554;
        cursor: pointer;
    }
    .MainBox.BoxActive {
        width: 155px;
        height: 50px;
        display: inline-block;
        background-color: #385563;
        box-shadow: 4px 8px #d3d3d3;
        margin: 5px;
        cursor: pointer;
    }
    .HeaderBorder {
        height: 60px;
        z-index: 10;
        float: left;
        width: 100%;
        position: fixed;
        background-color: #16272F;
        left: 0;
        top: 0;
        display: inline;
    }

  

    .BoxTitle {
        position: absolute;
        float: right;
        margin-left: 10px;
        color: white;
        margin-top: 5px;
        font-size: 1.2em;
    }

    .PageTitle {
        position: fixed;
        float: left;
        color: white;
        margin-left: 70px;
        font-size: 1.2em;
        z-index: 12;
        top: 2px;
        display: inline-block;
    }

    .HeaderPageLinks {
        display: none;
    }

    .signout {
    
        display: none;
    }
   
    .SearchBar {
     
        display: none;
    }
    .ReportIcon {
        display: none;
        /*
        position: fixed;
        float: right;
        margin-right: 150px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.5em;
        top: 15px;*/
    }

    .TicketsIcon {
        display: none;
        /*
        position: fixed;
        float: right;
        margin-right: 180px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.5em;
        top: 15px;*/
    }

    .DashboardIcon {
        display: none;
        /*
        position: fixed;
        float: right;
        margin-right: 215px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.5em;
        top: 15px;*/
    }
    .searchicon {
        z-index: 12;
        position: fixed;
        font-size: 1.5em;
        color: white;
        float: right;
        margin-right: 60px;
        right: 0;
        top: 8px;
        display: inline;
    }

        .searchicon:hover {
            cursor: pointer;
            color: gray;
        }

    .signout {
        z-index: 12;
        position: fixed;
        font-size: 1.9em;
        color: white;
        float: right;
        margin-right: 20px;
        right: 0;
        top: 5px;
        display: inline;
    }

    .createButton {
        display: none;
        color: white;
        font-size: 1.5em;
        display: inline;
        float: right;
        margin-right: 5px;
        cursor: pointer;
    }

    .PlusMenu {
        position: fixed;
        float: right;
        margin-right: 100px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.3em;
        top: 5px;
    }
    .EngineIcon {
        width: 34px;
        height: 34px;
        top: 10px;
        float: right;
        margin-right: 145px;
        right: 0;
        position: fixed;
        z-index: 12;
    }

    .EngineBadge {
        position: fixed;
        top: 5px;
        z-index: 12;
        padding: 1px 8px;
        border-radius: 100%;
        margin-right: 164px;
        right: 0;
        float: right;
        background-color: red;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .nav-logo {
        height: auto;
        width: auto;
        max-height: 30px;
        max-width: 100px;
        left: 70px;
        top: 30px;
        position: fixed;
        z-index: 12;
    }

    .ResultBox {
        border: 1px solid black;
        width: 50%;
        height: auto;
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ResultHeaders {
        width: 100%;
        height: auto;
    }

        .ResultHeaders > table {
            display: inline;
            position: relative;
            float: right;
            border-spacing: 50px;
        }

    .SearchPage {
        padding-top: 55px;
    }
}

.myGrid table {
    margin: 0;
    padding: 0;
    border-width: 0;
}
/* Desktop Styles */
@media only screen and (min-width: 1025px) {
    .Star-Margin {
        width: 90%;
    }
    .shortcutBtn {
        display: inline;
    }
    .LoginTable {
        width: 50%;
    }
    .LoginInputs {
        width: 75%;
    }

    .buttonsLeftMenu {
        left: 0;
        margin-right: 30%;
        margin-top: 60px;
        margin-bottom: 5px;
        display: block;
    }

    .buttonsCenterMenu {
        left: 0;
        margin-top: 60px;
        margin-bottom: 5px;
        margin-left: 20%;
        display: block;
     }
    .buttonsCenterMenuCreate {
        left: 0;
        margin-top: 80px;
        margin-bottom: 10px;
        margin-left: 20%;
        display: block;
    }

    .kendoDropDowns {
        display: inline-block;
        width: 150px;
    }
    .tabGap {
        width: 70px;
        display: inline;
    }
    .wrapper {
        height: auto;
        margin-left: 10px;
        margin-top: 60px;
        box-sizing: border-box;
    }
    .cardMiddle-create {
        top: 40px;
        margin-bottom: 30px;
        width: 50%;
        margin-left: 20%;
    }
    .cardMiddle-v2 {
        top: 10px;
        margin-bottom: 30px;
        width: 50%;
        margin-left: 20%;
        
    }
    .cardMiddle-view {
        top: 80px;
        margin-bottom: 30px;
        margin-left: 15%;
        width: auto;
    }
    .MainBox {
        width: 150px;
        height: 50px;
        display: inline-block;
        background-color: #274554;
        cursor: pointer;
    }

        .MainBox.BoxActive {
            width: 150px;
            height: 50px;
            display: inline-block;
            background-color: #385563;
            box-shadow: 4px 8px #d3d3d3;
            margin: 5px;
            cursor: pointer;
        }

    .block {
        text-align: left;
        font-weight: bold;
        width: 200px;
    }

    .homeImage {
        max-height: 480px;
        max-width: 480px;
        left: 50%;
        margin-left: -240px;
        position: fixed;
    }

    #floatingMenu {
        z-index: 110;
        top: 60px;
        background-color: #16272F;
        position: fixed;
        width: auto;
        height: auto;
    }

    .PageTitle {
        position: fixed;
        float: left;
        color: white;
        margin-left: 380px;
        font-size: 1.2em;
        z-index: 12;
        top: 10px;
        display: inline;
    }

        .PageTitle > span {
            margin-left: 20px;
            color: white;
        }

        .PageTitle > #spaceLink {
            margin-left: 20px;
            color: white;
        }

    .HeaderPageLinks {
        z-index: 12;
        color: white;
        position: fixed;
        float: left;
        margin-left: 360px;
        font-size: 1.0em;
        top: 30px;
        display: inline;
    }

        .HeaderPageLinks a {
            color: white;
        }

    .createButton {
        color: white;
        font-size: 1.5em;
        display: inline;
        float: right;
        margin-right: 5px;
        cursor: pointer;
    }


    .fa-plus:hover, .fa-sign-out-alt:hover, fa-sign-in-alt:hover, fa-envelope:hover {
        color: gray;
    }

    .nav-logo {
        height: auto;
        width: auto;
        min-height: 50px;
        min-width: 100px;
        max-height: 50px;
        max-width: 300px;
        left: 79px;
        top: 5px;
        display: inline;
        z-index: 12;
        position: fixed
    }

    .page-nav-margin {
        padding-bottom: 284px;
        overflow: auto;
        height: auto;
        margin-top: 10px;
        left: 0;
        width: 100%;
        padding-top: 60px;
        z-index: -2;
        display: inline;
        vertical-align: top;
        position: absolute;
    }


    .ResultBox {
        display: block;
        border: 1px solid black;
        width: 40%;
        height: auto;
        margin-left: 20px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .PlusMenu {
        position: fixed;
        float: right;
        margin-right: 340px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.3em;
        top: 5px;
    }
    .ReportIcon {
        position: fixed;
        float: right;
        margin-right: 390px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.5em;
        top: 15px;
    }
    .TicketsIcon {
        position: fixed;
        float: right;
        margin-right: 425px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.5em;
        top: 15px;
    }
    .DashboardIcon {
        position: fixed;
        float: right;
        margin-right: 465px;
        z-index: 12;
        right: 0;
        color: white;
        font-size: 1.5em;
        top: 15px;
    }
    .SearchBar {
        z-index: 12;
        top: 12px;
        position: fixed;
        float: right;
        margin-right: 110px;
        width: 200px;
        right: 0;
        font-size: 1.1em;
        display: inline;
    }

    .searchicon {
        z-index: 12;
        position: fixed;
        font-size: 1.5em;
        color: white;
        float: right;
        margin-right: 70px;
        right: 0;
        top: 8px;
        display: inline;
    }

        .searchicon:hover {
            cursor: pointer;
            color: gray;
        }

    .signout {
        z-index: 12;
        position: fixed;
        font-size: 1.9em;
        color: white;
        float: right;
        margin-right: 20px;
        right: 0;
        top: 5px;
        display: inline;
    }

    .SearchPage {
        padding-top: 55px;
    }

    .Results td {
        padding-right: 50px;
    }
}

#ResultTable th {
    text-align: left;
    width: 200px;
}

#ResultTable td {
    text-align: left;
    width: 200px;
}

textarea {
    width: 100%;
}

.HeaderIconsLinks {
    color: white;
}

.HeaderIcons {
    float: right;
    right: 0;
    top: 20px;
    font-size: 1.6em;
    position: fixed;
}

.MenuButton {
    position: fixed;
    background-color: none;
    z-index: 12;
    height: 60px;
    border: none;
    width: 60px;
    top: 0;
    display: inline;
}

.HeaderBorder {
    height: 60px;
    z-index: 10;
    float: left;
    width: 100%;
    position: fixed;
    background-color: #16272F;
    left: 0;
    top: 0;
    display: inline;
}

html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
}



.customfooter a, .customfooter span {
    color: white;
    font-size: 0.7em;
}

.customfooter {
    background-color: #16272F;
    color: white;
    left: 0;
    height: 22px; /* footer height */
    position: fixed;
    bottom: 0;
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        position: absolute;
        left: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        margin-left: .1rem;
        margin-right: .1rem;
    }
