body {
    margin-bottom: 155px;
}
.horizontal-collapse {
    height: 70px;
}
.nav > li > a:hover {
    background-color: #fff;
    color: #42da09;
}
.avatar {
    position: absolute;
    
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: black;
}
.restricao{
    background-color: red;
    
}
.menuAtual {
    display: block;
}
.menuNao {
    display: none;
}
.tr-vermelho {
    background-color: #FFEECD !important;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}


button:disabled, a:disabled {
    opacity: 0.5;
}
    .row {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.avatar-container {
    position: relative;
    height: 80px;
}
.calendario {
    border: none;
    background: none;
    position: absolute;
    top: 6px;
}

.evolucao {
    background: transparent url(../images/evolucao.png) no-repeat center;
    background-size: 33px 22px;
    width: 30px;
    height: 20px;
    border:none;
}

.biometria {
    background: transparent url(../images/bio-icon.png) no-repeat center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    border: none;
}

fieldset {
    border: 1px solid #f2f2f2 !important;
    padding: 15px !important;
    margin-bottom: 20px;
}
legend{
    border-bottom: none!important;
}
.msgErro {
    padding: 10px;
    background: #f172721f;
    border-radius: 16px;
    position: relative;
    margin-top: 40px;
    color: #f17272;
    font-size: 1.5em;
    text-align: center;
    width: inherit;
    border: 1px solid #f17272;
}
.navbar-collapse.in {
    overflow-y: hidden;
}

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    z-index: 0!important;
}
.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}
@media (min-width: 768px) {
    
}
    .table {
        margin-bottom: 44px !important;
    }

    .containerCheckbox {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 25px;
        margin: auto;
    }
        /* Hide the browser's default checkbox */
        .containerCheckbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        height: 25px;
        width: 25px;
        border: 1px solid #5cc656;
        border-radius: 6px;
    }

    /* On mouse-over, add a grey background color */
    .containerCheckbox:hover input ~ .checkmark {
        background-color: #eeeeee;
    }

    /* When the checkbox is checked, add a blue background */
    .containerCheckbox input:checked ~ .checkmark {
        /* background-color: #43da0b;*/
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .containerCheckbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .containerCheckbox .checkmark:after {
        left: 7px;
        top: 0px;
        width: 10px;
        height: 18px;
        border: solid #43da0b;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /*Encerra aqui estilização checkbox*/


    .navbar-branca {
        background: #fff;
        padding: 12px;
        border-bottom: 1px solid #f1f1f1;
    }

    tr {
        background: #eff8e6;
    }

td {
    
    border-top: none !important;
}
/*load do input de procedimentos*/
.loader {
    width: 29px;
    float: right;
    position: absolute;
    top: 30px;
    z-index: 99;
    right: 24px;
}
.loaderSecundario {
    width: 29px;
    float: right;
    position: absolute;
    top: 30px;
    z-index: 99;
    right: 24px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
    /*.toast-top-center {
    background: red!important;
    position: absolute;
    margin-top: 1px; 
    width: 200px; 
    margin: auto;
    color: #fff;
    text-align: center;
    z-index: 999;   
}*/
    .tab-content {
        padding-top: 2%;
    }

.modal-dialog {
    position: fixed;
    top: 14% !important;
    left: 30% !important;
    right: 30% !important;
    z-index: 99999;
}

    .container {
        max-width: 1200px;
        margin: auto;
        padding: 10px;
    }

    .container-fluid {
        max-width: 100%;
        padding: 10px;
    }

    .toast-error {
        background-color: darkred !important;
        position: fixed;
        margin-top:2%;
        width: 250px;
        /* margin: auto; */
        color: #fff;
        text-align: center;
        z-index: 30000;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        padding: 4px 10px 11px 24px;
        border-radius: 9px;
    }

    .toast-close-button {
        border: none;
        background: none;
        float: right;
    }
.novoitem {
    position: absolute;
    top: 0px;
    background-color: rgba(51, 51, 51, 0.77);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.toast-success {
    background-color: green !important;
    position: fixed;
    margin-top: 2%;
    width: 260px;
    /* margin: auto; */
    color: #fff;
    text-align: center;
    z-index: 30000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 4px 10px 11px 24px;
    border-radius: 9px;
}

    .form-control {
        display: block;
        width: 100%;
        height: 40px !important;
        padding: 6px 12px !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #555 !important;
        background-color: #f1f1f1 !important;
        background-image: none !important;
        border: 1px solid #53c34d !important;
        border-radius: 19px !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e6f2db;
    }

    .nav-tabs > li > a {
        background: #78a34a;
        color: #fff;
        padding: 11px 27px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
    }

    .botao-transp {
        background: none !important;
        border: 1px solid #7ec341 !important;
        color: #7ec341 !important;
    }

        .botao-transp:hover {
            background: #7ec341 !important;
            border: 1px solid #7ec341 !important;
            color: #fff !important;
        }

        .botao-verde {
            color: #4cae4c;
            background: #dddddd2e;
            border: 1px solid #4cae4c;
        }

        .botao-verde:hover {
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

        .botao-amarelo {
            color: #ffcc6e;
            background: #dddddd2e;
            border: 1px solid #ffcc6e;
        }

        .botao-amarelo:hover {
            color: #fff;
            background-color: #ffcc6e;
            border-color: #ffcc6e;
        }

    .botao-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }
textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 ;
    outline: 0 ;
}

.botao:focus, .botao-amarelo:focus, .botao-mais:focus, .botao-transp:focus, .botao-verde:focus {
    box-shadow: 0 0 0 0;
    border: 0;
    outline: 0;
}
  

    .inputentrar {
        background: none;
        border: 2px solid #43da0b;
        padding: 20px 26px;
        color: #000;
        margin-bottom: 19px;
    }

    .esqueceusenha a, .esqueceusenha {
        color: #43da0b;
        text-align: right;
        margin-bottom: 13px;
    }

    .naoconhece {
        text-align: center;
    }

        .naoconhece a {
            color: #43da0b;
        }

    .botao {
        height: 9% !important;
        display: inline-block !important;
        padding: 9px 60px !important;
        margin-bottom: 0 !important;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.42857143 !important;
        text-align: center !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        -ms-touch-action: manipulation !important;
        touch-action: manipulation !important;
        cursor: pointer !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        border-radius: 18px !important;
    }
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.navbar-default .navbar-nav > li > a {
    transition: transform .2s;
}
    .navbar-default .navbar-nav > li > a:hover {
        background-color: #ececec;
        transform: scale(1.1);
        
    }

/*nav a:after {
    color: #aaa;
    content: "|";
    margin-left: 15px;
}*/

nav a:last-child:after {
    content: "";
}
    footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background: #f2f2f2;
        padding: 0px;
        z-index: 999;
    }

    .nav-tabs {
        background: #565656;
        padding-top: 6px;
    }

    .navbar {
        margin-bottom: 0px !important;
    }

    .send {
        background: none;
        color: white;
        border: 1px solid #45981B;
        border-radius: 70px;
        box-shadow: 0 0 0 0 rgba(69, 152, 27, 0.5);
        cursor: pointer;
        font-size: 20px;
        width: 100%;
        min-width: 65px;
        outline: none;
        padding: 10px;
        transition: background, padding 500ms ease-in-out;
    }

        .send.is-loading {
            animation: pulse 1.5s infinite;
            padding: 15px 17px;
        }

        .send.is-success {
            background: #45981B;
            padding: 15px 17px;
        }

    svg {
        width: 100%;
        height: 600px;
    }

    .is-success svg {
        height: 30px;
        width: 30px;
    }

    .check {
        stroke-dasharray: 130px 130px;
        stroke-dashoffset: 130px;
        transition: stroke-dashoffset 500ms ease-in-out;
    }

    .is-loading span,
    .is-success span {
        display: none;
    }

    .is-success .check {
        stroke-dashoffset: 0px;
    }

    @keyframes pulse {
        0% {
            transform: scale(0.9);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
        }

        100% {
            transform: scale(0.9);
            box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
        }
    }

    #reset {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: none;
        border: 1px solid white;
        font-size: 14px;
        color: white;
        padding: 5px 20px;
    }

    .botao-mais {
        background: none;
        border: none;
        color: #43da0b;
        font-size: 21px;
        font-weight: 100;
    }

    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .alert h4 {
            margin-top: 0;
            color: inherit;
        }

        .alert .alert-link {
            font-weight: bold;
        }

        .alert > p,
        .alert > ul {
            margin-bottom: 0;
        }

            .alert > p + p {
                margin-top: 5px;
            }

    .alert-dismissable,
    .alert-dismissible {
        padding-right: 35px;
    }

        .alert-dismissable .close,
        .alert-dismissible .close {
            position: relative;
            top: -2px;
            right: -21px;
            color: inherit;
        }

    .alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .alert-success hr {
            border-top-color: #c9e2b3;
        }

        .alert-success .alert-link {
            color: #2b542c;
        }

    .alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .alert-info hr {
            border-top-color: #a6e1ec;
        }

        .alert-info .alert-link {
            color: #245269;
        }

    .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .alert-warning hr {
            border-top-color: #f7e1b5;
        }

        .alert-warning .alert-link {
            color: #66512c;
        }

    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .alert-danger hr {
            border-top-color: #e4b9c0;
        }

        .alert-danger .alert-link {
            color: #843534;
        }

   