﻿@charset "UTF-8";
@import 'module/issue.css';
.resource-picture {
  width: 120px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
  font-size: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1px;
  max-height: 80px;
}
.resource-picture > i {
  font-size: 20px;
}
.resource-picture img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.resource-picture.picture-delete .picture-overlay {
  display: none;
}
.resource-picture.picture-delete:hover img {
  display: none;
}
.resource-picture.picture-delete:hover .picture-overlay {
  background: #fff;
  display: block;
  padding: 20px;
}
.resource-picture.picture-delete:hover .picture-overlay > i {
  font-size: 20px;
}
.resource-picture.picture-upload {
  border: 1px dashed #ccc;
  padding: 20px 15px;
  height: 80px;
}

html {
  height: 100%;
}

body {
  background-color: #F6F8FA;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 18px;
  overflow-y: auto;
  color: #444;
}

.container {
  width: 1100px;
}

p {
  margin: 10px 0;
}

/*a {
	color: #55A9D7;
}*/
a:hover {
  text-decoration: none !important;
}

.fade {
  opacity: 0.6;
}

a.fade:hover {
  opacity: 1 !important;
}

/* fancybox start */
.fancybox {
  cursor: pointer;
}

.fancybox-inner {
  overflow-x: hidden !important;
}

.fancybox-close {
  top: 20px;
  right: 0;
  background: none;
}

.fancybox-close:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00d";
  color: #ccc;
  font-size: 20px;
}

.fancybox-skin {
  border-radius: 2px;
}

/* fancybox legend */
.empty-state {
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  margin-top: 100px;
}

#site-logo {
  padding: 5px;
  background-color: #fff;
}

#header {
  background-color: rgb(48, 151, 209);
  /*height: 92px;*/
}

#header .subheader {
  background-color: rgb(86, 169, 215);
  height: 40px;
}

#header .subheader li > a {
  color: #fff;
  line-height: 28px;
}

#header .subheader li > a > .caret {
  border-top-color: #fff;
  opacity: 0.6;
  margin-left: 5px;
}

#header .subheader .menu {
  margin-left: 185px;
  margin-top: 5px;
}

#header .subheader .menu.nav-pills > li > a {
  margin-right: 20px;
  padding: 0;
  background: none;
}

#header .subheader .menu.nav-pills > li > a:hover {
  opacity: 0.8;
}

#header .subheader .menu.nav-pills > li.active > a {
  font-weight: bold;
}

#header .subheader .dropdown > ul {
  background-color: #fff;
  list-style-type: none;
  padding: 5px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 120;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  display: none;
  border-radius: 3px;
}

#header .subheader .dropdown > ul:before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #ddd;
  z-index: 98;
  position: absolute;
  top: -15px;
  right: 16px;
}

#header .subheader .dropdown > ul:after {
  content: "";
  border: 7px solid rgba(255, 255, 255, 0);
  border-bottom-color: rgb(255, 255, 255);
  z-index: 99;
  position: absolute;
  top: -13px;
  right: 17px;
}

#header .subheader .dropdown > ul > li {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
}

#header .subheader .dropdown > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#header .subheader .dropdown > ul > li.separator {
  border-top: 1px solid #e4e4e4;
  margin: 5px -5px;
}

#header .subheader .dropdown > ul > li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#header .subheader .dropdown > ul > li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}

#header .subheader .dropdown > ul > li > a {
  color: #0077BB;
  line-height: 35px;
  display: block;
}

#header #site-logo {
  position: absolute;
  top: 10px;
  width: 150px;
  height: 120px;
}

#login {
  color: #fff;
  padding: 3px 10px 0;
  line-height: 1.3em;
}

#login a {
  color: #fff;
}

#menu {
  padding-top: 50px;
  padding-left: 20px;
}

.userinfo {
  height: 55px;
  vertical-align: middle;
}

.userinfo .large {
  font-size: 1.1em !important;
}

.userinfo .small {
  font-size: 0.7em !important;
}

.userinfo a:hover,
.userinfo a:focus {
  text-decoration: none;
  opacity: 0.9;
}

.userinfo .userinfo-name,
.userinfo .userinfo-unit {
  display: inline-block;
  height: 35px;
  overflow: hidden;
  max-width: 150px;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
}

.userinfo .caret {
  opacity: 0.6;
  margin-top: -8px;
}

.userinfo .userinfo-container {
  display: inline-block;
  float: right;
  line-height: 55px;
  position: relative;
  text-align: right;
  vertical-align: middle;
}

.userinfo .userinfo-container .dropdown-menu {
  right: -20px;
  left: auto;
  top: 45px;
  min-width: 200px;
}

.userinfo .userinfo-container .dropdown-menu .divider {
  margin: 5px 0;
}

.userinfo .userinfo-container .dropdown-menu:before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #fff;
  z-index: 98;
  position: absolute;
  top: -13px;
  right: 15px;
}

