﻿/*------Background-------*/
.bg-forest {
    /*  background-image: url("../img/bosque.jpg"); */
    background-image: url("../img/portadaPinpep.jpg");
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

/*------End Background---------*/

/*------Start MasterPage-------*/
.icon-master {
    width: 140px !important;
    padding-top: 120px;
    padding-bottom: 50px;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/load.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 6px;
    background: #C3C0C1;
  
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #C3C0C1;
    }


[type="search"] {
    border: 1px solid #0A851F !important;
    border-radius: 6px !important;
    outline-offset: 5px !important;
}

.view {
    border: none !important;
    background-color: white !important;
}

    .view:hover {
        background-color: #0397D6 !important;
        border-radius: 10px !important;
    }

    [type="search"]:focus {
        border: 2px solid #0A851F !important;
        border-radius: 10px !important;
        outline-offset: 5px !important;
        outline: none !important;
    }

#MainContent_xbgvChecklist{
   text-align: center !important;
}
/*------End MasterPage---------*/
/*------Start Login.aspx*/
.avatar {
    width: 120px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: calc(50% - 50px);
}

.login-box {
    width: 375px;
    height: 320px;
    /* background: #517167;*/
    color: #fff;
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
    opacity: 83%;
    border: 5px;
    border-radius: 20px;
}

.login-box img{
    display: none;
}


.prueba .form-control-user {
        padding: 1.25rem 1rem !important;
    }

    .prueba {
    width: 375px;
    height: 320px;
    top: 68%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
    border: 5px;
    border-radius: 20px;
}

        .prueba hr {
            margin-top: 0.1rem !important; 
            margin-bottom: 0.1rem !important;
        }
.title, .name{
    text-align: center;
    color: #042C14;
    margin-top: auto;
    margin-bottom: 0.5rem;
    display: none;
}

.name {
    font-size: 300%;
}

.btn-round {
    border-radius: 10rem;
}

/*------End Login.aspx*/

/*------Start Password.aspx*/
.card{
    border-radius: 20px !important;
}

.card-header{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 0 !important;
}

.card-footer {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

#menu{
    padding-left: 0 !important;
    margin-left: 0 !important;
}
/*------End Password.aspx*/

/*Responsive*/

@media (max-width: 576px) {

    h3, .h3 {
        font-size: 1rem !important;
    }

    .title{
        padding: 5px 10px;
        margin-top: 20px;
    }

    .name {
        font-size: 200%;
    }

    .login-box {
        width: 20rem;
        height: 20rem;
    }


    .prueba {
        width: 20rem;
        height: 20rem;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .icon-master {
        width: 80px !important;
        padding-top: 100px;
        padding-bottom: 50px;
    }

}

/* ESTILO MANTENIMIENTO DE USUARIOS */

body {
    color: #1d59ca;
    background: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}

.table-responsive {
    margin: 30px 0;
}

.table-wrapper {
    background: #fff;
    padding: 20px 25px;
    border-radius: 3px;
    min-width: 1000px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    padding-bottom: 15px;
    background: #0ebb34;
    color: #fff;
    padding: 16px 30px;
    min-width: 100%;
    margin: -20px -25px 10px;
    border-radius: 15px 15px 0 0;
}

    .table-title h2 {
        margin: 5px 0 0;
        font-size: 24px;
    }

    .table-title .btn-group {
        float: right;
    }

    .table-title .btn {
        color: #fff;
        float: right;
        font-size: 13px;
        border: none;
        min-width: 50px;
        border-radius: 15px;
        border: none;
        outline: none !important;
        margin-left: 10px;
    }

        .table-title .btn i {
            float: left;
            font-size: 21px;
            margin-right: 5px;
        }

        .table-title .btn span {
            float: left;
            margin-top: 2px;
        }

table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
}

    table.table tr th:first-child {
        width: 60px;
    }

    table.table tr th:last-child {
        width: 100px;
    }

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}

table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
}

    table.table td a:hover {
        color: #2196F3;
    }

    table.table td a.edit {
        color: #FFC107;
    }

    table.table td a.delete {
        color: #F44336;
    }

table.table td i {
    font-size: 19px;
}

table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.pagination {
    float: right;
    margin: 0 0 5px;
}

    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }

        .pagination li a:hover {
            color: #666;
        }

    .pagination li.active a, .pagination li.active a.page-link {
        background: #03A9F4;
    }

        .pagination li.active a:hover {
            background: #0397d6;
        }

    .pagination li.disabled i {
        color: #ccc;
    }

    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}
/* Custom checkbox */
.custom-checkbox {
    position: relative;
}

    .custom-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin: 5px 0 0 3px;
        z-index: 9;
    }

    .custom-checkbox label:before {
        width: 18px;
        height: 18px;
    }

    .custom-checkbox label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        background: white;
        border: 1px solid #bbb;
        border-radius: 2px;
        box-sizing: border-box;
        z-index: 2;
    }

    .custom-checkbox input[type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 3px;
        width: 6px;
        height: 11px;
        border: solid #000;
        border-width: 0 3px 3px 0;
        transform: inherit;
        z-index: 3;
        transform: rotateZ(45deg);
    }

    .custom-checkbox input[type="checkbox"]:checked + label:before {
        border-color: #03A9F4;
        background: #03A9F4;
    }

    .custom-checkbox input[type="checkbox"]:checked + label:after {
        border-color: #fff;
    }

    .custom-checkbox input[type="checkbox"]:disabled + label:before {
        color: #b8b8b8;
        cursor: auto;
        box-shadow: none;
        background: #ddd;
    }
