#newsStatus {
	margin-right: 5px;
}
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 70px;
	height: 10px;
	padding: 3px;
	margin: 3px 10px 10px 10px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #59B200;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 13px;
	height: 11px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 54px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
td.action, th.action {
	text-align: center;
}
.clickable {
	cursor: pointer;
}
.addAnotherDate {
	padding-top: 30px;
}
.loading-bar {
	width: 100%;
	height: 2px;
	background: #E6E5E5;
	margin-bottom: 5px;
	opacity: 0;
}
.msg-upload {
	display: none;
}
.loading-bar div {
	width: 0%;
	height: 2px;
	background: #e08e0b;
}
/* UPLOAD FILES BUTTON
========================== */
.custom-file-input{
	padding: 0px;
}
input[type='file'] {
    opacity:0;
}
.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.placeholder-img{
	text-align: center;
	display: inherit;
	width: 100%;
	height: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.banners {
	width: 100%;
}
.upload-bt {
	display: block;
	width: 100%;
	background-color: #00c0ef;
	border: 1px solid #00acd6;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.upload-bt:hover{
	background-color: #00acd6;
}
.upload-bt:active{
	background-color: #00acd6;
}
.btn-close-noimage {
	visibility: hidden;
}
table.dataTable.no-footer {
  border-bottom: none;
}
.dataTables_filter input {
	border: 1px solid #ccc;
	outline: none;
	padding: 5px;
	font-weight: 100;
	font-size: 12px;
}
.paginate_button {
	border: 2px solid #000;
}
.excluir {
	cursor: pointer;
}
.excluir:hover {
}
.aprovar {
	color:  #005A04;
}
.aprovar:hover {
	color: #005A04;
}

.placeholder-link .close {
	position: absolute;
	right: 15px;
	top: -20px;
}

.placeholder-link .close-live {
	position: absolute;
	right: 15px;
	top: -20px;
}
.placeholder-link .close-banner {
	position: absolute;
	right: 15px;
	top: -20px;
}
.banner-image {
	text-align: center;
	position: relative;
}
/*CUSTOM CHECKBOX BANNERS*/
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=radio].css-checkbox + label.css-label {
	/*padding-left:27px;*/
	width: 75px;
	height: 75px;
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-color: white;
	font-size:22px;
	vertical-align:middle;
	cursor:pointer;
	margin: 2px 5px 4px 0px;
}
input[type=radio].css-checkbox:checked + label.css-label {
	/*background-color: #98E9F5;*/
	background-position: bottom;
}
label.css-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size: cover;
}
label.css-label.top-left {
	background-image: url(../images/icons/top-left.png);
}
label.css-label.top {
	background-image: url(../images/icons/top.png);
}
label.css-label.top-right {
	background-image: url(../images/icons/top-right.png);
}
label.css-label.left {
	background-image: url(../images/icons/left.png);
}
label.css-label.center {
	background-image: url(../images/icons/center.png);
}
label.css-label.right {
	background-image: url(../images/icons/right.png);
}
label.css-label.bottom-left {
	background-image: url(../images/icons/bottom-left.png);
}
label.css-label.bottom {
	background-image: url(../images/icons/bottom.png);
}
label.css-label.bottom-right {
	background-image: url(../images/icons/bottom-right.png);
}
.bgposition-holder{
	width: 1110px;
	/*margin: 0 auto;*/
}
/* SMALL */
input[type=radio].css-checkbox.small + label.css-label{
	width: 55px;
	height: 55px;
}
#postNews div.bgposition-holder{
	width: 100%;
}
@media (max-width: 1385px){
	.bgposition-holder{
		width: 845px;
		margin: 0 auto;
	}
	input[type=radio].css-checkbox + label.css-label{
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 1080px){
	.bgposition-holder{
		width: 570px;
		margin: 0 auto;
	}
	input[type=radio].css-checkbox + label.css-label{
		width: 49px;
		height: 49px;
	}
}
button.duplicate i{
	color: #3c8dbc;
}
button.duplicate:hover i{
	color: #72afd2;
}
.error{
	color: red;
}
.top-20{
	margin-top: 20px;
}
.left-20{
	margin-left:20px; 
}
.logofrut{
	width: 100%;
    height: 220px;
}
.pagseguro{
	width: 210px;
    height: 35px;
	background-image: url("../img/pagseguro.jpg");
	background-repeat: no-repeat;
}