.upper {
    text-transform: uppercase
}

.regular {
    font-weight: 500
}

.bold {
    font-weight: 900
}

.light {
    font-weight: 300
}

.-v {
    height: 100vh
}

* {
    font-family: "Maven Pro",sans-serif !important;
    color: #707070
}

.btn-primary {
    border-color: #59BEC9;
    background-color: #59BEC9
}

    .btn-primary:hover {
        background-color: transparent;
        border-color: #59BEC9;
        color: #59BEC9 !important
    }

p, a {
    margin: 0;
    padding: 0
}

h2 {
    font-size: 1.6rem
}

.c-steel {
    color: #707070
}

.c-blue {
    color: #59BEC9 !important
}

.bgc-white {
    background-color: #fdfdfd !important
}

.bdc-left-white {
    border-left: 1px solid #fdfdfd
}

#body_login {
    background-image: url("../img/bgLogin.png");
    background-size: cover;
    background-position: top
}
a.link {
    font-size: 16px;
    color: #707070 !important;
    text-decoration: underline;
}
.login__block {
    max-width: 600px;
    max-height: 560px;
    border-radius: 12px;
    padding: 90px 0 !important;
    font-size: 16px;
    color: #707070;
}

    .login__block > div, .login__block > form > div {
        max-width: 450px;
        margin: 0 auto
    }

        .login__block > form > div.loginError {
            top: 0;
            width: 100%;
            max-width: 600px;
            text-align: center;
            left: 0;
            background-color: rgba(112, 112, 112, .6);
            right: 0;
            height: 60px;
            position: absolute;
            color: #fdfdfd;
            font-size: 20px;
            padding-top: 15px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-top-right-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-topright: 12px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            display: none;
        }



        .login__block > div img, .login__block > form > div img {
            max-width: 250px
        }

    .login__block .wave {
        position: absolute;
        bottom: -15px;
        left: 0
    }
    .login__block > input[type=text] {
        border-bottom: 2px solid rgba(112, 112, 112, .4) !important;
        color: #707070 !important;
    }

.form-group__bar:after, .form-group__bar:before {
    background-color: rgba(112, 112, 112, .4)
}
.login__block__body > div.form-group--float {
    margin-top: 40px;
}

[data-ma-theme=green] .login__block__btn {
    background-color: transparent;
    color: #8fd16a !important;
    border-radius: 12px;
    border-color: #8fd16a;
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: bold;
    transition: .25s ease-in
}

    [data-ma-theme=green] .login__block__btn:hover {
        background-color: #8fd16a;
        color: #fff !important
    }


.form-group--float .form-control.form-control--active ~ label, .form-group--float .form-control:focus ~ label {
    color: #707070;
    font-size: 1rem;
    bottom: 2.5rem
}
.login__block__body > div h2 {
    color: #8fd16a;
    font-size:28px;
}
.header {
    background-color: #fdfdfd;
    height: 82px
}

.status_btn input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden
}

.status_btn input:checked + label {
    background: #8fd16a
}

    .status_btn input:checked + label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%)
    }

.status_btn label:active:after {
    width: 13px
}

.status_btn label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    display: block;
    height: 20px;
    background: #dcdcdc;
    border-radius: 100px;
    position: relative;
    margin: 0
}

    .status_btn label:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 5px;
        width: 13px;
        height: 13px;
        background: #fff;
        border-radius: 90px;
        transition: .3s
    }

.top-nav {
    display: flex;
    justify-content: center;
    align-items: center
}

    .top-nav > li {
        display: flex;
        justify-content: center;
        align-items: center
    }

.user_card p {
    padding: 5px 15px 5px 35px;
    color: #707070;
    font-size: 16px;
    font-weight: 500
}

.user_card .user-img {
    overflow: hidden;
    height: 40px;
    width: 40px;
    border-radius: 50%
}

    .user_card .user-img img {
        width: 100%
    }

.logout_btn button {
    background: transparent;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 0 0 0
}

    .logout_btn button span {
        opacity: 0;
        transition: .35s ease-in-out;
        font-weight: 300;
        font-size: 1.1rem;
        vertical-align: middle
    }

    .logout_btn button:hover span {
        opacity: 1;
        display: inline-block;
        padding: 0 20px 0 30px
    }

