html {
    overflow-y: auto;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Century Gothic', 'sans-serif';
    height: 100%;
    background-color: gainsboro;
}

.modal-backdrop.in {
    background: white;
    filter: Alpha(Opacity=60);
    opacity: 0.60;
}

.noteAlert {
    background-color: red;
}

.noteAlert:hover {
    background-color: #607D8B;
}

.alert-animation {
    animation: animationFrames linear 2s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 2s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 2s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 2s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        transform: rotate(0deg) scaleX(1.20) scaleY(1.20);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -moz-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -moz-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    40% {
        -moz-transform: rotate(-3deg) scaleX(1.00) scaleY(1.00);
    }
    50% {
        -moz-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    60% {
        -moz-transform: rotate(-3deg) scaleX(1.00) scaleY(1.00);
    }
    70% {
        -moz-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    80% {
        -moz-transform: rotate(-3deg) scaleX(1.00) scaleY(1.00);
    }
    90% {
        -moz-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    100% {
        -moz-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -webkit-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -webkit-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    40% {
        -webkit-transform: rotate(-3deg) scaleX(1.00) scaleY(1.00);
    }
    50% {
        -webkit-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    60% {
        -webkit-transform: rotate(-3deg) scaleX(1.00) scaleY(1.00);
    }
    70% {
        -webkit-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    80% {
        -webkit-transform: rotate(-3deg) scaleX(1.00) scaleY(1.00);
    }
    90% {
        -webkit-transform: rotate(3deg) scaleX(1.00) scaleY(1.00);
    }
    100% {
        -webkit-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -o-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        -o-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        -o-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        -o-transform: rotate(0deg) scaleX(1.20) scaleY(1.20);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg) scaleX(1.00) scaleY(1.00);
    }
    10% {
        -ms-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    20% {
        -ms-transform: rotate(-3deg) scaleX(0.80) scaleY(0.80);
    }
    30% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    40% {
        -ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    50% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    60% {
        -ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    70% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    80% {
        -ms-transform: rotate(-3deg) scaleX(1.20) scaleY(1.20);
    }
    90% {
        -ms-transform: rotate(3deg) scaleX(1.20) scaleY(1.20);
    }
    100% {
        -ms-transform: rotate(0deg) scaleX(1.20) scaleY(1.20);
    }
}

.fontAwesomeButton:hover {
    color: #607D8B;
}

.settingsInput {
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
}

.settingsInput:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(96, 125, 139, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(96, 125, 139, 0.6);
    border-color: #607D8B;
    outline: 0;
}

.tooltip-inner {
    background-color: #607D8B !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #607D8B !important
}

.tooltip.in {
    opacity: 1 !important
}

.menuItemButton {
    padding: 5px;
    border-radius: 3px;
    border: none;
    background-color: transparent;
}

.menuItemButton:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #607D8B;
    color: white;
}

.menuButton:hover,
.forgotPassword:hover,
.logInAgain:hover {
    cursor: hand;
    cursor: pointer;
    color: #607D8B;
}

.pkColumn {
    width: 0px;
    padding: 0px !important;
}

.dateColumn {
    width: 150px;
}

.referenceColumn {
    width: 150px;
}

.valueColumn {
    width: 150px;
}

.balanceColumn {
    width: 150px;
}

.showPassword {
    cursor: hand;
    cursor: pointer;
}

.showPassword:focus,
.passwordInput:focus {
    outline: 0;
}

.showPassword:hover {
    color: #607D8B;
}

.plateRow {
    font-weight: normal;
}

.plateRow:hover {
    font-weight: bold;
}

.communications {
    background-color: white;
}

.communications:hover {
    background-color: #9DB1BB;
    cursor: pointer;
    cursor: cursor;
}

.communicationsSelect {
    background-color: #607D8B;
    color: white;
}

.communicationsRed {
    background-color: white;
    color: rgb(169, 68, 66);
}

.communicationsRed:hover {
    background-color: #9DB1BB;
    cursor: pointer;
    cursor: cursor;
}

.communicationsRedSelect {
    background-color: #9DB1BB;
    color: rgb(169, 68, 66);
    font-weight: bold;
}

.communicationsGreen {
    background-color: white;
    color: green;
}

.communicationsGreen:hover {
    background-color: #9DB1BB;
    cursor: pointer;
    cursor: cursor;
}

.communicationsGreenSelect {
    background-color: #9DB1BB;
    color: green;
    font-weight: bold;
}

.tablerow:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #607D8B;
    color: white;
}

iframe {
    display: none;
}

.garageCheck {
    position: absolute;
    top: 5px;
    right: 3px;
    background: white;
    font-size: 21px;
    cursor: cursor;
    cursor: pointer;
}

.serviceStationItem {
    padding: 5px;
}

.serviceStationItem:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #607D8B;
    color: white;
}

.extraClass {
    opacity: 1 !important;
}

.hiddenColumn {
    width: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 0px !important;
}


/* screen locking */

.lockOff {
    display: none;
    visibility: hidden;
}

.lockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.9;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}