/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #BEBEBE;
}


body {
    overflow-x: hidden;
    font-family: 'Roboto', serif;
}

p {
    font-size: 20px;
}
/*
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 10px;
}
*/
h1 {
    font-size: 2em; /* 40px/16=2.5em */
}

h2 {
    font-size: 1.5em; /* 30px/16=1.875em */
}

h3 {
    font-size: 1.15em;
}

p {
    font-size: 0.875em; /* 14px/16=0.875em */
}


#detail-map {
    height: 500px;
    width: 650px;
    padding-right: 30px;
    margin-right: 30px;
}

#map-column {
    padding:0;
    height: 100%;
}

#entry-logo {
    position: fixed;
    left: 120px;
    top: 30px;
}

#menu-toggle {
    margin-right: 20px;
}
/*
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
*/
.navbar-company-name {
    font-weight: bold;
    font-size: 20px;
}
.navbar-account-type {
    font-weight: bold;
    font-size: 24px!important;
    color:#333!important;
}

.navbar-link {
    font-weight: bold;
    font-size: 18px;
}

.nav ul {
    margin: 10px;
}

.nav li {
    vertical-align:middle;
}

.nav a {
    padding: 10px;
    display: inline-block;
}

.interior-window-title {
    font-weight: bold;
    font-size: 40px !important;
}

.interior-window-page-title {
    font-weight: bold;
    font-size: 25px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    margin-bottom: 0;
    /* padding-top: 20px; */
}
/*
.navbar img{
    margin-top: 10px;
}
*/

.navbar-company-logo {
    max-height: 35px;
    margin-top: 12px;
    margin-left: 12px;
}

.sidebar-company-logo {
    /*width: 150px;
    height: 30px;*/
    margin-top:5px;
    max-width: 180px;
}

.no-bullet-list {
    list-style-type: none;
}

.entry-bg-image {
    width:100px;
    height:auto;
    bottom: 0;
}

.login-form {
    width: 40vw;
}

.center-widget-entry {
    /*background:{{ formatting.SKYSSET_BLUE }};*/
    position:absolute;
    color:#fff;
    top:50%;
    left:50%;
    padding:50px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#wrapper {
    position: relative;
    top: 53px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#body-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}


#body-content-wrapper {
    padding: 15px;
}

.menu-demo {
    color: red;
    display: block;
    width: 100%;
    list-style: none;
}

.menu-demo li {
    text-indent: 20px;
    line-height: 40px;
    text-decoration: none;
}

.modal-text-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*Reception page menu */
.jumbotron {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#jumbotron_header {
    font-size: 3em;
    margin-bottom: 20px;
    align-self: start;
}

.btn-reception {
    margin: 0.5em;
    width: 18vw;
}

/*login page*/
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
    color: #029f5b;
    font-size: 18px;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
    border: 0;
    height: 1px;
    /*
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    */
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

.table-icon {
    max-height: 20px;
}

table {
    border-collapse: collapse;
    margin:0;
    border: none!important;
    max-width:95%;
}
thead th {
    font-size: 1.2em;
    text-transform: capitalize;
}

th {
    /*background: #3498db;
    background: linear-gradient(to bottom, #3498db, #185a63);
    */
    color: #1B264F;
    font-weight: bolder;
    cursor: default;
}

td, th {
    padding: 0;
    /*border: 1px solid #ccc;*/
    text-align: left;
    font-size: 1.1em;
}
tr {
    border-bottom: 2px solid #ccc;
}
/*
tr:nth-child(even) {
}
*/
.labels tr td {
    background-color: #2cc16a;
    font-weight: bold;
    color: #fff;
}
.label tr td label {
    display: block;
}
[data-toggle="toggle"] {
    display: none;
}

.center {
    text-align: center;    
}

.nav-tabs.custom-tab-list {
    border-bottom: None; 
}
.nav-tabs.custom-tab-list > li  {
    border-bottom: 2px solid #838996; 
}
.nav-tabs.custom-tab-list > li.active > a:hover,
.nav-tabs.custom-tab-list > li.active > a,
.nav-tabs.custom-tab-list > li.active > a:focus,
.nav-tabs.custom-tab-list > li > a:hover {
    border: none;
    border-bottom: 3px solid #337ab7;
}
/* Margins */
.m-20 {
    margin: 20px;
}
.mb-20 {
    margin-bottom: 20px
}
.mt {
    margin-top: 10px;
}
.mt-3 {
    margin-top: 3rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-15 { 
    margin-bottom: 15px; 
}
/* Padding */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.p-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.pr-2 {
    padding-right: 2px !important;
}
.pr-4 {
    padding-right: 4px !important;
}
.pl-15 {
    padding-right: 15px !important;
}
.pt {
    padding-top: 2.3rem;
}
.plr-2 {
    padding-left: 3px;
    padding-right: 3px;
}
.plr-12 { 
    padding-left:12px !important; 
    padding-right: 12px !important; 
}
.plr-2:first-child {
    padding-left: 15px;
}
.plr-2:last-child {
    padding-left: 15px;
}
/* Margins */
.margin-top-1  {
    margin-top:1rem;
}
.margin-top-2  {
    margin-top:2rem;
}
margin-left  {
    margin-left:4rem;
}

form label.error {
    color: red;
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.required {
    color: red !important;    
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #page-content-wrapper {
        padding: 0;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* Styles for File Elements - Simplified */
.file-item {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.file-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px 10px 8px 10px; /* Add padding for section titles */
}

.file-item-header span {
    color: #999999;
    font-size: 15px;
    font-weight: 500;
    padding-left: 4px;
}

.file-item-actions {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    width: calc(100% - 50px);
}

.file-item-actions .action-link {
    color: #777;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: transparent;
    text-align: center;
    position: static;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.file-item-actions .action-link:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.file-item-actions .action-link i.fa {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    line-height: inherit;
}

/* --- Ajuste: padding consistente para links internos del sidebar --- */
.sidebar-nav li a,
.sidebar-nav li .file-item-actions a,
.sidebar-nav li .action-link,
.sidebar-nav li .btn-link,
.sidebar-nav li .a-no-icon {
    padding-left: 15px !important;
}

/* Elimina padding condicional por collapse para evitar "brinco" visual */
.sidebar-nav li div.collapse a {
    padding-left: 15px !important;
}

/* Si tienes estilos más específicos para .sidebar-item-with-actions, asegúrate de que también tengan el mismo padding */
.sidebar-nav li .sidebar-item-with-actions {
    padding-left: 15px !important;
}

/* Solo aplica el fondo alternado a los valores (tbody) */
.infowindow-stockpile-table tbody td:nth-child(even) {
    background-color: #f5f5f5;
}
.infowindow-stockpile-table tbody td:nth-child(odd) {
    background-color: #ffffff;
}

.file-btn {
    border: none;
    background: transparent;
    color: inherit;
    padding: 0 8px 0 0;
    font: inherit;
    outline: none;
    cursor: pointer;
    transition: border-bottom 0.2s;
    box-shadow: none;
    border-radius: 0;
}
.file-btn:focus {
    outline: none;
}
.file-btn:hover, .file-btn:active {
    border-bottom: 2px solid #aaa;
    background: transparent;
    color: #fff;
}
.hover {
    cursor: pointer;
}
/* Buttons */
.btn-circle {
    border-radius: 50%; /* Esto garantiza bordes completamente redondeados */
    width: 40px; /* Establece el ancho del botón */
    height: 40px; /* Establece la altura del botón para que sea igual al ancho */
}
.btn-centered-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

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