#video-content {
    overflow: hidden
}

    #video-content video {
        height: 100%;
        width: 100%
    }

#publisher {
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    top:0;
    width:100%;
}

    #publisher video {
        height: 100%;
        width: 100%;
        border: 1px solid #707070;
        border-radius: 5px;
    }

#modal-erro .modal-content {
    height: 540px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    #modal-erro .modal-content h1 {
        font-size: 24px;
        font-weight: normal;
        color: #707070;
        padding-bottom: 50px
    }

    #modal-erro .modal-content form#form-erro {
        width: 400px;
        padding-top: 0
    }

        #modal-erro .modal-content form#form-erro textarea {
            width: 100%;
            height: 120px;
            border: 2px solid #707070;
            border-radius: 12px;
            padding: 20px
        }

        #modal-erro .modal-content form#form-erro button {
            border: 2px solid #59BEC9;
            color: #59BEC9;
            background-color: transparent;
            width: 100%;
            padding: 10px;
            margin-top: 20px;
            font-size: 16px;
            border-radius: 12px;
            text-transform: uppercase;
            transition: .25s ease-in-out;
            margin-top: 40px
        }

            #modal-erro .modal-content form#form-erro button:hover {
                background-color: #59BEC9;
                color: #fff !important
            }

#modal-avaliacao .modal-content {
    height: 540px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    #modal-avaliacao .modal-content h1 {
        font-size: 24px;
        font-weight: normal;
        color: #707070;
        padding-bottom: 35px
    }

        #modal-avaliacao .modal-content h1.c-blue {
            font-size: 32px
        }

    #modal-avaliacao .modal-content .star-rating {
        font-size: 0;
        white-space: nowrap;
        display: inline-block;
        width: 320px;
        height: 60px;
        overflow: hidden;
        transition: .3s ease-in;
        position: relative;
        background: url("../img/ic-star-blue.svg");
        background-size: contain
    }

        #modal-avaliacao .modal-content .star-rating i {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 20%;
            z-index: 1;
            transition: .3s ease-in;
            background: url("../img/ic-star-blue-filled.svg");
            background-size: contain
        }

        #modal-avaliacao .modal-content .star-rating input {
            -moz-appearance: none;
            -webkit-appearance: none;
            opacity: 0;
            display: inline-block;
            width: 20%;
            height: 100%;
            margin: 0;
            padding: 0;
            z-index: 2;
            position: relative
        }

            #modal-avaliacao .modal-content .star-rating input:hover + i, #modal-avaliacao .modal-content .star-rating input:checked + i {
                opacity: 1
            }

        #modal-avaliacao .modal-content .star-rating i ~ i {
            width: 40%
        }

            #modal-avaliacao .modal-content .star-rating i ~ i ~ i {
                width: 60%
            }

                #modal-avaliacao .modal-content .star-rating i ~ i ~ i ~ i {
                    width: 80%
                }

                    #modal-avaliacao .modal-content .star-rating i ~ i ~ i ~ i ~ i {
                        width: 100%
                    }

        #modal-avaliacao .modal-content .star-rating::after, #modal-avaliacao .modal-content .star-rating::before {
            height: 100%;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            text-align: center;
            vertical-align: middle
        }

    #modal-avaliacao .modal-content div#form-avaliacao {
        width: 400px;
        padding-top: 40px
    }

        #modal-avaliacao .modal-content div#form-avaliacao textarea {
            width: 100%;
            height: 120px;
            border: 2px solid #707070;
            border-radius: 12px;
            padding: 15px
        }

        #modal-avaliacao .modal-content div#form-avaliacao button {
            border: 2px solid #59BEC9;
            color: #59BEC9;
            background-color: transparent;
            width: 100%;
            padding: 10px;
            margin-top: 20px;
            font-size: 16px;
            border-radius: 12px;
            text-transform: uppercase;
            transition: .25s ease-in-out
        }

            #modal-avaliacao .modal-content div#form-avaliacao button:hover {
                background-color: #59BEC9;
                color: #fff !important
            }