.userinfo .userinfo-initials {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin: -10px 7px 0 30px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  padding-left: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.userinfo .userinfo-unit-icon {
  font-size: 1.5em;
  opacity: 0.6;
  position: absolute;
  top: 17px;
  left: -20px;
}

.userinfo .userinfo-user {
  margin-right: 10px;
}

.userinfo .userinfo-username {
  display: inline-block;
  height: 15px;
  overflow: hidden;
}

.userinfo .userinfo-container li {
  color: #444;
  line-height: 14px;
}

.userinfo .userinfo-container li > * {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.userinfo .userinfo-container li > strong {
  display: block;
  font-size: 12px;
  padding: 5px 15px;
}

.userinfo .userinfo-container li a {
  color: #3097d1 !important;
}

.userinfo .userinfo-container li > a {
  font-size: 11px;
  line-height: 14px;
  padding: 5px 15px;
}

.userinfo .userinfo-container li.selected a:after {
  content: " (selecionado)";
  color: #ccc;
  font-size: 0.8em;
}

.minium-site .text-large {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.minium-admin #header .logo-container {
  background: #2A83B7;
  height: 70px;
  padding-top: 20px;
  padding-left: 20px;
}

.minium-admin #header .logo-container .logo-container-img {
  width: 120px;
  height: 21px;
}

.minium-admin #header .logo-container .logo-container-title {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.6px;
}

.minium-admin #menu {
  height: calc(100vh - 70px);
  overflow-y: hidden;
  background: #444;
  padding-top: 5px;
}

.minium-admin #menu:hover {
  overflow-y: auto;
}

.minium-admin #menu .nav li {
  color: rgba(255, 255, 255, 0.3);
  border-bottom-color: transparent; /*rgba(255,255,255,.4);*/
  letter-spacing: 1px;
  font-weight: 400;
}

.minium-admin #menu .nav li a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.075);
  letter-spacing: 0;
  margin-left: -20px;
  margin-right: -15px;
  padding-left: 20px;
  padding-right: 15px;
}

.minium-admin #menu .nav li a:hover,
.minium-admin #menu .nav li a:active,
.minium-admin #menu .nav li a:visited {
  background-color: rgba(255, 255, 255, 0.1);
}

.minium-admin #menu .nav li.active a {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.2) !important;
  font-weight: 700;
}

.minium-admin #menu .nav li.active a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.minium-admin #menu:hover .nav li.active a:after {
  right: 12px;
}

.minium-admin #main {
  margin-top: 0;
}

#main {
  background-color: #F6F8FA;
  margin-top: 0px;
}

#body {
  padding-bottom: 10px;
  margin-top: 15px;
}

/* margins e paddings */
.m-1 {
  margin: 5px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.m-t-2 {
  margin-top: 10px;
}

.m-t-1, .mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-left: 10px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.m-b-1, .mb-1 {
  margin-bottom: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-r-1, .mr-1 {
  margin-right: 5px !important;
}

.m-l-1, .ml-1 {
  margin-left: 5px !important;
}

.m-rl-1 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.p-r-0, .pr-0 {
  padding-right: 0 !important;
}

.p-l-0, .pl-0 {
  padding-left: 0 !important;
}

.p1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.strong, strong {
  font-weight: 700;
}

.d-flex {
  display: flex;
  align-items: center;
}

.d-flex-gap {
  gap: 20px;
}

.d-flex-grow {
  flex-grow: 1;
}

.w-100 {
  width: 100%;
}

/*#footer {
	display: none;
	background-color: #f5f8fa;
	border-radius: 0;
	border-top: 1px solid #f5f8fa;
	bottom: 0;
	color: #999;
	font-size: 10px;
	margin-top: 50px;
	padding: 8px 20px;
	position: fixed;
	text-align: left;
	width: 100%;
}

	#footer .slogan {
		margin-left: 190px;
	}*/
.slogan a {
  color: #999;
}

/* headings */
h1 {
  color: #fff;
  font-family: Roboto, "Open Sans", Arial !important;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0 15px;
}

h2 {
  font-family: Roboto, "Open Sans", Arial !important;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -1px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0 solid #eee;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 5px;
}

h3 small {
  display: block;
  margin-top: 5px;
  line-height: 1.4em;
}

h3 .item-edit {
  margin: 2px 0 0 8px;
  position: absolute;
  font-size: 13px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

#listContainer {
  height: calc(100vh - 255px);
  overflow-y: hidden;
  margin-right: -15px;
  padding-right: 15px;
  padding-top: 10px;
}

#listContainer.has-filter {
  height: calc(100vh - 270px);
}

#listContainer:hover {
  overflow-y: scroll;
  margin-right: -15px;
  padding-right: 12px;
}

#detailsContainer {
  max-width: 100%;
}

#detailsContainer h4 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 11px;
  background-color: #eee;
  padding: 10px;
  margin-bottom: 0;
}

