html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #cac4ce;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.footer,
.footer a {
    background-color: #725AC1;
    color: #fff;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.footer-text {
    padding-top: 20px;
}

.login-panel {
    margin-top: 100px;
}

.popover {
    width: 240px;
}

.cursorable {
    cursor: pointer;
}

.red {
    color: #b00;
}

.blue {
    color: #337ab7;
}

.black {
    color: #000;
}

.no-border {
    border: none;
}

.red-border {
    border: 2px solid #ff0303;
}

.circle {
    border-radius: 50%;
}

#page-box {
    padding-top: 60px;
}

.page-title {
    padding: 0 2%;
}

.page-title>* {
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

.modal-header-border {
    border-radius: 5px 5px 0 0;
}

.non-mob-round-btn {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 15px;
}

.pdd-top-h3 {
    padding-top: 13px;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.a-canvas {
    width: 100%;
    height: 150px;
}

.s-canvas {
    width: 100% !important;
    height: 160px;
}

.pie-canvas {
    width: 100%;
    height: 280px;
}

.data-page .summary-pie {
    background-color: #e5d0e3;
    border: 1px solid #fff;
    border-radius: 5px;
}

.data-page .pie-title {
    text-align: center;
    background-color: #7fd1b9;
    border-radius: 5px;
    padding: 5px 0;
}

.data-page #summary-codriver .pie-title {
    background-color: #f19973;
}

.canvas-label {
    margin-top: 10px;
}

.series-label {
    font-size: 8pt;
    text-align: center;
    padding: 2px;
    color: #fff;
}

.overflow-y {
    max-height: 400px;
    overflow-y: auto;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.bg-prime {
    background-color: #337ab7 !important;
    color: #fff !important;
}

#summary-left {
    padding-top: 10px;
}

.row-space-10 {
    width: 100%;
    padding-top: 10px;
}

.date-txt {
    font-weight: bold;
    text-align: center;
}

.effect-pulse {
    background-color: #fbff44;
    color: #000;
    font-weight: bold;
}

.pd-top-row {
    padding-top: 4px;
}

div.modal-group {
    position: absolute;
    width: 300px;
    z-index: 100;
    margin: 10px 20px 0 0;
}

div.text-plus-ch {
    padding: 10px 0;
    font-weight: bold;
    font-family: monospace;
}

div.text-plus-ch input {
    margin: 0 20px;
}

#myCarousel.carousel,
#myCarousel.carousel>.carousel-inner>.item,
#myCarousel.carousel>.carousel-inner>.item>img {
    height: 900px;
}

.carousel-caption {
    padding-bottom: 300px;
}

body>div.navbar-wrapper>div>nav {
    -webkit-box-shadow: 0 2px 3px 0px rgba(255, 255, 255, .5);
    box-shadow: 0px 2px 3px 0px rgba(255, 255, 255, .5);
}

.row.row-actions {
    padding: 28px 0 0 0;
}

.row.row-actions>div>*:not(:last-child) {
    margin-right: 1%;
}

.row.row-actions>div>#frenew {
    display: inline;
}

.fms-status .alert {
    margin-bottom: 10px;
    padding: 5px 3%;
}

.fms-status .alert.alert-success-fms {
    display: inline-block;
}

#overdue-drivers .label-success {
    margin-left: 2%;
}

h3 .alert-warning-sm:before {
    font-size: 3rem;
    content: "*";
    color: red;
    vertical-align: middle;
}

h3 .alert-warning-sm {
    font-size: 1.5rem;
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
}

.dropdown-menu.lang-dropdown {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 400%;
    margin-left: -61%;
}

.dropdown-menu.lang-dropdown li:not(:last-child) {
    margin-bottom: 5px;
}

.dropdown-menu.lang-dropdown li>a>span {
    margin-right: 5%;
    font-weight: bold;
}

#selected-lang .flag-icon {
    border: 1px solid #fff;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0 4%;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px;
    padding-left: 3px;
    padding-left: 4px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

button[name="btn-download"] {
    font-family: Arial;
}

.form-control-label.full {
    width: 100%;
}

