﻿body {
    background-color: #fff;
    -ms-overflow-style: scrollbar;
}

.body-content {
    background-color: #ffffff;
}

body > .container {
}

.spin {
    -webkit-transform-origin: 50% 58%;
    -moz-transform-origin: 50% 58%;
    -o-transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%; /* IE 9 */
    transform-origin: 50% 58%;
    -webkit-animation: spin .2s infinite linear;
    -moz-animation: spin .2s infinite linear;
    -o-animation: spin .2s infinite linear;
    animation: spin .2s infinite linear;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.side-bar {
    background-color: #ff6a00;
}

ul.period_list {
    list-style: none;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

    ul.period_list li {
        margin-left: 15px;
        float: left;
    }

.summarytable-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-group-indent {
    padding-left: 2.25rem;
}

.form-group.fuel_spend-buttons {
    margin-top: 15px;
    margin-bottom: 0px;
}

table.small-summarytable tr:nth-child(even) {
    background-color: #ffe6a2;
}

table.small-summarytable tr:nth-child(odd) {
    background-color: #ffffff;
}

table.table-layout,
table.summaryTable,
table.table-layoutnocolor {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border: 1px solid #7f7f7f;
}

    table.summaryTable tr:last-child td:last-child {
    }

    table.summaryTable tr:first-child td:first-child {
    }

    table.summaryTable tr:first-child td:last-child {
    }

    table.summaryTable tr:last-child td:first-child {
    }

    table.summaryTable tr:hover td {
    }

    table.table-layout tr:nth-child(odd),
    table.summaryTable tr:nth-child(odd) {
        background-color: #e3e3e3;
    }

    table.table-layout tr.closed-month:nth-child(odd),
    table.summaryTable tr.closed-month:nth-child(odd) {
        background-color: #e6e6e6;
    }

    table.table-layout tr:nth-child(even),
    table.summaryTable tr:nth-child(even) {
        background-color: #ffffff;
    }

    table.table-layout tr.closed-month:nth-child(even),
    table.summaryTable tr.closed-month:nth-child(even) {
        background-color: #e6e6e6;
    }


    table.table-layout td,
    table.summaryTable td,
    table.table-layoutnocolor td {
        vertical-align: middle;
        border: 1px solid #7f7f7f;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding-left: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 2px;
        color: #000000;
    }

        table.table-layout td.right-align,
        table.summaryTable td.right-align,
        table.table-layoutnocolor td.right-align {
            text-align: right;
        }

        table.table-layout tr:last-child td,
        table.summaryTable tr:last-child td,
        table.table-layoutnocolor tr:last-child td {
            border-width: 0px 1px 0px 0px;
        }

        table.table-layout tr td:last-child,
        table.summaryTable tr td:last-child,
        table.table-layoutnocolor tr td:last-child {
            border-width: 0px 0px 1px 0px;
        }

        table.table-layout tr:last-child td:last-child,
        table.summaryTable tr:last-child td:last-child,
        table.table-layoutnocolor tr:last-child td:last-child {
            border-width: 0px 0px 0px 0px;
        }

    table.table-layout tr:first-child th,
    table.summaryTable tr:first-child th {
        background-color: #7f7f7f;
        border: 0px solid #7f7f7f;
        text-align: left;
        padding-left: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 2px;
        border-width: 0px 0px 1px 1px;
        font-weight: bold;
        color: #ffffff;
    }

    table.table-layoutnocolor tr:first-child th {
        border: 0px solid #7f7f7f;
        text-align: left;
        padding-left: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 2px;
        border-width: 0px 0px 1px 1px;
        font-weight: bold;
    }

    table.table-layout tr:first-child:hover th,
    table.summaryTable tr:first-child:hover th {
        background-color: #7f7f7f;
    }

    table.table-layout tr:first-child td:first-child,
    table.summaryTable tr:first-child td:first-child,
    table.table-layoutnocolor tr:first-child td:first-child {
        border-width: 0px 1px 1px 0px;
    }

    table.table-layout tr:first-child td:last-child,
    table.summaryTable tr:first-child td:last-child,
    table.table-layoutnocolor tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }




@media ( min-width: 40em ) {
    /* Show the table header rows and set all cells to display: table-cell */
    .my-custom-breakpoint td,
    .my-custom-breakpoint th,
    .my-custom-breakpoint tbody th,
    .my-custom-breakpoint tbody td,
    .my-custom-breakpoint thead td,
    .my-custom-breakpoint thead th {
        display: table-cell;
        margin: 0;
    }
        /* Hide the labels in each cell */
        .my-custom-breakpoint td .ui-table-cell-label,
        .my-custom-breakpoint th .ui-table-cell-label {
            display: none;
        }
}

.right-align {
    text-align: right;
}

.traffic-light-green  {
    background-color: #69E023;
    color: #ffffff;
}

.traffic-light-orange {
    background-color: #FFBB00;
    color: #ffffff;
}

.traffic-light-red {
    background-color: #ed1c24;
    color: #ffffff;
}

.traffic-green {
    color: #69E023;
}

.traffic-orange {
    color: #FFBB00;
}

.traffic-red {
    color: #ed1c24;
}

.traffic-light-green .mdi-info-sign,
.traffic-light-orange .mdi-info-sign,
.traffic-light-red .mdi-info-sign {
    color: #ffffff;
}


.ui-accordion .ui-accordion-content {
    padding: 15px 0px;
}

.ui-widget-content {
    background: none;
}

#sidebar {
    /* background-image: url('../images/left-shadow.png'); */
    background-position: top right;
    background-repeat: repeat-y;
    padding-right: 15px;
}

