/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 * 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: #111f20;
	border: 1px solid #20393a;
	color: #6c8989;
}
.form-control:focus {
	border: 1px solid #1c919d;
}

/* 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: #142526;
    border: 1px solid #20393a;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #133538;
}

.btn-primary {
    color: #1c919d;
    background-color: transparent;
    border-color: #1c919d;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #ffffffba !important;
    background-color: #1c919d !important;
    border-color: #1c919d !important;
}

.form-horizontal .control-label {
	text-align: left !important;
}

.table-bordered {
    border: 1px solid #20393a;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #20393a;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #142526;
}

.table-hover>tbody>tr:hover {
    background-color: #1d3536;
}

.alert-danger {
	color: #ffe2e2;
	background-color: #502c2c;
	border-color: #724a4a;
}

.alert-success {
	color: #d5ffd6;
	background-color: #406830;
	border-color: #82af70;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #2b4748;
}

.help-block {
    color: #6c8989;
}

/* Marketplace controls */
.market-section-nav {
    width: auto;
    padding: 8px 0 42px;
    text-align: center;
}

.market-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(49, 164, 181, 0.22);
    border-radius: 8px;
    background: rgba(11, 24, 25, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 28px rgba(0, 0, 0, 0.18);
}

.market-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    min-width: 120px;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #8db0b0 !important;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.market-tab:hover,
.market-tab:focus {
    color: #ffffff !important;
    border-color: rgba(71, 196, 216, 0.55);
    background: rgba(28, 145, 157, 0.16);
    outline: none;
}

.market-tab.market-tab-active {
    color: #ffffff !important;
    border-color: #95d7ff;
    background: #1f84e5;
    box-shadow: 0 0 0 2px rgba(31, 132, 229, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.market-filter-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 14px 0;
}

.market-filter-panel:before {
    width: 100%;
    margin-bottom: 2px;
    color: #6f9697;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.market-category-filter-wrap:before {
    content: "Categorias";
    color: #75c8cd;
}

.market-option-filter-wrap:before {
    content: "Opciones";
    color: #86b9ff;
}

.market-category-filter-wrap {
    max-width: 900px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(49, 164, 181, 0.14);
}

.market-option-filter-wrap {
    max-width: 960px;
    margin-top: 0;
    padding-bottom: 38px;
    border-top: 1px solid rgba(31, 132, 229, 0.22);
}

.market-chip {
    min-height: 31px;
    padding: 7px 13px;
    margin: 0 !important;
    border: 1px solid rgba(49, 164, 181, 0.58) !important;
    border-radius: 6px !important;
    color: #5db8c4 !important;
    background: rgba(12, 31, 33, 0.74) !important;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-shadow: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.market-chip:hover,
.market-chip:focus {
    color: #ffffff !important;
    border-color: #47c4d8 !important;
    background: rgba(28, 145, 157, 0.22) !important;
    box-shadow: 0 0 14px rgba(28, 145, 157, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    outline: none;
}

.market-category-filter {
    border-color: rgba(49, 164, 181, 0.54) !important;
    border-radius: 5px !important;
    color: #5db8c4 !important;
    background: rgba(9, 33, 34, 0.58) !important;
}

.market-category-filter:hover,
.market-category-filter:focus {
    border-color: #52d3df !important;
    background: rgba(28, 145, 157, 0.18) !important;
}

.market-option-filter {
    border-color: rgba(80, 140, 214, 0.62) !important;
    border-radius: 999px !important;
    color: #86b9ff !important;
    background: rgba(18, 34, 55, 0.72) !important;
}

.market-option-filter:hover,
.market-option-filter:focus {
    border-color: #7ebaff !important;
    background: rgba(31, 93, 160, 0.22) !important;
}

.market-category-filter.market-category-active {
    color: #ffffff !important;
    border-color: #6de8ee !important;
    background: #158b96 !important;
    box-shadow: 0 0 0 2px rgba(21, 139, 150, 0.25), 0 0 18px rgba(21, 139, 150, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.market-option-filter.market-option-active {
    color: #ffffff !important;
    border-color: #95d7ff !important;
    background: #1f84e5 !important;
    box-shadow: 0 0 0 2px rgba(31, 132, 229, 0.25), 0 0 18px rgba(31, 132, 229, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.market-category-filter.market-category-active:hover,
.market-category-filter.market-category-active:focus {
    border-color: #a6fbff !important;
    background: #167f88 !important;
}

.market-option-filter.market-option-active:hover,
.market-option-filter.market-option-active:focus {
    border-color: #b9e4ff !important;
    background: #287ed1 !important;
}

.market-chip-clear {
    color: #587174 !important;
    border-color: rgba(255, 255, 255, 0.84) !important;
    background: rgba(247, 250, 250, 0.95) !important;
}

.market-chip-clear:hover,
.market-chip-clear:focus {
    color: #172526 !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.12);
}
