﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 100px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 5;
}

.container {
    margin-left: 10px !important;
}

/*.userGridAltRowClass {
    background-color: #DDDDDC;
    background-image: none;
}*/

.ui-jqgrid tr.jqgrow td {
    font-size: 1.4em
}

.ui-widget-header {
    background-color: #FDD50C !important;
    background-image: none;
    color: #334F61;
}


.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
    background-color: #FDD50C !important;
    background-image: none;
    color: #334F61;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: larger;
}

.checkmark {
    width:30px;
    padding: 5px;    
}

.checkmarkdisabled {
    width: 30px;
    padding: 5px;
    filter: brightness(150%);
}

#banner {
    height: 85px;
    background-color: #405B75;
    width: 100%;
    margin-bottom: 10px;
    position: fixed;
    z-index: 10;
}


.actionicon {
    padding-left: 10px;
}


.toplogo {
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    display: inline !important;
}

.topcompany {
    margin-left: 320px;
    position: absolute;
    top: 10px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30pt;
    color: white;
}

.loginpanel {
    background-color: white;
    width: 375px;
    height: 300px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #405B75;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: absolute;
    top: 40%;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}


.loginbanner {
    height: 50px;
    font-family: Roboto,sans-serif !important;
    font-size: 14pt;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-field-wrapper {
    position: relative;
    width: 250px;
    height: 44px;
    line-height: 20px;
    margin-bottom: 10px;
}

.loginlabel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #d3d3d3;
    transition: 0.2s all;
    cursor: text;
    font-weight: normal;
}

.login-input {
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #d3d3d3;
    box-shadow: none;
    color: #111;
}

.login-input:invalid {
    outline: 0;
}

.login-input:-webkit-autofill,
.login-input:focus,
.login-input:valid {
    border-color: #405B75;
}

.login-input:-webkit-autofill ~ label,
.login-input:focus ~ label,
.login-input:valid ~ label {
    font-size: 12px;
    top: -15px;
    color: #405B75;
}

.loginfooter {
    width: 100%;
    text-align: center;
}

.login-btn-2 {
    background-color: #405B75;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 5px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: box-shadow .2s,-ms-transform 1ms,-webkit-transform 1ms,transform 1ms;
    user-select: none;
    -webkit-user-select: none;
    width: auto;
}

.login-btn-2:active {
    border-color: #000000;
    transform: scale(.96);
}


.login-btn {
    border: none;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 2.5px 12px;
    transition: 0.2s all, transform 1ms;
    background-color: white;
}

.login-btn:hover {
    box-shadow: 0 6px 2px -4px rgb(0 0 0 / 20%), 0 4px 4px 0 rgb(0 0 0 / 14%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background-color: lightgray;
}

.login-btn:active {
    transform:scale(0.95);
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    /*remove input background set by browser*/
    transition: background-color 600000s 0s, color 600000s 0s;
}

#footer {
    position: fixed;
    height: 24px;
    background-color: #405B75;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    color: white;
    padding-left: 10px;
}

/*.actionicon {
    padding-left: 5px;
}*/

#debug {
    position: fixed;
    height: 24px;
    background-color: yellow;
    bottom: 0px;
    left: 600px;
    margin-bottom: 0px;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}

/*input[type="checkbox"] {
    display: none;
}

input[type='checkbox'][disabled][checked] {
    width: 0px;
    display: inherit;
    height: 0px;
}

input[type='checkbox'][disabled][checked]:after {
    content: '\e013';
    position: absolute;
    margin-top: -10px;
    opacity: 1 !important;
    margin-left: -5px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}*/

.grid-date {
    display: inline-block;
    width: 200px;
}

.grid-user {
    display: inline-block;
    width: 250px;
}

.grid-activity {
    display: inline-block;
    width: 400px;
}

.highlight,
.highlight_bad {
    color: red;
    font-weight: bold;
}

.highlight_good {
    color: lime;
    font-weight: bold;
}

table {
    border-collapse: collapse
}

.highlight_row
{
    
    background-color: lightcoral;
}