﻿body {
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
}

label > input[type="checkbox"] {
    margin-top: 0px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    max-width: 1020px;
    width: auto;
}

@media all and (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        max-width: 1140px;
    }
}

@media all and (min-width: 1400px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        max-width: 1320px;
    }
}

.hidden {
    visibility: hidden;
}

.hidden-val {
    visibility: hidden;
    display: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

    .editor-field label {
        display: inline-block;
    }

        .editor-field label input[type='checkbox'] {
            margin-top: -3px;
        }

    .editor-field.editor-field-inline-check {
    }

        .editor-field.editor-field-inline-check input[type='checkbox'] {
            margin-top: -3px;
        }

        .editor-field.editor-field-inline-check label {
            width: 196px;
        }

        .editor-field.editor-field-inline-check .input-prepend {
            margin-bottom: 0;
            width: 40%;
            margin-top: -5px;
        }

            .editor-field.editor-field-inline-check .input-prepend input[type='text'] {
                width: 52%;
            }

    .editor-field [class^="fees-"] {
        display: flex;
        justify-content: flex-start;
        gap: 5px;
        align-items: center;
    }

        .editor-field [class^="fees-"] > div {
            margin: 0;
            width: auto;
        }

.inputHiden {
    width: 35px;
}

.btn i.fa, .btn i.fas, .btn i.far {
    margin-right: 5px;
}

.btn.btn-mini i.fa, .btn.btn-mini i.fas, .btn.btn-mini i.far {
    margin: 0px;
}

.btn.short-link i.fa, .btn.short-link i.fas, .btn.short-link i.far {
    margin-right: 0;
}

button.close i.fa,
button.close i.fas {
    font-size: 16px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

    .field-validation-error span, span.field-validation-error {
        display: block;
    }

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    color: #721c24;
}

    .validation-summary-errors ul,
    table.dataTable tr td .validation-summary-errors ul {
        background-color: #f8d7da;
        border-color: #f5c6cb;
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-color: #f5c6cb;
        border-radius: .25rem;
        margin: 10px 0;
    }

        table.dataTable tr td .validation-summary-errors ul li {
            list-style: initial;
        }

.validation-summary-valid {
    display: none;
}

.input-search input {
    padding-right: 25px;
}

.input-search button.btn {
    line-height: 24px;
}

.input-search button[type='reset'] {
    background-color: transparent;
    border: none;
    position: absolute;
    margin-left: -25px;
    line-height: 28px;
    color: #666;
    z-index: 100;
}

/*--------------JQgrid---------------------*/
.myAltRowClass {
    background-color: #DCFFFF;
    background-image: none;
}

/* fix the size of the pager */
input.ui-pg-input {
    width: auto;
}
/* fix the grid width */
table {
    border-style: none;
    border-collapse: separate;
}

    table td {
        border-style: none;
    }

        table td.align-center {
            text-align: center;
        }

        table td.wrapped-text {
            word-break: break-word;
        }

        table td.action-items {
            text-align: center;
            min-width: 70px;
        }

            table td.action-items a {
                margin-right: 5px;
                text-decoration: none;
            }

                table td.action-items a:last-of-type {
                    margin-right: 0;
                }

        table td.long-text {
            overflow-wrap: break-word;
            max-width: 120px;
        }

.ui-jqdialog-content table.group th {
    background-color: inherit;
}

.ui-autocomplete {
    /* for IE6 which not support max-height it can be width: 350px; */
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
    /*.ui-autocomplete.ui-menu { opacity: 0.9; }*/
    .ui-autocomplete.ui-menu .ui-menu-item {
        font-size: 0.75em;
    }

    .ui-autocomplete.ui-menu a.ui-state-hover {
        border-color: Tomato;
    }

.ui-resizable-handle {
    z-index: inherit !important;
}

/*--------------custom styles---------------*/
.lbjs .lbjs-list .lbjs-item a {
    margin-left: 5px;
}

ul.page-title-sub-navigation {
    padding: 0px;
    display: inline-block;
    float: right;
    margin: 0 0 0 10px;
}

    ul.page-title-sub-navigation li {
        display: inline-block;
        /*padding: 0px 7px;*/
        /*background-color: #1876B4;*/
        margin: 0 0 0 5px;
        /*box-shadow: 1px 1px 0px #999;
        border-radius: 3px;*/
    }

        ul.page-title-sub-navigation li:last-of-type {
            border-right: none;
        }

        ul.page-title-sub-navigation li.form-action {
            background-color: transparent;
            padding: 0;
        }

        /*ul.page-title-sub-navigation li a {
            color: #FFF;
            line-height: 29px;
        }*/

        ul.page-title-sub-navigation li a:hover {
            text-decoration: none;
            /*text-shadow: 1px 1px 1px #330000;*/
        }

        /*ul.page-title-sub-navigation li.green {
            background-color: #04B404;
        }*/

        ul.page-title-sub-navigation li .filter-select {
            padding: 0 0 0 10px;
            border-radius: 5px;
            background-color: #FFF;
            margin: 2px 0 0 0;
        }

            ul.page-title-sub-navigation li .filter-select label {
                display: inline-block;
                margin: 3px 5px 0 0;
                float: left;
                font-size: 12px;
                font-weight: bold;
            }

.tableForm {
    position: absolute;
    max-width: 500px;
}

.formFirstColumn {
    width: 50%;
}

.formSecondColumn {
    width: 25%;
}

    .formSecondColumn .time_fields {
        width: 180px;
    }

.table-bordered tr td a.action-btn {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

    .table-bordered tr td a.action-btn:last-of-type {
        margin-right: 0;
    }

    .table-bordered tr td a.action-btn .fa-dollar-sign {
        color: #218955;
        transition: ease all 0.3s;
        font-size: 14px;
    }

    .table-bordered tr td a.action-btn:hover .fa-dollar-sign {
        color: #5BB65B;
    }


table.dataTable tr td a.action-btn {
    width: 16px;
    height: 16px;
    display: inline-block;
}

    table.dataTable tr td a.action-btn.hidden {
        display: none;
    }

table.dataTable tr td a.remove {
    background: url('/Content/Images/cross-circle-frame.png') no-repeat 0 0;
}

table.dataTable tr td a.add {
    background: url('/Content/Images/tick-circle.png') no-repeat 0 0;
}

table.dataTable tr td a.edit {
    background: url('/Content/Images/edit.png') no-repeat 0 0;
}

table.dataTable tr td a.edit-user {
    background: url('/Content/Images/user--pencil.png') no-repeat 0 0;
}


table.dataTable tr td a.password {
    background: url('/Content/Images/key-icon.png') no-repeat 0 0;
}

table.dataTable tr td span.validation-msg {
    color: red;
}

table.dataTable tr td ul {
    margin: 0;
    padding: 0;
}

    table.dataTable tr td ul li {
        list-style: none;
    }

table.dataTable tbody tr.unassigned td {
    font-weight: bold;
    color: red;
}

    table.dataTable tbody tr.unassigned td.action-col a {
        display: none;
    }

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2040 !important;
    background-color: black;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    display: none;
}

#loadImg,
div.load-img {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
}

    #loadImg div,
    div.load-img div {
        display: block;
        position: relative;
        margin: 100px auto;
        height: 100vh;
        background: #fff;
        text-align: center;
        vertical-align: middle;
    }

    #loadImg.small div,
    div.load-img.small div {
        margin: 20px auto;
        height: 48px;
    }

.loading-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.filters-table {
    width: 100%;
}

    .filters-table td {
        padding: 0;
    }

        .filters-table td span {
            float: left;
            margin-top: -7px;
        }

        .filters-table td.inline-checkbox input[type='checkbox'] {
            display: inline-block;
            margin-top: -3px;
        }

        .filters-table td.inline-checkbox label {
            display: inline-block;
            font-size: 13px;
        }

        .filters-table td .chosen-container span {
            margin-top: 0;
        }

        .filters-table td input[type='button'],
        .filters-table td a.action-btn {
            float: left;
            margin-top: -10px;
        }

            .filters-table td input[type='button'].pull-right {
                float: right;
            }

        .filters-table td.action-buttons {
            text-align: right;
        }

            .filters-table td.action-buttons .no-margin {
                margin-right: 0;
            }

    .filters-table .btn-success {
        margin-left: 10px;
    }

        .filters-table .btn-success.no-margin {
            margin-left: 0;
        }

    .filters-table input[type='checkbox'] {
        margin-top: -3px;
    }

    .filters-table .multiselect-container-box input[type='checkbox'] {
        margin-top: 3px;
    }

    .filters-table .btn.no-margin {
        margin-top: 0px;
    }

    .filters-table .multiselect-container-box {
        width: 220px;
        position: relative;
        display: block;
    }

    .filters-table .btn-group {
        box-sizing: border-box;
        display: block;
    }

        .filters-table .btn-group > .btn:first-child {
            width: 220px;
            padding: 2px 10px;
            margin-top: 10px;
            text-align: left;
            font-size: 13px;
            font-family: "Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif" !important;
        }

    .filters-table .btn .caret {
        float: right;
    }

    .filters-table.d-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        gap: 10px;
    }

        .filters-table.d-flex > div {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            .filters-table.d-flex > div:last-of-type {
                flex-wrap: nowrap;
            }

        .filters-table.d-flex > div button {
            margin: 0;
        }

        .filters-table.d-flex > div label {
            margin-bottom: 0;
        }

.settings-box .report-filters .filters-table.quick-sort-table #PageSize,
.settings-box .report-filters .filters-table.quick-sort-table #SplitByCompany {
    width: 80px;
}

.settings-box .report-filters .filters-table.quick-sort-table #Refund {
    width: 140px;
}

.settings-box .report-filters .filters-table.quick-sort-table .date-picker {
    width: 80px;
}

.settings-box .report-filters .filters-table.quick-sort-table .reload-timer {
    font-style: normal;
    font-size: 10px;
    color: #555;
}

.multiselect-container > li.sub-group {
    padding-left: 10px;
}

.multiselect-container > li > label.multiselect-group {
    color: #666;
}

    .multiselect-container > li > label.multiselect-group input[type='checkbox'] {
        margin: -1px 7px 0 0;
    }

.multiselect-container > li > a > label span.hidden {
    display: none;
    position: absolute;
    left: 0;
}

/* Charts */
.charts-placeholder .data-chart {
    display: block;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    width: 100%;
}

    .charts-placeholder .data-chart .data-chart-header {
        background-color: #fff;
        padding: 10px 20px;
        display: block;
        font-size: 12px;
        font-weight: bold;
    }

    .charts-placeholder .data-chart .data-chart-body {
        padding: 10px 20px;
        flex: 1 1 auto;
        min-height: 1px;
        display: block;
    }

        .charts-placeholder .data-chart .data-chart-body .flot-chart {
            display: block;
            width: 100%;
            height: 250px;
            position: relative;
            padding-bottom: 95px !important;
        }

            .charts-placeholder .data-chart .data-chart-body .flot-chart.dynamic-series {
                width: 80%;
                float: left;
            }

        .charts-placeholder .data-chart .data-chart-body .variables {
            width: 20%;
            float: right;
            display: block;
            overflow-y: auto;
            height: 340px;
        }

            .charts-placeholder .data-chart .data-chart-body .variables .choice {
                display: block;
            }

                .charts-placeholder .data-chart .data-chart-body .variables .choice input[type='checkbox'] {
                    display: inline-block;
                    margin: 0 5px 0 0;
                }

                .charts-placeholder .data-chart .data-chart-body .variables .choice label {
                    display: inline-block;
                    font-size: 11px;
                    margin: 0;
                }

                .charts-placeholder .data-chart .data-chart-body .variables .choice span.icon {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    border-radius: 10px;
                    margin-right: 5px;
                }

        .charts-placeholder .data-chart .data-chart-body div.xAxis div.tickLabel {
            transform: rotate(-90deg);
            -ms-transform: rotate(-90deg); /* IE 9 */
            -moz-transform: rotate(-90deg); /* Firefox */
            -webkit-transform: rotate(-90deg); /* Safari and Chrome */
            -o-transform: rotate(-90deg); /* Opera */
            /*rotation-point:50% 50%;*/ /* CSS3 */
            /*rotation:270deg;*/ /* CSS3 */
            max-width: 160px !important;
            top: 280px !important;
        }

    .charts-placeholder .data-chart .legend .legendColorBox > div,
    .charts-placeholder .data-chart .legend .legendColorBox > div > div {
        border-radius: 400px;
    }

/*  Footer */
.blue-rule {
    border-top: 8px solid #1876B4;
    margin-bottom: 10px;
}


/* Account selection */
.account-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

    .account-selector .selector form {
        margin-bottom: 0;
    }

        .account-selector .selector form .btn-group {
            margin-bottom: 0;
        }

        .account-selector .selector form #btnSelectedCompaniesClear {
            display: none;
        }

    .account-selector .app-links {
        display: flex;
    }

        .account-selector .app-links a.app-link {
            height: 40px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
        }

            .account-selector .app-links a.app-link.app-store {
                width: 135px;
                background-image: url('/content/apps/badge_appstore-lrg.png');
                margin-right: 5px;
            }

            .account-selector .app-links a.app-link.google-play {
                width: 115px;
                background-image: url('/content/apps/en_generic_rgb_wo_45.png');
            }



