body {
    font-size: 13px;
    padding: 0 !important;
}

.panel-body {
    /*padding: 1px;*/
}

.left-input-icon {
    left: 14px !important;
}

.form-horizontal .control-label {
    padding-top: 0 !important;
}

#content {
    margin: 6px 3px 0px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84.5%;
    height: 91vh;
    float: right;
    min-width: 280px;
}

#content-adm {
    height: 91vh;
    width: 100%;
    min-width: 270px;
}

.conteudo {
    height: inherit;
    width: inherit;
    display: flex;
    flex-direction: column;
    min-width: 230px;
    padding: 10px;
}

.conteudo .conteudo-item {
    width: 100%;
    padding: 8px;
    margin-top: 2px;
}

.navbar-brand {
    padding: 0 !important;
}

.py-4 {
    height: 92vh;
}


.header-fixed {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 8vh;
    background: #091c3d;
}

.header-fixed div {
    flex: 1;
    margin: 5px;
    padding: 5px;
}

.nav-mobile {
    display: none;
}

#top-nav {
    height: 8vh !important;
}

.form-control {
    width: 100% !important;
}

#lista-usuarios {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lista-usuarios .panel-heading, .without-border {
    border-top: none !important;
}

#detalhes-usuario a {
    font-size: 12.5px;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .modal-content {
    margin-left: 0em !important;
    margin-top: 0em !important;
}

.header-fixed .navbar #top-nav .navbar-nav li a {
    color: #fff;
    padding: 0 18px;
    transition: all;
}

.content-site {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#nav-mobile, #nav-mobile-fixed {
    cursor: pointer;
    background: transparent;
    border: none;
}

#nav-mobile div, #nav-mobile-fixed div {
    width: 32px !important;
    height: 2px !important;
    background-color: #FFF;
    margin: 8px !important;
    padding: 0 !important;
}

#menu-screen-small.active-nav {
    visibility: visible;
    display: block;
}

#nav-mobile.active-nav .line1, #nav-mobile-fixed.active-nav .line1 {
    transform: rotate(-45deg) translate(-8px, 8px) !important;
}

#nav-mobile.active-nav .line2, #nav-mobile-fixed.active-nav .line2 {
    opacity: 0 !important;
}

#nav-mobile.active-nav .line3, #nav-mobile-fixed.active-nav .line3 {
    transform: rotate(45deg) translate(-5px, -7px) !important;
}

.container-totais {
    display: flex;
    padding: 1px 3px 1px 1px;
    height: 90px;
    align-items: flex-start;
}

.container-totais > div {
    padding-bottom: 5%;
}

.totais-usuario {
    align-items: center;
}

.totais-usuario .panel-heading {
    background-color: #091c3d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.totais-usuario .panel-heading .panel-title {
    text-align: center !important;
    color: #fff !important;
    float: none;
}

.calculadora {
    width: 300px;
    height: 440px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #f3f2f1;
    display: none;
    border: 1px solid #cad1d9;
    box-shadow: 2px 2px 2px #cecbc5;
    border-radius: 20px;
}

.calculadora .title {
    width: 287px;
    text-align: center;
    margin: 5px;
    background: #989292;
    cursor: move;
    border-radius: 2px;
    margin-top: 10px;
}

.calculadora .popup_body {
    margin-top: 15px;
}

.onoff input.toggle {
    display: none;
}

.onoff input.toggle + label {
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    height: 20px;
    width: 50px;
    border-radius: 30px;
}

.onoff input.toggle + label:before {
    content: "";
    display: block;
    height: 20px;
    width: 50px;
    border-radius: 30px;
    background: rgba(19, 191, 17, 0);
    transition: 0.1s ease-in-out;
}

.onoff input.toggle + label:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 30px;
    top: 0;
    left: 0px;
    border-radius: 30px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.1s ease-in-out;
}

.onoffswitch-inner:before {
    content: "ATIVO" !important;
    background-color: #36c4ef !important;
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 12px !important;
}

.onoffswitch-inner:after {
    content: "INATIVO" !important;
    font-size: 10px;
    padding-left: 6px !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoff input.toggle:checked + label:before {
    width: 50px;
    background: #36c4ef;
}

.onoff input.toggle:checked + label:after {
    left: 20px;
    box-shadow: inset 0 0 0 1px #36c4ef, 0 2px 4px rgba(0, 0, 0, 0.2);
}

.invalid-feedback {
    font-size: 12px;
    color: #EF4836;
}

.container-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.container-pagination-item {
    height: 50px;
    flex-grow: 1;
    order: 0;
    align-self: center;
}

.text-color-white {
    color: #FFFFFF;
}

.termos {
    height: 350px;
}

.font-table {
    font-size: 12px;
}

.font-menu-user {
    font-size: 13px;
}

.text-color-blue {
    color: #2c3e50;
}

.margin-form-usuario {
    margin-top: 10px;
}

body.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.login-page #login {
    background: linear-gradient(321deg, rgb(255 255 255 / 72%) 0%, rgb(43 117 180 / 0%) 0%, rgb(83 115 157 / 78%) 100%);
    width: calc(100% - 75%) !important;
    height: 75vh;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 5px 10px 8px 1px #040a26d1;
    opacity: 0.8;
    max-width: 500px;
    min-width: 240px;
    min-height: 400px;
}

