/*Cambio desde Desarrollo*/



.headertitle {
    padding-top: 0px;
    margin-top: -40px;
    padding-bottom: 20px;
    text-align: center;
}

.headertitlechild {
    padding-top: 0px;
    margin-top: 20px;
    padding-bottom: 19px;
    text-align: center;
}

.fa-chevron-left {
    cursor: pointer !important;
}

textarea {
    resize: none;
    bottom: 0;
    max-height: 118px;
}

.charCircle {
    border-radius: 50%;
    padding: 8px;
    background: transparent;
    border: 2px solid;
    text-align: center;
    font: 17px;
}

.blackswitch {
    background-color: black !important;
    border-radius: 53px !important;
    border: solid 2px black !important;
}

.colorradius {
    color: #fff !important;
    background-color: #4f81c9 !important;
    border-color: #4f81c9 !important;
    border-radius: 50px !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    font-weight: 600 !important;
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
}



.text-positive {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: #1A9C13 !important;
    float: right;
    top: -50%;
}

.text-negative {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: #D20C0C !important;
    float: right;
    top: -50%;
}

.text-neutro {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: #9b9b99 !important;
    float: right;
    top: -50%;
}


.home-list-container {
    height: auto;
}

.print-container {
    height: auto;
    /*max-height: 1200px;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.wizard-container {
    height: auto;
    /*max-height: 40vh;*/
    overflow-x: hidden;
    overflow-y: auto;
}





.input-group {
    width: 100% !important;
}

.home-list-container a .text-container {
    color: #9b9b9b !important;
    transform: scale(0.9);
}

.home-list-container a:hover .text-container {
    color: #4a4a4a !important;
    transform: scale(1);
    /*transition: all 0.1s ease-in-out 0.1s;*/
}

.form-checkbox {
    position: relative;
    z-index: 1;
}

    .form-checkbox > input {
        height: 20px;
        opacity: 0;
        position: absolute;
        width: 20px;
        z-index: 2;
        cursor: pointer;
    }

        .form-checkbox > input + .check {
            border: 1px solid #c3c2c2;
            border-radius: 2px;
            color: #0163a2;
            cursor: pointer;
            display: inline-block;
            height: 20px;
            position: relative;
            top: 3px;
            width: 20px;
            z-index: -1;
        }

            .form-checkbox > input + .check .fa {
                display: none;
                left: 2px;
                opacity: 0;
                position: absolute;
                top: 2px;
            }

        .form-checkbox > input:checked + span .fa {
            display: block;
            opacity: 1;
        }

.borderleftdiv {
    border-left: solid 1px #4a4a4a;
    height: 45px;
}
/*Form wizard*/
.form-wizard .tab-content .pager.wizard .first a {
    margin-right: 8px;
}

.form-wizard .tab-content .pager.wizard .last a {
    margin-left: 8px;
}

