﻿/* 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;
}
/*.select2-selection__rendered {
    line-height: 31px !important;
}*/

.tags-input-class {
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    /* width:100% !important;
    text-align:start;*/
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    padding: .46875rem .75rem !important;
    height: calc(2.25rem + 2px) !important;
}
/*.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    border: 1px solid #ced4da;
    padding: .46875rem .75rem;
    height: calc(2.25rem + 2px);
}*/
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #80bdff !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #80bdff;
}

.select2-selection__arrow {
    height: 34px !important;
}

.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: 14px;
}

@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;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url(../lib/admin-lte/img/ai_illustration.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.customvalidation {
    width: 100%;
    color: red;
    font-size: 12px;
}

.input-symbol-euro {
    position: relative;
    display: block;
    width: 100%;
}

    .input-symbol-euro input {
        padding-right: 15px;
        width: 100%;
    }

    .input-symbol-euro:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        content: "€";
        right: 20px;
    }

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    /* background: #FEF1EC !important;*/
    border: 1px solid #CD0A0A !important;
}

    select.input-validation-error + span.select2 {
        border: 1px solid#CD0A0A !important;
        border-radius: .25rem;
    }

.select2_readonly {
    background-color: #e9ecef;
    pointer-events: none;
}

.login_eye {
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 7px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 2000;
    display: none;
}

.loading-container {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.sidebar-footer {
    position: relative;
    bottom: 0;
    top: 35rem;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.footer-fixed {
    position: absolute;
    bottom: 1.5rem;
}

.signin {
    color: #ffffff;
    background-color: #ec9800;
}

    .signin:hover {
        color: #ffffff;
        background-color: #383838;
    }

.basic {
    background-color: #f8f9fa;
    border: 1px solid #ddd !important;
    color: #444;
}

    .basic:hover {
        background-color: #e9ecef;
        color: #2b2b2b;
    }

.logo {
    display: -webkit-inline-box;
}

.btn-custom {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    border-color: transparent;
    width: 100%;
}

.nav-link.active {
    background-color: #ec9800 !important;
    color: #fff !important;
}

.nav-tabs .nav-link.active {
    background-color: #ffffff !important;
    color: #ec9800 !important;
}

.page-item.active a {
    background-color: #ec9800 !important;
    color: #ffff !important;
    text-decoration: none !important;
    border-color: #ec9800 !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.page-link {
    color: #ec9800 !important;
    text-decoration: none !important;
    /*border-color: #474747 !important;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.page-item:hover {
    background: none !important;
    /* border-color: #474747 !important;*/
}

#table_pagination {
    text-decoration: none;
    color: #ec9800;
    /* border-color: #ec9800 !important;*/
}

#table_next a {
    background-color: white;
    color: #ec9800 !important;
    text-decoration: none !important;
    /* border-color: #ec9800 !important;*/
}
/*#table_next:hover a{
    border: 1px solid #ec9800 !important;
    background-color: #ec9800 !important;
    color: #ffff !important;
    text-decoration: none !important;
}*/
#table_previous {
    background-color: white;
    color: #ec9800 !important;
    text-decoration: none !important;
    /* border-color: #ec9800 !important;*/
}
    /*#table_previous:hover a{
    border: 1px solid #ec9800 !important;
    background-color: #ec9800 !important;
    color: #ffff !important;
    text-decoration: none !important;
}
*/
    #table_previous a {
        background: white;
        color: #ec9800 !important;
        text-decoration: none !important;
        /*    border-color: black !important;*/
    }

#table_next a {
    background: white;
    color: #ec9800 !important;
    text-decoration: none !important;
}





.custom-label {
    color: black;
    /*text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;*/
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ec9800 !important;
    background-color: #ec9800 !important;
    box-shadow: none;
    text-shadow: none;
}



.icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before {
    background-color: #ec9800 !important;
    border-color: #ec9800 !important;
}

    .icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before:hover {
        border-color: #ec9800 !important;
    }

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    content: "";
    display: inline-block !important;
    position: absolute !important;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #ec9800 !important;
    border-radius: 0 !important;
    margin-left: -29px !important;
}

.custom-hide {
    display: none !important;
}

.custom-brand-link {
    display: inline-flex;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.8125rem 0.5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}

.custom-hr {
    height: 20px;
    width: 95%;
    border-color: lightgray;
    margin-top: -10px;
    margin-bottom: 0px;
}