/***** Global Settings *****/
html,
body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

/***** Headings *****/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/***** Common Formatting *****/
p,
ul,
ol,
dt,
dd,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}

small {
	font-size: 0.85em;
}

img {
	border: 0;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym,
abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/***** Links *****/
a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a {
	color: #000;
}

a:hover {
	/*text-decoration: underline;*/

}

a img {
	font-size: 8px;
	border: none;
}

/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	/*display:inline;*/
}

input,
select,
textarea {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #d4d4d4;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #b9b9b9;
}

textarea {
	width: 100%;
	line-height: 1.25;
}

label {
	cursor: pointer;
	color: #555;
}

input[type="checkbox"],
input[type="radio"] {
	width: 13px !important;
	height: 13px !important;
	margin: 0 !important;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	display: inherit !important;
}

input[type="radio"] {
	vertical-align: top;
}

#ordenar {
	margin-top: 10px;
}

/***** Tables *****/
table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

/***** Global Classes *****/
.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #C20C0F;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.img-left {
	float: left;
	margin: 2px 4px 2px 0;
}

.img-right {
	float: right;
	margin: 2px 0 2px 4px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

.text-upper {
	text-transform: uppercase;
}

/***** CSS Random *****/
/** Topo **/
#topo {
	background-image: linear-gradient(bottom, #F3E7E7 0%, #B7464E 66%);
	background-image: -o-linear-gradient(bottom, #F3E7E7 0%, #B7464E 66%);
	background-image: -moz-linear-gradient(bottom, #F3E7E7 0%, #B7464E 66%);
	background-image: -webkit-linear-gradient(bottom, #F3E7E7 0%, #B7464E 66%);
	background-image: -ms-linear-gradient(bottom, #F3E7E7 0%, #B7464E 66%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F3E7E7),
			color-stop(0.66, #B7464E));
	background-color: #B7464D;
	text-align: center;
	padding: 30px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	color: #FFF;
}

.divisoria {
	height: 20px;
	background-color: #3B3B3B;
}

/** Menu **/
#menu {
	background-image: linear-gradient(bottom, #FFFFFF 0%, #F3E7E7 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F3E7E7 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F3E7E7 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F3E7E7 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F3E7E7 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF),
			color-stop(1, #F3E7E7));
	background-color: #F3E7E7;
	float: left;
	width: 150px;
	min-height: 804px;
	/*    border-right: 1px solid #d4d4d4;*/
	padding-bottom: 10px;
}

#menu #boxLogo {
	/*    background-color: #F3E7E7;*/
	text-align: center;
	padding: 10px 0 0 0;
	/*    border-bottom: 1px solid #d4d4d4;*/
}

#menu #boxLogo img {
	width: 130px;
}

#menu ul li a,
#menu ul li ul li a {
	display: block;
	padding: 5px;
	font-size: 14px;
	/*    background: #F3E7E7;*/
	color: #000;
	/*    border-top: 1px solid #FFF;*/
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

#menu ul li a:hover,
#menu ul li ul li a:hover {
	background-color: #F2E3E3;
	text-decoration: none;
}

#menu ul li a.sub:hover,
#menu ul li a.subActive {
	background-image: url("../img/menu-arrow-down.png");
	background-repeat: no-repeat;
	background-position: center right;
}

#menu ul li.active ul li a {
	font-weight: normal;
	background: none !important;
}

#menu ul li.active a,
#menu ul li ul li.active a {
	font-weight: bolder;
	background-color: #F2E3E3 !important;
}

#menu ul li ul li a {
	background-image: none;
	background-color: #F0F0F0;
	font-size: 12px;
	padding-left: 10px;
	color: #7A7777;
}

#menu ul li ul li {
	display: none;
}

#menu ul li.active ul li,
#menu ul li.active ul li.active a {
	display: block;
}

/** Conteudo **/
#conteudo {
	float: left;
	padding: 7px 20px 15px 20px;
	min-height: 780px;
}

#conteudo h1 {
	position: relative;
}

#conteudo h1 a {
	font-size: 13px;
	padding: 4px 10px 5px 10px;
	margin-left: 10px;
	background: #F3E7E7;
	border: 1px solid #CF878C;
	color: #CF878C;
	position: absolute;
	top: 7px;
}

#conteudo h1 span {
	position: absolute;
	top: 7px;
	font-size: 13px;
	margin-left: 130px;
	padding: 4px 10px 5px 10px;
	color: #919191;
}