.modal-dialog .modal-content {
    border-radius: 12px
}

    .modal-dialog .modal-content .modal-header {
        background-color: #59BEC9;
        border-radius: 12px 12px 0 0;
        padding: 30px 45px;
        text-align: center
    }

        .modal-dialog .modal-content .modal-header h1 {
            color: #fdfdfd;
            font-weight: bold;
            font-size: 25px;
            padding-left: 15px;
            text-align: center;
            width: 100%
        }

            .modal-dialog .modal-content .modal-header h1:before {
                content: "";
                width: 40px;
                height: 40px;
                background-image: url(../img/ic-video.svg);
                background-position: center;
                background-repeat: no-repeat;
                display: inline-block;
                vertical-align: middle;
                margin-right: 15px
            }

    .modal-dialog .modal-content .modal-body {
        text-align: center;
        color: #707070;
    }

        .modal-dialog .modal-content .modal-body h3 {
            font-size: 20px;
            font-weight: 500;
            max-width: 430px;
            margin: 0 auto;
            color: #707070;
        }

        .modal-dialog .modal-content .modal-body p {
            font-size: 14px;
            color: #707070;
        }

#modal-solicitacao .modal-dialog .modal-content .modal-body p span {
    font-size: 16px
}

.modal-dialog .modal-content .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 50px
}

    .modal-dialog .modal-content .modal-footer button, #modal-solicitacao .modal-dialog .modal-content .modal-footer a {
        background-color: transparent;
        font-size: 16px;
        font-weight: 700;
        padding: 8px 80px;
        border-radius: 12px;
        text-transform: uppercase;
        transition: .25s ease-in-out;
        cursor: pointer
    }

    .modal-dialog .modal-content .modal-footer .btn-recuse {
        margin-right: 20px;
        border: 2px solid #707070;
        color: #707070
    }

        .modal-dialog .modal-content .modal-footer .btn-recuse:hover {
            color: #fff;
            background-color: #707070
        }

    .modal-dialog .modal-content .modal-footer .btn-accept {
        border: 2px solid #59BEC9;
        color: #59BEC9
    }

        .modal-dialog .modal-content .modal-footer .btn-accept:hover {
            color: #fff;
            background-color: #59BEC9
        }

#box-video h1 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #59BEC9
}

#box-video h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #707070
}

    #box-video h3 span {
        font-size: 16px;
        font-weight: normal
    }

#box-video p {
    font-size: 16px;
    font-weight: normal;
    color: #707070
}

#box-video hr {
    border-top: 1px solid #707070
}

#box-video form#form-video h3 {
    font-size: 14px;
    font-weight: normal
}

#box-video form#form-video .form-check label {
    font-size: 16px;
    font-weight: normal
}

#box-video form#form-video .form-group textarea {
    height: 250px;
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 15px
}

.box-btn {
    display: flex;
    justify-content: space-evenly
}

    .box-btn button {
        height: 60px;
        cursor: pointer
    }

    .box-btn .btn-close {
        width: 65%;
        border: 2px solid #ce4e4e;
        background-color: transparent;
        background-image: url(../img/ic-phone-red.svg);
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px
    }

    .box-btn .btn-warning {
        width: 15%;
        border-radius: 12px;
        background-color: transparent;
        border: unset;
        background-image: url(../img/ic-alert.svg);
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        position: relative;
        box-shadow: 0 0 5px -1px #707070
    }

        .box-btn .btn-warning span {
            display: none;
            left: 0;
            width: 0;
            opacity: 0;
            transition: all .35s ease-in-out
        }

            .box-btn .btn-warning span a {
                color: #707070;
                text-decoration: underline;
                padding-left: 5px
            }

        .box-btn .btn-warning:hover span {
            opacity: 1;
            position: absolute;
            border-radius: 10px 0 0 10px;
            top: 0;
            left: -190px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 200px;
            background-color: #fff;
            height: 60px;
            box-shadow: -2px 0 0 2px #eaeaea
        }

.msg-erro-title {
    font-size: 24px;
    font-weight: normal
}

