/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 0; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==== Body  ====*/
body {
  margin: 0 !important;
  min-width: 355px !important;
  padding: 0 !important; }

/*==== Label  ====*/
label {
  cursor: default; }

/*==== Form ====*/
form .control-group {
  margin: 0 !important; }

/*==== table ====*/
table {
  box-shadow: 0px 0px 0px 1px #ddd;
  border-radius: 4px; }

table tr.tit-table > td {
  border-top: none; }

thead > tr > th {
  border-bottom: 2px solid #0066CC; }

tfoot > tr > th {
  border-top: 2px solid #0066CC !important; }

table thead tr.tit-table td {
  background-color: #F7F7F7; }

.clear {
  clear: both; }

/*==== Formatacao de Painel ====*/
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-primary {
  border-color: #428bca; }

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/*==== Titulos ====*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
  font-style: normal; }

.portlet header.portlet-topper {
  background: #F0F2F1 !important;
  border-top: 3px solid #0066CC;
  border-radius: 0; }

.portlet h1.portlet-title {
  padding: 7px 0 10px 10px !important;
  margin: 0 !important;
  height: auto;
  line-height: normal !important;
  color: #0066CC !important;
  font-size: 1.4em !important;
  font-weight: lighter !important; }

.portlet header.portlet-topper .dropdown-toggle i {
  color: #000; }

.aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
  border: none; }

/*==== lista expansivel - accordion ====*/
.accordion {
  margin-bottom: 0 !important; }

.accordion a {
  padding: 8px 13px !important; }

.accordion-heading a {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

.accordion-heading a.active {
  background-color: #2160BD;
  color: #fff; }

.accordion-heading a.active.collapsed {
  background-color: #fff;
  color: #000; }

.accordion-heading a.collapsed:after {
  transform: rotate(45deg);
  transition: all, 0.5s; }

.accordion-heading a:after {
  content: "";
  display: table;
  width: 10px;
  height: 10px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  transform: rotate(135deg);
  transition: all, 0.5s; }

.accordion-group {
  margin-bottom: -1px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0; }

.accordion-inner {
  background-color: #F8F8F8; }

.accordion-heading a {
  border: 1px solid #e5e5e5 !important;
  position: relative; }

.accordion-group:first-child, .accordion-group:first-child .accordion-heading, .accordion-group:first-child .accordion-heading a {
  border-radius: 4px 4px 0 0; }

.accordion-group:last-child, .accordion-group:last-child .accordion-heading, .accordion-group:last-child .accordion-heading a {
  border-radius: 0 0 4px 4px; }

.accordion-heading .accordion-toggle {
  padding: 10px 12px; }

.accordion-group a.accordion-toggle {
  font-size: 15px;
  font-weight: 600; }

/*==== lista-download ====*/
.download-list {
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style: none;
  margin: 15px 0 !important;
  padding: 0 !important; }

.download-list > li {
  border-bottom: 1px dotted #ccc;
  position: relative; }

.download-list > li:last-child {
  border-bottom: none; }

.download-list .icon {
  font-size: 24px;
  padding: 0 6px 0 0;
  display: inline !important; }

.download-list .icon:before {
  display: inline !important; }

.download-list > li > a {
  display: block;
  padding: 11px 15px;
  transition: all, 0.5s; }

.download-list > li > a:hover, .download-list > div > a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
  transition: all, 0.5s; }

/*==== lista-simples ====*/
.simple-list {
  border-radius: 4px;
  background-color: #F9F9F9;
  border: 1px solid #f2f2f2;
  padding: 9px 2px 11px; }

.simple-list > ul > li, .simple-list > ol > li {
  font-size: 16px; }

.simple-list > ul > li > ul > li, .simple-list > ol > li > ol > li {
  font-size: 15px; }

.simple-list > ul > li > ul > li > ul > li, .simple-list > ol > li > ol > li > ol > li {
  font-size: 14px; }

.simple-list ul {
  list-style: none; }

.simple-list ul li {
  position: relative;
  line-height: 2.2em;
  margin: 0;
  text-indent: 17px; }

.simple-list ol li {
  position: relative;
  line-height: 2.2em;
  margin: 0;
  text-indent: 17px; }

.simple-list ul.list-group, .simple-list ol.list-group {
  padding: 0 0 7px 0; }

.simple-list ol.list-group {
  margin-left: 9px; }

.simple-list > ul.list-group > li:after {
  content: "";
  background-color: #2160BD;
  display: table;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 12px; }

.simple-list ul {
  padding: 0;
  margin: 0 0 0 10px; }

.simple-list ol {
  padding: 0; }

.simple-list > ul.list-group > li, .simple-list > ol.list-group > li {
  font-weight: bold; }

.simple-list > ul.list-group > li > ul li, .simple-list > ol.list-group > li > ol li {
  font-weight: normal; }

.simple-list > ul li {
  margin: 0;
  text-indent: 17px; }

.simple-list > ul > li > ul > li {
  text-indent: 26px; }

.simple-list > ul > li > ul > li:after {
  content: "";
  border: 1px solid #2160BD;
  display: table;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  position: absolute;
  top: 14px;
  left: 10px; }

.simple-list > ul > li > ul > li > ul > li {
  text-indent: 34px; }

.simple-list > ul > li > ul > li > ul > li:after {
  content: "";
  background: #2160BD;
  display: table;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  top: 13px;
  left: 20px; }

/*==== Paginacao ====*/
.pager.lfr-pagination-buttons li a {
  border-radius: 4px !important;
  font-size: 13px;
  padding: 2px 11px;
  line-height: 18px;
  margin-top: 11px; }

.lfr-pagination small {
  color: #999;
  margin: 0 !important; }

.lfr-pagination-delta-selector {
  float: right !important;
  position: absolute;
  left: 310px;
  font-size: 11px;
  color: #999; }

.lfr-pagination-page-selector {
  display: none !important; }

.pagination {
  margin: 0; }

.servidorportlet-portlet .dataTables_paginate {
  margin-left: -29px;
  width: 429px; }

.lfr-pagination .dropdown-toggle {
  display: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }