/**
 * @version     1.0.0
 * @package     com_sessoes
 * @copyright   Copyright (C) 2015. Todos os direitos reservados.
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 * @author      Victor Bento <victor@interagi.com.br> - http://www.interagi.com.br
 */

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 {
    float: left;
    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;
}

.document {
    margin:0px;padding:0px;
    width:100%;
    /*box-shadow: 10px 10px 5px #888888;*/
    border:1px solid #e5e5e5;

    -moz-border-radius-bottomleft:10px !important;
    -webkit-border-bottom-left-radius:10px !important;
    border-bottom-left-radius:10px !important;

    -moz-border-radius-bottomright:10px !important;
    -webkit-border-bottom-right-radius:10px !important;
    border-bottom-right-radius:10px !important;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.document table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.document tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.document table tr:first-child th:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.document table tr:first-child th:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.document tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.document tr:hover td{
    background-color:#ffffff;


}
.document td{
    vertical-align:middle;

    background-color:#fafafa;

    border:1px solid #e5e5e5;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:10px;
    font-family:Arial;
    font-weight:normal;
    color:#898888;
}.document tr:last-child td{
    border-width:0px 1px 0px 0px;
}.document tr td:last-child{
    border-width:0px 0px 1px 0px;
}.document tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.document tr:first-child th{
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    padding: 10px 0;
    background:-o-linear-gradient(bottom, #fafafa 5%, #eef2f2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #F5EEEE) );
    background:-moz-linear-gradient( center top, #fafafa 5%, #eef2f2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#F5EEEE");	background: -o-linear-gradient(top,#fafafa,#F5EEEE);

    background-color:#fafafa;
    border:0px solid #e5e5e5;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#931004;
}
.document tr:first-child:hover th{
    background:-o-linear-gradient(bottom, #fafafa 5%, #eef2f2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #F5EEEE) );
    background:-moz-linear-gradient( center top, #fafafa 5%, #eef2f2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#F5EEEE");	background: -o-linear-gradient(top,#fafafa,#F5EEEE);

    background-color:#fafafa;
}
.document tr:first-child td:first-child{
    border-width:0px 1px 1px 0px;
}
.document tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}

.document{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    /*border: 1px solid #333;*/
}
.document th {
    /*    border: 1px solid #333;
        background: #EFEFEF;
        padding: 5px 0;*/
}
.document td{
    /*border: 1px solid #333;*/
    text-align: center;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.document td img {
    width: 23px;
    padding: 4px 0;
}
.divisor_separator {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}
.item_fields h4{
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe3e8;
    color: #6a6969 !important;
    font-size: 18px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0px 0 15px;
}
.item_fields h2 {
    border-bottom: 1px solid #e1e1e1;
    line-height: 37px;
    color: #424242;
    font-size: 24px;
}
strong{
    font-weight: bold;
}
.videos .img_sep{
    float: left;
    margin-right: 16px;
}
.videos .email {
    width: 71%;
    margin: 11px 0 10px;
    font-family: Open Sans, Helvetica, sans-serif;
    padding: 4px 6px;
    font-size: 14px;
}
.videos #sessao_proxima_form_cadastre img{
    height: 31px;
    margin-top: 7px;
    float: left;
    margin-right: 10px;
}
.videos .codgVerificacao {
    width: 41%;
    margin: 7px 8px 10px 0px;
    font-family: Open Sans, Helvetica, sans-serif;
    padding: 4px 6px;
    font-size: 14px;
}
.videos .btn-submit {
    margin: 7px 1px 0px 0;
    float: right;
    border-radius: 5px;
    border: 0px;
    background-color: #931004;
    color: #FFF;
    padding: 8px 30px 9px;
    cursor: pointer;
}
.audio table {
    margin:0px;padding:0px;
    width:100%;
    /*box-shadow: 10px 10px 5px #888888;*/
    border:1px solid #e5e5e5;

    -moz-border-radius-bottomleft:10px !important;
    -webkit-border-bottom-left-radius:10px !important;
    border-bottom-left-radius:10px !important;

    -moz-border-radius-bottomright:10px !important;
    -webkit-border-bottom-right-radius:10px !important;
    border-bottom-right-radius:10px !important;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.audio table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.audio table tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.audio table tr:first-child th:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.audio table tr:first-child th:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.audio table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.audio table tr:hover td{
    background-color:#ffffff;


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

    background-color:#fafafa;

    border:1px solid #e5e5e5;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:10px;
    font-family:Arial;
    font-weight:normal;
    color:#898888;
}.audio table tr:last-child td{
    border-width:0px 1px 0px 0px;
}.audio table tr td:last-child{
    border-width:0px 0px 1px 0px;
}.audio table tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.audio table tr:first-child th{
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    padding: 10px 0;
    background:-o-linear-gradient(bottom, #fafafa 5%, #eef2f2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #F5EEEE) );
    background:-moz-linear-gradient( center top, #fafafa 5%, #eef2f2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#F5EEEE");	background: -o-linear-gradient(top,#fafafa,#F5EEEE);

    background-color:#fafafa;
    border:0px solid #e5e5e5;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#931004;
}
.audio table tr:first-child:hover th{
    background:-o-linear-gradient(bottom, #fafafa 5%, #eef2f2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #F5EEEE) );
    background:-moz-linear-gradient( center top, #fafafa 5%, #eef2f2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#F5EEEE");	background: -o-linear-gradient(top,#fafafa,#F5EEEE);

    background-color:#fafafa;
}
.audio table tr:first-child td:first-child{
    border-width:0px 1px 1px 0px;
}
.audio table tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}

.audio table{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    /*border: 1px solid #333;*/
}
.audio table th {
    /*    border: 1px solid #333;
        background: #EFEFEF;
        padding: 5px 0;*/
}
.audio table td{
    /*border: 1px solid #333;*/
    text-align: center;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.audio table td img {
    width: 25px;
}
.item_fields {
    font-size: 14px;
    line-height: 24px;
}
.item_fields h4 img {
    margin-right: 7px;
    float:left;
}

/*Finder de sessões*/
.separator_sessao {
    float: left;
    width: 100%;
    margin: 6px 0;
}
/*.separator_sessao {
    margin: -10px 0;
    padding: 0px 0 20px;
    float: left;
    width: 100%;
}
.separator_sessao:last-of-type {
    border-bottom: none;
}
.separator_sessao label{
    font-size: 14px !important;
    color:#931004;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
}
.separator_sessao{
    font-size: 14px !important;
    color: #525253 !important;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
}
.separator_sessao input{
    padding-right: 0px !important;
    padding-left: 5px !important;
    font-size: 13px !important;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    margin-bottom: 5px !important;
}
.separator_sessao .checkboxes label{
    font-size: 13px !important;
    color: #525253 !important;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
}*/
fieldset#filter_tipo ul li {
    width: 100%;
    margin: 0 !important;
}
fieldset#filter_tipo li input {
    float: left;
    width: 20px;
}

fieldset#filter_tipo li label {
    width: auto !important;
    margin-top: -5px;
    margin-right: 7px;
    margin-left: 9px !important;
    margin-right: 10px !important;
    float: left;
}
.finder .ajuda {
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #DDD;
    padding-bottom: 7px;
}
.search-results h4 {
    padding-bottom: 0;
    color: #6a6969 !important;
    font-size: 16px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    margin: 0px 0 9px;
}
.search-results{
    font-size: 16px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
}
ul.search-results li {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0 15px;
    line-height: 24px;
}

#ytplayer{
    width: 100%;
    height: 385.3125px;
}