.msg-erro-tel {
    font-size: 32px;
    font-weight: 800
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 920px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1440px
    }
}
/*# sourceMappingURL=main.css.map */


.loading, #loading {
    width: 100%;
    text-align: center;
}


    .loading svg, #loading svg, .loading img, #loading img {
        margin: 20px;
        width: 63px;
        height: 60px;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 2500ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 2500ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 2500ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 2500ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }

    0%, 100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
}

@-moz-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }

    0%, 100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
}

@-webkit-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }

    0%, 100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
}

@keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }

    0%, 100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
}

.toast-title {
    color: #fff !important;
    font-weight: bolder;
    font-size: 15px;
}

.toast-message {
    color: #fff !important;
}

@media(max-width: 1600px) {
    #box-video
    h1 {
        font-size: 18px !important;
        font-weight: bolder !important;
    }

    #box-video span {
        font-size: 80%;
    }

    #box-video h3 {
        font-size: 12px !important;
        font-weight: normal;
    }

        #box-video h3 span {
            font-size: 14px !important;
            font-weight: normal;
        }

    #box-video p {
        font-size: 14px !important;
        font-weight: normal;
    }

    #box-video hr {
    }

    #box-video form#form-video
    h3 {
        font-size: 12px !important;
        font-weight: normal;
    }

    #box-video .form-check
    label {
        font-size: 14px !important;
        font-weight: normal;
    }



    #box-video .form-group
    textarea {
        height: 120px !important;
        border-radius: 10px !important;
        padding: 7px !important;
    }
}
/* Relatório médico */




div::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ededed;
}

div::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #59bec9;
    z-index: 10000;
    display: inline-block;
    margin-right: 10px;
}

.headerForm {
    background-color: #59bec9;
    box-shadow: 0 1px 4px 0 rgba(112, 112, 112, 0.6);
    color: #fdfdfd;
    font-size: 16px;
    padding: 20px 0;
    font-family: 'Maven Pro';
}

    .headerForm p {
        color: rgba(253, 253, 253, 0.8);
        font-family: 'Maven Pro';
    }

    .headerForm h2 {
        font-size: 20px;
        color: #fdfdfd;
        font-family: 'Maven Pro';
        font-weight: bold;
    }

        .headerForm i, .headerForm h2 i {
            font-size: 24px;
            color: #fdfdfd;
            top: 50%;
            position: absolute;
            margin-top: -12px;
            cursor: pointer;
        }

    .headerForm span {
        color: #fdfdfd;
        font-size: 20px;
    }

.material-icons {
    font-family: 'Material Icons' !important;
    vertical-align: middle;
}

.headerForm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fdfdfd;
}

    .headerForm ul li {
        list-style: none;
        border: 2px solid rgba(253, 253, 253, .4);
        border-radius: 8px;
        padding: 4px 16px;
        margin-right: 20px;
        width: 21.5%;
        float: left;
        color: #fdfdfd;
        font-family: 'Maven Pro';
    }

        .headerForm ul li:last-child {
            margin-right: 0;
        }

        .headerForm ul li img, .headerForm ul li span img {
            height: 40px;
            width: 40px;
            display: inline-block;
            border-radius: 20px;
            vertical-align: baseline;
            margin: -10px -4px 0 0;
            padding: 0;
            float: right;
        }

        .headerForm ul li span {
            color: #fdfdfd;
            font-size: 20px;
            width: 100%;
            display: inline-block;
            padding-top: 10px;
        }


.headerNav {
    padding: 32px 0 0;
    font-family: 'Maven Pro';
}

    .headerNav h1 {
        font-weight: bold;
    }

    .headerNav nav {
        margin-top: 10px;
    }

        .headerNav nav a {
            border-top: 2px solid rgba(144, 144, 144, 0.2);
            text-decoration: none;
            font-family: 'Maven Pro';
            color: rgba(112, 112, 112, .8);
            padding: 27px 30px;
            display: inline-block;
            margin: 0 -2.5px;
            text-align: center;
            text-wrap: none;
            width: 20%;
            min-width: 211px;
        }

            .headerNav nav a:hover, .headerNav nav a.active {
                font-weight: bold;
                border-top: 4px solid #59bec9;
                padding-top: 26px;
                margin-top: 1px;
            }