.form-control-label.required:before {
    content: "*";
    color: red;
    margin-right: 1%;
    font-size: 2em;
    line-height: 24px;
    vertical-align: text-top;
}

.graph-title {
    margin: 0 .5%;
}

.btn-link:hover {
    cursor: pointer;
    cursor: hand;
}

#countries-dropdown-menu {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow-y: auto;
}

#countries-dropdown-menu .flag-icon {
    margin-right: 2%;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

body>div.navbar-wrapper {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mb-35 {
    margin-bottom: 35px;
}

.font-size-20 {
    font-size: 20px;
}

.table>tbody>tr.active>td {
    background-color: #EAE8FF;
}

#tvehicle,
#drivers-table {
    overflow-x: hidden;
}

#tvehicle table,
#drivers-table table {
    font-size: 14px;
    border: none;
}

#tvehicle tbody>tr>td:nth-child(7) {
    text-align: center;
}

.info-renewed {
    color: #009CFF;
}

#modal-msgs {
    padding: 0 1%;
}

#modal-msgs .alert.alert-danger {
    margin: 5px 0;
    text-align: left;
}

.highlight,
.form-control.highlight {
    background-color: #e9ff00;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.pad-5-0 {
    padding: 5px 0;
}

.btn-remove-col {
    padding-left: 0;
}

.show-hand:hover {
    cursor: pointer;
    cursor: hand;
}

.invisible {
    visibility: hidden;
}

.input-error {
    border: 2px solid red;
	border-radius: 5px;
}

.break-word {
    word-wrap: break-word;
}

.no-margin {
    margin: 0;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.mobile-visible {
    display: none !important;
}

.marked-text {
    color: #000;
    background-color: #E8E8E8;
    border-bottom: 2px solid red;
}

.pagination-row {
    text-align: center;
    background-color: #cac4ce;
}

.pagination>li {
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}

.pagination>li>button {
    background-color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.pagination>li.active>button {
    background-color: #357ded;
    color: #fff;
}

#tsearch {
    padding-right: 25px;
}

#clear-search {
    margin: 4px 0;
    right: 13px;
    pointer-events: auto;
}

#vehicle-countries-list>.form-group,
#drivers-countries-list>.form-group {
    margin-bottom: 0;
}

#vehicle-countries-list>.form-group>[type="text"],
#drivers-countries-list>.form-group>[type="text"] {
    padding-right: 30px;
}

#vehicle-countries-list>.form-group>[type="text"]+.clearer,
#drivers-countries-list>.form-group>[type="text"]+.clearer {
    margin: 4px 14px 0 0;
    pointer-events: auto;
}

#vehicle-countries-list>.dropdown>ul,
#drivers-countries-list>.dropdown>ul {
    width: 100%;
}

.no-results {
    display: inline-block;
    padding: 5px 3%;
    background-color: yellow;
}

#datepicker-error-msg {
    padding: 0;
}

#datepicker-error-msg .alert {
    margin-bottom: 0;
    padding: 6px 5%;
}

#msg-count-bell .badge {
    font-size: 15px;
    background-color: red;
}

.container.drivers-pagination {
    padding: 0;
}

#search-company>div:first-child {
    padding-left: 0;
}

#search-company #clear-search {
    margin: 0;
}

.list-table {
    font-size: 14px;
}

.list-table>tbody>tr>td {
    margin: 0px;
    padding: 0px .5%;
    height: 100%;
    vertical-align: inherit;
}

.list-table td.actions .btn {
    padding: 5px 5%;
    margin: 5px 0;
    font-weight: bold;
}

.list-table .company-status-column {
    width: 10%;
}

#select-all-files-label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.task-row {
    border-radius: 5px;
    background-color: #4DB5F1;
    color: #fff;
    padding: 15px 0 5px 0;
    -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.75);
}

#task-list>.panel {
    margin-bottom: 20px;
}

#task-list>.panel>.panel-heading>.delete-task,
#task-list>.panel>.panel-heading>.confirm-delete-task {
    float: right;
    margin-left: 10px;
}

#task-list>.panel>.panel-heading>.delete-task>a,
#task-list>.panel>.panel-heading>.confirm-delete-task>a {
    color: #fff;
}

