﻿body {
    background-color: #e6e6e6;
}

body, h1, h2, h3, h4, h5, h6 {
    /*font-family: Verdana,sans-serif;*/
    color: #666;
    font-weight: lighter;
    font-size: medium;
    background-color: white;
}

.form-content {
    margin-left: 20%;
    margin-right: 20%;
    width: 100%;
}

.form-dialog-content {
    margin: 16px 32px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .form-content {
        margin: 0px 15px;
    }
}

.navbar .container {
    width: 90%;
    max-width: 90%;
}

.navbar-toggle .icon-bar {
    background: #888;
}

.page-title {
    padding: 0;
    font-size: 24px;
    letter-spacing: -1px;
    display: inline-block;
    color: black;
    margin: 15px 0px 35px;
    font-weight: lighter;
}

.ticket-timer {
    font-weight: bold;
    font-size: xx-large;
}

/*@media all and (min-width:768px)*/
.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: right;
}

/* for slim dropdown menu, for griid inline functions*/

.slim-dropdown-menu > li > a {
    padding: 0px;
}

label.control-label.form-group-label {
    /* calc found on bootstrap v4 class col-form-label */
    /* https://v4-alpha.getbootstrap.com/components/forms/#form-groups */
    /* */
    /* padding-top: calc(.9rem - 1px * 2); */
    /* padding-bottom: calc(.9rem - 1px * 2); */
    /* switched to fixed px */
    padding-top: 8px;
    padding-bottom: 7px;
}

.form-horizontal .control-label {
    text-align: left;
}

.tab-pane {
    padding: 15px 25px 15px 25px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

ul.dropdown-menu {
    font-size: medium;
}

.navbar-no-hover {
    text-decoration: none;
    background-color: transparent !important;
}

#menu {
    width: 100%;
    background-color: lightgray;
    margin: 0px 0px;
}

.logo-panel {
    margin: 10px 0px;
}

.header-logged-in {
    margin-bottom: 0px !important;
}

.nbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.modal-checkbox {
    width: 20px !important;
    height: 20px;
}

.modal-header {
    text-align: left;
    display: block;
}

.form-inline .form-control {
    margin-bottom: 10px;
    width: 100%;
}

.btn-grid {
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
}

.form-inline label {
    justify-content: unset !important;
    display: block;
}

.paginate_button {
    padding: 0 !important;
    border: none !important;
}

.no-footer {
    border-bottom: 2px solid #DDE1E5 !important;
}

th {
    border-bottom: 3px solid #dee2e6 !important;
}

.form-width-max {
    width: 100% !important;
}

.modal-margin {
    margin-left: 40px;
}

.margin-center {
    margin-left: 25%;
}


.layout-header {
}

.layout-footer > .row {
    margin-top: 20px;
    background-color: lightgrey;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #666666;
}

.layout-footer > div > a {
    color: white;
}

.header-title {
    height: 28px;
    font-family: AvenirNextLTPro-Demi;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #000000;
    margin-left: 20px;
}

.after-footer {
    height: 4px;
}

.dataTableAlignRight {
    text-align: right;
}

.dataTableAlignCenter {
    text-align: center;
}

#LicensePlate_PermitProduct {
    border: none;
}

#welcome-msg {
    text-align: left;
}

.expand-msg {
    visibility: hidden;
}

.reserved-transaction {
    background-color: antiquewhite !important;
}

.parking-session-modal-nomargin > div {
    margin-bottom: 0px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}

.loader-red {
    border: 16px solid lightgray; /* Light grey */
    border-top: 16px solid #ec0000; /* Red */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#paymentForm .jqx-input-content {
    font-size: 20px !important;
    text-align: left !important;
}

.delete-btn-disabled {
    opacity: 0.35;
}

.required-symbol {
    color: red;
    padding-left: 10px;
}

#sysConfigTab div.card {
    margin-top: 10px;
}

.customer-info-padding > * {
    padding-right: 15px;
}

.main-container {
    overflow-x: hidden;
}

.jxq-size-width {
    width: 55% !important;
}

.table-word-wrap {
    display: inline-block;
    /* width: 100px; */
    word-wrap: break-word;
}

.tableFullWidth {
    width: 100% !important
}

#accountsCB {
    width: 237px !important;
    margin-right: 15px !important;
}

.cbDropdown {
    margin-right: 15px !important;
}

#dropdownlistArrowaccountsCB {
    left: 219px !important;
}

#select-all-checkbox {
    margin-right: 200px;
}

#select-all-cb label {
    line-height: 0.5;
}

#select-all-cb {
    padding-top: 0px;
    padding-left: 0px;
}

.sepa-cb-no-padding {
    padding-left: 0px;
}

.logout-button {
    cursor: pointer;
}

.new-parking-footnote {
    padding-top: 10px;
    color: #4A4A4A;
}

.customer-balance-line-height {
    line-height: 2.31;
}

.word-break-all {
    word-break: break-all;
}

.word-break-word {
    word-break: break-word;
}

.font-size-20 {
    font-size: 20px;
}

.padding-right-10 {
    padding-right: 10px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.height-40 {
    height: 40px;
}

.parking-session-modal-hr-margin {
    margin-top: -19px;
}

.invisible {
    visibility: hidden;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.w-250{
    width:250px;
}

.password-help-padding {
    margin-left: 12px;
}

.help-text-padding {
    padding-right: 5px;
    margin-left: 12px;
}

.pr-5p {
    padding-right: 5px;
}

.ml-5p{
    margin-left:5px;
}

.linkColor{
    color: white;
}

.payment-success {
    color: #6BBA70;
}

.payment-pending {
    color: #356AA0;
}

.payment-failed {
    color: #FF1A00;
}

.payment-cancelled {
    color: #36393D;
}

a {
    color :#004794;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    /*content: "Q" !important;*/
    background-color: #1C631C !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    /*content: "test" !important;*/
    background-color: #A82424 !important;
}

a.skip {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip:focus, a.skip:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 4px solid yellow;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }

.borderlessBtn {
    border: 0;
    background-color:white;
}


.growl.growl-notice {
    color: #FFF;
    background: #19713F;
}

.growl.growl-warning {
    color: #FFF;
    background: #935D06;
}

.growl.growl-error {
    color: #FFF;
    background: #B33629;
}

.transactionIdInfo {
    font-family: 'Avenir Next LT Pro Demi';
    font-size: 20px;
    line-height: 21px;
    font-weight: bolder;
}

.hiddenFakeInputOnPage {
    position: fixed;
    top: -100px;
    left: -100px;
    width: 5px;
}

.bold-font {
    font-weight: bolder;
}

.paymentLinks {
    text-decoration: underline;
}