﻿/** CSS GENERAL **/
html, body 
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
}

.border
{
    border: 1px solid silver;
}

.totallogin
{
    /*float:left;
    margin-left: 5px;
    width: 25%;*/
    position: relative;
    margin: 50px auto 0 auto;
    width: 300px;
}

.tablalogin
{
    /*position:absolute;
    margin-top:200px;*/
    position: relative;
    margin: 50px auto 0 auto;
    width: 300px;
}

.footerLogin
{
    float: left;
    margin-left: 5px;
    width: 100%;
    height: 20px;
    /*border-color: #E3F1FF;
    border-width: 1px;
    border-style: solid;*/
    position: fixed;
    bottom: 0;
}

.footerMain
{
    margin-left: 5px;
    width: 100%;
    height: 20px;
    /*border-color: #E3F1FF;
    border-width: 1px;
    border-style: solid;*/
    position: fixed;
    bottom: 0;
    z-index: -1;
}

#cuerpo
{
    min-height: 500px;
}

.center 
{
    position: relative;
    margin: 50px auto 0 auto;
}

.rounded
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.spinner{}

.tool
{
    width: 100%;
    height: 100%;
    margin: 0; 
    padding: 0;
    display: inline;
}

.toolPopup
{
    width: 100%;
    height: 100%;
    margin: 0; 
    padding: 0 20px 0 0;
    display: inline;
}

.toolPopupButton
{
    position: absolute;
    top: 2px;
    right: -20px;
}

.ui-button .ui-icon.btnCargar {
  background-image: url('/images/load.png') !important;
}

/** CSS MENSAJES **/
.validation
{
    background-image: url('/images/error2.png') !important;
    background-repeat: no-repeat;
    /*padding-top: 0px;
    margin-top: 0px;*/
    width: 10px;
    height: 18px;
    /*background-color: #F5A9A9;
    border: solid 1px #610B0B;
    color: #610B0B;
    padding: 2px 2px 2px 2px;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.customError
{
    background-image: url('/images/error.png') !important;
    background-repeat: no-repeat;
    background-position: left;
    padding: 8px 4px 8px 20px;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

.customInformation
{
    background-image: url('/images/info.png') !important;
    background-repeat: no-repeat;
    background-position: left;
    padding: 8px 4px 8px 20px;
    font-size: 11px;
    font-weight: bold;
    color: Green;
}

.customWarning
{
    background-image: url('/images/warning.png') !important;
    background-repeat: no-repeat;
    background-position: left;
    padding: 8px 4px 8px 20px;
    font-size: 11px;
    font-weight: bold;
    color: Green;
}

.messageInformation
{
    background-color: #FFFFCC;
}

.ctrlInvisible
{
    background-color: transparent;
    color: transparent;
    border: 0;
}
.ctrlInvisible2
{
    background-color: White;
    border: 0;
}


.statusBar
{
    border-top: dotted 1px mediumblue;
    border-bottom: dotted 1px mediumblue;
}

/** CSS TEXTO **/
.textAlignJustify
{
    text-align: justify;
}

.textAlignLeft
{
    text-align: left;
}

.textAlignCenter
{
    text-align: center;
}
.textAlignRight
{
    text-align: right;
}

.textCapitalize
{
    text-transform: capitalize;
}

.textUpperCase
{
    text-transform: uppercase;
}

.textLowerCase
{
    text-transform: lowercase;
}

.textShadow
{
    text-shadow: black 0.05em 0.05em 0.07em;
}

/** CSS APARIENCIA **/

.ui-front
/*.ui-dialog */
{
    z-index: 9999 !important; 
}

[role=dialog]
{
    z-index: 100001 !important;
}

#ui-datepicker-div 
{
    z-index: 9990 !important;
}

.ui-tabs-disabled 
{
    display: none !important;
}

/*.ui-datepicker-trigger
{
    padding: 0px;
    padding-left: 5px;
    vertical-align: baseline;
    position: relative;
    top: 4px;
    height: 18px;
}*/

.jQButton {}

.shadow
{
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,.2);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,.2);
}

.focusField
{
    border:solid 1px #73A6FF;
    background:#EFF5FF;
    color:#000;
    min-height: 20px;
    padding: 1px 1px 1px 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.idleField
{
    background-color: transparent;
    border: solid 1px #AAAAAA;
    color: #6F6F6F;
    min-height: 20px;
    padding: 1px 1px 1px 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Para los ComboBox */
.styled-select 
{
   /*width: 240px;
   height: 34px;*/
   overflow: hidden;
   background: url('/images/arrow_down.png') no-repeat right #ddd;
   border: 1px solid #ccc;
}

.styled-select select 
{
   background: transparent;
   /*width: 268px;
   height: 34px;*/
   padding: 5px;
   padding-right: 28px; /* agregado por me */
   font-size: 16px;
   line-height: 1;
   border: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
   border-radius: 4px;
}

/** GRIDVIEW **/
.gridView 
{
    font-family: Arial;
    width: 100%;
    font-size: 12px;
    border: 0px;
}
.gridView caption
{
    border-top: 1px solid rgb(170, 170, 170);
    border-left: 1px solid rgb(170, 170, 170);
    border-right: 1px solid rgb(170, 170, 170);
    font-family: Helvetica, Arial, Sans-Serif;
    background-color: #EDEDED;
    font-weight: bold;
    font-size: 12px;
    color: #006AC0;
    padding: 4px;
}
.gridView th 
{
    border: 1px solid rgb(170, 170, 170);
    font-family: Helvetica, Arial, Sans-Serif;
    background-color: #EDEDED;
    font-weight: normal;
    font-size: 12px;
    color: #006AC0;
    padding: 4px;
}
.gridView th a 
{
    color: #003300;
    text-decoration: none;
}
.gridView th a:hover
{
    color: #003300;
    text-decoration: underline;
}
.gridView td 
{
    border: 1px solid rgb(170, 170, 170);
    color: #333333;
    padding: 2px;
    font-family: Arial;
    font-size: 12px;
}
.gridView tr.even 
{
    background: #E3F1FF;
}
.gridView tr:nth-child(odd)
{
    background: #E3F1FF;
}
.gridView tr:hover, tr.even:hover 
{
    background: #F7F2E0;
}
.gridView td a 
{
    color: #003300;
    font: bold 12px Arial;
    padding: 2px;
    text-decoration: none;
}
.gridView td a:hover 
{
    color: red;
    font-weight: bold;
    text-decoration: underline;     
}

/** ICONO PARA LIMPIAR LOS INPUT TEXT **/
.clearable
{
  background: url('/images/clear.png') no-repeat right -10px center;
  /*border: 1px solid #999;*/
  padding: 0 20px 0px 2px;
  /*border-radius:3px;*/
  transition: background 0.4s;
}
.clearable.x{
  background-position: right 4px center;
}
.clearable.onX{
  cursor:pointer;
}

/*.clearable
{
    position: relative;
}
.data_field
{
    padding-right: 12px;
}
span.icon_clear
{
    position: absolute;
    right: 4px;    
    display: none;
    cursor: pointer;
    font: bold 1em sans-serif;
    color: #38468F;  
}
span.icon_clear:hover
{
    color: #f52;
}*/