#conteudo h1 a:hover {
	color: #B7464E;
}

#conteudo a {
	color: #CF878C;
}

#conteudo a:hover {
	color: #B7464E;
}

#conteudo .boxSubLinks {
	padding: 10px 0 10px 0;
}

#conteudo .boxSubLinks form select {
	margin-right: 18px !important;
}

#conteudo .boxSubLinks form .botao1 {
	background-color: #F3E7E7;
	font-size: 12px;
	padding: 4px 3px 4px 5px;
	color: #CF878C;
	font-weight: bold;
	border: 1px solid #CF878C;
	cursor: pointer;
	letter-spacing: 0.4px;
}

#conteudo .boxSubLinks form .botao1:hover {
	background-color: #CF878C;
	color: #fff;
}

#conteudo h2 {
	margin-bottom: 10px;
}

#conteudo .formulario1 fieldset {
	margin-left: 15px;
	padding-top: 0;
	border: none;
}

#conteudo .formulario1 .tdLinks a.red {
	color: #d35454;
	font-size: 12px;
	float: left;
	clear: both;
	display: block;
}

#conteudo .formulario1 .tdLinks a#excluirRed {
	margin-top: -23px;
}

#conteudo #formulario1 dl .zend_form dd label {
	width: 300px;
	float: right;
}

.errors {
	color: red;
	font-size: 12px;
	margin: 5px 0 15px 0;
}

#conteudo .aviso1,
#conteudo .aviso2,
#loginErro {
	font-size: 14px;
	font-weight: bolder;
	background-color: #ffffc6;
	border: 1px solid #f2f200;
	padding: 10px;
	/*margin: 0 auto;
    margin-bottom: 10px;*/
	color: #555;
	width: 300px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
	cursor: pointer;
	display: none;
}

#conteudo .aviso2,
#loginErro {
	background-color: #ffcaca;
	border: 1px solid #ff6a6a;
	color: #000;
}

#loginErro {
	display: block;
	position: inherit;
	top: inherit;
	left: inherit;
}

#conteudo .formulario1 label,
#conteudo .formulario1 input,
#conteudo .formulario1 select,
#conteudo .formulario1 textarea {
	display: block;
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 15px;
	clear: both;
}

#conteudo .formulario1 input,
#conteudo .formulario1 select,
#conteudo .formulario1 textarea {
	padding: 5px;
	font-size: 14px;
}

#conteudo .formulario1 select {
	width: 25%;
}

#conteudo .formulario1 .botao1,
#conteudo .formulario1 .botao2,
#conteudo .formulario1 .botao3,
#boxLogin form .botao1 {
	background-image: none;
	background-color: #F3E7E7;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	color: #CF878C;
	font-weight: bold;
	border: 1px solid #CF878C;
	cursor: pointer;
	margin-top: 10px;
	width: auto;
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	display: block;
}

#conteudo .formulario1 .botao2,
#conteudo .formulario1 .botao3 {
	background-color: #a82b2b;
	color: #FFF;
	padding: 4px 10px 4px 10px;
	clear: both;
	font-size: 12px;
	text-transform: none;
}

#conteudo .formulario1 .botao3 {
	background-color: #35ba2e;
}

#conteudo .formulario1 .botao1:hover {
	background-color: #CF878C;
	color: #fff;
}

#conteudo .formulario1 .botao2:hover {
	background-color: #982727;
}

#conteudo .formulario1 .botao3:hover {
	background-color: #30a929;
}

#conteudo .formulario1 .boxUploadForm img {
	float: left;
	padding: 0 3px 0 3px;
}

#conteudo .formulario1 .boxUploadForm .uploadLinks {
	float: left;
	padding: 0 3px 0 3px;
	color: #5692D1;
	font-size: 14px;
	display: block;
}

#conteudo .formulario1 .boxUploadForm .uploadLinks a {
	color: #5692D1;
	font-size: 15px;
	padding: 3px;
	padding-left: 20px;
	display: block;
	background-image: url("../img/del.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#conteudo .formulario1 .boxUploadForm .uploadLinks a.red {
	color: #d35454;
}

/*#conteudo .formulario1 input[type="file"]{
    visibility: hidden;
    height: 0;
    padding: 0;
}*/
#conteudo .formulario1 a#adicionarArquivo,
#conteudo .formulario1 a#trocarArquivo {
	color: #5692D1;
	font-size: 15px;
	padding: 3px;
	padding-left: 20px;
	display: block;
	background-image: url("../img/pic.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#conteudo .formulario1 span#nameArquivo {
	color: #999;
	font-size: 13px;
	padding: 3px;
	padding-left: 20px;
	display: block;
}