ol.passenger_list {
    list-style: none;
}



#slide-panel {
    width: 300px;
    /* height:300px; */
    padding: 10px;
    background: #eee;
    margin-left: -300px;
}

#opener {
    float: right;
    margin: -10px -50px 0px 0px;
    border-radius: 0;
}

#sidebarsmall {
    width: 340px;
    /* height:300px; */
    padding: 10px;
    background: #fff;
    margin-left: -340px;
    position: absolute;
    z-index: 999;
    border-right: 1px solid #d58512;
}

#sideopener-sm {
    float: right;
    margin: 0px -50px 0px 0px;
    border-radius: 0;
}

h3.inline-title {
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 15px;
}

h4.inline-title {
    display: block;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 15px;
}

h4.inline-dashboardtitle {
    display: block;
    border-bottom: 1px solid #7f7f7f;
    padding-top: 6px;
    padding-bottom: 16px;
}

.top-of-screen {
    margin-top: 15px;
}

.mdi.md-18 {
    font-size: 18px;
}

.mdi.md-22 {
    font-size: 22px;
}

.mdi.md-24 {
    font-size: 24px;
}

.mdi.md-36 {
    font-size: 36px;
}

.mdi.md-48 {
    font-size: 48px;
}

.HeaderAccordianText
{
    float:left;
}

.card-header .mb-0 > a,
.card-header .mb-0 .HeaderAccordianText > a {
    display: block;
    position: relative;
    color: #000000;
}

.card-header .mb-0 > a:after,
.card-header .mb-0 .HeaderAccordianText > a:after {
    font-family: 'Material Design Icons';
    content: "\fb0f";
    position: absolute;
    right: 0;
}

.card-header .mb-0 > a[aria-expanded="true"]:after,
.card-header .mb-0 .HeaderAccordianText > a[aria-expanded="true"]:after {
    content: "\fb0b";
}

.card-header .mb-0 .trips-entered-xtra_off {
    display: inline-block;
}

.card-header .mb-0 .trips-entered-xtra_on {
    display: none;
}

.card-header .mb-0.collapsed .trips-entered-xtra_on {
    display: inline-block;
}

.card-header .mb-0.collapsed .trips-entered-xtra_off {
    display: inline-block;
}

.card-header:first-child {
    border-radius: 5px 5px 0px 0px;
}

.card .tripsummary-red {
    margin-bottom: 3px;
}

.card .tripsummary-amber {
    margin-bottom: 3px;
}

.card .tripsummary-green {
    margin-bottom: 3px;
}

.card .motstatus-green,
.tripsummary-green .card-header,
.card .tripsummary-green .card-header {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.card .motstatus-amber,
.tripsummary-amber .card-header,
.card .tripsummary-amber .card-header {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.card .motstatus-red,
.tripsummary-red .card-header,
.card .tripsummary-red .card-header {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.card .motstatus-disabled {
    color: #4a5057;
    background-color: #e9ecef;
    border-color: #cfd4da;
}

.tripsummary-help .mb-0 > a:after {
    font-family: 'Material Design Icons';
    content: "\f2d7";
    position: absolute;
    right: 0;
    color: inherit;
}

.tripsummary-help .mb-0 > a {
    color: inherit;
}

.tripsummary-help .mb-0 > a[aria-expanded="true"]:after {
    content: "\f2d7";
}

.tripsummary-audit .mb-0 > a {
    color: inherit;
}


.password-button,
.lookup-vehicle {
    margin-top: 25px;
}

#sidebar,
#sidebarsmall {
    padding-top: 15px;
    border-right: 1px solid #7f7f7f;
    -webkit-box-shadow: 6px 0px 5px -6px rgba(0,0,0,0.33);
    -moz-box-shadow: 6px 0px 5px -6px rgba(0,0,0,0.33);
    box-shadow: 6px 0px 5px -6px rgba(0,0,0,0.33);
}

.footer-span {
    border-top: 1px solid #efefef;
    padding: 5px 10px;
}

.navbar {
    margin-bottom: 0px;
    padding: 0 1rem;
}

.navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
}

.navbar-lang {
    float: right;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 8px;
}

.menu-links .navbar-nav > li > a {
    font-size: 11px;
}

.navbar-collapse {
    padding-left: 0px;
}

.menu-links {
    padding-left: 0px;
}

#sidebar .card-header h3,
#sidebarsmall .card-header h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #000;
}