.fixedDetailsColumn {
  height: calc(100vh - 180px);
  overflow: auto;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #eee;
}

.detailsColumn {
  visibility: hidden;
  box-shadow: 0px 5px 10px 0px rgba(30, 30, 30, 0.08);
  padding-left: 20px;
  height: calc(100vh - 70px);
  overflow: auto;
  position: absolute;
  top: -15px;
  background: #fff;
  padding-top: 15px;
  right: 0;
  width: 0px;
  transition: ease-in-out 0.2s;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.detailsColumn #detailsContainer {
  display: none;
}

.detailsColumn.open {
  visibility: visible;
  width: 800px;
  max-width: 100%;
}

.detailsColumn.open #detailsContainer {
  display: block;
}

/* menu */
#menu .nav li a {
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
  color: #555;
  font-weight: 400;
  padding: 9px 5px;
}

#menu .nav li a:hover {
  background-color: #eef2f4;
}

#menu .nav li:last-child a {
  border-bottom: 0;
}

#menu .nav li.active a {
  text-shadow: none;
  background: none !important;
  font-weight: 600;
}

#menu .nav {
  margin-bottom: 10px;
}

#menu .nav li {
  line-height: 15px;
}

/* elementos */
hr {
  margin: 10px 0;
}

#banner {
  width: 100%;
  background-color: #eee;
  margin-bottom: 30px;
  position: relative;
}

#banner img {
  border-radius: 3px;
}

/*#banner:before {color:#ddd; position:absolute; top:90px; margin-left:50%; left:-120px; }*/
.scroll-container {
  overflow-y: scroll;
  height: calc(100vh - 310px);
}

.scroll-container.scroll-container-correction {
  padding-right: 15px;
  margin-right: -15px;
  /*padding-top: 15px;
  margin-top: -15px;
  padding-bottom: 15px;
  margin-bottom: -15px;*/
}

/* scrollbars */
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* formularios */
.form-control {
  height: 30px;
  padding: 6px;
  box-shadow: none;
  border-color: #ddd;
}

.control-group {
  margin-bottom: 0;
}

.form-horizontal .control-group {
  margin-bottom: 7px;
}

label {
  font-size: 1em;
  margin-bottom: 0;
}

.form-group > label, label.control-label {
  font-weight: 500;
  color: #666;
  font-size: 12px;
}

input[type=text], select, textarea {
  font-size: 1em;
}

textarea {
  resize: vertical;
}

.well form {
  margin-bottom: 0;
}

ul.actions {
  margin: 0 0 10px 0;
}

ul.actions li {
  display: inline;
  margin-right: 20px;
}

.commentList {
  background-color: #f4f4f4;
  margin: 15px -15px -15px;
}

#page-content-details .commentList {
  margin: 15px -15px -15px;
}

#page-content-details .thumbnailContainer {
  margin-right: -60px;
}

.commentList > ul {
  margin-top: 5px;
  padding-top: 7px;
}

.commentList .comment-item {
  background-color: none;
  margin-bottom: 5px;
  padding: 5px 15px;
  border-bottom: 1px solid #fafafa;
}

.commentList .comment-item p {
  margin-bottom: 0;
}

.form-horizontal .control-label,
.dl-horizontal dt,
.dl-horizontal .dt {
  width: 110px;
}

.dl-horizontal.dl-small dt,
.dl-horizontal.dl-small .dt {
  width: 60px;
}

.form-horizontal .controls,
.dl-horizontal dd,
.dl-horizontal .dd {
  margin-left: 120px;
}

.dl-horizontal.dl-small dd,
.dl-horizontal.dl-small .dd {
  margin-left: 80px;
}

.dl > div {
  display: table-row;
}

.dl > div > .dt {
  display: table-cell;
  text-align: right;
  font-weight: bold;
}

.dl > div > .dd {
  display: table-cell;
  padding-left: 10px;
}

.form-horizontal .form-actions {
  padding-left: 120px;
}

#table_filter label {
  font-weight: normal;
  display: block;
}

#table_filter label .search-query {
  width: 100%;
}

.table.noheader tbody tr:first-child td,
.table.noheader tbody tr:first-child th {
  border-top: 0;
}

.table.table-noborder tbody td {
  border: 0;
}

.table.table-noborder td:first-child {
  padding-left: 0;
}

.table.table-noborder td:last-child {
  padding-right: 0;
}

.table > thead > tr > th {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #999;
  font-weight: normal;
  border-bottom-width: 1px;
}

.table tr.header td {
  background-color: #fff;
  border-bottom: 0;
  border-top: 0;
  padding-top: 20px;
  font-size: 14px;
}

.table tr.header:first-child td {
  padding-top: 0;
}

.table tr.header td > span {
  background-color: #eee;
  display: block;
  margin: 0 -8px -8px;
  padding: 7px 10px 2px;
}

.table.table-hover > tbody > tr:hover {
  cursor: pointer;
}

td input[type=checkbox] {
  margin-top: 0;
  margin-right: 5px;
}

