/* Navbar */

.navbar {
    border-bottom: 5px solid black;
    box-shadow: 0 0 15px rgba(0, 0, 0, .55);
}

.navigation {
    padding-left: 0px;
    font-size: 12pt;
}

.background-img{
    background-image: url(../assets/images/bg.png);
}

.main-content {
    height: auto;
    background: #fff;
}

.navigation ul li a {
    text-decoration: none;
}

.background {
    background-color: black;
}

.title {
    color: white;
}

.link {
    display: block;
    padding-top: .5rem;
}

.notification{
    color: #fff;
    font-size: 20pt;
    transition: 0.5s;
}

.notification:hover{
    color: rgb(219, 219, 219);
}

.this {
    color: #fff;
}

.btn-sair {
    width: 100px;
    background-color: #fff;
    color: black;
    padding: 6px 20px;
    margin: 0px 0;
    border: 2px solid white;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-sair:hover {
    background-color: white;
    color: black;
}

@media (min-width: 992px) {
    .link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navigation {
        display: flex;
        flex-direction: row-reverse;
        padding-right: 40px;
    }
}

:root {
    --height-main-content: 740px;
    --heightUp-main-content: 650px;
    --width-main-content: 80%;
    --widthUp-main-content: 100%;
}

.main-content {
    box-shadow: 0 0px 2px 2px rgba(0, 0, 0, .4);
    margin: 2em auto;
    display: flex;
    min-height: var(--height-main-content);
    width: var(--width-main-content);
}

.fa-android {
    font-size: 3em;
}

.row {
    justify-content: center;
}

.message-success {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-fluid {
    margin-top: 25px;
}

.checkbox {
    height: 25px;
    margin-right: 5px;
}

@media screen and (max-width: 956px) {
    .login_form {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        font-size: 10pt;
        width: 300px;
    }
}

@media screen and (min-width: 642px) and (max-width:800px) {}

.row>h5 {
    color: black;
}

.message {
    color: red;
}

.login_form {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
    top: -10px;
    height: 450px;
}

.form-group {
    padding: 0 2em;
}

.form__input {
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 1em .5em .5em;
    padding-left: 2em;
    outline: none;
    margin: 1.5em auto;
    transition: all .5s ease;
}

.form__input:focus {
    border-bottom-color: black;
    box-shadow: 0 0 5px rgba(19, 19, 19, 0.4);
    border-radius: 4px;
}

.group-password {
    position: relative;
}

.lnr-eye {
    position: absolute;
    top: 45px;
    right: 10px;
    cursor: pointer;
    font-weight: 600;
}

.switch__container {
    width: 350px;
}

.switch__container p {
    display: flex;
}

p label {
    margin-top: 3px;
}

p span {
    margin-left: 5px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch+p label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow+p label {
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 60px;
}

.switch--shadow+p label:before,
.switch--shadow+p label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.switch--shadow+p label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--shadow+p label:after {
    width: 20px;
    background-color: black;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.switch--shadow:checked+p label:before {
    background-color: grey;
}

.switch--shadow:checked+p label:after {
    transform: translateX(18px);
}

@media screen and (max-width: 768px) {
    p label {
        margin-top: 0px;
    }
}

.btn-input {
    transition: all .5s ease;
    width: 100%;
    color: white;
    font-weight: 600;
    background-color: black;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding: 6px 20px;
}

.btn-input:hover,
.btn-input:focus {
    background-color: black;
    color: #fff;
    outline: none;
}

.col-lg-6 a {
    text-decoration: none;
    font-weight: 500;
    color: black;
}

.col-lg-9 a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(87, 87, 87);
}

.btn-footer {
    text-decoration: none;
    color: rgb(87, 87, 87);
}

.btn-footer:hover {
    text-decoration: none;
    color: black;
}

.footer {
    margin-bottom: 50px;
}


/* rememberChecked.blade.php */

.card-remember {
    margin-top: 80px;
}

.message-remember {
    margin-top: 20px;
}

.button-remember {
    color: black;
    font-weight: 500;
}

.button-remember:hover {
    text-decoration: none;
    color: black;
    font-weight: 500;
}


/* Registration data */

.dropdown {
    height: 43px;
}

.dropdown-toggle {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 1025px) {
    .dropdown-toggle {
        width: 0%;
        margin-left: 110px;
        margin-bottom: 0px;
    }
    .dropdown {
        top: -35px;
        height: 0px;
    }
    .dropdown.show {
        height: 60px;
    }
    .dropdown-menu {
        width: 20%;
        padding: 5px 0px;
    }
}

.registration-data-container {
    color: rgb(107, 107, 107);
    width: 90%;
}

.registration-data-container p {
    color: black;
}

.registration-data-container h3 {
    margin: 60px 0px;
}

.registration-data {
    text-align: start;
    margin-bottom: -470px;
}

.registration-data h5 {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.box {
    float: left;
    height: 930px;
    /*Altura da linha*/
}

.linha-vertical {
    border-left: 2px solid;
    /* Adiciona borda esquerda na div como ser fosse uma linha.*/
    box-sizing: border-box;
    width: 1%;
}

#column-right {
    margin-left: 30px;
}

#rowtwo {
    margin-top: 540px;
}

.column-center {
    display: flex;
    justify-content: center;
    padding-left: 52px;
}

.btn-registration {
    width: auto;
}

@media (max-width: 1025px) {
    .main-content {
        min-height: var(--heightUp-main-content);
    }
}

@media (max-width: 767px) {
    .box,
    .linha-vertical {
        display: none;
    }
    .registration-data:not(#first) {
        margin-top: 500px;
    }
}

@media (max-width: 767px) {
    .column-center {
        display: none;
        padding-left: 0px;
    }
    .col-md-2 .data-group a {
        display: flex;
        justify-content: flex-end;
    }
    #column-right {
        margin-left: 0px;
    }
}


/* Patient-card */

.patient-card {
    transition: all .5s ease;
    width: 100%;
    color: rgb(107, 107, 107);
    font-weight: 600;
    background-color: #e9fcff;
    border: 2px solid rgb(205 222 222);
    border-radius: 8px;
    margin-top: 1.5em;
    padding: 6px 20px;
}

.patient-card:hover,
.patient-card:focus {
    background-color: rgb(207, 248, 250);
    color: rgb(107, 107, 107);
    outline: none;
}

.pagination-links {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-links-manage {
    margin-top: 40px;
    margin-right: 30px;
}


/**
 * ==============================================
 * stylesheet to menu lateral
 * ==============================================
 */

#principal {
    background: #fff;
    position: absolute;
    float: left;
    width: 300px;
    height: var(--height-main-content);
    z-index: 5;
    border-right: 1.5px solid #9c9c9c;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

#principal ul,
#principal ul li {
    float: left;
    width: 100%;
    list-style-type: none;
}

.nav-menu-lateral {
    padding-top: 20px;
}

.nav-menu-lateral ul li p {
    margin-right: 30px;
    margin-top: 40px;
}

.user-card-row a {
    float: left;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e9e9e9;
    color: #9c9c9c;
    text-decoration: none;
    font-size: 15pt;
    margin-top: 10px;
}

#principal ul li a i:first-child {
    float: left;
    width: 40px;
    height: 40px;
    color: rgb(56, 113, 218);
    text-align: center;
    line-height: 40px;
    font-size: 2em;
}