#task-list>.panel>.panel-heading.red-bg {
    background-color: red;
}

.panel-body.confirm-delete-task {
    display: none;
}

hr.thick-line {
    border-top: 1px solid #000;
}

.table-general .table-actions.mobile-hidden>a {
    border-radius: 50%;

}

.table-general .table-actions.mobile-hidden>a:not(:last-child) {
    margin-right: 2px;
}

.edited-row {
    font-weight: bold;
}

.edited-row td.highlight {
    border: 3px solid red;
}

#add-permits-container #vehicle-list>a:hover,
#add-permits-container #selected-vehicles>a:hover {
    color: #fff;
    font-weight: bold;
}

#add-permits-container #vehicle-list>a:hover {
    background-color: #4CAF50;
}

#add-permits-container #selected-vehicles>a:hover {
    background-color: #E92537;
}

#add-permits-container #permit_date:hover {
    cursor: hand;
    cursor: pointer;
}

#add-permits-container #pagination>.container {
    width: 100%;
}

#add-permits-container #success-msg {
    margin-bottom: 0;
    padding: 6px 12px;
}

.form-control.input-disabled[disabled] {
    border: none;
    background-color: #ffffff00;
    box-shadow: none;
    cursor: auto;
}

#vehicles-map {
    width: 100%;
    height: 400px;
}

.tickets-wrap .panel-group .panel {
    margin-bottom: 10px;
}

.tickets-wrap .panel-heading .taskno {
    background-color: #000;
    color: #fff;
    padding: 2px 1%;
    border-radius: 5px;
}

.tickets-wrap .panel-heading .label {
    background-color: #342E37;
    color: #fff;
}

.tickets-wrap .panel-heading .label.ticket-closed-label {
    background-color: #000;
}

.tickets-wrap .panel-heading .label.awaiting-support-label {
    background-color: #fff;
    color: #000;
}

.tickets-wrap .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 10px 1%;
}

.tickets-wrap .panel-heading a:hover,
.tickets-wrap .panel-heading a:focus,
.tickets-wrap .panel-heading a:active {
    text-decoration: none;
}

.tickets-wrap .message {
    margin-bottom: 10px;
    padding: 10px 1%;
    border-radius: 5px;
}

.tickets-wrap .message.user {
    background-color: #337ab7;
    color: #fff;
}

.tickets-wrap .message.support {
    background-color: #ABDBFA;
}

.tickets-wrap .message .date {
    padding: 2px 3.5%;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.tickets-wrap .message .text {
    display: inline-block;
    width: 100%;
    font-size: 20px;
}

.tickets-wrap .message .commented-by {
    margin-right: 1%;
}

.tickets-wrap .actions .btn {
    width: 10%;
}

.tickets-wrap .ticket-date {
    float: right;
}

.tickets-wrap .status-message .alert {
    display: inline-block;
    padding: 5px 1%;
}

.tickets-wrap blockquote.citation {
    font-style: italic;
}

.tickets-wrap .ticket-status-msg {
    float: right;
    margin-right: 5px;
}

#ticket-modal .modal-title,
#page-modal .modal-title {
    text-align: center;
}

#page-modal .modal-content {
    border: none;
}

#ticket-modal .modal-header,
#page-modal .modal-header.radius {
    background-color: #337ab7;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.dropdown-menu.dropdown-menu-fw {
    width: 100%;
}

#user-list-table {
    z-index: 1;
}

.container .row #companies-search-result {
    position: absolute;
    z-index: 2;
    overflow-y: auto;
    max-height: 300px;
    width: 95%;
    background-color: #fff;
}

.container .row #companies-search-result .list-group {
    margin-bottom: 0;
}

.container .row #companies-search-result a.company-list-item {
    display: inline-block;
    width: 100%;
    padding: 5px 1%;
    color: #000;
    font-weight: bold;
}

.container .row #companies-search-result a.company-list-item:hover,
.container .row #companies-search-result a.company-list-item:focus,
.container .row #companies-search-result a.company-list-item:active {
    text-decoration: none;
}

#companies-search-result #javasmessage {
    margin-bottom: 0;
}

#user-list-admin thead tr {
    background-color: lightgray;
    font-weight: bold;
}