/* Modal styles */
.modal .modal-dialog {
    max-width: 400px;
}

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 20px 30px;
}

.modal .modal-content {
    border-radius: 3px;
    font-size: 14px;
}

.modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 3px 3px;
}

.modal .modal-title {
    display: inline-block;
}

.modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
}

.modal textarea.form-control {
    resize: vertical;
}

.modal .btn {
    border-radius: 2px;
    min-width: 100px;
}

.modal form label {
    font-weight: normal;
}

/* Estilo Busqueda de Tareas*/
.bg-w {
    background: #fff;
    padding-top: 15px;
    margin-top: 80px;
}

table.table td a.go {
    color: #FFC107;
}

.thead-inverse th {
    color: #FFFFFF;
    background-color: #0a851f;
}

table.table td a.visibility {
    color: #3698f4;
}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v111/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/*Estilo Checklist*/
.botonAzul {
    border: 1px solid #4787ed;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    background-color: #4787ed;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    height: 30px;
    margin: 5px 5px 5px 5px;
}

    .botonAzul:hover {
        border-radius: 5px;
        border: 1px solid #005BEC;
    }

.botonVerde {
    border: 1px solid #38BC31;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    background-color: #38BC31;
    background-image: -webkit-linear-gradient(top,#38BC31,#38BC31);
    background-image: -moz-linear-gradient(top,#38BC31,#38BC31);
    background-image: -ms-linear-gradient(top,#38BC31,#38BC31);
    background-image: -o-linear-gradient(top,#38BC31,#38BC31);
    background-image: linear-gradient(top,#38BC31,#38BC31);
    height: 30px;
    margin: 5px 5px 5px 5px;
}

    .botonVerde:hover {
        border-radius: 5px;
        border: 1px solid #38BC31;
    }

.botonRojo {
    border: 1px solid #E10000;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    background-color: #E10000;
    background-image: -webkit-linear-gradient(top,#E10000,#E10000);
    background-image: -moz-linear-gradient(top,#E10000,#E10000);
    background-image: -ms-linear-gradient(top,#E10000,#E10000);
    background-image: -o-linear-gradient(top,#E10000,#E10000);
    background-image: linear-gradient(top,#E10000,#E10000);
    height: 30px;
    margin: 5px 5px 5px 5px;
}

    .botonRojo:hover {
        border-radius: 5px;
        border: 1px solid #E10000;
    }

/*DevExpress Bootstrap GridView CSS*/

.xbgvTable {
    font-size: 15px !important;        
}
.xbgvHeader {
    background-color: #0a851f !important;
}

    .xbgvHeader th a {
        color: #ffffff !important;
    }

.xbgvHeaderOtros th a {
    color: #464646 !important;
}

.xbgvHeaderOtros {
    color: #464646 !important;
    border: none !important;    
}
.xbgvTableOtros {
    font-size: 15px !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

#MainContent_tbl_FirmaMasiva_filter div.dataTables_wrapper div.dataTables_filter input{
    width: 200rem !important;
}

#MainContent_btnDenegar{
    text-align: center !important; 
}
/*Dropdown list*/
.ddlsytles {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    background-color: #628d48;
    font-weight: bold;
}

.dropdowns{
 border: 1px solid #c2c2c2 !important;
}

#MainContent_tbl_certificacion_wrapper {
    margin-top: 50px !important;
}
/*Boton redireccion mapa*/
.buttonMapas {
    align-items: center;
    appearance: none;
    background-color: #628d48;
    border-radius: 5px;
    border-style: none;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    height: 37px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 50px !important;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
}

    .buttonMapas:hover {
        background: #F6F9FE;
        color: #628d48;
        border: 1px solid black;
    }


    .buttonMapas:focus {
        outline: none;
        border: 2px solid #4285f4;
    }
    /*
    .buttonMapas:not(:disabled) {
        box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }

        .buttonMapas:not(:disabled):hover {
            box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
        }

        .buttonMapas:not(:disabled):focus {
            box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
        }

        .buttonMapas:not(:disabled):active {
            box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
        }

    .buttonMapas:disabled {
        box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }
    */



/******************/
.buttonMapas_2 {
    align-items: center;
    appearance: none;
    background-color: #628d48;
    border-radius: 5px;
    border-style: none;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    font-size: 14px;
    height: 37px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: center;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
  
}

    .buttonMapas_2:hover {
        background: #F6F9FE;
        color: #628d48;
    }

    .buttonMapas_2:active {
        box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
        outline: none;
    }

    .buttonMapas_2:focus {
        outline: none;
        border: 2px solid #4285f4;
    }

    .buttonMapas_2:not(:disabled) {
        box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }

        .buttonMapas_2:not(:disabled):hover {
            box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
        }

        .buttonMapas_2:not(:disabled):focus {
            box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
        }

        .buttonMapas_2:not(:disabled):active {
            box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
        }

    .buttonMapas_2:disabled {
        box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }