/*search geral*/
.box-search-list{
	max-height: 200px;
    margin-top: 5px;
    position: absolute;
    padding: 10px;
    background: #fff;
    width: 92%;
    overflow-y: auto;
}
/*search geral*/

.data-inputsearch{
	color: #fff;
    height: 41px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    right: 0;
    width: 42px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    left: auto;
    background: #eb1946;
}
.data-inputsearch a {
	background-color: #fff;
}
.title-box-benner{
	color:#4646F0;
}
.title-box-benner .icon-pg{
	color:#111;
}

.load-formprogress{
	position: absolute;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    z-index: 10000;
}
.load-formprogress .progress-verbose{
    position: relative;
    background: #eee;
    padding: 10px;
    top: calc(100vh - 50vh);
}

.load-formprogress .progress-verbose .uk-progress {
    margin-top: 10px !important;
}
.extensionfile{
	color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    background: #eb1946;
    font-size: 11px;
}

/* spinneer load */
.spinnerContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .spinner {
	width: 56px;
	height: 56px;
	display: grid;
	border: 4px solid #0000;
	border-radius: 50%;
	border-right-color: #299fff;
	animation: tri-spinner 1s infinite linear;
  }
  
  .spinner::before,
  .spinner::after {
	content: "";
	grid-area: 1/1;
	margin: 2px;
	border: inherit;
	border-radius: 50%;
	animation: tri-spinner 2s infinite;
  }
  
  .spinner::after {
	margin: 8px;
	animation-duration: 3s;
  }
  
  @keyframes tri-spinner {
	100% {
	  transform: rotate(1turn);
	}
  }
  
  .loader {
	color: #4a4a4a;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 25px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 40px;
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
  }
  
  .words {
	overflow: hidden;
  }
  
  .word {
	display: block;
	height: 100%;
	padding-left: 6px;
	color: #299fff;
	animation: cycle-words 5s infinite;
  }
  
  @keyframes cycle-words {
	10% {
	  -webkit-transform: translateY(-105%);
	  transform: translateY(-105%);
	}
  
	25% {
	  -webkit-transform: translateY(-100%);
	  transform: translateY(-100%);
	}
  
	35% {
	  -webkit-transform: translateY(-205%);
	  transform: translateY(-205%);
	}
  
	50% {
	  -webkit-transform: translateY(-200%);
	  transform: translateY(-200%);
	}
  
	60% {
	  -webkit-transform: translateY(-305%);
	  transform: translateY(-305%);
	}
  
	75% {
	  -webkit-transform: translateY(-300%);
	  transform: translateY(-300%);
	}
  
	85% {
	  -webkit-transform: translateY(-405%);
	  transform: translateY(-405%);
	}
  
	100% {
	  -webkit-transform: translateY(-400%);
	  transform: translateY(-400%);
	}
  }
  
/* spinner load */

.js-upload .uk-link{
	cursor: pointer !important;
}

.menu-customizacoes{
	padding: 5px 15px;
	border-radius: 10px;
	background-color: #999;
}

.menu-customizacoes .uk-active{
	background: #555;
    padding: 3px 10px;
	border-radius: 10px;
}

.menu-customizacoes .uk-navbar-item, .uk-navbar-nav>li>a, .menu-customizacoes .uk-navbar-toggle{
	min-height: 53px !important;
}

.menu-customizacoes .uk-navbar-nav>li>a::before{
	bottom: 5px !important;
}

.menu-customizacoes .uk-navbar-nav>li.uk-active>a{
	color: #fff;
	font-weight: bold;
}

.campo-digitavel-boleto{
	background-color: #ededed;
	padding: 10px;
	margin:10px 0;
}

.campo-digitavel-boleto p {
	margin: 0;
    color: #777;
}
.campo-digitavel-boleto strong{
	padding: 3px;
    color: #4646f0;
    font-size: 18px;
    letter-spacing: 4px;
}

.load-progress{
	width: 100%;
	height: 100%;
	position: relative;
	/* background-color: rgb(211 196 196 / 40%); */
	border-radius: 10px;
	z-index: 10000;
	padding: 10px;
}

.moneyclass span{
	width: 120px;
    display: inline-block;
    text-align: right;
}

