﻿html, body {
    /*color: #888;*/
    font-family: 'Ubuntu Mono', sans-serif;
    /*text-transform: uppercase;*/
    height: auto;
    min-height: 100vh;
    background-color: #f6f8fc
}

.box {
    width: 90%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
    background: #222;
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}

.content {
    width: 85%;
    height: auto;
    position:;
    margin: 0 auto;
    padding: 30px 0px;
    background:;
    text-align: center;
}

    .content h1 {
        font-size: 24px;
        font-weight: 400;
        color: #FFBF00;
        letter-spacing: 0.125em;
        text-align: center;
    }

.field {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background: #2c2c2c;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #FFBF00;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #5A5A5A;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #5A5A5A;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #5A5A5A;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5A5A5A;
}



.btn {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background: #161616;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #FFBF00;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}

    .btn:hover {
        background: #FFBF00;
        color: #333;
    }

    .btn:active {
        background: #FACC2E;
        color: #333;
    }

/*Cartel cerrar sesion*/

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: white;
    font-size: 12px;
    position: absolute;
    padding: 3px 20px;
    bottom: -3em;
    white-space: nowrap;
    box-shadow: 1px 1px 5px #9e9e9e;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    color:black;
}

[data-title] {
    position: relative;
    color: black;
}

/*Inputs*/

input[type=text], input[type=password], input[type=number], input[type=date], input[type=email], input[type=datetime], select, textarea {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
}
/*Login*/
.lgnbtn {
    margin-top: 5%;
    height: 8vh;
    width: 100%;
    border: none;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: black;
    color: white;
    border-radius: 5px;
}

.lgnbtn:hover {
    border: solid 1px gray;
    background-color: white;
    color: black;
}

/*Container*/

.container {
    padding: 8px;
    width: 80%;
    max-height: 56px;
}

/*Header*/

.page-header {
    background-color: #00A9E0;
    text-align: center
}

/*Footer*/

.page-footer {
    width: 90%;
    transform: translateX(5%);
}

.footer-container {
    padding: 8px;
    width: 80%;
}

/*Inicio Admin*/

.button2 {
    height: 8vh;
    width: 100%;
    border: none;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
    background-color: #00A9E0;
    color: white;
    border: none
}

    .button2:hover {
        border: solid 1px gray;
        background-color: white;
        color: black
    }

/*Botones de filtros*/

.seleccionar-button {
    background-color: #00A9E0;
    color: white;
    border-radius: 20px;
    border: solid 1px #00A9E0;
    font-size: 12px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 4px;
    font-weight: bold;
}

    .seleccionar-button:hover {
        background-color: white;
        color: #00A9E0;
        border-radius: 20px;
        border: solid 1px;
        transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

.adjunto-button {
    background-color: #00A9E0;
    color: white;
    border-radius: 20px;
    border: solid 1px #00A9E0;
    font-size: 14px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: bold;
}

    .adjunto-button:hover {
        background-color: white;
        color: #00A9E0;
        border-radius: 20px;
        border: solid 1px #00A9E0;
        transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

/*Intento de tabla*/
.gridView-style {
    border: none;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

/*De GesEncom*/
.button {
    /*background-color: #4CAF50;  Green */
    color: black;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
}

.button3 {
    background-color: #333333;
    color: white;
    border: solid 1px #333333;
}

    .button3:hover {
        background-color: white;
        color: #333333;
        border: solid 1px;
    }

.button1 {
    background-color: white;
    color: dodgerblue;
    border: 2px solid dodgerblue;
}

    .button1:hover {
        background-color: dodgerblue;
        color: white;
    }

/*.button2 {
    background-color: white;
    color: darkred;
    border: 2px solid darkred;
}

    .button2:hover {
        background-color: darkred;
        color: white;
    }*/

input[type="file"]::-webkit-file-upload-button {
    background-color: #00A9E0;
    color: white;
    border-radius: 20px;
    border: solid 1px #00A9E0;
    font-size: 12px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 4px;
    font-weight: bold;
    cursor: pointer;
}

    input[type="file"]::-webkit-file-upload-button:hover {
        background-color: white;
        color: black;
        border-radius: 20px;
        border: solid 1px;
        transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

/*Pager Style*/

.GridPager {
    background-color: white;
}

.GridPager a, .GridPager span {
    display: block;
    height: 24px;
    width: 24px;
    text-align: center;
    text-decoration: none;
}

    .GridPager a {
        background-color: #00A9E0;
        color: white;
        border-radius: 5px;
    }
    .GridPager a:hover {
        background-color: white;
        color: black;
        border-radius: 5px;
        border: solid 1px black;
        transition: 0.5s;
    }

.GridPager span {
    background-color: white;
    border: solid 1px black;
    color: black;
    border-radius: 5px;
}


.GridHeader {
    background-color:#00A9E0;
    color:white;
}

    .GridHeader a {
        color: #FFFFFF;
    }

.ImagenFirma {
    height: 40px;
    border: none;
}

.Firma-style {
    border-radius: 10px;
    height: 80%;
    width: 100%;
}