﻿body {
    background: #FFFFFF;
    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:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

/*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: 85px;
    height: auto;
    display: inline-block;
    background: #80888F;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 3px;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
}

.boton:hover {
    background: #04955F;
}
.fIcon {    
    margin-right: 6%;
}