html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    font-family: 'Helvetica', sans-serif;
}

.warning {
    background-color: #cc0000;
    color: white;
    padding: 5px 0;
    border: 1px white solid;
    border-radius: 4px;
    text-align: center;
}

.logo-1 {
    display: block;
    /* margin: 59px auto 30px auto; */
    margin: 0 auto 30px auto;
    padding-top: 60px;
    width: 30%;
    max-width: 150px;
}

.logo-2 {
    margin: 10px;
    width: 110%;
    max-width: 308px;
}

.corner-2 {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 30%;
}

.corner-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}

.box {
    margin: 0 auto;
    max-width: 400px;
    height: 300px;
}

.mod-box {
    margin: 0 auto;
    max-width: 400px;
}

.detail-box {
    margin: 0 auto;
}

.detail-box .list-element {
    width: 100%;
}

.detail-label {
    text-align: right;
    padding: 0 !important;
}

.detail-value {
    text-align: left;
    padding: 0 0 0 7px !important;
}

.detail-title {
    background-color: #1d3a7b;
    color: white;
    text-align: center;
    height: 70px !important;
    padding: 15px 0;
    margin-bottom: 25px;
}

.label {
    text-align: left;
    font-size: 15px;
    padding-left: 15%;
    padding-top: 5px;
}

.modal-label {
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 700;
}

.center {
    text-align: center;
    padding-top: 10px;
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
}

.radio-element {
    margin: 0 15px;
}

.login {
    font-size: 14px;
    background-color: #1d3a7b;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    color: white;
    width: 40%;
    padding: 10px;
}

.delete {
    font-size: 14px;
    background-color: red;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    color: white;
    width: 40%;
    padding: 10px;
}

.update {
    font-size: 14px;
    background-color: green;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    color: white;
    width: 40%;
    padding: 10px;
}

.extraButton {
    font-size: 14px;
    background-color: #50dcde;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    color: white;
    width: 90%;
    padding: 10px;
}

.return {
    font-size: 14px;
    background-color: #1d3a7b;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    color: white;
    width: 40%;
    padding: 10px;
    float: right;
    text-align: center;
}

.new_return {
    font-size: 14px;
    background-color: #1d3a7b;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    color: white;
    width: 40%;
    padding: 10px;
    text-align: center;
}

.new_return a {
    color: white;
    text-decoration: none;
}

.search {
    font-size: 14px;
    background-color: #1d3a7b;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    color: white;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}

.goback {
    font-size: 14px;
    background-color: #1d3a7b;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 10px;
}

.goback a {
    color: white;
    text-decoration: none;
}

.forgot {
    font-size: 13px;
}

#list-countries .content,
#list-states .content {
    padding: 0;
}

.login-input {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(108, 112, 117, 1);
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    padding: 10px;
    width: 70%;
}

.new-data {
    background-color: rgba(0, 0, 0, 0);
    color: black;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 215, 217, 1);
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    padding: 10px;
    width: 80%;
}

.search-input {
    margin: 10px 0 15px 0;
}

.footer {
    background-color: #1d3a7b;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 5px 0;
    margin-top: 18px;
}

.header {
    position: absolute;
    top: 0;
    padding: 0 0 40px 0 !important;
    min-height: 100%;
}

.head {
    background: #1d3a7b;
    height: 150px;
    width: 100%;
}

.nav-center {
    margin: 0 auto;
}

.nav-item {
    background-color: #FBC939;
    padding: 13px;
    flex: 1 1 auto;
    text-align: center;
}

.nav-item:hover,
.dropdown-item:hover {
    background-color: #1d3a7b !important;
}

.dropdown-item {
    color: #FFFFFF !important;
}

.nav-link {
    padding: 0 !important;
    color: #FFFFFF !important;
}

.dropdown-menu {
    background-color: #FBC939 !important;
}

.element {
    color: white;
    text-decoration: none;
}

#options {
    position: absolute;
    top: 30px;
    right: 200px;
    color: white;
}

.user-icon {
    color: #FBC939;
    margin: 0 5px;
}

.trash-icon {
    color: red;
    padding: 11px;
    text-align: center;
}

.update-icon {
    color: green;
    padding: 11px;
    text-align: center;
}

.access-icon {
    color: #1d3a7b;
    padding: 11px;
    text-align: center;
}

.section-icon {
    color: #c6489e;
    padding: 11px;
    text-align: center;
}

.link-icon {
    color: #00ccff;
    padding: 11px;
    text-align: center;
}

.badlink-icon {
    color: #808080;
    padding: 11px;
    text-align: center;
}

.bell-icon {
    color: #1389e1;
    padding: 11px;
    text-align: center;
}

.icon-md {
    font-size: 22px;
}

.bni-in-icon {
    color: #b30000 !important;
    padding: 11px;
    text-align: center;
}

.bni-ac-icon {
    color: #00b300 !important;
    padding: 11px;
    text-align: center;
}

.bni-er-icon {
    color: #4b4f56 !important;
    padding: 11px;
    text-align: center;
}

/* ---------------------- NAVIGATION -----------------------------*/
#navigation {
    background: #E0E0E0;
    min-height: 40px;
    width: 100%;
    float: left;
}

