/* edinn */

body {
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS;
    text-align: center;
    font-size: 12px;
    background-color: #eeeeee;
    background-attachment: fixed;
    background-position: right 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

a:link {
    color: #2c5dc6;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#block {
    cursor: pointer;
}

input[type="password"]:hover,
input[type="text"]:hover,
textarea:hover,
select:hover {
    background-color: #F0FFE6;
}

input[type="password"],
input[type="submit"],
input[type="text"],
textarea,
select {
    border: 1px solid #999999;
    max-width: 190px;
}

input[type="button"] {
    border: 1px solid #999999;
    max-width: 190px;
}

.resumen {
    width: 60%;
    margin: 0 auto;
}

.about {
    background-image: url('img/about.jpg');
    width: 321px;
    height: 320px;
    color: white;
    font-weight: normal;
}

.abTitle {
    position: absolute;
    padding-left: 38px;
    padding-top: 115px;
    font-size: 60px;
    text-align: center;
}

.abVers {
    position: absolute;
    padding-left: 30px;
    padding-top: 182px;
    text-align: right;
    width: 275px;
}

.abReserved {
    position: absolute;
    padding-left: 30px;
    padding-top: 240px;
    text-align: left;
    width: 275px;
}

.tablaform {
    margin-top: 158px;
    margin-left: 142px;
}

.rep {
    color: white;
    left: 0px;
    float: none;
    text-align: left;
}

.ver {
    color: white;
    float: right;
    text-align: right;
}

.reports {
    font-size: 13px;
    /*    margin-top: 90px;
    margin-left: 250px;
    text-align: right;*/
    color: white;
    /*margin: 0px auto;*/
}

.errores {
    color: white;
    height: 50px;
    padding: 5px;
    text-align: center;
    overflow: hidden;
}

.erroresPass,
.erroresAlert {
    width: 100%;
}

.flogin,
.fregister,
.fconfirm {
    width: 350px;
    margin: auto;
    display: block;
    margin-top: 7%;
    background-color: #98c400;
}

.flogin {
    height: 450px;
}

.fregister {
    height: 550px;
}

.fconfirm {
    height: 680px;
}

.finfo {
    width: 600px;
    height: 280px;
    margin: auto;
    display: block;
    margin-top: 7%;
    /*background-color: #98c400;*/
}

.underman {
    border: 1px solid #999;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 320px;
    margin-top: -160px;
    margin-left: -160px;
    background-image: url('img/under_maintenance.png');
    background-repeat: no-repeat;
}

.twitter {
    position: absolute;
    top: 320px;
    height: 32px;
    padding: 4px;
}

.twitter a {
    color: #000000;
    font-weight: bold;
}

.twitter a:hover {
    text-decoration: underline;
}

.twitter img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.aceptar {
    font-size: 15px;
    height: 30px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    max-width: none;
}

.aceptar input {
    text-align: center;
    font-size: 12px;
}

.aceptar:hover {
    background-color: #ffffff;
}

.cancelar {
    text-decoration: none;
    height: 20px;
    width: 100px;
    margin: auto;
    margin-top: 10px;
    display: block;
    border: 1px solid #999999;
    max-width: 190px;
    padding: 1px 6px;
    background-color: #999999;
}

.cancelar input {
    text-align: center;
    font-size: 12px;
}

.frmEntrar {
    position: relative;
    left: 0%;
    top: 4%;
    width: 100%;
    height: 55%;
}

.frmEntrar table {
    width: 70%;
    height: 70%;
}

.frmEntrar td {
    font-size: 12px;
}

.frmPass {
    display: none;
    position: relative;
    left: 0%;
    top: 4%;
    width: 100%;
    height: 55%
}

.frmPass table {
    width: 70%;
    height: 70%;
}

/*.frmPass {
    position: relative;
    left: 1%;
    top: 35%;
    width: 246px;
    display: none;
}

.frmPass td {
    border: 0px solid #999;
}*/

.login_label {
    color: white;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    /*border: 0px;*/
    margin-right: 1px;
    margin-bottom: 7px;
    vertical-align: top;
    padding-top: 2px;
    width: 110px;
}

.login_register {
    font-size: 12px;
    text-align: left;
}

.login_register a {
    color: #1941A5;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    border: 0px;
    margin-right: 1px;
    margin-bottom: 7px;
    vertical-align: top;
    padding-top: 2px;
}

.login_register a:hover {
    text-decoration: underline;
}

/*
.pass,
.usuario,
.bdd {
    color: black;
    text-decoration: none;
    border: 0px;
    margin-bottom: 7px;
    width: 98.5%;
    max-width: none !important;
    height: 30px;
    margin-top: 5%;
    font-size: 15px;
}
*/

.login,
.register,
.confirm,
.register_center {
    color: black;
    text-decoration: none;
    border: 0px;
    margin-bottom: 7px;
    width: 100%;
    max-width: none !important;
    height: 30px;
    margin-top: 5%;
    font-size: 15px;
    padding: 0px;
}

.confirm:read-only {
    background-color: #e0e0e0;
}

.register_center {
    text-align: center;
}

p {
    text-align: justify;
    font-size: 13px;
    margin: 0px 0 0px 0;
    padding: 0px;
}

form {
    margin: 0;
}

img {
    vertical-align: middle;
    border: 0px none;
}

table {
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 12px;
}

.tabla {
    background-color: #FFFFFF;
    padding: 0px;
    border-spacing: 0px;
    border-width: thin;
    border-style: solid;
    border-color: #DDDDDD;
}

.desc_enla {
    display: none;
    position: absolute;
    background-color: #DDDDDD;
    z-index: 20;
    float: right;
    right: 0px;
    border-bottom: 1px solid #afc200;
    margin: 1px;
}

.desc_sup {
    float: right;
    clear: left;
    padding: 0px 4px;
    margin: 2px;
    text-align: left;
    list-style-type: none;
    min-width: 140px;
    font-size: 14px;
}

.desc_sup li a {
    font-size: 14px;
    font-weight: normal;
    color: #2c5dc6;
}

.desc_sup li:hover {
    background-color: #eeeeee;
    cursor: pointer;
}


/*TODO*/

.desc_sup img {
    width: 24px;
    height: 24px;
    margin: 3px;
}

.reports_superiores {
    clear: both;
    display: none;
    width: 100%;
}

.tablamain,
.results,
.spc {
    /*  clear: both;*/
    padding: 0px;
    border-spacing: 0px;
    /*margin: 0 auto;*/
    /*border: 1px solid #afc200;*/
    background-color: #ffffff;
    border-spacing: 5px;
}

.tablamain {
    width: 100%;
    height: 100%;
    border: 0px;
    /*display: inline-block;*/
    /*width: 1080px;*/
    /*margin-bottom:10px;*/
    text-align: left;
    padding: 0px;
    table-layout: auto;
    background-color: transparent;
    border-collapse: separate;
}

.tablamain_semi {
    width: 580px;
    margin-bottom: 10px;
}

.tablapanel th {
    font-weight: bold;
    font-size: 48px;
}

.tablapanel td {
    text-align: left;
    font-size: 18px;
}

.formula,
.formula a,
.formula a:hover {
    font-size: 18px;
    margin-left: 0px
}

#printme {
    table-layout: auto;
    width: auto;
}

