/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
    height: 2px;
    width: 10px;
}

.jOrgChart .down {
    background-color: #010157;
    margin: 0px auto;
}

.jOrgChart .top {
    border-top: 3px solid #010157;
}

.jOrgChart .left {
    border-right: 2px solid #010157;
}

.jOrgChart .right {
    border-left: 2px solid #010157;
}

/* node cell */
.jOrgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
    font-size: 10px;
}

/* The node */
.jOrgChart .node {
    background-color: #ffffff;
    border: solid;
    border-color: #010157;
    display: inline-block;
    width: 140px;
    height: auto;
    z-index: 10;
    margin: 0 2px;
}

/* jQuery drag 'n drop */

.drag-active {
    border-style: dotted !important;
}

.drop-hover {
    border-style: solid !important;
    border-color: #E05E00 !important;
}

.oPlantillasDV {
    width: 100%;
    /*overflow: auto;*/
    float: left;
    /*width: 1086px;*/
    /*overflow-y: auto;*/
    height: 349px;
}

.oPlantillasDVParcial {
    width: 100%;
    overflow: auto;
    float: left;
    overflow-y: auto;
    height: 349px;
}

.oPlantillasDV2 {
    width: 100%;
    float: left;
    height: 400px;
}

    .oPlantillasDV .jOrgChart .node {
        display: inline-block;
        z-index: 2;
        font-size: 12px;
        width: 300px;
        height: 125px;
        border-color: #ffffff;
    }

    .oPlantillasDV .jOrgChart .node2 {
        display: inline-block;
        /*width: 300px;*/
        width: 100%;
        height: 75px;
        z-index: 2;
        font-size: 12px;
        background-color: #eaebe8;
        border: solid;
        border-radius: 24px;
        border-color: #010157;
        -webkit-box-shadow: 0px 22px 19px -1px rgba(0,0,0,0.84);
        -moz-box-shadow: 0px 22px 19px -1px rgba(0,0,0,0.84);
        box-shadow: 0px 22px 19px -1px rgba(0,0,0,0.84);
    }

    .oPlantillasDV .jOrgChart .nodePlanta {
        display: inline-block;
        /*width: 300px;*/
        width: 100%;
        height: 95px;
        z-index: 2;
        font-size: 12px;
        background-color: #eaebe8;
        border: solid;
        border-radius: 24px;
        border-color: #010157;
        -webkit-box-shadow: 0px 22px 19px -1px rgba(0,0,0,0.84);
        -moz-box-shadow: 0px 22px 19px -1px rgba(0,0,0,0.84);
        box-shadow: 0px 22px 19px -1px rgba(0,0,0,0.84);
    }
    

    .oPlantillasDv .jOrgChart .left {
        border-right: 1px solid #010157;
    }


    .oPlantillasDV .jOrgChart .line {
        height: 5px;
        width: 2px;
    }

    .oPlantillasDV .jOrgChart td {
        font-size: medium;
    }

.node-container h1 {
    font-size: 15px;
}

.node-container form {
    font-size: 14px;
}

.node h1 {
    font-size: 15px;
}

.node form {
    font-size: 14px;
}


@media(min-width: 1500px) and (max-width: 1600px) {
    .oPlantillasDV .jOrgChart .node {
        width: 150px;
        height: 80px;
        z-index: 2;
        font-size: 12px
    }

    .oPlantillasDV {
        width: 100%;
        overflow: auto;
        float: left;
        /*width: 1086px;*/
        overflow-y: auto;
        height: 349px;
    }

    .oPlantillasDV2 {
        width: 100%;
        float: left;
        height: 400px;
    }
}

@media(min-width: 1850px) and (max-width: 1903px) {
    .oPlantillasDV {
        width: 100%;
        overflow: auto;
        float: left;
        /*width: 1086px;*/
        overflow-y: auto;
        height: 349px;
    }

    .oPlantillasDV2 {
        width: 100%;
        float: left;
        height: 400px;
    }

        .oPlantillasDV .jOrgChart .node {
            width: 1625px;
            height: 680px;
            z-index: 2;
            font-size: 12px
        }
}
