/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/09/2016, 02:04:29 PM
    Author     : jvanegas
*/

.custom-class {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    border: #dddddd;
    padding: 4px 4px;
}

.custom-terminar {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a96e25), color-stop(1, #e09034));
    background:-moz-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:-webkit-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:-o-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:-ms-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:linear-gradient(to bottom, #a96e25 5%, #e09034 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a96e25', endColorstr='#e09034',GradientType=0);
    background-color:#a96e25;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #a96e25;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size:14px;
    padding:8px 76px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}
.custom-terminar:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e09034), color-stop(1, #a96e25));
    background:-moz-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:-webkit-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:-o-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:-ms-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:linear-gradient(to bottom, #e09034 5%, #a96e25 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e09034', endColorstr='#a96e25',GradientType=0);
    background-color:#e09034;
}
.custom-terminar:active {
    position:relative;
    top:1px;
}

.ui-widget{
     font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #333333;
    padding: 3px 3px;   
}
/*, .ui-state-default, .ui-corner-all*/
.ui-textentry, .ui-inputfield, .ui-input-label{
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #333333;
    padding: 3px 3px;
}

.ui-button{
    font-family: "Poppins";
    background: #ff9500;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #ffffff;
}

/*
.ui-datatable, .ui-widget, .ui-header-column,.ui-header-text {
.ui-header-text titulos de las columnas
.ui-datatable-data para el contenido
*/
.ui-datatable-data {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.ui-simpleselectonemenu .ui-input-label { 
    display: initial;
    width: 100%;

}

.ui-inputFiltro{
    font-family: "Poppins";
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #333333;
    padding: 3px 3px;
}

.yui-checkboxbutton-button{
    background:#ffffff;
    color: #000000;
}

.ui-buttonFiltro {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a96e25), color-stop(1, #e09034));
    background:-moz-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:-webkit-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:-o-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:-ms-linear-gradient(top, #a96e25 5%, #e09034 100%);
    background:linear-gradient(to bottom, #a96e25 5%, #e09034 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a96e25', endColorstr='#e09034',GradientType=0);
    background-color:#a96e25;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:5px solid #a96e25;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    padding:18px 76px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}
.ui-buttonFiltro:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e09034), color-stop(1, #a96e25));
    background:-moz-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:-webkit-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:-o-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:-ms-linear-gradient(top, #e09034 5%, #a96e25 100%);
    background:linear-gradient(to bottom, #e09034 5%, #a96e25 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e09034', endColorstr='#a96e25',GradientType=0);
    background-color:#e09034;
}
.ui-buttonFiltro:active {
    position:relative;
    top:1px;
}