/*
* VOLT LAYOUT & THEME
* Supported Browsers > Google Chrome 3+ , Mozilla Firefox 3+ , Safari 3+ , Opera 3+ , Yandex Browser , Inernet Explorer 9+
* Copyright 2014 - PrimeFaces Theme Market - PrimeTek */
/* FONT-FACE*/
@font-face {
  font-family: 'open_sansbold';
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-bold-webfont.eot.jsf?ln=primefaces-volt");
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-bold-webfont.eot.jsf?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-bold-webfont.woff2.jsf?ln=primefaces-volt") format('woff2'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-bold-webfont.woff.jsf?ln=primefaces-volt") format('woff'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-bold-webfont.ttf.jsf?ln=primefaces-volt") format('truetype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-bold-webfont.svg.jsf?ln=primefaces-volt#open_sansbold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-light-webfont.eot.jsf?ln=primefaces-volt");
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-light-webfont.eot.jsf?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-light-webfont.woff2.jsf?ln=primefaces-volt") format('woff2'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-light-webfont.woff.jsf?ln=primefaces-volt") format('woff'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-light-webfont.ttf.jsf?ln=primefaces-volt") format('truetype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-light-webfont.svg.jsf?ln=primefaces-volt#open_sanslight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-regular-webfont.eot.jsf?ln=primefaces-volt");
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-regular-webfont.eot.jsf?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-regular-webfont.woff2.jsf?ln=primefaces-volt") format('woff2'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-regular-webfont.woff.jsf?ln=primefaces-volt") format('woff'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-regular-webfont.ttf.jsf?ln=primefaces-volt") format('truetype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-regular-webfont.svg.jsf?ln=primefaces-volt#open_sansregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-semibold-webfont.eot.jsf?ln=primefaces-volt");
  src: url("/AbacoTeam/javax.faces.resource/fonts/opensans-semibold-webfont.eot.jsf?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-semibold-webfont.woff2.jsf?ln=primefaces-volt") format('woff2'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-semibold-webfont.woff.jsf?ln=primefaces-volt") format('woff'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-semibold-webfont.ttf.jsf?ln=primefaces-volt") format('truetype'), url("/AbacoTeam/javax.faces.resource/fonts/opensans-semibold-webfont.svg.jsf?ln=primefaces-volt#open_sanssemibold") format('svg');
  font-weight: normal;
  font-style: normal;
}
.FontVoltBold {
  font-family: 'open_sansbold', 'Verdana';
}
.FontVoltSemiBold {
  font-family: 'open_sanssemibold', 'Verdana';
}
.FontVoltRegular {
  font-family: 'open_sansregular', 'Verdana';
}
.FontVoltLight {
  font-family: 'open_sanslight', 'Verdana';
}
/*BODY*/
html {
  height: 100%;
}
body {
  margin: 0px;
  height: 100%;
  width: 100%;
  font-family: 'open_sansregular', 'Verdana';
  letter-spacing: -0.5px;
}
/* BODY background colors */
#E5EBF0
.LeadenBody {
  background-color: #323a45;
}
.RedBody {
  background-color: #5f2f2b;
}
.GreenBody {
  background-color: #2b514b;
}
.GreenMask {
  background-color: #d5e0d5;
}
.BlueBody {
  background-color: #29506b;
}
.CornFlowerBody {
  background-color: #6495ed;
}
.DarkGrayBody {
  background-color: #696969;
}
.WhiteBody {
  background-color: white;
}

/* for example */
.box {
  height: 150px;
}

.vericaltext {
	text-align: center;
    vertical-align: middle;
    width: 20px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);          
}


/* TOPBAR original width 90%--------------------------------------------------------------------------*/
/* topbar pantalla principal toolbar tamanio 94% maximo*/
#layout-topbar {
  width: 90%;
  height: auto;
  padding: 0px 5%;
  position: fixed;
  z-index: 999;
}
/* topbar de pantalla principal color, original height 60px altura*/
#layout-topbar-indent {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  -moz-border-bottom-right-radius: 1px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/* layout-topbar color, original height 27px altura*/
#layout-topbar-indent #logo {
  height: 20px;
  margin: 10px 5px 0px 20px;
}
/* top menu button original width 27px, height: 27px*/
#menu-button {
  width: 10px;
  height: 10px;
  display: none;
  float: left;
  margin: 18px 0px 0px 15px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1px;
}
/* menu-button original font-size: 27px, color: #fff*/
#menu-button i {
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu-button i:hover,
#menu-button i:focus,
#menu-button.active-menu i {
  color: #546e7a;
  background-color: rgba(69, 78, 89, 0.01);
}