#principal ul li a i:not(#icon-new) {
    float: left;
    width: 40px;
    height: 40px;
    color: inherit;
    text-align: center;
    line-height: 40px;
    font-size: 2em;
}

#principal ul li a h5:not(.title-new-user) {
    margin-left: 10px;
    outline: none;
}

.user-card a:hover:not(#first) {
    color: #000;
}

.user-card {
    transition: all .1s ease;
    width: 100%;
    color: rgb(107, 107, 107);
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    margin-top: 1.5em;
    padding: 4px 10px;
    cursor: pointer;
    height: 65px;
}

.user-card:hover:not(#first),
.patient-card:focus:not(#first) {
    color: #000;
    ;
    outline: none;
    border: 2px solid #000;
}

.user-card:hover:not(#first) a {
    color: #000;
}

.user-card-row {
    width: 260px;
    margin-top: -15px;
}

.user-card h5 {
    margin-top: 10px;
    font-size: 12pt;
    width: 180px;
    text-align: start;
}

.user-card h6 {
    font-size: 10pt;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    height: 55px;
}

.button-new {
    margin-bottom: 50px;
}

#new-button-id {
    margin-top: 5px;
}

.title-new-user {
    margin-left: 40px;
}


/* ------------------------ */

.form-control {
    margin-bottom: 10px;
}

.manage-category {
    text-align: start;
}

.btn-manage-update {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn-input-manage {
    width: 100%;
}

#fourth {
    margin-top: 20px;
}


/* stylesheet de 'Minhas Notas' */

