/* ==== NAVBAR ====================== */

.navbar-inverse {
    background-color: #00897B;
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse a {
    color: #EEE !important;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

.navbar-inverse a:hover {
    color: #FFF !important;
}

/* ==== GENERAL ===================== */

table tr td:last-child {
    line-height: 1.9em;
}

.tab-content {
    padding-top: 20px;
}

/* ==== BUTTONS ===================== */

.btn {
    padding: 8px 16px;
}
.btn.btn-sm {
    padding: 2px 6px;
}

/* ==== SIDEBAR ===================== */

.panel-sidebar {
    background-color: rgb(236,240,241);
}

.panel-sidebar h4 {
    color: #555;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

.panel-sidebar ul li a {
    color: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.panel-sidebar ul li a:hover, .panel-sidebar ul li a.active {
    color: #18BC9C !important;
    background: rgb(246, 250, 251);
}

.panel-sidebar ul li ul {
    list-style: none;
    margin: 0;
}

.panel-sidebar ul li ul li a {
    display: block;
    padding: 5px 0;
}

.panel-sidebar ul li ul li a.active {
    background: transparent;
}

.panel-sidebar ul li ul li a:hover {
    background: transparent;
}

/* ==== FILTER BOX ================== */

.filter-box {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    background: #ecf0f1;
}

/* ==== PAGINATION ================== */

ul.pagination li.active a {
    color: #FFF !important;
}

/* ==== HELPER CLASSES ============== */

.centered {
    text-align: center;
}

.spacing-vertical {
    padding: 30px 0;
}

.space-top {
    padding-top: 10px;
}

.limited-width {
    max-width: 1000px;
}



/* ==== MymWare ================== */



/* ==== login ================== */

#imgLogo{
    
    text-align: center;

}



/* ==== clases predefinidas para definir tamaño de imagen======= */
img.pequeña{
  width: 50px; height: 50px;
}

img.mediana{
  width: 100px; height: 100px;
}
img.grande{
  width: 200px; height: 200px;
}

#copyright{
    text-align: center;
}