body{
	font-size: 16px;
}
#claveDemo{
    font-size: 20px;
    float: left;
    color: rgb(255 255 255 / 60%);
    width: 47px;
    text-align: center;
    height: auto;
    border: 1px solid #fff;
    box-shadow: none;
    line-height: 1px;
    margin-left: 12px;
		margin-right: 10px;
}
#btnokdemo{
	    float: right;
    height: 26px;
}


#btnVideoGuia{
    position: absolute;
    top: 480px;
    left: 0;
    width: 100%;
    padding: 5px;
    font-weight: normal;
    cursor: pointer;
    background: transparent;
    font-size: 1.2em;
	color:#ffffff;
}

#btnVideoGuia a{
	color:#ffffff;
	text-decoration:none;
}
#btnVideoGuia a:hover,#btnVideoGuia:hover{
	color:#EFB809 !important;
	text-decoration:none;
}


#cerrado{
	z-index: 999999;
	background: #f9f9f9;
	height: 100vh;
	position: absolute;
	width: 100vw;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cerrado div{
	text-align:center;
	color: #d90000;
	font-size:18px;
}


#aviso{

    z-index: 999999;
    background: transparent;
    height: auto;
    position: absolute;
    width: 320px;
    padding: 15px;
    margin: 0;
    right: 0;
    bottom: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #ff0000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
    font-weight: bold;
}



.logo img{
	width: 290px;
}

:focus {
	outline: 0px !important;
}


.form-control{
	color: #FFF;
}

.iralmapa{
  display: none;
}

/* Iconos en la descripción */

.iconShare{
	/*width: 56px;
  height: 50px;
  text-align: center;
  line-height: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;*/

	margin-right: 20px;
	display: inline-block;
}

.img-social-icons{
	margin-bottom: 5px;
	margin-top: -20px;
}

.icons-sm{
	font-size: 24px;
	color: white;
}

/* End Iconos en la descripción */

#irA {
  margin-top: 20px;
}

.right_block{
	text-align: center;
	position: fixed;
	width: 100%;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	/*padding: 0px 40px;*/
	padding: 0px 10px;
	height: 100%;
	z-index: 2;
}

header{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 300px;
    position: fixed;
    overflow: hidden;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.1);
    color: #f5f5f5;
    /* font-size: 28px; */
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 28px;
    box-shadow: 0px 0px 2px #222222;

}


/* Listas desplegables de Provincias y Municipios */
.sel-provincias #provincia option, .sel-municipios #municipio option{
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.846;
    color: #666666;
		background:#ffffff;
		padding:4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	text-align: left;
}

.select2-container--default .select2-selection--single {
		background-color: transparent;
		border: none;
		border-bottom: 1px solid white;
		border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #efb809 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}


.select2-results__option {
    padding: 4px;
    font-size: 13px;
}

.select2-search__field{
	font-size: 14px;
}

.posicion{
	left: 28%;
	position: absolute;
	top: 35%;
}

.lblprovincia{
	text-align: right;
}

.label-prov,
.label-muni{
	/*color: #EFB809;*/
	padding-left: 4px;
	top: 10px;
	color: #ffffff;

}



.tabslocalizacion{
	display: block;
	position: relative;
	margin-top: 20px;
	color:#ffffff;

}

.logo{
	display: block;
	/*position: absolute;*/
	position: relative;
	margin-top:20px;
	margin-bottom:20px;
	cursor: pointer;
}

.logo a{
  text-decoration: none;
	display:block;
}
.logo label{
	cursor: pointer;
}

.listasdesplegables{
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.sel-provincias{
	position: relative;
	/*top: 80px;*/
	margin-bottom:10px;
}

.sel-municipios{
	position: relative;
	display: none;
	/*top: 100px;	*/
}

.tab-loc{
	position: relative;
	top: 120px;
}





.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -2px 0 #ffffff;
  box-shadow: inset 0 -2px 0 #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
  background-color: rgba(239,184,9, 0.4);
  -webkit-box-shadow: inset 0 -2px 0 #EFB809;
  box-shadow: inset 0 -2px 0 #EFB809;
  color: #ffffff;
  border-radius: 0px;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #3ecb00;
  box-shadow: inset 0 -2px 0 #3ecb00;
  color:#ffffff;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
  border: none;
  background-color: rgba(239,184,9, 0.4);
  color: #ffffff;
  -webkit-box-shadow: inset 0 -2px 0 #EFB809;
  box-shadow: inset 0 -2px 0 #EFB809;
  border-radius: 0px;
}
.nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -2px 0 #d80000;
  box-shadow: inset 0 -2px 0 #d80000;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
}

