﻿.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.nopadding{padding:0 !important}

input, select, textarea {
    max-width: 100%
}

.obligatorio {
    color: #2080e6;
    font-size: 5px;
    top: -5px
}

#ErroresModel {
    color: #ce2727
}

.bs-callout + .bs-callout {
    margin-top: -5px
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 2px;
    border-radius: 3px;
    border-left-color: #2089a9
}

.bs-callout-in {
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #eee;
    border-left-width: 3px;
    border-left-color: #2089a9;
    border-radius: 65px
}

#cargando {
    width: 100%;
    height: 70px;
    background: url(image/Loading.gif) no-repeat center;
    opacity: .45;
    background-size: contain;
    margin: 0 auto;
    margin-top: 15px;
}

.borderojo {
    outline: none;
    border: 1px solid red
}

.bordegris {
    border: 1px solid #d4d4d4
}

.k-window {
    right: 100px;
    bottom: 100px;
    top: 100px;
    left: 100px
}

.MinDiv {
    float: none;
    margin-left: 10px;
    margin-bottom: 10px;
    max-height: 180px;
    max-width: 180px;
    display: inline-block
}

    .MinDiv h4 {
        font-size: 13px
    }

    .MinDiv:hover {
        text-decoration: none;
        outline: none
    }

        .MinDiv:hover h4 {
            font-size: 12px;
            background: #4772c7;
            color: #fff
        }

.PlantDiv {
    float: none;
    margin-left: 20px;
    margin-bottom: 15px;
    max-height: 300px;
    max-width: 300px;
    display: inline-block
}

    .PlantDiv:hover {
        text-decoration: none;
        outline: none
    }

        .PlantDiv:hover h4 {
            background: #4772c7;
            color: #fff
        }

.MinText {
    font-stretch: initial;
    text-align: center;
    margin-top: 5px;
    background: #9A9A9A;
    color: #fff;
    border: #000;
    max-width: 125px;
    width: 125px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px;
    border-radius: 3px 16px 0 25px;
    margin-bottom: 0;
    transition: all .25s ease-in-out;
    position: relative
}

.PlantText {
    font-stretch: initial;
    text-align: center;
    margin-top: 10px;
    background: #9A9A9A;
    color: #fff;
    border: #000;
    max-width: 250px;
    width: 250px;
    max-height: 30px;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-radius: 3px 16px 0 25px;
    margin-bottom: 1px;
    transition: all .25s ease-in-out;
    position: relative
}

    .PlantText button.close {
        height: 35px;
        margin: 0;
        padding: 0 10px;
        line-height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 1;
        transition: all .2s ease-in-out;
        background: #8e8e8e
    }

        .PlantText button.close:hover {
            background: #ac162c
        }

        .PlantText button.close span {
            text-shadow: none;
            color: #fff;
            opacity: 1;
            font-size: 17px
        }

.MinImg {
    max-width: 250px;
    max-height: 250px
}

.PlantImg {
    max-width: 250px;
    max-height: 250px
}

.s-back-switch-Min {
    min-height: 90px;
    min-width: 90px;
    margin-top: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.s-back-switch-plant {
    min-height: 250px;
    min-width: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.table > tbody > tr > td {
    vertical-align: middle;
    font-size: 11px
}

.mr-10 {
    margin-right: 10px
}

.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}
.opacity{
    opacity:1;
}

.space-20 {
    margin-top: 20px;
}

.activar {
    background: #01b393 !important;
}

body.pace-done {
    background-color: #f3f3f4;
}

body.mini-navbar .navbar-static-side {
    position: fixed;
    height: 100%;
    overflow: initial;
}

.navbar-default.navbar-static-side {
    position: fixed;
    background-color: #2f4050;
    min-height: 100%;
    overflow-y: auto;
}

.header_fixer {
    position: fixed;
    width: calc(100% - 220px);
    top: 0;
    z-index: 150;
}

.mini-navbar .header_fixer {
    width: calc(100% - 70px);
}

.header_fixer .row.border-bottom {
    margin-right: 15px;
}

.content_top {
    margin-top: 150px;
}

#page-wrapper {
    min-height: auto !important;
}