.country-search-results {
    position: inherit;
    z-index: 2;
    width: inherit;
    padding: 20px 3%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.country-search-results a {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 3%;
    color: #000;
}

.country-search-results a:hover {
    text-decoration: none;
    background-color: lightgray;
}

.country-search-results #close-results {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.capitalize {
    text-transform: capitalize;
}

.company-detail .label {
    display: inline-block;
    font-size: 16px;
    width: 25%;
    text-align: le;
    margin-right: 1%;
}

.non-logged-title {
    background-color: #52528C;
    color: #fff;
    padding: 10px 2%;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

#list-vehicles-tabs li,
#list-drivers-tabs li {
    text-align: center;
    width: 33%;
    margin: 0;
    padding: 0 2px;
}

#list-vehicles-tabs li:last-child,
#list-drivers-tabs li:last-child {
    padding-right: 0;
}

.w100p {
    width: 100%;
}

.border-radius-5 {
    border-radius: 5px;
}

#company-search-list {
    position: absolute;
    max-height: 300px;
    overflow: auto;
    z-index: 2;
    background-color: #FFF;
    min-width: 100%;
    box-shadow: #918a91 4px 4px 16px -3px;
}

#company-search-list .list-group-item {
    padding: 0;
}

.company-list-item {
    padding: 10px 2%;
    display: inline-block;
    width: 100%;
    color: #000;
    background-color: #F7F7FF;
    margin-bottom: 1px;
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.company-list-item:hover {
    text-decoration: none;
    border-left: 5px solid red;
}

#files-table-wrap .row.file-row {
    padding: 5px 0;
}

#files-table-wrap .row.file-row.selectable:hover {
    cursor: hand;
    cursor: pointer;
}

#files-table-wrap .row.file-row.selectable.active a {
    color: #fff;
}

.gauge-unit {
    position: absolute;
    right: 20%;
    top: 200px;
}

.gauge-box {
    margin-bottom: 10px;
    padding: 0 1%;
}

.gauge-title {
    margin: 0 0 10px 0;
    color: #fff;
    background-color: #5A7684;
    padding: 5px 0;
}

.gauge-cube>span {
    display: inline-block;
    width: 100%;
    background-color: #F9F8F8;
    padding-bottom: 20px;
}

#gauge-fuel-icon {
    position: absolute;
    top: 220px;
    right: 14%;
    font-size: 35px;
}

#gauge-oil-icon {
    position: absolute;
    top: 0px;
    right: 14%;
    font-size: 35px;
}

#fms-data-html>.row:nth-child(even) {
    background-color: #cfdddd;
}

#fms-data-html>.row {
    padding: 5px;
}

#selected-filename {
    font-size: 16px;
}

#delete-selected {
    margin-top: 0;
}

.calibration-row {
    margin-bottom: 2px;
}

.calibration-row .panel-title>a:hover,
.calibration-row .panel-title>a:visited,
.calibration-row .panel-title>a:focus {
    text-decoration: none;
}

.calibration-row .border-left {
    border-left: 2px solid #000;
}

.calibration-row .border-right {
    border-right: 2px solid #000;
}

div[class^='fakebox'] {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 2px solid #d5e6e7;
    border-radius: 50%;
    margin-right: 10px;
}

div[class^='fakebox'].clicked {
    background-color: #03ff3a;
}

div[class^='fakebox']+span {
    font-size: 25px;
}

.os-icon {
    text-align: center;
    font-size: 50px;
    margin-bottom: 10;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 5px;
}

.os-icon.windows {
    color: #0078d7;
}

#consent {
    position: absolute;
    left: 0;
    bottom: 60px;
    display: inline-block;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    line-height: 100px;
}

#consent #message {
    font-size: 20px;
}

#consent #read-more {
    color: #00b7ff;
    font-weight: bold;
    margin: 0 10px;
}

#months-filter #current {
    background-color: rgba(85, 58, 65, 0.8);
}

#months-filter #current:hover {
    background-color: rgb(85, 58, 65);
}

#months-filter #past {
    background-color: rgba(244, 96, 54, 0.8);
    border-color: #f46036;
}