.nav-tabs.nav-justified > li > a {
  border-radius: 0px;
}


.nav .open > a, .nav .open > a:hover{
	background-color: "transparent";
}


select, select.form-control{
	/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFtJREFUeNpi/P//PwM9ABMDncCoRaMW0d8iFmyCH3ZykZ25BNy/MY7sOGIk0zxGcnzESC1LiAk6RmpYQmwcMVLDMUwUupiRFqmOkZI4ZByt+EYtGrVo6FgEEGAAJBEKO+xrFmkAAAAASUVORK5CYII='); */
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEMSURBVEiJ7ZI9SgNRFEbPnRGSKTSj2LkN1xASB7Hwp8o6XIBrsNdCLCy0ECQKIaWlhQtwAQomgWQSZeazMIlBMpMRsfKd8r573/nu44HD4fgt9r0gYZ1m+cTM6oLBZ5EUIx13DDGTJANb+hpkmdSrr0X9x0Kiiax7F5xJ7AKlRWklns33Dler/dOsHm+u3VClGjfMuALe8jXW882O8ySZoqmsGzckbgXJ3B4YifS8Uhsc5YfJeLpZdIHfWQkugQjwZ44SxE1Yi3fM0KJ7MjeaJjkgCdfjPVAbJh8CPLgPFe8XkRQSAdgm72FvGIFaY9lDWipt2xajIvM/5qlN+bUZXL+0go0/ETgcjn/GB5j1V2DJcXTOAAAAAElFTkSuQmCC');
 -webkit-box-shadow: inset 0 -2px 0 #ffffff;
  box-shadow: inset 0 -2px 0 #ffffff;
  /* font-size:15px; */
}

select, select.form-control option{
  background-color: #000;
}

select:focus,
select.form-control:focus {
 /* CAMBIAR ESTA IMAGEN - ES LA FLECHA DE COLOR NEGRO */
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACmSURBVEiJ7dE9DkFBFIbh78RvI9Fb0d2FldiGUiVqdJR6jV3oNDKSy6uZ4uQiLnNV5k2mOcnJM5ORcrlcalYdACZpJqmQdI7jWzySFCQRd9tudSCpMLNDbR0wYA4E6nUExh8/02EL4PIGOQGTrxCHtYAVUL5AAjBNQirY8glWxks8/HMK1gG2wNVBO6DXGOKwLrCJ2B4YNo44rA+sgdHPkFwu90fdAdRR6cM3+eaWAAAAAElFTkSuQmCC);
  -webkit-box-shadow: inset 0 -2px 0 #efb809;
  box-shadow: inset 0 -2px 0 #efb809;

}

select:focus,
select.form-control:hover {

  -webkit-box-shadow: inset 0 -2px 0 #efb809;
  box-shadow: inset 0 -2px 0 #efb809;

}

.nav .open > a{
	background-color: none;
}




/* Botones de Búsqueda */

.btnIrA {
	margin-top: 30px;
}

.oculto {
	display: none;
}


.visible {
	display: block;
}

/*.btnIrA{
	padding-right: 15%;
} */

.toggle.btn {
  min-width: 109px;
  min-height: 34px;
}

/* Busqueda Avanzada */

.tab-content > .tab-pane {
  margin-top: 10px;
  background-color: rgba(0,0,0, 0.5);
  padding:10px 3px 10px 3px;
}

.input.form-control{
	font-size: 12px;
}

#tabBusquedaAvanzada{
	display: none;
	padding-top: 15px;
}

.lblRefCat{
	text-align: right;
}


/* Busquedas */


#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: rgb(128,55,55);
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 30px;
}

input.form-control.input-lg, input[type=text].input-lg,
[type=text].form-control.input-lg {
    font-size: 13px;
}

