/* Sidebar */
#esp-user-profile{
    height: 130px;
    width: 130px;
    line-height: 100px;
    padding: 15px;
}

.logo{
    padding-left: 20px;
    padding-right: 20px;
}

.h-100{
    height: 100%;
}

a.collapsed{
    height: auto !important;
}

/* FormulÃ¡rios */
.form-group label{
    float: left;
}

.form-group .required label{
    font-weight: bold;
}

.form-group .required label:after{
    content: '*';
    color: #f00;
}

.form-group .error-message{
    margin-top: 5px;
    color: #f00;
}

/* Dropdown group button alinhado a direita da pÃ¡gina */
.dropdown-right{
    right: 0;
    left: initial;
}

.addsection{
    padding-top: 10px;
}
.addsection i{
    padding: 0 !important;
    margin: 0 !important;
}

.header-with-button{
    margin-bottom: 0;
    line-height: 40px;
}

.loading{
    width: 100%;
    height: auto;
    max-width: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 8px;
}

.label-user{
    margin-bottom: 10px;
    display: inline-block;
}

.row-checkbox{
    width: 50px;
}

.row-password{
    cursor: pointer;
}

.row-password.warning{
    cursor: default;
}

.checkbox-table{
    margin: 0 !important;
}

.main-sidebar{
    min-height: 100% !important;
    height: auto;
}

.show-password{
    border: 0;
    text-align:  right;
    background:  transparent;
}
.manipular-password{
    float:  left;
}


.chosen-container{
    width:100% !important;
}

.ace_editor{
    width:100% !important;
    height:500px;
}

/* Checkbox */
.container-checkbox{
    padding-left: 0 !important;
}

ul.container-checkbox,
ul.container-checkbox ul{
    list-style: none !important;
}

/***********************************************************************/

a.header-icon {
    padding: 20px;
    display: -webkit-box;
    top: 10px;
    right: 10px;
    position: relative;
    transition: 0.5s;
    z-index: 2;
}
a.header-icon:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.main-container {
    padding-top: 0;
}

.page-content {
    min-height: 82.9vh;
}

.main-sidebar {
    margin-top: -64px;
    background: #002a4c;
    background: -moz-linear-gradient(-45deg, #002a4c 0%, #345f8e 100%);
    background: -webkit-linear-gradient(-45deg, #002a4c 0%,#345f8e 100%);
    background: linear-gradient(135deg, #002a4c 0%,#345f8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a4c', endColorstr='#345f8e',GradientType=1 );
}

.main-sidebar img {
    width: 100%;
    padding: 25px 15px;
}
.main-sidebar .navigation>li>a {
    color: #F5F5F5;
}
.main-sidebar .navigation>li>a:hover {
    color: #FFF;
}

.flex {
    display: flex;
    flex-direction: row;
}

button.items-center > * {
    vertical-align: middle;
    line-height: initial;
}

.conteiner-imagem-quadrada {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteiner-imagem-quadrada img {
    top: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.pointer {
    cursor: pointer;
}

.imagem-selecionada {
    border: #002a4c solid 2px;
}

.ml-0 {
    margin-left: 0;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.gap-4 {
    gap: 1rem;
}

.btn-link-black {
    color: #191919;
}

.btn-link-black:hover {
    color: #000;
    text-decoration: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.modal-dialog.modal-limit-height,
.modal-limit-height .modal-content {
    overflow-y: initial !important;
    height: 90vh;
}

.modal-limit-height .modal-body {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.modal-footer-cleaned::after {
    display: none;
}

.modal-footer-cleaned::before {
    display: none;
}

.justify-between {
    justify-content: space-between;
}

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

.btn-link.danger {
    color: #dc3545;
}

.btn-link.danger:hover {
    color: #c82333;
    text-decoration: none;
}
