﻿.pnlModal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    z-index: 8001;
    opacity: 0.5;
    display: none;
}

.wp_body {
    padding-top: 20px;
    background-color: #ffffff;
    padding-bottom: 20px;
}

    .wp_body .alert {
        margin: 10px;
    }

.voffset1 {
    margin-top: 10px;
}

.voffset2 {
    margin-top: 20px;
}

.voffset3 {
    margin-top: 30px;
}

.visibility {
    Display: none;
}

li.liempty {
    list-style-type: none;
    padding-left: 0;
}

ul.liempty {
    padding-left: 0;
}

.modal-content {
    -moz-box-shadow: rgba(0, 0, 0, 0.74902) 0px 0px 40px 10px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.74902) 0px 0px 40px 10px;
        box-shadow: rgba(0, 0, 0, 0.74902) 0px 0px 40px 10px;
}

.modal-backdrop {
    background: none repeat scroll 0 0 #DDD;
    z-index: 1040 !important;
}


.bigIcon{
    font-size: 35px;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -4px;
}

.hideTextOverflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hideTextOverflow_2rows{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    /*max-height: 38px;  Fallback for non-webkit */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hideTextOverflow_3rows{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    /*max-height: 38px;  Fallback for non-webkit */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hideTextOverflow_8rows {
    display: block;
    display: -webkit-box;
    /*max-height: 160px;*/
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.setColor-Grey-Light {color:rgba(68,68,68,0.5) !important;}
.setColor-Grey-Light70 {color:rgba(68,68,68,0.7) !important;}
.setColor-Grey {color:rgb(68,68,68) !important;}
.setColor-Black {color:rgb(51,51,51) !important;}

.setFont-RobotoSlab { font-family: 'RobotoSlab', sans-serif;}
.setFont-Lato { font-family: 'Lato', sans-serif;}
.setFont-LatoBold { font-family: 'Lato Bold', sans-serif;}
.setFont-LatoLight { font-family: 'Lato Light', sans-serif;}
.setFont-Montserrat { font-family: 'Montserrat', sans-serif;}

.dropdownCustom
{
    border: 1px solid #d0d2d3;
    height:34px;
}

.dropdownCustom>option
{
    color: #444;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.table-custom>tbody>tr>td,.table-custom>tbody>tr>th{
    border-right: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
}

.table-custom {
    border: 0px solid #ddd !important;
}	

.table-custom>tbody>tr>th {
    border-bottom: 2px solid #ddd !important;
    border-top: 0px solid transparent !important;
    background-color: white !important;
}

.table-custom>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.table-custom>tbody>tr {
    background-color: #f9f9f9;
}


.itemEvento {
    margin: 20px 0 5px 0px;
    display: block;
    width:100%;
    text-decoration: none !important;
    color:#7D7D7D !important;
    height: 100px;
    overflow-y: hidden;
}

.itemEventoTabela {
    width:100%; table-layout: fixed;
}
    .itemEventoTabela:hover {
        background-color: #eee;
    }

.itemEventoMes {
    border-bottom: 1px solid #7D7D7D;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 1.1;
}

.itemEventoDia {
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
}