/* MAIN MENU */
#menu {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 80px;
    min-height: 40px;
}

    #menu.menu-short {
        padding-bottom: 15px;
    }

ul#nav,
ul.mainnav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: url(/Content/images/menu_bg_new.png);
}

.leftCorner {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rightCorner {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul#nav li {
    display: inline;
}

    ul#nav li a,
    .mainnav li a {
        float: left;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
        margin: 0;
        padding: 0 9px;
    }

    /* APPLIES THE ACTIVE STATE */
    ul#nav > .current > a, ul#nav li:hover > a,
    .mainnav > li > a:hover {
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px 1px #330000;
        /*background-image: url('Content/images/menu_bg_new_hover.png');*/
    }

    ul#nav .current a span, ul#nav li > a span {
        /*background-image: url('Content/images/triangle.png');*/
        line-height: 40px;
        display: block;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav ul {
    display: none;
}

/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav .current > ul, ul#nav li > ul {
    position: absolute;
    /*display: block;*/
    width: 960px;
    height: 45px;
    position: absolute;
    margin: 40px 0 0 0;
}

    ul#nav .current > ul li a, ul#nav li > ul li a {
        float: left;
        line-height: 45px;
        color: #2C519F !important;
        text-decoration: none;
        margin: 0;
        padding: 0 4px 0 3px;
        background: none;
        text-shadow: none;
    }

ul#nav li:hover > ul li a:hover {
    text-decoration: underline;
    text-shadow: none;
}

ul#nav ul .current a {
    font-weight: bold;
    color: #000 !important;
}

/*General Menu Styling*/
ul.mainnav {
    margin: 0 auto;
}

    ul.mainnav li {
        list-style: none;
    }

        ul.mainnav li.user-manuals {
            float: right;
        }

        ul.mainnav li a {
            text-decoration: none;
        }

    ul.mainnav .dropdown {
        position: absolute;
        width: 220px;
        opacity: 0;
        visibility: hidden;
        transition: ease-out .35s;
        -moz-transition: ease-out .35s;
        -webkit-transition: ease-out .35s;
        z-index: 100;
        margin: 40px 0 0 0;
    }

.mainnav li {
    float: left;
    /*padding: 5px;
    background: maroon;
    border-left: 1px dotted #fff;*/
}

    .mainnav li:first-child {
        border: none;
    }

    .mainnav li a {
        display: block;
        /*padding: 2px 20px;
        color: #fff;
        font-family: arial;*/
    }

    .mainnav li:hover {
        /*background: #fff;*/
        transition: ease-in .35s;
        -moz-transition: ease-in .35s;
        -webkit-transition: ease-in .35s;
    }

        .mainnav li:hover a {
            /*color: maroon;*/
            transition: ease-in .35s;
            -moz-transition: ease-in .35s;
            -webkit-transition: ease-in .35s;
        }
/*First Level*/
ul.mainnav .subs {
    /*left: -45px;*/
    position: relative;
    width: 220px;
    border-left: none !important;
}

    ul.mainnav .subs:last-child {
        border: none !important;
    }

ul.mainnav .hassubs:hover > .dropdown,
ul.mainnav .hassubs .hassubs:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
}

ul.mainnav .hassubs:hover > .dropdown {
    background-color: #0E6EB2;
}

.mainnav li ul.dropdown li a {
    /*line-height: 32px;*/
    display: block;
    width: 220px;
    line-height: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.mainnav li:hover ul a, .mainnav li:hover ul li ul li a {
    color: #FFF;
}

.mainnav li ul li:hover, .mainnav li ul li ul li:hover {
    background-color: #1A81C4;
    transition: ease-in-out .35s;
    -moz-transition: ease-in-out .35s;
    -webkit-transition: ease-in-out .35s;
}

    .mainnav li ul li:hover a, .mainnav li ul li ul li:hover a {
        transition: ease-in-out .35s;
        -moz-transition: ease-in-out .35s;
        -webkit-transition: ease-in-out .35s;
        text-shadow: 1px 1px 1px #330000;
    }


/*Second Level*/
.hassubs .hassubs .dropdown .subs {
    position: relative;
    width: 200px;
}

.hassubs .hassubs .dropdown {
    position: absolute;
    width: 200px;
    margin: 0 0 0 220px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.settings-box {
    margin-top: 10px;
    border: 1px solid black;
    margin-bottom: 10px;
}

    .settings-box .chosen-container-multi .chosen-choices {
        border-radius: 5px;
    }

.settings-header {
    background-color: #9EC6E0;
    border-bottom: 1px solid black;
    padding: 7px;
    height: 30px;
}

.settings-box .settings-header {
    border-bottom: none;
}

    .settings-box .settings-header #searchForm {
        float: right;
        width: auto;
        margin: 0 0 0 10px;
        height: auto;
    }

        .settings-box .settings-header #searchForm .search-btn-container {
            width: auto;
            padding-top: 0;
            height: auto;
        }

            .settings-box .settings-header #searchForm .search-btn-container a,
            .settings-box .settings-header #searchForm .search-btn-container *[type='submit'],
            .settings-box .settings-header #searchForm .search-btn-container input[type='text'] {
                margin-bottom: 0;
            }

.settings-box .back-link {
    margin: 0px -1px 0px 0px;
    border: solid 1px #000;
    padding: 4px 10px;
    border-radius: 0 0 5px 5px;
    float: right;
}

    .settings-box .back-link:hover {
        text-decoration: none;
    }

.settings-box .report-filters {
    margin: 7px;
}

    .settings-box .report-filters table tr td {
        vertical-align: middle;
        padding: 0 10px 5px 0;
    }

        .settings-box .report-filters table tr td:first-child {
            max-width: 70px;
        }

        .settings-box .report-filters table tr td:last-child {
            padding-right: 0;
        }

        .settings-box .report-filters table tr td label,
        .settings-box .report-filters table tr td input[type='text'],
        .settings-box .report-filters table tr td select {
            margin-bottom: 0;
        }

        .settings-box .report-filters table tr td.last-btn {
            padding-right: 0;
        }

        .settings-box .report-filters table tr td.has-sublinks {
            padding-bottom: 15px;
        }

        .settings-box .report-filters table tr td .subset-links {
            position: absolute;
        }

    .settings-box .report-filters table.data-filter-table tr td:first-child {
        width: 70px;
    }

    .settings-box .report-filters table.data-filter-table tr td select {
        width: 80px;
    }

    .settings-box .report-filters table.data-filter-table tr td:nth-child(2) {
        width: 80px;
    }

    .settings-box .report-filters table.data-filter-table tr td:nth-child(3) {
        width: 55%;
    }

    .settings-box .report-filters table.data-filter-table tr td:nth-child(4),
    .settings-box .report-filters table.data-filter-table tr td:nth-child(5) {
        text-align: right;
    }

.settings-header h4 {
    line-height: 30px;
    font-weight: normal;
    font-size: large;
    margin: 0;
    float: left;
}

.settings-header h3 {
    font-size: larger;
    margin: 0;
    line-height: 30px;
}

.settings-header h4 input {
    margin: 0;
}

.settings-body {
    padding: 10px;
}

.location-box {
    background-color: #E9E9E9;
    border: 1px solid black;
    padding: 7px;
}

    .location-box span {
        line-height: 30px;
    }

#searchForm {
    width: 49%;
    display: none;
    margin: 0;
}

.search-btn-container {
    display: inline-block;
    text-align: right;
    width: 1015px;
    padding-top: 15px;
    height: 40px;
}

    .search-btn-container > button {
        margin-left: 5px;
        margin-bottom: 10px;
    }

.btn-group {
    margin-bottom: 5px;
}

.submenu > li > a {
    margin-right: 0.38in !important;
}

.edit-page .account-info-box select {
    width: 220px !important;
}

.account-info-box #lblAdminCompanies {
    display: block;
    margin-top: 10px;
}

.account-info-box .span3 {
    width: 220px;
}

.account-info-box label.small-label {
    display: inline-block;
    margin-bottom: 0;
}

.account-info-box .get-pin-number {
    margin-top: -7px;
}

.home-page-container {
    position: relative;
}

.edit-page-container {
    position: relative;
}

.homebanner {
    position: absolute;
    right: 0;
    background-color: #FFF;
}

    .homebanner .company-logo {
        margin: 0;
        border-color: #000;
    }

.btn-group > .dropdown-menu {
    max-height: 500px;
    overflow: auto;
}

    .btn-group > .dropdown-menu .input-group {
        margin: 0;
        border-bottom: 1px solid #eeeeee;
    }

        .btn-group > .dropdown-menu .input-group input {
            width: 88%;
            border: none;
            font-size: 14px;
            margin-bottom: 0;
            padding: 5px 20px;
        }

.table-back {
    width: 100%;
    display: block;
    background-color: #f9f9f9;
}

table span.notification {
    font-size: 15px;
    display: block;
}

#siteseal {
    padding-top: 10px;
    text-align: center;
}

.stripe-div {
    display: inline-block;
}

.stripe-link {
    display: block;
    cursor: pointer;
}

#StripeInfoModal {
    width: 465px;
}

    #StripeInfoModal .modal-body {
        width: 430px;
    }

    #StripeInfoModal .modal-header {
        width: 435px !important;
    }

    #StripeInfoModal p {
        color: #373E42;
        font-size: 12px;
        font-style: italic;
    }

        #StripeInfoModal p.title {
            color: #0D2B3E;
            font-size: 18px;
            font-style: italic;
        }

    #StripeInfoModal a {
        text-decoration: underline;
    }

        #StripeInfoModal a.read-more {
            float: right;
        }

    #StripeInfoModal img {
        margin-left: -10px;
        height: 50px;
    }

.btn.profile-link {
    margin-right: 10px;
}

table.invoiceTable {
    margin-bottom: 20px;
}

    table.invoiceTable tr td {
        font-size: 12px;
    }

        table.invoiceTable tr td:nth-child(2n+1) {
            max-width: 95px;
        }

        table.invoiceTable tr td:nth-child(2n) {
            font-weight: bold;
        }

    table.invoiceTable tr:last-of-type td {
        padding-bottom: 15px;
    }

    table.invoiceTable .payment-notification {
        font-weight: bold;
        padding: 10px;
        color: #04B404;
    }

#InvoicePaymentModal ul {
    margin: 0;
    padding: 0;
}

    #InvoicePaymentModal ul li {
        list-style: none;
    }

        #InvoicePaymentModal ul li.total {
            margin: 10px 0;
            border-top: solid 1px #000;
            padding-top: 10px;
        }

#InvoicePaymentModal span.title {
    width: 125px;
    display: inline-block;
}

#InvoicePaymentModal span.val {
    font-weight: bold;
}

span.money-positive {
    color: #04B404;
}

span.money-negative {
    color: red;
}

span.money-neutral {
    color: black;
}

a.money-negative:hover {
    color: red;
}

a.no-hover:hover {
    text-decoration: none;
}

span.notification-alert {
    color: red;
    border: solid 3px red;
    border-radius: 50px;
    padding: 4px 7px;
    font-weight: bold;
}

.temp-gauge.unknown {
    color: #999;
}

.temp-gauge.excellent {
    color: #01C851;
}

.temp-gauge.good {
    color: #04B404;
}

.temp-gauge.average {
    color: #FF8800;
}

.temp-gauge.bad {
    color: red;
}

.temp-gauge.very-bad {
    color: red;
}


.clear-both {
    clear: both;
}

.modal-header .search-box {
    width: 98%;
    margin-bottom: 0;
}

.modal-body label.checkbox.group-item {
    padding-left: 30px;
}

#frmPayByCheck {
}

    #frmPayByCheck .select-box {
        width: 600px;
    }

        #frmPayByCheck .select-box select {
            width: 100%;
        }

    #frmPayByCheck fieldset .editor-field {
        display: block;
    }

        #frmPayByCheck fieldset .editor-field label {
            display: inline-block;
            line-height: 1.1;
            width: 140px;
        }

        #frmPayByCheck fieldset .editor-field input[type='checkbox'] {
            margin-top: -3px;
        }

        #frmPayByCheck fieldset .editor-field label.chk {
            width: auto;
        }

    #frmPayByCheck input[type='submit'] {
        margin: 0 auto;
        width: 140px;
        display: block;
        text-align: center;
    }

    #frmPayByCheck h2.sub-label {
        margin: 0 0 5px;
        font-size: 14px;
        line-height: 1;
    }

@media screen and (max-height: 480px) {
    #StripeInfoModal {
        top: 3%;
    }

        #StripeInfoModal .modal-body {
            max-height: 260px;
        }
}

