﻿body {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(242, 242, 233));
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
}

.container {
    max-width: 1600px !important;
}

/* 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 {
}

.form-control {
    text-align: center;
}

/*.input-group-text :hover {
    cursor:pointer;
}*/

.alert {
    margin: 0px !important;
}

.inpLogin {
    margin-bottom: .5rem;
}

.btnGrabar {
    margin-top: 25px;
}

input[type=radio], input[type=checkbox] {
    transform: scale(1.5);
}

.imgZoom {
    transition: all .2s ease-in-out;
    z-index: -50;
}

    .imgZoom:hover {
        transform: scale(3.5);
        cursor: default;
    }

.readOnlyInput {
    border: none;
    outline: none;
}
/*.select2-selection {
    height: calc(1.5em + .75rem + 2px) !important;
}

.select2-selection__arrow {
    height: 36px !important;
}

.select2-selection__clear {
    height: 36px !important;
}

.hr-dashed {
    border-top: 1px dashed black;
}*/
.select2-container {
    width: 100% !important;
    padding: 0;
}

/*----Menu----*/
.linkStatusDeveloping {
    color: black !important;
    background-color: yellow !important;
}

.linkStatusOk {
    color: white !important;
    background-color: green !important;
}
/*------------*/


/*----Menu----*/

g > g > g:hover {
    fill: rgb(255, 193, 7);
}

/*------------*/

/*Iconos para ayuda*/

.icnEmail {
    text-decoration: none;
    color: rgb(237, 201, 109);
}

    .icnEmail:hover {
        color: rgb(237, 201, 109);
    }

.icnPhone {
    text-decoration: none;
    color: rgb(31, 149, 192);
}

    .icnPhone:hover {
        color: rgb(31, 149, 192);
    }

.icnWhats {
    text-decoration: none;
    color: rgb(31,192,79);
}

    .icnWhats:hover {
        color: rgb(31,192,79);
    }

.helpIcon {
    transition: transform .2s;
}

    .helpIcon:hover {
        transform: scale(1.3);
    }

/*.btnTerreno {
    position: relative;
    top: 40vh !important;
    right: -95% !important;
    z-index: 100;
}*/

.sidenav {
    background-color: #111;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 1;
}

.sidenavR {
    background-color: white;
    height: 100%;
    overflow-x: hidden;
    
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 1;
}

    .sidenav a, .sidenavR a {
        color: black;
        display: block;
        font-size: 25px;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        transition: .3s;
    }

        .sidenav a:hover, .offcanvas a:focus, .sidenavR a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    .sidenav .closebtn, .sidenavR .closebtn {
        font-size: 36px;
        margin-left: 50px;
        position: absolute;
        right: 25px;
        top: 0;
    }

@media screen and max-height 450px {
    .sidenav, .sidenavR {
        padding-top: 15px;
    }

        .sidenav a, .sidenavR a {
            font-size: 18px;
        }
}

#TableTerreno table, #TableTerreno th, #TableTerreno    td {
    border: 1px solid black;
    border-collapse: collapse;
    font-size:2vh !important;
    overflow-x: hidden !important
}
.pad-25{
    padding-left:25px;
    padding-right:25px;
}

.wit-15{
    width:15% !important;
}
th.dt-center, td.dt-center {
    text-align: center;
}