#conteudo .formulario1 dd {
	margin-bottom: 25px;
}

#conteudo .tabela1 {
	font-size: 14px;
	/*    border: 1px solid #e9e9e9;*/
	border-collapse: separate;
	border-spacing: 0;
}

#conteudo .tabela1 tr td {
	padding: 5px 10px 5px 10px;
	background-color: #F8F1F1;
	color: #555;
	/*    border-top: 1px solid #FFF;*/
	border-bottom: 1px solid #d4d4d4
}

#conteudo .tabela1 thead tr th {
	background-color: #C3676D;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-align: left;
}

#conteudo .tabela1 thead tr th a {
	color: #5692D1;
}

#conteudo .tabela1 thead tr th a:hover {
	color: #256CBA !important;
}

#conteudo .tabela1 tr.fundo1 td {
	background-color: #F9F9F9;
}

#conteudo .tabela1 tr.fundoRed td {
	background-color: #f7dfdf;
}

#conteudo .tabela1 tr:hover td {
	background-color: #F2E3E3;
}

#conteudo .tabela1 tr.fundoRed:hover td {
	background-color: #f5d8d8;
}

#conteudo .tabela1 .tdLinks {
	visibility: hidden;
	padding: 0 3px 0 3px;
	color: #555;
	font-size: 12px;
}

#conteudo .tabela1 tr:hover td .tdLinks {
	visibility: visible;
}

#conteudo .tabela1 .tdLinks a {
	color: #5692D1;
	font-size: 12px;
}

#conteudo .tabela1 .tdLinks a.red {
	color: #d35454;
}

#conteudo .tabela1 .tdLinks a.green {
	color: #35ba2e;
}

#conteudo .tabela1 .link {
	color: #555;
	font-weight: bolder;
}

#conteudo .tabela1 .link:hover {
	color: #000;
}

#conteudo .tabela1 .order {
	padding-right: 20px;
}

#conteudo .tabela1 .order_desc:hover {
	background-image: url("../img/menu-arrow-down.png");
	background-repeat: no-repeat;
	background-position: center right;
	color: #555;
}

#conteudo .tabela1 .order_asc:hover {
	background-image: url("../img/menu-arrow-up.png");
	background-repeat: no-repeat;
	background-position: center right;
	color: #555;
}

#conteudo .tabela1 .paginaDivisor {
	background-color: #EEE !important;
	color: #256CBA;
	padding: 3px 10px 3px 10px
}

#conteudo .tabela1 .opcoes {
	width: 60px !important;
}

#conteudo #linkMaisResultados {
	font-size: 16px;
	padding: 10px;
	background: #EEE;
	color: #5692D1;
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 300px;
	border: 1px solid #e9e9e9;
}

#conteudo #linkMaisResultados:hover {
	color: #256CBA;
}

#conteudo .boxPainel {
	width: 380px;
	border: 1px solid #d4d4d4;
	background-color: #f5f5f5;
	padding: 10px;
	font-size: 13px;
	color: #555;
	float: left;
	margin: 5px;
	position: relative;
	height: 80px;
}

#conteudo .boxPainel .titlePainel {
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	color: #777;
}

#conteudo .boxPainel .boxBusca {
	position: absolute;
	top: 8px;
	right: 10px;
}

#conteudo .boxPainel .boxBusca input {
	font-size: 12px;
	border: 1px solid #f5f5f5;
	color: #CCC;
}

#conteudo .boxPainel .boxBusca input:focus {
	color: #999;
}

#conteudo .boxGaleria {
	border: 1px solid #d4d4d4;
	background-color: #FAFAFA;
	padding: 5px;
	width: 100%;
	color: #555;
}

#conteudo .boxGaleria .boxGaleriaItem {
	float: left;
	width: 104px;
	/*height: 100px;*/
	/*overflow: hidden;*/
	/*position: relative;*/
	background: #D4D4D4;
	padding: 5px;
	margin: 5px;
	position: relative;
}

#conteudo .boxGaleria .boxGaleriaItem .boxGaleriaItemImg {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-left: 2px;
}

#conteudo .boxGaleria .boxGaleriaItem .inputPosicao,
#conteudo .boxGaleria .boxGaleriaItem input[type='checkbox'],
#conteudo .boxGaleria .boxGaleriaItem input[type='radio'] {
	width: 39px;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	display: inline !important;
}