#printme thead {
    background-color: white;
}

#printme tr {
    border-collapse: collapse;
}

.results {
    padding: 5px;
    table-layout: auto;
    border-collapse: collapse;
}

.spc {
    padding: 7px 300px;
    border-collapse: collapse;
}

.resevo {
    padding: 0px;
    border-spacing: 0px;
    width: 98%;
    padding: 7px;
    margin: 0 auto;
    background-color: #FFF;
    border-collapse: collapse;
}

.graph {
    padding: 0px;
    border-spacing: 0px;
    padding: 7px;
    margin: 0 auto;
    border: 1px solid #999;
    background-color: #FFF;
}

.mini {
    color: #1941A5;
    text-decoration: none;
    font-size: 9px;
}

.subtitle {
    font-weight: bold !important;
    background-color: #FFF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

/* old cell styles */
.blue {
    background-color: #E5ECF9;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.red {
    background-color: #FF4D4D;
    color: white;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.grey {
    background-color: #DDDDDD;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.grey_mid {
    background-color: #7F7F7F;
    color: white;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.green {
    background-color: #93EF44;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.orange {
    background-color: #FFA64D;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.light_orange {
    background-color: #FFD74D;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.white {
    background-color: #FFF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.colorNotAdded {
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #999;
    border-collapse: collapse;
}

.yellow {
    background-color: #FFFF4D;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.white {
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #999;
    border-collapse: collapse;
}

/* end of old cell styles */

/* new cell styles based on themes */

.cell_0_0 {
    background-color: #FFFFFF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.cell_0_1 {
    background-color: #FFA64D;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_2 {
    background-color: #FFD74D;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_3 {
    background-color: #C8FFC8;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_4 {
    background-color: #93EF44;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_5 {
    background-color: #299900;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_6 {
    background-color: #FFFF4D;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_7 {
    background-color: #FF4D4D;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_8 {
    background-color: #0078D7;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_9 {
    background-color: #000000;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_10 {
    background-color: #EEEEEE;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_11 {
    background-color: #DCDCDC;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_12 {
    background-color: #606060;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_13 {
    background-color: #323232;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_14 {
    background-color: #161616;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_15 {
    background-color: #000000;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_16 {
    background-color: #A5C226;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_17 {
    background-color: #F5F5F5;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_18 {
    background-color: #6F00FF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_19 {
    background-color: #8F00FF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_20 {
    background-color: #7F7F7F;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_21 {
    background-color: #FFFFFF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_22 {
    background-color: #DCDCDC;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cell_0_99 {
    background-color: #FFFFFF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

/* end of new cell styles based on themes */

.error {
    background-color: #ffffcc;
    padding: 2px;
    padding-top: 18px;
    border-spacing: 0px;
    border-style: solid;
    border-width: thin;
    border-color: #FF0000;
    color: #FF0000;
    font-weight: bold;
    position: relative;
    margin-top: 0px;
    border: 1px solid #ff0000;
    background-image: url(img/exclamation.png);
    background-repeat: no-repeat;
    background-position: center 2px;
}

.legend {
    border: solid 1px #CCCCCC;
    margin: -10px 2px 2px -10px;
    padding: 2px;
    background: #FFFFFF;
    width: 507px;
}

#sombra {
    margin: 10px;
    background: #666;
    border: solid 1px #666;
    width: 500px;
}

#cont {
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    width: 500px;
}

.link {
    color: #2c5dc6;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.button,
.buttonsel {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #000000;
    border-left-color: #000000;
    color: #666666;
    padding: 8px;
    cursor: pointer;
    background-color: #E3E3DB;
}

.buttonsel {
    font-weight: bold;
}

.superindice {
    vertical-align: super;
    font-size: 11px;
}

.titulo {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}

.titulo2 {
    font-size: 12px;
    color: #999999;
    font-weight: bold;
}

.version {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    font-style: italic;
}

.copyright {
    font-size: 9px;
    color: #666666;
    position: fixed;
    bottom: 0px;
    width: 26%;
    height: 8%;
    overflow: hidden;
    left: 37%;
}

#logLogo {
    display: block;
    width: auto;
    height: 80px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}


#tooltip,
#securepass {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#securepass {
    display: hidden;
}

#tooltip h3,
#tooltip div {
    margin: 0;
}