.form-area-login {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

#logo-form-area {
    width: 100%;
    height: 60%;
}

.btn-login {
    border-radius: 10px;
    background-color: rgb(9 20 52 / 23%);
    color: #ffffff;
    border: none !important;
}

.btn-login:hover {
    background-color: rgba(11, 31, 89, 0.8);
    box-shadow: 2px 2px 2px 1px #040a26d1;
    color: #ffffff !important;
}

.header-form-area-login {
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-form-area-login div {
    width: 50%;
}

.body-form-area-login a {
    color: #FFFFFF !important;
}

.input-login-area {
    border: none !important;
    border-bottom: 1px solid #0c2653 !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
}

.input-login-area::placeholder {
    color: #FFFFFF !important;
    font-size: 11px;
}

.btn {
    border-radius: 10px !important;
}

.area_tela_aguardando {
    margin-top: 7em;
    margin-left: 6em;
    width: 80%;
    height: 50%;
}

.panel_tela_aguardando {
    border-radius: 10px;
    transform: translate(-14%, 10%);
    box-sizing: border-box;
    box-shadow: -1px 2px 8px 1px #040a2626;
    opacity: 0.8;
    background-color: #fff;
}

.panel_heading_aguardando {
    cursor: auto;
    border-top: none !important;
    color: rgba(106, 129, 154, 0.6) !important;
}

#sidebar {
    width: 219px !important;
}

#sideNav li {
    width: 199px !important;
}

.sidebar-inner {
    width: 75% !important;
}

#sidebar:after {
    width: 218px !important;
}

.container-page-out {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: right;
    min-width: 270px;
    padding-bottom: 25px;
}

.container-page-out-conteudo {
    width: 40%;
}

.container-page-out-email {
    width: 90%;
}

.btn-form-usuario {
    height: 7em;
    padding: 2em 7em 2em 10em;
}

/*#------------------------*/
#top-nav ul {
    list-style-type: none !important;
    padding: 0;
}

#top-nav ul ul {
    display: none !important;
    position: absolute !important;
    left: 0;
    background-color: #eeeeee8f;
    border-radius: 2px 2px 5px 5px;;
}

#top-nav ul li a {
    text-decoration: none;
    padding: 8px;
}

#top-nav ul li ul {
    width: 12.4em;
    z-index: 99999;
}

#top-nav ul li:hover ul {
    display: block !important;
    position: absolute !important;
}

#top-nav ul li li a {
    display: block;
    padding: 6px;
}

#top-nav-fixed ul li {
    margin: 2px;
}

#top-nav-fixed ul li a {
    color: #fff;
}

#top-nav-fixed ul li a:hover {
    background-color: rgba(4, 13, 28, 0.58) !important;
}

.label-info {
    background-color: rgba(11, 31, 89, 0.8) !important;
}

#top-nav ul ul li:hover {
    background-color: rgba(206, 203, 197, 0.35);
    border-radius: 0px !important;
}

.info {
    color: #1030a5;
    width: 13px;
    border: 1px solid #095e89;
    height: 13px;
    display: inline-block;
    position: relative;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    border-radius: 100%;
    content: "?";
    background-color: #fff;
}

.info:after {
    top: 50%;
    left: 50%;
    color: inherit;
    content: "?";
    position: absolute;
    font-size: .8125rem;
    transform: translate(-50%, -50%);
}

.info:hover {
    color: #fff !important;
    border-color: #0b3068;
    background-color: #0b3068;
}

.info + .tooltip > .tooltip-inner {
    background-color: rgba(11, 31, 89, 0.66) !important;
    margin-left: 100px;
    border-radius: 6px !important;
}

/*.info[data-title]:hover:after {*/
/*    content: attr(data-title);*/
/*    position: absolute;*/
/*    top: -168%;*/
/*    padding: 6px;*/
/*    margin-left: 100px;*/
/*    background-color: rgba(11, 31, 89, 0.8);*/
/*    width: 230px;*/
/*    box-shadow: 2px 2px 2px #cecbc5;*/
/*}*/

/*.info[data-title]:hover:after {*/
/*    opacity: 1;*/
/*    !*transition: all 0.1s ease 0.5s;*!*/
/*    visibility: visible;*/
/*}*/
/*.info[data-title]:after {*/
/*    content: attr(data-title);*/
/*    position: absolute;*/
/*    padding: 6px;*/
/*    bottom: -1.6em;*/
/*    white-space: nowrap;*/
/*    opacity: 0;*/
/*    z-index: 99999;*/
/*    visibility: hidden;*/
/*    background-color: rgba(11, 31, 89, 0.8);*/
/*    width: 230px;*/
/*    box-shadow: 2px 2px 2px #cecbc5;*/
/*    margin-left: 100px;*/
/*    top: -168%;*/
/*}*/
/*.info[data-title] {*/
/*    position: relative;*/
/*}*/