.table.table-striped > tbody > tr > td {
  border-color: #eee;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.validation-summary {
  display: none;
}

form {
  margin-bottom: 0;
}

/* content */
.contentList h4 {
  font-size: 16px;
}

.contentThumbnail img {
  width: 60px;
  height: 60px;
}

.contentDetails {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border: 0;
  margin-bottom: 10px;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

.contentDetails h4,
.contentDetails .contentTitle {
  margin: 0;
}

.contentDetails h4 a {
  color: #444;
  font-weight: bold;
}

.contentDetails h4 a:hover {
  color: #07b;
}

.contentDetails .user {
  font-size: 11px;
  font-weight: bold;
  color: #666;
}

.contentDetails .date,
.contentDetails ul.actions {
  font-size: 0.9em;
  margin-right: 10px;
  display: inline;
}

.contentDetails p.body {
  margin-top: 5px;
}

.contentDetails ul.actions li {
  margin: 0 5px 0;
  display: inline;
  text-decoration: none;
}

.contentDetails ul.actions li i {
  opacity: 0.5;
}

.contentDetails ul.actions li:hover i {
  opacity: 1;
}

.col-small {
  padding-left: 0;
}

.col-small .contentDetails, .box .contentDetails {
  padding: 0;
  box-shadow: none;
  margin-bottom: 25px;
}

.comment-item {
  color: #333;
}

.commentForm {
  padding: 5px 15px 15px;
}

.canceled td {
  color: red;
}

/* Outros */
.sup {
  font-size: 8px;
}

blockquote.remarks {
  padding: 3px 11px;
  margin: 0 0 10px 5px;
  border-left: 3px solid #eee;
}

blockquote.remarks footer {
  margin-top: 5px;
  font-size: 10px;
}

/* Botões */
/*.btn {
	border: none !important;
	background-image: none !important;
	text-shadow: none !important;
}*/
.btn-inverse {
  background-color: #aaa;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #888;
}

/*Import*/
.allowTabs {
  font-family: "Courier New", "Courier";
}

/* Menu */
#menu .nav .nav-item-nested a {
  padding-left: 35px;
  position: relative;
}

#menu .nav .nav-item-nested a:before {
  display: block; /*content: "•";*/
  content: "›";
  position: absolute;
  left: 25px;
  top: 5px;
  color: #005580;
}

#menu .nav .nav-item-nested.active a:before {
  color: white;
}

/* Formulários */
.form-actions {
  background: none;
  padding: 0;
  border: 0;
}

.form-group {
  position: relative;
}

.form-group .input-clear {
  position: absolute;
  background: white;
  border-radius: 10px;
  padding: 0;
  top: 25px;
}

/* Tabelas */
.table tbody tr th,
.table tbody tr:hover th {
  background-color: #eee;
}

/* Erros */
.alert {
  padding: 10px 15px;
  border-left-width: 4px;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-radius: 2px;
}

.alert.alert-error ul,
.alert.alert-danger ul {
  margin: 0 20px;
}

.validation-summary-errors.alert.alert-error ul,
.validation-summary-errors.alert.alert-danger ul {
  padding: 0;
}

.parsley-error-list {
  display: none !important;
}

.popover {
  margin-left: 5px;
}

#photoCarousel .carousel-indicators {
  width: 100%;
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  /*height: 425px;*/
  text-align: left;
  overflow-y: auto;
  /*background: #F2F5F7;*/
  border-radius: 3px;
}

#photoCarousel .carousel-indicators li {
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: auto;
  opacity: 0.8;
  overflow-y: auto;
  padding: 0;
  margin: 0 0 5px 5px;
  width: auto;
}

#photoCarousel .carousel-indicators li.active {
  background: white;
  opacity: 1;
}

.carousel-inner > .active {
  width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: none;
  width: 100%;
}

.col-small .section {
  font-size: 0.9em;
}

.col-small h2 {
  font-size: 20px;
}

.col-small h4 {
  font-size: 14px;
}

#searchInList {
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 12px;
}

.search-query {
  border: 1px solid #ccc;
  padding: 4px 10px;
  border-radius: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
}

.search-query:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 0;
  color: red;
  font-size: 100px;
}

#feedbackContainer {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  z-index: 10000;
}

#waitContainer {
  background-color: #f3e9c0;
  border: 0;
  border-top: 0;
  color: #444;
  display: none;
  font-size: 13px;
  font-weight: bold;
  left: 50%;
  margin-left: -70px;
  padding: 10px 3px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 140px;
  z-index: 100;
}

