
body {
    /*background: url(../img/institucional/fundo2.jpg) repeat-x;*/
	background-color: #ebebeb;
	margin-bottom: 30px;
}

body, table {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    line-height: normal;
}

a {
    color: #cd1e2e;
    text-decoration: none;
} 

a:hover, a:focus {
    color: #eb1e2e;
    text-decoration: none;
}

.no-padder {
    padding: 0 !important;
}

.well {
margin-bottom: 0px;
}

div.k-expander div.k-expander-header {
    padding: 5px 10px; 
}

div.k-expander div.k-expander-content-wrapper div.k-expander-content {
    padding: 2px 2px;
}

.adireito { text-align: right !important; }
.acentro { text-align: center !important; }
.truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left;
}
  
#copyright {
    float: right;
    padding-right: 10px;
}

.pacific-footer {
    /* background-color: #54555B; */
	/* background-color: #c0c0c0; */
	background-color: #63666a;
    height: 30px;
    font-size: 10px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 9999;
}
/* ========== TEMPLATE PDF KENDO UI ============ */
.page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 8px;
    top: 0;
    left: 0;
}
.page-template .header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #888;
    text-align: center;
    font-size: 12px;
}
.page-template .footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.page-template .watermark {
    font-weight: bold;
    font-size: 400%;
    text-align: center;
    margin-top: 30%;
    color: #aaaaaa;
    opacity: 0.1;
    transform: rotate(-35deg) scale(1.7, 1.5);
}
