﻿/* 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;
}

.card input.form-control::placeholder {
    color: #de3a3a;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

* {
    font-size: 13px;
}

.form-control {
    font-size: 13px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

main {
    width: 100%;
}

.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 {
    font-family: "Open Sans", sans-serif;
    background-color: #5c5c5c;
}


.page-header .page-block .page-header-title {
    float: left;
}

.page-header .page-block {
    padding: 1.25rem;
}

.page-header h4 {
    font-weight: 600;
}

.page-header {
    background: #de3a3a;
}

    .page-header.green {
        background: #08b91e;
    }

.ContentAlign {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*----------------------------Side Menu-----------------------------*/

.sidemenu {
    background-image: url(/assets/images/authentication-bg-2.jpg);
    background-position: center center;
    background-repeat: repeat-y;
    height: 100%;
    position: fixed;
}

    .sidemenu li.nav-item > a:hover {
        background: #de3a3a !important;
    }

.sidemenu-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

    .sidemenu-content::-webkit-scrollbar {
        display: none;
    }

.sidemenu-expanded {
    overflow: hidden;
    width: 280px;
}

.sidemenu-collapsed {
    width: 55px;
}

@media (max-width:992px) {

    #sidemenuCollapse, #burger-collapse {
        display: none;
    }
}

main {
    margin-left: 280px !important;
}

@media (min-width:769px) and (max-width:992px) {


    #sidemenuCollapse2 {
        display: block !important;
    }

    main {
        margin-left: 55px !important;
    }
}


@media (max-width:768px) {
    #sidemenuCollapse2 {
        display: none;
    }

    main {
        margin-left: 0 !important;
    }
}

a.nav-link {
    font-size: 13px;
}

[aria-current='page'] {
    background: #de3a3a !important;
}

span.me-2, span.ms-2 i {
    color: #37474f;
}

.dropdown-menu-dark a.nav-link > span > i {
    color: white;
}

span.badge {
    margin-left: auto;
    font-weight: 400;
}

.bg-info {
    background: #00bcd4 !important;
}

.color-info {
    color: #00bcd4 !important;
}

.bg-danger {
    background: #ff5252 !important;
}

.blink {
    animation: blinker 1.7s ease-in-out infinite alternate;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    color: #fff;
    background-color: transparent;
    border: 0;
}

    .btn-toggle::after {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/></svg>");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
        margin-left: 90px
    }

    .btn-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
    }

    .btn-toggle:hover {
        background: #de3a3a !important;
    }

li:hover > a.link-light {
    color: #ff5252;
}

li > a.link-light[aria-current="page"] {
    color: #de3a3a !important;
    background: 0 0 !important;
}

ul.breadcrumb {
    float: right;
    --bs-breadcrumb-divider: '>';
}

.breadcrumb-item::before {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

.message-info {
    color: green;
}

.toast {
    background-color: white;
}

/*----------------------------------Bottom button group--------------------------------*/
.btn-group {
    position: fixed;
    bottom: 10px;
    margin: 0 auto;
    height: 50px;
    z-index: 9999;
    min-width: 780px;
    width: 75%;
}

#toggleBottomMenu {
    max-width: 40px;
    display: block !important;
}

.position-right-40 {
    right: 40%;
}

.btn-group a.btn-secondary {
    padding: 10px;
}

    .btn-group a.btn-secondary:hover {
        background-color: #efefef;
    }

.btn-add {
    display: none;
}

.btn-round {
    border-radius: 25px !important;
    padding: 5px 10px 5px 10px !important;
}

.btn-group a.btn-secondary:first-child {
    border-radius: 25px 0 0 25px;
}

.btn-group a.btn-secondary:last-child {
    border-radius: 0 25px 25px 0;
}

#mainbreadcrumb {
    padding-top: 8px;
}

/*Alert Style*/
#ToastContainer {
    z-index: 500
}

#alertMain {
    display: inherit
}

#dropdownParent {
    display: flex;
    padding: 0px 20px 0px 0px
}

#dropdownMainLink {
    padding: 0.5rem
}

#dropdownBadge {
    position: absolute;
    top: 0px;
    right: 30px
}

.card {
    background-color: #333333;
    margin-top: -20px
}

/*Nav tab*/
.nav-tabs {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}

    .nav-tabs .nav-item {
        background-color: #514f4f;
        margin-right: 2px;
    }

    .nav-tabs .nav-link {
        color: #958d8d !important;
        border: none;
        border-radius: 0px 0px 0px 0px;
        cursor: pointer;
    }

        .nav-tabs .nav-link.active {
            cursor: auto;
        }

.nav-link {
    padding: 1rem 1rem;
}

.required::after {
    content: "*";
}

.colon::after {
    content: " :";
}