#months-filter #past:hover {
    background-color: rgb(244, 96, 54);
}

#months-filter #pastthree {
    background-color: rgb(50, 144, 143, 0.8);
    border-color: #32908f;
}

#months-filter #pastthree:hover {
    background-color: rgb(50, 144, 143);
}

#download-all-files {
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    background-color: #0d86c6;
    border-color: #0d86c6;
}

#download-all-files.flash {
    background-color: #000;
}

#delete-group-modal .label {
    padding: 10px 2%;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #f17105;
}

.add-vehicle-header {
    background-color: #FFC914;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

#recoverpwd mark {
    background-color: #7d2e68;
    color: #fff;
    padding: 0 5%;
    font-style: italic;
    border-radius: 10px;
    margin-left: 10px;
}

#vehicle-pie-label {
    font-size: 8pt;
    text-align: center;
    padding: 2px;
    color: #fff;
}

#charts {
    width: 100%;
    height: 200px;
}

.data-page #content>.panel>.panel-heading {
    color: #fff;
}

.data-page #content>.panel>.panel-body {
    border: 1px solid #000;
    border-top: none;
    min-height: 300px;
}

.data-page #content .panel-body #vuevents-wrap #subheader {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}

.data-page #content>.panel>.panel-body tfoot td {
    border-top: 5px solid #000;
}

.cm-table tbody tr,
#tvehicle tbody tr,
#drivers-table tbody tr,
#file-rows-wrapper .file-row,
#companies-table tbody tr,
#userlist-table tbody tr,
#companies-charge-table tbody tr,
#overdue-card-downloads tbody tr,
.data-page #content .panel-body #vuevents-wrap .row {
    font-size: 20px;
    padding: 5px 0;
}

#files-table-wrap .row.file-row.selectable.active,
#tvehicle>.table>tbody>tr.selected-for-deletion>td {
    background-color: #357ded;
    color: #fff;
}

.cm-table thead th,
#tvehicle thead,
#drivers-table thead,
#userlist-table thead,
#files-table-wrap>.row.header-row>div,
#companies-table thead th,
#companies-charge-table thead th,
#overdue-card-downloads thead th,
.report-page table thead th,
.data-page #content .panel-body #vuevents-wrap .row-header {
    font-size: 20px;
    padding: 5px 0;
    font-weight: bold;
}

.cm-table thead th,
#vehicle-report-table thead,
#tvehicle thead,
#drivers-table thead,
#files-table-wrap .header-row,
#group-table thead th,
#userlist-table thead th,
#companies-table thead th,
#companies-charge-table thead th,
#overdue-card-downloads thead th,
.report-page table thead,
.data-page #content .panel-body #vuevents-wrap .row-header,
.data-page #content .panel-body .table>thead,
#tinspections thead {
    background-color: #084C61;
    color: #fff;
}

.cm-table th,
.cm-table td,
.data-page #content .panel-body #vuevents-wrap .row-header,
.data-page #content>.panel>.panel-body .table>thead th,
.data-page #content>.panel>.panel-body .table,
.report-page table,
.report-page table thead th,
#userlist-table thead th,
#overdue-card-downloads thead th,
#companies-charge-table thead th,
#tinspections thead th {
    text-align: center;
}

.cm-table thead th,
#events thead th,
#faults thead th,
#tvehicle thead th,
#drivers-table thead th {
    border: none;
}

#group-table,
#companies-table,
#userlist-table,
#userlist-table thead th,
#companies-table thead th,
#group-table thead th,
#vehicle-report-table thead th,
#overdue-card-downloads thead th,
#overdue-card-downloads tbody tr td,
#companies-table tbody tr td,
#companies-charge-table tbody tr td,
#vehicle-report-table tbody tr td {
    text-align: center;
}

.cm-table tbody tr td,
#tvehicle tbody tr td,
#drivers-table tbody tr td,
#tvehicle tbody tr td,
#drivers-table tbody tr td,
#files-table-wrap .row.file-row,
#companies-table tbody tr,
#companies-charge-table tbody tr,
#overdue-card-downloads tbody tr,
#userlist-table tbody tr,
.report-page table tbody tr,
.data-page #content .panel-body #vuevents-wrap .row,
.data-page #content .panel-body .table>tbody>tr,
#vehicle-report-table tbody tr {
    background-color: #fff;
}