/* enquete */
.progress {
  height: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.progress .bar {
  background-color: #62ce73;
  height: 100%;
}

.pollContainer {
  margin-bottom: 20px;
}

.pollContainer:last-child {
  margin-bottom: 0;
}

.pollContainer .poll:not(:first-child) {
  margin-top: 20px;
}

.pollContainer .poll .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.pollContainer .description {
  margin-bottom: 10px;
}

.poll-result .poll-option .poll-option-votes {
  font-size: 0.85em;
  line-height: 10px;
}

/* galeria */
.collection-index-item:hover {
  opacity: 0.7;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.collection-index-picture {
  height: 240px;
  border: 0;
  padding: 10px;
  box-shadow: none !important;
}

.collectionName {
  margin-bottom: 0;
  font-size: 16px;
}

.row-collection .thumbnail .caption {
  padding: 0;
}

a.pull-left + a.pull-left {
  margin-left: 10px;
}

.corousel.slide {
  position: relative;
}

.carousel-control {
  top: 50%;
  margin-top: -30px;
  height: 60px;
}

.carousel-control.right,
.carousel-control.left {
  text-align: center !important;
  background-image: none !important;
  background-repeat: no-repeat;
}

.carousel-item {
  position: relative;
  width: 738px;
  height: auto;
  overflow: hidden;
}

.carousel-item .actions {
  background-color: #eee;
  border-radius: 4px;
  padding: 4px 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  visibility: hidden;
  z-index: 100;
}

.carousel-item:hover .actions {
  visibility: visible;
}

.carousel-item .description:not(:empty) {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.carousel-indicators {
  left: 0;
}

/* conteudo */
.contentFormContainer {
  padding-bottom: 20px;
}

.filterFormContainer {
  background-color: #f4f4f4;
  padding: 10px 15px 0;
  margin: -15px -15px -5px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* icones */
[class^=icon-]:before, [class*=" icon-"]:before {
  font-size: 14px;
  color: #666;
}

.icon-white:before {
  color: #fff !important;
}

/* user profile */
#page-profile-details .editForm {
  display: none;
}

#page-profile-details .profileContainer .pictureContainer {
  float: left;
}

#page-profile-details .profileContainer .pictureContainer img {
  width: 100px;
  height: 100px;
}

#page-profile-details .profileContainer .formContainer {
  display: none;
}

#page-profile-details .profileContainer .contentContainer, #page-profile-details .profileContainer .formContainer {
  margin-left: 120px;
}

#page-profile-details .profileContainer .contentContainer dt {
  clear: none;
}

/* datepicker */
.ui-datepicker td {
  box-shadow: none !important;
}

.ui-datepicker td a, .ui-datepicker td span {
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 5px !important;
}

/* menu do usuario */
#userMenuContainer {
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

#userMenuContainer a {
  text-decoration: none;
}

#userMenuContainer .userPictureContainer {
  float: left;
  margin: -14px 10px 0 0;
  width: 48px;
}

#userMenuContainer .userPictureContainer img {
  padding: 0px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin: 17px 0 0 0;
}

#userMenuContainer .userMenu {
  display: inline-block;
  margin-top: 9px;
}

#userMenuContainer .userMenu .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
}

#userMenuContainer .userMenu > a:hover {
  opacity: 0.8;
}

#userMenuContainer .userMenu ul {
  border-radius: 3px;
  float: none;
  left: auto;
  margin-top: -10px;
  padding: 0;
  right: -21px;
  width: 100px;
}

#userMenuContainer .userMenu ul:before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #ddd;
  z-index: 98;
  position: absolute;
  top: -15px;
  right: 16px;
}

#userMenuContainer .userMenu ul:after {
  content: "";
  border: 7px solid rgba(255, 255, 255, 0);
  border-bottom-color: rgb(255, 255, 255);
  z-index: 99;
  position: absolute;
  top: -13px;
  right: 17px;
}

#userMenuContainer .userMenu ul > li {
  list-style-type: none;
  padding: 0 15px;
  margin: 0;
}

#userMenuContainer .userMenu ul > li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#userMenuContainer .userMenu ul > li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#userMenuContainer .userMenu ul > li:hover {
  background-color: #f4f4f4;
}

#userMenuContainer .userMenu ul > li.separator {
  border-top: 1px solid #e4e4e4;
}

#userMenuContainer .userMenu ul > li:last-child {
  border-bottom: 0;
}

#userMenuContainer .userMenu ul > li > a {
  color: #0077BB;
  line-height: 35px;
  font-size: 11px;
  display: block;
  padding: 0;
}

#userMenuContainer .userMenu ul > li > a:hover {
  background: none;
}

/* inputs */
input[type=radio], input[type=checkbox] {
  box-shadow: none;
  margin-top: 3px;
}

.radio-inline, .checkbox-inline {
  padding-top: 6px;
}

.switch-field .radio-inline {
  padding-top: 0;
}

/* datatables */
.dataTables_filter {
  margin-bottom: 10px;
}

.dataTables_info {
  padding: 0 5px;
  font-size: 11px;
  color: #888;
}

.sorting, .sorting_asc, .sorting_desc {
  cursor: pointer;
}

.sorting_asc, .sorting_desc {
  color: #0077BB;
  position: relative;
}