#rep_selc {
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 20px;
    width: 100%;
}

#logo_head {
    background-color: #afc200;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

#comp_name {
    max-width: 300px;
    height: 52px;
    position: absolute;
    left: 52px;
    top: 0px;
    margin-top: 10px;
    margin-left: 10px;
    vertical-align: bottom;
    font-size: 26px;
    color: White;
    white-space: nowrap;
    font-weight: lighter;
}


/*#imCab {
  background-image: url('img/header-bg.png');
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  margin: 0px auto;
  background-repeat: repeat-x;
  background-position: 100% 80px;
}*/

#contenedor {
    width: 100%;
    margin: 0px auto;
}

#hit_area {
    width: 100%;
    min-width: 1200px;
    /*background-repeat: repeat;
  background-image: url('img/header-bg.png');
  background-position: 100% 100%; */
    background-color: #2c353f;
    height: 52px;
    left: 0px;
    top: 0px;
    /*width: 1200; */
    display: block;
    /*TODO*/
    margin: 0px auto;
}

#menu_holder {
    height: 52px;
    margin-top: 0px;
    /*margin-left: 70px;*/
    /*width: 70px;*/
    /*float:right;*/
    font-size: 30;
    position: absolute;
    /*float: right;*/
    /*margin-right: 10px*/
    /*margin-left: 140px;*/
    right: 0px;
    top: 0px;
    /*display: block;*/
    /*min-width: 984px;*/
}

#nav {
    height: 52px;
    margin: 0px auto 0px auto;
    /*padding: 6px 0px 0px 0px;*/
    /*float: right;*/
}

#nav ul {
    height: 52px;
    list-style-type: none;
    text-decoration: none;
    margin: 0px;
    /*margin: 0px; /* IE 7 and below */
    padding: 0px;
}

#nav li {
    font-size: 12px;
    /*font-weight: bold;*/
    margin: 0px 1px;
    float: left;
    height: 52px;
}

#nav li a {
    text-decoration: none;
    /*padding: 3px;*/
    height: 52px;
    display: block;
    text-align: center;
    width: 52px;
    /*max-width: 90px; /* IE 7 and below */
}

.navBar {
    float: left;
    margin: 2px;
}

.navBar a {
    font-size: 11px;
    font-weight: normal;
}

#powered {
    width: 15%;
    text-align: right;
    color: #808080;
    font-size: 11px;
    font-style: italic;
    margin-top: 0px;
    padding-top: 0px;
    position: absolute;
    top: 52px;
    right: 0px;
    /*z-index: 99;*/
}

#powered a {
    color: #808080;
}

#powered a:hover {
    text-decoration: underline;
}

#poweredf {
    visibility: hidden;
    width: 15%;
    text-align: left;
    color: #808080;
    font-size: 11px;
    font-style: italic;
    margin-top: 0px;
    padding-top: 0px;
    position: absolute;
    top: -1px;
    right: 0px;
    /*z-index: 99;*/
}

#poweredf a {
    color: #808080;
}

#poweredf a:hover {
    text-decoration: underline;
}

#white {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 12;
    /* background-image: url(img/black_pix2.png);
    background-repeat: repeat; */
    margin-bottom: 60px;
}

#base {
    position: absolute;
    width: 321px;
    height: 320px;
    z-index: 13;
    top: 20%;
    left: 40%;
    background-color: #FFFFFF;
    /*border: 1px solid #666666;*/
    overflow: auto;
    overflow-x: hidden;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

.visible {
    display: block;
    visibility: visible;
}

.oculto {
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    visibility: hidden;
}

#blanco {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 12;
}

#bas {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#bas div {
    position: relative;
    top: 35%;
    height: 60px;
    width: 223px;
    margin: auto auto;
    background-color: #EEEEEE;
    border: 1px #999 solid;
}

#basWz {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#basWz div {
    position: relative;
    top: 35%;
    height: 60px;
    width: 223px;
    margin: auto auto;
    background-color: #EEEEEE;
    border: 1px #999 solid;
}

#basWz h3 {
    margin: 0;
}

#bas h3 {
    margin: 0;
}

.header {
    background-color: #dddddd;
    padding: 4px;
    height: 17px;
}

#community {
    background-color: #dddddd;
    padding: 4px;
    height: 17px;
    text-align: left !important;
}

#community span {
    font-size: 12px;
}

