html,
body {
    height: 100%;
    font-family: 'proxima-nova';
}

h1,
.h1,
h5.modal-title, 
h3.stats-type {
    font-size: 30px !important;
    line-height: 37px !important;
    text-transform: uppercase;
    color: #0085c3;
    font-weight: 700!important;
}

h3.stats-type {
    font-family: 'Amatic SC';
    font-size: 45px !important;
    line-height: 57px !important;
}

h2 {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    color: #26374C;
    text-transform: uppercase;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt35 {
    margin-top: 35px;
}

.mt42 {
    margin-top: 42px;
}

.mt50 {
    margin-top: 50px;
}

.mt90 {
    margin-top: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb42 {
    margin-bottom: 42px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb90 {
    margin-bottom: 90px;
}

.wrap {
    height: 100%;
    margin: 0 auto -60px;
    padding: 0;
}

.wrap > .container {
    /*padding: 70px 15px 20px;*/
}

.blue {
    color: #0085c3;
}

.grey {
    color: #98a9bc;
}

.red {
    color: #ea0000;
}

.green {
    color: #41d928;
}

.yellow {
    color: #ffe576;
}

.bg-blue {
    background-color: #0a4b83;
}

.bg-darkblue {
    background-color: #00274a;
}

.bg-secondary {
    background-color: #26374c !important;
}

a {
    color: #0085c3;
}

a:hover {
    color: #0a4b83;
}

.page-link {
    color: #0085c3;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    box-shadow: 0px 3px 10px #00000014;
    border: 1px solid #FFFFFF15;
    border-radius: 6px;
}

.dashboard {
    background: url(/images/bg_world_light.svg) right bottom no-repeat;
    min-height: 1000px;
    background-size: 1078px;
}

.tapa-dark .dashboard {
    background: url(/images/bg_world_dark.svg) right bottom no-repeat;
    background-size: 1078px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.dashboard .jumbotron {
    background-color: #fff;
}

.dashboard .jumbotron .dashboard-icon {
    font-size: 50px;
    line-height: 60px;
    color: #ced4da;
}

.dashboard .jumbotron a {
    color: #0085c3;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #00274a;
}

.tapa-dark .dashboard .jumbotron a {
    border-color: #fff;
}

.dashboard .jumbotron p {
    margin: 15px 0 0;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: normal;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.dropdown-toggle::after {
	content: '';
	border: 0;
}

.dropdown-item.active, 
.dropdown-item:active {
    background-color: #00274a;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 8px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link:focus {
    color: #dcdcdc !important;
}

.navbar-nav li {
	text-transform: uppercase;
}

#header-menu {
    color: #fff;
    height: 68px;
}

#header-menu .logo {
    height: 98px;
}

#header-menu .logo img {
    margin-top: 9px;
    max-height: 49px;
    margin-top: 9px;
    max-height: 65px;
    position: absolute;
    top: 8px;
    left: 32px;
    z-index: 10000;
}

.tapa-emea-logo {
    position: absolute; 
    top: 14px; 
    left: 25px;
}

.tapa-apac-logo img {
    height: 65px;
}

@media(max-width:991px) {
    .tapa-emea-logo-mobile {
        margin-left: 10px;
        margin-top: 15px;
    }
    .tapa-apac-logo {
        margin-top: 15px;
    }
    #header-menu .logo img {
        left: 15px;
    }
}

@media(max-width:767px) {
    #header-menu .logo img {
        margin-top: 9px;
    }
}

.account-dropdown-icon {
    margin-left: 12px;
}

#sidebar-menu {
    color: #fff;
    padding-top: 15px;
    position: relative;
}

#sidebar-menu li {
    margin-bottom: 5px;
}

#sidebar-menu .sidebar-submenu {
    margin: 0 0 5px 0;
}

#sidebar-menu a {
    color: #fff;
    text-transform: uppercase;
}

#sidebar-menu i {
    margin-right: 10px;
}

#sidebar-menu a.nav-link {
    
}

#sidebar-menu ul.sidebar-submenu li {
    padding: 0.5rem 1rem 0.5rem 4rem;
}

#sidebar-menu a.nav-link.active, 
#sidebar-menu ul.sidebar-submenu li.active {
    background-color: #0085c3;
}

#sidebar-menu .tapa-links {
    text-align: center;
    margin: 15px 0;
    position: absolute;
    font-size: 0.9rem;
}

#sidebar-menu .tapa-links a {
    text-transform: none;
}

.navbar-toggler {
    border: 0;
}