.load-progress .text-progress-status{
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.load-progress *+.uk-progress{
	margin-top: 10px !important;
}

[data-changeclick] .active{
	background: #efefef !important;
}

.stgreen{
	border-radius: 5px;
	background-color: rgba(0, 196, 109, 0.33);
	color:#06691C;
	padding: 3px 5px;
	font-size: 12px;
}

.stred{
	border-radius: 5px;
	background-color: #FFC8B4;
	color:#FF461E;
	padding: 3px 5px;
	font-size: 12px;
}

.stpurpe{
	border-radius: 5px;
	background-color: #F0D2FA;
	color:#380050;
	padding: 3px 5px;
	font-size: 12px;
}

.stblue{
	border-radius: 5px;
	background-color: rgba(0, 35, 165, 0.24);
	color:#000082;
	padding: 3px 5px;
	font-size: 12px;
}

.storange{
	border-radius: 5px;
	background-color: rgba(255, 168, 0, 0.53);
	color:#3A2502;
	padding: 3px 5px;
	font-size: 12px;
}

.activevote{
	background-color: #eb1946;
	color:#fff;
}
.nxt-votes span{
	cursor: pointer;
}

.box-file-benner{
	cursor: pointer;
}
.box-file-benner:hover{
	box-shadow: 0 5px 17px rgba(0,0,0,.2) !important;
}

.box-file-benner h4{
	margin-top: 10px !important;
	font-size: 16px;
}

.cicle-primary{
	background-color: #eb1946;
	color:#fff;
	border-radius: 100%;
	padding: 6px;
	margin-left: 20px;
	font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.cicle-secondary{
	background-color: #4646F0;
	color:#fff;
	border-radius: 100%;
	padding: 6px;
	margin-left: 20px;
	font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.sys-selectemp{
	width:300px;
}
.info-empresa-sugestao{
	background: #efefef;
    padding: 10px;
    text-align: right;
	border-radius: 5px;
}
.info-empresa-sugestao p{
	margin: 0;
}
.bg-grey{
	background-color: #eee;
}

.sys-vote-sus .uk-card{
	cursor: pointer;
}

.sys-vote-sus .uk-card:hover{
	background-color: #aaa;
	
}

.sys-vote-sus .uk-card:hover h3{
	color: #fff;
}

.uk-label.em-analise {
	background-color: #99E5F9;
	color:  #32323C;
	font-weight: 700;
}

.uk-label.aprovado{
	background-color: #9af9a2;
	color:  #32323C;
	font-weight: 700;
}

.uk-label.reprovado{
	background-color: #f99a9a;
	color:  #4a0707;
	font-weight: 700;
}

.title-pg{
	font-weight: 100;
    font-size: 20px;
}

.uk-grid-small .uk-card-large{
	padding: 30px !important;
}

.event-mark{
	line-height: 23px !important;
}

.event-mark * {
	cursor: pointer;	
}

.event-mark .box-events{
	display: flex;
	align-items: center;
  	justify-content: center;
}

.event-mark .box-events .cal-sphere{
	width: 5px;
	height: 5px;
	margin: 2px;
	border-radius: 100%;
}

.grid-event-calendar .uk-card-body{
	padding: 10px 10px !important;
}
.uk-dropdown-nav.sidebar-menu>li.uk-active>a{
	font-weight: 500;
}
.grid-event-calendar .uk-card-title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color:#000;
	margin: 0 0 5px 0;
}

.grid-event-calendar p{
	margin-top: 5px;
	font-size: 13px;
}

.loadbox{
	z-index: 10000;
	position: absolute;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loadbox div{
	margin: 0 auto;
    text-align: center;
    display: block;
}

/* Custom Dashboad */
/* -- Top navigation -- */
#top-head {
	z-index: 9;
	top: 0;
	left:0;
	right:0;
}
/* Smaller Header */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
	/* navbar height */
  min-height: 52px;
  padding: 0 8px;
  font-size: 0.85rem;
}
.navbar-logo {
	background-color: #222A30;
	margin-left: -12px;
}
/* Left bar */
#left-col {
  position: fixed;
  left: 0;
  top:0;
  bottom:0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #222A30;
  width: 240px;
  z-index:2;
  transition: height 0.3s ease-out;
}
/* Left bar links */
#left-col ul.uk-nav-default > li > a {
	padding: 8px 20px;
	border-left: 2px solid transparent;
	transition: all 0.15s ease-out;
}
#left-col ul.uk-nav-default li.uk-nav-header {
	padding:  20px 20px 8px 20px;
}