.sorting_asc:before, .sorting_desc:before {
  border: 5px solid white;
  float: left;
  display: inline-block;
  margin-right: 3px;
  content: " ";
}

.sorting_asc:before {
  border-bottom-color: #888;
}

.sorting_desc:before {
  border-top-color: #888;
  margin-top: 4px;
}

.pickColor-header {
  width: 150px;
  float: left;
}

.pickColor-header input {
  width: 74%;
}

/* tabs */
.tabbable {
  padding: 10px 0 0 0;
  border: 0px solid #f4f4f4;
  margin-bottom: 20px;
  border-radius: 4px;
}

.nav-tabs {
  margin-bottom: 1px;
  margin-left: 0;
  border-color: #EBEEF0;
}

.nav-tabs + .box {
  margin-top: -1px;
}

.nav-tabs > li {
  margin-right: 10px;
}

.nav-tabs > li:first-child {
  margin-left: 0;
}

.nav-tabs > li > a {
  padding: 5px 5px;
  border: 0;
  font-weight: 500;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  border-color: transparent !important;
  border-bottom: 3px solid #3097D1 !important;
  font-weight: 500;
  background-color: transparent;
}

.nav-tabs > li.active > a:hover {
  border-color: transparent !important;
  border-bottom: 3px solid #3097D1 !important;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.tab-content {
  padding: 10px 0 0;
  border-bottom: 0px solid #ddd;
  background-color: #fff;
}

.tab-content h4 {
  font-size: 18px;
  font-weight: 400;
}

.tab-content table {
  margin-bottom: 10px;
}

.tab-pane > p > strong,
.tab-pane > strong {
  font-size: 16px;
  font-weight: 500;
}

.tab-pane > strong {
  display: block;
  margin: 5px 0 10px;
}

.tab-pane h3 {
  font-weight: 300;
}

.form-control.single-control {
  width: 100%;
  background: #f4f4f4;
  box-shadow: none;
  border: 0;
  padding: 20px 15px;
}

/* trata o collapse do menu */
/*#menu ul li {
	display: none;
}

#menu ul.open li {
	display: block;
}

#menu ul li.nav-header {
	display: block;
	cursor: pointer;
	padding: 6px 2px;
}

#menu ul.open li.nav-header {
	display: block;
	cursor: default;
}*/
/* modulos */
.box {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 !important;
  margin-bottom: 0;
  border-radius: 3px;
}

.box img {
  max-width: 100%;
}

.box.tab-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: calc(100vh - 220px);
  overflow-y: scroll;
}

.box.tab-content-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: calc(100vh - 200px);
  position: relative;
}

.box.tab-content-container > .tab-content {
  padding-top: 0;
}

.box.tab-content-container > .tab-content > .tab-pane {
  height: calc(100vh - 280px);
  overflow-y: scroll;
  margin-right: -15px;
  padding-right: 15px;
}

.box.tab-content-container > .tab-content > .tab-pane .btn-primary {
  position: absolute;
  top: 15px;
  right: 15px;
}

.box > h4 {
  margin-top: 0;
}

.box > h4 > small {
  display: block;
  margin-bottom: 3px;
}

.box-form {
  background-color: #eee;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 15px;
}

.box-form:empty {
  display: none;
}

.img-polaroid {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.user-details-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.due {
  color: red;
}

.hide {
  display: none;
}

.hide-always {
  display: none !important;
}

.PollForm input[type=submit] {
  margin-bottom: 10px;
}

.top-item {
  margin-bottom: 10px;
}

.top-item .info {
  font-size: 11px;
}

.top-item .info .date {
  margin-right: 10px;
}

/* ajustes por pagina */
#page-content-index .span-picture.col-md-2 {
  width: 12.8936%;
}

#page-content-index .span-content.col-md-10 {
  width: 84.9787%;
}

#page-content-details .span-picture.col-md-2 {
  width: 7.8936%;
}

#page-content-details .span-content.col-md-10 {
  width: 89.9787%;
}

#page-content-details .commentList .span-picture.col-md-2 {
  width: 14.8936%;
  padding-left: 5px;
}

#page-content-details .commentList .span-content.col-md-10 {
  width: 82.9787%;
}

/*#page-fine-index .fineFormContainer select[name="UnitId"],
#page-fine-index .fineFormContainer input[name="Value"],
#page-fine-index .fineFormContainer input[name="Date"] { width: 100px; }*/
input[type=text].date {
  width: 90px;
}

label em.muted {
  font-weight: normal !important;
}

/* status */
.status {
  display: inline-block;
}

.status .status-icon {
  margin-right: 5px;
}

.status-success,
.status-active,
.status-accepted,
.status-approved,
.status-done {
  color: #5cb85c;
}

.status-warning,
.status-pending,
.status-open {
  color: #f0ad4e;
}

.status-failure,
.status-denined,
.status-rejected {
  color: #d9534f;
}