@media(max-width:991px) {
    #header-menu {
        height: auto;
    }
    .navbar.navbar-expand-lg {
        position: absolute;
        padding: 0.5rem 1rem;
        top: -42px;
        right: 0;
        z-index: 10000;
        width: 100%;
    }
    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: -26px;
    }
    .navbar.navbar-expand-lg .navbar-collapse {
        margin-top: 33px;
        background-color: #0a4b83;
        padding: 5px 15px;
    }
}

.nav-tabs {
    border-color: #ddd;
}

.tapa-dark .nav-tabs {
    border-color: #FFFFFF15;
}

.nav-tabs .nav-link {
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    margin-right: 7px;
    border: 1px solid #DDDDDD;
    border-radius: 8px 8px 0px 0px;
}

.tapa-dark .nav-tabs .nav-link {
    color: #98a9bc;
    background-color: #212f41;
    border-color: #212f41 #212f41 #FFFFFF15;
}

.nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #26374c;
    border-color: #ddd;
}

.tapa-dark .nav-tabs .nav-link.active, 
.tapa-dark .nav-tabs .nav-item.show .nav-link {
    color: #26374c;
    background-color: #fff;
    border-color: #FFFFFF14;
}

.data-explorer-tabs .nav-link.active::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 14px;
    content: "\f00c";
    margin-right: 5px;
}


/* - - - - - - - - - - - - - */

main {
    padding-top: 25px;
    padding-bottom: 90px;
    background-color: #f5f5f5;
}

body.tapa-dark, 
body.tapa-dark h2 {
    color: #fff;
}

.tapa-dark main, 
.tapa-dark .modal-content {
    background-color: #212f41;
}

.tapa-dark .table-striped > tbody > tr {
    color: #fff;
}

.alert.alert-danger button.close {
    display: none;
}

/* - - - - - - - - - - - - - */

.table th {
    border-top: 0;
}

.tapa-dark .table th, 
.tapa-dark .table td {
    color: #fff;
}

.modal-content {
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
}

.modal-header {
    border-bottom: 0;
}

.card-header {
    font-size: 19px;
}

.card-footer {
    background-color: unset;
}

.card.tapa-card {
    height: 100%;
    background-color: #26374c !important;
    color: #fff;
    border: 1px solid #FFFFFF15;
    box-shadow: 
}

.card-shadow-container .card {
    box-shadow: 0px 3px 10px #00000014;
    border: 1px solid #FFFFFF15;
    border-radius: 6px;
}

.card.stats-card {
    height: 100%;
}

.tapa-dark .card, 
.tapa-dark .jumbotron {
    color: #fff;
    border: 1px solid #FFFFFF15;
    background-color: unset;
}

.tapa-dark .card, 
.tapa-dark .bg-card, 
.tapa-dark .jumbotron {
    background-color: #26374c !important;
}

.page-item.active .page-link {
    background-color: #0085C3;
}

.tapa-dark .pagination .page-link {
    background-color: #26374c;
    border-color: #FFFFFF14;
    color: #fff;
}

.tapa-dark .pagination .disabled .page-link {
    color: #6c757d;
}

.tapa-dark .pagination .page-item.active .page-link {
    background-color: #0085c3;
    border-color: #0085c3;
}

.tapa-dark .card-header,
.tapa-card .card-header {
    border-bottom: 1px solid #FFFFFF15;
}

.tapa-card .card-body {
    text-align: center;
    padding: 50px 0;
}

.cargo-crime-monitor-index .tapa-card .card-body {
    text-align: left;
    padding: 20px 20px 10px;
}

.stats-card .card-footer, 
.tapa-card .card-footer {
    border-top: 0;
    padding: 5px;
}

.stats-card .red:after, 
.stats-card .green:after, 
.stats-card .yellow:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 14px;
    margin-left: 5px;
}

.stats-card .red:before,
.stats-card .green.up:before {
    content: "+";
    margin-right: 1px;
}

.stats-card .red.down:before {
    content: "" !important;
}

.stats-card .red:after {
    content: "\f30c";
}

.stats-card .green:after {
    content: "\f309";
}

.stats-card .yellow:after {
    content: "\f30b";
}

.stats-card .up:after {
    content: "\f30c" !important;
}

.stats-card .down:after {
    content: "\f309" !important;
}


.card .text-white.bg-secondary h2.card-title,
.tapa-card h2.card-title {
    color: #fff;
    text-transform: none;
    font-weight: normal !important;
    margin: 0;
}

.tapa-card h3 {
    color: #0085c3;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.tapa-card p {
    font-size: 16px;
    line-height: 24px;
}

.btn {
    text-transform: uppercase;
}

.btn-primary {
    background-color: #0085c3;
    border-color: #0085c3;
}