@media screen and (max-width: 480px), screen and (max-height: 416px) {
    #StripeInfoModal {
        left: 3%;
        right: 3%;
        margin-left: 0px !important;
        width: auto;
    }

        #StripeInfoModal .modal-body {
            min-height: 0;
            padding: 5px;
            width: auto;
        }

        #StripeInfoModal .modal-header {
            width: auto !important;
        }

        #StripeInfoModal .btn {
            padding: 2px 7px;
            font-size: 12px;
            width: auto;
            margin: 0;
        }

        #StripeInfoModal .modal-footer {
            padding: 5px;
        }
}

.company-notes {
    position: fixed;
    right: 0;
    bottom: 50px;
    transition: ease all 0.3s;
    background-color: #FFF;
    z-index: 10000;
}

    .company-notes .title {
        background-color: #1173B7;
        color: #FFF;
        padding: 10px 30px 10px 15px;
        font-size: 14px;
        display: block;
        cursor: pointer;
        font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
        text-transform: uppercase;
    }

        .company-notes .title .fa-comment-alt {
            margin-right: 10px;
        }

        .company-notes .title .fa-times {
            display: none;
        }

    .company-notes .notes-list {
        display: none;
    }

    .company-notes.expanded {
        border-left: solid 1px #1173B7;
        bottom: 0px;
        width: 70vw;
        z-index: 10001;
    }

        .company-notes.expanded .title .fa-times {
            display: block;
            float: right;
            margin: 3px -15px 0 0;
        }

        .company-notes.expanded .notes-list {
            display: block;
            padding: 10px;
        }

        .company-notes.expanded .add-note form {
            margin: 0;
        }

        .company-notes.expanded .add-note legend {
            border: none;
            /*border-top: 1px solid #e5e5e5;*/
            margin: 0;
        }

        .company-notes.expanded .add-note textarea {
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            min-height: 20px;
            box-sizing: border-box;
        }

        .company-notes.expanded .add-note .errors {
            display: none;
            margin: 0 0 10px 18px;
        }

            .company-notes.expanded .add-note .errors li {
                color: red;
                font-weight: bold;
            }

        .company-notes.expanded .add-note .filter-select label,
        .company-notes.expanded .add-note .filter-select select {
            display: inline-block;
            font-size: 14px;
            margin-bottom: 5px;
        }

            .company-notes.expanded .current-notes form {
                margin: 0;
            }

        .company-notes.expanded .current-notes table {
            overflow-y: auto;
        }

            .company-notes.expanded .current-notes table tbody td {
                vertical-align: top;
            }

            .company-notes.expanded .current-notes table thead th {
                text-align: left;
            }

        .company-notes.expanded .current-notes {
            padding-bottom: 10px;
            border-bottom: solid 1px #CECECE;
            margin-bottom: 5px;
        }

            .company-notes.expanded .current-notes .dataTables_length {
                display: none;
            }

            .company-notes.expanded .current-notes .dataTables_filter label,
            .company-notes.expanded .current-notes .dataTables_filter input {
                margin-bottom: 0px;
                padding: 0 5px;
                font-size: 12px;
            }

        .company-notes.expanded .notes-list .add-note .filters {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .company-notes.expanded .notes-list .add-note .filters .filter-sel {
                display: flex;
                gap: 5px;
            }

                .company-notes.expanded .notes-list .add-note .filters .filter-sel label {
                    font-size: 1em;
                }

                .company-notes.expanded .notes-list .add-note .filters .chosen-container {
                    min-width: 160px;
                }

        .company-notes.expanded .notes-list .add-note .add-note-form {
            margin: 10px 0 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        .company-notes.expanded .notes-list .dataTables_wrapper {
            min-height: 30vh;
        }

.communication-logs {
    position: fixed;
    right: 0;
    bottom: 95px;
    transition: ease all 0.3s;
    background-color: #FFF;
    z-index: 10000;
}

    .communication-logs .title {
        background-color: #43A9C7;
        color: #FFF;
        padding: 10px 30px 10px 15px;
        font-size: 14px;
        display: block;
        cursor: pointer;
        font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
        text-transform: uppercase;
    }

        .communication-logs .title .fa-comment-alt {
            margin-right: 10px;
        }

        .communication-logs .title .fa-times,
        .communication-logs .title .fa-sync-alt {
            display: none;
        }

    .communication-logs .logs-list {
        display: none;
    }

    .communication-logs.expanded {
        border-left: solid 1px #1173B7;
        bottom: 0px;
        width: 650px;
        z-index: 10001;
    }

        .communication-logs.expanded .title .fa-times {
            display: block;
            float: right;
            margin: 3px -15px 0 0;
        }

#frmHydraDebug .fa-sync-alt {
    display: none;
}

.communication-logs.expanded.loading .title .fa-sync-alt,
#frmHydraDebug.loading .fa-sync-alt {
    display: block;
    float: right;
    margin: 3px 0 0 0;
    animation: spin 2s linear infinite;
}

#frmHydraDebug.loading .fa-sync-alt {
    float: left;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.communication-logs.expanded .logs-list {
    display: block;
    padding: 10px;
}

.communication-logs.expanded .current-logs form {
    margin: 0;
}

.communication-logs.expanded .current-logs table {
    display: block;
    min-width: 100%;
    width: 100%;
}

    .communication-logs.expanded .current-logs table tbody td {
        vertical-align: top;
    }

        .communication-logs.expanded .current-logs table tbody td.loading {
            padding: 10px 0;
            text-align: center;
        }

    .communication-logs.expanded .current-logs table thead th {
        text-align: left;
    }

    .communication-logs.expanded .current-logs table thead {
        border-bottom: solid 1px #000;
        width: 97%;
    }

    .communication-logs.expanded .current-logs table tbody {
        width: 100%;
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
    }

        .communication-logs.expanded .current-logs table tbody tr:nth-child(2n) td {
            background-color: #EEE;
        }

        .communication-logs.expanded .current-logs table tbody tr.attention td {
            background-color: #FCF8E3;
            border-top: solid 1px #FAEBCC;
            vertical-align: middle;
        }

    .communication-logs.expanded .current-logs table tr th:nth-child(1),
    .communication-logs.expanded .current-logs table tr td:nth-child(1) {
        width: 5%;
        text-align: center;
    }

    .communication-logs.expanded .current-logs table tr th:nth-child(2),
    .communication-logs.expanded .current-logs table tr td:nth-child(2) {
        width: 15%;
    }

    .communication-logs.expanded .current-logs table tr th:nth-child(3),
    .communication-logs.expanded .current-logs table tr td:nth-child(3) {
        width: 30%;
    }

    .communication-logs.expanded .current-logs table tr th:nth-child(4),
    .communication-logs.expanded .current-logs table tr td:nth-child(4) {
        width: 20%;
    }

    .communication-logs.expanded .current-logs table tr th:nth-child(5),
    .communication-logs.expanded .current-logs table tr td:nth-child(5) {
        width: 20%;
    }

    .communication-logs.expanded .current-logs table tr th:nth-child(3),
    .communication-logs.expanded .current-logs table tr td:nth-child(3),
    .communication-logs.expanded .current-logs table tr th:nth-child(4),
    .communication-logs.expanded .current-logs table tr td:nth-child(4),
    .communication-logs.expanded .current-logs table tr th:nth-child(5),
    .communication-logs.expanded .current-logs table tr td:nth-child(5) {
        word-break: break-all;
    }

    .communication-logs.expanded .current-logs table tr th:last-of-type,
    .communication-logs.expanded .current-logs table tr td:last-of-type {
        width: 10%;
        text-align: center;
    }

    .communication-logs.expanded .current-logs table tr td.full-row {
        width: auto;
        text-align: left;
    }

.communication-logs.expanded .current-logs {
    margin-bottom: 15px;
}

.communication-logs.expanded table thead, .communication-logs.expanded table tbody tr {
    display: table;
    table-layout: fixed;
}