#sidebar .form-group,
#sidebarsmall .form-group {
    margin-bottom: 5px;
}

/* input color-profile css start */

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 23px;
        height: 100%;
        width: 100%;
        direction: ltr;
        cursor: pointer;
    }

.fileinput {
    margin-bottom: 9px;
    /*display: inline-block;*/
}

    .fileinput .form-control {
        padding-top: 7px;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

/*.fileinput.input-group {
    display: table;
}*/

    .fileinput.input-group > * {
        position: relative;
        z-index: 2;
    }

    .fileinput.input-group > .btn-file {
        z-index: 1;
    }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

    .fileinput-new.input-group .btn-file.btn-sm,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 3px 3px 0;
    }

    .fileinput-new.input-group .btn-file.btn-lg,
    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0;
    }

.form-group.is-invalid .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.is-invalid .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.is-valid .fileinput .fileinput-preview {
    color: #3c763d;
}

.is-invalid .form-control {
    background-color: #fbebeb;
}

.is-warning .form-control {
    background-color: #fff3cd;
}

.form-group.is-valid .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

/* input color-profile css end */

.alert.alert-danger ol {
    padding-left: 0px;
    margin-bottom: 0px;
}

.alert.alert-danger ol li {
    list-style: none;
}

.details {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

    .details i {
        margin-right: 10px;
        vertical-align: top;
        margin-top: 3px;
        display: block;
        float: left;
        color: #7f7f7f;
    }

#main hr {
    margin: 5px 0px;
}

#sidebar hr {
    margin: 5px 0px;
}

/* fix empty divs start */

/*
#main div { border:1px solid red; }
#main span { border:1px solid blue; }
#sidebar div { border:1px solid green; }
    */
/* fix empty divs end */

.divTable {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}

.divRow {
    display: table-row;
    width: auto;
}

.divCell {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 200px;
    background-color: #ccc;
}

.menu-spacer {
    height: 40px;
    display: block;
    overflow: hidden;
}

#main {
    position: relative;
}

.top-buttons {
    position: absolute;
    top: 15px;
    right: 15px;
}


.dropdown-menu {
    margin-top: 0px;
}

.dropdown-menu a {
    display:block;
    width:100%;
}

.dropdown-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

.trip-drivername .dropdown-menu a {
    display: inherit;
    width: inherit;
}

.btn-reports-top {
}

.dropdown-language {
}

.btn-logout {
    z-index: 999;
}

.period-panel {
    padding: 0px;
}

    .period-panel table.small-summarytable {
        margin-bottom: 0px;
    }

        .period-panel table.small-summarytable > thead > tr > th, .period-panel table.small-summarytable > tbody > tr > th, .period-panel table.small-summarytable > tfoot > tr > th, .period-panel table.small-summarytable > thead > tr > td, .period-panel table.small-summarytable > tbody > tr > td, .period-panel table.small-summarytable > tfoot > tr > td {
            border-top: 1px solid #ddd;
            line-height: 1.42857;
            padding: 8px 15px;
            vertical-align: top;
        }

.trip-date {
    padding: 0px;
}

    .trip-date table.small-summarytable {
        margin-bottom: 0px;
    }

        .trip-date table.small-summarytable > thead > tr > th, .trip-date table.small-summarytable > tbody > tr > th, .trip-date table.small-summarytable > tfoot > tr > th, .trip-date table.small-summarytable > thead > tr > td, .trip-date table.small-summarytable > tbody > tr > td, .trip-date table.small-summarytable > tfoot > tr > td {
            border-top: 1px solid #ddd;
            line-height: 1.42857;
            padding: 8px 15px;
            vertical-align: top;
        }

.tooltip-arrow {
}

