/*@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;
}

body nav.bg-light {
    background-color: #12355F !important;
}

a {
    color: #12355F;
}

.navbar-light .nav-item.active {
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    color: #ffffff;
}

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

.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;
}

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

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

table > tbody > tr > * {
    color: #12355F !important;
}

.table > tbody > tr > td.vertical-middle {
    vertical-align: middle;
}

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

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

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

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

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

table.table-light 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-light thead tr {
    background-color: #ededed;
}

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

table.table-light 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;
}

.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;
}


/* 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;
}

.popover {
    max-width: 100%;
}

div#wrapper:not(.user-list):not(.user-edit):not(.batch-list):not(.batch-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.user-list,
div#wrapper.user-edit,
div#wrapper.batch-list,
div#wrapper.batch-edit {
    margin-top: 70px;
}

div#app {
    position: absolute;
    /*border-radius: 5px;*/
    left: 50px;
    top: 100px;
    /*border: 1px solid gray;*/
    /*background: aliceblue;*/
    /*padding-top: 10px;*/
    /*height: 400px;*/
    width: 300px;

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

/*#total-size {*/
/*font-weight: bold;*/
/*margin-top: 10px;*/
/*margin-bottom: 10px;*/
/*}*/

/*div#controls {*/
/*    background-color: yellow;*/
/*    border: 1px solid red;*/
/*    padding: 5px;*/
/*    height: 50px;*/
/*    width: 160px;*/
/*}*/

/*.controls {*/
/*    width: 50px;*/
/*}*/

div#spinner_container {
    display: none;
}

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

span.spinner__label {
    /*font-size: 3.75em;*/
    /*color: #409FFF;*/
    /*position: absolute;*/
    /*margin-left: -20px;*/
    /*margin-top: -35px;*/
    /*top: 50%;*/
    /*left: 50%;*/

    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;
}

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

#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;
}


@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%;
    }
}