/* TOPMENU original height auto, padding 80px pantalla detalle con menu el height sube la pantalla----*/
#top-menu {
  width: 90%;
  height: 30px;
  padding: 50px 5% 20px;
  margin: 0px auto;
  overflow: hidden;
}
#top-menu li {
  float: right;
  border-left: dotted 1px rgba(255, 255, 255, 0.3);
  margin: 0px;
  padding: 0px;
  display: block;
}
#top-menu li a {
  padding: 10px 30px;
  color: #546e7a;
  display: block;
  overflow: hidden;
}
#top-menu li a:hover,
#top-menu li a:active {
  background-color: rgba(255, 255, 255, 0.05);
}
/*top-menu li a i original font-size: 34px -------------------------------------------------------*/
#top-menu li a i {
  font-size: 24px;
  float: left;
  margin-right: 10px;
}
#top-menu li a span {
  display: inline-block;
  float: left;
}
/* SCROLL bar original background F5F5F5 -------------------------------------------------------*/
.scrollbar{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #ebefeb;
	overflow-y: auto;
	margin-bottom: 25px;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #ebefeb;
} 

/* MENU ----------------------------------------------------------------------------------*/
/*Layout Menu Cover overflow hidden BOTONES margin-left -55, -60 mueve hacia la izquierda botones original overflow-y: auto*/
/*Aqui se cambia a menu isquierdo fijo o movible con , se reduce de tamaņo al poner - 60, -65 se va a la isquierda el boton*/
/* position: fixed;  pone estatico el menu, menu overflow-x:hidden overflow-y:scroll*/
/* max-height: 100% */
#layout-menu-cover {
  display: block;
  margin-left: -55px;
  overflow: hidden;
  z-index: 9998;
}
/*Layout Menu Tabbed pantalla principal tamanio del menu izquierdo original se amplia hacia la derecha( first level )*/
.layout-menu {
  width: 210px;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
}
/* first node */
.layout-menu > li {
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 1px;
  width: auto;
}
/* AQUI SE CAMBIA EL COLOR DEL TEXTO DE LOS SUBMENUS */
/* first node link  color: rgba(47, 55, 62, 0.9); #34b5e5  #c6d2c6*/
.layout-menu > li > a {
  display: block;
  color: #546e7a;
  overflow: hidden;
  font-size: 10px;
  font-family: 'open_sansbold';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
//* AQUI color: #0277bd */
.layout-menu > li > a:hover,
.layout-menu > li a:focus {
  color: #546e7a;
  cursor: pointer;
}
.layout-menu > li > a.active-menu {
  color: #74d0f1;
}
/* first node link icon pantalla principal botones a la isquierda color y tamanio  original #f2f2f2 */
/* padding tamaņo 19px 19px 20px 19px, padding: 19px 16px 19px 22px reduce tamaņo de iconos menu isquierdo*/
/* 
/* menu isquierdo margin-right 6px default mueve TEXTO menu Isquierdo a la isquierda, con margin-right 4px se mueve a la derecha*/
.layout-menu > li > a > i {
  font-size: 16px;
  float: left;
  padding: 19px 16px 19px 22px;			
  background-color: #fafafa;
  width: 18px;
  margin-right: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.07);
  box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.07);
}
//* AQUI OVER DE BOTON MENU background-color#fff */
.layout-menu > li > a.active-menu > i,
.layout-menu > li:hover > a > i,
.layout-menu > li:focus > a > i {
  background-color: #546e7a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* first node link text */
.layout-menu > li > a > span {
  display: block;
  padding: 20px 15px 18px 0px;
}
/* first level */
.layout-menu > li > ul {
  width: 200px;
  overflow: hidden;
  height: 0px;
  padding: 0px;
  margin: 0px 0px 0px 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-menu > li > ul.active-menu {
  height: auto;
  margin: 0px 0px 0px 55px;
  padding-bottom: 20px;
}
/* first node */
.layout-menu > li > ul li {
  display: block;
  width: auto;
  padding: 0px;
  margin: 0px;
}
/* first node link */
.layout-menu > li > ul li a {
  padding: 6px 15px;
  display: block;
  font-size: 10px;
  font-family: 'open_sanssemibold';
  cursor: pointer;
  color: rgba(116, 208, 241, 1);
}
.layout-menu > li > ul li a:hover,
.layout-menu > li > ul li > a.active-menu {
  color: #0277bd;
  background-color: rgba(0, 0, 0, 0.02);
}
.layout-menu > li > ul li a i {
  font-size: 12px;
  margin-right: 5px;
  float: left;
}
/* other levels */
.layout-menu > li > ul > li ul {
  width: auto;
  height: 0px;
  display: block;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  border-left: dashed 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.layout-menu > li > ul > li ul.active-menu {
  height: auto;
}
.layout-menu > li > ul > li ul li a {
  background-image: url("/AbacoTeam/javax.faces.resource/images/menulinkDashedLine.svg.jsf?ln=volt-layout");
  background-repeat: no-repeat;
  background-position: center left;
  color: rgba(47, 55, 62, 0.9);
}
/* class Popup Menu */
.PopupMenu #layout-topbar {
  width: 92%;
  padding: 0px 2%;
}
/* top menu button */
.PopupMenu #menu-button {
  display: block;
}
/* topmenu */
.PopupMenu #top-menu {
  width: 96%;
  padding: 80px 2% 20px;
}
/*Layout Portlets Cover*/
.PopupMenu #layout-portlets-cover {
  width: 95%;
  padding: 0px 2%;
}
.PopupMenu #layout-portlets-tablecell-left {
  width: 0px;
  border: 0px;
  border: none;
  display: block;
}
/* left cell */
.PopupMenu #layout-menu-cover {
  width: 0px;
  border: 0px;
  border: none;
  background-color: #546e7a;
}
/* AQUI SE CAMBIA EL COLOR DEL MENU ISQUIERDO */
/* left cell pantalla principal parte isquierda no iconos tamanio width 160px original 
reduce tamaņo derecho de  menu isquierdo*/
/* color origen d5e0d5 verde suave,e3eb73,ded67e amarillo,d1c37b tomate, 2d362d negro, d5e0d5*, width: 155px 
#layout-portlets-tablecell-left {
  display: table-cell;
  width: 10%;
  border-right: dotted 1px #CCCCCC;
  vertical-align: top;
  background-color: #546e7a;
  color: #fff;
}*/
/*Layout Menu Cover */
.PopupMenu #layout-menu-cover {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 70px;
  height: auto;
  max-height: 80%;
  overflow-y: auto;
  margin-left: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.PopupMenu #layout-menu-cover.active-menu {
  display: block;
}
/*Layout Menu Tabbed ( first level )*/
.PopupMenu .layout-menu {
  margin: 0px;
  padding: 0px;
  display: block;
  background-color: #fff;
}
/* right cell */
.PopupMenu #layout-portlets-tablecell-right {
  display: block;
}

/* PORTLETS --------------------------------------------------------------------------------*/
/*Layout Portlets Cover pantalla principal tamanio parte derecha width 92% */
/*pading 4% 5% mueve BOTONES hacia la isquierda menos que 3% y derecha mas toda la pantalla junto al menu*/
#layout-portlets-cover {
  width: 92%;
  height: auto;
  padding: 0px 3% 0px;
}
/*pantalla principal parte derecha background-color: #fff original width 100% con PORTLETS width: 92%, width: 105% */
#layout-portlets-cover-indent{
  width: 104%;
  height: auto;
  background-color: #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#layout-portlets-table {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#layout-portlets-tablerow {
  width: 100%;
  display: table-row;
}


/* left cell pantalla principal parte isquierda no iconos tamanio width 160px original 
reduce tamaņo derecho de  menu isquierdo*/
/* color origen d5e0d5 verde suave,e3eb73,ded67e amarillo,d1c37b tomate, 2d362d negro, width: 155px*/
#layout-portlets-tablecell-left {
  display: table-cell;
  width: 155px;
  border-right: dotted 1px #CCCCCC;
  vertical-align: top;
  background-color: #fff;
}
/* right cell */
#layout-portlets-tablecell-right {
  display: table-cell;
  border: none;
  padding: 0px;
  vertical-align: top;	
  margin-left: 10%px;
}
/* right cell report*/
#layout-portlets-tablecell-report-right {
  display: table-cell;
  padding: 0px;
  vertical-align: top;
}

/* left cell width: 380px */
#layout-portlets-tablecell-left-login {
  display: table-cell;
  width: 380px;
  border-right: dotted 1px #CCCCCC;
  vertical-align: top;
  background-color: #546e7a;
}
#layout-portlets-cover-indent-login {
  width: 100%;
  height: auto;
  background-color: #29506b;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/*Cards*/
.Card {
  padding: 15px 25px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  font-family: 'open_sansregular', 'Verdana';
  color: #29506b;
  border: solid 1px #5f6870;
}
.CardTopic {
  font-size: 20px;
  color: #444d58;
  padding: 0px 0px 0px;
  font-family: 'open_sansbold', 'Verdana';
}
.CardFooter {
  border-top: dashed 1px #e0e0e0;
  margin: 10px 0px 0px;
  padding: 10px 0px 0px;
  overflow: hidden;
  display: block;
}
/* LAYOUT STANDART STYLES -----------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
}
img {
  outline: none;
}
li {
  list-style: none;
}
/* text colors */
.Negro {
	color: #00000;
}
.Orange {
  color: #EF6C00;
}
.Purple {
  color: #7E57C2;
}
.Blue {
  color: #0277BD;
}
.BlueOscuro {
  color: #29506b;
}
.Red {
  color: #E53935;
}
.Brown {
  color: #6D4C41;
}
.Lime {
  color: #AFB42B;
}
.TealGreen {
  color: #0097A7;
}
.TealGreen1 {
  color: #00c1d6;
}
.Green {
  color: #43A047;
}
.DarkGreen {
  color: #00897B;
}
.Leaden {
  color: #444D58;
}
.Pink {
  color: #EC407A;
}
.White {
  color: #fff;
}
.Yellow{
  color: #dbd567;
}
.Yellow1{
  color: #e6de98;
}
.GreenTool {
  color: #c5d1c5;
}

/* background colors */
.OrangeBack {
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.PurpleBack {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.BlueBack {
  background-color: #29506b;
  border-color: #29506b;
}
.RedBack {
  background-color: #E53935;
  border-color: #E53935;
}
.BrownBack {
  background-color: #6D4C41;
  border-color: #6D4C41;
}
.LimeBack {
  background-color: #AFB42B;
  border-color: #AFB42B;
}
.TealGreenBack {
  background-color: #0097A7;
  border-color: #0097A7;
}
.GreenBack {
  background-color: #43A047;
  border-color: #43A047;
}
.GreenBack1 {
  background-color: #ebefeb;
  border-color: #ebefeb;
}

.DarkGreenBack {
  background-color: #00897B;
  border-color: #00897B;
}
.LeadenBack {
  background-color: #444D58;
  border-color: #444D58;
}
.PinkBack {
  background-color: #EC407A;
  border-color: #EC407A;
}
/* line colors */
.OrangeBorder {
  border: solid 1px #EF6C00;
}
.PurpleBorder {
  border: solid 1px #7E57C2;
}
.BlueBorder {
  border: solid 1px #0277BD;
}
.RedBorder {
  border: solid 1px #E53935;
}
.BrownBorder {
  border: solid 1px #6D4C41;
}
.LimeBorder {
  border: solid 1px #AFB42B;
}
.TealGreenBorder {
  border: solid 1px #0097A7;
}
.GreenBorder {
  border: solid 1px #43A047;
}
.DarkGreenBorder {
  border: solid 1px #00897B;
}
.LeadenBorder {
  border: solid 1px #444D58;
}
.PinkBorder {
  border: solid 1px #EC407A;
}
/* borders */
.BorderTop {
  border-top: dashed 1px rgba(0, 0, 0, 0.2);
}
.BorderRight {
  border-right: dashed 1px rgba(0, 0, 0, 0.2);
}
.BorderBottom {
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}
.BorderLeft {
  border-left: dashed 1px rgba(0, 0, 0, 0.2);
}
.BorderAll {
  border: dashed 1px rgba(0, 0, 0, 0.2);
}
/* seperator line */
.Separator {
  border-bottom: dashed 1px #cccccc;
  width: 100%;
  overflow: hidden;
  height: 0px;
  margin: 15px 0px;
  clear: both;
}
.SeparatorFull {
  border-bottom: dashed 1px #cccccc;
  display: block;
  overflow: hidden;
  height: 0px;
  margin: 15px -25px;
  clear: both;
}
/* hover effect for boxlink and links */
.HoverEffect {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.HoverEffect:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* shadow */
.ShadowEffect {
  -webkit-box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 0\0) {
  /* IE 10+ specific styles go here */
  .ShadowEffect {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
.BigTopic {
  font-size: 18px;
  font-family: 'open_sanssemibold';
  color: rgba(68, 77, 88, 0.9);
  padding: 10px 0px;
}
.changecolor:hover {
  background-color: #FBB040;
  padding: 40px;
}
/* MEDIA QUERIES **************************************************************************************************************** */
/* Large Desktop */
/* Mid Desktop */
@media (min-width: 961px) and (max-width: 1200px) {
  /* topbar */
  #layout-topbar {
    width: 84%;
    padding: 0px 8%;
  }
  /* topmenu */
  #top-menu {
    width: 84%;
    padding: 80px 8% 20px;
  }
  #top-menu li {
    margin-bottom: 10px;
  }
  #top-menu li a {
    padding: 5px 15px;
  }
  #top-menu li a i {
    font-size: 30px;
    float: left;
    margin-right: 10px;
  }
  #top-menu li a span {
    display: inline-block;
    float: left;
  }
  /*Layout Portlets Cover*/
  #layout-portlets-cover {
    width: 85%;
    padding: 0px 8%;
  }
  /* right cell */
  #layout-portlets-tablecell-right {
    padding: 0px;
  }
  /* Popup Menu */
  /* topbar */
  .PopupMenu #layout-topbar {
    width: 96%;
    padding: 0px 2%;
  }
  /* topmenu */
  .PopupMenu #top-menu {
    width: 96%;
    padding: 80px 2% 20px;
  }
  .PopupMenu #top-menu li {
    margin-bottom: 10px;
  }
  .PopupMenu #top-menu li a {
    padding: 5px 15px;
  }
  .PopupMenu #top-menu li a i {
    font-size: 30px;
    float: left;
    margin-right: 10px;
  }
  .PopupMenu #top-menu li a span {
    display: inline-block;
    float: left;
  }
  /*Layout Portlets Cover*/
  .PopupMenu #layout-portlets-cover {
    width: 97%;
    padding: 0px 2%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 640px) and (max-width: 960px) {
  html,
  body {
    height: auto;
  }
  /* topbar */
  #layout-topbar {
    width: 96%;
    padding: 0px 2%;
  }
  /* top menu button */
  #menu-button {
    display: block;
  }
  /* topmenu */
  #top-menu {
    width: 96%;
    padding: 80px 2% 20px;
  }
  #top-menu li {
    margin-bottom: 10px;
  }
  #top-menu li a {
    padding: 5px 10px;
  }
  #top-menu li a i {
    font-size: 28px;
    float: left;
    margin-right: 10px;
  }
  #top-menu li a span {
    display: inline-block;
    float: left;
  }
  /*Layout Portlets Cover*/
  #layout-portlets-cover {
    width: 97%;
    padding: 0px 2%;
  }
  /* left cell */
  #layout-portlets-tablecell-left {
    width: 0px;
    border: 0px;
    border: none;
    display: block;
	background-color: #d5e0d5;
    
  }
  /*Layout Menu Cover */
  #layout-menu-cover {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 70px;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    margin-left: 0px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  #layout-menu-cover.active-menu {
    display: block;
  }
  /*Layout Menu Tabbed ( first level )*/
  .layout-menu {
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #fff;
  }
  /* right cell */
  #layout-portlets-tablecell-right {
    display: block;
    padding: 0px;
  }
  /*Cards*/
  .Card {
    padding: 8px 13px;
  }
  .SeparatorFull {
    margin: 10px -13px;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 640px) {
  html,
  body {
    height: auto;
  }
  /* topbar */
  #layout-topbar {
    width: 96%;
    padding: 0px 2%;
  }
  /* top menu button */
  #menu-button {
    display: block;
  }
  /* topmenu */
  #top-menu {
    width: 96%;
    padding: 80px 2% 20px;
  }
  #top-menu li {
    margin-bottom: 10px;
  }
  #top-menu li a {
    padding: 5px 8px;
  }
  #top-menu li a i {
    font-size: 26px;
    float: left;
    margin-right: 10px;
  }
  #top-menu li a span {
    display: inline-block;
    float: left;
  }
  /*Layout Portlets Cover*/
  #layout-portlets-cover {
    width: 97%;
    padding: 0px 2%;
  }
  /* left cell */
  #layout-portlets-tablecell-left {
    width: 0px;
    border: 0px;
    border: none;
    display: block;
    background-color: #d5e0d5;
  }
  /*Layout Menu Cover */
  #layout-menu-cover {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 70px;
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    margin-left: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  #layout-menu-cover.active-menu {
    display: block;
  }
  /*Layout Menu Tabbed ( first level )*/
  .layout-menu {
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #fff;
  }
  /* right cell */
  #layout-portlets-tablecell-right {
    display: block;
    padding: 0px;
  }
  /*Cards*/
  .Card {
    padding: 5px 8px;
  }
  .SeparatorFull {
    margin: 5px -8px;
  }
}
/* Portrait phones and down */
@media (min-width: 320px) and (max-width: 480px) {
  html,
  body {
    height: auto;
  }
  /* topbar */
  #layout-topbar {
    width: 96%;
    padding: 0px 2%;
  }
  /* top menu button */
  #menu-button {
    display: block;
  }
  /* topmenu */
  #top-menu {
    width: 96%;
    padding: 80px 2% 20px;
  }
  #top-menu li {
    margin-bottom: 0px;
  }
  #top-menu li a {
    padding: 5px 8px;
    text-align: center;
  }
  #top-menu li a i {
    font-size: 26px;
    float: none;
    margin-right: 0px;
  }
  #top-menu li a span {
    display: inline-block;
    float: left;
    display: none;
  }
  /*Layout Portlets Cover*/
  #layout-portlets-cover {
    width: 97%;
    padding: 0px 2%;
  }
  /* left cell */
  #layout-portlets-tablecell-left {
    width: 0px;
    border: 0px;
    border: none;
    display: block;
    background-color: #d5e0d5;
    
  }
  /*Layout Menu Cover */
  #layout-menu-cover {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 70px;
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    margin-left: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  #layout-menu-cover.active-menu {
    display: block;
  }
  /*Layout Menu Tabbed ( first level )*/
  .layout-menu {
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #fff;
  }
  /* right cell */
  #layout-portlets-tablecell-right {
    display: block;
    padding: 0px;
  }
  /*Cards*/
  .Card {
    padding: 5px 7px;
  }
  .SeparatorFull {
    margin: 5px -7px;
  }
}
/* -------------------------------------------------------------------*/
/* for landscape phones and tablets */
@media (min-height: 320px) and (max-height: 560px) and (max-width: 2000px) {
  /* top menu button */
  #menu-button {
    display: block;
  }
  /*Layout Menu Cover */
  #layout-menu-cover {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 70px;
    height: auto;
    max-height: 70%;
    overflow-y: auto;
    margin-left: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  #layout-menu-cover.active-menu {
    display: block;
  }
  /*Layout Menu Tabbed ( first level )*/
  .layout-menu {
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #fff;
  }
  /*Cards*/
  .Card {
    padding: 5px 7px;
  }
  .SeparatorFull {
    margin: 5px -7px;
  }
}
/* OTHERS */
#layout-portlets-cover:before,
#layout-portlets-cover:after,
.Card:before,
.Card:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
#layout-portlets-cover:after,
.Card:after {
  clear: both;
}
/* Body Colors */
/* topbar mobile menu button */
/* top menu */
/* main menu */
/*main menu second node */
/* main menu sub nodes */
/* Card */
/* Separators */
/* BigTopic */
/* misc */
/* transitions */
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.no-transform {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
/* -------------------------------------------------------------------*/
/* mis css abaco*/
.miTextoGrapdet {
	font-size: 15px !important;
	text-decoration: underline;
	font-weight: 700 !important;"
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}	

.miTextoUnder {
	font-size: 12px !important;
	text-decoration: underline;
	font-weight: 700 !important;"
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}	
.miTextoUnder11 {
	font-size: 10px !important;
	text-decoration: underline;
	font-weight: 700 !important;"
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	color: #8C5847 !important;
}	
.miTextoUnder12 {
	font-size: 12px !important;
	text-decoration: underline;
	font-weight: 700 !important;"
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	color: #8C5847 !important;
}	
.miTextoUnderT11 {
	font-size: 10px !important;
	text-decoration: underline;
	font-weight: 700 !important;"
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	color: #8C5847 !important;
}	
.miTextoUnderV11 {
	font-size: 11px !important;
	text-decoration: underline;
	font-weight: 700 !important;"
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	color: #8C5847 !important;
}	
.miTextoUnderW11 {
	font-size: 11px !important;
	text-decoration: underline;
	font-weight: 700 !important;"
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	color: #fff !important;
}	
.miTextoNegrita12 {
	font-size: 12px !important;
	font-weight: 700 !important;"
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}	
.miTextoNegrita11 {
	font-size: 11px !important;
	font-weight: 700 !important;"
}	

.miPieTexto {
	color: #2b514b !important;
	border:none !important;
	text-align: right !important;
}
.miPieTextoW {
    background-color: #ebefeb !important;
	color: #2b514b !important;
	border:none !important;
	text-align: right !important;
	font-size: 10px !important;
}

.miPieTextoA {
	font-size: 9px !important;
	color: #2b514b !important;
	border:none !important;
	text-align: center !important;
}

.miPieTextoB {
	font-size: 10px !important;
	color: #2b514b !important;
	border:none !important;
	text-align: center !important;
}

.miPieTexto1 {
    background-color: #8adcf9 !important;
	color: #000000 !important;
	border:none !important;
	text-align: right !important;
}


.miPieTextoC {
	font-size: 11px !important;
	color: #2b514b !important;
	border:none !important;
	text-align: center !important;
}


.miPieValor {
	color: #2b514b !important;
    font-size: 11px !important;
	text-align: right !important;
    font-weight: bold !important;
}

.mileftAlign {
    float: left;
}	

.micalendar input {
    width: 80px !important
}

.mibotonList {
  position: relative !important;
  outline: none !important;
  font-size: 8px !important;
  color: #AFB42B !important;
  text-shadow: none !important;
  top: 2px !important;
  left: 2px !important;
  height: 6px !important;
  width: 6px !important;
  background-color: rgba(42, 80, 74, 0.57) !important;
  border: 0px none !important;
}

.miTabListIco {     
   font-size: 8px !important;
   margin-left: 2px !important;;
   height: 10px !important;
   background-color: rgba(42, 80, 74, 0.57) !important;
 }

.miTabList1 {
   background-color: rgba(42, 80, 74, 0.57) !important;
}	

.miFacetHeader {
	background-color: #2b514b !important;
}

.miRotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
 
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
 
  font-size: 40px;
  background: #e0e0e0;
  width: 100px;
  position: relative;
  top: 50px;
}	

.miColortab .p-tabview-panels {
  background-color: #fff !important;
  background-image: none !important;
  color: #000000 !important;
}

.miConteinerdiv {
  width: 100%;
  float: right;
}
.miLeft30div {
    display: table-cell;
    border: none;
	width: 30%;
}
.miRigthdiv {
	vertical-align: top;	
	display: table-cell;
  	border: none;
}
	
.miTealGreen {
	background-color: #2b514b !important;
  	color: #fff !important;
}	

.miBrown {
	background-color: #6D4C41 !important;
  	color: #fff !important;
}	

.miRedWhite {
	background-color: #444D58 !important;
  	color: #fff !important;
}	

.miPleaden {
  background-color: #444D58;
  color: #fff !important;
}


.miTealWhite {
	background-color: #fff !important;
  	color: #2b514b !important;
}	

.miimageIco {
	vertical-align: middle;
	font-size: 7px;
	text-align:center;
	height: 21px;
	width: 19px;
}

.midateField input {
	vertical-align: middle;
	margin-right: 1px;
	height: 11px;
	width: 68px;
}

.midateField0 input {
	vertical-align: middle;
	margin-right: 1px;
	height: 11px;
	width: 66px;
}

.midateField1 input {
	vertical-align: middle;
	margin-right: 1px;
	background-color: #ebefeb;
	color: #2b514b;
	height: 11px;
	width: 70px;
}

.midateFieldC input {
	vertical-align: middle;
	opacity: 0.80 !important;
	margin-right: 1px;
	width: 70px;
	background-color: #ebefeb;
}

.midateField1C input {
	vertical-align: middle;
	opacity: 0.80 !important;
	margin-right: 1px;
	width: 90px;
	background-color: #ebefeb;
}

.midateField1CA input {
	vertical-align: middle;
	opacity: 0.80 !important;
	margin-right: 1px;
	width: 90px;
}


.midateField2 input {
	vertical-align: middle;
	margin-right: 1px;
	height:12px;
	width: 60px;
}

.midateField3 input {
	vertical-align: middle;
	margin-right: 1px;
	height:12px;
	width: 110px;
}

.midateField2C input {
	vertical-align: middle;
	opacity: 0.80 !important;
	margin-right: 1px;
	width: 60px;
	height:12px;
	background-color: #ebefeb;
}


.midateField4C input {
	vertical-align: middle;
	opacity: 0.80 !important;
	margin-right: 1px;
	width: 80px;
	height:12px;
	background-color: #ebefeb;
}

.midateField5C input {
	vertical-align: middle;
	opacity: 0.80 !important;
	margin-right: 1px;
	width: 90px;
	height:12px;
	background-color: #ebefeb;
}

.miseleOneMenu {
	font-size: 11px !important;
	background-color: #fff !important;
}

.miseleMenuBar {
	font-size: 11px !important;
	color: #2b514b !important;
}

.miseleOneMenuC {
	font-size: 11px !important;
	opacity: 0.90 !important;
	background-color: #ebefeb !important;
}

.miseleOneMenuW {
	font-size: 11px !important;
	opacity: 0.90 !important;
	background-color: #fff !important;
}

.miinputText {
	font-size: 10px !important;
}

.miinputTextC {
	opacity: 0.80 !important;
	height:14px;
	background-color: #ebefeb !important;
}


.miBotonGuardar {
	font-size: 8px;
	height: 25px;	
	background-color: #E53935 !important;
}	
												
.miDisabled {
    opacity: 0.45;
    filter: Alpha(Opacity=45);
    cursor: default !important;
}												

.miSinborde {
  border: 0;
}
.miSubMenu {
  display: block;
  font-size: 10px !important;
  color: #8adcf9 !important;
}  

.miColorPanel {
	background-color: #546e7a;	
	color: #fff;
	line-height:2px;
	height:3px;
	padding: 1% 0;
	position: relative;		
}		

.miColorPanel1 .pf-panel-bd {
    background: #333333;
    height: 300px;
    color:#CCCCCC;
}

.miEntrefila {
   padding: 0px 0px !important;
}
.miTextbox {
	  font-size: 10px;
	  font-family: Arial, Verdana;
	  height: 8px;
	  border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -o-border-radius: 4px;
	  background: #fff;
	  color: #2b514b;	
}

.miTextbox1 {
	  font-size: 10px;
	  font-family: Arial, Verdana;
	  height: 8px;
	  border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -o-border-radius: 4px;
	  background: #fff;
	  color: #2b514b;	
}

.miProgressbar {
	background-color: orange;
    width: 40%;
    height: 20px;
    border-radius: 10px;
}	
.Separator {
    border-bottom: dashed 1px #cccccc;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 15px 0px;
    clear: both;
}
.miVertLine {
    border-left: 4px solid green;
	height: 22px;
}
.miButtonCenter{
	border: 1px solid;
  	display: flex;
  	align-items: center;
  	justify-content: center;	
}
.miMenuBar {
	cursor: default;
	text-align: center;
	background: transparent;
	border: none;
	color: white;
	text-shadow: none;
	font-size: 11px !important;
}
.textTexto1 {
	font-size: 11px;
	padding:1px 5px 20px;
	color: #2b514b;
	margin-top:  2%;
}

