.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5d8ec9;
}

.btn-primary {
    color: #5d8ec9;
    background-color: #daebff;
	border-color: #5d8ec9;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #5d8ec9 !important;
	border-color: #5d8ec9 !important;
}

.btn-yellow {
    color: #64491f;
    background-color: #ffecb2;
	border-color: #d9c68d;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover {
    color: #64491f !important;
    background-color: #fff4d3 !important;
	border-color: #d9c68d !important;
}

.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
    color: #ffffff !important;
}
/* =========================================================
   InitMU - UserCP Sidebar Icons Visual Boost v1.0.0
   Objetivo: agrandar y dar impacto visual a los iconos del panel izquierdo
   sin tocar la grilla principal del Panel de Control.
   ========================================================= */
.panel-usercp ul li {
    display: flex !important;
    align-items: center !important;
    min-height: 35px !important;
    line-height: 35px !important;
    overflow: visible !important;
}

.panel-usercp ul li > img {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    object-fit: contain !important;
    padding-right: 0 !important;
    margin-right: 10px !important;
    top: 0 !important;
    vertical-align: middle !important;
    border-radius: 50% !important;
    filter: drop-shadow(0 0 4px rgba(60, 190, 255, 0.35));
    transition: transform .18s ease, filter .18s ease, opacity .18s ease;
    transform-origin: center center;
}

.panel-usercp ul li > a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 35px !important;
    line-height: 1.18 !important;
    color: #d9ecff !important;
    text-shadow: 0 0 4px rgba(96, 205, 255, 0.35);
    transition: color .18s ease, text-shadow .18s ease;
}

.panel-usercp ul li:hover > img {
    transform: scale(1.24);
    filter: drop-shadow(0 0 8px rgba(58, 218, 255, 0.85)) drop-shadow(0 0 14px rgba(0, 130, 255, 0.45));
}

.panel-usercp ul li:hover > a {
    color: #8eeaff !important;
    text-shadow: 0 0 7px rgba(58, 218, 255, 0.85);
}

@media (max-width: 767px) {
    .panel-usercp ul li {
        min-height: 34px !important;
        line-height: 34px !important;
    }
    .panel-usercp ul li > img {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        max-width: 26px !important;
        margin-right: 9px !important;
    }
}

/* =========================================================
   InitMU - UserCP Hover + Page Title Icons v1.0.0
   - Texto del panel izquierdo cambia a azul neón al hover.
   - Icono del módulo visible junto al título principal del panel.
   ========================================================= */
.panel-usercp ul li {
    border-radius: 8px !important;
    padding-left: 2px !important;
    padding-right: 4px !important;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.panel-usercp ul li:hover {
    background: linear-gradient(90deg, rgba(0, 174, 255, .14), rgba(0, 174, 255, .02)) !important;
    box-shadow: inset 0 0 0 1px rgba(70, 220, 255, .14), 0 0 12px rgba(0, 185, 255, .10) !important;
}

.panel-usercp ul li:hover > a,
.panel-usercp ul li > a:hover,
.panel-usercp ul li > a:focus {
    color: #39e8ff !important;
    text-shadow: 0 0 7px rgba(57, 232, 255, .95), 0 0 14px rgba(0, 135, 255, .55) !important;
}

.panel-usercp ul li:hover > img {
    transform: scale(1.28) !important;
    filter: drop-shadow(0 0 8px rgba(57, 232, 255, .95)) drop-shadow(0 0 16px rgba(0, 135, 255, .55)) !important;
}

.page-title.initmu-page-title--with-icon,
.module-contents .page-title.initmu-page-title--with-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    text-align: center !important;
}

.initmu-page-title-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(35, 210, 255, .16), rgba(0, 20, 40, .02) 65%) !important;
    filter: drop-shadow(0 0 8px rgba(57, 232, 255, .55));
}

.initmu-page-title-icon img {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
    display: block !important;
    border-radius: 50% !important;
}

.page-title.initmu-page-title--with-icon > span:not(.initmu-page-title-icon) {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .page-title.initmu-page-title--with-icon,
    .module-contents .page-title.initmu-page-title--with-icon {
        gap: 10px !important;
    }
    .initmu-page-title-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }
    .initmu-page-title-icon img {
        width: 36px !important;
        height: 36px !important;
    }
}

/* =========================================================
   InitMU - Donation / TransferDonations title icon hotfix v1.0.2
   Extiende el estilo del icono de título a h1/h2 del módulo de donaciones.
   ========================================================= */
.initmu-page-title--with-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    text-align: center !important;
}

h1.initmu-page-title--with-icon,
h2.initmu-page-title--with-icon,
h3.initmu-page-title--with-icon,
.module-title.initmu-page-title--with-icon,
.panel-title.initmu-page-title--with-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
}

h1.initmu-page-title--with-icon > .initmu-page-title-icon,
h2.initmu-page-title--with-icon > .initmu-page-title-icon,
h3.initmu-page-title--with-icon > .initmu-page-title-icon {
    vertical-align: middle !important;
}