.report-placeholder {
    position: relative;
}

    .report-placeholder > iframe {
        width: 100%;
    }

    .report-placeholder #loadImg,
    .report-placeholder div.load-img {
        position: absolute;
        width: 100%;
        z-index: 999;
        background-color: #FFF;
    }

        .report-placeholder #loadImg div,
        .report-placeholder div.load-img {
            display: block;
            position: relative;
            margin: 100px auto;
            height: 150vh;
            background: #fff;
            text-align: center;
            vertical-align: middle;
        }

            .report-placeholder #loadImg.small div,
            .report-placeholder div.load-img.small {
                margin: 0 auto;
                height: auto;
            }

    .report-placeholder .pull-right {
        z-index: 2;
        position: relative;
    }

        .report-placeholder .pull-right.save-btn {
            margin: 25px 0 0;
        }

    .report-placeholder .not-found {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 100px 0;
        font-weight: bold;
        z-index: 1;
    }

    .report-placeholder .report-body h1,
    .report-placeholder .report-body h3 {
        display: block;
        margin: 0;
    }

    .report-placeholder .report-body h1 {
        font-size: 16px;
    }

    .report-placeholder .report-body h3 {
        font-size: 12px;
        line-height: 1.5;
    }

    .report-placeholder .report-body .saving-state {
        float: right;
        display: none;
    }

        .report-placeholder .report-body .saving-state.active {
            display: block;
        }

        .report-placeholder .report-body .saving-state svg {
            float: left;
        }

        .report-placeholder .report-body .saving-state span {
            display: inline-block;
            font-weight: bold;
            margin: 0 0 0 15px;
            line-height: 48px;
            -webkit-animation: blink 1s infinite;
            animation: blink 1s infinite;
            font-size: 14px;
        }

    .report-placeholder .report-body table.dataTable tbody tr.error {
        background-color: #f2dede;
    }

    .report-placeholder .report-body .summary-box {
        width: 100%;
        border-top: solid 1px #000;
        border-bottom: solid 1px #eeeeee;
        padding: 10px 0 0;
        margin-bottom: 15px;
    }

    .report-placeholder .report-body .dataTables_length,
    .report-placeholder .report-body .dataTables_filter {
        display: none;
    }

    .report-placeholder .summary-box td {
        padding: 0 10px 10px 0;
    }

        .report-placeholder .summary-box td.title {
            font-weight: bold;
        }

            .report-placeholder .summary-box td.title.important {
                color: red;
            }

    .report-placeholder .summary-box.first {
        border-top: none;
    }

    .report-placeholder #evseUsageChart {
        width: 100%;
        height: 300px;
    }

    .report-placeholder .data-chart .custom-legend {
        display: flex;
        font-size: 11px;
        justify-content: flex-end;
    }

        .report-placeholder .data-chart .custom-legend > div {
            margin-left: 5px;
        }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink {
    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes blink {
    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.report-placeholder .report-body table.long {
    table-layout: fixed;
    width: 100%;
}

.report-placeholder .report-body table.dataTable thead th,
.report-placeholder .report-body table.dataTable tbody td {
    padding: 5px 15px 5px 5px;
    text-align: left;
}

    .report-placeholder .report-body table.dataTable thead th.vertical {
        text-align: center;
        vertical-align: middle;
        max-width: 20px;
    }

        .report-placeholder .report-body table.dataTable thead th.vertical span {
            text-align: center;
            white-space: nowrap;
            transform-origin: 40% 35%;
            transform: rotate(315deg);
            margin-top: 55px;
            display: block;
            padding-left: 5px;
        }

    .report-placeholder .report-body table.dataTable thead th.selectable > div {
        display: flex;
        flex-wrap: wrap;
        font-weight: normal;
        gap: 5px;
    }

        .report-placeholder .report-body table.dataTable thead th.selectable > div > span:first-of-type {
            font-weight: bold;
        }

        .report-placeholder .report-body table.dataTable thead th.selectable > div a {
            font-size: 12px;
        }

    .report-placeholder .report-body table.dataTable tbody td.selectable {
        text-align: center;
    }

    table.dataTable.fixedHeader-floating thead th {
        padding: 5px 15px 5px 5px;
        text-align: left;
    }

.report-placeholder .report-body table.dataTable .arrow {
    display: block;
    cursor: pointer;
    margin-top: 3px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #666;
}

.report-placeholder .report-body table.dataTable tr.shown .arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #666;
    border-top: none;
}

.report-placeholder .report-body table.dataTable table {
    width: 100%;
}

.report-placeholder .report-body table.dataTable input[type='checkbox'],
.report-placeholder .report-body table.dataTable input[type='radio'] {
    margin-top: -5px;
}

.report-placeholder .report-body .report-title .item {
    display: inline-block;
    margin-right: 10px;
}

    .report-placeholder .report-body .report-title .item label.no-input {
        cursor: default;
    }

    .report-placeholder .report-body .report-title .item.inline-label label {
        display: inline-block;
    }

    .report-placeholder .report-body .report-title .item.inline-label input[type='checkbox'] {
        margin-top: -5px;
    }

.report-placeholder .report-body .report-title .buttons {
    margin-top: 25px;
    float: right;
}

    .report-placeholder .report-body .report-title .buttons .btn-success {
        margin-left: 10px;
    }

.report-placeholder .report-body table tbody tr td.actions a {
    text-decoration: none;
    display: inline-block;
    float: left;
    margin-right: 5px;
    text-align: center;
}

    .report-placeholder .report-body table tbody tr td.actions a i.fas {
        font-size: 16px;
        line-height: 16px;
        margin-top: 3px;
    }

        .report-placeholder .report-body table tbody tr td.actions a.btn-mini i.fas {
            font-size: 10px;
            line-height: 10px;
            margin-top: 3px;
        }

        .report-placeholder .report-body table tbody tr td.actions a i.fa-charging-station {
            color: #1172B6;
        }

    .report-placeholder .report-body table tbody tr td.actions a i.fa-dollar-sign {
        color: #218955;
    }

    .report-placeholder .report-body table tbody tr td.actions a i.fa-shipping-fast {
        color: #B4732E;
    }

    .report-placeholder .report-body table tbody tr td.actions a i.fa-times-circle {
        color: #C93B3B;
        font-size: 18px;
        margin-top: 1px;
    }

    .report-placeholder .report-body table tbody tr td.actions a i.fa-trash-restore {
        color: #AFB4BD;
    }

    .report-placeholder .report-body table tbody tr td.actions a i.fa-edit {
        color: #45ABC9;
        font-size: 18px;
    }

    .report-placeholder .report-body table tbody tr td.actions a.action-btn.hidden {
        display: none;
    }

.report-placeholder .report-body table tbody tr td.status-column.priceproposal i {
    font-size: 16px;
}

.report-placeholder .report-body table tbody tr td.status-column span.notification {
    border: solid 3px #CECECE;
    border-radius: 50px;
    width: 10px;
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
}

    .report-placeholder .report-body table tbody tr td.status-column span.notification.priceproposal {
        border-color: #CECECE;
        color: #CECECE;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.quote {
        border-color: #CECECE;
        background-color: #CECECE;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.purchaseorder {
        background-color: #FBAA49;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.building {
        background-color: #FBAA49;
        border-color: #FECA2F;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.pendingshipment,
    .report-placeholder .report-body table tbody tr td.status-column span.notification.shipped {
        background-color: #FECA2F;
        border-color: #FECA2F;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.commissioned,
    .report-placeholder .report-body table tbody tr td.status-column span.notification.invoiced {
        background-color: transparent;
        border-color: #218955;
        color: #218955;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.paid,
    .report-placeholder .report-body table tbody tr td.status-column span.notification.billingenabled {
        border-color: #FFF;
        background-color: #218955;
        color: #FFF;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.canceled {
        background-color: #C4C4C4;
    }

    .report-placeholder .report-body table tbody tr td.status-column span.notification.deleted {
        border-color: #C4C4C4;
        color: red;
    }

        .report-placeholder .report-body table tbody tr td.status-column span.notification.deleted i {
            margin-left: -2px;
        }


.report-placeholder .report-body table tbody tr td span.hidden {
    display: none;
}

.report-placeholder .report-body .checkbox-list a.collapse-btn {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

    .report-placeholder .report-body .checkbox-list a.collapse-btn:active,
    .report-placeholder .report-body .checkbox-list a.collapse-btn:hover,
    .report-placeholder .report-body .checkbox-list a.collapse-btn:visited {
        text-decoration: none;
    }

.report-placeholder .report-body .checkbox-list .toggle-all {
    margin: 10px 0;
    font-size: 14px;
}

.report-placeholder .report-body .checkbox-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 10px 0;
}

    .report-placeholder .report-body .checkbox-list ul li {
        list-style: none;
    }

        .report-placeholder .report-body .checkbox-list ul li input[type='checkbox'] {
            display: inline-block;
            margin: -3px 5px 0 0;
        }

        .report-placeholder .report-body .checkbox-list ul li label {
            display: inline-block;
        }

.report-placeholder .report-body .tab-content {
    overflow: hidden;
}

.report-placeholder .report-body .nav {
    margin-bottom: 0;
}

.report-placeholder .report-body.no-page .dataTables_length {
    display: none;
}

.charger-block {
    padding-left: 20px;
    display: none;
    position: relative;
}

    .charger-block .row-fluid.chargers-list {
        width: 100%;
    }

    .charger-block input[type='hidden'] {
        width: 1px;
    }

    .charger-block .charger-status {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.hydra-block .public-chargers-container .charger-block {
    padding-left: 0;
}

.hydra-block .public-chargers-container .chargers-list {
    padding: 0;
}

.hydra-block .hydra-icons {
    float: left;
    margin-right: 10px;
}

.public-chargers-container hr {
    margin: 10px 0;
}

.hydra-edit legend {
    margin-bottom: 0;
}

.chargers-list .span6 {
    width: 100px;
    display: inline-block;
    margin-right: 20px;
}

    .chargers-list .span6 input[type='text'] {
        width: 80%;
    }

.chargers-list .name {
    width: 150px;
}

    .chargers-list .name input {
        width: 70px;
    }

.chargers-list .serial {
    width: 180px;
}

.chargers-list .level {
    width: 50px;
}

    .chargers-list .level select {
        width: 100%;
    }

.chargers-list .default-kwh-btn {
    width: 40px;
    margin-right: 0;
}

    .chargers-list .default-kwh-btn input {
        margin: 33px 0 0 20px;
    }

.chargers-list .default-kwh {
    width: 90px;
}

.chargers-list .actual-kwh-btn {
    width: 40px;
    margin-right: 0;
}

    .chargers-list .actual-kwh-btn input {
        margin: 33px 0 0 20px;
    }

.chargers-list .actual-kwh {
    width: 90px;
}

.chargers-list .disable-btn {
    width: 70px;
}

.chargers-list .manufacturer {
    width: 150px;
}

.charging-code-box {
    background-color: #FFF;
    display: block;
    padding: 20px;
    border: 1px solid #BEBEBE;
    font-size: 14px;
}

    .charging-code-box .charge-code-notification {
        font-weight: bold;
    }

        .charging-code-box .charge-code-notification i {
            color: red;
        }

.charge-code-mobile-box {
    color: red;
}

    .charge-code-mobile-box strong {
        display: block;
        font-size: 12px;
    }

    .charge-code-mobile-box .code-msg {
        background-color: #FFF;
        color: #000;
        padding: 10px;
        display: block;
        margin: 10px 0;
        font-weight: bold;
    }

div.hydra-health {
    width: 950px;
    left: 35%;
}

    div.hydra-health .modal-body {
        height: 500px;
        max-height: 500px;
    }

        div.hydra-health .modal-body #loadImg {
            width: 95%;
            height: auto;
        }

            div.hydra-health .modal-body #loadImg div {
                height: auto;
                margin-top: 225px;
            }

        div.hydra-health .modal-body table {
            width: 100%;
        }

            div.hydra-health .modal-body table th {
                text-align: left;
            }

            div.hydra-health .modal-body table tbody tr:nth-child(2n+1) {
                background-color: #f9f9f9;
            }

            div.hydra-health .modal-body table tr.charger-error-details td {
                padding: 5px 0;
            }

                div.hydra-health .modal-body table tr.charger-error-details td button {
                    margin-left: 5px;
                }

            div.hydra-health .modal-body table tr.charger-error-details td {
                vertical-align: top;
            }

                div.hydra-health .modal-body table tr.charger-error-details td.charger-error-date {
                    font-style: italic;
                }

                div.hydra-health .modal-body table tr.charger-error-details td div {
                    color: #721c24;
                    background-color: #f8d7da;
                    padding: 3px;
                }

.modal.port-check {
    width: 850px;
}

    .modal.port-check .modal-body {
        height: 500px;
        max-height: 500px;
    }

        .modal.port-check .modal-body #loadImg {
            width: 95%;
            height: auto;
        }

            .modal.port-check .modal-body #loadImg div {
                height: auto;
                margin-top: 225px;
            }

.modal.config-history {
    width: 850px;
}

    .modal.config-history .modal-header .close {
        margin-top: 10px;
    }

    .modal.config-history .modal-header .search {
        margin: 5px 15px 0px 0px;
    }

        .modal.config-history .modal-header .search input,
        .modal.config-history .modal-header .search label {
            margin-bottom: 0;
        }

    .modal.config-history .modal-body {
        height: 500px;
        max-height: 500px;
    }

        .modal.config-history .modal-body #loadImg {
            width: 95%;
            height: auto;
        }

            .modal.config-history .modal-body #loadImg div {
                height: auto;
                margin-top: 225px;
            }

        .modal.config-history .modal-body table {
            width: 100%;
        }

        .modal.config-history .modal-body .dataTables_filter {
            display: none;
        }

    .modal.config-history .modal-body {
        padding: 0;
    }

        .modal.config-history .modal-body table th {
            text-align: left;
            padding: 10px 5px;
        }

        .modal.config-history .modal-body table.dataTable tbody td {
            padding: 3px 10px;
        }

        .modal.config-history .modal-body .sub-list-table tr th {
            width: 25%;
            padding: 5px 10px;
        }

.alert.wallet-message-box strong {
    color: red;
    display: block;
}

.alert.wallet-message-box .info-text {
    color: #000;
    padding: 5px 0;
}

#wrap.mobile-layout .alert.wallet-message-box .btn {
    width: 100%;
    display: block;
    margin: 5px 0;
}

#invoicesTable tr td input[type='text'] {
    margin-bottom: 0;
}

#invoicesTable tr td:nth-child(1) input,
#invoicesTable tr td:nth-child(5) input,
#invoicesTable tr td:nth-child(7) input {
    width: 70px;
}

#invoicesTable tr td:nth-child(2) input {
    width: 75px;
}

#invoicesTable tr td:nth-child(3) input {
    width: 80px;
}

#invoicesTable tr td:nth-child(4) input {
    width: 70px;
}

#invoicesTable tr td:nth-child(6) select {
    width: 60px;
}

#invoicesTable tr td:nth-child(8) select {
    width: 160px;
}

#invoicesTable tr td .range-picker {
    width: 182px;
}

#invoicesTable tr td a.order {
    margin: 5px 15px 0 0;
}

    #invoicesTable tr td a.order.hidden {
        display: none;
    }

#invoicesTable tr td {
    vertical-align: top;
    padding: 5px 3px 5px;
}

    #invoicesTable tr td:last-of-type {
        vertical-align: middle;
    }

#invoicesTable tfoot th, #invoicesTable tfoot td {
    padding: 8px 10px;
}

#invoicesTable tfoot tr:nth-child(2) td {
    border-top: 0;
}

#invoicesTable tr td a.action-btn {
    text-align: center;
}

    #invoicesTable tr td a.action-btn i.fas {
        font-size: 16px;
    }

    #invoicesTable tr td a.action-btn.file-upload i {
        color: #666;
    }

    #invoicesTable tr td a.action-btn.file-download i {
        color: #218955;
    }

#invoicesTable tr td .invoice-uploads-list {
    display: none;
    padding: 0;
    margin: 0;
}

#companyFileUploadModal input[type='text'].description {
    width: 415px;
}

#companyFileUploadModal input[type='submit'].pull-right {
    float: right;
    margin: 25px 0 0 0;
}

#companyFileUploadModal .upload-table .upload-form .item-submit {
    margin-right: 0;
}

/*#ui-datepicker-div {
    z-index: 2 !important;
}*/