.boxAnotation {
    border-radius: 12px;
    border: solid 1px #59bec9;
    min-height: 200px;
    max-height: 710px;
    padding: 20px 7px 30px 20px;
    width: 100%;
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
}

.boxAnotationContent {
    overflow-y: auto;
    min-height: 100%;
    width: 99.3%;
    display: inline-block;
    max-height: 650px;
    margin-right: 3px;
    padding: 0 10px 0 0;
}

.boxAnotation h3 {
    font-size: 16px;
    color: #59bec9;
}

.boxAnotation p {
    font-size: 16px;
    color: #707070;
}

.relatoriMedico {
    font-size: 20px;
    color: #707070;
}

    .relatoriMedico .row {
        margin-top: 20px;
    }

        .relatoriMedico .row:first-child {
            margin-top: 0px;
        }

    .relatoriMedico section {
        margin-bottom: 40px;
    }

    .relatoriMedico h1 {
        font-size: 32px;
        color: #59bec9;
        font-family: 'Maven Pro';
        margin-bottom: 40px;
    }

    .relatoriMedico label {
        font-size: 16px;
        font-weight: bold;
    }

    .relatoriMedico span {
        font-size: 14px;
        float: right;
    }

    .relatoriMedico input[type=text],
    .relatoriMedico select,
    .relatoriMedico textarea,
    .relatoriMedico .form-group input[type=text],
    .relatoriMedico .form-inline .form-group input[type=text],
    .inpuDocway {
        border-radius: 12px;
        border: solid 1px rgba(112, 112, 112, 0.6);
        padding: 10px 20px;
        font: 16px;
        outline: none;
    }

        .relatoriMedico input::-webkit-input-placeholder,
        .relatoriMedico input:-ms-input-placeholder,
        .relatoriMedico input::placeholder,
        .relatoriMedico select::-webkit-input-placeholder,
        .relatoriMedico select:-ms-input-placeholder,
        .relatoriMedico select::placeholder,
        .relatoriMedico textarea::-webkit-input-placeholder,
        .relatoriMedico textarea:-ms-input-placeholder,
        .relatoriMedico textarea::placeholder {
            color: rgba(112, 112, 112, .6)
        }

    .relatoriMedico .input-group .input-group-prepend {
        border-radius: 0 12px 12px 0;
        border: solid 1px rgba(112, 112, 112, 0.6);
        border-left: none;
        padding: 10px 20px;
    }

    .relatoriMedico .input-group input[type=text] {
        border-right: none;
    }

    .relatoriMedico .selecInline {
        display: inline-block;
        width: 50px;
        padding: 10px 5px;
        margin-left: 10px;
    }

    .relatoriMedico .custom-control {
        margin-top: 10px;
    }

.inputBorderBottom {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: solid 1px rgba(112, 112, 112, 0.6) !important;
}

.relatoriMedico label.form-check-label, .relatoriMedico label.custom-control-label {
    font-weight: normal;
}