.ctrl-busqueda {
	margin-top: 30px;
}

.form-control {
  color: #AF1616;
}


input[type=text],
input[type=text]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #fff;
  box-shadow: inset 0 -2px 0 #fff;
}

#search-input {
  background-color: #fff;
  border-color: #FFF;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: -4px;
  margin-top: 8px;
  padding: 0 72px 0 13px;
  text-overflow: ellipsis;
  /*width: 300px;*/
	width: 90%;
}

.container-search-button {
  position: absolute;

	width: 90%;
  text-align: left;
}

#search-input:focus {
 border-color: #fff;
}

.searach-container {
  font-family: Roboto;
}

.searchbox-searchbutton:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 9px;
  border-left: 1px solid #ddd;
  height: 20px;
}

.searchbox-searchbutton-buscar {
  border: none;
  /* color: #679CF5; */
	color: #666666;
  content: "";
  font-size: 20px;
  position: absolute;
  right: 40px;
  height: 28px;
  background-color: transparent;
  width: 28px;
}

.searchbox-searchbutton-buscar:hover:enabled {
  /* color: #4184F3; */
	color:#000000;
}


.searchbox-searchbutton-ira {
	color: #666666;
  content: "";
  font-size: 20px;
  position: absolute;
  right: 2px;
  top: 2px;
  border: none;
  height: 28px;
  background-color: transparent;
  width: 28px;
}
.searchbox-searchbutton-ira:disabled{
	color: #B2B2B2;
}
.searchbox-searchbutton-ira:enabled {
	color: #666666;
}

.searchbox-searchbutton-ira:hover:enabled {
  /* color: #4683EA; */
	color:#000000;
}

.suggestions {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  font-size: 15px;
  width: 300px;
  overflow: hidden;
}

.suggest {
  position: relative;
  color: #8C8C8C;
  font-size: 12px;
  line-height: 24px;
  min-height: 24px;
  padding-top: 6px;
  padding-bottom: 7px;
  border-top: 1px solid #e6e6e6;
  cursor: default;
}

.suggest::before {
  position: absolute;
  top: -1px;
  width: 64px;
  height: 1px;
  background-color: #fff;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}


.searchbox {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  /*width: 300px;*/
  height: 38px;
  margin-top: 30px;
  border-bottom: 1px solid transparent;
  padding: 3px 0 2px 4px;
  transition-property: background,box-shadow;
  transition-duration: 0.3s;
}

.searchbox-searchbutton-container {
  display: block;
  position: absolute;
  right: 2px;
  top: 0;
}

.searchbox-searchbutton {
    display: block;
    /* padding: 12px 15px; */
}

.omnibox-tooltip {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 1003;
  left: 50%;
  top: 95%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.pac-container {
  background-color: #fff;
  position: absolute!important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial,sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 300px;
}
.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  /* background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2.png); */

  background-position: right;
  background-repeat: no-repeat;
  background-size: 104px 16px;
}

.pac-icon-marker {
  background-position: -1px -161px;
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-matched {
  font-weight: 700;
}

#divAreaCliente{
    position: absolute;
    right: 0;
    bottom: 6px;
    overflow: hidden;
    width: 320px;
    line-height: 13px;
    z-index: 99;
}
#btn-infoiotax a{
	color:#ffffff;
}
#btn-infoiotax{
	/*padding: 9px 5px 0 5px;*/
	/*color:#ffffff;
	font-weight:normal;
	cursor:pointer;
	background:transparent;
	font-size:1.3em;*/
/*padding: 2px 0 0 10px;
    overflow: hidden;*/
		padding: 2px 0 5px 10px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    background: transparent;
    font-size: .9em;
    text-align: left;	
}
#btn-solicitudregistro{
	padding: 2px 0 5px 10px;
/*  overflow: hidden;		*/
	color:#ffffff;
	font-weight:normal;
	cursor:pointer;
	background:transparent;
	font-size:.9em;
	text-align:left;
}

#btn-areaclientes{
	/*min-height: 29px;
	padding: 0 5px;*/
	padding: 2px 5px 5px 10px;
	color:#ffffff;
	font-weight:normal;
	cursor:pointer;
	background:transparent;
	text-align: right;
	font-size:.9em;
	width: calc(100% - 120px);
	padding-top: 40px;
}