.status-inactive,
.status-canceled,
.status-expired,
.status-todo {
  color: #bbbbbb;
}

.status-onhold,
.status-wip,
.status-doing {
  color: #337ab7;
}

/* label de status */
.label {
  font-size: 10px;
  font-weight: normal;
  padding: 3px 5px;
  text-shadow: none;
}

.label.label-status-open {
  background-color: #fabc3c;
  font-weight: bold;
}

.label.label-status-closed,
.label.label-done {
  background-color: #a5a8aa;
  font-weight: bold;
}

.label.label-status-wip {
  background-color: #3097d1;
  font-weight: bold;
}

.label.label-profile-admin {
  background-color: ActiveCaption;
}

.label.label-profile-user {
  background-color: aquamarine;
}

.label.label-profile-custom {
  background-color: burlywood;
}

.label-tag {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #aaa;
}

/* estrela */
.star {
  margin: 2px 0;
  position: relative;
  display: inline-block;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}

.star:before {
  border-right: 3px solid transparent;
  border-bottom: 8px solid #fc0;
  border-left: 3px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -5px;
  left: -6px;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.star:after {
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
  content: "";
}

.star, .star:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #fc0;
  border-left: 10px solid transparent;
}

.star,
.star:before,
.star:after {
  color: #fc0;
  border-bottom-color: #fc0;
}

.star.star-off,
.star.star-off:before,
.star.star-off:after {
  color: #ddd;
  border-bottom-color: #ddd;
}

/* pagination */
.pagination {
  text-align: center;
  margin: 0 auto;
}

.pagination li a {
  padding: 0 5px;
  border: 0;
}

.pagination .disabled {
  opacity: 0.3;
}

.pagination .active a {
  background-color: transparent;
  font-weight: bold;
  color: #444;
}

.mobile-only, .nav > li.mobile-only {
  display: none;
}

#section-menu {
  display: none;
}

.btn-toggle .btn-toggle-open {
  display: inline;
}

.btn-toggle .btn-toggle-close {
  display: none;
}

.btn-toggle.open .btn-toggle-close {
  display: inline;
}

.btn-toggle.open .btn-toggle-open {
  display: none;
}

.toggle-switch {
  margin: -1px 5px 0 0;
  position: relative;
  display: inline-block;
}

.toggle-switch .toggle-on {
  color: limegreen;
  display: none;
}

.toggle-switch .toggle-off {
  color: #aaa;
  display: inline-block;
}

.toggle-switch.on .toggle-on {
  display: inline-block;
}

.toggle-switch.on .toggle-off {
  display: none;
}

/* responsivo */
@media (max-width: 768px) {
  .slogan {
    display: none;
  }
  .mobile-only {
    display: inline;
  }
  .nav > li.mobile-only {
    display: block;
  }
  .mobile-hide {
    display: none !important;
  }
  .container {
    width: auto;
  }
  #site-logo {
    display: none;
  }
  .col-small {
    padding-left: 15px;
  }
  #userMenuContainer {
    display: none;
  }
  #header {
    height: 55px;
    width: 100%;
    z-index: 100000;
    margin-bottom: 10px;
    position: fixed;
  }
  #header .logo-container {
    display: none;
  }
  #header .open-menu {
    background-color: transparent;
    border: 0;
    margin-right: 5px;
    padding: 4px 6px;
    box-shadow: none;
  }
  #header .subheader {
    height: 0;
  }
  #header .subheader .dropdown > ul {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
  #header .subheader .dropdown > ul > li > a {
    color: #fff;
  }
  #header .subheader .menu {
    background-color: #0077BB;
    display: none;
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 100;
  }
  #header .subheader .menu li {
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
    float: none;
    padding: 5px 15px;
  }
  #header .subheader .menu li ul {
    border-radius: 0;
    left: -1px;
    margin: 0 -15px;
    padding: 0;
    position: relative;
    top: 4px;
  }
  #header .subheader .menu li ul li {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    padding-left: 25px;
    padding-right: 25px;
  }
  #header .subheader .menu li#section-menu ul li a {
    margin: 0;
  }
  #header .subheader .menu li ul li.separator {
    display: none;
  }
  #header .subheader .menu li ul:before, #header .subheader .menu li ul:after {
    display: none;
  }
  #header .subheader .menu > li.separator {
    display: none;
  }
  .btn-mobile {
    width: 100%;
    display: block;
  }
  .bannerContainer img {
    max-width: 100%;
  }
  #footer {
    display: block;
    text-align: center;
    background-color: #666;
  }
  #slogan {
    margin: 0;
    padding: 3px 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ddd;
    width: 100%;
    text-align: center;
    font-size: 11px;
    z-index: 100000000;
  }
  #slogan a {
    color: #999;
  }
  #footer-menu {
    border-bottom: 1px solid #666;
    background-color: #444;
    bottom: 0;
    font-size: 14px;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  #footer-menu > li {
    display: inline-block;
    padding: 0 10px;
  }
  #footer-menu > li a {
    color: #fff;
  }
  #footer-menu > li a span {
    font-size: 11px;
    display: block;
  }
  #footer-section-menu {
    display: none;
    position: absolute;
    bottom: 46px;
    background-color: #666;
    min-width: 200px;
    font-size: 11px;
    padding: 0;
    left: 0;
  }
  #footer-section-menu li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
  }
  /*.detailsColumn {
  	border-top: 1px dotted #ccc;
  	border-left: 0;
  	padding-top: 15px;
  	margin-top: 10px;
  }*/
  #main {
    margin-top: 65px;
  }
  .minium-admin #main {
    margin-top: 55px;
  }
  .minium-admin #menu {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  #body {
    margin-top: 5px;
    margin-bottom: 60px;
  }
  #section-menu {
    display: block;
    padding-top: 0 !important;
    margin-top: -3px;
  }
  h1 {
    font-size: 20px;
    overflow: hidden;
    height: 30px;
    margin: 14px 0;
  }
  h2 {
    clear: both;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .box {
    margin: 10px -15px;
    border-radius: 0;
  }
  #listContainer.has-filter {
    height: auto;
  }
}
/* Social feed*/
.feed-activity-list {
  margin-top: 20px;
  padding: 15px 0 20px;
}