.header ul {
    margin: 0px;
    list-style-type: none;
    padding-top: 2px;
}

#submenu0 ul {
    padding-top: 1px;
    padding-left: 0px;
}

.header a {
    padding: 0px 8px 0px 8px;
}

.header a:hover {
    color: #333
}

.header #current a {
    padding-bottom: 5px;
    color: #333
}

.header li {
    cursor: pointer;
    display: inline;
    background-color: #dddddd;
    border: 0px solid transparent;
}

.header li.sel {
    padding: 4px;
    background-color: #afc200;
    border-bottom: 1px solid #afc200;
    margin: 0px;
}

.header span {
    font-weight: bold;
    top: 0px;
    position: relative;
}

.purple {
    background-color: #CC99FF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.cyan {
    background-color: #00CCFF;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.beige {
    background-color: #FFFF99;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

.light_green {
    background-color: #CCFFCC;
    padding: 5px;
    border-spacing: 0px;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

#info {
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #76AA17;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: absolute;
    left: 41%;
    color: #FFF;
    background-color: #B1E74D;
    background-image: url('img/info1.gif');
    z-index: 100;
    width: 190px;
    margin: 0 auto;
    display: none;
}

#cost_icon {
    background-image: url(img/cost.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
}

#co2_icon {
    background-image: url(img/co2.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
}

#trees_icon {
    background-image: url(img/trees.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
}

#cons_icon_up {
    background-image: url(img/cons_up.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
}

#cons_icon_down {
    background-image: url(img/cons_down.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
}

#cons_icon_equal {
    background-image: url(img/cons_equal.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
}

#contenedor_menu {
    display: block;
    /*float: left;*/
    /*left: 40px;*/
}

.onlyprint {
    display: none;
}

/*TODO*/
@media print {
    .onlyprint {
        display: block;
    }

    .desc_enla,
    .desc_sup,
    #contenedor_menu,
    #menu_holder,
    #hit_area {
        display: none;
    }

    body {
        margin: 0;
        padding: 0;
        font-family: "Trebuchet MS", arial, sans-serif;
        text-align: center;
        font-size: 12px;
    }

    #left_container {
        display: none;
    }

    #report_header {
        display: none;
        visibility: hidden;
    }

    /*
    div.hidden_div {
        display: block;
    }
    */
    #title {
        display: block;
        font-size: 14px;
    }

    #notes {
        display: block;
        visibility: visible;
    }
}

.favorite_icon {
    margin: auto;
}

#favorite_edit {
    background: url(img/fav_edit.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
}

#favorite_edit_save {
    background: url(img/save.gif);
    background-repeat: no-repeat;
    cursor: default;
    width: 18px;
}

#favorite_edit_disabled {
    background: url(img/fav_edit_disabled.png);
    background-repeat: no-repeat;
    cursor: default;
    width: 18px;
}

#favorite_status0 {
    background-image: url(img/fav_pending.gif);
    background-repeat: no-repeat;
    width: 18px;
}

#favorite_status1 {
    background-image: url(img/fav_loader.gif);
    background-repeat: no-repeat;
    width: 18px;
}

#favorite_status2 {
    background-image: url(img/fav_done.png);
    background-repeat: no-repeat;
    width: 18px;
}

#favorite_status3 {
    background-image: url(img/fav_err.gif);
    background-repeat: no-repeat;
    width: 18px;
}

#favorite_delete {
    background-image: url(img/fav_delete.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
}

#favorite_delete_disabled {
    background-image: url(img/fav_delete_disabled.png);
    background-repeat: no-repeat;
    cursor: default;
    width: 18px;
}

#favorite_send_on {
    background-image: url(img/fav_send_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
}

#favorite_send_off {
    background-image: url(img/fav_send_off.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
}

#favorite_home_off {
    background-image: url(img/fav_home_off.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
}

#favorite_home_on {
    background-image: url(img/fav_home_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
}

#favorite_link {
    font-size: 12px;
    font-weight: bold;
}

#favorite_link a {
    font-size: 12px;
}

#favorite_table {
    background-color: #ffffff;
    border: 1px solid #999;
    margin: 5px;
}

#favorite_table tr {
    border-bottom: 1px solid #999;
}

#favorite_table th,
#favorite_table td {
    font-size: 14px;
    text-align: left;
    padding: 5px;
}

#addToFavoritesError {
    height: 40%;
}

#fav_desc {
    max-width: 220px;
}

#report_status,
#maxlifetime {
    visibility: hidden;
    height: 0px;
    width: 0px;
    display: none;
}

#divBOD {
    border: 1px solid #808080;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 440px;
    height: 220px;
    margin-top: -110px;
    margin-left: -220px;
    overflow: hidden;
    background-color: white;
    display: none;
}

#demorequest {
    position: absolute;
    left: 160px;
    top: 0px;
}

#report_header {
    display: none;
    /*width: 1200px;*/
    text-align: left;
    /*margin: 0px auto;*/
}

#btnShowHideCols {
    border-radius: 10%;
    border: none;
    cursor: pointer;
}

#numreg,
#cache,
#notes {
    float: none;
}

#report_stopped {
    font-weight: bold;
    padding-right: 8px;
}

#notes {
    display: none;
}

#report {
    display: none;
    width: auto;
    overflow: visible;
    margin-top: 6px;
}

/*
#data,
#title,
#id_results {
    display: none;
    visibility: hidden;
}
*/
.item_menu {
    color: #404040;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    cursor: pointer;
}

.item_menu:hover {
    background-color: #eeeeee;
}

.item_menu:hover span {
    color: #000000;
}

.item_menu_sel {
    color: #ffffff;
    background-color: #afc200;
    border: 0px solid #ffffff;
}

.item_menu_sel:hover span {
    color: #25D366;
}

.item_menu_dis {
    color: #a0a0a0;
    background-color: transparent;
    border: 1px solid transparent;
}

.item_menu_dis:hover span {
    color: #a0a0a0;
}

.icon_menu,
.icon_menu_sel,
.icon_menu_dis,
.icon_menu_loc,
.icon_menu_loc_sel {
    width: 32px;
    height: 32px;
    margin: auto;
    padding: 10px;
}

.icon_loc {
    width: 52px;
    height: 52px;
    margin: -10px -10px;
}

/* Reports icons */

#icon8_loc,
#icon4_loc,
#icon5_loc,
#icon7_loc {
    background: url("img/e75h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 36px 36px;
}

#icon8_loc:hover,
#icon4_loc:hover,
#icon5_loc:hover,
#icon7_loc:hover {
    background: url("img/e75h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 36px 36px;
}

/* Favorites */
#menu0_ .icon_menu,
#menu0_ .icon_menu_sel {
    background: url("img/e31h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu0_:hover .icon_menu {
    background: url("img/e31h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Results */
#menu1_ .icon_menu,
#menu1_ .icon_menu_sel {
    background: url("img/e02h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu1_:hover .icon_menu {
    background: url("img/e02h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Statuses */
#menu2_ .icon_menu,
#menu2_ .icon_menu_sel {
    background: url("img/e03h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu2_:hover .icon_menu {
    background: url("img/e03h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Analisys */
#menu3_ .icon_menu,
#menu3_ .icon_menu_sel {
    background: url("img/e30h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu3_:hover .icon_menu {
    background: url("img/e30h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Autocontrol */
#menu4_ .icon_menu,
#menu4_ .icon_menu_sel {
    background: url("img/e05h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu4_:hover .icon_menu {
    background: url("img/e05h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* SPC */
#menu5_ .icon_menu,
#menu5_ .icon_menu_sel {
    background: url("img/e06h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu5_:hover .icon_menu {
    background: url("img/e06h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Registry */
#menu6_ .icon_menu,
#menu6_ .icon_menu_sel {
    background: url("img/e07h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu6_:hover .icon_menu {
    background: url("img/e07h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Consumption */
#menu7_ .icon_menu,
#menu7_ .icon_menu_sel {
    background: url("img/e04h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu7_:hover .icon_menu {
    background: url("img/e04h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Schedule */
#menu8_ .icon_menu,
#menu8_ .icon_menu_sel {
    background: url("img/e01h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu8_:hover .icon_menu {
    background: url("img/e01h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Wizard */
#menu9_ .icon_menu,
#menu9_ .icon_menu_sel {
    background: url("img/e15h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu9_:hover .icon_menu {
    background: url("img/e15h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* User */
#menu12_ .icon_menu,
#menu12_ .icon_menu_sel {
    background: url("img/e39h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu12_:hover .icon_menu {
    background: url("img/e39h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Burger */
#menu11_ .icon_menu,
#menu11_ .icon_menu_sel {
    background: url("img/e55h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu11_:hover .icon_menu {
    background: url("img/e55h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Support */
#islpronto_link .icon_menu,
#islpronto_link .icon_menu_sel {
    background: url("img/e66h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#islpronto_link:hover .icon_menu {
    background: url("img/e66h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* Wizard Icons */
#menu_start .icon_menu,
#menu_start .icon_menu_sel,
#menu_start .icon_menu_dis {
    background: url("img/e32h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_start:hover .icon_menu {
    background: url("img/e32h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_shifts .icon_menu,
#menu_shifts .icon_menu_sel,
#menu_shifts .icon_menu_dis {
    background: url("img/e33h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_shifts:hover .icon_menu {
    background: url("img/e33h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_processes .icon_menu,
#menu_processes .icon_menu_sel,
#menu_processes .icon_menu_dis {
    background: url("img/e34h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_processes:hover .icon_menu {
    background: url("img/e34h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_status .icon_menu,
#menu_status .icon_menu_sel,
#menu_status .icon_menu_dis {
    background: url("img/e35h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_status:hover .icon_menu {
    background: url("img/e35h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_results .icon_menu,
#menu_results .icon_menu_sel,
#menu_results .icon_menu_dis {
    background: url("img/e36h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_results:hover .icon_menu {
    background: url("img/e36h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_relationships .icon_menu,
#menu_relationships .icon_menu_sel,
#menu_relationships .icon_menu_dis {
    background: url("img/e37h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_relationships:hover .icon_menu {
    background: url("img/e37h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_objectives .icon_menu,
#menu_objectives .icon_menu_sel,
#menu_objectives .icon_menu_dis {
    background: url("img/e38h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_objectives:hover .icon_menu {
    background: url("img/e38h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_users .icon_menu,
#menu_users .icon_menu_sel,
#menu_users .icon_menu_dis {
    background: url("img/e17h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_users:hover .icon_menu {
    background: url("img/e17h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_monitor .icon_menu,
#menu_monitor .icon_menu_sel,
#menu_monitor .icon_menu_dis {
    background: url("img/e44h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_monitor:hover .icon_menu {
    background: url("img/e44h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_end .icon_menu,
#menu_end .icon_menu_dis,
#menu_end .icon_menu_sel {
    background: url("img/e40h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_end:hover .icon_menu {
    background: url("img/e40h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

#menu_reports .icon_menu,
#menu_reports .icon_menu_sel,
#menu_reports .icon_menu_dis {
    background: url("img/e41h.png") center no-repeat;
    filter: saturate(0%) brightness(200%);
    background-size: 32px 32px;
}

#menu_reports:hover .icon_menu {
    background: url("img/e41h.png") center no-repeat;
    filter: saturate(100%) brightness(100%);
    background-size: 32px 32px;
}

/* ESTILOS HOME FAVORITOS */

.Widget img {
    visibility: hidden;
}

.Widget:hover img {
    visibility: visible;
}

.Widget .ui-resizable-handle {
    visibility: hidden;
}

.Widget:hover .ui-resizable-handle {
    visibility: visible;
}

.Widget {
    background-color: white;
    padding: 2px;
    border: 1px solid white;
    margin: 2px;
    float: left;
    font-size: 7px;
    overflow: hidden;
    cursor: move;
    height: 100%;
}

.Widget:hover {
    background-color: white;
    padding: 2px;
    border: 1px solid #afc200;
    margin: 2px;
    float: left;
    font-size: 7px;
    overflow: hidden;
    cursor: move;
}

#footer {
    position: fixed;
    margin-bottom: 250px;
    width: 100%;
}

.footer {
    position: fixed;
    margin-bottom: 250px;
    width: 100%;
}

#sortable {
    padding: 0px;
    width: 100%;
    /*margin-top: 25px;*/
}

.msgWidgetsNoCache {
    background-color: #ffffcc;
    padding: 0px;
    border-spacing: 0px;
    border-style: solid;
    border-width: thin;
    border-color: #afc200;
    color: #afc200;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    margin-top: 0px;
}

.lineRepHome {
    border: none;
    background-color: #afc200;
    height: 1px;
    margin-top: 0.5px;
    width: 100%;
    text-align: center;
}

.results-head {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 3px;
    margin: 1px 3px;
    user-select: none;
    /*-ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;*/
}

.results-th {
    padding: 5px 0px;
    margin: 1px 8px;
    border: 1px solid #999;
}

.click_tr {
    cursor: pointer;
}

table.pq-grid-header-table {
    width: auto;
    color: #000000;
}

div.pq-td-div {
    color: #000000;
}

.resize-icon-l {
    /*float:left;*/
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 8px;
    height: 16px;
    background-image: url("img/resize.png");
    background-position: -8px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.resize-icon-r {
    /*float:right;*/
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 8px;
    height: 16px;
    background-image: url("img/resize.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.results th {
    border-right: 1px solid #A0A0A0;
    padding: 1px 0px;
}

.in {
    width: 32px;
    height: 32px;
    background-image: url("img/in.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.out {
    width: 32px;
    height: 32px;
    background-image: url("img/out.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

div.hidden_div {
    display: none;
}

#canvasDiv canvas {
    cursor: pointer;
}

a.locked_tag {
    background-image: url("img/locked.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#iframe_more {
    width: 100%;
    height: 1000px;
    border: 0px;
}

#configUserAlerts,
#configUserPassword {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-image: url(img/black_pix2.png);
    background-repeat: repeat; */
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 90;
}

#tabs_more1 {
    position: absolute;
    top: 78px;
    min-width: 240px;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 90;
    padding: 4px;
}

#tabs_more1 li {
    padding: 4px;
    list-style-type: none;
}

#tabs_more1 li:hover {
    background-color: rgba(175, 194, 0, 1);
    cursor: pointer;
}

#tabs_more0 {
    position: absolute;
    top: 78px;
    min-width: 240px;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 90;
    padding: 4px;
}

#tabs_more0 li {
    padding: 4px;
    list-style-type: none;
}

#tabs_more0 li:hover {
    background-color: rgba(175, 194, 0, 1);
    cursor: pointer;
}

#createTab {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background-image: url(img/black_pix2.png);
    background-repeat: repeat; */
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 90;
}

#presPeriod {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background-image: url(img/black_pix2.png);
    background-repeat: repeat; */
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 90;
}

.popup_config {
    width: 360px;
    height: 25%;
    border: 1px solid #999;
    background-color: #EEEEEE;
    margin: 7% auto auto auto;
}

.popup_wide {
    width: 720px;
    height: 25%;
    border: 1px solid #999;
    background-color: #EEEEEE;
    margin: 7% auto auto auto;
}

.popup_wider {
    width: 90%;
    height: 95%;
    border: 1px solid #999;
    background-color: #EEEEEE;
    margin: 1% auto auto auto;
}

.popup_config th,
.popup_wide th,
.popup_wider th {
    width: 100%;
    height: 24px;
    color: #FFFFFF;
    background-color: #2c353f;
    border: 1px solid #2c353f;
}

.popup_config input[type="button"] {
    background-color: #afc200;
    color: white;
    font-weight: bold;border: 1px solid #afc200;
    cursor: pointer;
    padding: 2px 4px;
}

#grpChkBox {
    position: absolute;
    padding: 5px;
    border: 1px solid #000;
    /*margin-left: 650px;*/
    background: #fff;
    text-align: left;
}

#drg {
    cursor: move;
}

#super_container {
    width: 100%;
    min-width: 1200px;
}

#left_container {
    width: 220px;
    top: 235px;
    float: left;
    z-index: 2;
    white-space: nowrap;
    overflow: auto;
    border-right: 1px solid #afc200;
    margin: 0px 6px 0px 0px;
}

#tree_container {
    display: inline-block;
    width: 400px;
}

#right_container {
    float: right;
    right: 0px;
    position: absolute;
}

#toggle_left {
    width: 100%;
    height: 30px;
}

#period_container {
    display: inline-block;
    width: 220px;
    position: relative;
    left: 0px;
}

#period_container table {
    margin: auto;
}

#report_container {
    margin-left: 5px;
    text-align: center;
}

#printme thead th {
    background-color: white;
}

.tablesorter-headerAsc {
    background-color: white;
    cursor: url(img/sort-descending.png), auto;
}

.res.tablesorter-headerAsc {
    background-color: white;
    background-image: url(img/sort-up.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.tablesorter-headerDesc {
    background-color: white;
    cursor: url(img/sort-descending.png), auto;
}

.res.tablesorter-headerDesc {
    background-color: white;
    background-image: url(img/sort-down.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.tablesorter-headerUnSorted {
    background-color: white;
    cursor: url(img/sort-descending.png), auto;
}

#AlertsAt {
    max-width: 220px;
}

#colgroups th {
    background-color: #EEEEEE;
    border: 1px solid #FFFFFF;
    padding: 3px 0px;
}

#boton_tree {
    /*float: left;*/
    margin-left: 164px;
    width: 40px;
    /*margin-top: 4px;*/
}

#boton_tree input {
    border: none;
    color: white;
    opacity: 0;
    padding: 0px 22px;
    display: inline-block;
    cursor: pointer;
}

#boton_tree_r input {
    border: none;
    color: white;
    opacity: 0;
    padding: 0px 22px;
    display: inline-block;
    cursor: pointer;
}

#boton_tree_r {
    visibility: hidden;
    background: url("img/right_arrow.png") no-repeat center;
    background-color: #dddddd;
    border: none;
    color: white;
    padding: 3px 8px;
    /*  display: inline-block; */
}

#boton_tree {
    visibility: visible;
    background: url("img/left_arrow.png") no-repeat center;
    background-color: #afc200;
    border: none;
    color: white;
    padding: 3px 8px;
    /*display: inline-block; */
}

#params_container {
    display: inline-block;
    width: 100%;
    height: 100%
}

#period_cell {
    width: 220px;
}

#p_from {
    width: 125px;
}

#p_to {
    width: 125px;
}

.interna {
    display: table;
    width: 100%;
}

.interna p {
    font-size: 200%;
}

.newTab,
.moreTabs {
    cursor: pointer;
    font-weight: bold;
    border-width: 0px;
    background-color: #dddddd;
}

.tabEditor {
    cursor: pointer;
    border-width: 0px;
    background-color: #dddddd;
}

.repControlsH {
    border-top: 1px solid #afc200;
    border-bottom: 0px;
}

.repControlsV {
    border-top: 1px solid #afc200;
    border-bottom: 1px solid #afc200;
    /*margin-top: 20px;*/
}


/*.reptable {
    margin-top: 25px;
}*/

.show {
    display: block;
}

.greenBG {
    background-color: #afc200;
}

#user_name {
    cursor: auto;
    background-color: #2c353f;
    color: white;
}

.hidden {
    display: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}

#path {
    width: 100%;
    height: 100%;
    font-size: 36px;
}

/* #close_button {
    display: none;
    text-align: right;
    vertical-align: bottom;
} */

tr.total td {
    font-weight: bold;
    /*background-color: #eeeeee;*/
    border-bottom: 12px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.multi_select {
    width: 368px;
    max-width: 368px;
    height: 120px;
    padding: 1px;
    border: 1px solid #999;
}

#loader {
    display: none;
    position: absolute;
    margin: auto auto;
    width: 100%;
    height: 100%;
    background: url(img/ajax-loader.gif);
    background-color: rgba(255, 255, 255, 0.5);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    z-index: 95;
}

.WdTitle {
    text-align: left;
    color: #2c353f;
    font-weight: normal;
}

.WdSubtitle {
    font-size: 9px;
    color: #5e7187;
    font-weight: normal;
    text-align: left;
    /*font-size: 12px; */
}

.lost_pass {
    color: white;
    /*font-style: italic;*/
    font-size: 11px;
    /*cursor: pointer;*/
    /*margin: auto;*/
    margin-bottom: 5px;
    /*display: block;*/
    text-align: right;
    /*text-decoration: none;*/
    /*font-size: 9px;*/
    /*height: 20px;*/
    /*width: 140px;*/
    text-decoration: underline;
    cursor: pointer;
    /*display: block;*/
}

/*.lost_pass:hover {
    text-decoration: underline;
}*/

.remember {
    color: white;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
}

.remember input {
    vertical-align: middle;
    margin: 0px;
    margin-bottom: 4px;
}

.demo_login {
    position: absolute;
    color: white;
    left: 160px;
    top: 0px;
}

#rec_cont {
    width: 900px;
}

.rec_divs {
    background-color: white;
    text-align: left;
    float: left;
    /*border: 1px solid #999;*/
    box-shadow: 3px 3px 8px #999;
    margin: 5px;
    padding: 5px 10px;
    /* for testing only */
}

.rec_title {
    font-size: 2em;
    margin: 5px;
}

.rec_text {
    margin: 5px;
    font-size: 1.1em;
}

#rec_average {
    width: 280px;
    height: 160px;
}

#rec_main {
    width: 560px;
    height: 160px;
}

#rec_shift,
#rec_result,
#rec_team,
#rec_process,
#rec_pers {
    width: 420px;
    height: 240px;
}

.rec_indicator1,
.rec_indicator2 {
    border: 1px solid #999;
    border-radius: 5px;
    float: left;
    text-align: center;
    font-size: 1.2em;
    padding: 5px 10px;
    margin: 5px;
}

.rec_indicator1 {
    width: 246px;
}

.rec_indicator2 {
    width: 378px;
}

.WdContent table {
    padding: 0px;
    border-spacing: 0px;
    /*font-size: 11px;*/
}

.WdContent tr {
    height: 32px;
}

#footer {
    position: fixed;
    margin-bottom: 0px;
    width: 100%;
}

#printme td {
    width: fit-content;
}

.WdContent p {
    text-align: justify;
    font-size: 12px;
    margin: 0px 0 0px 0;
    padding: 0px;
}

.results_head {
    font-size: 12px;
    /*font-weight: bold;*/
}

.WdHeader {
    font-size: 10px;
    text-align: center;
    display: block;
    margin: 2px 2px 6px 2px;
}

.WdButton {
    cursor: pointer;
    float: right;
    width: 16px;
    margin: 2px;
}

#new_comp {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

/*  #new_comp:hover{
    text-decoration: underline;
  }*/
#version {
    top: 40px;
    color: white;
    right: 30px;
    position: absolute;
}

#loginButton,
#registerButton,
#confirmButton {
    max-width: none;
}

@media screen and (max-width:450px) {

    .flogin {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        background-color: #98c400;
        left: 0%;
        top: 0%;
        margin-top: 0px;
        /*margin-left: 0px;*/
        background-image: none;
        background-size: auto;
        /*background-repeat: no-repeat;*/
    }

    #logLogo {
        display: block;
        width: auto;
        height: 15%;
        margin-top: 2%;
        margin-left: 2%;
    }

    .login_label {
        display: none;
    }

    .login,
    .register,
    .confirm,
    .register_center {
        height: 40px;
        margin-top: 10%;
    }

    /*
    .pass, .usuario, .bdd {
        height: 40px;
        margin-top: 10%;
    }
    */
    .rep {
        color: white;
        left: 0px;
        float: none;
        text-align: left;
    }

    .ver {
        color: white;
        float: right;
        text-align: right;
    }

    .copyright {
        border: none;
        width: 90%;
        left: 5%;
    }

    .remember {
        padding: 5px;
    }

    .lost_pass {
        padding: 5px;
        margin-bottom: 0px;
    }

    .label {
        height: 80%;
    }

    body {
        overflow: auto;
    }
}


@media screen and (max-width:975px) {
    #hit_area {
        width: 1200px;
    }

    #menu_holder {
        height: 52px;
        margin-top: 0px;
        width: 680px;
        font-size: 30;
        position: absolute;
        left: 300px;
        right: 0px;
    }

    body {
        overflow: auto;
    }
}

@media screen and (max-height:450px) {
    #hit_area {
        width: 1200px;
    }

    #menu_holder {
        height: 52px;
        margin-top: 0px;
        width: 680px;
        font-size: 30;
        position: absolute;
        left: 300px;
        right: 0px;
    }

    body {
        overflow: auto;
    }
}

#integrationTest {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-image: url(img/black_pix2.png);
    background-repeat: repeat; */
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 90;
}

#integrationTestRequest,
#integrationTestResponse {
    display: block;
    font-size: 16px;
}

#remoteAppsDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 90;
}

#remoteAppsFrame {
    border: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.popup_help {
    height: 52px;
}

.popup_body {
    padding: 0px;
}

.popup_footer {
    height: 24px;
    text-align: right !important;
}

.border_trl {
    background-color: #ffffff;
    border-color: #999;
    border-width: 1px;
    border-style: solid solid hidden solid;
}

.border_rbl {
    background-color: #ffffff;
    border-color: #999;
    border-width: 1px;
    border-style: hidden solid solid solid;
}

.multiselect {
    width: 150px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    /* font-weight: bold; */
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.checkboxes {
    display: none;
    border: 1px #dadada solid;
}

.checkboxes label {
    display: block;
}

.checkboxes label:hover {
    background-color: #1e90ff;
}

#reportGen {
    background-color: #afc200;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 5px;
    cursor: pointer;
    border: 1px solid #afc200;
}

#reportGen:hover {
    filter: brightness(112%);
}

.popup_config_container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 99;
}

#ThemeSelectorTable {
    height: 150px;
}

#ThemeSelectorTable td {
    padding: 5px 15px;
    text-align: left;
}

.results_xml td {
  border: 0px solid white;
  padding: 3px;
}