#btn-solicitudregistro:hover,
#btn-infoiotax:hover{
	color:#EFB809 !important;
	text-decoration:none;
}

#btn-areaclientes:hover{
	text-decoration:none;
}


#btn-areaclientes .simc-btn-areaclientes{
	font-size:1.5em;
	position: absolute;
	right: 5px;
	bottom: 7px;
}
.accessuser{
	/*float:right;*/
}
.simc-lock{
  font-size: 1em;
  width: 20px;
	float:right;
	text-align:center;
}

.simc-unlock{
  font-size: 1em;
  width: 27px;
	float:right;
	text-align:center;
	-webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.simc-lock:hover,
.accessuser:hover {
  color:#EFB809 !important;
  text-decoration:none;
}

.simc-unlock:hover{
  font-size: 1.6em;
  color:#EFB809 !important;
  text-decoration:none;
	margin-top: -3px;
}

#divAreaCliente .tooltip-ccyd + .tooltip > .tooltip-inner{
	font-size:11px !important;
	line-height:11px;
  background: rgba(0, 9, 22, 0.7);
  border-radius: 3px;
  color: #EFB809;
  padding: 3px 7px;
	max-width:100px;
	margin-top:0;
}
/*
.tooltip-ccyd + .tooltip > .tooltip-inner {
	font-size: small;
  background: rgba(0, 9, 22, 0.7);
  border-radius: 5px;
  color: #EFB809;
  padding: 2px 7px;
}*/
.tooltip-ccyd + .tooltip > .tooltip-arrow {
	display:none;
}

.carousel{
  background:rgba(0, 0, 0, 0.9);
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 500ms ease-out 0s;
  -moz-transition: opacity 500ms ease-out 0s;
  -ms-transition: opacity 500ms ease-out 0s;
  -o-transition: opacity 500ms ease-out 0s;
  transition: opacity 500ms ease-out 0s;
  transform: translate3d(0,0,0) !important;
  opacity:0;
}

.carousel.carousel-fade .active.item {
  transition: opacity 500ms ease-in 0s;
  opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  /* left: 0; */
  /* z-index: 20; */
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  /* left: 0; */
  /* z-index: 10; */
}

.carousel.carousel-fade .carousel-control {
  /* z-index: 30; */
}

/* Control de búsquedas Ayto VA */

#accordion {
  display: none;
}

.panel-group .panel .panel {
    margin-top: 5px;
  }
  #accordion .panel {
    background-color: #ffffff;
  }
  #accordion .panel-heading {
    padding: 8px 10px;
    text-align:left;
    font-size:14px;
    cursor: pointer;
    color:#666666;
  }
  #accordion .panel-title {
    font-size:14px;
  }
  #accordion .panel-heading i{
    font-size:11px;
  }
  #accordion .panel-heading a, #accordion .panel-heading a:hover{
    text-decoration: none;
  }
  #accordion .panel-body {
    padding: 5px;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    color: #666666;
  }
  #accordion .form-control{
    font-size:14px;
    color: #666666;
  }
  #accordion .panel label{
    font-size:14px;
    color: #666666;
  }
  #accordion .panel{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  }
  #accordion textarea:focus, #accordion textarea.form-control:focus, #accordion input.form-control:focus, #accordion input[type=text]:focus, #accordion input[type=password]:focus, #accordion input[type=email]:focus, #accordion input[type=number]:focus, #accordion [type=text].form-control:focus, #accordion [type=password].form-control:focus, #accordion [type=email].form-control:focus, #accordion [type=tel].form-control:focus, #accordion [contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #efb809;
    box-shadow: inset 0 -2px 0 #efb809;
  }
  #accordion textarea:hover, #accordion textarea.form-control:hover, #accordion input.form-control:hover, #accordion input[type=text]:hover, #accordion input[type=password]:hover, #accordion input[type=email]:hover, #accordion input[type=number]:hover, #accordion [type=text].form-control:hover, #accordion [type=password].form-control:hover, #accordion [type=email].form-control:hover, #accordion [type=tel].form-control:hover, #accordion [contenteditable].form-control:hover {
    -webkit-box-shadow: inset 0 -2px 0 #efb809;
    box-shadow: inset 0 -2px 0 #efb809;
  }

  #accordion .panel-heading  i{
    color:#efb809;
  }
  #accordion select, #accordion select.form-control option {
    background:transparent;
    color:#666666;
  }
  #accordion select{
    /*background-color: rgba(0, 0, 0, 0.1);*/
  }
  #accordion select.form-control option {
    padding-top:5px;
    padding-bottom:5px;
  }
  #accordion .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 9, 22, 0.2);
    border-radius: 0px;
    color:#666666;
  }
  #accordion .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
  }

  #divnumeros{
    display:none;
  }
  #divpuntosinteres, #divpuntosinteres2, #divpuntosinteres3{
    display:none;
  }
  #tblresutados{
    font-size:13px;
    color: #666666;
  }

  #tblresutados thead th .th-inner {
    padding:2px 4px;
    font-size:10px;
    color: #666666;
    font-weight:normal;
  }

  .bootstrap-table .table, .bootstrap-table .table>tbody>tr>td, .bootstrap-table .table>tbody>tr>th{
    padding: 3px!important;
    line-height:1.85;
  }
  .fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding: 3px;
    line-height: normal;
  }
  .fixed-table-container{
    border:0;
  }
  .fixed-table-container thead th .th-inner {
    padding:3px 5px;
    line-height: normal;
    font-size:12px;
    color: #666666;
    font-weight:normal;
    /* background:#f5f5f5; */
  }
  #tblresutados > tbody > tr{
    cursor: pointer;
  }

  #tblresutados > tbody > tr:nth-child(odd){
    background-color: rgba(0, 9, 22, 0.02);
  }
  #tblresutados > tbody > tr:nth-child(even){
    background-color: rgba(0, 9, 22, 0.04);
  }

.fixed-table-container thead th .both {
    background-size: 13px;
}

.fixed-table-container thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg2OUFCMzY4RkI1MDExRTVBNkFGRUUzRkQ1QjZDQTgzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg2OUFCMzY5RkI1MDExRTVBNkFGRUUzRkQ1QjZDQTgzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY5QUIzNjZGQjUwMTFFNUE2QUZFRTNGRDVCNkNBODMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODY5QUIzNjdGQjUwMTFFNUE2QUZFRTNGRDVCNkNBODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57Hh3HAAAAw0lEQVR42mL8//8/A6WABVOIEUIdY2D4/51B69d/Bkf2vwxTGX4DxcSA2AwkiWoxEz4bGP8yZAMNaAYyNWBmYwO4DfnP4MLwjyEVyBJkYGfoB7JZiTfkORjzMfxh6ADazgp2wS8GD6B38nC5BtOQM2Ccz/CDwRhFEztDPQMngylxhrADg46doRDDVhYGXoY3DFMYvgO9R9CQfwwZQPIrEF8HGnQFTDMw3AGy7wFFlYAihRgRQI10wsRABTBqyLA3BCDAAL+fLNTuB8QlAAAAAElFTkSuQmCC');
    background-size: 13px;
}

.fixed-table-container thead th .desc {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgxNTg3RTUxRkI1MDExRTVCREZGQTNCNTlFMjYxMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgxNTg3RTUyRkI1MDExRTVCREZGQTNCNTlFMjYxMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODE1ODdFNEZGQjUwMTFFNUJERkZBM0I1OUUyNjExREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODE1ODdFNTBGQjUwMTFFNUJERkZBM0I1OUUyNjExREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7fU42iAAAAy0lEQVR42mL8//8/A6WAiYEKYNSQYW8IC4bIacYmhlcMmQysDJ+AvH9A/JuBkeEvw38GZiCbFyiym8HjfxKyFkaMFPudUZDhJMMOhp8MZkDN6OA9EHswuP0/Rcg77xlEGHIY/jB8RhEF2fWToR9IniI2TE4DNTSiGMDBcJbBhGEigy4xAbsHiO8DMSvDJAY2oLf+gw35DQy9CiDrE6mx8xvomkKw95gYZkONJzJ2UMGNn8wMtWyMDPsZfgB516CxIYmqiJEa5QlAgAEAvXM32I2fd+YAAAAASUVORK5CYII=');
  background-size: 13px;
}


::-webkit-scrollbar {
  width: 8px;
  height: 18px;
}
::-webkit-scrollbar-thumb {
  height: 6px;
  border: 2px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
   background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(255, 255, 255, 0.05), inset 1px 1px 0px rgba(255, 255, 255, 0.05);
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}


.accessuser {
 /* font-size: .8em;*/
  font-weight: normal;
  cursor: pointer;
  background: transparent;
  /*color: rgb(239, 184, 9);*/
	text-align:center;
	width: calc(100% - 30px);
	float:left;
}

.logout{
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
	width: 275px;
  /*width: 200px;*/
  position: absolute;
  bottom: 66px;
  right: 20px;
  height: 80px;
  border-radius: 3px;
  z-index: 2;
}
.logout-text{
	text-align: center;
  padding: 5px 0;
	color: #000;
}

.button-logout{
 /* position: absolute;
  bottom: 5px;
  left: 40px;*/
	text-align:center;
}
#btn-logout-ok, #btn-logout-cancel{
    padding: 3px 18px;
		margin: 0 5px;
}


#divAreaCliente{
	/*height:28px;*/
}
@media (min-width: 768px){
	.right_block{
		width: 320px;
	}
	.searchbox {
		width: 300px;
	}
	#search-input {
		width: 300px;
	}
	#search-input {
		width: 300px;
	}
}

@media (min-width: 1200px){
	.col-lg-2{
		float: none;
		width: auto;
	}
}

@media (max-width: 767px){
	.logo label {
    font-size: 20px;
	}

	#divProvMun{
		font-size:20px;
	}
	#irA{
		margin-top: 35px;
    width: 100%;
    font-size: 18px;
	}
	#irA span{
		padding-right:10px;
	}
	#btnVideoGuia{
		position: unset;
    /* bottom: 0px; */
    /* left: 0; */
    margin-top: 50px;
    width: 100%;
    padding: 5px;
    font-weight: normal;
    cursor: pointer;
    background: transparent;
    font-size: 1.2em;
    color: #ffffff;
	}


	.right_block{
		background:	none!important;
		height: 350px!important;
	}
	.carousel-indicators li,
	.carousel-indicators .active{
		margin:1px 10px!important;
	}
	
	.carousel.carousel-fade .active.item {
		transition: opacity 500ms ease-in 0s;
		opacity:0.3;
	}
	#logosAdiman{
		margin-top:12px;
	}
	#logosAdiman img{
		padding:12px;
	}
	.logout{
		display: none;
    background-color: rgba(255, 255, 255, 1);
    width: calc(100% - 40px);
    left: 20px;
    position: absolute;
    bottom: 66px;
    height: 80px;
    border-radius: 3px;
    z-index: 31;	
	}

	#btn-logout-ok, #btn-logout-cancel{
			padding: 3px 12px;
			margin: 0 5px;
	}
	.carousel-indicators{
		bottom:80px;
	}
	.carousel-caption{
		top:auto;
		bottom:120px;
		padding:0;
	}

	.logo{
		margin-bottom:0;
		margin-top:5px;
	}
	#divAreaCliente{
		bottom:0;
		width:100%;
	}
	#divAreaCliente > div:nth-child(1){
		width:150px!important;
	}	
	#btn-solicitudregistro{
		/*max-width: 76px;*/
		font-size: .95em !important;
		padding: 15px 10px;
		background: rgba(0, 0, 0, 0.55);
		color: #fff;
		margin-bottom:0;				
		text-align:center;
	}
	#btn-infoiotax{
		/*padding-left: 0;*/
		font-size: .95em !important;
		padding: 15px 10px;
		background: rgba(0, 0, 0, 0.55);
		color: #fff;
		text-align:center;
	}
	
	
	#btn-areaclientes{
		font-size: .95em !important;
		/*max-width: 157px;*/
    /*float: right;*/
		background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 170px)!important;
    padding: 15px 14px 3px 5px;		
    position: absolute;
    right: 0;
    bottom: 16px;		
		    height: 45px;
	}
}
