@CHARSET "UTF-8";

/* PAINEL *********************************************************************/
.sysbeneficos-painel-conteudo {
	overflow: hidden;
	padding: 5px 6px 5px 6px;
}

.sysbeneficos-panel-expandir {
	overflow: hidden;
	display: block;
	width: 15px;
	height: 15px;
	float: right;
	text-indent: -1000px;
	background-image:
		url(/SysBeneficio/resources/images/icons/icon-expandir.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sysbeneficos-panel-contrair {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	text-indent: -1000px;
	background-image:
		url(/SysBeneficio/resources/images/icons/icon-contrair.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sysbeneficos-panel-informacao {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	text-indent: -1000px;
	float: right;
	background-image:
		url(/SysBeneficio/resources/images/icons/icon-info.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/******************************************************************************/

/* DIALOG *********************************************************************/
.sysbeneficos-dialog-base {
	display: none;
}

.sysbeneficos-dialog-fundo {
	position: fixed;
	top: 0;
	left: 0;
	background: #aaaaaa url(/SysBeneficio/resources/images/dialog-fundo.png)
		50% 50% repeat-x;
	opacity: .75;
	filter: Alpha(Opacity = 30);
	display: block;
	width: 100%;
	height: 100%;
}

.sysbeneficos-dialog-painel {
	position: fixed;
	top: 50%;
	left: 50%;
	/*margin-top: -150px;*/
	margin-left: -300px;
	display: block;
	height: auto;
	width: 600px;
}

.sysbeneficos-dialog-box-overflow {
	overflow: auto;
	max-height: 200px;
}

.sysbeneficos-dialog-titulo-base {
	display: block;
	width: 600px;
	float: left;
}

.sysbeneficos-dialog-fechar-base {
	display: block;
	width: 12px;
	float: right;
}

.sysbeneficos-dialog-fechar {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -1000px;
	background-image:
		url(/SysBeneficio/resources/images/icons/icon-fechar.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.sysbeneficos-dialog-base form input[type=text],
.sysbeneficos-dialog-base form textarea,
.sysbeneficos-dialog-base form select {
    padding: 4px;
}

@media all and (max-width: 426px) {
    .sysbeneficos-dialog-painel {
        top: 50%;
        left: 5px;
        right: 5px;
        margin-left: 0;
        width: auto;
    }

    .sysbeneficos-dialog-titulo-base {
        display: inline-block !important;
        width: auto !important;
        float: none !important;
    }
}

.sysbeneficos-info {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -1000px;
	background-image:
		url(/SysBeneficio/resources/images/icons/icon-info.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
}
/******************************************************************************/