/*table { font: normal 11px/13px tahoma,arial,verdana,sans-serif;}*/

body {
    margin-top: 4rem;
    font-size: .875rem;
}

h1, h2, h3, h4, h5 {    
    font-weight: 300;
    line-height: 1.2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div nav ul {
    overflow:hidden;
    list-style:none;
}

div ul li {
    /*	float:left;*/
}

div ul li a {
    font-weight: 500;    color: #333;
    padding:20px;
    display:block;
    text-decoration:none;
}

div ul li a {
    font-weight: 500;    color: #333;
    padding:20px;
    display:block;
    text-decoration:none;
}

div ul li span {
    margin-right:10px;
}
div li ul{
    display: none;
    padding-left: 15px;
}

.btn {border: solid 1px;}

.p-0 {padding: 0!important;}

/* Para el autocomplete */
.ui-widget.ui-widget-content {z-index: 2000;}
.ui-autocomplete-loading { background: white url("./images/16x16.gif") right center no-repeat; background-size: contain;}

.navbar {height: 4rem}
#navbarNavDropdown > p {height: 2rem; }

.sidebar {
    position: fixed;
    top: 4rem;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
    background-color: white;
}

.url_main_menu, .btn_main_menu{
    color: black;
    text-align: left;
    white-space: pre-wrap;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 10px;
}
.url_main_menu.active_link{
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: lightgrey;
}
.url_main_menu:hover{
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: lightgrey;
}
.btn_main_menu:hover{
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: lightgrey;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    background-color: white;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content{
    height: 100%;
}

#msg {
    position: fixed; 
    top: 50; 
    left: calc((100% - 500px) / 2); 
    width: 500px; 
    padding: 5px; 
    font-weight: bold; 
    color: white; 
    text-align: center; 
}