html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-switch1 {
    padding-left: 3.5em;
}

.center-text {
    text-align: center;
}

.no-border {
    border: none;
}

.file-doenload-link, .copy-to-clip-board {
    cursor: pointer;
}

.candidates-main-table {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.candidates-main-table th {
    text-align: center !important;
}

.display-none {
    display: none;
}

.candidate-container-div {
    width: 80%;
    margin: auto;
}

.test-status, .candidate-status {
    cursor: pointer;
    font-weight: 600;
}

.test-status:hover, .candidate-status:hover {
    text-decoration: underline;
}


.test-status-select {
    border: none;
}

.test-status-select option {
    text-align-last: center;
}

.test-status-alert {
    width: 35%;
    margin: auto;
}

.comments-card {
    margin: auto;
}

.inner-comment-card {
    padding: 0;
    padding-top: 0px;
    padding-left: 20px;
    background: #f2f2f2;
    border-radius: 10px;
}

.inner-comment-card .card-header {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    background: #f2f2f2;
}

.inner-comment-card .card-body {
    padding-top: 10px;
    padding-bottom: 0px;
}

.inner-comment-card .card-body textarea {
    min-height: 80px;
    max-height: 200px;
    direction: revert;
}

.add-comment-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-body-no-padd {
    padding-top: 0px;
}

.textarea-comment {
    border-radius: 10px;
}

.textarea-extra-margin {
    margin-bottom: 15px;
}

.card-body-comment {
    padding-bottom: 0px;
}

.card-header {
    font-weight: 700;
}

.inner-comment-card-p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.button-as-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.dataTables_length {
    float: right !important;
}

.dataTables_filter {
    float: left !important;
}

.tests-table {
    text-align: center;
}

.test-instructions{
    min-height:100px!important;
}

.test-doenload-link {
    color: blue;
}

.test-doenload-link:hover{
    text-decoration:underline;
}