@media print {
  body * {
    visibility: hidden;
  }
  #printable, #printable * {
    visibility: visible;
  }
  #printable {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.sortable.grid {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
        
.sortable.grid li {
    list-style: none;
    padding: 5px;
    cursor: move;
    float: left;
    width: 190px;
    height: 250px;
    text-align: center;
}

.sortable.grid li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}

.images-post{
    border: 1px solid #ddd!important;
    width: 170px;
    float: left;
    border-radius: 3px;
    padding: 20px 20px 20px 20px;
    margin-right: 20px;
}

.images-post-actions {
    margin-top: 12px;
}

.images-post p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.images-post img{
    width: 100%;
}

.table.table-bordered.dataTable th {
    text-transform: uppercase;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

.horario {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    padding: 5px 3px;
    color: #FFF;
    font-size: 12px;
    border-radius: 4px;
}

.horario span {
    font-weight: 500;
}

@media (max-width: 1687px) {
    .horario span {
        padding: 4px 4px 0 10px;
    }
}

.horario img {
    max-width: 30px;
    margin: 3px 10px 0 8px;
    border-radius: 50%;
}

/* Felipson */
/* Esconde o upload de imagem do summernote */
.note-group-select-from-files {
  display: none;
}
.input-group-addon.date{
	cursor: pointer;
}
.input-group-addon.time{
	cursor: pointer;
}
/* Filtro de conte�dos relacionados */
a.nav-link.m-tabs__link:focus[data-filter]{
    color: red;
	opacity:.8;
    outline:none;
}
/* Post Salvo */
#postSalvo{
	background: #8dd420;
    width: 200px;
    height: 30px;
    position: fixed;
    top: 0;
	left: 50%;
    z-index: 999;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 4px 10px;
	-webkit-box-shadow: 0 5px 50px 5px rgba(0,0,0,0.5);
	box-shadow: 0 5px 50px 5px rgba(0,0,0,0.5);
}
/* Piscar topo para report */
.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/* Estilizando Mozaico*/
/* Within style tags in your html file */
* { box-sizing: border-box; }

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #00997B;
  border: 1px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
}

.grid-item--width2 { width: 340px; }
.grid-item--width3 { width: 520px; }
.grid-item--width4 { width: 780px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }


/* Carlos */
/* Estilizando cadastro de projetos */
.m-switch.m-switch--success:not(.m-switch--outline) input:checked ~ span:before {
	background-color: #1877e3;
}

.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:before {
	background-color: #1877e3;
}

.alert.m-alert--outline.alert-success {
	color: #1877e3;
	border-color: #1877e3;
	background-color: rgba(24,119,227,0.15);
}

.m-dropzone.m-dropzone--success {
	border-color: #041233;
}

.m-checkbox.m-checkbox--state-primary > span {
	border-color: #041233;
}

.m-checkbox.m-checkbox--state-primary > input:checked ~ span {
	border-color: #1877e3;
}

.m-checkbox.m-checkbox--state-primary > span:after{ 
	border-color: #1877e3;
}

.btn-brand:hover {
	background-color: #031744;
	border-color: #031744;
}

.m-checkbox-inline .m-checkbox, .m-checkbox-inline .m-radio, .m-radio-inline .m-checkbox, .m-radio-inline .m-radio {
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 22px;
}

.m-checkbox {
	color: #000;
	font-size: 12px;
}

.m-portlet .col-form-label{
	color: #041233;
	font-weight: 600;
	text-transform: uppercase;
}

/* logos */
.m-login__logo img {
	max-width: 400px;
}

.m-brand .m-brand__logo .m-brand__logo-wrapper img {
	max-width: 130px;
}

/* tags */
.tags-container btn {
	margin-bottom: 8px;
	padding: 3px 8px;
}

/* mosaico */

a.item-tagsort.mosaico-img {
	margin-right: -3px;
}

a.item-tagsort.mosaico-img:hover {
	text-decoration: none;
}

.mosaico-img img {
	height: 70px;
	padding: 1px;
}

/* mosaico fancy box */
.fancybox-caption {
  font-size: 12px !important;
  line-height: 1.3 !important;
}


/* tags teste 4 do Cacá */
, .tagsort-tags-container p {
	margin: 5px 0;
	color: #6C6C6C;}


#photos {
  /* Prevent vertical gaps 
  line-height: 0;
   
  -webkit-column-count: 12;
  -webkit-column-gap:   0px;
  -moz-column-count:    12;
  -moz-column-gap:      0px;
  column-count:         12;
  column-gap:           0px;  
	
	width: 1140px;
	align-content: center;*/
}

