#tb-Posts {
	width: 200% !important;
}

#tb-Posts th {
	padding: 15px 0 5px 0;
}

#tb-Posts th span {
	margin-bottom:5px;
}

#cab-Curtidas span, #cab-Comentários span, #cab-Compartilhamentos span, #cab-Wows span, #cab-Loves span, #cab-Hahas span, #cab-Sads span, #cab-Angrys span, #cab-Link span {
	display: none;
}

#cab-Curtidas:before { content: url('https://image.flaticon.com/icons/svg/263/263143.svg'); width: 20px; margin-top: -7px;; display: inline-block; 
}

#cab-Compartilhamentos:before { content: url('https://image.flaticon.com/icons/svg/126/126495.svg'); width: 20px; margin-top: -7px;; 
	display: inline-block; 
}

#cab-Comentários:before { content: url('https://image.flaticon.com/icons/svg/263/263101.svg'); width: 20px; margin-top: -7px;; display: inline-block;}

#cab-Wows:before { content: url('http://bateia.net.br/db/img/wows.svg'); width: 20px; margin-top: -7px;; display: inline-block;}

#cab-Loves:before { content: url('http://bateia.net.br/db/img/loves.svg'); width: 20px; margin-top: -7px;; display: inline-block;}

#cab-Hahas:before { content: url('http://bateia.net.br/db/img/hahas.svg'); width: 20px; margin-top: -7px;; display: inline-block;}

#cab-Sads:before { content: url('http://bateia.net.br/db/img/sads.svg'); width: 20px; margin-top: -7px;; display: inline-block;}

#cab-Angrys:before { content: url('http://bateia.net.br/db/img/angrys.svg'); width: 20px; margin-top: -7px;; display: inline-block;}

#cab-Link:before { content: url('https://image.flaticon.com/icons/svg/149/149919.svg'); width: 20px; margin-top: -7px;; display: inline-block;}

.tags td:nth-child(1){ display:block; }
.tags td { 
	background-color: transparent;
	padding:0;
	border-bottom: none; 
	overflow: scroll;
}
.tags tr:hover, .tags td:hover, .tags tbody:hover  { 
	color:#777;
	background-color: transparent !important;
}

.child input[type="text"] {
	width: calc(33% - 27px);
	margin-right:5px;
	float: left;
	margin-bottom: 10px;
}

.child .id-Tipo, .child .id-Categorias {
	width: calc(50% - 5px);
	margin-right:5px;
	float: left;
	margin-bottom: 10px;
}

.slidecontainer {
    width: calc(100% - 70px); /* Width of the outside container */
    float: left;
}

.slider {
    -webkit-appearance: none;
    width: calc(100% - 10px);
    height: 5px;
    padding: 0;
    border-radius: 5px;   
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(230,230,39,1) 51%, rgba(87,230,39,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(51%, rgba(230,230,39,1)), color-stop(100%, rgba(87,230,39,1)));
	background: -webkit-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(230,230,39,1) 51%, rgba(87,230,39,1) 100%);
	background: -o-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(230,230,39,1) 51%, rgba(87,230,39,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(230,230,39,1) 51%, rgba(87,230,39,1) 100%);
	background: linear-gradient(to right, rgba(248,80,50,1) 0%, rgba(230,230,39,1) 51%, rgba(87,230,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#57e627', GradientType=1 );
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: white;
    cursor: pointer;
    /*border:1px solid #ccc;*/
    box-shadow: 3px 3px 5px #888888;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    /*border:1px double #ccc;*/
    box-shadow: 1px 1px 2px #999;
}

.star {
	float: right;
	margin-top:7px;
	width:35px;
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
}
.star:before {
   content: "\2606";
   color: #bbb;
   position: absolute;
   visibility:visible;
}
.star:checked:before {
   content: "\2605";
   color: #F38755;
   position: absolute;
}

.comentar {
	float: right;
	margin-top:21px;
	margin-left:5px;
	margin-right:-5px;
	width:35px;
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
    transform: rotate(75deg);
    margin-bottom:-10px;
}
.comentar:before {
   content: "\270E";
   color: #bbb;
   position: absolute;
   visibility:visible;
}
.comentar:checked:before {
   content: "\270E";
   color: #F38755;
   position: absolute;
}

input:focus, select:focus, textarea:focus, textarea:focus { 
	box-shadow: 0 0 10px #ccc;
	outline: none !important;
}

.child textarea { resize: vertical; margin-top:25px; display: none;}

#tres-colunas { 
	overflow: scroll; 
	column-count: 3;
    column-gap: 20px;
}
.child {
	/*float: left; */
	/*width: calc(30% - 40px); */
	border-radius: 7px; 
	/*margin-left:-20px; */
	/*margin-bottom:60px; */
	border:2px solid #ddd; 
	padding: 20px;
	background-color: #eee;
	/*background-image: url("/db/img/loading.gif");*/
	background-repeat: no-repeat;
    background-position: center; 
    display: inline-block;
    margin: 0 0 1em;
    /*width: 100%;*/
}