#wrap.mobile-layout {
    padding: 0 5px 40px;
    overflow-x: hidden;
    width: auto;
    height: auto;
}

    #wrap.mobile-layout .container {
        width: auto;
    }

    #wrap.mobile-layout .logo {
        display: block;
    }

        #wrap.mobile-layout .logo img {
            margin: 5px auto 0px;
            max-height: 88px;
        }

    #wrap.mobile-layout #header-rule {
        margin: 5px 0;
    }

    #wrap.mobile-layout #priceInfoBox {
        font-size: 12px;
        margin-bottom: 10px;
    }

        #wrap.mobile-layout #priceInfoBox label {
            margin: 0;
            font-size: 1em;
        }

            #wrap.mobile-layout #priceInfoBox label.title {
                font-size: 1.2em;
            }

    #wrap.mobile-layout #creditCardInfo {
        font-size: 12px;
    }

    #wrap.mobile-layout .action-button-box {
        display: block;
        width: 100%;
        clear: both;
    }

        #wrap.mobile-layout .action-button-box .btn {
            float: none;
            width: 90%;
            display: block;
            margin: 0 auto;
        }

    #wrap.mobile-layout .check-out-disclaimer {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    #wrap.mobile-layout #InvoicePaymentModal {
        left: 5%;
        right: 5%;
        margin-left: 0;
    }

    #wrap.mobile-layout .settings-header {
        padding: 3px 5px;
        display: block;
        height: auto;
    }

        #wrap.mobile-layout .settings-header h4 {
            line-height: 2;
            font-size: 12px;
            float: none;
            display: inline-block;
        }

        #wrap.mobile-layout .settings-header img {
            display: block;
            max-width: 35%;
            float: right;
            margin-top: 5px;
        }

    #wrap.mobile-layout .validation-summary-errors {
        margin-top: 5px;
        font-size: 12px;
    }

    #wrap.mobile-layout .table {
        margin: 5px 0 20px;
    }

    #wrap.mobile-layout .report-filters {
        margin: 3px;
    }

        #wrap.mobile-layout .report-filters label {
            font-size: 11px;
        }

    #wrap.mobile-layout .filters-table input[type='text'] {
        width: 100px;
    }

    #wrap.mobile-layout .filters-table select {
        width: 114px;
    }

    #wrap.mobile-layout .table textarea,
    #wrap.mobile-layout .table input[type="text"],
    #wrap.mobile-layout .table input[type="password"],
    #wrap.mobile-layout .table input[type="datetime"],
    #wrap.mobile-layout .table input[type="datetime-local"],
    #wrap.mobile-layout .table input[type="date"],
    #wrap.mobile-layout .table input[type="month"],
    #wrap.mobile-layout .table input[type="time"],
    #wrap.mobile-layout .table input[type="week"],
    #wrap.mobile-layout .table input[type="number"],
    #wrap.mobile-layout .table input[type="email"],
    #wrap.mobile-layout .table input[type="url"],
    #wrap.mobile-layout .table input[type="search"],
    #wrap.mobile-layout .table input[type="tel"], i
    #wrap.mobile-layout .table input[type="color"],
    #wrap.mobile-layout .table select,
    #wrap.mobile-layout .table .uneditable-input {
        margin-bottom: 0;
        font-size: 14px;
    }

    #wrap.mobile-layout .table th, #wrap.mobile-layout .table td {
        padding: 6px;
    }

    #wrap.mobile-layout #siteseal {
        margin-bottom: 15px;
        padding: 0;
    }

    #wrap.mobile-layout #searchHistForm {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

        #wrap.mobile-layout #searchHistForm input[type="text"] {
            width: 25%;
        }

        #wrap.mobile-layout #searchHistForm .btn {
            float: right;
        }

    #wrap.mobile-layout .mobile-update .current-data {
        font-size: 18px;
        padding: 10px 0;
        line-height: 1.5;
    }

    #wrap.mobile-layout .mobile-update .disclaimer {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #wrap.mobile-layout .mobile-update ul.select-list {
        margin: 0 0 20px 0;
    }

        #wrap.mobile-layout .mobile-update ul.select-list li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

    #wrap.mobile-layout .mobile-update input.btn {
        width: 100%;
        display: block;
    }

    #wrap.mobile-layout .mobile-update label.radio {
    }

    #wrap.mobile-layout .mobile-update .steps .location-name {
        font-weight: bold;
        font-size: 16px;
        margin: 20px 10px;
    }

    #wrap.mobile-layout .mobile-update .steps .buttons {
        position: fixed;
        bottom: 10px;
        width: 97%;
    }

    #wrap.mobile-layout .mobile-update .steps .loading {
        text-align: center;
    }

    #wrap.mobile-layout .mobile-update .steps .buttons input[type='button'],
    #wrap.mobile-layout .mobile-update .steps .buttons input[type='submit'] {
        margin-bottom: 10px;
    }

    #wrap.mobile-layout .mobile-update .steps .timer-data-val {
        display: block;
        text-align: center;
        margin: 70px 0px 10px;
    }

        #wrap.mobile-layout .mobile-update .steps .timer-data-val .timer {
            text-align: center;
            font-weight: bold;
            font-size: 20px;
        }

.hydra-block {
    margin-bottom: 30px;
}

    .hydra-block .second-row {
        padding-top: 15px;
    }

    .hydra-block .company-name {
        float: left;
        margin-right: 15px;
    }

    .hydra-block .default-price {
        width: 115px;
        float: left;
        margin-right: 15px;
    }

        .hydra-block .default-price input {
            width: 60px;
        }

    .hydra-block .lat-name {
        width: 218px;
        margin-right: 15px;
        display: inline-block;
    }

        .hydra-block .lat-name input {
            width: 182px;
        }

        .hydra-block .lat-name .collaps-btn {
            float: left;
            padding-top: 4px;
            padding-right: 8px;
        }

    .hydra-block .collaps-btn.full-width a {
        display: block;
        text-align: center;
        border-top: 1px solid #e5e5e5;
        font-size: 14px;
        font-weight: bold;
    }


    .hydra-block .stations-select {
        width: 100px;
        display: inline-block;
    }

        .hydra-block .stations-select select.input-small {
            width: 90px;
        }

    .hydra-block .checkbox-select,
    .hydra-ocpp .checkbox-select {
        display: inline-block;
        text-align: center;
        width: 80px;
    }

        .hydra-block .checkbox-select label {
            margin-bottom: 10px;
        }

        .hydra-block .checkbox-select input[type='checkbox'] {
            margin-bottom: 13px;
        }

        .hydra-block .checkbox-select span.icon {
            font-size: 21px;
        }

        .hydra-block .checkbox-select span.display {
            line-height: 25px;
            font-size: 14px;
        }

    .hydra-block .sub-section {
        padding: 0 0 0 20px;
    }

        .hydra-block .sub-section hr {
            margin: 0;
        }

        .hydra-block .sub-section .row-fluid,
        .hydra-block .sub-section .row-fluid.collapse.in {
            padding: 15px 0;
        }

            .hydra-block .sub-section .row-fluid.collapse {
                padding: 0;
            }

            .hydra-block .sub-section .row-fluid.variables div.checkbox-select input[type='checkbox'] {
                margin: 4px 5px 0 0;
            }

            .hydra-block .sub-section .row-fluid.variables div.checkbox-select label {
                width: auto;
                display: inline-block;
            }

            .hydra-block .sub-section .row-fluid.status > div {
                width: auto;
                display: inline-block;
            }

                .hydra-block .sub-section .row-fluid.status > div label {
                    height: auto;
                }

                .hydra-block .sub-section .row-fluid.status > div span {
                    font-weight: bold;
                    font-size: 14px;
                }

        .hydra-block .section-name .collaps-btn,
        .hydra-block .sub-section .collaps-btn {
            text-decoration: none;
            display: block;
        }

        .hydra-block .sub-section .collaps-btn {
            margin-top: 15px;
        }

    .hydra-block .section-name .collaps-btn i.icon-chevron-right,
    .hydra-block .section-name .collaps-btn i.icon-chevron-down {
        margin-top: 0;
    }

    .hydra-block .section-name .collaps-btn label,
    .hydra-block .section-title label,
    .hydra-block .sub-section .collaps-btn label {
        font-weight: bold;
        display: inline-block;
        color: #000;
    }

    .hydra-block .section-title label {
        cursor: default;
    }

    .hydra-block .collapse-section {
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

        .hydra-block .collapse-section.in {
            overflow: visible;
        }

    .hydra-block .hydra-location .row-fluid > div,
    .hydra-block .hydra-keys .row-fluid > div,
    .hydra-block .hydra-public .row-fluid > div,
    .hydra-block .hydra-ocpp .row-fluid > div {
        display: inline-block;
        margin-right: 15px;
    }

    .hydra-block .hydra-location .row-fluid .emails-filter input[type='text'] {
        width: 515px;
    }

    .hydra-block .hydra-location .row-fluid .emails-filter .chosen-container {
        margin-bottom: 10px;
    }

    .hydra-block .row-fluid div.select-item .chosen-container {
        margin-bottom: 10px;
    }

    .hydra-block .hydra-location .row-fluid > div {
        margin-right: 8px;
    }

        .hydra-block .hydra-location .row-fluid > div:last-of-type {
            margin-right: 0;
        }

    .hydra-block .hydra-keys .row-fluid > .auto-generator {
        margin: 0;
        display: none;
    }

    .hydra-block .hydra-keys .row-fluid > .notification-msg {
        color: red;
        font-weight: bold;
        margin-top: 10px;
        display: none;
    }

    .hydra-block .hydra-public .row-fluid > div {
        float: left;
    }

    .hydra-block .hydra-public .row-fluid > .checkbox-select {
        width: 250px;
    }

        .hydra-block .hydra-public .row-fluid > .checkbox-select .default-price {
            margin-right: 5px;
        }

        .hydra-block .hydra-public .row-fluid > .checkbox-select .additon {
            float: left;
            margin-right: 5px;
        }

        .hydra-block .hydra-public .row-fluid > .checkbox-select.credit-card-fee .single-line-input {
            display: block;
            text-align: left;
            margin-bottom: -5px;
        }

        .hydra-block .hydra-public .row-fluid > .checkbox-select input[type='checkbox'] {
            margin-right: 0;
        }

    .hydra-block .hydra-public .row-fluid > div.emails-filter input[type='text'] {
        width: 500px;
    }

    .hydra-block .hydra-public .row-fluid > div.additional-fees label {
        width: 135px;
    }

    .hydra-block .hydra-public .row-fluid > div.credit-card-fee .include label {
        width: 220px;
        margin-left: 5px;
    }

    .hydra-block .hydra-ocpp .row-fluid > div {
        float: left;
        width: 150px;
    }

        .hydra-block .hydra-ocpp .row-fluid > div.dataTables_wrapper {
            width: 100%;
            display: block;
        }

    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table,
    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table thead,
    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table tbody {
        width: 100%;
        display: inline-table;
    }

        .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table thead th {
            text-align: left;
        }

    .hydra-block .hydra-ocpp .row-fluid > div.action-buttons {
        float: none;
        width: 100%;
        display: block;
        line-height: 2;
        margin-bottom: 20px;
    }

        .hydra-block .hydra-ocpp .row-fluid > div.action-buttons .btn {
            margin: 0;
            width: auto;
        }

    .hydra-block .hydra-ocpp .row-fluid > div label {
        height: 40px;
        display: block;
        line-height: 1.3;
    }

    .hydra-block .hydra-ocpp .row-fluid > div a.generateOCPPIdentity {
        display: none;
    }

    .hydra-block .hydra-ocpp .row-fluid > div input[type='text'] {
        width: 130px;
    }

    .hydra-block .hydra-ocpp .row-fluid > div.checkbox-select {
        width: 120px;
        display: inline-block;
    }

    /*.hydra-block .hydra-ocpp .row-fluid > div.checkbox-select input[type='checkbox'] {
                margin: 2px 5px 0 0;
                float: left;
            }

            .hydra-block .hydra-ocpp .row-fluid > div.checkbox-select label {
                width: auto;
                text-align: left;
                height: auto;
                margin-bottom: 0;
            }*/

    .hydra-block .hydra-ocpp .row-fluid > div.identity {
        width: 360px;
    }

        .hydra-block .hydra-ocpp .row-fluid > div.identity input[type='text'] {
            width: 340px;
        }

    .hydra-block .hydra-ocpp .row-fluid > .display-values {
        display: block;
        width: 100%;
    }

    .hydra-block .hydra-ocpp .row-fluid .display-values div {
        width: 175px;
    }

        .hydra-block .hydra-ocpp .row-fluid .display-values div.identity {
            width: 600px;
        }

    .hydra-block .hydra-ocpp .row-fluid .display-values > div label {
        height: auto;
    }

    .hydra-block .hydra-ocpp .row-fluid .display-values > div span {
        font-weight: bold;
    }

    .hydra-block .chargers-list {
        padding: 0 20px;
    }

        .hydra-block .chargers-list .row-fluid > div {
            display: inline-block;
            margin-right: 20px;
        }

            .hydra-block .chargers-list .row-fluid > div.name {
                width: 200px;
            }

                .hydra-block .chargers-list .row-fluid > div.name input[type='text'] {
                    width: 180px;
                }

            .hydra-block .chargers-list .row-fluid > div.disable-btn {
                text-align: center;
            }

                .hydra-block .chargers-list .row-fluid > div.disable-btn input[type='checkbox'] {
                    line-height: 20px;
                    margin: 7px 0px 20px 0;
                }

            .hydra-block .chargers-list .row-fluid > div.serial {
                width: 200px;
            }

                .hydra-block .chargers-list .row-fluid > div.serial input[type='text'] {
                    width: 180px;
                }

            .hydra-block .chargers-list .row-fluid > div.manufacturer {
                width: 225px;
            }

                .hydra-block .chargers-list .row-fluid > div.manufacturer input[type='text'] {
                    width: 205px;
                }

            .hydra-block .chargers-list .row-fluid > div.level {
                width: 125px;
            }

            .hydra-block .chargers-list .row-fluid > div.charger-kwh {
                width: 100px;
            }

                .hydra-block .chargers-list .row-fluid > div.charger-kwh label {
                    text-align: right;
                }

                .hydra-block .chargers-list .row-fluid > div.charger-kwh input[type='radio'] {
                    margin: -10px 5px 0 10px;
                }

                .hydra-block .chargers-list .row-fluid > div.charger-kwh input[type='text'] {
                    width: 52px;
                }

                .hydra-block .chargers-list .row-fluid > div.charger-kwh input.no-edit {
                    background-color: #D0D0D0;
                }

    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table th {
        padding: 8px 10px;
    }

    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table td {
        padding: 3px 10px;
    }

    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table tr.odd td {
        background-color: #f9f9f9;
    }

    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table td input[type='text'],
    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table td span {
        width: 420px;
        margin-bottom: 0px;
    }

    .hydra-block .inner-table .row-fluid > div.dataTables_wrapper table td label {
        line-height: 1;
        height: auto;
        font-size: 12px;
        margin-bottom: 0;
    }

    .hydra-block fieldset.pricing-options {
        float: left;
        width: 100%;
        border: solid 1px #CECECE;
        padding: 0 10px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        max-width: 1000px;
        /*height: 363px;*/
    }

        .hydra-block fieldset.pricing-options legend {
            font-size: 12px;
            display: inline-block;
            width: auto;
            padding: 0 10px;
            font-weight: bold;
            border: none;
            margin: 0 0 0 -10px;
        }

        .hydra-block fieldset.pricing-options table.option-table {
            width: 50%;
            display: inline-block;
        }

            .hydra-block fieldset.pricing-options table.option-table tr td {
                vertical-align: top;
                padding: 0 10px 10px 0px;
            }

            .hydra-block fieldset.pricing-options table.option-table input[type="radio"] {
                display: inline-block;
                float: left;
                margin: 4px 5px 0 0;
            }

            .hydra-block fieldset.pricing-options table.option-table h6 {
                margin: 0;
            }

            .hydra-block fieldset.pricing-options table.option-table .input-small {
                width: 120px;
            }

            .hydra-block fieldset.pricing-options table.option-table span.additon {
                float: left;
                margin: 4px 3px 0 0;
            }

            .hydra-block fieldset.pricing-options table.option-table .input-prepend {
                margin-bottom: 0;
            }

        .hydra-block fieldset.pricing-options .duration-prices {
            width: 45%;
            background-color: #f9f9f9;
            float: right;
            margin: -8px 0 0 0;
            padding: 10px;
            min-height: 295px;
        }

            .hydra-block fieldset.pricing-options .duration-prices h6 {
                text-align: left;
                margin: 0;
            }

            .hydra-block fieldset.pricing-options .duration-prices ul {
                margin: 0;
                height: 288px;
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
            }

                .hydra-block fieldset.pricing-options .duration-prices ul li {
                    list-style: none;
                    width: 50%;
                    margin-bottom: 5px;
                }

            .hydra-block fieldset.pricing-options .duration-prices input[type='checkbox'] {
                margin-top: -3px;
            }

            .hydra-block fieldset.pricing-options .duration-prices .duration-hidden {
                display: none;
            }

            .hydra-block fieldset.pricing-options .duration-prices label {
                margin: 5px 10px 0 0px;
                float: left;
                width: 50%;
            }

            .hydra-block fieldset.pricing-options .duration-prices .input-prepend {
                margin: 0;
            }

        .hydra-block fieldset.pricing-options .default-price {
            width: 80px;
        }

            .hydra-block fieldset.pricing-options .default-price input {
                width: 50px;
            }

        .hydra-block fieldset.pricing-options .pricing-example {
            display: block;
            width: 100%;
            background-color: #f9f9f9;
            margin: 10px 0 0 0;
        }

            .hydra-block fieldset.pricing-options .pricing-example > div {
                padding: 10px;
            }

            .hydra-block fieldset.pricing-options .pricing-example h6 {
                display: inline-block;
                margin: 1px 0 0 0;
            }

            .hydra-block fieldset.pricing-options .pricing-example .timing {
                display: inline-block;
                margin: 0;
                float: right;
            }

                .hydra-block fieldset.pricing-options .pricing-example .timing select {
                    margin-bottom: 3px;
                }

                .hydra-block fieldset.pricing-options .pricing-example .timing .duration-hidden {
                    display: none;
                }

            .hydra-block fieldset.pricing-options .pricing-example label {
                margin: 0;
                display: inline-block;
                font-size: 12px;
                float: left;
            }

            .hydra-block fieldset.pricing-options .pricing-example input[type='checkbox'] {
                margin-top: -2px;
            }

            .hydra-block fieldset.pricing-options .pricing-example table {
                width: 100%;
                margin-top: 10px;
                border-collapse: collapse;
            }

                .hydra-block fieldset.pricing-options .pricing-example table th,
                .hydra-block fieldset.pricing-options .pricing-example table td {
                    padding: 5px;
                    border: 1px solid #ccc;
                    text-align: center;
                }

                .hydra-block fieldset.pricing-options .pricing-example table th {
                    text-align: left;
                }

                    .hydra-block fieldset.pricing-options .pricing-example table th.highlighted,
                    .hydra-block fieldset.pricing-options .pricing-example table td.highlighted {
                        background-color: #f9f9f9;
                    }

                .hydra-block fieldset.pricing-options .pricing-example table
                tbody tr td:first-child {
                    text-align: left;
                }

                .hydra-block fieldset.pricing-options .pricing-example table
                tbody tr:nth-child(2n+1) {
                    background-color: #f1f1f1;
                }

                .hydra-block fieldset.pricing-options .pricing-example table th.active,
                .hydra-block fieldset.pricing-options .pricing-example table td.active {
                    background-color: #ffffe0;
                }

                .hydra-block fieldset.pricing-options .pricing-example table
                tbody tr:nth-child(2n+1) td.active {
                    background-color: #f3f38c;
                }

                .hydra-block fieldset.pricing-options .pricing-example table tbody tr th.active.alert-danger,
                .hydra-block fieldset.pricing-options .pricing-example table tbody tr td.active.alert-danger {
                    background-color: #f2dede;
                }

                .hydra-block fieldset.pricing-options .pricing-example table td.duration-error {
                    line-height: 24px;
                    color: #b94a48;
                }

.orders-form .order-table {
    width: 100%;
}

    .orders-form .order-table .settings-box {
        margin-bottom: 15px;
    }

    .orders-form .order-table tr td {
        padding: 7px 5px;
    }

        .orders-form .order-table tr td:nth-child(2n+1) {
            text-align: left;
        }

        .orders-form .order-table tr td label {
            font-size: 12px;
            min-width: 100px;
            display: inline;
        }

        .orders-form .order-table tr td input {
            margin-bottom: 5px;
        }

        .orders-form .order-table tr td .chosen-container {
            margin-top: -7px;
        }

    .orders-form .order-table tr.section-header td {
        text-align: left;
    }

    .orders-form .order-table tr.full-size td {
        width: 100%;
        text-align: left;
    }

        .orders-form .order-table tr.full-size td textarea {
            width: 99%;
        }

    .orders-form .order-table tr td.checkbox input[type='checkbox'] {
        display: inline-block;
        margin: 3px 5px 0 0;
    }

    .orders-form .order-table tr td.checkbox .option-box {
        display: inline-block;
    }

    .orders-form .order-table tr td.checkbox label {
        width: auto;
    }

    .orders-form .order-table tr.hidden {
        display: none;
    }

    .orders-form .order-table tr.hydra-station td hr {
        margin: 0px;
    }

.row-fluid-settings ul.code-durations {
    column-count: 2;
    margin: 0;
    padding: 10px 0 0 0;
}

    .row-fluid-settings ul.code-durations li {
        list-style: none;
    }

        .row-fluid-settings ul.code-durations li .editor-field {
            margin: 0;
        }

.start-stop-container .row-fluid .row-fluid {
    margin: 10px 0;
}

.info-details-box {
    margin: 20px 0;
    -webkit-box-shadow: 7px 4px 9px -1px rgba(184,184,184,1);
    -moz-box-shadow: 7px 4px 9px -1px rgba(184,184,184,1);
    box-shadow: 7px 4px 9px -1px rgba(184,184,184,1);
    min-height: 54px;
}

    .info-details-box span.icon {
        font-size: 24px;
        background-color: #73C5C5;
        color: #004368;
        padding: 15px;
        float: left;
        margin-right: 20px;
    }

    .info-details-box span.title {
        color: #004368;
        font-size: 14px;
        display: block;
        line-height: 24px;
        font-weight: bold;
    }

    .info-details-box span.message {
        display: block;
        line-height: 30px;
    }

    .info-details-box.info span.icon {
        background-color: #73bcf7;
        color: #004368;
    }

    .info-details-box.info span.title {
        color: #004368;
    }

    .info-details-box.success span.icon {
        background-color: #92D400;
        color: #486b00;
    }

    .info-details-box.success span.title {
        color: #486b00;
    }

    .info-details-box.error span.icon {
        background-color: #c9190b;
        color: #FFF;
    }

    .info-details-box.error span.title {
        color: #a30000;
    }

    .info-details-box.error span.message {
        font-weight: bold;
    }

    .info-details-box.warning span.icon {
        background-color: #F0AB00;
        color: #795600;
    }

    .info-details-box.warning span.title {
        color: #795600;
    }

    .info-details-box.animate-icons span.icon i {
        display: none;
    }

        .info-details-box.animate-icons span.icon i:first-of-type {
            display: block;
        }

#updateFobModal .step.hidden,
#readPinModal .step.hidden {
    display: none;
}