.labelinfo {
    position: absolute;
    margin: 0;
    top: 24px;
    right: 16px;
}

.modal {
    min-width: 240px;
}

.pagination {
    margin: 1px 0;
}

#content .content-wrapper #page-heading #crumb li a {
    padding-right: 0 !important;
}

.table-responsive {
    overflow: hidden !important;
    width: 100% !important;
    height: auto !important;
}

.navbar-toggle {
    display: block;
}

#logo-sm-2 {
    display: none !important;
}

#menu-screen-small {
    background-color: #070d1633 !important;
    visibility: hidden;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 8%;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 !important;
}


#menu-screen-small a {
    text-decoration: none;
    cursor: pointer;
}

#menu-screen-small ul li {
    list-style: none;
    border-bottom: solid 1px rgba(0, 4, 12, 0.58);
}

#menu-screen-small ul ul li {
    padding: 10px;
    float: none;
}

#menu-screen-small ul li a {
    background-color: #091c3dcc;
    color: #fff !important;
    margin-top: -2px !important;
}

#menu-screen-small ul li:hover {
    background-color: rgba(9, 28, 61, 0.69);
}

.link-submenu-nav {
    background-color: transparent !important;
}

#menu-screen-small ul ul {
    position: static;
    overflow: hidden;
    background-color: #091c3dcc !important;
    color: #fff !important;
    width: 100%;
    max-height: 0;
}

#menu-screen-small ul li:hover ul {
    /*visibility: visible;*/
    height: auto;
    max-height: 250px;
}

.pagination li > .active > span {
    background-color: rgba(62, 87, 113, 0.4) !important;
}

.descricao-questionario {
    color: #3e5771;
    font-size: 0.9em;
}

#showNavUser {
    background-color: #eeeeee !important;
    padding: 0px 1px !important;
    position: relative !important;
    margin-top: 7px !important;
}

#showNavUser span {
    background-color: #091c3d !important;
}

#page-heading {
    padding: 5px 10px !important;
    display: flex;
    justify-content: space-between;
}

#page-heading div {
    height: fit-content;
}

#page-heading h4 {
    font-size: 16px;
    width: 100%;
}

.content-inicio {
    display: flex;
    flex-direction: column;
}

#menu-screen-small-user {
    background-color: #eeeeee !important;
    position: fixed;
    width: 51em;
    z-index: 9999;
    top: 8%;
}


.form-pesquisa {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: inherit;
    height: 15vh;
    padding: 5px;
}

.form-pesquisa div {
    height: 13vh;
    width: 20%;
    min-width: 40px;
    margin: 2px;
    padding: 10px;
}

.espaco-total-usuario {
    height: 24vh;
}

.espaco-info-usuario {
    height: 27vh;
}

.espaco-identificao-usuario {
    height: 8vh;
    margin-top: 6px;
}

/*.menu-small-fixed {*/
/*    right: 2px !important;*/
/*    width: 30% !important;*/
/*    min-width: 257px !important;*/
/*}*/

/*.menu-small-fixed ul li {*/
/*    background-color: #091c3dcc !important;*/
/*}*/

/*.menu-small-fixed ul li:hover {*/
/*    background-color: rgba(9, 28, 61, 0.69) !important;*/
/*}*/

.text-center {
    text-align: center !important;
}

#menu-usuario {
    background-color: transparent !important;
    padding: 4px 5px !important;
}

.descricao-operacao {
    font-size: 12px;
    color: #989292;
}

#content-page {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

#content-page .item-content {
    padding: 10px 0px 2px 0px;
    margin: 4px;
    height: fit-content;
}

.marginT6 {
    margin-top: 6px;
}

.font12 {
    font-size: 12px;
}

.btn-dark {
    box-shadow: none !important;
}

.panel-heading-without-border {
    border-top: none !important;
}

.area-grafico .panel-heading {
    padding: 15px 15px;
}

.modal-header {
    background-color: #fff !important;
    color: #091c3d !important;
    border-bottom: none !important;
}
.area-dados-bancarios{
    font-size: 12px;
}

.area-dados-bancarios fieldset {
    padding: 7px;
    margin: 20px;
    border: solid 1px #091c3d;
}

.area-dados-bancarios fieldset legend {
    padding: 4px;
    font-size: 13px;
    margin-bottom: 2px;
}

.area-dados-bancarios label {
    color: #091c3d;
}
.area-dados-bancarios i {
    cursor: pointer;
}
.area-dados-bancarios a {
    text-decoration: none;
    color: #0b0b0b;
}
.area-dados-bancarios input {
   border: none;
}

.info-movimentos-carteia{
    font-size: 11px;
    color: darkred;
    padding-left: 2px;
    margin-left: 5px;
}
