﻿@font-face {
    font-family: "UniversBlack";
    src: url("../fonts/UniversBlack.otf") format("opentype");
}

@font-face {
    font-family: "Univers-black-italic";
    src: url(../fonts/Univers-black-italic.otf) format("opentype");
}

@font-face {
    font-family: "UniversLTStd";
    src: url(../fonts/UniversLTStd.otf) format("opentype");
}

@font-face {
    font-family: "UniversLTStd-Bold";
    src: url(../fonts/UniversLTStd-Bold.otf) format("opentype");
}

@font-face {
    font-family: "UniversLTStd-Obl";
    src: url(../fonts/UniversLTStd-Obl.otf) format("opentype");
}

@font-face {
    font-family: "Univers-Condensed";
    src: url(../fonts/Univers-Condensed.otf) format("opentype");
}

.fuente-black {
    font-family: "UniversBlack";
}

.fuente-black-italic {
    font-family: "Univers-black-italic";
}

.fuente-LTStd {
    font-family: "UniversLTStd";
}

.fuente-LTStd-bold {
    font-family: "UniversLTStd-Bold";
}

.fuente-LTStd-obl {
    font-family: "UniversLTStd-Obl";
}

.fuente-Condensed {
    font-family: "Univers-Condensed";
}

html {
    height: 100%;
}

body {
    margin: 0px;
    overflow: hidden;
    height: 100%;
    font-family: Univers-Condensed;
    font-size: 10px;
    background: url(bg_v2.png) #A98436 no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    /* opacity: 0.8;*/
}



.body-container {
    background: url(bg_master_6X.jpg) #A98436 no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
}


.main {
    width: 100%;
    height: 100%;
}

.header {
    color: #40B548;
}

.menu {
    padding-left: 10px;
    padding-top: 6px;
    font-family: Univers-Condensed;
    font-size: 18px;
    font-weight:;
    color: #A1CC39;
}

.titulo {
    font-family: Univers-Condensed;
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
    color: #FFFFFF;
}

.titulo-rojo {
    font-family: Univers-Condensed;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #E2231A;
}

.titulo-pequeno-rojo {
    font-family: Univers-Condensed;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #E2231A;
}

.barra-superior {
    background-color: rgba(128, 0, 0, 0.9);
    font-family: Univers-Condensed !important;
    color: #FFFFFF;
    border-color: #E2231A;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
}

.boton-login {
    /*background-image:url(btn_v2.png);*/
    background-color: #FFFFFF !important;
    filter: alpha(opacity=70);
    opacity: .9;
    font-family: Univers-Condensed;
    font-weight: bolder;
    /*border: 2px solid #FFFFFF;*/
    border-radius: 8px;
}

.boton-ingresar {
    background-color: #FFFFFF !important;
    filter: alpha(opacity=90) !important;
    opacity: .9 !important;
    font-family: Univers-Condensed !important;
    color: #FFFFFF !important;
    border: #ff0000 !important;
}

.boton-gris {
    background-color: #666666 !important;
    filter: alpha(opacity=90) !important;
    opacity: .9 !important;
    font-family: Univers-Condensed !important;
    color: #FFFFFF !important;
    border: 0px solid #FFFFFF !important;
}

.titulo-panel {
    font-size: 14px;
    height: 18px;
    text-align: left;
    font-family: Univers-Condensed;
    font-weight: bold;
    /*font-style: italic;*/
    color: #FFFFFF;
}

.titulo-panel-rojo {
    font-size: 14px;
    height: 18px;
    text-align: left;
    font-family: Univers-Condensed;
    font-weight: bold;
    color: #E2231A;
}

.titulo-panel-rojo2 {
    font-size: 14px;
    height: 18px;
    text-align: left;
    font-family: Univers-Condensed;
    font-weight: bold;
    color: #E2231A;
    left: 20px;
    top: 10px;
}

.footer {
    font-family: UniversBlack;
    font-size: 9px;
    font-style: italic;
    height: 20px;
    color: #FFFFFF;
}

.cuadro-sesion {
    font-family: UniversBlack;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
    text-align: right;
}

.enlace {
    font-family: UniversLTStd, UniversLTStd-Bold, UniversLTStd-Obl;
    font-size: 10px;
    font-weight: normal;
    color: blue;
    text-decoration: underline;
    vertical-align: bottom;
    cursor: pointer;
}

.enlace-welcome {
    font-family: UniversLTStd, UniversLTStd-Bold, UniversLTStd-Obl;
    font-size: 11px;
    font-weight: normal;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 6px;
}

.slider {
    background-color: #E2231A;
}

.main-switcher {
}

.form-label {
    margin-top: 5px;
    margin-left: 10px;
    font-family: Univers-Condensed;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    width: 150px;
}

.form-label-bold {
    margin-top: 5px;
    margin-left: 10px;
    font-family: Univers-Condensed;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 150px;
}

.form-label-rojo {
    margin-top: 5px;
    margin-left: 10px;
    font-family: Univers-Condensed;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 150px;
    color: #E2231A;
}

.form-label-gris {
    margin-top: 5px;
    margin-left: 10px;
    font-family: Univers-Condensed;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 150px;
    color: rgb(102, 102, 102);
}

.form-label-negro {
    margin-top: 5px;
    margin-left: 10px;
    font-family: Univers-Condensed;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    width: 150px;
    color: rgb(0, 0, 0);
}

.contenedor-lista {
}

.texto-pequeno {
    padding-top: 5px;
    font-size: 9px;
    text-align: left;
    font-family: Univers-Condensed;
    font-weight: normal;
    font-style: italic;
}

.help {
    font-size: 9px;
}

.panel-propiedades {
    overflow: auto;
}

.filtro {
    margin-top: 0px;
    margin-left: 0px;
    font-family: Univers-Condensed;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.enlace-logout {
    font-family: Univers-Condensed;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
    vertical-align: bottom;
    cursor: pointer;
}

input.upper {
    text-transform: uppercase;
}

textarea.upper {
    text-transform: uppercase;
    resize: none;
}

textarea.mono {
    font-family: 'Univers-black-italic, UniversBlack, UniversLTStd, UniversLTStd-Bold, UniversLTStd-Obl , Univers-Condensed', monospace;
}

.messageAlert {
    padding-left: 5px;
    padding-top: 10px;
    color: #FF0000;
    font-size: 10px;
    font-weight: bold;
}

.contenedorseccion {
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.captionInfo {
    font-family: Univers-Condensed;
    font-size: 9px;
    font-weight: normal;
}

.captionInfoStyle {
    float: right;
    padding-right: 50px;
    position: relative;
    top: -1px;
}

.captionIconStyle {
    float: right;
    padding-right: 5px;
    position: relative;
    top: -3px;
}

.logoBlanco {
    position: absolute !important;
    top: -110px !important;
    height: 250px !important;
    left: 0px !important;
    width: 500px !important;
}

.opcion-menu {
    background-color: #E2231A;
    border: 4px #FFFFFF solid;
    margin: 10px;
    /*	display: block;
	float: left;*/
    display: inline-block;
    width: 260px;
    height: 275px;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 5px 5px 3px #888888;
}

.opcion-menu-pequeno {
    background-color: #E2231A;
    border: 4px #F1F1F1;
    margin: 20px;
    display: block;
    float: left;
    /*display: inline-block;	*/
    width: 190px;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 5px 5px 3px #888888;
}

.opcion-menu-label {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.opcion-menu-icon {
    position: absolute;
    left: 80px;
    top: 100px;
    width: 100px;
    height: 100px;
}

.opcion-menu-label-container {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 200px;
    height: 26px;
    display: table;
}

.opcion-menu-label-container-pequeno {
    position: absolute;
    left: 4px;
    top: 10px;
    width: 190px;
    height: 18px;
    display: table;
}

.opcion-menu-description {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-size: 12px;
}

.opcion-menu-description-container {
    position: absolute;
    left: 30px;
    top: 200px;
    width: 200px;
    height: 60px;
    display: table;
}

th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}


/*//JCL 2017-12-22*/
/*//New friendly message after commit transaction*/

.barra-superior-friendly {
    background-color: rgba(128, 0, 0, 0.9);
    width: 515px;
    height: 25px !important;
    padding-top: 5px;
    padding-left: 5px;
}


.label-rojo-friendly {
    font-family: Univers-Condensed;
    font-size: 14px;
    font-weight: bold;
    color: #E2231A;
    padding-top: 20px;
}

.friendly_title {
    background: rgba(128, 0, 0, 0.9) !important;
}

.no-titlebar .ui-dialog-titlebar {
    display: none !important;
}

.ui-dialog-friendly {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    background: #FFFFFF !important;
}

.content-friendly {
    min-height: 132px !important;
    height: 132px !important;
    max-height: 132px !important;
    min-width: 410px !important;
    width: 410px !important;
    max-width: 410px !important;
}
