﻿input[type="search"] {
    color: black;
    width: 200px;
    height: 27px;
    font-size: initial;
}

.dataTables_filter {
    width: 400px !important;
    float: left !important;
    text-align: left;
    height: 27px;
}

.containerX {
    margin: 30px 0 20px 0;
    padding: 5px 15px 15px 15px;
    border: 1px solid #ccc;
    background: #F8F8F8;
    position: relative;
    top: 0;
    left: 0;
}

.btn {
    box-shadow: 10px 10px 5px #888888;
}

input[type="text"] {
    height: 27px;
}

body {
    /*background: url("../Images/ciudadnoche.jpg");
    background-repeat: no-repeat;
    background-size: contain;*/
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url("../Images/patron-celeste.png");
    background-repeat: repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 1000px;
}


/* RDA 10-03-2019 */
/* RDA 10-03-2019 */
/* RDA 10-03-2019 */

/* forms */
/*input {
    width: 90%;
}*/

/*Elimina el SkinBOX*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
   -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
   -moz-appearance: textfield; /* Firefox */
}


.cajatransparente {
    width: 31%;
    height: 220px;
    background-image: url('../Images/semi-blanco.png');
    background-repeat: repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 10px;
    margin-left: 1%;
    margin-right: 1%;
    /*box-shadow: 10px 10px 5px #888888;*/
    box-shadow: 7Px 7px 15px #888888;
}

    .cajatransparente h2 {
        margin-top: 0;
    }

    .cajatransparente .validation-error {
        display: block;
        margin-left: 0;
    }

    .cajatransparente .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    .cajatransparente .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    .cajatransparente input {
        /*width: 200px;*/
    }

        .cajatransparente input[type="checkbox"],
        .cajatransparente input[type="submit"],
        .cajatransparente input[type="button"],
        .cajatransparente button {
            width: auto;
        }


.cajatransparente2 {
    /*width: 95%;
    height: auto;*/

    min-height: 100px;
    height: 100px;

    background-image: url('../Images/semi-blanco.png');
    background-repeat: repeat !important;
    border-width: 1px;
    border-style:none;  /*solid;*/
    border-color: #999;
    padding: 10px;

    /*margin-left: 2%;
    margin-right: 2%;*/
    /*-webkit-box-shadow: 0 1px 15px 0  #4a4a4a;
    -moz-box-shadow: 0 1px 15px 0 #4a4a4a;
    box-shadow: 0 1px 15px 0 #4a4a4a;*/
    /*box-shadow: 10px 10px 5px #333;*/
}


.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

    /**** seleccion ****/
    .bordered tr:hover {
        /*background: #fbf8e9;*/
        background: rgb(240,241,246);
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .bordered td, .bordered th {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    /**** encabezado ****/
    .bordered th {
        background-color: #dce9f9;
        /*background-color:rgb(201,233,234);*/
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
        background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: linear-gradient(top, #ebf3fc, #dce9f9);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        font-size: 0.9em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

    .bordered td {
        font-size: 0.9em;
        color: #333;
    }

#version-chile {
    padding-left: 0px;
    padding-top: -10px;
    background-image: url(../Images/cl.png);
    background-position: left;
    background-repeat: no-repeat;
    cursor: no-drop;
}

#version-peru {
    padding-left: 0px;
    padding-top: -10px;
    background-image: url(../Images/pe.png);
    background-position: left;
    background-repeat: no-repeat;
    cursor: no-drop;
}

#version-brasil {
    padding-left: 0px;
    padding-top: -10px;
    background-image: url(../Images/br.png);
    background-position: left;
    background-repeat: no-repeat;
    cursor: no-drop;
}

.bordered2 {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

    /**** seleccion ****/
    .bordered2 tr:hover {
        /*background: #fbf8e9;*/
        background: rgb(240,241,246);
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .bordered2 td, .bordered2 th {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    /**** encabezado ****/
    .bordered2 th {
        background-color: rgb(201,233,234);
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(183,211,202)), to(rgb(201,233,234)));
        background-image: -webkit-linear-gradient(top, rgb(183,211,202), rgb(201,233,234));
        background-image: -moz-linear-gradient(top, rgb(183,211,202), rgb(201,233,234));
        background-image: -ms-linear-gradient(top, rgb(183,211,202), rgb(201,233,234));
        background-image: -o-linear-gradient(top, rgb(183,211,202), rgb(201,233,234));
        background-image: linear-gradient(top, rgb(183,211,202), rgb(201,233,234));
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        font-size: 0.9em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

    .bordered2 td {
        font-size: 0.9em;
        color: #333;
    }

#login {
    height: 30px;
    float: right;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 7px;
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #FFF;
    text-align: right;
    line-height: 275%;
}

    #login p {
        margin-top: 0px;
        float: right;
        margin-right: 10px;
    }


#logohome {
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 10px;
    /*margin-left: 15px;
    margin-right: 80px;*/
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url('../Images/go-home24x24.png');
}

#logomenu {
    /*width: 120px;
    height: 30px;*/
    /*width: 80px;
    height: 55px;*/
    width: 150px;
    height: 80px;
    float: left;
    margin-top: 3px;
    margin-left: 1px;
    margin-right: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url('../Images/Logo.png');
    /*background-image: url('../Images/kaufmann.png');*/
    /*background-image: url('https://lorempixel.com/800/600/nature?1234');*/
    background-size: cover;
    background-position: center;
}


.fondo_chart {
    background-image: url('../Images/FOTOS/FOTO6g.jpg');
    background-repeat: no-repeat;
    background-size: 940px 520px;
}

    .fondo_chart::after {
        opacity: 0.2;
    }


.fondo_chart3 {
    background-image: url('../Images/FOTOS/cascadia.jpg');
    background-repeat: no-repeat;
    background-size: 940px 520px;
}

    .fondo_chart3::after {
        opacity: 0.2;
    }