#left-col ul.uk-nav-default > li > a:hover, #left-col ul.uk-nav-default > li.uk-open > a {
	border-left: 2px solid #39f;
	padding-left: 30px;
	color: white;
	background-color: rgba(0,0,0,0.1);
}
#left-col ul.uk-nav-default li .uk-nav-sub {
	padding-left: 34px;
}
#left-col .uk-dropdown.user-drop {
	min-width: 160px;
	max-width: 160px;
	padding: 0.75rem;
}
/* Drop arrow */
#left-col .uk-dropdown.user-drop:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}
.left-content-box {
	padding: 0.75rem 20px;
	border-top: 1px solid rgba(255,255,255,0.06);
	margin-bottom: -1px;
}
.left-nav-wrap {
	padding-bottom: 60px;
}
.content-box-dark {
	background-color: rgba(0,0,0,0.09);
}
.text-light {
	font-weight: 200;
	font-size: 1.25rem;
}
.bar-bottom {
	border-top: 1px solid rgba(255,255,255,0.07);
	padding: 15px 0;
   background-color: #222A30;
   position: fixed;
   left: 0;
   right: 0;
   z-index: 3;
   bottom: 0;
   width: 240px;
}
.uk-text-bold{
	font-weight: 600 !important;
}

.left-logo {
	/* navbar height */
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
}
.custom-logo {
	height: 32px;
}
.profile-img {
	width: 60px;
	margin: 0 auto 10px auto;
	display: block;
}
.panel-icons {
	margin: 0 4px;
}
.uk-tooltip {
	background-color: white;
	color: #242C33;
	box-shadow: 0 2px 12px rgba(50,50,50,0.1);
}
#content {
	margin-top: 52px;
	padding: 30px 0 0 0;
	background-color: #dcdce6;
	margin-left: 0;
	transition: margin 0.2s cubic-bezier(.4,0,.2,1);
}
#top-head [class*="uk-navbar-dropdown-bottom"] {
	margin-top: 0;
}