.wizard-navbar {
    margin: 60px auto 20px;
}

    .wizard-navbar > ul {
        display: table;
        width: 100%;
        text-align: center;
        margin: 0;
        font-weight: 600;
        padding: 0;
        list-style: none outside none;
        table-layout: fixed;
    }

        .wizard-navbar > ul li {
            display: table-cell;
            width: 1%;
            position: relative;
            padding: 0 10px;
        }

            .wizard-navbar > ul li a {
                color: #a2a2a2;
            }

                .wizard-navbar > ul li a span {
                    background-color: #eeeeee;
                    border-radius: 50%;
                    color: #898b8f;
                    display: block;
                    height: 40px;
                    left: 50%;
                    line-height: 40px;
                    margin-left: -20px;
                    margin-top: -50px;
                    position: absolute;
                    text-align: center;
                    transition: all 300ms ease-in-out 0s;
                    -webkit-transition: all 300ms ease-in-out 0s;
                    -o-transition: all 300ms ease-in-out 0s;
                    -moz-transition: all 300ms ease-in-out 0s;
                    width: 40px;
                    z-index: 5;
                }

            .wizard-navbar > ul li.completed a span {
                background-color: #0163A2;
                color: #FFF;
            }

            .wizard-navbar > ul li.active a span {
                background-color: #F9B21B;
                color: #FFF;
            }

            .wizard-navbar > ul li.active a,
            .wizard-navbar > ul li.completed a {
                color: #505050;
            }

            .wizard-navbar > ul li:before,
            .wizard-navbar > ul li:after {
                content: '';
                position: absolute;
                height: 4px;
                width: 50%;
                background-color: #eeeeee;
                top: -32px;
                left: 0;
            }

            .wizard-navbar > ul li:after {
                left: auto;
                right: 0;
            }

            .wizard-navbar > ul li.active:before,
            .wizard-navbar > ul li.active:after {
                background-color: #F9B21B;
            }

            .wizard-navbar > ul li.completed:before,
            .wizard-navbar > ul li.completed:after {
                background-color: #0163A2;
            }

label.error {
    display: block;
    color: #FF0000;
    font-weight: 400;
    margin: 5px 0;
}

hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border-color: #dedede;
    border-bottom: none !important;
}

/* Float Label*/

.has-float-label .control-label {
    transform: translateY(30px);
    opacity: 0.5;
    font-weight: 500;
}

.has-float-label .control-label-fill {
    transform: none !important;
    opacity: 1 !important;
    font-weight: 700 !important;
}

.legenChart.ui-widget-content {
    border: none;
    background-color: transparent !important;
}

.legenChart > .ui-chart-piechart-container, .ui-chart-legend-item-text {
    font-size: 20px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.TableDatail {
    width: 100%
}

    .TableDatail td {
        border-left: 1px solid #4A90E2;
        border-bottom: 1px solid #4A90E2;
        color: #9B9B9B;
        text-align: left;
        padding: 8px;
    }

    .TableDatail tr:hover {
        background-color: #ddd;
    }

    .TableDatail th {
        border-bottom: 1px solid #4A90E2;
        text-align: right;
        padding-right: 10px;
        color: #4A90E2 !important;
        width: 50%
    }


    .TableDatail .thColnunm {
        color: #4A90E2 !important;
        margin-bottom: 0px !important;
    }

    .TableDatail .tdColnunm {
        color: #9B9B9B;
    }

.sliderControl {
    -webkit-appearance: none;
    width: 100%;
    position: initial !important;
    height: 25px;
    border-radius: 50px;
    background: #d3d3d3 !important;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 10px;
}

    .sliderControl:hover {
        opacity: 1;
    }

    .sliderControl::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #0063a3;
        cursor: pointer;
    }

    .sliderControl::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #0063a3;
        cursor: pointer;
    }

    .sliderControl::-ms-fill-upper {
        background-color: #fab31e;
    }

    .sliderControl::-ms-fill-lower {
        background-color: #fab31e;
    }

#defaultHeader a {
    color: white !important;
}
/*Galery Style*/
.blueimp-gallery > .title1 {
    position: absolute;
    top: 85%;
    left: 1% !important;
    margin: 0 40px 0 0;
    font-size: 20px;
    /* line-height: 30px; */
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: block;
    background-color: #000000;
    width: 98%;
    border-radius: 50px;
}

.blueimp-gallery > .formRegister {
    position: absolute;
    top: 10%;
    left: 25% !important;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    display: block;
    background-color: white;
    width: 50%;
    height: 80%;
}

.item-switch {
    margin-top: 10px !important;
}

.list-group-backgroung {
    background-color: #6b6b6b !important;
    border-color: #6b6b6b !important;
}

.label-backgroung {
    color: #fff !important;
    /*padding-top: 10% !important;
    padding-left: 5% !important;*/
    cursor: pointer;
    position: relative;
}

/**Prueba**/
