﻿.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;
    }


.margin-top-10 {
margin-top: 10px;
}

.margin-top-15 {
margin-top: 15px;
}

.margin-top-20 {
margin-top: 20px;
}

.margin-top-30 {
margin-top: 30px;
}

.margin-top-40 {
margin-top: 40px;
}

.margin-top-65 {
margin-top: 65px;
}

.margin-left-20 {
margin-left: 20px;
}

.text-align-justify{
    text-align:justify;
}

.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.30000) 0px 0px 5px 5px;
}

.modal-backdrop {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.40000);
    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;
}

.setBackgroundCor-UMinho {background-color:#80171b !important;}

.setCor-UMinho {color:#80171b !important;}
.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;
}
/*paginador*/
/*.pagination {
 
    display: inline-block;
    margin: 1em 0;
    padding-left: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            background-color: #ffffff;
            border: 1px solid #413f3b;
            color: #413f3b;
            float: left;
            line-height: 1.42857;
            margin-left: -1px;
            padding: 6px 12px;
            position: relative;
            text-decoration: none;
        }


        .pagination > li:last-child > a, .pagination > li:last-child > span {
            -webkit-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
            -webkit-border-bottom-left-radius: 0px;
            border-bottom-left-radius: 0px;
            -webkit-border-top-left-radius: 0px;
            border-top-left-radius: 0px;
        }


        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #f2f4f5;
            border-color: #413f3b;
            color: #413f3b;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #615F5B;
        border-color: #413f3b;
        color: #ffffff;
        cursor: default;
        z-index: 2;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 1.125em;
    padding: 10px 16px;
}


.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 0.875em;
    padding: 5px 10px;
}*/