#updateFobModal .step h2,
#readPinModal .step h2 {
    font-size: 14px;
    line-height: 1.2;
}

#updateFobModal .step .data-val {
    display: block;
    float: left;
}

    #updateFobModal .step .data-val.action-btn {
        max-width: 70%;
    }

    #updateFobModal .step .data-val .timer {
        font-size: 24px;
        margin: 20px 0;
        display: block;
    }

    #updateFobModal .step .data-val .failed-msg {
        display: none;
    }

#updateFobModal .step .read-error,
#updateFobModal .step .compare-error {
    display: block;
    margin: 20px 0;
}

#readPinModal {
    width: 800px;
}

    #readPinModal .hidden {
        display: none;
    }

    #readPinModal .modal-body {
        height: 400px;
        max-height: 400px;
    }

    #readPinModal .chosen-container {
        min-width: 300px;
        margin-top: 3px;
    }

    #readPinModal .filters > .row {
        margin-bottom: 15px;
    }

    #readPinModal .time-select .chosen-container {
        min-width: 57px;
    }

    #readPinModal select.time {
        width: 60px;
    }

    #readPinModal select.time-zone {
        width: 150px;
    }

    #readPinModal .date-picker {
        width: 80px;
        margin: 0;
    }

    #readPinModal .btn.hidden {
        display: none;
    }

    #readPinModal .step .read-error.hidden,
    #readPinModal .step .loading.hidden {
        display: none;
    }

    #readPinModal .step .loading {
        position: relative;
        text-align: center;
        margin: 200px 0 0;
    }

    #readPinModal .editor-field {
        float: left;
        margin: 0 0 0 20px;
    }

        #readPinModal .editor-field .inline-date {
            display: inline-block;
        }

            #readPinModal .editor-field .inline-date .chosen-container {
                min-width: 200px;
            }

    #readPinModal .pin-list {
        height: 250px;
        overflow: auto;
        margin: 0;
    }

        #readPinModal .pin-list li a {
            padding: 5px 5px;
            display: block;
        }

            #readPinModal .pin-list li a:hover {
                background-color: #DDD;
            }

        #readPinModal .pin-list li span.time {
            display: inline-block;
            margin-right: 10px;
            color: #666;
            width: 115px;
        }

        #readPinModal .pin-list li span.charger {
            display: inline-block;
            margin-right: 10px;
            color: #666;
            width: 100px;
        }

        #readPinModal .pin-list li span.hydra {
            display: inline-block;
            width: 250px;
            margin-right: 10px;
            color: #666;
        }

        #readPinModal .pin-list li span.btn {
            float: right;
            margin-top: -1px;
            padding: 0 10px;
            text-transform: lowercase;
        }

        #readPinModal .pin-list li:nth-child(2n+1) {
            background-color: #F6F6F6;
        }

    #readPinModal .bg-danger {
        color: red;
        font-weight: bold;
    }

    #readPinModal input[name='FobVal'] {
        margin-top: 8px;
    }

#generateSyncCodeModal form,
#generateCodeSyncCodeModal form {
    margin-bottom: 0;
}

#generateSyncCodeModal .row-fluid,
#generateCodeSyncCodeModal .row-fluid {
    width: 100%;
}

#generateSyncCodeModal .error .error-text,
#generateCodeSyncCodeModal .error .error-text {
    color: red;
}

#generateSyncCodeModal div.alert,
#generateCodeSyncCodeModal div.alert {
    font-size: 14px;
}

#generateSyncCodeModal select,
#generateCodeSyncCodeModal select {
    width: 400px;
}

#stopCurrentSessionsModal form {
    margin-bottom: 5px;
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 5px
}

    #stopCurrentSessionsModal form label {
        cursor: default;
        margin: 0;
        line-height: 24px;
    }