#conteudo .boxGaleria .boxGaleriaItem label {
	font-size: 12px;
	display: inline !important;
	padding: 2px;
}

#conteudo .boxGaleria .boxGaleriaItem .boxGaleriaItemOpcoes {
	padding: 2px;
	font-size: 12px;
}

.divisorGaleria {
	padding-bottom: 5px;
	margin-top: 5px;
	border-top: 1px dotted #FFF;
}

#conteudo .boxGaleria .linkLegenda,
#conteudo .boxGaleria .linkLink {
	font-size: 10px;
	color: #555;
	padding-left: 17px;
}

#conteudo .boxGaleria .linkLegenda:hover,
#conteudo .boxGaleria .linkLink:hover {
	color: #000;
}

#conteudo .boxGaleria .linkLegendaActive {
	color: #000;
	font-weight: bolder;
	padding-right: 0 !important;
}

#conteudo .boxGaleria .linkLinkActive {
	color: #000;
	font-weight: bolder;
	padding-right: 0 !important;
}

#conteudo .boxGaleria .linkLegenda {
	background: url("../img/legenda.png") no-repeat left center;
	padding-right: 3px;
}

#conteudo .boxGaleria .linkLink {
	background: url("../img/link.png") no-repeat left center;
	padding-right: 2px;
}

#conteudo .boxGaleria .inputLegenda,
#conteudo .boxGaleria .inputLink {
	display: none;
	font-size: 11px;
}

#conteudo .boxGaleria .inputLegendaActive,
#conteudo .boxGaleria .inputLinkActive {
	position: absolute;
	border: 1px solid #999;
	z-index: 999999;
	width: 120px;
	height: 50px;
	bottom: -60px;
	left: 0;
}

#conteudo .boxGaleria .inputLinkActive {
	left: 0;
}

#conteudo #breadcrumb {
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

#conteudo #breadcrumb a {
	color: #555;
}

#conteudo #breadcrumb a:hover {
	color: #000;
}

/** Rodap� **/
#rodape {
	clear: both;
	background-color: #3B3B3B;
	padding: 7px;
	font-size: 12px;
	position: relative;
	color: #555;
	text-align: right;
	height: 15px;
}

#rodape #continuaMenu {
	background-color: #F8F8F8;
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 29px;
	border-right: 1px solid #d4d4d4;
	text-align: center;
	font-size: 10px;
}

#rodape #byk13 {
	background-image: url("../imgs/byk13.png");
	padding: 0 20px 0 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

/** Login **/
#loginBody {
	background-color: #BB535A;
}

#boxLogin {
	width: 320px;
	background-color: #F1E3E4;
	font-size: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -160px;
}

#boxLogin .header {
	background-color: #3B3B3B;
	padding: 7px;
	position: relative;
	color: #FFF;
}

#boxLogin .header span {
	position: absolute;
	right: 7px;
	top: 7px;
}

#boxLogin .conteudo {
	margin: 20px 20px 15px 20px;
	background-color: #F1E3E4;
}

#boxLogin form label,
#boxLogin form input {
	display: inline-block;
	margin-bottom: 5px;
	width: 264px;
	padding: 5px;
	font-size: 15px;
}


#boxLogin #entrar {
	padding: 2px;
	width: 80px;
	font-size: 15px;
	border: 1px outset #000;
}

#boxLogin #entrar:hover {
	border: 1px inset #000;
}

#loginErro {
	width: 274px;
	padding: 10px 0 10px 0;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
	margin-left: 0;
}

/* PAGINATION */
div.pagination {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}

div.pagination .currentPage {
	display: inline-block;
	border: 1px solid #C3676D;
	padding: 4px 8px 4px 8px;
	background-color: #C3676D;
	color: #FFF !important;
	font-weight: bold !important;
	border-radius: 4px;
	margin-left: 3px;
	margin-right: 3px;
}

div.pagination .numberPage {
	display: inline-block;
	padding: 4px 8px 4px 8px;
	border: 1px solid #C3676D;
	color: #B7464E !important;
	border-radius: 4px;
	text-align: center;
	font-weight: bold !important;
	margin-left: 3px;
	margin-right: 3px;
}

div.pagination .numberPage:hover {
	text-align: center;
}

/* END PAGINATION*/
.obs {
	font-style: italic;
	color: #5692D1;
	font-size: 12px;
}