#photos .wrapper {
  /* Just in case there are inline attributes */
  width: auto;
  height: 50px;

}

img {max-height: 100%;}

.size-area {
  margin-bottom: 20px;
  float: left;
}

.size-area button:not(.m-btn){
  display: inline-block;
  border: 1px solid #335ba2;
  color: #335ba2;
  font-size: 12px;
  line-height: 10px;
  padding: 5px 9px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.size-area button:hover {
  border: 1px solid #031744;
  color: #FFF;
  background-color: #031744;

}

.size-area button.size-area-active {
  border: 1px solid #031744;
  color: #fff;
  background-color: #031744 !important;
}

.item-tagsort {
  box-sizing: border-box;
  float: left;
  position: relative;
    min-height: 1px;
    /*padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    margin-bottom: 40px;
    height: 360px;
    max-height: 360px;*/
  padding: 1px;
    overflow: hidden;

}
/*.item-tagsort .wrapper {
  height: 100%;
}
.item-tagsort .wrapper img {
  width: 100%;
}*/
.item-tagsort .wrapper .item-tags {
  color: #AAA;
  font-size: 12px;
  line-height: 1.8;
}
.tagsort-tags-container {
  margin: 10px 0;
  padding-top: 15px;
}

.tagsort-tags-container span {
  display: inline-block;
  border: 1px solid #335ba2;
  color: #335ba2;
  font-size: 12px;
  line-height: 10px;
  padding: 5px 9px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tagsort-tags-container span:hover {
  border: 1px solid #031744;
  color: #FFF;
  background-color: #031744;

}
.tagsort-tags-container span.tagsort-active {
  border: 1px solid #031744;
  color: #fff;
  background-color: #031744;
}

/* ainda tags Cacá */

.filtr-item {
  width: 50%;
}

@media screen and (min-width: 767px) {
  .filtr-item {
    width: 33.3%;
  }
}

@media screen and (min-width: 991px) {
  .filtr-item {
    width: 25%;
  }
}

.item-desc {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  text-align: center;
  padding: 1rem;
  z-index: 1;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

/* Filter controls */
.simplefilter,
.multifilter,
.sortandshuffle,
.search-row {
  padding-left: 0;
}
.simplefilter li,
.multifilter li,
.sortandshuffle li {
  color: white;
  cursor: pointer;
  display: inline-block;
font-size: 12px;
  padding: 5px 10px;
}
.simplefilter li {
  background-color: #585858;
}
.simplefilter li.active {
  background-color: #212121;
}
.multifilter li {
  background-color: #4b9eff;
}
.multifilter li.active {
  background-color: #2265b4;
}

/* Shuffle and sort controls */
select {
border: 1px solid #335ba2;
			color: #335ba2;
		background-color: #C5C5C5;
			font-size: 12px;
			line-height: 10px;
			padding: 2px 5px;
			margin: 5px;
			cursor: pointer;
			border-radius: 5px 5px 5px 5px;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;

}


.sortandshuffle .shuffle-btn {
  background-color: #dec800;
}
.sortandshuffle .sort-btn {
  display: inline-block;
			border: 1px solid #335ba2;
			color: #335ba2;
			font-size: 12px;
			line-height: 10px;
			padding: 5px 9px;
			margin: 5px;
			cursor: pointer;
			border-radius: 5px 5px 5px 5px;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.sortandshuffle .sort-btn:hover {
			border: 1px solid #031744;
			color: #FFF;
			background-color: #031744;

		}
.sortandshuffle .sort-btn.active {
  border: 1px solid #031744;
			color: #fff;
			background-color: #031744 !important;
}

/* Search control */
.filtr-search {
  padding: 0.5rem;
  text-transform: uppercase;
}

/* Colored divs */
.block {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.75) inset;
  color: white;
  text-align: center;
  height: 80px;
  position: relative;
}
.block > .text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block.xs {
  height: 40px;
}
.block.md {
  height: 120px;
}
.block.lg {
  height: 160px;
}
.block.purple {
  background-color: purple;
}
.block.yellow {
  background-color: #dec800;
}
.block.red {
  background-color: crimson;
}
.block.green {
  background-color: lightgreen;
}
.block.blue {
  background-color: #4b9eff;
}

/* Helpers */
.push-down {
  margin-bottom: 50px;
}

.filtr-container {
  margin-top: 25px;
}

.filtr-container,
.color-container-1,
.color-container-2,
.color-container-3,
.color-container-4 {
  display: none;
  transition: height 500ms ease-out;
}