﻿body {
    background: #F8F8F8 !important;
    font-family: Calibri;
    margin: 0;
    padding: 0;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* Edge */
    color: white;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: white;
}

:-moz-placeholder {
    color: white;
}

/*PRINCIPAL TITULO*/
.title {
    font-size: 12pt;
    text-align: left;
    vertical-align: middle;
    color: #F3F3F3;
    height: 28px;
    background-color: #000033;
    background: -webkit-linear-gradient(#80888F, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#80888F, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#80888F, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#80888F, #000); /* Standard syntax */
}

/*TITULO*/
.title-grid {
    text-align: left;
    vertical-align: middle;
    color: #FFF;
    height: 25px;
    background-color: #80888F;
    border: solid 1px #80888F;
    text-decoration: none;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.title-grid a {
    text-decoration:none;
    color:#FFF;
}

/* Menu secundario */
a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

td a:link {
    text-decoration: none;
}

td a:link:hover {
    text-decoration: none;
    color: #04955F;
    font-weight: 600;
    cursor: pointer;
}

/* Texto Visible */
.lbl {
    font-weight: 600;
}

/*TABLA*/
.data-grid {
    background-color: #FFF;
    min-height: 110px;
}
.grid-item {   
    color: #000;
    vertical-align: middle;
    text-align: left;
}
.grid-alt {
    background-color: whitesmoke;
}

.div-confirm {
    z-index: 1101;
    position: absolute;
    border: solid 3px gray;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px;
    padding: 40px 0px 40px 0px;
    width: 500px;
    height: auto;
    background-color: #fff;
    font-family: Calibri;
    font-size: 12pt;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* BOTON MODULO */
.boton {
    width: 100%;
    max-width: 110px;
    height: auto;
    display: inline-block;
    background: #80888F;
    color: #FFFFFF !important;
    text-decoration: none !important;
    cursor: pointer;
    border: none;
    padding: 10px 2px;
    margin: 1px;
    border-radius: 5px;
    text-align: center;
}

.boton:hover {
    color: #FFFFFF !important;
    background: #04955F;
    font-weight: 200 !important;
}

.fIcon {    
    margin-right: 6%;
}

/* Forms */
.lbl-form {
    font-size: 10pt;
    margin-right: 6px;
    font-weight: 600;
}

.txt-form {
    font-size: 14pt;
}