.ok_on,
.ok_on_finalizado,
.ok_on_ativo {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url("../img/ok.png");
}

.ok_on:hover,
.ok_on_finalizado:hover,
.ok_on_ativo:hover {
	background-image: url("../img/ok_off.png");
}

.ok_off,
.ok_off_finalizado,
.ok_off_ativo {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url("../img/ok_off.png");
}

.ok_off:hover,
.ok_off_finalizado:hover,
.ok_off_ativo:hover {
	background-image: url("../img/ok.png");
}

.groupMusics {
	width: 250px;
	display: inline-block;
}

.groupMusics label {
	display: inline !important;
}

.groupMusics input[type=checkbox] {
	display: inline !important;
}

#formEstilos input[type=checkbox] {
	display: inline !important;
}

#formEstilos label.pertenceA {
	display: inline-block !important;
	width: 150px !important;
}

label.error {
	font-size: 13px !important;
	color: red;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#listaEstilos {
	display: inline-block;
	width: 300px;
	height: 500px;
	overflow: auto;
}

#listaComerciais {
	display: inline-block;
	margin-left: 50px;
	width: 400px !important;
	height: 500px;
	overflow: auto;
}


#listaPlaylist {
	margin-top: 20px;
	/*	border: 1px solid #000;*/
	width: 750px;
	height: 500px;
	overflow: auto;
}

.listaEstilos,
.listaComerciais,
.listaPlaylist {
	padding: 3px 0 5px 30px;
	position: relative;
}

.linha0 {
	background-color: #F3F0ED;
}

.submeter {
	position: absolute;
	left: 5px;
	top: 7px;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 16px;
	background-image: url("../imgs/b_dir.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.removerItenPlay {
	position: absolute;
	left: 5px;
	top: 7px;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 16px;
	background-image: url("../imgs/delete.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.op {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.div-op {
	display: inline-block;
	margin: 0 5px 0 5px;
	width: 1px;
	height: 16px;
	border-left: 1px solid #3B3B3B;
}

.op-player {
	background: url("../imgs/icon_play.png") center center no-repeat;
}

.op-ed {
	background: url("../imgs/pencil.png") center center no-repeat;
}

.op-ex {
	background: url("../imgs/delete.png") center center no-repeat;
}

.op-lu-on {
	background: url("../imgs/usuario_lib.png") center center no-repeat;
}

.op-lu-off {
	background: url("../imgs/usuario_bloq.png") center center no-repeat;
}

.op-lock-off {
	background: url("../imgs/unlock.png") center center no-repeat;
}

.op-lock-on {
	background: url("../imgs/lock.png") center center no-repeat;
}

.op-mu {
	background: url("../imgs/music.gif") center center no-repeat;
}

.op-us {
	background: url("../imgs/user.png") center center no-repeat;
}

.op-co {
	background: url("../imgs/copy.png") center center no-repeat;
}

.filtroAlfaNumerico {
	margin-bottom: 10px;
}

.filtroAlfaNumerico a {
	font-weight: bold;
	margin-right: 10px;
}

.filtroAlfaNumerico a:hover {
	text-decoration: underline;
}

#excluirComerciais,
#excluirMusicas,
#excluirAvisos,
#excluirGrupos {
	font-size: 13px;
	margin-left: 10px;
	padding: 0 5px 0 5px;
	border: 1px outset #000;
}

#excluirComerciais:hover,
#excluirMusicas:hover,
#excluirAvisos:hover {
	border: 1px inset #000;
}

.flashMessage {
	text-align: center;
	border: 1px solid red;
	padding: 5px;
	background-color: #FCD838;
	font-weight: bold;
	margin-bottom: 20px;
}

#formUsuariosterceiroconfig .zend_form label {
	display: block !important;
	width: 150px !important;
	border: 1px solid red;
}

.add-after {
	color: green;
	font-size: 18px;
	cursor: pointer;
}

.add-after.active {
	font-weight: bold;
	font-size: 21px;
}

#conteudo .formulario1 dd#dias_semana-element {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;              
	margin-top: 8px;
	margin-bottom: 16px;
  }
  
  #conteudo .formulario1 dd#dias_semana-element label {
	flex: 0 0 calc(30% - 8px);
	display: flex !important;
	align-items: center;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px 8px;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  #conteudo .formulario1 dd#dias_semana-element input[type="checkbox"] {
	margin-right: 6px !important;
	width: auto !important;
	vertical-align: middle;
  }