@CHARSET "UTF-8";

/* PAINEL *********************************************************************/
.syseventos-painel-conteudo {
	overflow: hidden;
	padding: 5px 6px 5px 6px;
}

.syseventos-painel-conteudo.fullScreen {
    height: calc(100% - 41px);
}

.syseventos-panel-expandir {
	overflow: hidden;
	display: block;
	width: 15px;
	height: 15px;
	float: right;
	text-indent: -1000px;
	background-image: url(/SysEventos/resources/images/icons/icon-expandir.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.syseventos-panel-contrair {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	text-indent: -1000px;
	background-image: url(/SysEventos/resources/images/icons/icon-contrair.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.syseventos-panel-informacao {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	text-indent: -1000px;
	float: right;
	background-image: url(/SysEventos/resources/images/icons/icon-info.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/******************************************************************************/

/* DIALOG *********************************************************************/
.syseventos-dialog-base {
	display: none;
}

.syseventos-dialog-fundo {
	position: fixed;
	top: 0;
	left: 0;
	background: #aaaaaa url(/SysEventos/resources/images/dialog-fundo.png) 50% 50% repeat-x;
	opacity: .75;
	filter: Alpha(Opacity=30);
	display: block;
	width: 100%;
	height: 100%;
}

.syseventos-dialog-painel {
	position: fixed;
	top: 50%;
	left: 50%;
	/*margin-top: -150px;*/
	margin-left: -250px;
	display: block;
	height: auto;
	width: 500px;
}

.syseventos-fullscreen-dialog-painel {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: block;
}

.syseventos-dialog-box-overflow {
	overflow: auto;
	max-height: 200px;
}

.syseventos-dialog-titulo-base {
	display: block;
	width: 475px;
	float: left;
}

.syseventos-dialog-fechar-base {
	display: block;
	width: 12px;
	float: right;
}

.syseventos-dialog-fechar {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -1000px;
	background-image: url(/SysEventos/resources/images/icons/icon-fechar.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.syseventos-info {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -1000px;
	background-image: url(/SysEventos/resources/images/icons/icon-info.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
}

.syseventos-info-nopadding {
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -1000px;
	background-image: url(/SysEventos/resources/images/icons/icon-info.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
}

.syseventos-dialog-base form input[type=text],
.syseventos-dialog-base form textarea,
.syseventos-dialog-base form select {
    padding: 4px;
}

.painel-titulo {
    width: 100%;
    justify-content: space-between;
    display: flex;
    box-sizing: border-box;
}

.syseventos-termo-compromisso {
	display: inline-flex !important;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.syseventos-termo-compromisso-link{
	text-decoration: underline;
}
.syseventos-termo-compromisso-link :hover {
	color: #476fff;
}

.ui-state-hover {
	border: 1px solid black;
	font-weight: bold;
	color: #476fff;
}

@media all and (max-width: 426px) {
    .syseventos-dialog-painel {
        top: 50%;
        left: 5px;
        right: 5px;
        margin-left: 0;
        width: auto;
    }

    .syseventos-dialog-titulo-base {
        display: inline-block !important;
        width: auto !important;
        float: none !important;
    }
}
/******************************************************************************/