/**
 * @version     CVS: 1.0.9
 * @package     com_smarteventos
 * @copyright   Copyright (C) 2017, Trídia Criação. All rights reserved.
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 * @author      Trídia Criação <producao@tridiacriacao.com>
 */

table.front-end-list {
    width: 100%;
    border-spacing: 1px;
    background-color: #f3f3f3;
    color: #666;
}

table.front-end-list thead th {
    text-align: center;
    background: #f7f7f7;
    color: #666;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
}

table.front-end-list td, table.front-end-list th {
    padding: 4px;
}

table.front-end-list thead th.align-left {
    text-align: left;
}

table.front-end-list thead th.align-center, table.front-end-list tbody td.align-center {
    text-align: center;
}

table.front-end-list tbody tr td {
    background: #fff;
    border: 1px solid #fff;
}

table.front-end-list td {
    padding-left: 8px;
}

div.list-footer {
    clear: both;
    text-decoration: none;
    text-align: center;
}

div.list-footer ul {
    list-style: none;
    display: inline-block;
}

div.list-footer ul li {
    display: inline-block;
}

div.list-footer div.limit {
    display: inline-block;
}

div.list-footer div.counter {
    display: inline-block;
}

div.filter-select.hide {
    display: none;
}

div.filter-select.show {
    display: block;
}

div.filter-search, div.filter-select {
    clear: both;
}

div.filter-select .fltlft {
    float: left;
    clear: both;
}

div.field-filter {
    float: left;
    margin: 10px;
}

#filter-bar div.fltrt div.button2-left .blank a {
    margin-top: 0 !important;
}

button.open {
    font-weight: bold;
}

div.field-filter:first-of-type {
    margin-left: 0;
}

span.label.label-danger {
    border: 1px solid #bd362f;
    background-color: #bd362f;
}

.limit .chzn-container {
    width: 100px !important;
}
/*.custom-link .btn:hover {*/
/*    color: #fff;*/
/*}*/
.eventos-list .event-item-inner.card {
    background: #fff;
    border-radius: 1em;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}
.eventos-list .event-item-inner .event-title {
    overflow: hidden;
    height: 3.6em;
    line-height: 1.2em;
}
.eventos-list .event-item-inner .event-content {
    min-height: 200px;
}
.eventos-list .control-group {
    margin-bottom: 0;
}
.eventos-list .filtros .btn-conamp {
    padding: 0.9em 1.4em !important;
    height: auto;
    border-radius: 0.8em;
}
.eventos-list .js-stools-field-filter {
    margin-bottom: 0 !important;
}
.eventos-list .chzn-container .chzn-results li {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
}
.admin.view-inscricoes #inscricaoList .label {
    white-space: normal;
    text-align: center;
}
/* _________________ Administrator _________________ */
.layout-default .count{
    border: 2px solid #2d89d8;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
}
/* Card List */
.eventos-list .item-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #214a57;
    font-weight: 500;
}
.data__eventos {
    text-transform: uppercase;
    color: #d36b4d;
    font-weight: 600;
}
.icones__eventos {
    color: #264d59;
    font-size: 18px;
}
.view-eventos .header-events h3 {
    color: #f9ad69;
    font-weight: 600;
    text-transform: uppercase;
}