/*@import '../lib-ext/bootstrap/dist/css/bootstrap.min.css';*/

html, body {
    height: 100%;
}

body {
    font-family: Roboto, Helvetica, Arial, Verdana, sans-serif !important;
    color: #12355f;
}

div.page-header {
    background-color: #F7F7F7;
    border: 1px solid #c6c5c5;
    border-radius: 0.25rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0.7rem 10px 0.7em;
}

div.page-header h1 {
    font-size: 1.3em;
    margin-bottom: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
a {
    color: #12355F;
}
body nav.bg-light {
    /*background-color: #12355F !important;*/
    background-color: #12355F !important;
    font-size: 15px;
    margin: auto auto 15px;
    width: 100%;
}

.btn-outline-secondary.hover-with-danger:hover {
    color: #dc3545; /* Bootstrap Danger-Farbe */
    border-color: #dc3545;
    background-color: transparent;
}

/*.table {*/
/*    color: #12355f;*/
/*}*/


table > tbody > tr > * {
    color: #12355F !important;
}
.table > tbody > tr > td.vertical-middle {
    vertical-align: middle;
}

table.table-hover {
    border: 1px solid #d8d8d8;
    border-radius: 0.25rem;
    border-collapse: separate;
    border-spacing: 0;
}

table.table-hover th,
table.table-hover td {
    border: none /* !important, Problem in Hotel-Contingent-Overview */;
}

table.table-hover thead th:first-child {
    border-top-left-radius: 0.25rem;
}

table.table-hover thead th:last-child {
    border-top-right-radius: 0.25rem;
}

table.table-hover tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0.25rem;
}

table.table-hover tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem;
}

.nav-tabs-radius {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

table.table-hover thead tr {
    background-color: #ededed;
}

.table td, .table th {
    border-top: none;
}

table.table-hover tbody tr:hover {
    background-color: #ededed !important;
}

/*.table-striped tbody tr:nth-of-type(odd) {*/
/*    background-color: #fafafa;*/
/*}*/

.table th a {
    color: #12355f !important;
    text-decoration: none;
}


@media (max-width: 991.98px) {
    .navbar-light .nav-item.active {
        /*background-color: #668822;*/
        border-bottom: 2px solid #ffffff;
        font-weight: bold;
        color: #ffffff;
    }

    .navbar-light .nav-item:hover {
        /*background-color: #668822;*/
        border-bottom: 2px solid #ffffff;
        font-weight: bold;
        color: #ffffff !important;
    }
}

@media (min-width: 992px) {
    .navbar-light .nav-item.active {
        /*background-color: #668822;*/
        border-bottom: 2px solid #ffffff;
        color: #ffffff;
    }

    .navbar-light .nav-item:hover {
        /*background-color: #668822;*/
        border-bottom: 2px solid #ffffff;
        color: #ffffff !important;
    }
}

.navbar-light .nav-item > .nav-link {
    line-height: 2.2;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

body nav.bg-light .navbar-nav .nav-link {
    color: #FFFFFF;
}

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

/*.dropdown-toggle::after{*/
/*    color: #FFFFFF;*/
/*}*/


body footer nav.bg-light {
    margin: 0;
}


/***********************************************************************************************************************************************************/
/* START: toasts (overwrite)
/***********************************************************************************************************************************************************/
#toastContainer {
    /*--header-bg-color-light: rgba(255, 255, 255, 1) !important;*/
    /*--body-bg-color-light: rgba(255, 255, 255, 1) !important;*/
    /*--header-bg-color-dark: rgba(30, 40, 45, 1) !important;*/
    /*--body-bg-color-dark: rgba(30, 40, 45, 1) !important;*/
    margin-top: 10rem !important;
}

/*#toastContainer .toast {*/
/*    background-color: rgba(255, 255, 255, 1) !important;*/
/*}*/

/***********************************************************************************************************************************************************/
/* END: toasts (overwrite)
/***********************************************************************************************************************************************************/
.page-item.active .page-link{
    background-color: #12355F;
    border-color: #12355F;
}
.page-link,
.page-link:hover{
    color: #12355F;
}
.btn-primary {
    color: #fff;
    background-color: #12355F;
    border-color: #12355F;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #12355F;
    border-color: #12355F;
}

.btn-primary:hover {
    background-color: #ffffff;
    border-color: #12355F;
    color: #12355F;
}

.btn-primary:disabled {
    background-color: #12355F;
    border-color: #12355F;
}
.btn-primary:disabled:hover {
    background-color: #ffffff;
    border-color: #12355F;
    color: #12355F;
}

.btn-outline-info {
    color: #12355F;
    border-color: #12355F;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .outline-info.dropdown-toggle {
    background-color: #12355F;
    border-color: #12355F;
}
.btn-outline-info:disabled {
    color: #12355F;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #12355F;
    border-color: #12355F;
}

.text-primary {
    color: #12355F !important;
}

.background-primary {
    background-color: #12355F !important;
    color: #ffffff;
}
.popover {
    max-width: 100%;
}

/*div#wrapper:not(.user-list):not(.user-edit):not(.dropdown-list):not(.dropdown-edit):not(.risk-list):not(.risk-edit):not(.supplier-edit):not(.supplier-list) {*/
div#wrapper:not([class*="list"]):not([class*="edit"]) {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding-top: 56px;
}