/* Search nav */
.search-field {
	width: 140px;
	-webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.search-field:focus {
	width: 200px;
	border-color: #fff !important;
}
.uk-card {
	box-shadow: none;
}
.uk-heading-primary {
  letter-spacing: -0.032em;
  font-weight: 300;
}
/* Smooth shadow transition */
.uk-card {
	-webkit-transition: box-shadow 0.55s cubic-bezier(.4,0,.2,1);
	transition: box-shadow 0.55s cubic-bezier(.4,0,.2,1);
}
/* Progress */
.uk-progress {
	height: 3px;
	margin-bottom: 0.5rem;
	background-color: rgba(0,0,0,0.23);

}
* + .uk-progress {
    margin-top: 0.25rem;
}
.uk-progress.warning::-webkit-progress-value {
  background-color: #faa05a;
}
.uk-progress.warning::-moz-progress-bar {
  background-color: #faa05a;
}
.uk-progress.warning::-ms-fill {
  background-color: #faa05a;
}
.uk-progress.success::-webkit-progress-value {
  background-color: #32d296;
}
.uk-progress.success::-moz-progress-bar {
  background-color: #32d296;
}
.uk-progress.success::-ms-fill {
  background-color: #32d296;
}
/* Charts */
.chart-container {
	position: relative;
	height: 300px;
	margin: 0 auto;
}
/* Defaults Styles*/
@media (min-width: 1200px){
	.uk-card-body{
		padding: 30px 30px !important;
	}
}
.uk-border-rounded, .uk-card.uk-card-body{
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
}
.uk-card-default .custom-color-secondary{
	background-color: rgba(70, 70, 240, 0.31);
}
.uk-border-rounded .uk-cover-container.uk-card-media-left{
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

/* End Defaults Styles*/

.nxt-welcome-intro{
	background-image: url('../../assets/img/group-intro-bg.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 220px;
	font-size: 18px;
	color: #fff;
}
.nxt-welcome-intro h3{
	font-size:1.8rem;
	font-weight: 600;

}
/* Title section icon */
.title-section-icon, .title-section{
	font-weight: 600;	
}

.subtitle{
	color: #32323C;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	}

/* Header painel*/
.form-header-search{
	margin: 0;
}
.form-header-search .uk-input{
	background-color: rgb(255 255 255 / 25%) !important;
    border: 0;
    height: 38px;
    box-shadow: 0px 0px 4px 3px #33333330;
    border-radius: 4px;
	color: #fff !important;
}
.form-header-search .uk-input::placeholder {
	color: #fff;
	opacity: 1; 
  }  
  .form-header-search .uk-input::-ms-input-placeholder { 
	color: #fff;
  }
  .form-header-search span.uk-form-icon{
	color: #fff;
  }
  .form-header-search .uk-input:focus{
	background-color: rgb(255 255 255 / 35%) !important;
  }

/* End Header painel */
.title-section-icon::before{
	content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 6px;	
}
.icon-left-sugestoes::before{
	background-image: url('../../assets/img/icon-left-sugestoes.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-left-avaliacoes::before{
	background-image: url('../../assets/img/icon-title-reclamacao.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-left-reclamacoes::before{
	background-image: url('../../assets/img/icon-title-reclamacao.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-left-avaliacoes::before{
	background-image: url('../../assets/img/icon-left-avaliacoes.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-left-servico::before{
	background-image: url('../../assets/img/icon-left-servico.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
/* End Title section icon */


/* Contatos Relacionamentos */


.nxt-list-contact strong{ font-size: 14px; }
.nxt-list-contact span{	display: block;	font-size: 11px; }
.nxt-btn-contact{
	background-color: #ccc;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    height: 38px;
    width: 38px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-meus-contratos .nxt-btn-contact{
	height: 40px;
    width: 60px;
}
.section-meus-contratos .uk-button{
	color: #4646f0;
	background-color: #ebebeb;
	border: solid 0.5px #4646f0;

}
.nxt-btn-contact.icon-red{ background-color: #ffc8b4; color: #f06930; width: 62px;}
.nxt-btn-contact.icon-gray{ background-color: #b5b5c3; color: #19191e; width: 62px;}
.nxt-btn-contact.icon-yellon{ background-color: #fff5aa; color: #f09600; width: 62px;}
.nxt-btn-contact.icon-purple{ background-color: #f0d2fa; color: #b43296; width: 62px;}
.nxt-btn-contact.icon-blue{ background-color: #99e5f9; color: #000082; width: 62px;}
.nxt-btn-contact.icon-darkpurple{ background-color: #8e8eff; color: #303082; width: 62px;}
/* End Contatos Relacionamentos */


/* Base Conhecimento */
.next-base-con .uk-card .uk-card-media-left{
	width: 330px;

}
.next-base-con .uk-card {
	min-height: 150px;

}
/* End Base Conhecimento */

/* Painel Lita Relacionamento */
.list-painel-relacionamento ul >:nth-child(n+2){
	margin-top: 20px;
}
.list-painel-relacionamento h4{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color:rgba(70, 70, 240, 1);
	font-weight: 600;
}
.list-painel-relacionamento strong{
	font-size: 14px;
	color:#32323C;
	font-weight: 700;
}
.list-painel-relacionamento p{
	margin: 0;
	padding: 0;
}
.list-painel-relacionamento p a{
	text-align: right;
	float: right;
	color: #3699FF;
	font-weight: 500;
	
}
/* EndPainel Lita Relacionamento */

/*Block meus chamados*/
.nxt-meus-chamados div.uk-card-body{
	-webkit-border-top-right-radius: 12px !important;
	-webkit-border-bottom-right-radius: 12px !important;
	-moz-border-radius-topright: 12px !important;
	-moz-border-radius-bottomright: 12px !important;
	border-top-right-radius: 12px !important;
	border-bottom-right-radius: 12px !important;
}
.nxt-meus-chamados .uk-card-media-left{
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.nxt-meus-chamados div h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	margin-top: 10px;
}
/* End Block meus chamados*/

/* Box Financeiro */
.nxt-box-financeiro{
	border: solid 1.5px rgba(70, 70, 240, 0.8);
    background-image: url(../../assets/img/bg-box-financeiro.png);
    background-repeat: no-repeat;
    background-position: center right;
}
/* End Box Financeiro */

/* Tabela versão do sistema */
.nxt-accordion-vs div.uk-accordion-title::before{
	display: none !important;
}
.nxt-accordion-vs div.uk-accordion-title{
	font-size: 14px !important;
}
#custom-accordion-test>:nth-child(n+2){
	margin-top: 8px;
    padding-top: 8px;
}
#custom-accordion-test li{
	border: 0;
}
#custom-accordion-test li> div.nxt-acc-tittle{	
	border: solid 1px #d2d2d2;
	padding: 5px 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#custom-accordion-test .uk-accordion-content{
	border: solid 1px #d2d2d2;
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 0;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
#custom-accordion-test li.uk-open .change-panel{
	background-color: #fff;
	color: rgb(70 70 240 / 80%);
}
#custom-accordion-test li.uk-open> div.nxt-acc-tittle{
	background-color: rgb(70 70 240 / 80%);
	border-color: rgb(70 70 240 / 80%);
	border-bottom: 0;
	color: #fff;

	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
}
/* End Tabela versão do sistema */

/* Versões dos seus produtos */
.nxt-version-products .uk-panel{
	border: 0.8px solid #c4c4c4;
	background-color: #efeff5;	
}
.nxt-version-products .uk-panel h4{
	font-size: 16px;
	margin-top: 10px !important;
}
.nxt-version-products .uk-panel h4 span.data-sistem{
	font-size: 12px;
	font-weight: 400;
	float: right;
}
/* End Versões dos seus produtos */

div.nxt-list-sugestion ul.uk-list{
	border: solid 1px #eaeaea;
}

.nxt-list-sugestion ul li > div{
	padding-left: 20px;
	padding-right: 20px;
}

.nxt-list-sugestion ul li:first-child > div{
	padding-top: 10px;
}
.nxt-votes span{
	display: inline-block;
	border: solid 1px #ccc;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 12px;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.name_filter_table th span{
	display: block;
}
.name_filter_table th:hover span,
.name_filter_table th.nxt_active span{
	color: #4646F0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF81MzFfOTQzKSI+DQo8cGF0aCBvcGFjaXR5PSIwLjgiIGQ9Ik0wLjA5MDMwNDYgMS4yODYwMkMwLjI0NTM5MSAwLjk1ODU5NCAwLjU3NTE1NiAwLjc1IDAuOTM3NSAwLjc1SDExLjA2MjVDMTEuNDI1OCAwLjc1IDExLjc1MzkgMC45NTg1OTQgMTEuOTA4NiAxLjI4NjAyQzEyLjA2NTYgMS42MTM0NCAxMi4wMTY0IDIuMDAwODYgMTEuNzY4IDIuMjgxMTdMNy41IDcuNTIxMDlWMTAuNUM3LjUgMTAuNzgzNiA3LjM0MDYzIDExLjA0MzcgNy4wODUxNiAxMS4xNzAzQzYuODMyMDMgMTEuMjk2OSA2LjUyNzM0IDExLjI3MTEgNi4zIDExLjFMNC44IDkuOTc1QzQuNjEwMTYgOS44MzQzNyA0LjUgOS42MTE3MiA0LjUgOS4zNzVWNy41MjEwOUwwLjIxMTkyMiAyLjI4MTE3Qy0wLjAxNzQ2MSAyLjAwMDg2IC0wLjA2NDgwNDggMS42MTM0NCAwLjA5MDMyOCAxLjI4NjAySDAuMDkwMzA0NloiIGZpbGw9IiM0NjQ2RjAiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF81MzFfOTQzIj4NCjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4NCjwvY2xpcFBhdGg+DQo8L2RlZnM+DQo8L3N2Zz4=)
}
.name_filter_table th span{
	display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF81MzFfOTQzKSI+DQo8cGF0aCBvcGFjaXR5PSIwLjQiIGQ9Ik0wLjA5MDMwNDYgMS4yODYwMkMwLjI0NTM5MSAwLjk1ODU5NCAwLjU3NTE1NiAwLjc1IDAuOTM3NSAwLjc1SDExLjA2MjVDMTEuNDI1OCAwLjc1IDExLjc1MzkgMC45NTg1OTQgMTEuOTA4NiAxLjI4NjAyQzEyLjA2NTYgMS42MTM0NCAxMi4wMTY0IDIuMDAwODYgMTEuNzY4IDIuMjgxMTdMNy41IDcuNTIxMDlWMTAuNUM3LjUgMTAuNzgzNiA3LjM0MDYzIDExLjA0MzcgNy4wODUxNiAxMS4xNzAzQzYuODMyMDMgMTEuMjk2OSA2LjUyNzM0IDExLjI3MTEgNi4zIDExLjFMNC44IDkuOTc1QzQuNjEwMTYgOS44MzQzNyA0LjUgOS42MTE3MiA0LjUgOS4zNzVWNy41MjEwOUwwLjIxMTkyMiAyLjI4MTE3Qy0wLjAxNzQ2MSAyLjAwMDg2IC0wLjA2NDgwNDggMS42MTM0NCAwLjA5MDMyOCAxLjI4NjAySDAuMDkwMzA0NloiIGZpbGw9ImJsYWNrIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfNTMxXzk0MyI+DQo8cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+);
    background-size: 14px;
    position: relative;
    background-repeat: no-repeat;
    padding-right: 15px;
    background-position: right;
	cursor: pointer;
}

.form-search-chamados .uk-input{
	border: solid 1px #ddd;
    border-radius: 4px;
    width: 320px;
}
.form-search-chamados .uk-inline:hover span.uk-form-icon{
	background-color: #ED1846;
	color: #fff;
	fill: #fff;
}
.form-search-chamados span.uk-form-icon{
    border-left: solid 1px #ccc;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


@media (max-width: 900px){
	.mobile-hide {
		display: none !important;
	}
}

@media (max-width: 1200px){
	.dispositivosmenores-hide {
		display: none !important;
	}
}