/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
.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: #ff0000;
}
/* LINEA DIVISORIA */

.we-panel {
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 25px;
}

.we-panel .panel-heading {
    background: linear-gradient(90deg, #0f3d2e, #1f6b4a);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.we-panel .panel-heading i {
    margin-right: 6px;
}

.we-table td {
    vertical-align: middle;
}

.we-table td:first-child {
    font-weight: 600;
    color: #1f6b4a;
}

.we-table th {
    background-color: #f4f6f5;
    text-align: center;
}

.embed-responsive {
    border-radius: 6px;
    overflow: hidden;
}