div#wrapper[class*="-list"],
div#wrapper[class*="-edit"] {
    margin-top: 70px;
}

div#app {
    position: absolute;
    left: 50px;
    top: 100px;

    width: 300px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

div#spinner_container {
    display: none;
}

div#spinner {
    height: 170px;
    width: 170px;
    text-align: center;
    position: relative;
}

span.spinner__label {
    font-size: 1.75em;
    color: #409FFF;
    position: absolute;
    top: 35%;
    left: 34%;
}


span.spinner__label span {
    font-size: 0.5em;
    color: #969990;

    display: inline-block;
    font-size: 0.3548387097em;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 0.2727272727em;
    vertical-align: top;
}

div#filelist {
    max-height: 280px;
    border: 1px solid red;
    overflow-x: hidden;
    overflow-y: auto;
}

div#filelist span.filename {
    display: block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#filelist span.subline {
    font-size: 0.8em;
    color: #969990;
}

#upload-fa-square {
    font-size: .3rem;
}

#browseButton {
    color: #12355F;
}

#div_browse_button:hover #browseButton,
#div_browse_button:focus #browseButton {
    color: #198754;
}

#show_more_Button {
    color: #12355F;
}

#show_more_Button:hover,
#show_more_Button:focus {
    color: #198754;
}


.customize-btn-primary {
    background-color: #12355F !important;
    color: white;
    border-color: #12355F !important;
}

.customize-btn-primary:hover,
.customize-btn-primary:focus {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.required:after {
    content: " *";
    color: #26ade4;
}

.btn-delete-file {
    display: none;
}

.filename_li:hover > .btn-delete-file {
    display: block;
}

.twitter-typeahead {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-color: #ced4da;
}

.default-width .twitter-typeahead {
    width: 100%;
}


.tt-input, .tt-query, .tt-hint {
    width: 100%;
}

.typeahead {
    background-color: #FFFFFF;
}

.typeahead:focus {
    border: 2px solid #0097CF;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    padding: 8px 0;
    width: 100%;
}

.tt-suggestion {
    padding: 3px 20px;
}

.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}

.tt-suggestion p {
    margin: 0;
}

.cia-badge {
    width: 25px;
}

.customPopover {
    max-width: 500px !important;
}

#button_save_box {
    left: 0;
    right: 0;
}

.is-sticky > #button_save_box {
    margin-left: 12px;
    margin-right: 12px;
    z-index: 100005;
}

body#page-edit.data-editor .is-sticky > #button_save_box {
    margin-left: 75px;
}

.is-sticky #button_save_box .card {
    border-radius: 0;
}


#upload_recipients:focus {
    outline: none;
}

#upload_title:focus {
    outline: none;
}

#h1_subtext {
    font-size: 80%;
    font-weight: 400;
}

.order::after {
    font-weight: normal;
    color: red;
    display: inline-block;
    padding-left: 2px;
    text-decoration: none;
}

.order.asc::after {
    font-family: 'Font Awesome 6 Pro';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f062";
    font-size: 12px;
    font-weight: 900;
    #content: "⇧";
}

.order.desc::after {
    font-family: 'Font Awesome 6 Pro';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f063";
    font-size: 12px;
    font-weight: 900;
    #content: "⇩";
}

.cursor_pointer {
    cursor: pointer
}

/*.transfers-list-link:focus,*/
/*.transfers-list-link:visited,*/
/*.transfers-list-link:active {*/
/*    outline: 0 !important;*/
/*    box-shadow: none;*/
/*}*/
.popover-body {
    max-width: 500px;
}

@media (max-width: 767px) {
    #div_input_login_pass {
        width: 90.7%;
    }
}

@media (max-width: 512px) {
    #div_input_login_pass {
        width: 90.6%;
    }
}

@media (max-width: 507px) {
    #div_input_login_pass {
        width: 90.4%;
    }
}

@media (max-width: 507px) {
    #div_input_login_pass {
        width: 90.2%;
    }
}

@media (max-width: 488px) {
    #div_input_login_pass {
        width: 90%;
    }
}

@media (max-width: 479px) {
    #div_input_login_pass {
        width: 89.5%;
    }
}

@media (max-width: 459px) {
    #div_input_login_pass {
        width: 89%;
    }
}

@media (max-width: 440px) {
    #div_input_login_pass {
        width: 88.5%;
    }
}

@media (max-width: 433px) {
    #div_input_login_pass {
        width: 88%;
    }
}

@media (max-width: 408px) {
    #div_input_login_pass {
        width: 86%;
    }
}

@media (max-width: 357px) {
    #div_input_login_pass {
        width: 85.7%;
    }
}

@media (max-width: 350px) {
    #div_input_login_pass {
        width: 85.5%;
    }
}

@media (max-width: 346px) {
    #div_input_login_pass {
        width: 85%;
    }
}

@media (max-width: 344px) {
    #div_input_login_pass {
        width: 84%;
    }
}

@media (min-width: 768px) {
    #div_input_login_pass {
        width: 90.5%;
    }
}