.cm-table tbody tr:nth-child(even) td,
#vehicle-report-table tbody tr:nth-child(even),
#tvehicle tbody tr:nth-child(even) td,
#drivers-table tbody tr:nth-child(even) td,
#tvehicle tbody tr:nth-child(even) td,
#drivers-table tbody tr:nth-child(even) td,
#files-table-wrap .row.file-row:nth-child(even),
#companies-table tbody tr:nth-child(even),
#companies-charge-table tbody tr:nth-child(even),
#overdue-card-downloads tbody tr:nth-child(even),
#userlist-table tbody tr:nth-child(even),
#group-table.table tbody tr.yellow,
.report-page table tbody tr:nth-child(even),
.data-page #content .panel-body #vuevents-wrap .row:nth-child(even),
.data-page #content .panel-body .table>tbody>tr:nth-child(even),
#tinspections tbody>tr:nth-child(even) {
    background-color: #e2e1b9;
}

.data-page #content>#activities>.panel-heading {
    background-color: #3c6e71;
}

.data-page #content>#speeds>.panel-heading,
.data-page #content>#timesheet>.panel-heading {
    background-color: #2ba84a;
}

.data-page #content>#usage>.panel-heading,
.data-page #content>#vehicles_used>.panel-heading {
    background-color: #e55934;
}

.data-page #content>#places>.panel-heading {
    background-color: #e952de;
}

.data-page #content>#events>.panel-heading {
    background-color: #a4243b;
}

.data-page #content>#faults>.panel-heading {
    background-color: #9c528b;
}

.data-page #content>#overspeeds>.panel-heading {
    background-color: #fb05c2;
}

.data-page #content>#summary>.panel-heading {
    background-color: #a1a3a1;
}

.data-page #content>#summary .summary-row {
    padding: 5px 2%;
    background-color: #e5d0e3;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
}

#driver-data.data-page #content>#summary .summary-row {
    margin-bottom: 12px;
}

.data-page .chart-row {
    background-color: #7fd1b9;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.49);
    margin-bottom: 20px;
}

.data-page .chart-row.vehicle:nth-child(even) {
    background-color: #f19973;
}

.data-page .chart-row .label {
    font-size: 14px;
    padding: 5px 2%;
    margin: 10px 0;
    display: inline-block;
    background-color: #000;
}

.data-page .chart-row .legend {
    background-color: #fff;
    margin: 5px 0;
}

.data-page .chart-row .mouse-info {
    z-index: 10;
    position: fixed;
    width: 250px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    font-weight: bold;
}

.data-page .chart-row .mouse-info>p {
    margin: 0;
}

.data-page .chart-row .mouse-info .type-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}

.data-page .chart-row .legend .legendColorBox>div {
    border: none;
    padding: 5px;
}

.data-page .speeds-date {
    background-color: #507DBC;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.data-page .speeds-chart {
    margin-bottom: 30px;
}

.report-page h5.label-primary {
    padding: 5px 1%;
    font-size: 14px;
}

.label-repeat {
    font-size: 14px;
}

.permits-vehicle-row {
    background-color: #3e92cc;
    color: #fff;
}

.permits-vehicle-row.active {
    background-color: #33658a;
    color: #fff;
}

.permits-vehicle-row.active .badge {
    background-color: #b0d7ff;
    color: #000;
}

.permits-vehicle-link {
    display: inline-block;
    width: 100%;
    padding: 10px 2%;
}

.permits-vehicle-link:hover,
.permits-vehicle-link:focus,
.permits-vehicle-link:active {
    text-decoration: none;
}

.permits-vehicle-link>.badge {
    background-color: #000;
}

.permits-vehicle-link>.label {
    color: #000;
    padding: 4px 2%;
    background-color: #fff;
}

.permits-vehicle-link>.badge,
.permits-vehicle-link>.registration {
    margin-left: 2%;
}