.footer {
    position: fixed !important;
}

body.pace-done.mini-navbar .navbar-default .nav-second-level {
    max-height: auto;
    overflow: auto;
    overflow-x: hidden;
    min-width: 200px !important;
}

.k-grid-content {
    min-height: 300px !important;
}

.k-grid-norecords-template {
    width: 50em;
    height: 4em;
    line-height: 4em;
    vertical-align: middle;
    margin: 11em auto !important;
}

.oculto_inicial {
    transform: translateX(-2000px);
    transition: ease 1.3s;
    height: 0;
    overflow: hidden;
}

.container_form{
    transition: ease 1.3s;
}

.desplazar_derecha {
    transform: translateX(0px) !important;
    transition: ease 1.3s;
    height: auto;
    overflow: hidden;
}

.desplazar_izquierda {
    transform: translateX(-2000px);
    transition: ease 1s;
    overflow: hidden;
}

.ibox-content .seccion:hover {
    box-shadow: 0px 0px 10px 2px #00000069 !important;
    border-radius: 10px;
}

.fondo {
    width: 100%;
    height: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    background: #e5e4e4;
    background-size: 100%;
}
.ibox-content .seccion{
    margin-bottom:5px;
}
.ibox-content .seccion a{
    display:block;
}
#volver {
    float: right;
    background: #1ab394;
    color: white;
    border: none;
    padding: 10px;
    height: 42px;
    width: 74px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    body.pace-done.mini-navbar .navbar-default .nav-second-level {
        max-height: 300px;
    }
    
}

@media (max-height: 768px) {
    body.pace-done.mini-navbar .navbar-default .nav-second-level {
        max-height: 300px;
    }

    .nav.nav-second-level.collapse .nav-third-level {
        max-height: 100px;
        overflow: auto;
        overflow-x: hidden;
    }
    
}




/*---------------------ESTILOS DE LANDING PAGE #2--------------------------*/

.section_banner_Lp2 {
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    width: 100%;
}
.form_Lp2 {
    width: 100%;
    margin-top: 46px;
}
.content_Lp2 {
    background: #e5e4e4;
}
    .content_Lp2 .icon {
        text-align: center;
        padding: 52px 0 47px;
    }

@media (min-width:900px) and (max-width:1200px) {
  .section_banner_Lp2 {
        height: 385px;
    }
    .form_Lp2 img {
        width: 100%
    }
    .title{
        width: 50% !important;
    }
    .title img {
        width: 100% !important;
    }
    .ibox-content .col-12 {
        width: 50%
    }
}
@media (min-width:320px) and (max-width:899px) {
    .section_banner_Lp2 {
        height: 366px;
    }
        .form_Lp2 img {
            width: 100%
        }
   
    .title img {
        width: 56% !important;
    }

    .ibox-content .col-12 {
        width: 50%
    }

}

/*---------------------ESTILOS DE LANDING PAGE #2--------------------------*/

.section_banner_Lp3 img {
    width: 100%;
}
.content_Lp3 img {
    width: 80%;
}

.section_form_Lp3 img {
    width: 80%;
}

.footer_Lp3 img {
    width: 100%;
}

.section_banner_Lp3 {
    width: 100% !important;
}

.no-cursor {
    cursor: auto !important;
}


@media (min-width:320px) and (max-width:1400px) {
    .content_Lp3 img {
        width: 100%;
    }
    .section_form_Lp3 img{
        width:100%;
    }
    .footer_Lp3 img{
        width:100%;
    }
    .section_banner_Lp3 {
        width: 100% !important;
    }
    .content_Lp3{
        float:left
    }
    .section_form_Lp3{
        float:right;
    }

}
/*---------------------ESTILOS DE LANDING PAGE #3--------------------------*/
@media (min-width:320px) and (max-width:1400px) {
    .section1_lp4 img, .section2_lp4 img, .section3_lp4 img, .section4_lp4 img {
        width: 100%;
    }
}