* {
	outline:none;
}

html{
	overflow-x: hidden;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec;
	font-size:12px;
	position: relative;
}
.corpo {
	width:100%;
	height:auto;
	float:left;
}
.cx_menu {
	width:100%;
	height:auto;
	float:left;
	z-index:10002;
	position:relative;
}
.menu {
	float:left;
	width:100%;
	height:40px;
}
.m_reg, .m_reg_entrada, .m_reg_novo, .m_reg_listar, .m_rel, .m_est, .m_sair, .m_del, .m_gest {
	height:40px;
	line-height:40px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border-right:1px solid rgba(0, 0, 0, 0.3);
	color:#CCC;
	font-size:11px;
	text-decoration:none;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
.m_reg_entrada, .m_reg_novo, .m_reg_listar {
	background:url(../gfx/trans/trans_preto/trans_25.png);
	color:#FFF;
}
.m_reg_entrada:hover, .m_reg_novo:hover, .m_reg_listar:hover {
	background:#006E82;
}
.m_rel:hover, .m_est:hover {
	background:#000;
}
.m_sub {
	width:auto;
	height:40px;
	float:right;
}
.m_sub_sub {
	display:none;
	float:right;
	position:relative;
	margin-top:40px;
	width:0px;
	z-index:10005;
}
.m_sub_sub_cx {
	display: block;
	float: right;
	width: max-content;
	min-width: 150px;
	margin-left: 0;
	background: #222;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	z-index:10006;
	scrollbar-width: thin; /* Firefox */
}

/* Chrome e outros Webkit */
.m_sub_sub_cx::-webkit-scrollbar {
	width: 6px;
}
.m_sub_sub_cx::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
}
/* CARVALHO - #60106 20260810: largura do submenu GESTAO conforme o conteudo */
.m_gest_a {
	width: auto;
	min-width: 130px;
	display: block;
	float: none;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	height:29px;
	line-height:29px;
	border-bottom:1px solid #444;
	color:#FFF;
	font-size:11px;
	color:#CCC;
	text-decoration:none;
	cursor:pointer;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
.m_gest_a:hover {
	background:#000;
	color:#FFF;
	border-bottom:1px solid #000;
}
.m_sub:hover > .m_sub_sub {
	display:block;
}
.m_sub:hover > .m_gest {
	background:#222;
	color:#FFF;
}
.m_sair, .m_del {
	float:right;
}
.m_sair {
	border-left:1px solid #000;
}
.m_sair:hover, .m_del:hover {
	background:#D30200;
	color:#FFF;
        cursor:pointer;
}

.m_settings
{
    background:#006E82;
    color:#FFF;
    cursor:pointer;
    float:right;
    height:40px;
    line-height:40px;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    border-right:1px solid rgba(0, 0, 0, 0.3);
    font-size:11px;
    text-decoration:none;
    width: auto;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.m_requestFullScreen
{
    background: url('../gfx/fullscreen.png');
    color:#FFF;
    cursor:pointer;
    float:right;
    height:30px;
    width: 30px;
	
	cursor: pointer;
    line-height:30px;
    text-align:center;
    border-right:1px solid rgba(0, 0, 0, 0.3);
    text-decoration:none;
    top: 5px;
    position: relative;
}
.m_settings_ico
{
    background: url('../gfx/settings.png');
    color:#FFF;
    cursor:pointer;
    float:right;
    height:30px;
    width: 30px;
    line-height:30px;
    text-align:center;
    border-right:1px solid rgba(0, 0, 0, 0.3);
    text-decoration:none;
    top: 5px;
    position: relative;
}

.m_info
{
    color:#FFF;
    cursor:pointer;
    float:right;
    height:40px;
    line-height:40px;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    border-right:1px solid rgba(0, 0, 0, 0.3);
    font-size:11px;
    text-decoration:none;
    width: auto;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
.m_gest, .m_reg, .m_gest:hover, .m_reg:hover {
	cursor:default;
}
.menu_logo {
	float:left;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.swsLoadingAction
{
    position: absolute;
    left:0;
    width:100px;
    height: 40px;
    background: #006E82;
    display: none;
}

.swsLoadingIco
{
    position: relative;
    left:50%;
    margin-left: -15px;
    top:50%;
    margin-top: -15px;
    background: url('../gfx/loading.gif');
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 1500px) {
	.m_reg, .m_reg_entrada, .m_reg_novo, .m_reg_listar, .m_rel, .m_est, .m_sair, .m_del, .m_gest {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 10px;
	}

	.m_settings {
		display: none;
	}
}

.listagem {
	width:100%;
	height:auto;
	float:left;
}
a.li_bt {
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	margin-top:-5px;
	color:#666;
	font-size:10px;
}
a.li_bt:hover {
	background:#222;
	color:#FFF;
}
.m_marcado {
	background:#ececec;
	color:#222;
}
.m_marcado:hover {
	background:#ececec;
	color:#222;
	cursor:pointer;
}
.edicao {
	width:92%;
	height:auto;
	float:left;
	background:#FFF;
	margin-left:2%;
	padding:2%;
	padding-top:0;
	padding-bottom:0;
		-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	position:relative;
}
.reg_sub {
	float:left;
}
.reg_sub_sub {
	position:relative;
	float:left;
	height:40px;
	width:0px;
	display:none;
	z-index:10005;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
.reg_sub_sub_cx {
	float:left;
	margin-top:40px;
	width:auto;
	height:auto;
	border-top:1px solid #00505e;
	position: relative;
	z-index:10006;
}
.reg_sub_sub_a {
	width:210px;
	height:29px;
	display:block;
	padding-left:10px;
	padding-right:10px;
	line-height:29px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background:#006E82;
	text-decoration:none;
	border-bottom:1px solid #00505e;
	cursor:pointer;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
.reg_sub:hover > .reg_sub_sub {
	display:block;
}
.reg_sub:hover > .m_reg_novo {
	display:block;
	background:#006E82;
}
.reg_sub_sub_a:hover {
	background:#00505e;
}
.listagem_jqxWidget {
	float: left;
	width:100%;
}
.linha {
	height:auto;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.linhaInside {
	height:auto;
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-left:20px;
}
.cont {
	height:auto;
	float:left;
	font-size:12px;
	color:#666;
	min-width:14%;
	padding-top:0px;
	padding-bottom:4px;
	
}

.contlist {
	height:auto;
	float:left;
	font-size:12px;
	color:#666;
	min-width:14%;
	padding-top:0px;
	padding-bottom:0px;
	
}

.w1 {
	width:100%;
}
.w2 {
	width:49%;
}
.w3 {
	width:32%;
}
.w4 {
	width:24%;
	margin-left:1.3%;
}

.w5 {
    width:18%;/**/
    margin-left:2.45%;
}

.w6 {
    width:15%;
    margin-left: 2%;
}

.w2:last-of-type {
	margin-left:2%;
}
.w2:first-child {
	margin-left:0 !important;
}
.w3:last-of-type {
	margin-left:2%;
}

.w3:first-child {
	margin-right:2%;
}

.w4:last-of-type {

	margin-right:0;
}
.w4:first-child {
	margin-left:0;
	margin-right:0;
}

.w5:last-of-type {
    margin-right:0;
}
.w5:first-child {
    margin-left:0;
/*    margin-right:0;*/
}

.w6:last-of-type{
    margin-right:0;
}

.w6:first-child {
    margin-left:0;
}

input.i4
{
    width:14% !important;
}

/* RC #10466 TELEFONES ESTANGEIROS */
.cont span:not(.iti__dial-code):not(.iti__country-name):not(.chosen-container-single .chosen-single span ):not(.chosen-choices span):not(span.swsPromptSmartCallsEstrela):not(.jqx-grid span)
{
    display:block;
    width:100%;
    height:20px;
    line-height:20px;
    text-indent:10px;
    font-size:9px;
    text-transform:uppercase;
    font-weight:bold;
    color:#0f7da0;
}

.iti {
    display: block!important;
}
/* RC #10466 TELEFONES ESTANGEIROS */

.c_input {
	padding:0;
	margin:0;
	left:0;
	top:0;
	outline:none;
	border:0;
	width:100%;
	height:22px;
	line-height:22px;
	color:#222;
	font-size:12px;
	text-indent:10px;
	background:#FFF;
	border:1px solid #888;
	margin-left:-1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	background: #d6d6d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	margin-top: 1px;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(11%, #f2f2f2), color-stop(100%, #d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-8 */
}
input[type="radio"].c_input
{
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}

.cont select {
	background:#FFF;
	border:#999 1px solid;
	width:100%;
	height:22px;
}

.lista_menu select:not(.chosen_select), .lista_menu input,
.swsPromptForm select, .swsPromptForm input:not(.iti__search-input) {
	background:#FFF;
	border:#999 1px solid;
	width:auto;
	height:26px;
    float:left;
    margin-top: 1px;
}

.lista_menu input,
.swsPromptForm input
{
    height: 24px;
}

.swsPromptForm input.erro, .swsPromptForm select.erro
{
    background: #CA0800;
    color: white;
}
.cont label {
	float:left;
	height:22px;
	line-height:22px;
	margin-left:10px;
}
.input_view, .swsRowView {
	padding:0;
	margin:0;
	left:0;
	top:0;
	outline:none;
	border:0;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	height:auto;
        min-height: 16px;
	line-height:16px;
	padding-top:2px;
	padding-bottom:2px;
	color:#222;
	font-size:13px;
	background:#FFF;
	border:2px solid #FFF;
	margin-left:-2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	background:#FFF;
}

.swsRowView
{
    margin-bottom:10px;
}

.a_input {
	padding:0;
	margin:0;
	left:0;
	top:0;
	outline:none;
	border:0;
	width:98%;
	padding:1%;
	line-height:15px;
	color:#222;
	font-size:12px;
	background:#FFF;
	border:1px solid #FFF;
	margin-left:-1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	background: #d6d6d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(11%, #f2f2f2), color-stop(100%, #d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-8 */
}
.a_h10 {
	height:150px;
}
.a_h8 {
	height:105px;
}
.a_h5 {
	height:75px;
}
.notificacao {
    background:#CA0800;
    color:#FFF;
    width:96%;
    padding:2%;
    text-align:center;
    line-height:15px;
    font-size:11px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    display: none;
}

.suggestion {
    background:#2196F3;
    color:#FFF;
    width:96%;
    padding:2%;
    text-align:center;
    line-height:15px;
    font-size:11px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    display: none;
}
.a_input:hover, .c_input:hover {
	border:1px solid #666;
}
.a_input:focus, .c_input:focus {
	border:1px solid #222;
	background:#FFF;
}

.cont_sep2
{
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: -2%;
    background: url(../gfx/trans/trans_preto/trans_15.png);
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.cont_sep {
	width:100%;
	height:32px;
	line-height:32px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	padding-left:2%;
	padding-right:2%;
	margin-left:-2%;
	background: #0f7da0;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.cont_sep.ficha
{
    background-color: #666;
    color: #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cont_info {
    width:100%;
    height:auto;
    float:left;
    font-size:14px;
    color:#666;
    padding:20px 3px;
}

a.bt{
	width:auto;
	height:30px;
	padding-left:15px;
	padding-right:15px;
	margin-right:5px;
	line-height:30px;
	background:#efefef;
	float:left;
	display:block;
	text-decoration:none;
	font-size:11px;
	color:#555;
	border:1px solid #bbb;
	text-transform:uppercase;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
}

a.bt:hover{
	background:#222;
	border:#444 1px solid;
	color:#FFF;
}


.esp10px{
	float:left;
	width:100%;
	height:10px;
}.esp20px{
	float:left;
	width:100%;
	height:20px;
}.esp30px{
	float:left;
	width:100%;
	height:30px;
}.esp40px{
	float:left;
	width:100%;
	height:40px;
}

a.btp{
	width:auto;
	/*height:30px;*/
    height:28px;
	/*padding-left:15px;*/
    padding-left:5px;
	/*padding-right:15px;*/
    padding-right:5px;
	/*margin-right:5px;*/
    margin-right:2px;
	/*line-height:30px;*/
    line-height:28px;
	background:#333;
	float:left;
	display:block;
	text-decoration:none;
	/*font-size:11px;*/
    font-size:10px;
	color:#CCC;
	border:1px solid #444;
	text-transform:uppercase;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

a.btp:hover{
	background:#eee;
	border:#fff 1px solid;
	color:#222;
        cursor: pointer;
}

a.btplist{
	width:auto;
	height:14px;
	padding-left:15px;
	padding-right:15px;
	margin-right:5px;
	line-height:14px;
	background:#333;
	float:left;
	display:block;
	text-decoration:none;
	font-size:11px;
	color:#CCC;
	border:1px solid #444;
	text-transform:uppercase;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
}

a.btplist:hover{
	background:#666;
	border:#555 1px solid;
	color:#CCC;
        cursor: pointer;
}

.c_tab{
	padding-left:2%;
	padding-right:2%;
	width:96%;
	float:left;
}
.edicao_tab_sep {
	height:32px;
	line-height:32px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	background: #0f7da0;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	
	padding-left:2%;
	padding-right:2%;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	

}

.edicao_tab.warning{
    text-transform: uppercase;
    color: red;
    width: 96%;
    text-align: center;
}
.edicao_tab{
	padding-left:2%;
	padding-right:2%;
	float:left;
	height:40px;
	background:#FFF;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin-top:20px;
	line-height:40px;
	
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
.edicao_tit{
	padding-left:2%;
	padding-right:2%;
	width:96%;
	float:left;
	height:40px;
	background:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin-top:20px;
	line-height:40px;
	
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	border-bottom:1px solid #CCC;
}


.edicao_tab_a{
	padding-left:2%;
	padding-right:2%;
	float:left;
	height:40px;
	background:url(../gfx/trans/trans_preto/trans_75.png);
	text-align:left;
	font-size:14px;
	color:#ccc;
	margin-top:20px;
	line-height:40px;
	text-decoration:none;
	text-transform:uppercase;
	
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	
}

.edicao_tab_a:hover{
	background:#222;
	color:#FFF;
	cursor: pointer;
}

.edicao_tab_a_icon
{
	padding-left:2%;
	padding-right:2%;
	float:left;
	height:40px;
	background-color:#A7A7A7;
	text-align:left;
	font-size:14px;
	color:#ccc;
	margin-top:20px;
	line-height:40px;
	text-decoration:none;
	text-transform:uppercase;
	
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	
}

.edicao_tab_a_icon:hover
{
	background-color:#222;
	color:#FFF;
	cursor: pointer;
}

.tab_icon_eye
{
	background-image:url(../gfx/eye.png);
	background-repeat: no-repeat;
	background-position: center;
}

.tab_icon_eye:hover
{
	background-image:url(../gfx/eye_white.png);
	background-repeat: no-repeat;
	background-position: center;
}

.linha_info_tit,
.linha_info{
	height:22px;
	line-height:22px;
	float:left;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	margin-right:1px;
}

.linha_info{
	background:url(../gfx/trans/trans_preto/trans_15.png);
	color:#222;
}

.linha_info_tit{
	background:url(../gfx/trans/trans_preto/trans_5.png);
	color:#666;
}

.fim_leg{
	height:30px;
	line-height:30px;
	color:#999;
	padding-left:40px;
	padding-right:5px;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}


.fim{
	width:96%;
	margin-left:2%;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}

.rp, .rpMotivoPSac{
	width:96%;
	float:left;
	height:300px;
	padding-left:2%;
	padding-right:2%;
	background:#222;
	position:fixed;
	z-index:10000;
	top:100%;
	margin-top:-250px;
}

.rp2{
	width:96%;
	float:left;
	height:300px;
	padding-left:2%;
	padding-right:2%;
	background:#222;
	position:fixed;
	z-index:10000;
	top:100%;
	margin-top:-50px;
	padding-top:5px;
}

.esp_auto{
	height:250px;
	float:left;
	width:100%;
}

.esp_2{
	height:50px;
	float:left;
	width:100%;
}

.obs{
	width:96%;
	float:left;
	padding-left:2%;
	padding-right:2%;
	margin-top:10px;
}

.txt-rasurado-historico{
	text-decoration: line-through;
	color: #666 !important;
    font-size: 11px !important;
}

.comentario {
	padding:0;
	margin:0;
	left:0;
	top:0;
	outline:none;
	border:0;
	width:98%;
	padding:1%;
	line-height:15px;
	color:#999;
	border-top:1px solid #000;
	font-size:13px;
	background:#FFF;
	margin-bottom:15px;
	border-bottom:1px solid #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	background: #424242; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjNWI1YjViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  #424242 0%, #5b5b5b 7%, #424242 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(7%,#5b5b5b), color-stop(100%,#424242)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #424242 0%,#5b5b5b 7%,#424242 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #424242 0%,#5b5b5b 7%,#424242 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #424242 0%,#5b5b5b 7%,#424242 100%); /* IE10+ */

background: linear-gradient(to bottom,  #424242 0%,#5b5b5b 7%,#424242 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#424242',GradientType=0 ); /* IE6-8 */


}

.comentario:hover{
	border-top:1px solid #ca0800;
}

.comentario:focus{
	color:#222;
	border-top:1px solid #ca0800;
	background: #d6d6d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(11%, #f2f2f2), color-stop(100%, #d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-8 */
}

.obs_tit{
	width:100%;
	float:left;
	color:#999;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.rp_sw{
	width:100%;
	height:25px;
	overflow:hidden;
	float:left;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.rp_sw_fechado,
.rp_sw_aberto{
	width:100%;
	height:25px;
	line-height:25px;
	font-size:18px;
	float:left;
	text-align:center;
	display:block;
	text-decoration:none;
	overflow:hidden;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.rp_sw_aberto{
	color:#666;
}

.rp_sw_fechado{
	color:#CCC;
}
.rp_sw_fechado:hover,
.rp_sw_aberto:hover{
	color:#FFF;
	background:#444;
	cursor:pointer;
}

.nota{
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	background:#FC0;
	float:left;
}

.nota_vermelho{
    width:100%;
    height:auto;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
	background:#E50000;
    float:left;
}

.nota_verde{
    width:100%;
    height:auto;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
	background:#5cb85c;
    float:left;
}

.nota.gas
{
    background: #73DF2A;
}

.nota.eletricidade
{
    background: #59B1CB;
}

.nota.controloTS
{
    background: #bcf5bc;
}

.nota.controloSwitching
{
    background: #ffb38a;
}

.nota.controloTarifario
{
    background: #e4d7d0;
}

.nota.controloQualidade
{
    background: #d1c82a;
}

.nota_tit{
	width:96%;
	padding-left:2%;
	padding-right:2%;
	margin-bottom:10px;
	float:left;
	font-size:11px;
	color:#C60;
}

.nota_txt{
	float:left;
	width:96%;
	margin-left:2%;
	height:auto;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:left;
}

.nota_txt_branco{
    float:left;
    width:96%;
    margin-left:2%;
    height:auto;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:left;
}

.nota_normal{
	float:left;
	width:96%;
	margin-left:2%;
	height:auto;
	font-size:12px;
	color:#000;
	text-align:left;
    line-height: 1.5;
}

.nota_normal b,
.nota_normal strong {
    font-weight: bold;
}

.notaRecusaResumo .nota_tit
{
	color:#FFFFFF;
}

.notaRecusaResumo .linha_info_tit
{
	background:rgba(255,255,255,0.20);
	color:#FFE3DE;
	font-weight:bold;
}

.notaRecusaResumo .linha_info
{
	background:#FFFFFF;
	color:#8E1200;
	font-weight:bold;
}

.nota.controloCNECP
{
    background:#d7a5e8;
}

.lista_menu{
	display:flex ;
	flex-wrap:wrap ;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	min-height:30px;
	background: #cecece; /* Old browsers */

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #cecece 0%, #efefef 92%, #bfbfbf 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(92%,#efefef), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cecece 0%,#efefef 92%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cecece 0%,#efefef 92%,#bfbfbf 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cecece 0%,#efefef 92%,#bfbfbf 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cecece 0%,#efefef 92%,#bfbfbf 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-8 */
}


.rebordoFiltro{
	border:solid 2px forestgreen !important;
}
	

.lista_menu label, .swsPromptForm label{
	display:block;
	height:28px;
	line-height:28px;
	float:left;
	background:url(../gfx/trans/trans_preto/trans_10.png);
	border:1px solid #999;
	float:left;
	margin-right:2px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#444;
}

/*
.lista_menu label:hover, .swsPromptForm label:hover{
	border:#666 1px solid;
	color:#222;
	background:#FFF;
} */

.lista_menu label input:hover,
.lista_menu label:hover,
.swsPromptForm label:hover,
.swsPromptForm label input:hover
{
	cursor:pointer;
}

.lista_menu label span,
.swsPromptForm label span:not(.iti__country-name):not(.iti__dial-code){
    display:block;
    float:left;
    padding-right: 5px;
}

/* Filtro por ID nas listas (exportação, cartas, etc.) - destaque visual */
.lista_menu_filter_id
{
    color: #fff !important;
    background: #006E82 !important;
}

.spanPrompt
{
    display:block;
    float:left;
	font-size:10px;
	font-weight:bold;
	color:#444;
	margin-top: 11px;
	text-align: left;
}
.spanPrompt strong
{
    font-size: 12px;
}

.lista_menu2{
	width:96%;
	padding-left:2%;
	padding-right:2%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	min-height:30px;
	background:url(../gfx/trans/trans_preto/trans_25.png);
	border-top:1px solid #666;
	border-bottom:1px solid #555;
	float:left;
}

.lista_menu_bt{
	display:block;
	height:28px;
	line-height:28px;
	float:left;
	background:url(../gfx/trans/trans_preto/trans_70.png);
	border:1px solid #222;
	float:left;
	margin-right:2px;
	padding-left:15px;
	padding-right:15px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#aaa;
	text-decoration:none;
	margin-bottom: 2px;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.sw010ToggleCoresLabel{
	display:flex;
	align-items:center;
	gap:6px;
	padding-right:8px;
}

.sw010ToggleCoresText{
	display:block;
	line-height:28px;
}

.swsTooltipAnchor{
	position:relative;
	display:inline-flex;
	align-items:center;
	overflow:visible;
}

.sw010ToggleCoresSwitch{
	position:relative;
	display:inline-block;
	width:34px;
	height:18px;
	vertical-align:middle;
}

.sw010ToggleCoresSwitch input{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	opacity:0;
	cursor:pointer;
}

.sw010ToggleCoresSlider{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	border:1px solid #cfcfcf;
	border-radius:18px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.08);
	transition:background 0.15s ease, border-color 0.15s ease;
}

.sw010ToggleCoresSlider:before{
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	left:2px;
	top:2px;
	background:#111;
	border-radius:50%;
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	transition:left 0.15s ease, background 0.15s ease;
}

.sw010ToggleCoresSwitch input:checked + .sw010ToggleCoresSlider{
	background:#8CB55B;
	border-color:#8CB55B;
}

.sw010ToggleCoresSwitch input:checked + .sw010ToggleCoresSlider:before{
	left:18px;
	background:#fff;
}

.sw010ToggleCoresSwitch input:focus + .sw010ToggleCoresSlider{
	box-shadow:0 0 0 1px #666, inset 0 1px 1px rgba(0,0,0,0.08);
}

.swsTooltip{
	display:none;
	position:absolute;
	left:0;
	top:calc(100% + 8px);
	width:300px;
	padding:10px 12px;
	background:#fff;
	border:1px solid #d9d9d9;
	border-radius:6px;
	box-shadow:0 8px 20px rgba(0,0,0,0.18);
	color:#1f2a33;
	font-size:12px;
	font-weight:normal;
	line-height:1.35;
	text-transform:none;
	z-index:1000001;
	pointer-events:none;
	white-space:normal;
}

.swsTooltip:before{
	content:'';
	position:absolute;
	left:14px;
	top:-6px;
	width:10px;
	height:10px;
	background:#fff;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	transform:rotate(45deg);
}

.swsTooltipTrigger:hover + .swsTooltip,
.swsTooltipTrigger:focus-within + .swsTooltip{
	display:block;
}

.swsTooltipAnchor.swsTooltipForceClose .swsTooltip{
	display:none !important;
}

.swsTooltipTitle{
	display:block;
	margin-bottom:8px;
	font-weight:bold;
}

.swsTooltipItem{
	display:flex;
	align-items:flex-start;
	gap:8px;
}

.swsTooltipItem + .swsTooltipItem{
	margin-top:6px;
}

.swsTooltipSwatch{
	display:inline-block;
	width:10px;
	height:10px;
	margin-top:3px;
	border-radius:50%;
	flex:0 0 10px;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.14);
	background:#ddd;
}

.swsTooltipSwatch.cellPedidoEstadoRetirado{
	background:#8CB55B;
}

.swsTooltipSwatch.cellPedidoEstadoPendente{
	background:#ffe3a6;
}

.swsTooltipSwatch.cellPedidoEstadoErro{
	background:#ffb5b5;
}

.swsTooltipSwatch.cellPedidoEstadoAnulado{
	background:#d8c2ef;
}

.swsTooltipLabel{
	display:block;
	white-space:normal;
}

/**
 * HG #14539 20211216
 *
 * criado light button
 */
.lista_menu_bt_light{
    display:block;
    height:24px;
    line-height:24px;
    float:left;
    background:url(../gfx/trans/trans_preto/trans_70.png);
    border:1px solid #222;
    float:left;
    margin-right:2px;
    padding-left:15px;
    padding-right:15px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    cursor:pointer;
    font-size:9px;
    font-weight:bold;
    text-transform:uppercase;
    color:#aaa;
    text-decoration:none;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.lista_menu_bt2{
	display:block;
	height:28px;
	line-height:28px;
	float:left;
	background:url(../gfx/trans/trans_preto/trans_20.png);
	border:1px solid #777;
	float:left;
	margin-right:2px;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -khtml-border-radius: 3px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ccc;
	text-decoration:none;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.lista_menu_bt2:hover,
.lista_menu_bt:hover,
.lista_menu_bt_selected{
	background:#000;
	color:#FFF;
}

.esp_tit{
	width:96%;
	padding-left:2%;
	padding-right:2%;
	float:left;
	height:40px;
	line-height:40px;
	background:#ececec;
	color:#333;
	font-weight:bold;
	text-align:center;

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.drag_lista{
	width:96%;
	margin-left:2%;
	float:left;
}

#sortable {
	list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px;
}
#sortable li {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:1px;
}
#sortable li:hover{
	cursor:move;
}

.sort_li{
	width:96%;
	padding-left:2%;
	padding-right:2%;
	float:left;
	height:40px;
	line-height:40px;
	background:url(../gfx/trans/trans_preto/trans_15.png);
	color:#222;
	font-size:14px;
}

.sort_li_sel{
	width:96%;
	padding-left:2%;
	padding-right:2%;
	float:left;
	height:40px;
	line-height:40px;
	background:url(../gfx/trans/trans_preto/trans_85.png);
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.login{
	background: #d8d8d8; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #d8d8d8 0%, #f7f7f7 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d8d8d8 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d8d8d8 0%,#f7f7f7 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d8d8d8 0%,#f7f7f7 100%); /* IE10+ */

background: linear-gradient(to bottom,  #d8d8d8 0%,#f7f7f7 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
position:fixed;
width:100%;
height:100%;
float:left;
}

.login_cx{
	width:450px;
	height:300px;
	left:50%;
	margin-left:-225px;
	top:50%;
	margin-top:-150px;
	position:relative;
	z-index:20000;
	background: #f9f9f9; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

background: -moz-linear-gradient(-45deg,  #f9f9f9 0%, #ededed 98%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9f9f9), color-stop(98%,#ededed)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #f9f9f9 0%,#ededed 98%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #f9f9f9 0%,#ededed 98%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #f9f9f9 0%,#ededed 98%); /* IE10+ */

background: linear-gradient(135deg,  #f9f9f9 0%,#ededed 98%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	-moz-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
}

.login_cx.swsPrevent
{
    position:fixed;
    display:none;
}

.login_logo,
.login_tit,
.login_linha,
.login_linha div,
.login_bts{
	width:410px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

.login_logo{
	height:40px;
	text-align:center;
}

.login_linha{
	margin-top:20px;
	background:url(../gfx/trans/trans_preto/trans_15.png);
		-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	padding:0;
	margin-left:20px;
	height:70px;
}

.login_linha input {
	padding:0;
	margin:0;
	left:0;
	top:0;
	outline:none;
	border:0;
	width:100%;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:14px;
	background:url(../gfx/trans/trans_preto/trans_15.png);
		-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	border-top:1px solid #333;
	border-bottom:1px solid #FFF;
	color:#777;
}


.login_linha input:hover{
	background:url(../gfx/trans/trans_preto/trans_25.png);
	color:#222;
}
.login_linha input:focus{
	background:url(../gfx/trans/trans_preto/trans_75.png);
	color:#fff;
}

.login_linha div{
	width:370px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#888;
	float:left;
	text-shadow: #fff 0px 1px 0px;
	-webkit-text-shadow: #fff 0px 1px 0px;
	-moz-text-shadow: #fff 0px 1px 0px;
}

.login_entrar, .login_entrar_prevent{
	width:408px;
	display:block;
	float:left;
	text-decoration:none;
	color:#CCC;
	height:38px;
	margin-top:20px;
	border:1px solid #000;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	text-shadow: #000 0px 1px 2px;
	-webkit-text-shadow: #000 0px 1px 2px;
	-moz-text-shadow: #000 0px 1px 2px;
}
.login_entrar:hover, .login_entrar_prevent:hover{
	background:#222;
	color:#FFF;
}

a.signed{
	background:url(../gfx/signed.png) center center no-repeat;
	width:100px;
	height:30px;
	display:block;
	float:left;
	position:fixed;
	top:100%;
	left:50%;
	margin-left:-50px;
	margin-top:-40px;
	display:block;
	text-decoration:none;
	opacity:0.55;
	filter:alpha(opacity=55);
}

a.signed:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

a.goldenergy{
    background:url(../gfx/gbox_gold_logo.svg) center center no-repeat;
    background-size: 100% 100%;
    width:70px;
    height:70px;
    display:block;
    float:left;
    position:fixed;
    top:40px;
    left:50%;
    margin-left:-35px;
    display:block;
    text-decoration:none;
    opacity:0.35;
    filter:alpha(opacity=35);
}

a.goldenergy:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

.swsMenuLink
{
    cursor: pointer;
}

/* HG #41701 20250119  */
.swsSubMenuLink
{
	text-transform:uppercase;
}

.swsFormSw
{
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    z-index:10001;
}

/* LOUREIRO 7 DE JULHO DE 2017 */
.swsFormSwLightbox, .swsFormSwLightboxSw013, .swsFormSwPrevent, .swsFormSwLightboxHSw033, .swsFormSwLightboxHSw059, .swsFormSwLightboxVas
{
    position: fixed;
    width: 100%;
    display: none;
    background: url('../gfx/trans/trans_preto/trans_80.png');
    height: 100%;
    z-index:8000;
}

.swsFormSwPrevent
{
    z-index:10002;
}

.swFrmOnEdit
{
    display:none !important;
}

/******************************************************************************
*                           SWS ALERT BOX
*******************************************************************************/
.cortina{
	z-index:100000;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:url(../gfx/trans/trans_preto/trans_90.png);
	display:none;
}

.mensagem, .swsPrompt{
	z-index:100001;
	width:400px;
	margin-left:-220px;
	left:50%;
	top:0;
	margin-top:40px;
	background:#FFF;
	position:fixed;
	padding:20px;
	display:none;
}

.swsPrompt{
    z-index: 100000;
}

.aviso{
	width:100%;
	height:30px;
	font-size:18px;
	text-align:center;
	float:left;
	font-weight:700;
}

.msg_tit, .swsPromptTit{
	width:100%;
	height:30px;
	font-size:18px;
	text-align:center;
	float:left;
	border-bottom:1px dotted #999;
	font-weight:700;
}

.msgDelimiter{
	border-bottom:1px dotted #999;
}

.msg_txt, .swsPromptForm{
	width:100%;
	height:auto;
	font-size:13px;
	text-align:center;
	float:left;
	margin-top: 5px;
}

.swsPromptForm label
{
    margin-top: 10px;
    height: auto;
}

.swsPromptForm .notificacao
{
    float: left;
}

.tit_bts, .swsPromptBts{
	width:100%;
	height:40px;
	float:left;
	margin-top:20px;
	padding-bottom:10px;
	display:flex;
	justify-content:space-between;
	gap:10px;
}

.swsPromptBts a
{
	display:block;
	float:none;
	width:auto;
	flex:1 1 0;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:900;
	background:url('../gfx/forms/bt.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-decoration:none;
/*  margin-left:125px;*/
	text-shadow:#999 0px 1px 1px;
}
.swsPromptBts a:hover{
	color:#FFF;
	background:url('../gfx/forms/bt_h.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-shadow:#000 0px 2px 2px;
    cursor: pointer;
}

.swsPromptBts.swsPromptBtsMulti
{
	display:flex;
	justify-content:space-between;
	gap:10px;
}

.swsPromptBts.swsPromptBtsMulti a
{
	float:none;
	width:auto;
	flex:1 1 0;
	margin-left:0;
}

.promptCenterBts .swsPromptBts{
    display: flex;
    justify-content: center;
}

.promptEqualBts .swsPromptBts
{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.promptEqualBts .swsPromptBts a
{
    float: none;
    width: 150px;
    margin-left: 0;
}

a.msg_bt{
	display:block;
	float:left;
	width:150px;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:900;
	background:url('../gfx/forms/bt.png');
	text-decoration:none;
	margin-left:125px;
	text-shadow:#999 0px 1px 1px;
}

a.msg_bt:hover{
	color:#FFF;
	background:url('../gfx/forms/bt_h.png');
	text-shadow:#000 0px 2px 2px;
        cursor: pointer;
}

.divEstados
{
    position: fixed;
    width: auto;
    height: 40px;
    background: #666;
    padding-left: 10px;
    padding-right: 10px;
    right: 2%;
    margin-top: 20px;
    line-height: 40px;
    color: #aaa;
    font-size: 12px;
    z-index: 10;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

.divEstados .sep
{
    line-height: 40px;
    background: #0F7DA0;
    text-transform: uppercase;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    float: left;
}

.divEstados .tit
{
    text-transform: uppercase;
    width: auto;
    float: left;
    padding-left: 15px;
    padding-right: 5px;
}

.divEstados .contEstados
{
    width: auto;
    float: left;
    height: 40px;
    line-height: 40px;
}
.divEstados .contEstados select
{
	background:#FFF;
	border:#999 1px solid;
	width:100%;
	height:22px;
}
.divEstados .contEstados select, .divEstados .contEstados input
{
    margin-top: 8px;
}

.swsUpload {
    position:relative;
    width:351px;
    height: 28px;
    float:right;
    line-height: 28px;
    border: 1px solid #222;
    margin-right: 2px;
/*                        padding-left: 15px;
    padding-right: 15px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #AAA;
    background: url('../gfx/trans/trans_preto/trans_70.png');

  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */

}
.swsRealUpload {
    position:absolute;
    top:0;
    right:0;

    /* start of transparency styles */
    opacity:0;
    -moz-opacity:0;
	filter: alpha(opacity=0);
    /* end of transparency styles */

    z-index: 2; /* bring the real upload interactivity up front */
    width: 351px;
    height: 28px;
    cursor: pointer;
}

.swsFakeUpload input {
    width:271px;
    background: transparent;
    border: 0;
    z-index: 1;
    color: #AAA;
    text-indent: 10px;
}

.sw010FilterFormList
{
    height: 30px;
}

.sw010FilterFormListUp
{
    overflow: hidden;
}

.showHide{
    width: 60px;
    height: 20px;
    left: 50%;
    margin-left: -30px;
    font-size: 10px;
    color: white;
    background: url('/gfx/show_base.png') center center no-repeat;
    position: relative;
    float: left;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.showHideUp{
    width: 60px;
    height: 20px;
    left: 50%;
    margin-left: -30px;
    font-size: 10px;
    color: white;
    background: url('/gfx/show_topo.png') center center no-repeat;
    position: relative;
    float: left;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.showHide:hover, .showHideUp:hover
{
    background-color: #404040;
}
.input_view.ren a
{
    text-decoration: none;
    color: #117DA0;
    font-weight: 400;
}

.input_view.history_changed
{
    border: 2px dashed #9E0001 !important;
}

.swsTransportarRequired
{
    border: 1px solid #ff9900 !important;
}

.swsFrmPrevent,
.swsFrmPreventLimitededition,
.swsFrmPreventEletricidade,
.swsFrmPreventChaveSms
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background: url('../gfx/trans/trans_preto/trans_70.png');
    height: 100%;
    z-index:8000;
}
.swsFrmPreventLimitededition,
.swsFrmPreventEletricidade,
.swsFrmPreventChaveSms
{
    background: url('../gfx/trans/trans_preto/trans_10.png');
}

.swsSubRedePrevent
{
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    height: 80%;
    z-index: 8000;
}

.edicao_tab_sep.ok
{
    background: #419628;
}
.edicao_tab_sep.error
{
    background: #CA0800;
}


/*UPDATE - cliente_novo v2*/
.swsTabControloTabs
{
    display: none;
}
.swsTabControloTabs.ativo
{
    display: block;
}

.swsTabControlo.inativo
{
    cursor: default !important;
    opacity:0.55;
	filter:alpha(opacity=55);
}

.linha_info_tit
{
    text-transform: uppercase;
}

.edicao_content
{
    width: 100%;
    position: relative;
    height: 100%;
    float: left;
    padding: 1px;
}

/*ESTILOS DO UPLOADER*/
.progress-wrap .prog .size
{
    display: inline-block;
    vertical-align: middle;
}
.progress-wrap .prog .progress
{
    width: 50%;
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-wrap .prog .progress.active .progress-bar
{
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-wrap .prog .progress-striped .progress-bar-success
{
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-wrap .prog .progress-striped .progress-bar
{
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress-wrap .prog .progress-bar-success
{
    background-color: #5cb85c;
}

.progress-wrap .prog .progress-bar
{
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.sw010s144Files .btn-primary,
.swsUploadButton .btn-primary,
.ajaxUpload .btn-primary
{
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    line-height: normal;
    display: inline-block;
}

.sw010s144Files .btn-primary:hover,
.swsUploadButton .btn-primary:hover,
.ajaxUpload .btn-primary:hover,
.sw010s144Files .btn-hover,
.swsUploadButton .btn-hover,
.ajaxUpload .btn-hover
{
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.sw010s144Files .btn-confirm-del,
.swsUploadButton .btn-confirm-del,
.ajaxUpload .btn-confirm-del
{
    color: white;
    background: red;
    margin-left: 5px;
    font-size: 12px!important;
    margin-top: -4px;
    display: none;
}
.sw010s144Files .btn,
.swsUploadButton .btn,
.ajaxUpload .btn
{
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.gBoxDriveFile
{
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 6px;
    min-height: 31px;
}

.gBoxDriveFile a
{
    text-decoration:none;
    color: #666;
}

.gBoxDriveFile i
{
    font-size: 20px;
    cursor: pointer;
    line-height: 20px;
    margin-right: 2px;
}

.gBoxDriveFile i.fa-trash-o:hover
{
    color: red;
}
.gBoxDriveFile i.fa-download:hover
{
    color: rgb(70, 136, 71);
}

.gBoxDriveFileDel
{
    width: auto;
}

.gBoxDriveFile .swsFrmPrevent
{
    display: none;
    position: relative;
    top: 14px;
    left: -5px;
    margin-top: -5px;
    margin-bottom: -10px;
}

.gBoxDriveFileSuccessUpload
{
    background: rgb(223, 240, 216);
}

.gBoxDriveFileEffect
{
    -webkit-transition: backgroundColor 0.05s ease-in-out;
    -moz-transition:    backgroundColor 0.05s ease-in-out;
    -ms-transition:     backgroundColor 0.05s ease-in-out;
    transition:         backgroundColor 0.05s ease-in-out;
}
/*fix para o simpleajaxupload, sw010s144File*/
input[name="sw010s144File"],
input[name="sw010s05ChamadaFile"],
input[name="sw010s162ChamadaFile"],
input[name="sw010s144ChamadaFile"],
input[name="sw010s159ATGasFile"],
input[name="sw028CarregarRespostas"],
input[name="ConversorXML2CSV"],
input[name="sw010s190PDFFile"],
input[name="sw010s200PDFFile"]
{
    height: 100%;
}

.swsWarning {
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	text-align: center;
}


/*CSS PARA ESTILAR TABLE*/

table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 5px;
  font-size: 11px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  background-color: #F2F2F2;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.linha.ficha
{
    border: 0px #ccc dotted;
    padding: 5px;
    position: relative;
    background-color: #FC0;/*#1eef2f;*/
    margin-top:5px;
}

.sms_count {
    background:#fff;
    color:#CA0800;
    width:96%;
    padding:2%;
    text-align:right;
    line-height:15px;
    font-size:11px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    display: block;
}

.sms_count span
{
    display: inline;
    font-size: 11px;
}


.swsFixSmsW3Cpe
{
    margin-left: 0!important;
}

.gBoxDriveFile .w4{
    margin: 0!important;
}

audio::-internal-media-controls-download-button,
video::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure,
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.promptLG{
  width: 50%;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.promptLG .swsFormDivida{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.promptLG .linhaPromptW2{
  display :flex;
  justify-content: space-between;
}

.promptLG label{
  display: flex;
  justify-content: space-between;
}

.promptLG .promptCenterTxt{
  justify-content: center;
}

.promptLG .linhaPromptW2 .promptDivLabel{
  display: flex;
  flex-direction: column;
  flex: 0.49;
}

.promptLG .linhaPromptW2 label{
  flex-grow: 1;
}

.promptLG .linhaPromptW2 label input{
  width: 80%;
}

.promptLG .linhaPromptW2 label input:read-only{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(11%, #f2f2f2), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0 );
}

.promptLG textarea{
  overflow: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  resize: none;
  width: 90%;
  border: #999 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #d6d6d6;
  margin-top: 1px;
  margin-bottom: 1px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(11%, #f2f2f2), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  background: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0 );
}

.promptLG textarea.comentarioPrivado{
  width: 85%;
  height: auto;
  line-height: normal;
}

.promptLG .swsPromptBts{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 880px) {
  .promptLG .linhaPromptW2{
  	flex-direction: column;
  }
}

.SimpleUploadOuter
{
    display: inline!important;
}

/**
 * HG #9601 20201109
 * 
 * Produto VAS Detalhe
 */

.produto_vas_detalhe
{
    background-color: #CCC;
    float: left;
    width: 98%;
    margin-top: 10px;
    padding: 1%;
}

.cont_sep > .btp i.fa
{
    color: #91DC1E;
    margin-right: 10px;
    margin-top: 4px;
    float:left;
}

.cont_sep > .btp:hover i.fa
{
    color: black;
}

.ibtp
{
    float: right;
}

.ibtp:hover > i.fa
{
    color: #555 !important;
    cursor: pointer;
}

[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}

/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #00C986;
    color: #fff;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}

.mfa-input-group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mfa-timer-inline {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #555;
	font-weight: 500;
	font-size: 0.95rem;
}

.mfa-timer-value {
	font-weight: bold;
	color: #d32f2f; /* vermelho suave */
}

.request-new-mfa-wrapper {
    margin-top: 10px;
    text-align: center;
}

.btn-request-mfa {
    display: inline-block;
    background-color: #1976d2;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-request-mfa:hover {
    background-color: #125aa0;
}

/***********************
 ****** RUI 13611 ******
 **********************/
.login_cx{
	height: 325px;
}

.recoverPasswordLink{
	float: left;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    margin: 15px 0;
}

.recoverPasswordLink a{
	text-decoration: none;
	color: inherit;
}

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

.swsPopupPwd label{
	width: 390px;
	padding: 5px;
}

.swsPopupPwd label input{
	width: 100%;
}

[data-tooltip]:before {
	min-width: 250px;
	padding: 5px;
}

[data-tooltip]:hover:after{
	left: 10px;
}

.swsPromptTit{
	min-height: 30px;
	padding: 10px;
	width: 380px;
}

.div_tooltip .cont span:not(.iti__dial-code):not(.iti__country-name){
	width: auto;
	float: left;
}

.div_tooltip .cont span:not(.iti__dial-code):not(.iti__country-name).recoverForm{
	text-indent: 0;
	bottom: 10px;
	height: 10px;
}
/***********************
 ****** RUI 13611 ******
 **********************/
 

.menu_logo img{
	min-width: 100px;
}

.labelHighlight label
{
	color:#fff;
	background:#006E82;
}

.cont_checks_flex{
	display: flex; 
	flex-wrap: wrap;
}

.dibs_checks_flex{
	display: flex; 
	flex-direction: row-reverse; 
	align-items: center; 
	margin-right: 10px;
}

.dibs_checks_flex label{
	margin-left: 0; 
	margin-top: 1px;
	height: 30px;
	line-height: 30px;
}

.lista_menu .chosen-container .chosen-results{
	padding 	: 0;
    width 		: 100%;
}

.chosen-with-drop{
	overflow: visible !important;
}

.chosen-drop
{
	overflow: visible !important;
}

.chosen-container {
    margin-top 		: 2px !important;
	font-size 		: 10px !important;
	font-weight 	: bold;
	text-transform	: uppercase;
	min-width 		: 120px !important;
}

.lista_menu .chosen-container {
	min-width : 140px !important;
}

.chosen-container .chosen-results li {
	font-size 	: 12px !important;
	font-weight : normal !important;
}

.chosen-container-single .chosen-single {
	color : #555 !important;
	min-width: 120px !important;
}

.lista_menu .chosen-container-multi .chosen-choices li.search-field input.chosen-search-input {
	min-width : 120px !important;
}

.jqx-calendar td{
	vertical-align: middle;
}

.login_entrar, .login_entrar_prevent{
	cursor: pointer;
}

.login_entrar.disabled, .login_entrar_prevent.disabled{
	pointer-events: none;
}

.swsFormLoginCortina
{
    position: fixed;
    width: 100%;
    display: none;
    background: url('../gfx/trans/trans_preto/trans_80.png');
    height: 100%;
    z-index:8000;
}

.c_input.error{
	border: 1px solid rgb(255, 0, 0);
}

.swsPromptTit{
	height: auto;
}

.prevent-select {
  	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.cont > .smallInfo {
	display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-indent: 15px;
    font-size: 10px;
    color: #999;
}

.hidden{
	display: none!important;
}

.permLevel {
    padding: 3px !important;
    margin-left: 3px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    width: 50px !important;
    text-align: center !important;
    display: inline !important;
    font-weight: bold !important;
    font-size: 8px !important;
    text-transform: uppercase !important;
    height: auto !important;
}

.permLevel1 {
	background-color: #5bc0de !important; 
}

.permLevel1:after {
  content: "Leve" !important;
}

.permLevel2 {
	background-color: #f0ad4e !important;
}

.permLevel2:after {
  content: "Moderado" !important;
}

.permLevel3 {
	background-color: #d9534f !important;
}

.permLevel3:after {
  content:"Cr\00edtico" !important;
}


/** HG 23683 ********************************************/

.chosen-container-multi .chosen-choices {
	height: auto !important;
	border-radius: 4px;
    overflow-y: auto;
}

li.search-choice {
	margin-top: 2px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #555 !important;
    font-weight: bold;
}


.lista_menu_bt_sem_float{
		display:inline-block;
		height:28px;
		line-height:28px;
		background:url(../gfx/trans/trans_preto/trans_70.png);
		border:1px solid #222;
		margin-right:2px;
		padding-left:15px;
		padding-right:15px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	    -khtml-border-radius: 3px;
		cursor:pointer;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		color:#aaa;
		text-decoration:none;
		margin-bottom: 2px;

	  	-webkit-user-select: none; /* Safari */
	  	-ms-user-select: none; /* IE 10 and IE 11 */
	  	user-select: none; /* Standard syntax */
}

.lista_menu_bt_sem_float:not(:first-of-type){
	margin-left: 10px;
}

.lista_menu_bt_sem_float.btnActive{
	color: white;
}

.tac{
	text-align: center
}

.checkboxContainer{
	display: flex;
}

.checkboxContainer .checkboxElement{
	display: flex;
	flex-direction: row;
	margin-right: 50px;
}

.checkboxContainer .checkboxElement label{
	margin-right: 10px;
	line-height: 25px;
}

.swsFormMetodo .iti--allow-dropdown{
	float: left;
}

.swsFormMetodo .iti__flag-container, 
.swsFormMetodo #ind_tlf_tit_contrato_popup{
	top: 2px;
}

.cont .radio-wrap {
	display: inline-grid;
	text-align: left;
	margin: 10px 15px 0px 0px;
}

.radio-wrap label{
	display: flex;
	margin-left: 8px;
	margin-top: 5px;
}

.redAlert {
	color: red;
	font-weight: bold;
	font-size: 14px;
	margin: 14px 0px;
}

.swsPromptSmartCalls .swsPromptTit{
	width: calc(100% - 20px);
}

.swsPromptSmartCalls div.mt_5{
	margin-top: 5px;
	margin-bottom: 15px;
}

.swsPromptSmartCalls p.ib{
	display: inline-block;
	padding: 5px;
}

.swsPromptSmartCalls textarea{
	overflow: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    resize: none;
    width: 90%;
    border: #999 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #d6d6d6;
    margin-top: 1px;
    margin-bottom: 1px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(11%, #f2f2f2), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 11%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0 );
	width: calc(100% - 20px);
    padding: 10px;
    resize: vertical;
}

.swsPromptSmartCalls .swsPromptClose{
	display: none;
}

.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorCont{
	display: flex;
	width: 100%;
}

.swsPromptSmartCallsInline{
	display:none;
	float:left;
	width: 100%;
}

/* CARVALHO - 20260820: popup Smart Call nas stats */
.swsPrompt.promptSmartCalls{
	width: 80%;
	max-width: 1200px;
}

.swsPrompt.promptSmartCalls .swsPromptForm{
	max-height: 70vh;
	overflow: auto;
}

.swsPrompt.promptSmartCalls .btnFecharSmartCall{
	display: none !important;
}

/*.swsPromptSmartCalls .swsPromptSmartCallsAvaliador{
	display: flex;
	width: 50%;
	justify-content: flex-end;
}*/

.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorDiv{
	display: flex;
} 

.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorDiv p{
	margin-right: 10px;
	line-height: 23px;
}

.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorDiv div{
	display: flex;
	flex-direction: row-reverse;
}

.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorDiv .swsPromptSmartCallsEstrela,
.swsPromptSmartCalls.swsPromptSmartCallsInline .cont.contTxtAnalysTxt .swsPromptSmartCallsAvaliadorDiv span.swsPromptSmartCallsEstrela{
	width: 20px;
	background-image: url(./gfx/estrela.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	cursor: pointer;
}

.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorDiv .swsPromptSmartCallsEstrela.swsPromptSmartCallsEstrelaMarcado,
.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorDiv .swsPromptSmartCallsEstrela:hover ~ .swsPromptSmartCallsEstrela, 
.swsPromptSmartCalls .swsPromptSmartCallsAvaliadorDiv .swsPromptSmartCallsEstrela:hover,
.swsPromptSmartCalls.swsPromptSmartCallsInline .cont.contTxtAnalysTxt .swsPromptSmartCallsAvaliadorDiv span.swsPromptSmartCallsEstrela.swsPromptSmartCallsEstrelaMarcado,
.swsPromptSmartCalls.swsPromptSmartCallsInline .cont.contTxtAnalysTxt .swsPromptSmartCallsAvaliadorDiv span.swsPromptSmartCallsEstrela:hover ~ .swsPromptSmartCallsEstrela, 
.swsPromptSmartCalls.swsPromptSmartCallsInline .cont.contTxtAnalysTxt .swsPromptSmartCallsAvaliadorDiv span.swsPromptSmartCallsEstrela:hover{
	background-image: url(./gfx/estrela_x.svg);
}

html body .jq-toast-wrap {
	z-index: 10000000!important;
}

.swsPromptSmartCalls.swsPromptSmartCallsInline .contTransTxt .ib, .contTxtAnalysTxt .ib, .contTransCQ .ib{
	color: #000;
}

/* CARVALHO - 20260821: badge CQ na linha abaixo do titulo (label com float:left) */
.swsPromptSmartCalls .contTransCQ > label{
	width: calc(100% - 10px);
}

.swsPromptSmartCalls .contTransCQ .tableTransCQ,
.swsPromptSmartCalls .contTransCQ .mt_5{
	clear: both;
	float: left;
	width: 100%;
}

.swsPromptSmartCalls.swsPromptSmartCallsInline textarea#transTxt,
.swsPromptSmartCalls.swsPromptSmartCallsInline textarea#txtAnalysTxt{
	font-family: sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.swsPromptSmartCalls.swsPromptSmartCallsInline .btnFecharSmartCall{
	margin-bottom: 20px;
}


.divSuggestion{
	display: none;
	justify-content: space-between;
}

.divSuggestion .suggestionOcr{
	background-color: #88B04B;
	color:#FFF;
	width: 75%; 
	padding:2%;
	margin-right: 15px;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.5px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
    padding-bottom:10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

.divSuggestion .suggestionOcr.suggestionOcrRed{
	background-color: #FF6F61;
}

.divSuggestion .suggestionOcr.suggestionOcrYellow{
	background-color: #EFC050;
}

.divSuggestion .suggestionOcr.suggestionOcrGreen{
	background-color: #88B04B;
}

.divSuggestion .suggestionOcr.suggestionOcr2{
	width: 100%;
	background-color: #FF6F61!important;
}

.divSuggestion .btAlterarValor{
	margin-top: 10px;
	margin-bottom: 0;
}

.textWarning {
	background-color: #f8e5b8;
	width: 100%;
	border: solid 1px #e6a101;
	text-align: left;
	line-height: 1.5em;
	border-radius: 6px;
}

.table-textanalysiscq table {
	font-weight: bolder;
}

.table-textanalysiscq th {
	background-color: rgb(223, 240, 216);
	font-weight: bolder;
	text-transform:uppercase;
}

.textWarning p {
	padding: 5px;
}

.weekdays-list .weekdays-day{
	color: #0f7da0 !important;
}

.jqx-listbox-container{
	z-index: 999999 !important;
}

.jqx-rc-all.jqx-rc-all-ui-smoothness.jqx-fill-state-normal.jqx-fill-state-normal-ui-smoothness:has(.jqx-grid-load) {
    z-index: 999999 !important;
}

.jqx-grid-content {
  z-index: 300 !important;
}

.jqx-datetimeinput-ui-smoothness .jqx-input-content-ui-smoothness {
    padding: 0px 6px !important;
}

/**
 * HG #42183 20250217
 */

#frmBloquearDados {
	text-align: left;
	line-height: 1.5em;
}

#frmBloquearDados p {
	line-height: 1.2em;
}

#frmBloquearDados .note {
	margin-top: 20px;
	color: #fc6f03;
}

#frmBloquearDados textarea {
	margin-top: 10px;
	width: 100%;
	height: 50px;
}

.jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellBlocked {
	background-color: #ff8f8f;
}

.jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellNotBlocked {
	background-color: transparent;
}

.jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoRetirado,
.input_view.cellPedidoEstadoRetirado {
	background-color: #8CB55B;
	border-color: #8CB55B;
	color: #1f2a33;
}

.input_view.cellPedidoEstadoRetirado {
	background: #8CB55B !important;
	border-color: #8CB55B !important;
	color: #1f2a33 !important;
}

.jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoPendente,
.input_view.cellPedidoEstadoPendente {
	background-color: #ffe3a6;
	border-color: #ffe3a6;
	color: #1f2a33;
}

.input_view.cellPedidoEstadoPendente {
	background: #ffe3a6 !important;
	border-color: #ffe3a6 !important;
	color: #1f2a33 !important;
}

.jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoErro,
.input_view.cellPedidoEstadoErro {
	background-color: #ffb5b5;
	border-color: #ffb5b5;
	color: #1f2a33;
}

.input_view.cellPedidoEstadoErro {
	background: #ffb5b5 !important;
	border-color: #ffb5b5 !important;
	color: #1f2a33 !important;
}

.jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoAnulado,
.input_view.cellPedidoEstadoAnulado {
	background-color: #d8c2ef;
	border-color: #d8c2ef;
	color: #1f2a33;
}

.input_view.cellPedidoEstadoAnulado {
	background: #d8c2ef !important;
	border-color: #d8c2ef !important;
	color: #1f2a33 !important;
}

#jqxgrid.sw010CoresDesativadas .jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoRetirado,
#jqxgrid.sw010CoresDesativadas .jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoPendente,
#jqxgrid.sw010CoresDesativadas .jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoErro,
#jqxgrid.sw010CoresDesativadas .jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoAnulado,
	#jqxgrid.sw010CoresDesativadas .jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoRescindido {
	background-color: transparent !important;
	color: inherit !important;
}

.jqx-grid-cell.jqx-grid-cell-ui-smoothness.jqx-item.jqx-item-ui-smoothness.cellPedidoEstadoRescindido {
	background-color: #d8c2ef;
	color: #1f2a33;
}

.cta-feedback-btn {
	position: fixed;
	top: 70px;
	right: -200px;
	transform: translateY(-50%);
	background-color: #006E82;
	color: white;
	padding: 12px 12px 12px 40px;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	cursor: pointer;
	transition: right 0.3s ease;
	white-space: nowrap;
	font-weight: bold;
}

.cta-feedback-btn::before {
	display: inline-block;
	margin-left: 10px;
	position:absolute;
	top: 8px;
	left: 0px;
    width: 20px;
    height: 20px;
}

.cta-feedback-btn:hover {
	right: 0;
}

.swsTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.swsTable th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.swsTable th, .swsTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    align-content: center;
}

.swsTable td {
    height: 25px;
}

.icon-button-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
}

.btn-action {
    border: solid 1px #bbbbbb;
    padding: 4px;
}


/****
** simulador_poupanca.php
****/
.simContainer *{
	box-sizing: border-box;
}

.simContainer{
	position: relative; 
	width: 100%; 
	height: calc(100vh - 132px); 
	display: flex; 
	flex-direction: column;
	justify-content: center; 
	align-items: center;
}

.simContainer .formContainer{
	position: relative;
	width: 1280px;
	height: 600px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	overflow-y: scroll;
	padding: 30px 20px;
	display: grid;
  	place-items: center;
}

.simContainer #formSimulador {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.simContainer .cardContainer {
	min-width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	color: black;
}

.simContainer .cardContainer:not(:last-of-type){
	margin-bottom: 40px;
}

.simContainer .card{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 20px;
	padding: 20px 10px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	min-height: 50px;
	max-width: 200px;
	min-width: 200px;
	text-align: center;
	cursor: pointer;
}

.simContainer .cardImg{
	min-height: 150px;
}

.simContainer .card.cardEle,
.simContainer .card.cardGas{
	min-width:  450px;
	min-height: 195px;
}

.simContainer .card:not(.cardEle):not(.cardGas):hover,
.simContainer .card.cardSelected{
	border: 1px solid black;
}

.simContainer .card.cardError,
.simContainer .inputError{

	border: 1px solid red;
}

.simContainer .card .imgEnergia{
	max-height: 40px;
}

.simContainer .card .txtLabel{
	font-size: 20px;
	line-height: 25px;
}

.simContainer .formItem{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}

.simContainer .formItem .formItemLabel{
	font-size: 15px;
	line-height: 20px;
	width: 65%;
	text-align: left;
}

.simContainer .formItem .formItemInput{
	width: 30%;
}

.simContainer .formItem .formItemInput input,
.simContainer .formItem .formItemInput select,
.simContainer .formItem .formItemInput div{
	width: 100%;
}

.simContainer .simBtns{
	position: relative;
	width: 1024px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.simContainer .simBtns button{
	padding: 17px 40px;
	border-radius: 10px;
	cursor: pointer;
	border: 0;
	background-color: white;
	box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 15px;
	transition: all 0.5s ease;
	background-color: hsl(189, 100%, 25%);
	color: hsl(0, 0%, 100%);
}

.simContainer .simBtns button:hover{
	background-color: hsl(189, 100%, 25%);
	color: hsl(0, 0%, 100%);
	box-shadow: rgb(0 110 130) 0px 7px 29px 0px;
}

.simContainer .simBtns button:active{
	background-color: hsl(189, 100%, 25%);
	color: hsl(0, 0%, 100%);
	box-shadow: rgb(0 110 130) 0px 0px 0px 0px;
	transition: 100ms;
}

.simContainer .simBtns .errors{
	margin-top: 20px;
	color: red;
	font-size: 15px;
	line-height: 20px;
	min-height: 20px;
}

.simContainer .simResults{
	height: 100%;
	width: 100%;
}

.simContainer .simResultsCliente{
	border-bottom: 2px solid black; 
	padding-bottom: 25px;
}

.simContainer .simResultsTit{
	text-align:center; 
	font-size: 25px;
	line-height:30px; 
	margin-bottom:20px;
}

.simContainer .simResultsClienteEnergias{
	display: flex; 
	justify-content: center; 
	column-gap: 20px;
}

.simContainer .simResultsClienteEnergia{
	max-width: 50%; 
	min-width: 400px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.simContainer .simResultsSubTit{
	font-size: 20px; 
	line-height:25px; 
	margin-bottom:15px;
}

.simContainer .simResultsClienteItem{
	display: flex; 
	margin-bottom: 5px;
	justify-content: space-between;
}

.simContainer .simResultsClienteItemTotal{
	margin-top: 10px;
}

.simContainer .simResultsClienteItemLabel{
	font-size: 15px; 
	line-height:20px; 
	font-weight: bold;
}

.simContainer .simResultsClienteItemValue{
	font-size: 15px; 
	line-height:20px;
}

.simContainer .simResultsTotalFatura{
	position: relative; 
	max-width: 820px;
	margin-top: 20px; 
	left: 50%; 
	transform: translateX(-50%); 
	text-align: center;
	padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.simContainer .simResultsHeader{
	margin-top: 15px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 30px
}

.simContainer .simResultsTable{
	display: flex; 
	flex-direction: column;
	margin-bottom: 50px;
}

.simContainer .simResultsTableTit{
	text-align: center;
	font-size: 25px;
	line-height:30px; 
	margin-bottom:10px;
}

.simContainer .simResultsTableTitBold{
	font-weight: bold;
}

.simContainer .simResultsPrecos{
	display: flex; 
	column-gap: 15px; 
	justify-content: center;
	width: 100%; 
	margin-bottom: 10px;
}

.simContainer .simResultsTableEnergia{
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.simContainer .simResultsTableDif{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.simContainer .simResultsGoldItem{
	display: flex; 
	margin-bottom: 5px;
	column-gap: 15px;
    justify-content: space-between;
}

.simContainer .simResultsGoldItemTotal{
	margin-top: 10px;
	margin-bottom: 25px;
}

.simContainer .simResultsGoldItemLabel{
	font-size: 15px; 
	line-height:20px; 
	font-weight: bold;
}

.simContainer .simResultsGoldItemValue{
	font-size: 15px; 
	line-height:20px;
}

.simContainer .simResultsTableActions{
	display: flex;
	justify-content: center;
	column-gap: 30px;
}

.simContainer .btnEnviarSim,
.simContainer .btnDownloadSim{
	padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
    background-color: white;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s ease;
    background-color: hsl(189, 100%, 25%);
    color: hsl(0, 0%, 100%);
	display: inline-block;
}

.simContainer .btnEnviarSim:hover{
	background-color: hsl(189, 100%, 25%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(0 110 130) 0px 5px 20px 0px;
}

.simContainer .btnEnviarSim:active{
	background-color: hsl(189, 100%, 25%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(0 110 130) 0px 0px 0px 0px;
    transition: 100ms;
}

/******************************************************************************
*                    SW163 - DASHBOARD RECLAMACOES
*******************************************************************************/
.sw163-dashboard
{
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin: 14px 0 20px 0;
	box-sizing: border-box;
}

.sw163-dash-grid
{
	display: grid;
	grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(130px, 1fr));
	gap: 12px;
	width: 100%;
}

.sw163-dash-card
{
	background: #fff;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	padding: 14px 16px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.sw163-dash-card:hover
{
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sw163-dash-period
{
	background: linear-gradient(135deg, #f7fbfc 0%, #eef6f8 100%);
	border-color: #c5dde3;
	border-left: 4px solid #006E82;
}

.sw163-dash-period.is-blocked
{
	border-left-color: #b00020;
	background: linear-gradient(135deg, #fff8f8 0%, #ffefef 100%);
}

.sw163-dash-period-head
{
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.sw163-dash-period-icon
{
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #006E82;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.sw163-dash-period.is-blocked .sw163-dash-period-icon
{
	background: #b00020;
}

.sw163-dash-kicker
{
	font-size: 11px;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
}

.sw163-dash-period-value
{
	font-size: 15px;
	font-weight: 700;
	color: #1f2937;
	margin-top: 4px;
	line-height: 1.35;
}

.sw163-dash-meta
{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.sw163-dash-meta-item
{
	font-size: 11px;
	color: #4b5563;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #dbe4e8;
	border-radius: 20px;
	padding: 4px 10px;
}

.sw163-dash-meta-item strong
{
	color: #006E82;
	font-weight: 700;
}

.sw163-dash-period.is-blocked .sw163-dash-meta-item strong
{
	color: #b00020;
}

.sw163-dash-stat
{
	display: flex;
	flex-direction: column;
	min-height: 108px;
}

.sw163-dash-stat-top
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.sw163-dash-stat-icon
{
	width: 34px;
	height: 34px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.sw163-dash-stat-icon--ok
{
	background: #e8f5eb;
	color: #247a37;
}

.sw163-dash-stat-icon--nok
{
	background: #fdecec;
	color: #b00020;
}

.sw163-dash-stat-icon--reg
{
	background: #eef2ff;
	color: #3f51b5;
}

.sw163-dash-stat-icon--saltos
{
	background: #fff4e5;
	color: #b56b00;
}

.sw163-dash-value
{
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.sw163-dash-value--ok
{
	color: #247a37;
}

.sw163-dash-value--nok
{
	color: #b00020;
}

.sw163-dash-value--saltos
{
	color: #b56b00;
}

.sw163-dash-value-split
{
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
}

.sw163-dash-value-split span
{
	color: #9ca3af;
	font-weight: 500;
	font-size: 18px;
	margin: 0 2px;
}

.sw163-dash-sub
{
	font-size: 11px;
	color: #6b7280;
	margin-top: 6px;
}

.sw163-dash-progress
{
	margin-top: 10px;
	height: 6px;
	background: #f1f3f5;
	border-radius: 999px;
	overflow: hidden;
}

.sw163-dash-progress-fill
{
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #247a37 0%, #3ca55c 100%);
	border-radius: 999px;
	transition: width 0.4s ease;
}

.sw163-dash-card.is-alert
{
	border-color: #f0b4b4;
	box-shadow: 0 0 0 1px rgba(176, 0, 32, 0.08);
}

.sw163-dash-card.is-warning
{
	border-color: #f0d4a8;
}

.sw163-dash-nok-alert
{
	display: none;
	margin-top: 12px;
	padding: 12px 14px;
	background: #fff5f5;
	border: 1px solid #f0c0c0;
	border-left: 4px solid #b00020;
	border-radius: 8px;
	color: #7a0000;
}

.sw163-dash-nok-alert-title
{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 8px;
}

.sw163-dash-nok-tags
{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.sw163-dash-nok-tag
{
	display: inline-block;
	font-size: 12px;
	background: #fff;
	border: 1px solid #f0c0c0;
	border-radius: 16px;
	padding: 4px 10px;
	color: #9b1c1c;
}

@media (max-width: 1200px)
{
	.sw163-dash-grid
	{
		grid-template-columns: repeat(2, minmax(140px, 1fr));
	}

	.sw163-dash-period
	{
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px)
{
	.sw163-dash-grid
	{
		grid-template-columns: 1fr;
	}
}


/* Toggle de dados sensíveis */
.edicao_tab.swsSensitiveToggleTab
{
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 0 !important; /* HG #61004: 0 para o sticky assentar no topo do .corpo (antes era 20px) */
    padding: 0 !important;
    background: #ffcc00 !important;
    color: #333 !important;
    display: block;
    text-align: center;
    /* HG #61004: botão acompanha o scroll; top abaixo do menu fixo (40px) e
       z-index acima do conteúdo mas abaixo de overlays (8000+), menu (10002)
       e barra fixa inferior .rp2 (10000).
       HG #61004 20260814: top: 95px posiciona o botão abaixo do CTA de feedback
       (.cta-feedback-btn, fixed, top:70px), mantendo a posição à direita
       (float: right) sem sobrepor o CTA. */
    position: sticky;
    top: 95px;
    z-index: 5000;
    float: right;
}

/* HG #61004: nunca imprimir/exportar o botão (PDF, ?pdf=1) */
@media print
{
    .swsSensitiveToggleTab { display: none !important; }
}

.edicao_tab.swsSensitiveToggleTab .swsSensitiveToggleBtn
{
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ffcc00 !important;
    color: #333 !important;
    text-decoration: none;
}

.edicao_tab.swsSensitiveToggleTab .swsSensitiveToggleIcon,
.edicao_tab.swsSensitiveToggleTab .material-icons
{
    color: #333 !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

/* .swsSensitiveToggleBtn
{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 44px;
    min-height: 36px;
    background: #333 !important;
    color: #fff !important;
    text-decoration: none;
} */

.swsSensitiveToggleBtn .material-icons
{
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

.swsSensitiveToggleBtn .material-icons
{
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

.swsSensitiveIsHidden .swsSensitiveHiddenField
{
    filter: blur(6px) !important;
    -webkit-filter: blur(6px) !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    pointer-events: none !important;
    position: relative;
}

/* Camada física de bloqueio para impedir qualquer interação real com o input */
.swsSensitiveIsHidden .swsSensitiveHiddenField::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999;
    cursor: default;
    pointer-events: all !important; /* Esta camada captura o clique e não deixa passar para o input */
}

/* Impedir interação em contentores de telefone intl-tel-input.
   HG #61004 20260813: NÃO bloquear .iti de forma genérica. Em modo de edição os campos
   de telefone/telemóvel (intl-tel-input) são c_input editáveis e NÃO sensíveis; bloquear
   todos os .iti impedia a edição e o dropdown de bandeiras mesmo quando a classe
   .swsSensitiveIsHidden está presente (por existirem outros campos sensíveis na ficha).
   Na vista, os campos de telefone sensíveis estão sempre dentro de .swsSensitivePhoneGroup,
   cujo bloqueio é específico e suficiente. */
.swsSensitiveIsHidden .swsSensitivePhoneGroup
{
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    position: relative;
}

/* Escudo específico para intl-tel-input que cobre toda a área do widget (vista) */
.swsSensitiveIsHidden .swsSensitivePhoneGroup::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10000;
    pointer-events: all !important;
    cursor: default;
}

/* Indicativo: anonimizar */
.swsSensitiveIsHidden .swsSensitivePhoneGroup .iti__selected-dial-code
{
    filter: blur(4px);
    -webkit-filter: blur(4px);
    user-select: none;
}

/* Bandeira: visível, mas ligeiramente desfocada */
.swsSensitiveIsHidden .swsSensitivePhoneGroup .iti__flag
{
    filter: blur(3px);
    -webkit-filter: blur(3px);
    opacity: 0.3;
}