.permit-row {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.permit-row.active {
    background-color: #47e5bc;
    font-weight: bold;
}

.permit-buttons {
    padding-top: 2px;
}

.permit-buttons .popover {
    color: #000;
}

.alert-no-data {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    background-color: #0078d7;
    color: #fff;
    padding: 10px 1%;
    text-align: center;
}

.panel-custom {
    border: none;
}

.panel-custom>.panel-heading {
    border-bottom: none;
}

.panel-custom>.panel-body {
    border: 1px solid;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

#datarequest #panel-type .panel-heading {
    background-color: #7768ae;
}

#datarequest #panel-vehicles .panel-heading {
    background-color: #3bb273;
}

#datarequest #panel-review .panel-heading {
    background-color: #4d9de0;
}

#datarequest .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

#datarequest .dropdown-menu .container {
    display: block;
    position: relative;
    padding: 2px 0 2px 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

#datarequest .dropdown-menu .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#datarequest .dropdown-menu .checkmark {
    position: absolute;
    top: 2px;
    left: 2%;
    height: 30px;
    width: 30px;
    background-color: #ddd;
    border-radius: 50%;
}

#datarequest .dropdown-menu .container:hover input~.checkmark {
    background-color: #ccc;
}

#datarequest .dropdown-menu .container input:checked~.checkmark {
    background-color: #2196F3;
}

#datarequest .dropdown-menu .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#datarequest .dropdown-menu .container input:checked~.checkmark:after {
    display: block;
}

#datarequest .dropdown-menu .container .checkmark:after {
    left: 10px;
    top: 3px;
    width: 8px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.datarequest-selected-row {
    padding: 5px 0;
}

.datarequest-selected-row:nth-child(odd) {
    background-color: #e2e1b9;
}

.datarequest-selected-vehicle {
    font-weight: bold;
    padding: 0 2%;
    font-size: 20px;
}

.warning-row {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.warning-row>a {
    background-color: #2274a5;
    padding: 10px 5%;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.warning-row:nth-child(1)>a {
    background-color: #ed6a5a;
}

.warning-row:nth-child(2)>a {
    background-color: #129490;
}

.warning-row:nth-child(3)>a {
    background-color: #4e03fd;
}

.warning-row:nth-child(4)>a {
    background-color: #df08f3;
}

.warning-row:nth-child(5)>a {
    background-color: #49ac08;
}

.warning-row>a:hover {
    text-decoration: none;
}

.warning-row>a>.badge {
    background-color: #fffb03;
    color: #000;
}

#about-wrap {
    padding: 0 1%;
}

.info-page-subtitle {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

#logout-box {
    margin-right: 10px;
	margin-top: 8px;
}

#super-language {
    padding: 8px 0;
}

.company-firmware-checkbox {
    display: inline-block;
	background-color: #fff;
	padding: 15px;
	border-radius: 50%;
	border: 1px solid #bbb;
}

.company-firmware-checkbox.checked {
    background-color: #bbb;
}

#infovehicle-row .info-box {
    height: 300px;
}

#infovehicle-row .info-row {
    background-color: lightblue;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 5px;
}

#calibration-row {
    border-radius: 5px;
    background-color: #fff;
}

#full-download-message {
    position: fixed;
    top: 135px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    font-size: 40px;
    text-align: center;
    padding-top: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 999;
    -webkit-transition: background-color 2s ease-out, width 1s ease-out;
    -moz-transition: background-color 2s ease-out, width 1s ease-out;
    -o-transition: background-color 2s ease-out, width 1s ease-out;
    transition: background-color 2s ease-out, width 1s ease-out;
}

#full-download-message #msg-icon {
    cursor: pointer;
}

#full-download-message.flashing {
    background-color: #0077ff;
}

#full-download-message.active {
    width: 560px;
    text-align: left;
    background-color: #fff;
    padding-left: 5px;
}

#full-download-message.active #msg-icon {
    position: absolute;
    top: 5px;
}

#full-download-message.active #msg-text {
    font-size: 22px;
    position: absolute;
    left: 55px;
    top: 8px;
}

#vehicle-data #tabs {
    display: inline;
}

#vehicle-data #tabs::after {
    clear: none;
}

#vehicle-data #tabs + button {
    float: right;
}