.tooltip .tooltip-inner {
    background-color: #666666;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.mdi-info-sign {
    cursor: help;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pie-chart {
    padding: 15px 0px 15px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}


.legend {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.legend span {
    margin: 10px;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.month-block {
    width: 40px;
}

.td-not-completed {
    background-color: #FDFFD3;
}

    .td-not-completed i {
        color: #FFBB00;
    }

.legend-not-completed {
    background-color: #FFBB00;
}

.td-manual-completed {
    background-color: #E5FFD6;
}

    .td-manual-completed i {
        color: #69e023;
    }

.legend-manual-completed {
    background-color: #69e023;
}

.td-auto-completed {
    background-color: #FFD8DA;
}

.td-auto-completed i {
    color: #ed1c24;
}

.legend-auto-completed {
    background-color: #ed1c24;
}


/* default button (Selected) color */
.btn-milcap.btn-selected {
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
}

.btn-milcap.btn-selected {
    background-color: #e0e0e0;
    border-color: #ccc;
    color: #000;
    text-shadow: none;
}

.btn-milcap a {
    color: #ffffff;
}

.btn-milcap.btn-selected.focus, .btn-milcap.btn-selected:focus {
    background-color: #e0e0e0;
    color: #000;
}

.btn-milcap.btn-selected:hover {
    background-color: #e0e0e0;
    color: #000;
}

.btn-milcap.btn-selected.active, .btn-milcap.btn-selected:active, .open > .dropdown-toggle.btn-milcap.btn-selected {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
    color: #000;
}

.btn-milcap.btn-selected.active.focus, .btn-milcap.btn-selected.active:focus, .btn-milcap.btn-selected.active:hover, .btn-milcap.btn-selected.focus:active, .btn-milcap.btn-selected:active:focus, .btn-milcap.btn-selected:active:hover, .open > .dropdown-toggle.btn-milcap.btn-selected.focus, .open > .dropdown-toggle.btn-milcap.btn-selected:focus, .open > .dropdown-toggle.btn-milcap.btn-selected:hover {
    background-color: #d58512;
    border-color: #985f0d;
    color: #000;
}

.btn-milcap.btn-selected.active, .btn-milcap.btn-selected:active, .open > .dropdown-toggle.btn-milcap.btn-selected {
    background-image: none;
}

.btn-milcap.btn-selected.disabled, .btn-milcap.btn-selected.disabled.active, .btn-milcap.btn-selected.disabled.focus, .btn-milcap.btn-selected.disabled:active, .btn-milcap.btn-selected.disabled:focus, .btn-milcap.btn-selected.disabled:hover, .btn-milcap.btn-selected[disabled], .btn-milcap.btn-selected.active[disabled], .btn-milcap.btn-selected.focus[disabled], .btn-milcap.btn-selected[disabled]:active, .btn-milcap.btn-selected[disabled]:focus, .btn-milcap.btn-selected[disabled]:hover, fieldset[disabled] .btn-milcap.btn-selected, fieldset[disabled] .btn-milcap.btn-selected.active, fieldset[disabled] .btn-milcap.btn-selected.focus, fieldset[disabled] .btn-milcap.btn-selected:active, fieldset[disabled] .btn-milcap.btn-selected:focus, fieldset[disabled] .btn-milcap.btn-selected:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-milcap.btn-selected .badge {
    background-color: #fff;
    color: #f0ad4e;
}

.table-pager table tr {
    background-color: transparent !important;
}

    .table-pager table tr td {
        border-width: 0px !important;
    }

.check-block-group {
    margin-top: 0px;
}

.check-block {
    margin-right: 10px;
}

table.table-layout {
    border-radius: 5px;
}

    table.table-layout tr.table-error {
        background-color: transparent !important;
    }

        table.table-layout tr.table-error .alert {
            margin-bottom: 0px;
        }

.edit-li {
    display: block;
    position: relative;
}

.dropdown-menu > li.edit-li > div.name-link {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.edit-delete {
    position: absolute;
    top: 7px;
    right: 15px;
}

.radio.net-render input[type="radio"] {
    margin: 4px 4px 4px 4px;
}

.radio.net-render label {
    padding-right: 20px;
}

.btn-clear {
    background-image: none;
    border-color: #dddddd;
}

/* default button color */
.btn-big_default {
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #d4d4d4 100%);
    background-repeat: repeat-x;
    border-color: #dddddd;
}

.btn-big_default {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #000;
    text-shadow: none;
}

    .btn-big_default a {
        color: #000000;
    }

    .btn-big_default.focus, .btn-big_default:focus {
        background-color: #e8e8e8;
        border-color: #969696;
        color: #000000;
    }

    .btn-big_default:hover {
        background-color: #e8e8e8;
        border-color: #969696;
        color: #000000;
    }

    .btn-big_default.active, .btn-big_default:active, .open > .dropdown-toggle.btn-big_default {
        background-color: #ededed;
        border-color: #f5f5f5;
        color: #000000;
    }

        .btn-big_default.active.focus, .btn-big_default.active:focus, .btn-big_default.active:hover, .btn-big_default.focus:active, .btn-big_default:active:focus, .btn-big_default:active:hover, .open > .dropdown-toggle.btn-big_default.focus, .open > .dropdown-toggle.btn-big_default:focus, .open > .dropdown-toggle.btn-big_default:hover {
            background-color: #f5f5f5;
            border-color: #a4a4a4;
            color: #000000;
        }

    .btn-big_default.active, .btn-big_default:active, .open > .dropdown-toggle.btn-big_default {
        background-image: none;
    }

        .btn-big_default.disabled, .btn-big_default.disabled.active, .btn-big_default.disabled.focus, .btn-big_default.disabled:active, .btn-big_default.disabled:focus, .btn-big_default.disabled:hover, .btn-big_default[disabled], .btn-big_default.active[disabled], .btn-big_default.focus[disabled], .btn-big_default[disabled]:active, .btn-big_default[disabled]:focus, .btn-big_default[disabled]:hover, fieldset[disabled] .btn-big_default, fieldset[disabled] .btn-big_default.active, fieldset[disabled] .btn-big_default.focus, fieldset[disabled] .btn-big_default:active, fieldset[disabled] .btn-big_default:focus, fieldset[disabled] .btn-big_default:hover {
            background-color: #f5f5f5;
            border-color: #d4d4d4;
        }

    .btn-big_default .badge {
        background-color: #000000;
        color: #e5e5e5;
    }

    .btn-big_default.icons-block {
        text-align: center;
        width: 25%;
    }

    .btn-big_default .mdi {
        font-size: 48px;
        line-height: 48px;
    }

    .btn-big_default.disabled .mdi {
        color: #b0b0b0;
    }

    .btn-big_default[disabled] {
        cursor: not-allowed;
    }

.modulesbar {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.btn-big_default {
    text-align: left;
}

.large-copy {
    font-size: 18px;
    line-height: 26px;
}

.small-copy {
    font-size: 13px;
    line-height: 22px;
}

.btn-big_default {
    min-height: 70px;
}

.btn-big-button {
    margin-bottom: 10px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.float-left {
        float: none;
    }

        .dropdown-submenu.float-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.button-spacer {
    padding-top: 25px;
}

.expense_orange {
    background-image: linear-gradient(to bottom, #febe58 0%, #f6c652 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.expense_green {
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.expense_red {
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.table-title {
    border: 1px solid #7f7f7f;
    background-image: none;
    min-height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.table-rows {
    min-height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

table.spaced-th tr th {
    padding: 0 5px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    .ui-menu-item > a.ui-corner-all;

{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    &.ui-state-hover, &.ui-state-active;

{
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

}
}

li.ui-menu-item {
    margin-left: 15px !important;
}

.time-dropdowns {
    white-space: nowrap;
}

    .time-dropdowns select.form-control {
        display: inline-block;
        width: auto;
    }

#score-accordion.card-group {
    margin-bottom: 0px;
}

#risk-accordion.card-group {
    margin-bottom: 0px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .navbar-lang {
        margin-left: 0px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .navbar-lang {
        margin-left: -15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


.card {
    margin-bottom: 15px;
}

.chart-card-legend {
    background-color: #f5f5f5;
    border-radius: .5rem;
    margin-right: 25px;
    padding: 1px;
}

.chart-card-legend-box {
    border-radius: 0.3rem;
    margin-left:15px;
}

h3 {
    margin-top: 10px;
}

.text-right > .left {
    float: left;
}

.footer-base {
    position: relative;
    bottom: 0;
}

.modal-header.no-border, .modal-footer.no-border {
    border: none;
}

.modal-footer button {
    float: right;
    margin-left: 10px;
}

.table-title.no-border {
    border: none;
}

.table-rows.no-border {
    border: 1px solid #ddd;
    box-shadow: none;
}

.content-input.deleteBox > input {
    float: right;
}

div.deleteAllBox {
    text-align: center;
}


table.table-layout td.pull-text-right, table.summaryTable td.pull-text-right {
    text-align: right;
}

.ErrorDialog .modal-dialog .modal-content .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
}

div.form-group.radio_button-horizontalgroup {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 98.25%;
}

    div.form-group.radio_button-horizontalgroup > div.form-control {
        border: none;
    }

td > span.radio_button-group > div.form-control {
    border: none;
    box-shadow: none;
}


span.warning, div.warning > ul > li {
    color: red;
}

div.warningList {
    color: red;
}

.radioheight {
    min-height: 60px;
}

.radioheight90 {
    min-height: 90px;
}

/* -------- Payroll Scheduler Page Styles ------------- */

.schedule-block-joint-pst {
    width: 49%;
    height: 100%;
    float: left;
    background-color: #ffc191;
    text-align: center;
    line-height: 25px;
}

.schedule-block-joint-scheduled {
    width: 49%;
    height: 100%;
    float: left;
    background-color: #ffc191;
    text-align: center;
    line-height: 25px;
}

.schedule-block-joint-confirmed {
    width: 49%;
    height: 100%;
    float: left;
    background-color: #dfffb3;
    text-align: center;
    line-height: 25px;
}

.schedule-block-joint-cc {
    width: 49%;
    height: 100%;
    float: left;
    background-color: #fff9b3;
    text-align: center;
    line-height: 25px;
}

.schedule-block-single-pst {
    width: 100%;
    height: 100%;
    background-color: #ffc191;
    text-align: center;
    line-height: 25px;
}

.schedule-block-single-scheduled {
    width: 100%;
    height: 100%;
    background-color: #ffc191;
    text-align: center;
    line-height: 25px;
}

.schedule-block-single-confirmed {
    width: 100%;
    height: 100%;
    background-color: #dfffb3;
    text-align: center;
    line-height: 25px;
}

.schedule-block-single-cc {
    width: 100%;
    height: 100%;
    background-color: #fff9b3;
    text-align: center;
    line-height: 25px;
}

.schedule-block-hidden {
    display: none;
}


/* ------ End Payroll Scheduler Page Styles ------------ */

/* ------------------------------------- Lightbox start ------------------------------------ */

div.lightbox.conversation_popup {
    width: 700px;
    height: 400px;
    background-color: White;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    display: block;
}

div.lightbox.grid_popup {
    width: 500px;
    height: 400px;
    background-color: White;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    display: block;
}

div.lightbox.diary_popup {
    width: 1200px;
    height: 725px;
    background-color: White;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    display: block;
}

.lightbox_body {
    margin: 15px;
}

    .lightbox_body table {
        width: 100%;
    }

    .lightbox_body .gridPagerStyle table {
        width: auto;
    }

    .lightbox_body table .pagertable {
        width: auto;
    }

.lightbox_close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    height: 25px;
}

a.lightbox_close_x {
    display: block;
    overflow: hidden;
    height: 25px;
    width: 25px;
    background-image: url(../images/close_lightbox.png);
}

    a.lightbox_close_x:hover {
        background-position: 0 -25px;
    }

    a.lightbox_close_x img {
        border: 0;
    }

.lightbox_back {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.conversation_popup {
}

.lightbox.grid_popup .content-block .block_group .block_line label {
    width: 190px;
    display: inline-block;
}

    .lightbox.grid_popup .content-block .block_group .block_line label.w140 {
        width: 140px;
        display: inline-block;
    }

/* ---------------------------------- Lightbox end ---------------------------------------- */

.popupTriggerLinkButton {
    opacity: 0;
    width: 0;
    height: 0;
}

span.view-scheme-name {
    color: #eea236;
}

.modal-title.view-schemes-header {
    color: #000;
}

.checkboxlist ul {
    list-style: none;
}

.modal-dialog.large-map {
    width: 850px;
}

#map {
    height: 800px;
    width: 1000px;
}

a.lnkViewSchemes-x-small {
    font-size: x-small;
}

a.lnkViewSchemes {
    font-size: medium;
}

.button-exceptions-expand {
    margin-top: -28px;
}

table.table-layout td span.justify-right, table.table-layout td a.justify-right {
    float: right;
    margin-right: 10px;
}

div.info-right {
    float: right
}

tr.lowlight td {
    color: #8d8d8d;
    background-color: #f0f0f0;
}

a.btn-milcap.btn-filter {
    margin-top: 25px;
}

.button-drop-25 {
    margin-top: 25px;
}

.notopbottommargin {
    margin-top: 0px;
    margin-bottom: 0px;
}

label {
    font-weight: 700;
}

.bootbox .modal-header {
    display: flex;
}

.card-header {
    padding: .50rem 1rem .50rem 1rem;
}

.report-button-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-header {
    border-bottom: none;
}

.risk-score { 
    margin-bottom:15px;
}

.threeColumns {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


#embedContainer {
    min-width: 800px;
    min-height: 800px;
    height: -moz-calc(100vh - 25px); /* Firefox */
    height: -webkit-calc(100vh - 25px); /* Chrome, Safari */
    height: calc(100vh - 25px); /* IE9+ and future browsers */
    /*width: 95%;*/
}

.DashboardPanels .card {
    border-radius: 10px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.DashboardPanels .DashboardIcon {
    width: 75px;
    height: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.DashboardPanels .card-title {
    padding-top: 5px;
}

.app-link {
    max-width: 150px;
}
.qr-link {
    width: 90px;
}

.employee-dashboard-card {
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #d4d4d4 100%);
    background-repeat: repeat-x;
    border-color: #dddddd;
    background-color: #f5f5f5;
    color: #000;
    text-shadow: none;
    text-align: left;
    min-height: 70px;
    border-radius: 10px !important;
}

.chart-card {
    background-color: #e8e4e4 !important;
    color: #000;
    text-shadow: none;
    min-height: 70px;
    border-radius: 5px !important;
    margin-bottom: 0px;
}



.employee-dashboard-card a {
    font-weight: bold;
}

.employee-dashboard-card.disabled label, 
.mileageentry-dashboard-link.disabled label {
    color: #b0b0b0;
}

.employee-dashboard-card.disabled img,
.mileageentry-dashboard-link.disabled img {
    opacity: 0.4;
    cursor: not-allowed;
}

.employee-dashboard-card.disabled i,
.mileageentry-dashboard-link.disabled i
{
    opacity: 0.4;
    cursor: not-allowed;
}

.employee-dashboard-card.disabled a,
.mileageentry-dashboard-link.disabled a {
    font-weight: bold;
    color: #b0b0b0;
    cursor: not-allowed;
    text-decoration: none;
}

.employee-dashboard-card-clickable:hover {
    background-color: #e8e8e8;
    border-color: #969696;
    color: #000000;
    cursor: pointer;
}

.employee-dashboard-mydetails-card-footer {
    border-radius: 0px 0px 10px 10px;
}

.employee-dashboard-card-clickable:active > .card-body, .employee-dashboard-card-clickable:active > .employee-dashboard-mydetails-card-footer {
    background-color: #ededed;
    color: #000000;
}

.employee-tasklist {
    padding-left: 8px;
}

.employee-tasklist li {
    list-style: none;
    padding-bottom: 5px;
}



#rblEmployeeDashboardCustomers input[type=radio] {
    visibility: collapse;
}

/* new site bar*/
.sidebar {
    transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
    background: transparent;
    border-right: 0;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
    z-index: 1
}

.sidebar-content {
    background: #fff;
    transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.sidebar-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    background: #fff
}

.sidebar-link, a.sidebar-link {
    display: block;
    padding: .65rem .75rem;
    color: #6c757d;
    font-weight: 400;
    background: transparent;
    border-radius: .2rem;
    transition: background .1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.menuDropdown a.sidebar-link {
    color: #212529;
    background: #e9ecef;
}

.sidebar-link:focus {
    outline: 0
}

.sidebar-link:hover {
    color: #212529;
    background: #fff
}



.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
    color: #212529;
    background: #e9ecef
}



.sidebar-dropdown .sidebar-link {
    padding: .15rem 1rem .15rem 1.75rem;
    color: #6c757d;
    background: #f7f7f7;
    font-weight: 400;
}

.reducefontsize
{
    font-size:80%;
}

.sidebar-dropdown .sidebar-item.active .sidebar-link, .sidebar-dropdown .sidebar-item .sidebar-link:hover {
    color: #212529;
    background: #e9ecef;
    font-weight: 400;
}

.sidebar [data-toggle=collapse] {
    position: relative
}

    .sidebar [data-toggle=collapse]:before, .sidebar [aria-expanded=false]:before {
        content: " ";
        border: solid;
        border-width: 0 .1rem .1rem 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(-45deg);
        position: absolute;
        top: 1.2rem;
        right: 1.25rem;
        transition: all .2s ease-out
    }

    .sidebar [aria-expanded=true]:before, .sidebar [data-toggle=collapse]:not(.collapsed):before {
        transform: rotate(45deg)
    }

.sidebar-toggle {
    cursor: pointer;
    width: 26px;
    height: 26px;
    margin-left: .5rem
}

.sidebar.toggled {
    margin-left: -250px
}

    .sidebar.toggled .sidebar-content {
        left: -250px
    }

.sidebar-header {
    background: transparent;
    color: #adb5bd;
    padding: .375rem 1.5rem;
    font-size: .75rem;
    font-weight: 500;
    text-transform: none
}

.sidebar-badge {
    position: absolute;
    right: 15px;
    top: 13px
}

.sidebar-dropdown .sidebar-badge {
    top: 7px
}

.sidebar-link .mdi, .sidebar-link .fas {
    font-size: 20px;
}

.sidebar-link .fas {
    font-size: 16px;
}

.employee-dashboard-card h4, .chart-card h4 {
    font-size: 1.25rem;
}

.employee-dashboard-card .card-title, .chart-card .card-title {
    margin-bottom: 0px;
}

.form-group .mdi.Amber {
    color: orange;
}

.form-group .mdi.Red {
    color: red;
}

.form-group .mdi.Green {
    color: green;
}

.traffic-light-header {
    float: right;
    margin-right: 50px;
}

.employee-dashboard-statments-popup ::-webkit-scrollbar {
    width: 12px;
}

.employee-dashboard-statments-popup ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.00);
}

.employee-dashboard-statments-popup ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    .employee-dashboard-statments-popup ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.employee-dashboard-badge-medium {
    font-size: 100%;
}

.employee-dashboard-button {
    min-width: 60%;
    max-width: 75%;
}

.employee-dashboard-mileage-icon {
    color: #404040;
    font-size: 128px;
    line-height: 120px;
}

.sidebar-navbar-expenses-img {
    height: 20px;
}

.employee-dashboard-outstanding-tasks-smiley-face {
    font-size: 100px;
    line-height: 90px;
    color: #707070;
}

.employee-dashboard-licence-check-question-popup .modal-header {
    color: #ffffff;
    background-color: #ef7128;
    border-radius: .2em;
}

.mileage-entry-enter-mileage-link.disabled * {
    opacity: 0.4 !important;
    color: #b0b0b0 !important;
    cursor: not-allowed !important;
}

.truncateText {
    max-width: 50px;
}

.truncateText div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkbox label {
    display: inline;
    margin-left: 6px;
    vertical-align: top;
}

.recallTable{
    margin: 0px !important; 
}

.display-none {
    display: none !important;
}

.login-contact, .footer-login-l {
    background-color: #ef7128;
    color: #fff;
}

    .login-contact .icon {
        color: #000;
    }

    .login-contact a {
        color: #fff;
    }

        .login-contact a.int-number {
            color: #000;
        }

.login-login {
    background-color: #fff;
    color: #000;
}
    .login-login .login-dropdown {
        border: 1px solid #ef7128 
        !important;
        float:right;
        width:200px;
    }
    .login-login .form-control {
        border: 4px solid #ef7128;
        border-radius: 0;
    }

    .login-login .btn {
        border-radius: 0;
    }

        .login-login .btn.btn-milcap {
            border: none;
        }

    .login-login a.login-reset {
        color: #ef7128;
        font-weight: 600;
    }
        .login-login a.login-reset:hover, a.login-reset:focus a.login-reset:active:hover, a.login-reset:active:focus {
            color: #ef7128;
        }

.radio_button-group .form-control{
    height:auto;
}

.dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    float: right;
    margin-top: 8px;
}

.dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}


.dropdown-menu > li:hover > .submenu {
    display: block;
}

.RAG0 {
    background-color: #BFBFBF !important;
    color: black;
}

.RAG1 {
    background-color: #FF6961 !important;
    color: white;
}

.RAG2 {
    background-color: #FFB54C !important;
    color: white;
}

.RAG3 {
    background-color: #98E589 !important;
    color: white;
}

.RAG4 {
    background-color: #70C075 !important;
    color: white;
}

.RAG5 {
    background-color: #4AC351 !important;
    color: white;
}

.aspNetDisabled label {
    color: #6c757d;
}

.image-block {
    position: relative;
    border: 4px solid #d5792a;
    border-radius: 5px;
    margin: 5px;
    display: block;
    overflow: hidden;
    /*width: 500px;*/
    height: 600px;
    background-color: #cccccc;
}

    .image-block img {
        margin: auto;
        position: absolute;
    }

.move-controls,
.zoom-controls,
.rotate-controls {
    position: relative;
    border: 2px solid #999999;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    display: block;
    overflow: hidden;
    background-image: url(images/back.png);
}

.control-button {
    height: 18px;
    width: 18px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: absolute;
    background-color: #ffffff;
}

    .control-button a {
        width: 18px;
        height: 18px;
        background-position: bottom;
        display: block;
        overflow: hidden;
    }

#but-mu a {
    background-image: url(images/up_icon.png);
}

#but-mre a {
    background-image: url(images/reset_icon.png);
}

#but-md a {
    background-image: url(images/down_icon.png);
}

#but-ml a {
    background-image: url(images/left_icon.png);
}

#but-mr a {
    background-image: url(images/right_icon.png);
}

#but-zi a {
    background-image: url(images/plus_icon.png);
}

#but-zo a {
    background-image: url(images/minus_icon.png);
}

#but-rr a {
    background-image: url(images/rt90_icon.png);
}

#but-rl a {
    background-image: url(images/rt-90_icon.png);
}

.control-button a:hover {
    background-position: top;
}

.control-block {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.move-controls {
    width: 76px;
    height: 76px;
}

    .move-controls .move-up {
        top: 3px;
        left: 27px;
    }

    .move-controls .move-reset {
        top: 27px;
        left: 27px;
    }

    .move-controls .move-down {
        top: 51px;
        left: 27px;
    }

    .move-controls .move-left {
        top: 27px;
        left: 3px;
    }

    .move-controls .move-right {
        top: 27px;
        left: 51px;
    }

.zoom-controls,
.rotate-controls {
    width: 76px;
    height: 30px;
}

.zoom-controls .zoom-in,
.rotate-controls .rotate-left {
    top: 3px;
    left: 12px;
}

.zoom-controls .zoom-out,
.rotate-controls .rotate-right {
    top: 3px;
    left: 43px;
}

.graphmaxheight
{
    max-height: 350px;
}

.overridelink-color {
    text-decoration: underline;
    color: #000000;
}