.btn-accordion {
    background: #fff !important;
    color: black !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.btn-accordion:focus,
.btn-accordion:hover {
    background: #fff !important;
    color: black !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}

.dropdown-notas {
    width: 37%;
    position: relative;
    top: 55px;
}

.dropdown-date {
    position: relative;
    top: 55px;
}

.btn-input-notas {
    transition: all .5s ease;
    width: 10%;
    color: black;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
}

.btn-input-notas:hover,
.btn-input-notas:focus {
    background-color: transparent;
    color: black;
    outline: none;
}

@media(min-width: 992px) {
    .btn-input-notas {
        margin-left: 60px;
    }
}

.accordion-item {
    height: auto !important;
}

.criteria_form {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 0 !important;
}

.notas-topic {
    color: black;
}

.criteria {
    width: 30% !important;
    justify-content: start;
    color: black;
}

.criteria span {
    font-weight: 700;
    color: #0d6efd;
}

.criteria-description {
    width: 30% !important;
    background-color: #e9fcff;
    border-radius: 20px;
    border: 3px solid #c3e3e7;
    border-radius: 8px;
}

.criteria-description p {
    margin-top: 5px!important;
}

.media-clinica {
    width: 28% !important;
    margin: auto !important;
    color: #0d6efd;
}

.card-notas {
    margin-top: 20px !important;
}

@media(min-width: 992px) {
    .criteria-description {
        margin-left: 5px !important;
    }
    .criteria {
        width: 35% !important;
    }
    .criteria .col-md-12 {
        font-size: 12pt;
    }
}

.notas-faltas-msg {
    border-radius: 20px;
    border: 3px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .55);
    padding: 10px !important;
    height: 450px;
}

.media,
.faltas {
    height: 30%;
}

.notificacoes {
    height: 40%;
}

.media,
.faltas,
.notificacoes {
    background-color: #e9fcff;
    border-radius: 20px;
    border: 6px solid #c3e3e7;
    border-radius: 2px;
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.media h5,
.faltas h5,
.notificacoes h5 {
    color: #0d6efd !important;
    margin: 0px !important;
    margin-top: 5px !important;
}

@media screen and (max-width: 956px) {
    .criteria_form {
        font-size: 10pt;
        width: 300px;
    }
}


/* ---------------------------- */


/* stylesheet minhas notas edit */

.card-notas-edit {
    margin-top: 20px !important;
    justify-content: start !important;
}

.criteria-edit {
    width: 50% !important;
}

.media-clinica-edit {
    width: 35% !important;
    margin: auto !important;
    color: #0d6efd;
}

.btn-criteria-update {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.input-data {
    width: 40% !important;
}

@media(min-width: 992px) {
    .criteria-edit .col-md-12 {
        font-size: 12pt;
    }
}


/* ---------------------------- */


/* Users-card */

.users-card {
    transition: all .5s ease;
    width: 100%;
    color: black;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid rgb(175, 175, 175);
    border-radius: 8px;
    margin-top: 1.5em;
    padding: 6px 20px;
}

.users-card:hover,
.users-card:focus {
    background-color: #fff;
    color: black;
    outline: none;
}

.wrapper{
    height: 300px;
    width: 300px;
    position: relative;
    border: 5px solid #000;
    border-radius: 50%;
    background: url('../assets/images/image-default.png');
    background-size: 100% 100%;
    overflow: hidden;
}

.wrapper-doc{
    height: 50px;
    width: 50px;
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
}

.wrapper-diagnostic{
    height: 80px;
    width: 80px;
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
}

.wrapper-diagnostic-signature{
    height: 80px;
    width: 200px;
    position: relative;
    background-size: 100% 100%;
}

.wrapper-dashboard{
    height: 250px;
    width: 250px;
    position: relative;
    border: 5px solid #000;
    border-radius: 50%;
    background: url('../assets/images/image-default.png');
    background-size: 100% 100%;
    overflow: hidden;
}

.file_image, .file_image_diagnostic{
    position: absolute;
    bottom: 0;
    outline: none;
    color: transparent;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 125px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.file_image::-webkit-file-upload-button,
.file_image_diagnostic::-webkit-file-upload-button{
    visibility: hidden;
}

.file_image::before{
    content: "\f030";
    font-family: "FontAwesome";
    font-size: 40px;
    color: #fff;
    display: inline-block;
    -webkit-user-select: none;
}

.file_image_diagnostic::before{
    content: "\f030";
    font-size: 40px;
    display: inline-block;
    -webkit-user-select: none;
}

.file_image::after{
    content: 'Editar';
    font-family: 'arial';
    font-weight: bold;
    color: #fff;
    display: block;
    top: 50px;
    font-size: 14px;
    position: absolute;
}

.file_image_diagnostic::after{
    content: 'Editar';
    font-weight: bold;
    display: block;
    top: 50px;
    font-size: 14px;
    position: absolute;
}

.file_image:hover,
.file_image_diagnostic:hover{
    opacity: 1;
}