.feed-header {
  margin: 0 0 70px;
}

.feed-body {
  margin-top: 20px;
  clear: both;
}

.feed-comment {
  border-bottom: 1px solid #E7EAEC;
  margin: 20px 0 5px;
  padding-bottom: 10px;
}

.feed-comment:first-child {
  margin: 5px 0 5px;
}

.feed-comment:last-child {
  border-bottom: none;
  margin: 20px 0 0;
}

.feed-comment .image {
  width: 45px;
  margin-right: 10px;
}

.feed-text {
  display: block;
  width: auto;
}

.feed-actions {
  margin: 5px 0;
}

.feed-actions div {
  margin: 5px 0 0 5px;
}

.tag {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline;
  font-size: 10px;
  opacity: 0.6;
  padding: 3px 5px;
}

.dots {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

/* rotacao */
/* rotation animation */
@-moz-keyframes rotate {
  to {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  from {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  to {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  from {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  from {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-transform-origin: 50% 50%;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -o-animation-name: rotate;
  animation-name: rotate;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*.list-item .mn1-actions { visibility:hidden; }
.list-item:hover .mn1-actions { visibility:visible; }*/
.mn1-status .label {
  width: 100%;
  min-height: 16px;
  display: inline-block;
  color: #fff;
}

.badge {
  font-size: 10px;
  padding: 3px 5px;
}

/* angular */
.ng-hide {
  display: none;
}

.ng-cloak {
  display: none !important;
}

.ng-loading {
  opacity: 0.5;
}

/* radio as toggle switch */
.switch-field {
  overflow: hidden;
  display: inline-block;
  background-color: #e4e4e4;
  padding: 2px;
  border-radius: 20px;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label.radio-inline {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.switch-field label span {
  display: inline-block;
  width: auto;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 2px 12px;
  border: 0; /*1px solid rgba(0, 0, 0, 0.05);*/
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + span {
  background-color: #5cb85c;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.switch-field label:first-of-type span {
  border-radius: 20px; /*4px 0 0 4px;*/
}

.switch-field label:last-of-type span {
  border-radius: 20px; /*0 4px 4px 0;*/
}

.text-normal {
  font-weight: normal;
}

.spinner {
  opacity: 0.3;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

.no-padding-l {
  padding-left: 0;
}

.no-padding-r {
  padding-right: 0;
}

.list-group-flush .list-group-item {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  border-color: #eee;
}

.list-group-flush .list-group-item:hover {
  background-color: #f5f5f5;
}

.list-group-flush .list-group-item:hover .invisible {
  visibility: visible !important;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush .list-group-item:last-child {
  border-bottom-width: 0;
}

.user-picture {
  width: 40px;
  margin-right: 10px;
}

.btn-default {
  color: #666;
  border-color: #e4e4e4;
}

/*.btn > i {
	margin-right: 5px;
}*/
.btn-close {
  color: #888;
  margin-top: -10px;
  margin-right: -10px;
  font-size: 20px;
}

.well {
  box-shadow: none;
  border-color: #eee;
}

@media print {
  .print-no {
    visibility: hidden;
  }
  .print-yes {
    visibility: visible;
  }
}
.clickable {
  cursor: pointer;
}

/* inicio da paginacao */
.pagination-container {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}

.pagination-container .pagination-description {
  flex-grow: 1;
  line-height: 30px;
}

.pagination-container .pagination-controls {
  flex-grow: 1;
  text-align: right;
}

.pagination-container .pagination-controls .pagination-page {
  width: 50px;
  display: inline-block;
  text-align: right;
  margin: 0 4px;
}

/* fim da paginacao */
