﻿/* 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. */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;subset=latin,latin-ext&amp;display=swap');

h3 {
    font-size: 24px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/*
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.purple-anchor {
    color: #0063af;
}

.white-anchor {
    color: #fff;
}

.black-anchor {
    color: #000;
}

.anchor-uline {
    text-decoration: underline;
}
*/

.clsDivError {
    font-size: small;
    color: red;
}

.obd-pointer {
    cursor: pointer;
}

/* ------------------------------------------------------
    Banner Logo sizes.
   ------------------------------------------------------ */
/* When the max-width is less than or equal to 768px */
@media (max-width: 768px) {
    .navbar-logo {
        height: 55px !important;
        width: 320px !important;
    }
}

/* 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;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    width: 100%;
    height: 100%;
    background-color: #d5e4f5;
}

.bgimagediv {
    position: absolute;
    height: calc(100% - 114px);
    width: 100%;
    top: 50px; /* 84px; */
    background-position: top right;
    background-image: linear-gradient( 1deg,rgba(0,0,0,0.5) 100%,rgba(214,214,214,0.29) 100%),url(../workforce-images/work-team-young-international-specialists.jpg);
    background-size: cover;
    max-height: 990px;
    z-index: -1;
}

/* ====================================================
    Integrated web pages.
   ----------------------------------------------------
.body-home {
    background-image: url(../workforce-images/office-people-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.body-platform {
    background-image: url(../workforce-images/office-people-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.body-services {
    background-image: url(../workforce-images/services-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.body-solutions {
    background-image: url(../workforce-images/solutions-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.body-our-clients {
    background-image: url(../workforce-images/our-clients.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footerSummary {
    font-size: 1.0em;
    background-color: white;
    color: black;
    padding: 20px 0px;
    margin: 0px;
}
*/

/* Only used for T&Cs Cookies and Privacy */
.inner-panel {
    background-color: white; /* #eee2efe6; */
    border-radius: 8px;
    padding: 10px;
    border: solid 1px gray; /* #d4d1d4; */
}
/* ---------------------------------------------------- */

.footerSummary h4 {
    color: #000000;
}

.footerSummary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerSummary li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 0.5em;
}

.footerSummary li::before {
        position: absolute;
        top: 9px;
        left: 0;
        border-width: 3px;
        border-style: solid;
        webkit-border-radius: 3px;
        moz-border-radius: 3px;
        border-radius: 3px;
        content: "";
    }

.footerSummary li::before {
        color: #0063af;
    }

.footer-copyright {
    font-size: 10px;
    background-color: #f4f4f4;
    color: black;
}

.footer-copyright a {
        color: black;
        padding: 6px;
        margin: 0px;
    }

/* =======================================================
    Bootstrap 4 overrides 
   ======================================================= */
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar {
    border-top: none; /* solid 5px #f4f4f4 !important; */
    border-bottom: none; /* solid 2px #f4f4f4 !important; */
}

.nav-link {
    color: #7d7d7d; /* rgba(0,0,0,.6); */
    font-family: "Open Sans";
    font-weight: 600;
}

.nav-item.active > .nav-link {
    color: #cc56fc !important;
}

.nav-link:hover {
    color: black !important;
    text-decoration: underline !important;
}

.navbar-logo {
    background-image: url(../images/logos/qpqperform-blue.jpg);
    background-size: cover;
    height: 60px; /* 94px; */
    width: 350px; /* 550px; */
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8e568f; /* #007bff;*/
}

.menubutton-hover:focus {
    color: white !important;
    background-color: #8e568f !important; /*#f8f9fa;*/
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 0.5) !important;
}

.main-container {
    min-height: 500px !important;
    Padding-top: 15px;
    padding-bottom: 80px;
}

.card {
    border: 1px solid rgb(0,0,0,.25);
}

.card-header {
    border-bottom: 1px solid rgb(0,0,0,.25);
}

.table-compressed td, .table-compressed th {
    padding: 0.30rem 0.75rem !important;
}

.table-border-white th, .table-border-white td {
    border-color:white;
}

.table-round-corners {
    border-radius: 0.5rem;
    overflow: hidden
}

.pdr-table {
    border: none;
}

.pdr-table-header tr:first-child {
    background-color: #e5a734 !important;
    color: white;
}

.pdr-table-row-td {
    background-color: #e5a734 !important;
    color: white;
}

.pdr-modal-dialog {
    border-radius: 0.5rem;
}

.pdr-modal-dialog .modal-content {
    border: none;
}

.pdr-modal-header {
    background-color: #e5a734 !important;
    color:white;
}

.pdr-card-header {
    background-color: #e5a734 !important;
    color: white;
}

/* ======================================================
    Obeden SPECIFICS
------------------------------------------------------ */
.btn-primary {
    background-color: #2268ff !important;
    border-color: #172647 !important;
}

.btn-primary:hover {
    background-color: #00319f !important;
    border-color: #4068bf !important;
}
/*
.btn-primary:hover {
    background-color: #4068bf !important;
    border-color: #172647 !important;
}
*/

.import-licence-summary td:nth-child(2) {
    width: 50px;
    text-align: right;
}

.FormFieldErrorMsg {
    color: red;
    font-size: small;
}

/* --------------------------------------
    CARDS
*/
/*
.card {
    border: solid 1px #72baea !important;
}
.card-header {
    background-color: #6dd8ff !important;
    border-bottom: solid #72baea 1px !important;
}
*/
.bg-blue {
    background-color: #0063af !important;
}

/* Audit list row action indicators */
.obd-pointer:hover {
    cursor: pointer;
}

.obd-not-allowed:hover {
    cursor: not-allowed;
}

/* Assessment report information, Warning boxes. */
.assessment-report-critical {
    padding: 15px;
    background-color: #ff695a;
    border: solid 1px #ffb020;
    border-radius: 8px;
}

.assessment-report-warning {
    padding: 15px;
    background-color: #ffb55a;
    border: solid 1px #ffb020;
    border-radius: 8px;
}

.assessment-report-information {
    padding: 15px;
    background-color: #99e6aa;
    border: solid 1px #d8d5cf;
    border-radius: 8px;
}

.assessment-report-response {
    padding: 15px;
    background-color: #e6e6e6;
    border: solid 1px #d8d5cf;
    border-radius: 8px;
}

.assessment-report-cell-critical {
    padding: 15px;
    background-color: #ff695a;
}

.assessment-report-cell-warning {
    padding: 15px;
    background-color: #ffb55a;
}

.assessment-report-cell-information {
    padding: 15px;
    background-color: #99e6aa;
}

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