.btn-primary:hover {
    background-color: #0571a3;
    border-color: #0571a3;
}

.btn-outline-secondary {
    color: #000;
    border-color: #ced4da;
}

.tapa-sub-title {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
}

.table-country-filter {
    min-width: 150px;
}

.map-filter .form-group .btn {
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
}

.modal .map-filter .select2-search__field,
.select2 .select2-search__field {
	width: auto !important;
}

.modal .map-filter .select2-search__field,
.ccm-more-filters .select2 .select2-search__field {
	width: 100% !important;
}

.map-marker {
    width: 38px;
    margin-bottom: 5px;
}

#form-map {
    margin-bottom: 15px;
}

.gm-style img.company-logo {
    max-height: 97px;
    max-width: 97px;
    margin-left: 1em;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 0 !important;
}

.gm-style .gm-style-iw-c .card {
    padding-bottom: 15px;
}

.gm-style .gm-style-iw-c .card-header {
    font-size: 16px;
}

.gm-style .gm-style-iw-c .card-text .fa-ul {
    margin-right: 2.5em;
}

.gm-style .gm-style-iw-c a.markerPopupButton,
.gm-style .gm-style-iw-c a.markerLink {
    margin-left: 12px;
    cursor: pointer;
}

.gm-style .gm-style-iw-c p.markerLinkHeader {
    margin-left: 12px;
    margin-bottom: 2px;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
    display: none;
}

.gm-style-iw.gm-style-iw-c button img {
    display: none !important;
}
/*
.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect::before {
    position: absolute;
    top: 10px;
    right: 15px;
    content: 'x';
    color: #fff;
}*/

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect > span {
    background-color: #fff;
    /*display: none !important;*/
}

.gm-style-iw-chr {
    position: absolute;
    z-index: 1000;
    right: 0;
}

.gm-style-iw-chr .gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
}

.stats-big {
    font-size: 29px;
    line-height: 38px;
    font-weight: bold;
    color: #00274a;
}

.stats-big-alt {
    font-size: 25px;
}

.cargo-crime-monitor-comparison .stats-big {
    padding: 10px 0;
    display: inline-block;
}

.stats-bigger {
    font-size: 69px;
    line-height: 84px;
    font-weight: bold;
    color: #00274a;
}

.stats-huge {
    font-size: 8vw;
    line-height: 8.5vw;
    font-weight: bold;
    color: #00274a;
}

.stats-semi-huge {
    font-size: 4.7vw;
    line-height: 5.5vw;
    font-weight: bold;
    color: #00274a;
}

.tapa-dark .stats-semi-huge {
    color: #fff;
}

.stats-semi-huge i {
    font-size: 3.3vw;
    font-weight: 600;
    vertical-align: top;
    margin: 1.1vw 0 0 30px;
}

.cargo-crime-monitor-comparison .stats-huge {
    font-size: 4.5vw;
    line-height: 5vw;
}

@media(max-width:1520px) {
    .stats-huge {
        font-size: 7vw;
    }
    .cargo-crime-monitor-comparison .stats-big {
        font-size: 2vw;
        line-height: 2.5vw;
    }
}

@media(min-width:768px) and (max-width:1320px) {
    .stats-big {
        font-size: 1.7vw;
        line-height: 2vw;
    }
}

@media(max-width:1100px) {
    .stats-semi-huge {
        font-size: 4.2vw;
    }
}

@media(max-width:991px) {
    .cargo-crime-monitor-comparison .stats-big {
        font-size: 29px;
        line-height: 38px;
    }
}

@media(max-width:767px) {
    .stats-huge,
    .stats-semi-huge {
        font-size: 17vw;
        line-height: 17.5vw;
    }
    .stats-semi-huge i {
        font-size: 11vw;
        line-height: 11.5vw;
        margin-top: 4vw;
    }
    .cargo-crime-monitor-comparison .stats-huge {
        font-size: 90px;
        line-height: 100px;
    }
}

.tapa-dark .stats-big, 
.tapa-dark .stats-bigger, 
.tapa-dark .stats-huge {
    color: #fff;
}

.stats-world {
    /*background: url(/images/bg_world_stats_light.svg) 0 center no-repeat;
    background-size: contain;*/
    height: 550px;
    width: 100%;
}

.tapa-dark .stats-world {
    /*background: url(/images/bg_world_stats_dark.svg) 0 center no-repeat;*/
}

@media(max-width:767px) {
    .stats-world {
        height: 175px;
    }
    .stats-world.mt25 {
        margin-top: 0;
    }
}

.stats-date-picker {
    width: 275px;
}

.stats-region-table td {
    width: 33%;
}

