h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
p,
label {
    font-family: 'Open Sans', sans-serif;
}
/* estos son los estilos personalizados verificados */
/*barra lateral*/
#sidebar {
    background: #0FA5D5;
    height: 100vh;
    padding: 0;
    position: fixed;
    z-index: 10;
    border-radius: 0rem 1rem 1rem 0rem;
}
.abajo{
    bottom: 5px;
    position: absolute;
}
@media only screen and (max-width: 40em) {
    #sidebar {
        position: relative;
        margin-bottom: 10px;
        height: auto;
        border-radius: 0rem 0rem 1rem 1rem;
    }
    img {
        max-width: 50%;
    }
    .abajo{
        display: none;
    }
}
#sidebar ul {
    list-style: none;
    margin: 0;
}
#sidebar ul li a {
    color: #ffffff;
    display: block;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px dotted #5a8030;
    transition: all 0.3s ease-in-out;
}
#sidebar ul li a:hover {
    background: #699538;
    padding: 15px;
}

#form-login{
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 25%;
}
fieldset{
	border-radius: 15px;
    margin-bottom: 5px;
}

fieldset, .verde {
        border: 1px dotted #18BC9C;
        background: #82b846b3;
    }
    .gris {
        border: 1px dotted #717171;
        background: #f1f1f1;
    }
    .blanco {
        border: 1px dotted #8c898999;
        background: #fffbf4bd;
    }

fieldset legend{
	color: #ff1212;
    border: 1px outset;
    background-color: white;
    border-color: #ff9300;
    font-size: large;
    border-radius: 6px;
}

label {
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}
.full {
    width: 100%;
    display: inline-block;
}
.grande {
    width: 75%;
    display: inline-block;
}
.medio {
    width: 59%;
    display: inline-block;
}
.mini {
    width: 49%;
    display: inline-block;
}
.nano {
    width: 39%;
    display: inline-block;
}

.micro {
    width: 24%;
    display: inline-block;
}

.auto {
    width: auto !important;
    display: inline-block;
}

.centrado {
    text-align: center;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}
.fluid {
    max-width: 100% !important;
}
.padding0 {
    padding: 0;
}
.padding10 {
    padding: 10px;
}
.marginauto {
    margin: auto !important;
}
.margin0 {
    margin: 0;
}
.margin10 {
    margin: 10px;
}
.margin-top10 {
    margin-top: 10px !important;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-right10 {
    margin-right: 10px;
}
.margin-left10 {
    margin-left: 10px;
}
.color-white {
    color: #ffffff;
}
.color-gray {
    color: #a1a1a1;
}
.color-black {
    color: #000000;
}
.color-orange {
    color: #e78500;
}
.color-blue {
    color: #008CBA;
}
.color-purple {
    color: #6934bd;
}
.color-green {
    color: #82b846;
}
.color-red {
    color: #ff1900;
}
.color-yellow {
    color: #b7cd0e;
}
.color-col {
    color: #efd916;
}
.color-mx {
    color: #19932b;
}
.color-pe {
    color: #d13028;
}
.color-cl {
    color: #3058d8;
}
.actual{
    background: #e78500;
}

select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
}

select:disabled {
    background-color: #DDDDDD;
    cursor: default;
}

/*dropdown*/
  
  .dropdown-content {
    display: none;    
    position: absolute;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;    
    background-color: #ff9702;
    left: 100%;
    top: 0;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  li a:hover, .dropdown:hover  {
    background-color: #699538;
  }
  
  .dropdown-content a:hover {
    background-color: #ffbe16 !important;
  }
  @media only screen and (max-width: 40em) {
    .dropdown-content {
        position: relative;
        left: 0;
      }
}

.input-group :first-child{
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .input-group :last-child{
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .input-group-label{
    padding-inline: 0.3rem;
  }
  .input-group input, select{
    margin: 0px;
  }
/* aca termina las personalizadas verificadas */


.fa-ul li a i {
    padding: 0px 8px 0 0;
    font-size: 1.2em;
}


.f-bold {
    font-weight: bold;
}

.f-light {
    font-weight: lighter;
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    text-transform: initial;
}

button,
.button {
    margin: 0;
}

button.tiny,
.button.tiny {
    padding: 5px;
    font-size: 0.85rem;
    margin: 0.2em;
    border-radius: 8px;
}

.block-green {
    background: #2ecc71;
    display: block;
    color: #FFF;
}

.block-gray {
    background: #bdc3c7;
    display: block;
    color: #FFF;
}

.main-item td:nth-child(1) {
    border-left: 20px solid #0E6B58;
    position: relative;
}


.font-size12 {
    font-size: 12px;
}
.font-size14 {
    font-size: 14px;
}
.ul-page-filhas li {
    font-size: 12px;
    margin: 0;
}

.btn-opacity {
    opacity: 0.2;
}

.header-options,
.footer-options {
    display: none;
}

.block-color,
.block-color-footer {
    height: 150px;
    border: 5px solid #FFF;
}

.block-color:hover,
.block-color-footer:hover {
    border: 5px solid #2B9D45;
    cursor: pointer;
}

/** Importante para agregar scroll a una tabla */
/*.table-container {
    width: 100%;
    overflow-x: auto;
    /* Agrega scroll horizontal */
   /* -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
}*/