body table td{
    font-size: 14px;
}
.btn .fa {
    color: white !important;
}
.container {
    max-width: 1500px;
}


.btn{
    height: 32px;
    line-height: 32px; /* centra verticalmente el texto */
  padding: 0 12px !important;   /* ajusta el padding lateral si quieres */
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 0px !important;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:900px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/*@media (min-width: 900px) {
    #boton_salir {
        position: absolute;
        left: 75%;
    }
}*/
#boton_salir{
    padding-top: 0px !important;
   /* position:absolute;
    left:75%;*/
}

.form-group {
    margin-bottom: 1rem;
}





/*****---------------LOGIN---------------*/
.login-container {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px;
    padding: 20px;
}

.login-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    overflow: hidden;
    max-width: 900px;
    width: 100%;
}

.login-left {
    background: linear-gradient(135deg, #556B2F 10%, #6B8E23 100%);
    color: white;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.login-left h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.login-left p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
}

.login-logo {
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.login-logo i {
    font-size: 60px;
}

.login-right {
    padding: 60px 50px;
}

.login-right h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.login-right .subtitle {
    color: #999;
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    height: 32px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0px 10px;
    font-size: 12px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
}

.btn-login {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, #556B2F 10%, #6B8E23 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
}

.checkbox-container label {
    margin: 0;
    font-weight: 400;
    color: #666;
    cursor: pointer;
}

@media (max-width: 900px) {
    .login-left {
        display: none;
    }
    
    .login-right {
        padding: 40px 30px;
    }
}

.error-summary {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.has-error .form-control {
    border-color: #dc3545;
}

.help-block {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}
.input-30 {
  width: 30% !important;
  display: inline-block;
}
.card-header{
    width:100%;
    color: #BDAA3F;
    font-weight: bold;
}
/*.card-body{
    overflow-x: scroll;
}*/
h4{
   color: #BDAA3F !important; 
}

.pagination li {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

.pagination li a{
    text-decoration: none;
}

#header > nav{
    background-color:#556B2F !important;
}
th a{
    text-decoration: none;
     color: black !important;
}
.btn-success,
.btn-primary{
    background-color:#6B8E23 !important;
    border-color:#6B8E23 !important;
}
#logoContainer,
#firmaContainer{
    height:120px;
    
}
.nav-item{
    margin-left:15px;
}

.bg-warning{
    background-color:#BDAA3F !important;
    border-color:#BDAA3F !important;
}
.summary{
    text-align: center;
}

#filtroTabs .nav-link{
    color: black;  
}
#filtroTabs .nav-link.active {
    color: #BDAA3F !important;  
}