/*Hide numeric up down input type number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.disableddiv {
    pointer-events: none;
    opacity: 0.4;
}

.Z {
    position: relative;
    padding-right: 35px;
    vertical-align: middle;
}

    .Z b {
        position: absolute;
        top: -5px;
        left: 2px;
        padding: 2px 8px;
        color: #333332;
        font-size: 18px;
        font-weight: bold;
        background-color: #feda10;
        border-radius: 50%;
    }

    .Z.link b {
        padding: 2px 10px;
    }

.contractprogress-bar.inprogress, .fundingApplicationprogress-bar.sent, .financialRequestprogress-bar.understudy {
    background-color: #e27458
}

.contractprogress-bar.waitingfordocuments, .fundingApplicationprogress-bar.inprogress, .financialRequestprogress-bar.processing {
    background-color: #ea983e
}

.contractprogress-bar.filecomplete, .fundingApplicationprogress-bar.refused, .financialRequestprogress-bar.refused {
    background-color: #fff47e
}

.contractprogress-bar.approuved, .fundingApplicationprogress-bar.accepted, .financialRequestprogress-bar.accepted {
    background-color: #99c455
}

.contractprogress-bar.booked, .fundingApplicationprogress-bar.approuved, .financialRequestprogress-bar.approuved {
    background-color: #62b57e
}

.contractprogress-bar.payed, .fundingApplicationprogress-bar.abandoned, .financialRequestprogress-bar.abandoned {
    background-color: #00a59c
}

.dashboard {
    margin-top: -70px;
    margin-left: 5rem;
}

.dashboard-card {
    height: 257px;
    max-height: 257px;
    width: 285px;
    margin: 0 5% 30px 5%;
}

    .dashboard-card span {
        font-size: 2em;
    }

.dashboard-card-large {
    height: 600px;
    max-height: 600px;
    margin: 0 auto 30px auto;
}

.db1 {
    background: url("../assets/images/db1.jpg") top left no-repeat;
}

.db2 {
    background: url("../assets/images/db2.jpg") top left no-repeat;
}

.db3 {
    background: url("../assets/images/db3.jpg") top left no-repeat;
}

.db4 {
    background: url("../assets/images/db4.jpg") top left no-repeat;
}

.db5 {
    background: url("../assets/images/db3.jpg") top left no-repeat;
    filter: grayscale(100);
}

    .db5 a {
        text-decoration: none;
    }

.db6 {
    background: url("../assets/images/db6.svg") top left no-repeat;
}

.greyColor {
    color: #333333;
}

#ListMaterial .orange-col {
    background-color: rgb(255, 186, 87);
}

.label-serialnumber {
    border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff;
    background: #ffba57;
}

#labelExpiredContracts {
    display: flex;
    justify-content: space-between;
}

.containerTime {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.reddanger-square {
    width: 30px;
    height: 15px;
    background-color: rgb(220, 53, 69);
    color: white;
    text-align: center;
    margin-right: 5px;
}

.yellow-square {
    width: 30px;
    height: 15px;
    background-color: rgb(255, 193, 7);
    color: black;
    text-align: center;
    margin-right: 5px;
}

.red-square {
    width: 30px;
    height: 15px;
    background-color: red;
    color: white;
    text-align: center;
    margin-right: 5px;
}

.orange-square {
    width: 30px;
    height: 15px;
    background-color: orange;
    color: black;
    text-align: center;
    margin-right: 5px;
}

.chartreuse-square {
    width: 30px;
    height: 15px;
    background-color: chartreuse;
    color: black;
    text-align: center;
    margin-right: 5px;
}

.green-square {
    width: 30px;
    height: 15px;
    background-color: rgb(40, 167, 69);
    color: black;
    text-align: center;
    margin-right: 5px;
}

.gray-square {
    width: 30px;
    height: 15px;
    background-color: grey;
    color: black;
    text-align: center;
    margin-right: 5px;
}

.burgundy-square {
    width: 30px;
    height: 15px;
    background-color: #723030;
    color: black;
    text-align: center;
    margin-right: 5px;
}



.div-expired-contracts {
    display: flex;
    align-items: center;
}
/**** spinner loader ****/
.spinner {
    position: absolute;
    text-align: center;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
/**** spinner loader ****/

.greenchartreuse-square {
    width: 30px;
    height: 15px;
    background-color: chartreuse;
    color: black;
    text-align: center;
    margin-right: 5px;
}

.orange-square {
    width: 30px;
    height: 15px;
    background-color: orange;
    color: black;
    text-align: center;
    margin-right: 5px;
}

.white-square {
    width: 30px;
    height: 15px;
    background-color: white;
    color: black;
    text-align: center;
    margin-right: 5px;
}

.cyan-square {
    width: 30px;
    height: 15px;
    background-color: cyan;
    color: black;
    text-align: center;
    margin-right: 5px;
}
