﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 0.9rem !important;
}

.bootstrap-select {
    border: 1px solid #ced4da !important;
    border-radius: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/
.footer {
    /*position: absolute;*/
    /*width: 100%;*/
    white-space: nowrap;
    background-color: #f3f5f9;
    font-size: 0.85rem;
}

.bg-upol {
    background-color: rgb(0,107,173) !important;
}

.text-upol {
    color: rgb(0,107,173) !important;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar {
    padding: 0 !important;
}

.cursor-default {
    cursor: default !important;
}

.card-custom {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-title-custom {
    font-size: 16px;
    font-weight: 500;
}

/*.card-body-custom {
    padding: 1rem !important;
}*/

.pointer {
    cursor: pointer;
}

.thead-light-custom {
    background-color: #f3f5f9 !important;
}

.table {
    outline-style: solid;
    outline-width: 1px;
    outline-color: #dee2e6;
}


/*Footer*/
container {
    min-height: 0px !important;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

footer {
    margin-top: 20px;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem !important;
}

.btn-filter {
    margin-top: 28px;
    margin-bottom: 10px;
}

.filter-option-inner-inner {
    font-size: 0.8rem;
}

.dropdown-menu {
    font-size: 0.8rem !important;
}

.invalid-input {
    border-color: #dc3545 !important;
}

.btn-notEmpty {
    color: #212529;
    background-image: linear-gradient(to right, #ffc107, #fff 60%);
}

/*.text-primary {
    color: #0062cc !important;
}*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: block;
    position: relative;
    left: 49%;
    top: 50%;
}

.text-sign {
    color: #343a40 !important;
}

    .text-sign:hover {
        color: white !important;
    }

.text-signed {
    color: white !important;
}

.main-title {
    margin-bottom: 0 !important;
}

[data-notify] {
    z-index: 99999 !important;
}

.btn-sm-form-centered {
    margin-top: 0.2rem !important;
}

@media (min-width: 576px) {
    .btn-sm-form-centered {
        margin-top: 1.93rem !important;
    }
}

.btn-filtered-centered {
    margin-top: 0.2rem !important;
}

@media (min-width: 576px) and (max-width: 991px) {
    .btn-filtered-centered {
        margin-top: 1.93rem !important;
    }
}

.btn-light {
    background-color: white;
    border-color: white;
}

.modal-content {
    border-radius: 0px !important;
}

.tooltip-inner {
    background-color: white !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: black;
    border: 1px solid black !important;
}

.tooltip.show {
    opacity: 1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: black;
}

.tooltip.right .tooltip-arrow {
    border-right-color: black;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: black;
}

.tooltip.left .tooltip-arrow {
    border-left-color: black;
}

.card-header-title {
    margin-bottom: 0 !important;
    font-size: 1.4rem !important;
}

.thead-light-custom {
    background-color: #f3f5f9 !important;
}

.td-small {
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
}

.card-custom-header {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.card-custom-body {
    padding-top: 0 !important;
}

.modal-title-custom {
    line-height: 1.2 !important;
}

input, textarea, button, select{
    border-radius: 0 !important;
}

label{
    font-weight: bold;
}

.input-error {
    border: 1px solid #dc3545 !important
}

.text-black {
    color: #212529;
}

.nounderline {
    text-decoration: none !important
}

.means-of-travel-right {
    position: absolute;
    bottom: 20px;
}

.means-of-travel-right-detail {
    position: absolute;
    bottom: 20px;
    left: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C8C8C8 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C8C8C8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #C8C8C8 !important;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #dc3545 !important;
    border-radius: 50%;
    border: 2px solid black;
    display: inline-block;
    margin-top: -10px !important;
    margin-right: -10px !important;
    color: white;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #006bad !important;
    border-radius: 50%;
    border: 2px solid black;
    display: inline-block;
    margin-top: -10px !important;
    margin-right: -10px !important;
    color: white;
}

.delete-icon {       
    border-radius: 50%;
    display: inline-block;
    margin-top: -5px !important;
    margin-right: -5px !important;
    font-size: 1.2rem;
}

.divoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    top: 0;
}

/* width */
::-webkit-scrollbar {
    width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3) !important;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,.4) !important;        
    }

.scrollspy-item {
    display: block;
    padding: .5rem 1rem;
    font-size: 1.1rem !important;
    cursor: pointer;
    color: #5D5E60;
}

    .scrollspy-item:hover {
        color: rgb(0,107,173) !important;
    }

.passenger {
    border: 1px solid #006bad;
    color: #006bad;
    border-radius: 10px;
    padding: 2px 2px 2px 5px;
}

#btnToTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(0,107,173);
    color: white;
    cursor: pointer;
    padding: 10px;
}

    #btnToTop:hover {
        padding-top: 14px;
        padding-bottom: 14px;
    }