#startCurrentSessionsModal .modal-body,
#stopCurrentSessionsModal .modal-body {
    padding: 5px 15px;
}

    #startCurrentSessionsModal .modal-body table,
    #stopCurrentSessionsModal .modal-body table {
        width: 100%;
    }

        #startCurrentSessionsModal .modal-body table thead th,
        #stopCurrentSessionsModal .modal-body table thead th {
            border-bottom: solid 1px;
        }

            #startCurrentSessionsModal .modal-body table thead th a,
            #stopCurrentSessionsModal .modal-body table thead th a {
                font-weight: normal;
            }

        #startCurrentSessionsModal .modal-body table tr th,
        #startCurrentSessionsModal .modal-body table tr td,
        #stopCurrentSessionsModal .modal-body table tr th,
        #stopCurrentSessionsModal .modal-body table tr td {
            text-align: left;
            padding: 5px 2px;
        }

            #startCurrentSessionsModal .modal-body table tr th:last-of-type,
            #startCurrentSessionsModal .modal-body table tr td:last-of-type,
            #stopCurrentSessionsModal .modal-body table tr th:last-of-type,
            #stopCurrentSessionsModal .modal-body table tr td:last-of-type {
                text-align: right;
            }

        #startCurrentSessionsModal .modal-body table tbody tr td,
        #stopCurrentSessionsModal .modal-body table tbody tr td {
            border-top: 1px solid #ddd;
        }

        #startCurrentSessionsModal .modal-body table tbody tr:nth-child(2n+1),
        #stopCurrentSessionsModal .modal-body table tbody tr:nth-child(2n+1) {
            background-color: #f9f9f9;
        }

        #startCurrentSessionsModal .modal-body table tbody tr td label,
        #stopCurrentSessionsModal .modal-body table tbody tr td label {
            font-size: 12px;
            margin-bottom: 0;
        }

        #startCurrentSessionsModal .modal-body table tbody tr td input[type='checkbox'],
        #stopCurrentSessionsModal .modal-body table tbody tr td input[type='checkbox'] {
            margin-top: 0;
        }

@media all and (max-width:374px) {
    #wrap.mobile-layout #priceInfoBox {
        font-size: 11px;
    }

    #wrap.mobile-layout .validation-summary-errors {
        font-size: 11px;
    }

    #wrap.mobile-layout .settings-header img {
        margin-top: 8px;
    }

    #wrap.mobile-layout #searchHistForm input[type="text"] {
        font-size: 11px;
        width: 25%;
    }

    #wrap.mobile-layout #searchHistForm .btn {
        font-size: 12px;
        width: 25%;
    }

    #wrap.mobile-layout .table td h4 {
        font-size: 12px;
    }
}

#login-table td {
    padding: 5px;
}

#login-table span {
    margin-bottom: 5px;
    display: block;
}

#login-table tr.mobile {
    display: none;
}

#login-logo {
    float: right;
    background-color: #FFF;
    padding-left: 10px;
    padding-bottom: 10px;
}

.home-logo {
    height: 40px;
    margin-bottom: 5px;
}

.login-page-container h3 {
    border-bottom: 5px solid #0068C7;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 18px;
}

.login-page-container h5 {
    color: #0263E5;
}

.login-page-container .droidLink {
    margin-bottom: 0px !important;
    margin-top: 14px;
}

.sign-up-container label,
.sign-up-container input[type='text'],
.sign-up-container input[type='password'] {
    margin-bottom: 0;
}

#LATCaptcha_CaptchaDiv .BDC_CaptchaImageDiv > a {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.header-first-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
}

    .header-first-row .demo-checkbox {
        margin-left: auto;
    }

        .header-first-row .demo-checkbox i {
            font-size: 16px;
        }

        .header-first-row .demo-checkbox input[type='checkbox'],
        .header-first-row .demo-checkbox .checked {
            display: none;
        }

        .header-first-row .demo-checkbox input[type='checkbox']:checked ~ .checked {
            display: inline-block;
            color: green;
        }

        .header-first-row .demo-checkbox .unchecked {
            color: #CECECE;
        }

        .header-first-row .demo-checkbox input[type='checkbox']:checked ~ .unchecked {
            display: none;
        }

.user-info-box {
    min-height: 65px;
}

.user-info-box a.pull-right {
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.hydra-test-page #testSettingsOverlay {
    position: absolute;
    background-color: white;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.expanded-info {
    background-color: #d9edf7;
    padding: 8px 8px 0 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    cursor: pointer;
    font-weight: bold;
    width: auto !important;
}
    /* Icon when the collapsible content is shown */
    .expanded-info .expanded-icon:after {
        content: "-";
        font-size: 14px;
    }

    /* Icon when the collapsible content is hidden */
    .expanded-info.collapsed .expanded-icon:after {
        content: "+";
        font-size: 14px;
    }

    /* Icon when the collapsible content is shown */
    .expanded-info .icon-chevron-down {
        display: none;
    }

    .expanded-info .icon-chevron-up {
        display: inline-block;
    }

    .expanded-info.collapsed .icon-chevron-down {
        display: inline-block;
    }

    .expanded-info.collapsed .icon-chevron-up {
        display: none;
    }

.hydra-test-page #setTestEnvironment {
    margin-bottom: 20px;
}

    .hydra-test-page #setTestEnvironment #testSettings {
        margin-top: 20px;
    }

#selectLocationModal .form-search {
    margin: 10px 0;
}

#selectLocationModal ul {
    margin: 0;
    padding: 10px 0 10px 20px;
}

    #selectLocationModal ul li {
        list-style: none;
        line-height: 24px;
    }

        #selectLocationModal ul li.selected:before {
            content: " ";
            background: url("/Content/Images/tick-circle.png");
            width: 16px;
            height: 16px;
            position: absolute;
            display: block;
            margin: 3px 0 0 -20px;
        }

.hydra-test-page .modal-body {
    font-size: 14px;
}

    .hydra-test-page .modal-body .timer {
        display: block;
        text-align: center;
    }

.hydra-test-page td.users-list {
    position: relative;
    z-index: 1001;
}

.hydra-test-page td button.restart {
    position: relative;
    z-index: 1001;
}

.hydra-test-page table.table tr td input[type='checkbox'] {
    margin-top: -3px;
}

.hydra-test-page .start-all {
    /*margin-bottom:20px;*/
}

.hydra-test-page table.table tr td.charger-name {
    width: 50%;
}

.hydra-test-page table.table tr td .pull-right {
    margin-left: 10px;
}

.hydra-test-page table.table tr td a.stop {
    color: red;
    font-size: 14px;
    line-height: 25px;
}

.hydra-test-page table.table thead tr td a {
    line-height: 25px;
}

.company-logo {
    padding: 8px 5px;
    border: 1px solid #eeeeee;
    margin: 5px 0;
    text-align: center;
    position: relative;
}

    .company-logo img {
        max-height: 148px;
    }

    .company-logo .action-buttons {
        position: absolute;
        right: 5px;
        top: 5px;
        transition: all ease 0.2s;
        opacity: 1;
    }

    .company-logo button {
        float: right;
        margin-left: 5px;
    }

.image-editor {
    width: 100%;
    height: 300px;
    position: relative;
}

    .image-editor div.load-img {
        width: 100%;
        margin-top: 10px;
    }

        .image-editor div.load-img div {
            height: auto;
        }

    .image-editor .container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .image-editor .container .imageBox {
            position: relative;
            height: 270px;
            width: 528px;
            border: 1px solid #eeeeee;
            background: #fff;
            overflow: hidden;
            background-repeat: no-repeat;
            cursor: move;
            margin-bottom: 7px;
            background: url('/content/images/logo-template.png') no-repeat center;
            background-size: 160px;
        }

    .image-editor .imageBox .thumbBox {
        position: absolute;
        top: 160px;
        left: 50%;
        width: 215px;
        height: 150px;
        margin-top: -100px;
        margin-left: -100px;
        box-sizing: border-box;
        border: 1px solid rgb(102, 102, 102);
        box-shadow: 0 0 0 1000px rgb(0 0 0 / 20%);
        background: none repeat scroll 0% 0% transparent;
    }

@media screen and (max-width: 585px) {
    .modal {
        width: 80%;
        left: 7%;
        margin: 0 auto;
    }

    #login-table tr td:nth-child(3) {
        display: none;
    }

    #login-table tr.mobile {
        display: table-row;
    }

    #login-logo {
        display: none;
    }

    .user-info-box {
        display: block;
        float: none;
    }

        .user-info-box .text-right {
            text-align: left;
        }

        .user-info-box a.pull-right {
            float: none;
            margin: 10px 0;
            text-align: center;
            display: block;
        }

    .login-page-container h3 {
        margin-top: 0;
    }

    .row-fluid .span2 {
        width: 30%;
    }

    .row-fluid .span9 {
        width: 100%;
    }

    .row-fluid .span3 {
        width: 100%;
        text-align: center;
    }

        .row-fluid .span3 .btn.pull-right {
            float: none;
        }

        .row-fluid .span3.offset5 {
            margin-left: 0;
        }

    #CCChargeForm table {
        width: 100% !important;
    }

        #CCChargeForm table tr, #CCChargeForm table td {
            display: block;
        }

        #CCChargeForm table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #CCChargeForm table tr {
            border-bottom: 1px solid #BEBEBE;
        }

            #CCChargeForm table tr + tr {
                margin-top: 1.5em;
            }

        #CCChargeForm table td {
            position: relative;
            padding-left: 2%;
            text-align: left;
        }

            #CCChargeForm table td:before {
                content: attr(data-label);
                display: inline-block;
                line-height: 1.5;
                margin-left: -100%;
                width: 100%;
                white-space: nowrap;
            }

            #CCChargeForm table td #CC_Method,
            #CCChargeForm table td select {
                width: 92% !important;
            }

            #CCChargeForm table td input[type="text"],
            #CCChargeForm table td input[type="password"],
            #CCChargeForm table td input[type="datetime"],
            #CCChargeForm table td input[type="email"] {
                width: 89% !important;
            }

            #CCChargeForm table td #CC_PaymentTable tr td {
                display: inline-block;
            }

                #CCChargeForm table td #CC_PaymentTable tr td label {
                    margin-top: -22px;
                }

    .table-bordered #CC_PaymentTable td {
        border-left: none;
    }

        .table-bordered #CC_PaymentTable td input[type="radio"] {
            margin-top: -2px;
        }

    .edit-page .account-info-box {
        width: auto !important;
    }

        .edit-page .account-info-box .span3 {
            text-align: left;
        }

        .edit-page .account-info-box .row-fluid [class*="span"] {
            margin-left: 0;
        }

    .edit-page-container .settings-header {
        height: auto;
    }

        .edit-page-container .settings-header h4 {
            float: none;
            display: block;
            max-width: 65%;
        }

    .edit-page-container .edit-page {
        padding: 0 10px;
    }

        .edit-page-container .edit-page input[type="text"],
        .edit-page-container .edit-page input[type="password"],
        .edit-page-container .edit-page input[type="datetime"],
        .edit-page-container .edit-page input[type="datetime-local"],
        .edit-page-container .edit-page input[type="date"],
        .edit-page-container .edit-page input[type="month"],
        .edit-page-container .edit-page input[type="time"],
        .edit-page-container .edit-page input[type="week"],
        .edit-page-container .edit-page input[type="number"],
        .edit-page-container .edit-page input[type="email"],
        .edit-page-container .edit-page input[type="url"],
        .edit-page-container .edit-page input[type="search"],
        .edit-page-container .edit-page input[type="tel"],
        .edit-page-container .edit-page input[type="color"] {
            width: 90%;
        }
}

.btn.btn-flow-next,
.btn.btn-flow-prev {
    text-align: center;
    padding-right: 7px;
}

.pull-right a.btn-flow-next {
    margin-left: 5px;
}

.pull-right a.btn-flow-prev {
    margin-right: 5px;
}

.lds-ring {
    display: block;
    margin: 60px auto;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 5px solid lightgrey;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: lightgrey transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.code-generate-form {
    background-image: url(/content/images/keypad_charger.png);
    background-position: right 25px bottom;
    background-size: 144px auto;
    background-repeat: no-repeat;
}

    .code-generate-form .form-container {
        width: 450px;
        min-height: 400px;
    }

        .code-generate-form .form-container select {
            width: 100%;
        }

        .code-generate-form .form-container hr {
        }

        .code-generate-form .form-container label {
            font-size: 12px;
        }

        .code-generate-form .form-container .editor-label label {
            font-size: 14px;
        }

        .code-generate-form .form-container textarea,
        .code-generate-form .form-container input[type='text'] {
            max-width: 435px;
            width: 435px;
        }

        .code-generate-form .form-container input[type='checkbox'] {
            margin-top: -3px;
        }

        .code-generate-form .form-container .single-line-input {
            padding: 10px 0;
            margin-bottom: 10px;
        }

            .code-generate-form .form-container .single-line-input input[type='text'] {
                width: 95px;
                float: left;
            }

            .code-generate-form .form-container .single-line-input select {
                width: 90px;
            }

            .code-generate-form .form-container .single-line-input .chosen-container {
                margin: 3px 0 0 10px;
            }

                .code-generate-form .form-container .single-line-input .chosen-container input[type='text'] {
                    width: 100%;
                    float: none;
                }

        .code-generate-form .form-container .time-zone-name {
            display: block;
            text-align: left;
            width: 100%;
            clear: both;
        }

.hydra-list #map {
    width: 100%;
    height: 500px;
    position: relative;
    display: none;
}

.hydra-list .report-placeholder {
    margin-top: 10px;
}

.hydra-list #map .hydra-pin-label {
    background-color: #366FD0;
    border-radius: 5px;
    padding: 3px 5px;
}

.hydra-list #map .charger-infobox strong {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.hydra-list #map .charger-infobox p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
}

.hydra-list .ccm-certification {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 8px 15px;
}

    .hydra-list .ccm-certification.d-none {
        display: none;
    }

    .hydra-list .ccm-certification > div {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .hydra-list .ccm-certification > div:first-of-type {
        align-items: center;
        gap: 20px;
    }

    .dataTables_wrapper .dataTables_paginate.paging_input .paginate_input {
        width: 50px;
        margin-bottom: 3px;
    }

.hydra-list .alert select.chosen-select,
.hydra-list .alert .chosen-container {
    min-width: 200px;
}

a.refund-code .fas {
    font-size: 16px;
}

.right {
    float: right;
    border: 1px solid black;
    padding: 2px;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    margin: 10px 0px;
    padding: 12px;
}

.upload-table {
    width: 100%;
}

    .upload-table .hidden {
        display: none;
    }

    .upload-table input[type="file"] {
        line-height: normal;
        width: 420px;
    }

    .upload-table .upload-form .item {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

        .upload-table .upload-form .item.action-btn {
            margin-right: 0;
            float: right;
        }

        .upload-table .upload-form .item label {
            font-size: 12px;
        }

        .upload-table .upload-form .item *[type='submit'],
        .upload-table .upload-form .item .progress-file {
            float: left;
            margin: 25px 0 0 10px;
        }

    .upload-table a.delete {
        color: #C93B3B;
        font-size: 18px;
        margin-top: 1px;
    }

    .upload-table tr td, .upload-table tr th {
        border-bottom: 1px solid #dddddd;
        padding: 5px;
    }

    .upload-table tr th {
        padding: 10px 5px;
        text-align: left;
    }

    .upload-table tr:first-of-type th {
        padding: 0;
        border-bottom: none;
    }

    .upload-table tr td:nth-child(1) {
    }

    .upload-table tr td:nth-child(2) {
    }

    .upload-table tr td:nth-child(3) {
        min-width: 100px;
    }

    .upload-table tr td:nth-child(4) {
        min-width: 50px;
    }

    .upload-table tr.result-row:nth-child(even) > td {
        background-color: #f9f9f9;
    }

div.upload-container table thead .upload-form td {
    padding: 0;
}

div.upload-container table thead tr th select.attachment-type {
    margin-bottom: 0;
    width: 120px;
}

div.upload-container table tbody tr.default td {
    padding: 100px 0;
    text-align: center;
}

div.upload-container table.dataTable tbody tr.not-found td {
    padding: 100px 0;
    text-align: center;
}

div.upload-container table.dataTable tbody tr td {
    padding: 10px 15px;
}

div.upload-container table tbody tr.default td .load-img div {
    height: auto;
    margin: 0;
}

div.user-manuals .dataTables_wrapper {
    width: 100%;
}

    div.user-manuals .dataTables_wrapper table.dataTable thead th {
        padding: 10px;
        text-align: left;
    }

    div.user-manuals .dataTables_wrapper table.dataTable img.preview {
        max-width: 100px;
    }

    div.user-manuals .dataTables_wrapper table.dataTable td.actions {
        text-align: right;
        vertical-align: middle;
    }

        div.user-manuals .dataTables_wrapper table.dataTable td.actions > div {
            display: flex;
        }

            div.user-manuals .dataTables_wrapper table.dataTable td.actions > div > a,
            div.user-manuals .dataTables_wrapper table.dataTable td.actions > div > button {
                display: flex;
                align-items: center;
                flex-wrap: nowrap;
                gap: 3px;
            }

            div.user-manuals .dataTables_wrapper table.dataTable td.actions .btn {
                margin: 0 0 0 5px;
            }

            div.user-manuals .dataTables_wrapper table.dataTable td.actions .btn.hidden {
                display: none;
            }

div.user-manuals .hydra-block .collapse-section {
    margin-bottom: 15px;
}

div.user-manuals .uploadModalForm .elements {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
    div.user-manuals .uploadModalForm .elements:first-child {
        width: 50%;
    }

    div.user-manuals .uploadModalForm .elements .action,
    div.user-manuals .uploadModalForm .elements .progress-file {
        display: flex;
        align-items: end;
    }

    div.user-manuals .uploadModalForm .elements input[type='text'] {
        width: 90%;
        margin-bottom: 0;
    }

div.user-manuals div.no-files {
    margin: 10px 0 250px 0;
}

ul.two-cols, ol.two-cols {
    column-count: 2;
}

.sortable-list > div {
    display: flex;
}

    .sortable-list > div > .left {
        flex: 0 1 25%;
    }

    .sortable-list > div > .filters {
        font-size: 12px;
        border-right: 1px solid #dddddd;
    }

    .sortable-list > div > .right {
        flex: 0 1 80%;
        border: none;
        padding: 0;
        float: none;
    }

        .sortable-list > div > .left h4,
        .sortable-list > div > .right h4 {
            border-bottom: 1px solid #dddddd;
            padding-bottom: 10px;
            font-size: 14px;
            margin: 0;
        }

    .sortable-list > div > .filters,
    .sortable-list > div > .list {
        padding: 15px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sortable-list > div > .filters .search-box {
            width: 100%;
            display: block;
        }

            .sortable-list > div > .filters .search-box .input-search {
                width: 100%;
            }

                .sortable-list > div > .filters .search-box .input-search input {
                    width: calc(100% - 35px);
                }

        .sortable-list > div > .filters .data-box {
            display: flex;
            justify-content: space-between;
            padding: 0 10px 5px 0;
            margin-bottom: 5px;
            border-bottom: solid 1px #dedede;
        }

            .sortable-list > div > .filters .data-box .select a {
                cursor: pointer;
                text-decoration: none;
                color: #666;
                margin-right: 5px;
                display: inline-block;
            }

                .sortable-list > div > .filters .data-box .select a:hover span {
                    text-decoration: underline;
                }

            .sortable-list > div > .filters .data-box .totals {
                text-align: right;
            }

        .sortable-list > div > .filters .scrollable-list {
            overflow-y: auto;
            max-height: 100vh;
        }

            .sortable-list > div > .filters .scrollable-list::-webkit-scrollbar {
                width: 10px;
            }

            .sortable-list > div > .filters .scrollable-list::-webkit-scrollbar-track {
                background: #ffffff;
            }

            .sortable-list > div > .filters .scrollable-list::-webkit-scrollbar-thumb {
                background-color: #b5b5b5;
                border-radius: 10px;
                border: 2px solid #ffffff;
            }

            .sortable-list > div > .filters .scrollable-list > a {
                padding: 3px 0;
                cursor: pointer;
                display: block;
                text-decoration: none;
            }

                .sortable-list > div > .filters .scrollable-list > a span {
                    color: #666;
                }

            .sortable-list > div > .filters .scrollable-list a.group {
                color: #000;
            }

            .sortable-list > div > .filters .scrollable-list a.group-item {
                padding-left: 10px;
            }

            .sortable-list > div > .filters .scrollable-list a .fa-square {
                display: inline-block;
            }

            .sortable-list > div > .filters .scrollable-list a .fa-square-check {
                display: none;
            }

            .sortable-list > div > .filters .scrollable-list a.active .fa-square {
                display: none;
            }

            .sortable-list > div > .filters .scrollable-list a.active .fa-square-check {
                display: inline-block;
            }

.dashboard-container .homebanner {
    position: relative;
    float: right;
    right: auto;
}

    .dashboard-container .homebanner .company-logo {
        padding: 24px 5px 23px;
    }

.dashboard-container .settings-box .settings-load-img {
    min-height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-left: 40%;
}

    .dashboard-container .settings-box .settings-load-img span {
        color: #666;
    }

.dashboard-container .settings-box .settings-body-data {
    min-height: 130px;
    display: flex;
    align-items: flex-start;
}

    .dashboard-container .settings-box .settings-body-data .alert {
        display: block;
        text-align: center;
        font-weight: bold;
        width: 100%;
    }

    .dashboard-container .settings-box .settings-body-data .row {
        display: flex;
        gap: 10px;
        padding: 0 10px;
        position: relative;
    }

        .dashboard-container .settings-box .settings-body-data .row .column:first-of-type {
            flex-basis: 30%;
        }

        .dashboard-container .settings-box .settings-body-data .row .column .title {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .dashboard-container .settings-box .settings-body-data .year {
        margin-bottom: 10px;
    }

        .dashboard-container .settings-box .settings-body-data .year.selected {
            border-bottom: 1px solid #BEBEBE;
        }

    .dashboard-container .settings-box .settings-body-data .months {
        display: flex;
        flex-wrap: wrap;
        height: 100px;
        flex-direction: column;
    }

        .dashboard-container .settings-box .settings-body-data .months .month {
            display: grid;
            grid-template-columns: 40px 60px 80px;
        }

            .dashboard-container .settings-box .settings-body-data .months .month .future {
                color: #999;
            }

            .dashboard-container .settings-box .settings-body-data .months .month .dots > span {
                display: inline-block;
                background-color: #04B404;
                border-radius: 50px;
                width: 5px;
                height: 5px;
            }

.bootbox-image-preview {
    width: 820px;
}

    .bootbox-image-preview .modal-body {
        height: 600px;
        max-height: 600px;
        text-align: center;
        padding: 10px 0 0 0;
    }

        .bootbox-image-preview .modal-body .bootbox-close-button {
            margin: 0 !important;
            position: absolute;
            top: 3px;
            right: 10px;
        }

        .bootbox-image-preview .modal-body .bootbox-body img {
            max-width: 800px;
            max-height: 600px;
        }

div.negative-invoice-balances {
    position: relative;
    margin-top: 10px;
}

    div.negative-invoice-balances table {
        width: 100%;
        text-align: left;
        position: relative;
        border-collapse: collapse;
    }

        div.negative-invoice-balances table thead tr th {
            background: white;
            position: sticky;
            top: -10px;
            background-color: #f9f9f9;
            border-bottom: solid 1px #666;
        }

        div.negative-invoice-balances table tr th,
        div.negative-invoice-balances table tr td {
            padding: 5px 10px;
            border-bottom: solid 1px #CECECE;
        }

            div.negative-invoice-balances table tr th:nth-child(1),
            div.negative-invoice-balances table tr td:nth-child(1) {
                width: 40%;
            }

            div.negative-invoice-balances table tr th:nth-child(2),
            div.negative-invoice-balances table tr td:nth-child(2) {
                width: 20%;
            }

            div.negative-invoice-balances table tr th:nth-child(3),
            div.negative-invoice-balances table tr td:nth-child(3) {
                width: 20%;
            }

            div.negative-invoice-balances table tr th:nth-child(4),
            div.negative-invoice-balances table tr td:nth-child(4) {
                width: 20%;
            }

        div.negative-invoice-balances table tbody tr:nth-child(2n) {
            background-color: #f9f9f9;
        }

.fancy-checkbox input[type="checkbox"] {
    display: none;
}

.fancy-checkbox span:before {
    font-family: "FontAwesome";
    font-style: normal;
    width: 1em;
    height: 1em;
    content: '\f10c';
    margin-right: .3em;
}

.fancy-checkbox input[type="checkbox"]:checked ~ span:before {
    content: '\f05d';
}


.dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter label {
    margin-bottom: 0;
}

    .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_filter label input {
        margin-bottom: 0;
    }

#addCompanymodal .modal-body {
    overflow: initial;
}

    #addCompanymodal .modal-body .chosen-container {
        width: 350px !important;
    }

.wrap-text {
    display: inline-block; /* Allows wrapping */
    max-width: 200px; /* Set a max width to enforce wrapping */
    word-wrap: break-word; /* Break long words */
}

div.dt-layout-row .dt-length,
div.dt-layout-row .dt-search {
    display: none;
}

table.dataTable .row-details {
    background-color: #FFF;
    padding: 20px 0;
}

    table.dataTable .row-details h3 {
        padding-left: 5px;
    }

    #filtersForm {
        margin-bottom: 0;
    }

#newDashboardModal.modal.fade.in {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    margin: 0px;
    border-radius: 0;
}

#newDashboardModal button.close {
    z-index: 1000;
    position: absolute;
    right: 2.5rem;
    top: 0.5rem;
    color: #FFF !important;
    opacity: 0.5;
}

#newDashboardModal.fade.in .modal-body {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    padding: 0;
}

    #newDashboardModal.fade.in .modal-body iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }