/* 
    Document   : custom
    Created on : 25/06/2015, 11:17:32 AM
    Author     : Juan Francisco Alvarez Urquijo <fkoner@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

.background {
    fill: none;
    pointer-events: all;
}

#states {
    fill: #aaa;
}

#states .active {
    fill: orange;
}

#state-borders {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}

.entidad-label {
    fill: #777;
    fill-opacity: .5;
    font-size: 11px;
    font-weight: 300;
    text-anchor: middle;
}

.text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*pointer-events: none;*/
}


[draggable=true] {
    cursor: pointer;
}

.chart-title {
    cursor: move;
}

.grid-stack-item-content {
    /*
    background: white;
    color: #2c3e50;
    font-family: 'Indie Flower', cursive;
    text-align: center;
    font-size: 20px;
    */
}

.dc-chart g.row text {
    /*color: black;*/
    fill: black;
    font-size: 12px;
    cursor: pointer;
}

.mytext {
    font-size: 12px;
}

/*
.dc-chart .brush rect.extent {
    fill: #0074BE;
    fill-opacity: .125;
}

.dc-chart .brush .resize path {
    fill: #0074BE;
    stroke: #1D2A4D;
}

.dc-chart g.debug rect {
    fill: #0074BE;
    fill-opacity: .2;
}
*/

.chart-body .line {
    stroke: #1D2A4D;
}

.chart-body .area {
    fill: #0074BE;
    fill-opacity: .2;
}

.standardOver { 
    background-color: #638cb5;
    color: #D8D8D8;	
}

.TableHeader {
    text-align: center;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background: rgb(9, 41, 78);
    color: #ffffff;
    font-weight: bold;
}

.TableRow1 {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: rgb(9, 41, 78);
    background-color: rgb(222, 222, 221);
}

.TableRow2 {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: rgb(9, 41, 78);
    background-color: #ffffff;
}

.letra {
    color: #ffffff;
}

.EstiloOk {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-style: oblique;
    font-size: 11pt;
    color: #0066CC;
}

.EstiloErr {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-style: oblique;
    font-size: 11pt;
    color: #ff0000;
}

.errors {
    font-family: arial;
    font-size: 12px;
    font-style: oblique;
    color: red;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*//background: url(../images/icons/ajaxloader.gif) 50% 50% no-repeat #ede9df;*/
    background: url("/javax.faces.resource/icons/ajaxloader.gif?ln=images") 50% 50% no-repeat #ede9df;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    /*background-color: #f5f5f5;*/
    text-align: right;
    font-size: 10px;
    color: white;
}

.EstiloTitulo {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: rgb(9, 41, 78);
    background: rgb(194, 193, 193);
}

.EstiloLetra {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: rgb(9, 41, 78);
    font-weight: normal;
}

.EstiloMargen {
    border: 0.5pt solid #FFFFFF;
    border-style: solid;
    text-align: left;
    empty-cells: show;
    background-color: #FFFFFF;
    width: 900px;
}

.EstiloPanel {
    /*background-color: rgb(248, 248, 248);*/
    background-color: rgb(240, 240, 240);
}

.EstiloPanelError {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    background: #011c5f;
}


.astRojo {
    color: #ff0000;
}

.astHidden {
    visibility: hidden;
}

/** Styles for Footer Support **/
html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#container {
    min-height:100%;
    position:relative;
}
/*
#header {
    background:#ff0;
    padding:10px;
}
*/
#body {
    padding:10px;
    padding-bottom:60px;	/* Height of the footer */
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;			/* Height of the footer */
}
/* other non-essential CSS */
#header p,
#header h1 {
    margin:0;
    padding:10px 0 0 10px;
}
#footer p {
    margin:0;
    padding:10px;
}

/** Estilos para las Fechas **/
span > input[id$=".day"], 
span > input[id$=".year"], 
span > input[id$=".hours"],
span > input[id$=".minutes"] {
    width: 15%;
    display: inline;
    text-align: center;
}

span > select[id$=".month"] {
    width: 37%;
    display: inline;
    text-align: center;
    /*padding-left: 10%;*/
}

span#project_version {
    font-size: 12px;
}



/**
    Skinning Bootstrap Theme PrimeFaces
**/
.ui-widget {
    font-family: "Helvetica Neue",Helvetica, Arial Narrow, Arial, sans-serif;
    /*//font-family: "Helvetica Neue", Helvetica, Arial Narrow, Arial;*/
    font-size: 0.9em;
}

/*
.fixed-size {
    table-layout: fixed;
    word-wrap: break-word;
}
*/

.ui-datatable tbody td {
    white-space: normal;
    /*//text-wrap: normal;*/
    /*//word-wrap: break-word;*/
}

.ui-paginator.ui-paginator-top.ui-widget-header,
.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom {
    background: #ffffff;
    border: 0px;
}

.ui-datatable tbody tr td, ui-datatable-tablewrapper tbody tr td {
    white-space: normal;
    text-align: center;
    /*//text-wrap: normal;*/
    /*//word-wrap: break-word;*/
}

.ui-datatable tbody tr.ui-expanded-row-content td {
    text-align: center;
}

.btn-group-sm > .btn {
    font-size: 1.0em;
}

span.input-group-btn > button.ui-widget {
    font-size: 10.5px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}