/* ======================
   === WHISTLEACTA CSS ==
   ====================== */

@font-face {
    font-family: "Titillium Web";
    src: url("../fonts/TitilliumWeb-Regular.ttf");
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}

/* == GENERAL == */

html,
body {
    font-family: "Titillium Web", sans-serif;
    color: #333;
    overflow-x: hidden;
    height: 100%;
    font-size: 18px;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

strong {
    font-weight: 600;
}

input[name="receipt"]::-webkit-input-placeholder {
    text-align: center;
}

input[name="receipt"]:-moz-placeholder {
    text-align: center;
}

input[name="receipt"]::-moz-placeholder {
    text-align: center;
}

input[name="receipt"]:-ms-input-placeholder {
    text-align: center;
}

label {
    margin-bottom: 0;
    font-weight: 600;
}

.container {
    max-width: 1440px;
}

.red-gradient {
    background: linear-gradient(40deg, #e12f51, #820019) !important;
}

.peach-gradient {
    background: linear-gradient(40deg, #fc6262, #ffd86f) !important;
    color: #fff;
}

.whistle-text {
    color: #d02647 !important;
}

.mouse-pointer:hover {
    cursor: pointer;
}

.no-result {
    text-align: center;
    color: #a9a7a7;
    padding: 20px;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-size: 20px;
}

.sidebar-admin {
    overflow: auto;
}

/* width */
.sidebar-admin::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.sidebar-admin::-webkit-scrollbar-track {
    background: #820019;
}

/* Handle */
.sidebar-admin::-webkit-scrollbar-thumb {
    background: #820019;
}

/* == LOGIN PAGE == */

.login-container {
    background-image: url("../images/whistleblowing.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.edit-msg:hover {
    cursor: pointer;
}

/* == HOMEPAGE == */

.index-text {
    font-size: 18px;
}

/* == FOOTER == */

.footer {
    height: 200px;
    margin-top: auto !important;
}

@media (max-width: 767px) {
    .footer {
        height: auto !important;
    }
}

.actainfo {
    font-family: "Arial", sans-serif;
}

/* == REPORT FORM == */

/* Style the form */
#reportForm {
    background-color: #f1f1f1;
    margin: 100px auto;
    padding: 40px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid,
textarea.invalid,
div.invalid,
select.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4caf50;
}

/* == SIDEBAR == */

.sidebar-fixed {
    height: 100vh;
    width: 270px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 1050;
    background-color: #fff;
    padding: 1.5rem;
    padding-top: 0;
}

.sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-fixed .logo-wrapper {
    padding-top: 2.5rem;
}

@media (min-width: 1200px) {
    .dashboard-navbar,
    .page-footer,
    main,
    .footer-dashboard {
        padding-left: 270px !important;
    }
}

@media (max-width: 1199.98px) {
    .sidebar-fixed {
        display: none;
    }
}

.sidebar-title,
.sidebar-title-admin {
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    padding: 5px;
    font-size: 25px;
    font-family: "Lato", sans-serif;
}

.sidebar-title-admin {
    font-size: 20px;
}

.sidebar-item {
    background-color: transparent !important;
    color: #fff;
}

.sidebar-item:hover,
.sidebar-item:active,
.sidebar-item:focus {
    color: #fff;
}

.sidebar-item.active {
    background: #72787b !important;
    color: #fff;
    border-color: #eeeeee;
}

.navbar-brand-subtitle-sidebar {
    margin-top: -10px;
    color: #b7b7b7;
}

.navbar-brand {
    position: relative;
    margin-right: 50px;
}

.navbar-brand-dashboard {
    margin-left: 20px;
}

@media (max-width: 400px) {
    .navbar-brand {
        position: relative;
        margin-right: 0px;
    }
}

.navbar-brand-title {
    font-size: 25px;
}

.navbar-brand-subtitle {
    position: absolute;
    bottom: 8px;
    left: 54px;
    font-size: 14px;
    color: #b7b7b7;
}

/* == TOP NAVBAR == */

.navbar-text {
    color: #ffffff !important;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-collapse-dashboard {
        display: none !important;
    }
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-text {
        display: none !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* == DASHBOARD == */

.main-title {
    font-size: 50px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    color: #333333;
}

.main-title-subtitle {
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #333333;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 40px;
    }

    .main-title-subtitle {
        font-size: 20px;
    }
}

.btn {
    margin: 0.375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
        0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
}

.white-text {
    color: #fff !important;
}

.red-text {
    color: #f44336 !important;
}

.btn-deep-orange,
.btn-deep-orange:hover {
    color: #fff;
    background-color: #ff7043 !important;
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important;
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.btn.blue-gradient {
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.blue-gradient {
    background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.btn-danger {
    color: #fff;
}

.btn.btn-sm {
    padding: 0.5rem 1.6rem;
    font-size: 0.64rem;
}

.grey.lighten-3 {
    background-color: #eee !important;
}

.badge {
    color: #fff !important;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
        0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.badge-danger {
    color: #fff !important;
    background-color: #ff3547 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0);
}

.card .card-body .card-text {
    font-size: 0.9rem;
    font-weight: 400;
    color: #747373;
}

.m-0 {
    margin: 0 !important;
}

.btn-success {
    color: #fff;
    background-color: #00c851 !important;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.paginate_button {
    padding: 0.25rem 0.5rem;
    margin: 0 0.125rem;
    border-radius: 0.25rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.paginate_button:hover {
    filter: brightness(0.8);
}

.paginate_button.current {
    background: linear-gradient(40deg, #e12f51, #820019) !important;
    color: #fff;
}

.blue-grey {
    background-color: #607d8b !important;
}

.grey-text {
    color: #9e9e9e !important;
}

.green {
    background-color: #4caf50 !important;
}

.btn-blue-grey,
.btn-blue-grey:hover {
    color: #fff;
    background-color: #78909c !important;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.orange-text {
    color: #ff9800 !important;
}

.btn-orange {
    color: #fff;
    background-color: #f57c00 !important;
}

.btn-primary {
    color: #fff;
    background-color: #4285f4 !important;
}

#table-log_ellipsis .page-link {
    background-color: #eceff1;
    border-color: #eceff1;
}

.rgba-black-light,
.rgba-black-light:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.rgba-white-light,
.rgba-white-light:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.md-form input:not([type]),
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="phone"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form textarea.md-textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

.md-form .form-control {
    height: auto;
    padding: 0.6rem 0 0.4rem 0;
    margin: 0 0 0.5rem 0;
    background-color: transparent;
    border-radius: 0;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.btn-warning {
    color: #fff;
    background-color: #ffa900;
}

.bg-warning {
    background-color: #fb3 !important;
}

.black-text {
    color: #000 !important;
}

.footer-link,
.footer-link:hover {
    font-size: 16px;
    color: #cb2444;
    font-weight: 600;
}

/***********************************/
/***********COOKIE POPUP***********/
/*********************************/
.cookie-popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 999;
    text-align: center;
    padding: 2px;
    font-size: 0.875em;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox  */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera  */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cookie-consent {
    display: flex;
    width: 71.25rem;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.cookie-agree,
.cookie-info {
    font-size: 0.6rem !important;
    vertical-align: baseline;
    margin-left: 0;
    margin-right: 0;
}

.cookie-agree:focus {
    outline: 3px solid #ffa100 !important;
    outline-offset: -3px;
}

.cookie-agree:hover {
    color: #fff !important;
}

@media (max-width: 1024px) {
    #cookie-consent {
        width: auto;
    }
}

.hidden {
    display: none;
}

.edit-report-btn {
    font-size: 14px;
    color: #4479df;
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
}

.toast {
    min-width: 300px !important;
}

.badge-primary {
    font-weight: bold !important;
    color: #fff !important;
}
