﻿@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir_ff/AvenirLTStd-Roman.otf');
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Avenir', sans-serif;
    font-size: 12px;
    background-color: #EDF2F0;
    color: #0b2027;
}

footer {
    margin-top: auto;
}

.container {
    padding-top: 60px;
}

.container-footer {
    padding: 30px 10px;
    text-align: center;
}

.login-form-title {
    color: #156d88;
}

.login-inner-container .alert {
    max-width: 300px;
}

.login-inner-container input {
    max-width: 300px;
}

.btn.btn-fixed-size {
    min-width: 150px;
    height: 50px;
}

.button {
    min-width: 200px;
    height: 55px;
    border-radius: 27.5px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #156d88;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
}

.button-next {
    width: 150px;
    height: 50px;
    border-radius: 27.5px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #156d88;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
}

.button-primary {
    text-align: center;
    padding: 0 30px 0 30px;
    min-width: 150px;
    height: 50px;
    border-radius: 27.5px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #156d88;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
    cursor: pointer;
}

.btnsubmit {
    padding: 0 30px 0 30px;
    height: 50px;
    border-radius: 27.5px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #156d88;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
}

.button-secondary {
    min-width: 150px;
    height: 50px;
    border-radius: 27.5px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: grey;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
}

.button-primary.button-autosize, .button-secondary.button-autosize {
    min-width: 0;
    height: auto;
}

.login-outer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-inner-container {
    display: flex;
    background-color: #FDFDFD;
}

.switch {
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 560px;
    z-index: 200;
    transition: 1.25s;
    overflow: hidden;
}

.bg-teal {
    background-color: #156d88;
    color: #fff;
}

.bg-grey {
    background-color: grey;
    color: #fff;
}

.link-color {
    color: #fff;
    font-weight: bold;
}

.a-color {
    color: #0587b0;
    font-weight: bold;
}

.visualizer {
    border-radius: 0.25rem;
}

.card.audio-recording-card {
    margin-top: -40px;
    margin-bottom: 20px;
}

.card.audio-recording-card .card-body {
    padding: 0.25rem;
}

.question-container.question-container-disabled {
    color: lightgray;
}

.form-group.form-group-disabled {
    color: lightgray;
}

.card-icon-font-size {
    font-size: 30px !important;
}

.label-disabled {
    color: lightgray;
}

.label-enabled {
    color: black;
}

.user-signature-image-container {
    padding: 40px;
}

    .user-signature-image-container img {
        width: 100%;
    }

.product-card {
    width: 10rem;
    height: 12rem;
}

.product-link {
    text-decoration: none;
    color: inherit;
    margin-bottom: 25px;
}

.mandatory-reporting-header.mandatory-reporting-header-disabled {
    color: lightgray;
}

.form-group.form-group-disabled .form-check-input:disabled ~ .form-check-label {
    color: lightgray;
}

.form-group.form-group-disabled select {
    color: lightgray;
}

select[readonly] option, select[readonly] optgroup {
    display: none;
}

.custom-cm {
    background-color: white;
    border: 1px solid #cccccc;
    font-size: 16px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    padding: 20px;
    width: 280px;
    position: absolute;
    top: 0px;
    left: 480px;
    display: none;
}

.custom-cm-item {
    cursor: pointer;
    padding: 8px 15px;
    margin-top: 1px;
    background-color: #FAFAFA;
}

.custom-cm-item a {
    color: black;
    text-decoration: none;
}

.table.table-no-header-border th {
    border-top: none;
}

.btn.btn-absolute-bottom-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.audio-recorder-container {
    height: 150px;
}

.audio-recorder-div .visualizer {
    display:block;
}

.alert.alert-not-recording {
    height: 100%;
}

.table td.td-fit-content {
    width: 0;
    min-width: fit-content;
}

.table.table-td-vertical-align-middle td {
    vertical-align: middle;
}

.client-workflow-step-header-title {
    cursor: pointer;
}
.graduation-btn {
    width: 150px;
    height: 30px;
}