#nav {
    margin: 0;
    padding: 0;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    background: #002754;
    margin: 10px;
    width: 100%;
    border-radius: 10px;
    color: #FFF;
    padding: 15px;
}

/*
#nav li a{
	width:84px;
	float:left;
	padding:8px 10px;
	text-align:center;
	color:#333;
	text-decoration: none;
	
}*/
#nav li a {
    width: 84px;
    float: left;
    padding: 10px 10px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

#nav li ul li {
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 0;
}


#nav li ul li a {
    text-align: left;
    max-width: 100%;

}

.selected a {
    background: #555;
    color: #FFF !important;
}

#nav li a:hover {
    background: #001833;
    color: #FFF !important;
}

#nav li>ul {
    position: absolute;
    display: block;
    margin-top: 9px;
    background: #E0E0E0;
    z-index: 999;
    width: 100%;
    margin-left: -15px;
}

#nav li>ul a {
    width: 160px;
}

#nav li>ul>li>ul {
    width: 180px;
    margin-left: 180px;
    margin-top: 0;
}

#nav li>ul {
    display: none;
}

#nav li:hover>ul {
    display: block;
}

/* LISTADO */

.list-element {
    background-color: #e6e6e6;
    text-align: center;
    padding: 10px 0;
    border: 1px solid black;
}

.list-header {
    background-color: #1d3a7b;
    text-align: center;
    color: white;
    padding: 10px 0;
}

.list-element0 {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 5px !important;
    color: gray;
}

.list-element1 {
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px 5px !important;
    color: gray;
}

.list-element0:hover,
.list-element1:hover {
    background-color: #b3b3b3;
    cursor: pointer;
}

/* PAGINACION */

table {
    width: 100%;
}

.newpagination {
    overflow: auto;
    display: flex;
    align-items: center;
    background: #fff;
    color: #383838;
    border-radius: 6px;
    padding: 0 !important;
}

.pages {
    display: flex;
    width: 79% !important;
    overflow: auto;
    scrollbar-width: thin;
}

.newpagination button {
    display: inline-block;
    background: #ccc;
    padding: 5px 10px;
    margin: 2px 5px;
    text-align: center;
    cursor: pointer;
    outline: 1px solid #494a4f;
    border-radius: 1px;
    border: none;
}

.newpagination button.active {
    color: white;
    background-color: #007bff;
}

/*CORRECION MOBIL*/
/* ////////// */
.mobile-head-row1 {
    background: #1d3a7b;
    max-height: 100px;
    height: 67%;
    width: 87%;
    margin: 0 auto !important;
}

.mobile-head-row2 {
    padding: 0 !important;
    margin: 0 auto;
    width: 87%;
}

.mobile-search {
    max-width: 380px;
    height: 33%;
}

.mobile-list {
    max-width: 760px;
    height: 67%;
    overflow: auto;
}

.mobile-detail {
    overflow: auto;
}

.mobil-navbar {
    display: none;
}

.desktop-navbar {
    display: block;
}

@media (max-width: 991px) {
    #response {
        display: none;
    }

    .head {
        height: 100px !important;
    }

    .mobil-navbar {
        margin-top: 25px;
        display: block;
    }

    .desktop-navbar {
        display: none;
    }

    .name-column {
        width: 30% !important;
        height: 100px;
        padding: 0 !important;
    }

    .empty-column {
        width: 20% !important;
        padding: 0 !important;
    }

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

    .logo-2 {
        position: absolute;
        top: 20px;
        margin: 0;
        width: 40% !important;
    }
}

@media (max-width: 768px) {
    .mobile-search {
        width: 100% !important;
    }

    .mobile-list {
        width: 100% !important;
    }

    .form-control .row .col-3 {
        width: 50% !important;
    }

    .mobile-detail {
        width: 100% !important;
    }

    #nav li {
        width: 120% !important;
    }
}

.loader {
    border: 30px solid #1d3a7b;
    border-radius: 50%;
    border-top: 30px solid #fbc939;
    border-bottom: 30px solid #fbc939;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    -webkit-animation: spin 0.5s linear infinite;
    /* Safari */
    /*
        animation-name: spin;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    */
    animation: spin 0.5s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*TABS*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #1d3a7b;
    width: 90% !important;
    margin: 0 auto;
    margin-top: 20px !important;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fbc939;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fbc939;
}

/* Style the tab content */
.tabcontent {
    /*  display: none; */
    padding: 6px 12px;
    border-top: none;
}

.w-30 {
    width: 30% !important;
}

.mt-20 {
    margin-top: 20px;
}

.cell-link {
    text-decoration: none !important;
}

.table-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


#avatar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 10%;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar:hover {
    transform: scale(1.1);
}

.avatar::after {
    content: attr(data-sequence);
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.totalElements {
    font-weight: bold;
    padding: 10px 0;
    display: block;
}

.news-img {
    width: 80%;
    height: auto;
}

.permitContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.permitCheckbox {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.formSeparator {
    background-color: #e4e4e4;
    padding: 10px;
    margin: 50px 0;
    border-radius: 50px;
}