.relatoriMedico .custom-control-label::before {
    background-color: transparent;
    border: 2px solid rgba(112, 112, 112, .6);
    top: 0.50rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    border: 2px solid #59bec9;
    background-image: radial-gradient(circle, #59bec9 30%, #ffffff 50%);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: transparent;
    top: 0.5rem;
    display: none;
}

.container-check {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.relatoriMedico input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

    .relatoriMedico input[type=checkbox]:checked + label {
        background: #59bec9;
    }

        .relatoriMedico input[type=checkbox]:checked + label:after {
            left: calc(100% - 5px);
            transform: translateX(-100%)
        }

.relatoriMedico label.customCheck:active:after {
    width: 13px
}

.relatoriMedico label.customCheck {
    cursor: pointer;
    text-indent: 60px;
    width: 40px;
    display: inline-block;
    height: 20px;
    background: #dcdcdc;
    border-radius: 100px;
    position: relative;
    margin: 0px 5px 0 0;
    vertical-align: middle;
}

    .relatoriMedico label.customCheck:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 5px;
        width: 13px;
        height: 13px;
        background: #fff;
        border-radius: 90px;
        transition: .3s
    }

.relatoriMedico .btn-group {
    width: 100%;
}

    .relatoriMedico .btn-group .btn {
        width: 50%;
    }

.divOverflow {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 40px;
    max-height: 710px;
}

.relatoriMedico .btnDocway {
    border-radius: 12px;
    border: solid 1px rgba(112, 112, 112, .6);
    color: rgba(112, 112, 112, .6);
    outline: none;
    font-size: 16px;
    padding: 12px;
}

.relatoriMedico .btnDocway-lg,
.relatoriMedico .btnDocway-lg:active,
.relatoriMedico .btnDocway-lg:visited,
.relatoriMedico .btnDocway-lg:focus {
    border-radius: 12px;
    border: solid 2px #59bec9;
    color: #59bec9;
    outline: none;
    font-size: 16px;
    padding: 18px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.relatoriMedico .btnDocway:hover,
.relatoriMedico .btnDocway:visited,
.relatoriMedico .btnDocway:active,
.relatoriMedico .btnDocway:visited,
.relatoriMedico .btnDocway.active,
.relatoriMedico .btnDocway:not([disabled]):not(.disabled):active,
.relatoriMedico .btnDocway:not([disabled]):not(.disabled).active {
    border: solid 1px #59bec9;
    color: #fff;
    background-color: #59bec9;
    box-shadow: none;
}


.relatoriMedico .item {
    border: solid 1px rgba(112, 112, 112, .6);
    color: #707070;
    border-radius: 8px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .relatoriMedico .item i {
        font-size: 20px;
        margin-right: 12px;
        cursor: pointer;
    }

    .relatoriMedico .item label {
        padding: 6px 12px;
        margin: 0;
        font-weight: normal;
    }

.relatoriMedico .itemMedicamento {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(112, 112, 112, 0.4);
    background-color: rgba(89, 190, 201, 0.8);
    margin-bottom: 20px;
    padding: 20px;
}

    .relatoriMedico .itemMedicamento label {
        color: #fdfdfd;
    }

    .relatoriMedico .itemMedicamento span {
        color: #fdfdfd;
        font-size: 16px;
        float: none;
        display: inline-block;
        width: 100%;
    }

    .relatoriMedico .itemMedicamento i {
        font-size: 20px;
        cursor: pointer;
        float: right;
    }

    .relatoriMedico .itemMedicamento .row {
        margin-top: 0;
    }

    .relatoriMedico .itemMedicamento .form-group {
        margin-bottom: 0;
    }

@media (max-width: 1490px) {
    .headerNav h1 {
        font-size: 32px;
    }

    .relatoriMedico h1 {
        font-size: 24px;
    }

    .relatoriMedico p {
        font-size: 16px;
    }

    .headerNav nav a {
        width: unset;
        min-width: unset;
        padding: 27px 40px;
    }
}

@media (max-height: 830px) {
    .divOverflow {
        max-height: 540px;
    }

    .boxAnotation {
        max-height: 540px;
    }

    .boxAnotationContent {
        max-height: 480px;
        width: 99.5%;
    }
}

@media (max-height: 730px) {
    .divOverflow {
        max-height: 415px;
    }

    .boxAnotation {
        max-height: 415px;
    }

    .boxAnotationContent {
        max-height: 350px;
        width: 99.5%;
    }
}

/* Precição PDF  */
.prescHeader {
    margin: 28px auto !important;
    font-family: 'Maven Pro';
    color: #8fd16a;
    padding: 0 20px;
    color: #707070;
}

    .prescHeader h2 {
        font-size: 20px;
        color: #8fd16a;
        font-weight: bold;
    }

.prescBody {
    padding: 0 20px;
    font-size: 16px;
    color: #707070;
}

    .prescBody .patientData {
        border-radius: 8px;
        border: solid 1px #979797;
        margin: 0px -15px 18px;
        padding: 0 15px;
        font-size: 16px;
    }

        .prescBody .patientData .col, .prescBody .patientData .col-1, .prescBody .patientData .col-2, .prescBody .patientData .col-3, .prescBody .patientData .col-4, .prescBody .patientData .col-6 {
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 0;
            margin-bottom: 0;
        }

        .prescBody .patientData .row {
            margin-top: 0;
            margin-bottom: 0;
        }

        .prescBody .patientData label {
            font-size: 16px;
            color: #707070;
            margin-bottom: 0;
            margin-right: 5px;
        }

        .prescBody .patientData p {
            font-size: 20px;
            color: #707070;
        }



    .prescBody .bordered {
        border: solid 1px #979797;
        border-right: none;
    }

        .prescBody .bordered:first-child {
            border-left: none;
        }

    .prescBody .title {
        background-color: rgba(143, 209, 106, 0.6);
        color: rgba(253, 253, 253, 0.6);
        border-radius: 4px;
        padding: 10px 20px;
    }



        .prescBody .title h2 {
            color: #fdfdfd;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 0;
        }

    .prescBody p {
        font-size: 16px;
        line-height: 1.67;
    }

    .prescBody span {
        display: inline-block;
        border-radius: 8px;
        border: solid 1px #707070;
        padding: 6px 12px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .prescBody ul {
        list-style: none;
        margin: 0;
        padding: 0 20px;
    }
        .prescBody ul li::before {
            content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: #8fd16a; /* Change the color */
            font-weight: bold; /* If you want it to be bold */
            font-size: 25px;
            display: inline-block; /* Needed to add space between the bullet and the text */
            width: 1em; /* Also needed for space (tweak if needed) */
            margin-left: -1em; /* Also needed for space (tweak if needed) */
        }

    .prescBody .row {
        margin-bottom: 12px;
    }

    .prescBody .boxBorder {
        border-radius: 8px;
        border: solid 1px #979797;
        padding: 12px 20px;
        font-size: 16px;
        margin-top:20px;
    }
        .prescBody .boxBorder::first-line{
            margin-right:15px
        }
        .prescBody .boxBorder h4{
            font-size:16px;
        }
        .prescBody .boxBorder .row {
            margin-bottom: 0px;
            margin-right: 0;
            margin-left: 0;
        }
        .prescBody .boxBorder .col, 
        .prescBody .boxBorder .col-1, 
        .prescBody .boxBorder .col-2, 
        .prescBody .boxBorder .col-3, 
        .prescBody .boxBorder .col-4, 
        .prescBody .boxBorder .col-5 {
            padding: 15px 0 0;
        }


        .footerLine {
            width: 100%;
            display: inline-block;
            height: 20px;
            margin-top: 60px;
            margin: 60px 0px 24px;
        }

    .footerLine img {
        min-width: 100%;
    }

.prescBody, .prescHeader, .prescFooter {
    max-width: 895px;
    margin: 0 auto;
    text-align: left;

}

.prescFooter {
    margin-top:20px;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
}

    .prescBody .border-bottom, .prescFooter .border-bottom {
        border-bottom: 1px solid #707070;
        display: inline-block;
        width: 100%;
    }

@media print {

    body, p, label {
        color: #707070;
    }


    .prescHeader h2 {
        color: #8fd16a !important;
        -webkit-print-color-adjust: exact;
    }

    .prescBody .title {
        background-color: rgba(143, 209, 106, 0.6);
        -webkit-print-color-adjust: exact;
    }

    .prescBody, .prescHeader, .prescFooter {
        max-width: 100%;
    }

    .prescHeader {
        margin-top: 0px !important;
    }

    .prescFooter {
        margin-bottom: 0px;
        /*position: fixed;*/
    }

    .prescBody ul li::before {
        color: #8fd16a; /* Change the color */
        -webkit-print-color-adjust: exact;
    }

    body {
        position: relative;
        margin: 0;
        height:100%;
        min-height:100%;
    }

    footer {
        display: inline-block;
        width: 100%;
        position: absolute !important;
        left: 0 !important;
        bottom: 0 !important;
        top:100%;
    }
    @page{
        size:A4;
    }
}
/* Fim Precição PDF  */