.stats-region-table td span {
    /*margin-left: 10px;*/
}

.cargo-crime-monitor-index .tapa-card a {
    color: #f3f8fe;
}

.tapa-eye {
    background: url(/images/bg_eye.svg) 0 center no-repeat;
    background-size: contain;
}

.tapa-world {
    background: url(/images/bg_world.svg) center center no-repeat;
    background-size: contain;
}

.company-logo {
    margin: 1em 0 2em 0;
    max-width: 268px;
    max-height: 268px;
}

.booking-logo {
    max-width: 150px;
    margin-bottom: 5px;
}

.booking-logo:hover {
    opacity: .75;
}

.statistics-chart {
    max-height: 335px;
}

@media(min-width:1921px) {
    .statistics-chart canvas {
        max-height: 340px;
        width: auto;
        margin: 0 auto;
    }
}

.stats-table span.grey {
    /*margin-left: 10px;*/
}

.grid-view .stats-table td:first-child {
    white-space: normal;
    min-width: 150px;
}

h3.stats-type {
    font-size: 69px !important;
    line-height: 87px !important;
    display: inline-block;
    margin-right: 22px;
    vertical-align: top;
}

.stats-subtitle {
    padding: 0.75rem 0 0;
}

.stats-link-icon {
    margin-left: 12px;
}

.stats-marker-icon {
    font-size: 30px;
    margin-top: 10px;
}

.statistics-chart {
    position: relative;
}

.canvas-stats-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -40px;
}

.canvas-stats-icon-2 {
    margin-left: -30px;
}

.canvas-stats-icon-3 {
    margin-left: -45px;
}

@media(max-width:767px) {
    .canvas-stats-icon {
        margin-top: -75px;
    }
}

#canvas-stats-1-icon::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f022";
    font-size: 75px;
    color: #00274a;
    position: absolute;
    top: 0;
    left: 0;
}

#canvas-stats-2-icon::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f51e";
    font-size: 75px;
    color: #00274a;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
}

#canvas-stats-3-icon::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f3c5";
    font-size: 75px;
    color: #00274a;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
}

#canvas-stats-4-icon::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f4ce";
    font-size: 75px;
    color: #00274a;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
}

.tapa-dark #canvas-stats-1-icon::before,
.tapa-dark #canvas-stats-2-icon::before,
.tapa-dark #canvas-stats-3-icon::before,
.tapa-dark #canvas-stats-4-icon::before {
    color: #fff;
}

.table th a {
    color: #000;
}

.table thead th {
    border-bottom: 1px solid #000;
}

.tapa-dark .table th a {
    color: #fff;
}

.tapa-dark .table thead th {
    border-bottom: 1px solid #fff;
}

.tapa-dark .table td {
    border-top: 1px solid #FFFFFF14;
}

.detail-row {
    cursor: pointer;
}

.grid-view .card .card-footer {
    border-top: 0;
}

.grid-view .kv-panel-before {
    border-bottom: 0;
    padding-bottom: 0;
}

.grid-view .kv-panel-after {
    border-top: 0;
}

.select2-selection__clear {
    display: none;
}

.grid-view .filters input:not(.select2-search__field) {
    min-height: 44px;
}

.close {
    color: #0085C3;
}

.tapa-dark .close {
    color: #fff;
}

.btn-export {
    text-transform: uppercase;
    margin-right: 10px;
}

.dark-mode-switch {
    color: #fff;
    display: inline-block;
    margin: 7px 20px 0 0;
    font-size: 20px;
}

.dark-mode-switch:hover {
    color: #0085c3;
}

@media(max-width:767px) {
    .kv-panel-pager {
        margin-bottom: 20px;
    }
}

@media(min-width:991px) and (max-width:1450px) {
    #sidebar-menu ul.sidebar-submenu li {
        padding: 0.5rem 0.1rem 0.5rem 1rem;
    }
}

#open_preferences_center {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.stats-country-select select {
    max-width: 170px; 
}

.stats-country-select input {
    height: 29px !important;
}

.fullscreen-pac-container[style]{
    z-index: 2547483647 !important;
    top:50px !important;
}

.kv-table-header {
    background: none;
}

.field-incidentsearch-incident_date.disabled .kv-container-from, 
.field-incidentsearch-incident_date.disabled .kv-container-to {
    padding: 0 !important;
    border: 0 !important;
}

.field-incident-incident_value {
    display: none;
}

.btn-cert.disabled {
    background-color: #929292;
    border-color: #929292;
}

img.psr-booking-platform-image {
    max-width: 100px;
    margin-top: 5px;
}

.application-form-field {
    display: none;
}

button.kv-file-remove {
    display: none;
}
