﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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: 280px;
}


.lds-ring {
    border-color: #e57373;
    color: rgba(0,0,0,.54);
    font-size: 17px;
    height: 20px;
    line-height: 38px !important;
    opacity: .6;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 30px;
    z-index: 2;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}



/*Index/*/

@media (min-width: 1080px) {
    .text-primary-index {
        color: #095fa3 !important;
        font-size: 25px;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .text-primary-index {
        color: #095fa3 !important;
        font-size: 20px;
    }
}

@media (min-width: 1080px) {
    .text-primary-fa {
        color: #095fa3 !important;
        font-size: 28px;
    }
}

@media (min-width: 1080px) {
    .text-secondary-index {
        color: #095fa3 !important;
        font-size: 20px;
        margin-left: 2%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .text-secondary-index {
        color: #095fa3 !important;
        font-size: 16px;
        word-break: break-all;
    }
}

@media (min-width: 1080px) {
    .text-secondary-fa {
        font-size: 25px;
        color: #095fa3 !important;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .text-secondary-fa {
        font-size: 18px;
        color: #095fa3 !important;
    }
}

@media (min-width: 1080px) {
    .text-index {
        margin-bottom: 1%;
        margin-left: 2%;
        margin-right: 2%;
        padding: 10px;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .text-index {
        margin-bottom: 1%;
        margin-left: 2%;
        margin-right: 2%;
        padding: 10px;
        margin-top: -5%;
    }
}

@media (min-width: 1080px) {
    .main-footer-Nav {
        position: relative;
        bottom: 0;
        width: 97%;
        left: 3%;
        padding: 15px;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .main-footer-Nav {
        position: relative;
        bottom: 0;
   
        left: 3%;
        padding: 15px;
    }
}


/*////////////*/
.pieDePagina {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background-color: #222;
    border-color: #080808;
    color: #ffffff;
    font-size: 12px;
    margin-right: -15px;
    margin-left: -15px;
    font-family: "Myriad Pro", "Warnock Pro", "Arial", "sans-serif";
    color: #ffffff;
}

.pagination {
    margin: 0;
}

    .pagination li:hover {
        cursor: pointer;
    }

.header_wrap {
    padding: 30px 0;
}

.num_rows {
    width: 20%;
    float: left;
}

.tb_search {
    width: 20%;
    float: right;
}

.pagination-container {
    width: 70%;
    float: left;
}

.rows_count {
    width: 20%;
    float: right;
    text-align: right;
    color: #999;
}

@media (min-width: 1080px) {
    .main-content-second {
        width: 100%;
        flex-shrink: 0;
        height: 400px;
        min-height: 125px;
        display: flex;
        overflow: hidden;
    }
}

@media (min-width: 1080px) {
    .main-content-third {
        width: 100%;
        flex-shrink: 0;
        min-height: 125px;
        height: 400px;
        display: flex;
        overflow: hidden;
    }
}

@media (min-width: 1080px) {
    .main-box-servers {
        width: 50%;
        height: 100%;
        position: relative;
    }
}






@media (min-width: 320px) and (max-width: 1079px) {
    .main-box-servers {
        width: 100%;
        height: 100%;
        position: relative;
        display: initial;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .main-content-second {
        width: 100%;
        flex-shrink: 0;
        height: 800px;
        min-height: 125px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .main-content-third {
        width: 100%;
        flex-shrink: 0;
        height: 800px;
        min-height: 125px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }
}


div.pager {
    text-align: left;
    margin-left: 10px;
}

    div.pager span {
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8;
        text-align: center;
        cursor: pointer;
        margin-right: 0.5em;
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #979797;
        color: #191919;
        background-color: white;
        background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
    }

        div.pager span.active {
            background: #fff;
            color: #ccc;
            border: 1px solid #979797;
            font-weight: bold;
            display: inline-block;
            border-radius: 2px;
            box-sizing: border-box;
            text-align: center;
            background: #191919;
        }




@-webkit-keyframes bake-pie {
    from {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes bake-pie {
    from {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

.pie-chartDisco {
    font-family: "Open Sans", Arial;
    margin-bottom: 6%;
}

@media (min-width: 1080px) {
    .pie-chart--wrapperDisco {
        width: 360px;
        margin: 30px auto;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart--wrapperDisco {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }
}



.pie-chart__pieDisco, .pie-chart__legendDisco {
    display: inline-block;
    vertical-align: top;
}

.pie-chart__pieDisco {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 10px auto 35px;
}

    .pie-chart__pieDisco::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        top: 50px;
        left: 50px;
    }

    .pie-chart__pieDisco::after {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
        margin: 220px auto;
    }

.sliceDisco {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    -webkit-animation: bake-pie 1s;
    animation: bake-pie 1s;
}

    .sliceDisco span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        clip: rect(0px, 200px, 200px, 100px);
    }

@media (min-width: 1080px) {
    .pie-chart__legendDisco {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 13px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart__legendDisco {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 9px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}



.pie-chart__legendDisco li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.pie-chart__legendDisco em {
    font-style: normal;
}

.pie-chart__legendDisco span {
    float: right;
}



@media (min-width: 1080px) {
    .pie-chartsDisco {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chartsDisco {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
        width: 100%;
    }
}




.pie-chart3PAR {
    font-family: "Open Sans", Arial;
    margin-bottom: 6%;
}

@media (min-width: 1080px) {
    .pie-chart--wrapper3PAR {
        width: 360px;
        margin: 30px auto;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart--wrapper3PAR {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }
}



.pie-chart__pie3PAR, .pie-chart__legend3PAR {
    display: inline-block;
    vertical-align: top;
}

.pie-chart__pie3PAR {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 10px auto 35px;
}

    .pie-chart__pie3PAR::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        top: 50px;
        left: 50px;
    }

    .pie-chart__pie3PAR:after {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
        margin: 220px auto;
    }

.slice3PAR {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    -webkit-animation: bake-pie 1s;
    animation: bake-pie 1s;
}

    .slice3PAR span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        clip: rect(0px, 200px, 200px, 100px);
    }

@media (min-width: 1080px) {
    .pie-chart__legend3PAR {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 13px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart__legend3PAR {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 9px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}



.pie-chart__legend3PAR li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.pie-chart__legend3PAR em {
    font-style: normal;
}

.pie-chart__legend3PAR span {
    float: right;
}



@media (min-width: 1080px) {
    .pie-charts3PAR {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-charts3PAR {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
        width: 100%;
    }
}





.pie-chartArreglo {
    font-family: "Open Sans", Arial;
    margin-bottom: 6%;
}

@media (min-width: 1080px) {
    .pie-chart--wrapperArreglo {
        width: 360px;
        margin: 30px auto;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart--wrapperArreglo {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }
}



.pie-chart__pieArreglo, .pie-chart__legendArreglo {
    display: inline-block;
    vertical-align: top;
}

.pie-chart__pieArreglo {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 10px auto 35px;
}

    .pie-chart__pieArreglo::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        top: 50px;
        left: 50px;
    }

    .pie-chart__pieArreglo::after {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
        margin: 220px auto;
    }

.sliceArreglo {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    -webkit-animation: bake-pie 1s;
    animation: bake-pie 1s;
}

    .sliceArreglo span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        clip: rect(0px, 200px, 200px, 100px);
    }

@media (min-width: 1080px) {
    .pie-chart__legendArreglo {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 13px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart__legendArreglo {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 9px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}


.pie-chart__legendArreglo li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.pie-chart__legendArreglo em {
    font-style: normal;
}

.pie-chart__legendArreglo span {
    float: right;
}



@media (min-width: 1080px) {
    .pie-chartsArreglo {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chartsArreglo {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
        width: 100%;
    }
}

.pie-chartVirtual {
    font-family: "Open Sans", Arial;
}


@media (min-width: 1080px) {
    .pie-chart--wrapperVirtual {
        width: 400px;
        margin: 30px auto;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart--wrapperVirtual {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }
}




.pie-chart__pieVirtual, .pie-chart__legendVirtual {
    display: inline-block;
    vertical-align: top;
}

.pie-chart__pieVirtual {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 10px auto 35px;
}

    .pie-chart__pieVirtual::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        top: 50px;
        left: 50px;
    }

    .pie-chart__pieVirtual::after {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
        margin: 220px auto;
    }

.sliceVirtual {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    -webkit-animation: bake-pie 1s;
    animation: bake-pie 1s;
}

    .sliceVirtual span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        clip: rect(0px, 200px, 200px, 100px);
    }

@media (min-width: 1080px) {
    .pie-chart__legendVirtual {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 13px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chart__legendVirtual {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        font-size: 9px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        text-align: left;
        width: 65%;
    }
}



.pie-chart__legendVirtual li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.pie-chart__legendVirtual em {
    font-style: normal;
}

.pie-chart__legendVirtual span {
    float: right;
}



@media (min-width: 1080px) {
    .pie-chartsVirtual {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pie-chartsVirtual {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: inline-flex;
        border: 2pt solid #d5dbdb;
        display: inline-table;
        margin-bottom: 0.5%;
        margin-left: 0.2%;
        width: 100%;
    }
}

.HomepageCards_root {
    position: relative;
    padding: 3rem 0;
    margin-top: 1%;
    margin-bottom: 1%;
}

@media (min-width: 320px) and (max-width: 1079px) {
    .width-wrapper {
        width: 100%;
        margin-top: -10%;
        position: relative;
        padding: 0 1rem;
        text-align: center;
        font-family: 'Oxygen', sans-serif;
        box-sizing: border-box;
    }
}

@media (min-width: 1080px) {
    .width-wrapper {
        padding: 0 10px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 2rem;
        text-align: center;
        font-family: 'Oxygen', sans-serif;
        box-sizing: border-box;
        max-width: 1300px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }
}




@media (min-width: 1080px) {
    .HomepageCards {
        border-radius: 4px;
        position: relative;
        border: .09em solid #999;
        width: 100%;
        position: relative;
        box-shadow: 0 0 1em 0.05em #666;
        display: inline-block;
        -webkit-transition: .15s ease-in;
        display: block;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        padding: .75rem;
        border-bottom: 2px solid #002d90;
        height: 100%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .HomepageCards {
        border-radius: 4px;
        position: relative;
        border: .09em solid #999;
        width: 100%;
        position: relative;
        box-shadow: 0 0 1em 0.05em #666;
        display: inline-block;
        -webkit-transition: .15s ease-in;
        margin-top: 6%;
        display: block;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        padding: .75rem;
        border-bottom: 2px solid #002d90;
        height: 100%;
    }
}





.HomepageCards h1 {
    background: #333;
    display: block;
    border-top-left-radius: 0.3em;
    border-top-right-radius: .3em;
    top: -1em;
    position: relative;
    color: white;
    text-align: center;
    line-height: 1.8em;
    font-size: 2em;
    font-weight: normal;
    padding: 1.25rem;
    line-height: 1.2;
    color: #0a0a0a !important;
    font-size: 2.5rem !important;
    text-align: center !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    font-weight: 600;
    padding: .75em;
    -ms-flex-line-pack: center;
    align-content: center;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}


.HomepageCards ul {
    width: 100%;
    padding: 1em 0;
    margin: auto;
    margin-top: auto;
    list-style-position: outside;
    font-size: 16px;
    text-align: left;
    margin-top: -8%;
    flex-direction: column;
    align-items: center;
    padding: revert;
    margin-bottom: 5%;
}

.HomepageCards li {
    margin-bottom: .7em;
    list-style-type: none;
}


.description {
    margin-bottom: 3.214em;
    line-height: 1.5em;
    color: #333e48;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.plan-item {
    display: inline;
    background: transparent;
    border: none;
    color: #0a0a0a;
    text-align: left;
    font-size: 16px;
    text-size-adjust: 100%;
    -webkit-box-direction: normal;
    padding-left: 10px;
}


.tabla-responsiva {
    overflow: hidden;
}

@media (max-width: 550px) {
    .tabla-responsiva {
        display: block;
        overflow-x: auto;
    }
}



@media (min-width: 1080px) {
    .main-servers {
        width: 45%;
        margin-right: 2%;
    }
}



@media (min-width: 320px) and (max-width: 1079px) {
    .main-servers {
        width: 100%;
    }
}



@media (min-width: 1080px) {
    .main-virtual {
        width: 30%;
    }
}



@media (min-width: 320px) and (max-width: 1079px) {
    .main-virtual {
        width: 100%;
        margin-left: 2%;
    }
}


@media (min-width: 1080px) {
    .main-serversFisico {
        width: 100%;
        display: flex;
        margin-left: 5%;
        margin-top: 1%;
        margin-bottom: 2%;
    }
}



@media(min-width: 320px) and (max-width: 1079px) {
    .main-serversFisico {
        width: 96%;
    }
}



@media (min-width: 1080px) {
    .boton-servers {
        margin-bottom: 0%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .boton-servers {
        margin-bottom: 2%;
    }
}





@media (min-width: 1080px) {
    .mystyle {
        width: 14%;
        margin: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .mystyle {
        width: 91%;
        margin: 1rem;
    }
}



.search {
    width: 100%;
    position: relative;
    margin-left:5%;
    /*display: flex;*/
}

.searchTerm {
    width: 100%;
    border: 2px solid #ccc;
    border-right: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: black;
    padding-top: 8px;
}

    .searchTerm:focus {
        color: black;
    }

.searchButton {
    width: 40px;
    height: 36px;
    border: 2px solid #ccc;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}



/*Styles de Disco Duros*/
@media (min-width: 1080px) {
    .card-0 {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 1%;
        margin-top: 1%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .card-0 {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
        margin-top: 1%;
    }
}


@media (min-width: 1080px) {
    .card-disk {
        border-width: 0;
        transition: all .2s;
        position: relative;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #8A8C8C;
        width: 23%;
        display: inline-table;
        margin-left: 1%;
        border-color: #cecece;
        box-shadow: 0 0 1em 0.05em #666;
        background-color: #095fa3 !important;
        color: floralwhite;
        margin-bottom: 1%;
    }
}

@media(min-width: 320px) and (max-width: 1079px) {
    .card-disk {
        border-width: 0;
        transition: all .2s;
        position: relative;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #8A8C8C;
        border-top-color: rgb(138, 140, 140);
        border-right-color: rgb(138, 140, 140);
        border-bottom-color: rgb(138, 140, 140);
        border-left-color: rgb(138, 140, 140);
        width: 99%;
        display: inline-table;
        margin-left: 1%;
        border-color: #cecece;
        box-shadow: 0 0 1em 0.05em #666;
        background-color: #095fa3 !important;
        color: floralwhite;
        margin-bottom: 2%;
    }
}







@media (min-width: 1080px) {
    .card-header-disk {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-width: 1px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0.625rem;
        height: 3.5rem;
        padding: 3.75rem 3.25rem;
        margin-bottom: 0;
        color: inherit;
        background-color: #fff;
        border-color: #8A8C8C;
        background-color: #095fa3 !important;
        color: floralwhite;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .card-header-disk {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-width: 1px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0.625rem;
        height: 3.5rem;
        padding: 3.75rem 3.25rem;
        margin-bottom: 0;
        color: inherit;
        background-color: #fff;
        border-color: #8A8C8C;
        background-color: #095fa3 !important;
        color: floralwhite;
        font-size: 12px;
    }
}


@media (min-width: 1080px) {
    .card-body-disk {
        height: 240px;
        margin-bottom: 2%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .card-body-disk {
        height: 240px;
    }
}



@media (min-width: 1080px) {
    .card-body-p0 {
        margin-left: 5%;
        margin-right: 7%;
        font-size: small;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .card-body-p0 {
        margin-left: 5%;
        margin-right: 7%;
        margin-top: -3%;
        font-size: 12px;
    }
}

.card-body-p1 {
    width: 100%;
    display: flex;
    height: 100px;
    margin-top: 5%;
}

.card-body-p1-p1 {
    width: 50%;
    border-right: 1pt solid #8A8C8C;
}

@media (min-width: 1080px) {
    .card-body-p1-p2 {
        width: 50%;
        border-bottom: 1pt solid #8A8C8C;
        padding: 2%;
        font-size: small;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .card-body-p1-p2 {
        width: 50%;
        border-bottom: 1pt solid #8A8C8C;
        padding: 2%;
        font-size: x-small;
    }
}



.card-body-p2 {
    width: 100%;
    display: flex;
    height: 90px;
}

@media (min-width: 1080px) {
    .card-body-p2-p1 {
        width: 50%;
        border-right: 1pt solid #8A8C8C;
        margin-top: -5%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .card-body-p2-p1 {
        width: 50%;
        border-right: 1pt solid #8A8C8C;
        margin-top: -3%;
        font-size: small;
    }
}




.card-body-p2-p1 ul {
    margin-top: 23%;
    list-style: none;
}

    .card-body-p2-p1 ul li::before {
        content: "\2022";
        color: #35ff0f;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -15%;
        text-align: left;
        font-size: 15px;
    }


@media (min-width: 1080px) {
    .card-body-p2-p2 {
        width: 50%;
        padding: 2%;
        font-size: small;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .card-body-p2-p2 {
        width: 50%;
        padding: 2%;
        font-size: x-small;
    }
}




@media (min-width: 1080px) {
    .progress-pie-chart {
        width: 60%;
        height: 115%;
        border-radius: 50%;
        background-color: #E5E5E5;
        position: relative;
        margin-left: 15%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .progress-pie-chart {
        width: 70%;
        height: 115%;
        border-radius: 50%;
        background-color: #E5E5E5;
        position: relative;
        margin-left: 15%;
    }
}


.progress-pie-chart.gt-50 {
    background-color: #35ff0f;
}

@media (min-width: 1080px) {
    .ppc-progress {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 90%/2);
        top: calc(50% - 90%/2);
        width: 90%;
        height: 90%;
        clip: rect(0, 200px, 200px, 100px);
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .ppc-progress {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 90%/2);
        top: calc(50% - 90%/2);
        width: 90%;
        height: 90%;
        clip: rect(0, 200px, 200px, 100px);
    }
}

@media (min-width: 1080px) {
    .ppc-progress {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 90%/2);
        top: calc(50% - 90%/2);
        width: 90%;
        height: 90%;
        clip: rect(0, 200px, 200px, 100px);
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .ppc-percents {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 90%/2);
        top: calc(50% - 90%/2);
        width: 90%;
        height: 90%;
        background: #fff;
        text-align: center;
        display: table;
    }
}

@media (min-width: 1080px) {
    .ppc-percents {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 90%/2);
        top: calc(50% - 90%/2);
        width: 90%;
        height: 90%;
        background: #fff;
        text-align: center;
        display: table;
    }
}






.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 100px, 200px, 0);
    background: #81CE97;
    transform: rotate(60deg);
}

.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}

    .gt-50 .ppc-progress .ppc-progress-fill {
        clip: rect(0, 200px, 200px, 100px);
        background: #E5E5E5;
    }



@media (min-width: 1080px) {
    .ppc-percents span {
        display: block;
        font-size: large;
        font-weight: bold;
        color: #35ff0f;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .ppc-percents span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #35ff0f;
    }
}




.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 1080px) {
    .hdd_draggable {
        margin: 0 auto 20px;
        display: flex;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        margin-bottom: 30px;
        text-align: center;
        border-bottom: 2pt solid #d5dbdb;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .hdd_draggable {
        margin: 0 auto 20px;
        display: flex;
        background: #FFF;
        padding: 0.75em 0.75em 0.05em;
        margin-bottom: 30px;
        text-align: center;
        border-bottom: 2pt solid #d5dbdb;
    }
}




.hdd_draggable h4 {
    font-size: 20px;
    text-align: center;
}

.hdd_draggable ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}


@media (min-width: 1080px) {
    .hdd_draggable .hdd {
        display: block;
        margin: 5px 5px 10px 5px;
        background-image: url(images/harddrive2.png);
        background-size: 85px 85px;
        background-repeat: no-repeat;
        height: 100px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .hdd_draggable .hdd {
        display: block;
        margin: 5px 5px 10px 5px;
        background-image: url(images/harddrive2.png);
        background-size: 85px 85px;
        background-repeat: no-repeat;
        margin-bottom: 12%;
        height: 100px;
    }
}





.hdd_draggable p {
    display: flex;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 85px;
    padding-top: 15px;
    align-items: flex-start;
    justify-content: center;
    font-size: 12px;
    color: #ddd;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .step span {
        display: inline-block;
        width: 45px;
        height: 45px;
        flex-shrink: 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 45px;
        text-align: center;
        margin-right: 15px;
        background-color: #0067e4;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
    }

@media (min-width: 1080px) {
    .step p {
        padding-top: 1%;
        font-size: 16px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .step p {
        padding-top: 1%;
        font-size: 14px;
    }
}



.raid_type {
    padding-top: 1%;
    font-size: 16px;
    display: inline-block;
    flex-flow: row;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 1%;
}


    .raid_type select {
        padding-right: 10px;
        min-width: 80px;
        height: 36px;
        padding: 5px 10px;
    }



@media (min-width: 1080px) {
    .raid_bar {
        padding-top: 1%;
        font-size: 16px;
        display: inline-block;
        flex-flow: row;
        align-items: center;
        margin-bottom: 20px;
        padding-right: 1%;
        width: 75%
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .raid_bar {
        padding-top: 1%;
        font-size: 16px;
        display: inline-block;
        flex-flow: row;
        align-items: center;
        margin-bottom: 20px;
        padding-right: 1%;
        width: 100%;
        margin-top: -10%;
    }
}


.box_available {
    width: 99%;
    background-color: #26d599;
    color: #fff;
    margin-left: 1%;
    border-radius: 3px;
    border: 1px solid #228B22;
}

    .box_available span {
        display: block;
        text-align: center;
        line-height: 23px;
        padding: 5px 10px;
        white-space: nowrap;
        font-size: 16px;
    }

@media (min-width: 1080px) {
    .headerArreglos {
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        margin-top: 1%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .headerArreglos {
        font-size: 20px;
        text-align: center;
        margin-bottom: 50px;
        margin-top: 1%;
    }
}


@media (min-width: 1080px) {
    .bodyArreglos {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .bodyArreglos {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}




/********************/
/*CSS Servidores Virtuales/*/
@media (min-width: 1080px) {
    .icon-header {
        display: table;
        margin-left: 10%;
        margin-top: 2%;
        width: 75%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .icon-header {
        display: table;
        margin-left: 0%;
        margin-top: 1%;
        width: 100%;
    }
}

@media (min-width: 1080px) {
    .badge-loaded {
        font-size: 50px;
        height: 105px;
        background-size: 64px;
        border-radius: 100%;
        background-color: white;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        text-align: center;
        line-height: 110px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .badge-loaded {
        font-size: 35px;
        height: 104px;
        background-size: 64px;
        border-radius: 100%;
        background-color: white;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        text-align: center;
        line-height: 100px;
    }
}

.figure.badge-loaded {
    width: 104px;
    height: 104px;
    background-size: 64px;
    border-radius: 100%;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    line-height: 104px;
}

.product-family-title-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
}


@media (min-width: 1080px) {
    .product-family-title-text h1 {
        word-break: break-word;
        margin: 10px 0;
        font-weight: 500;
        font-size: 28px;
        line-height: 1.1;
        color: inherit;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .product-family-title-text h1 {
        word-break: break-word;
        margin: 5px 0;
        font-weight: 500;
        font-size: 17px;
        line-height: 1;
        color: inherit;
    }
}

@media (min-width: 1080px) {
    .list-container {
        font-size: 15px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .list-container {
        font-size: 11px;
    }
}

@media (min-width: 1281px) {
    .table-container {
        width: 75%;
        margin-left: 10%;
        margin-top: 2%;
        border: 1pt solid #d5dbdb;
        margin-bottom: 3%;
    }
}


@media (min-width: 320px) and (max-width: 1280px) {
    .table-container {
        width: 100%;
        margin-top: 1%;
        border: 1pt solid #d5dbdb;
        margin-bottom: 3%;
        font-size: 12px;
    }
}


@media (min-width: 1080px) {
    .server-container {
        width: 76%;
        margin-left: 12%;
        margin-right: 12%;
        margin-bottom: 1%;
        margin-top: 2%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .server-container {
        width: 100%;
        margin-bottom: 1%;
        margin-top: 1%;
    }
}

@media (min-width: 1080px) {
    .server-button {
        margin-left: 15%;
        display: flex;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .server-button {
        margin-left: 5%;
        display: inline-grid;
    }
}

@media (min-width: 1080px) {
    .botonEliminar {
        width: 100%;
        margin-bottom: 1%;
        margin-top: -5%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .botonEliminar {
        width: 100%;
        margin-bottom: 2%;
    }
}



@media (min-width: 1080px) {

    .labelNav {
        z-index: 3;
        position: fixed;
        top: 0;
        left: 1%;
        -moz-transition: left 0.5s ease;
        transition: left 0.5s ease;
        top: 16.5%;
        left: 1%;
        font-size: larger;
        color: #fff;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {

    .labelNav {
        z-index: 3;
        position: fixed;
        top: 0;
        left: 1%;
        -moz-transition: left 0.5s ease;
        transition: left 0.5s ease;
        top: 19%;
        left: 1%;
        font-size: larger;
        color: #fff;
    }
}




@media (min-width: 1080px) {
    .main-content {
        position: relative;
        left: 5%;
        width: 95%;
        margin-bottom: 3%;
        padding-top: 2%;
        min-height: 95%;
        background-color: #ecf0f5;
        top: -5%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .main-content {
        position: relative;
        left: 11%;
        width: 91%;
        margin-bottom: 3%;
        padding-top: 2%;
        min-height: 95%;
        background-color: #ecf0f5;
        top: -5%;
    }
}





/*@media (min-width: 1080px) {
    input:checked ~ .main-content {
        left: 15%;
        width: 85%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    input:checked ~ .main-content {
        left: 9%;
        width: 90%;
    }
}




@media (min-width: 1080px) {
    input:checked ~ .sidebarNav {
        left: 0%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    input:checked ~ .sidebarNav {
        left: 0%;
    }
}

@media (min-width: 1080px) {
    input:checked ~ .main-footer-Nav {
        width: 85%;
        left: 15%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    input:checked ~ .main-footer-Nav {
        width: 85%;
        left: 15%;
    }
}

@media (min-width: 1080px) {
    input:checked ~ Label {
        left: 13%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    input:checked ~ Label {
        left: 55%;
    }
}





.sidebarNav .activeNav {
    color: #fff;
    background: #1e282c;
    border-left: 3px solid;
    border-left-color: #3c8dbc;
}


@media (min-width: 1080px) {
    .sidebarNav {
        position: fixed;
        top: 0;
        left: -12%;
        height: 100%;
        width: 15%;
        transition: all 0.5s ease;
        padding-bottom: 10px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .sidebarNav {
        position: fixed;
        top: 0;
        left: -55%;
        height: 100%;
        width: 65%;
        transition: all 0.5s ease;
        padding-bottom: 10px;
        z-index: 2;
    }
}



.sidebarNav .user-panelNav {
    padding-top: 20px;
    content: " ";
    display: table;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}


    .sidebarNav .user-panelNav .img-circleNav {
        width: 100%;
        max-width: 50px;
        height: auto;
        border-radius: 50%;
        vertical-align: middle;
    }

    .sidebarNav .user-panelNav > .infoNav {
        padding: 10px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
        color: #fff;
    }


        .sidebarNav .user-panelNav > .infoNav > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

.sidebar.logo_content .logo {
    opacity: 1;
    pointer-events: none;
}

.sidebar .logo_content .logo {
    color: #fff;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    opacity: 1;
    pointer-events: none;
    transition: all 0.5s ease;
}

.sidebar-menuNav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menuNav > li {
        position: relative;
        margin: 0;
        padding: 0;
    }
    
        .sidebar-menuNav > li.header {
            color: #4b646f;
            background: #1a2226;
            overflow: hidden;
            text-overflow: clip;
            position: relative;
            margin: 0;
            padding: 10px 25px 10px 15px;
            font-size: 12px;
        }

        .sidebar-menuNav > li > a {
            border-left: 3px solid transparent;
            color: #b8c7ce;
            padding: 12px 5px 12px 15px;
            display: block;
            position: relative;
            text-decoration: none;
        }


        .sidebar-menuNav > li:hover > a {
            color: #fff;
            background: #1e282c;
        }

        .sidebar-menuNav > li > a.active {
            color: #fff;
            background: #1e282c;
            border-left: 5px solid;
            border-left-color: #3c8dbc;
        }


        .sidebar-menuNav > li > a > .fa, .sidebar-menu > li > a {
            width: 20px;
            color: #b8c7ce;
        }*/

.img-circleNav {
    width: 100%;
    max-width: 50px;
    height: auto;
    border-radius: 50%;
    vertical-align: middle;
}

@media (min-width: 1080px) {
    .sidebar {
        position: fixed;
        left: 0;
        top: 50px;
        height: 100%;
        width: 95px;
        background: #11101D;
        padding: 6px 14px;
        z-index: 99;
        transition: all 0.5s ease;
        overflow: auto;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .sidebar {
        position: fixed;
        left: 0;
        top: 50px;
        height: 100%;
        width: 45px;
        background: #11101D;
        padding: 6px 14px;
        padding-bottom: 6px;
        z-index: 99;
        transition: all 0.5s ease;
        overflow: auto;
    }
}





.sidebar.open {
    width: 250px;
}

.sidebar .logo-details {
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 5%;
    position: relative;
}

    .sidebar .logo-details .icon {
        opacity: 0;
        transition: all 0.5s ease;
    }

    .sidebar .logo-details .logo_name {
        color: #fff;
        /*font-size: 20px;*/
        font-weight: 600;
        opacity: 0;
        transition: all 0.5s ease;
        padding: 10px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
        color: #fff;
        margin-top: 0%;
    }

        .sidebar .logo-details .logo_name p {
            font-weight: 600;
            margin-bottom: 9px;
        }


.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
    opacity: 1;
}

@media (min-width: 1080px) {
    .sidebar .logo-details #btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 22px;
        transition: all 0.4s ease;
        font-size: 23px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s ease;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .sidebar .logo-details #btn {
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        font-size: 22px;
        transition: all 0.4s ease;
        font-size: 23px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s ease;
    }
}



.sidebar.open .logo-details #btn {
    text-align: right;
    right: 0;
}


@media (min-width: 1080px) {
    .sidebar i {
        color: #fff;
        height: 60px;
        min-width: 50px;
        font-size: 28px;
        text-align: center;
        line-height: 60px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .sidebar i {
        color: #fff;
        height: 60px;
        min-width: 50px;
        font-size: 28px;
        line-height: 60px;
    }
}


.sidebar .nav-list {
    margin-top: 35px;
    height: 100%;
    padding-left: 2%;
}

.sidebar li {
    position: relative;
    margin: 8px 0;
    list-style: none;
}

.sidebar .nav-list li a.active {
    border-left: 3px solid;
    border-left-color: #3c8dbc;
}


.sidebar li .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
}

.sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar.open li .tooltip {
    display: none;
}

.sidebar input {
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #1d1b31;
}

.sidebar.open input {
    padding: 0 20px 0 50px;
    width: 100%;
}

.sidebar .bx-search {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    background: #1d1b31;
    color: #FFF;
}

.sidebar.open .bx-search:hover {
    background: #1d1b31;
    color: #FFF;
}

.sidebar .bx-search:hover {
    background: #FFF;
    color: #11101d;
}

.sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #11101D;
}

    .sidebar li a:hover {
        background: #FFF;
    }

    .sidebar li a .links_name {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: 0.4s;
    }



.sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;
}



.sidebar li a:hover .links_name,
.sidebar li a:hover i {
    transition: all 0.5s ease;
    color: #11101D;
}

.sidebar li i {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
}

@media (min-width: 1080px) {
    .sidebar li.profile {
        position: fixed;
        height: 60px;
        width: 78px;
        left: 0;
        bottom: -8px;
        padding: 10px 14px;
        background: #1d1b31;
        transition: all 0.5s ease;
        overflow: hidden;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .sidebar li.profile {
        /*position: fixed;
        height: 60px;
        width: 40px;
        left: 0;
        bottom: -8px;
        padding: 10px 14px;
        background: #1d1b31;
        transition: all 0.5s ease;
        overflow: hidden;*/
        display: none;
    }
}


.sidebar.open li.profile {
    width: 250px;
}

.sidebar li .profile-details {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.sidebar li img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.sidebar li.profile .job {
    font-size: 12px;
}


@media (min-width: 1080px) {
    .sidebar .profile #log_out {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #1d1b31;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 0px;
        transition: all 0.5s ease;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .sidebar .profile #log_out {
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        background: #1d1b31;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 0px;
        transition: all 0.5s ease;
    }
}


.sidebar.open .profile #log_out {
    width: 50px;
    background: none;
}



@media (min-width: 1080px) {
    .sidebar.open ~ .main-content {
        left: 250px;
        width: calc(100% - 250px);
    }
}




/*//////Equipo//////*/


.jSheetButton {
    border: none;
    cursor: pointer;
    background: #485169;
    color: #fff;
    padding: .5em 1em;
    transition: .3s;
    font-size: 15px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 10px;
    font-weight: 500;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 7%);
    background: transparent;
    border: 1px solid #b3b5c7;
}

    .jSheetButton:hover {
        background: darkgray
    }

.svg {
    height: 15px;
    margin-right: 5px;
    align-items: center;
}

.jSheetColumn-header {
    background-color: #f2f3fb;
    border-right: 1px solid #d3d6ec;
    border-top: 1px solid #d3d6ec;
    border-bottom: 1px solid #d3d6ec;
}

.jSheetGridLeft {
    flex-shrink: 0;
    height: 100% !important;
    overflow: visible !important;
    overflow: initial !important;
    position: relative;
    height: 285px;
    width: 3%;
    overflow: auto;
    will-change: transform;
    direction: ltr;
    background-color: #f2f3fb;
    line-height: 40px;
    white-space: nowrap;
    box-shadow: 0 1px 0 #d9dae3;
    border-right: 1px solid #d3d6ec;
    border-top: 1px solid #d3d6ec;
}

.jSheetRow-header {
    font-size: 15px;
    right: auto;
    left: 0;
    width: 42px;
    text-align: center;
    height: 100%;
    padding-left: 10px;
    padding-right: 5px;
}

.jSheetGridInfo {
    background-color: #f2f3fb;
    border-top: 1px solid #d3d6ec;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
    bottom: 3%;
    left: 0%;
    width: 100.1%;
    z-index: 10;
    height: 40px;
    border-bottom: 2px solid #d3d6ec;
    border-right: 1px solid #d3d6ec;
    border-left: 1px solid #d3d6ec;
}

.jSheetGridInfo-item {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
}
/* Compras
*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 96%;
    border: 1px solid #d3d6ec;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-left: 2%;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }




@media (min-width: 1080px) {

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        margin-left: 3%;
        width: 94%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
  
    }
}



/* Equipo
*/


@media (min-width: 1080px) {

    .squaredFour {
        position: relative;
        padding-left: 2%;
        cursor: pointer;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {

    .squaredFour {
        position: relative;
        padding-left: 7%;
        cursor: pointer;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: normal;
    }
}




/* Hide the default checkbox */
.squaredFour input {
    visibility: hidden;
    cursor: pointer;
}

/* Create a custom checkbox */
.mark1 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #dd9124;
}

.mark2 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #4280b4;
}

.mark3 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #2e8c47;
}

.mark4 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #c14f4f;
}

.mark5 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #4e4376;
}

.mark6 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #DD5600;
}



.squaredFour input:checked ~ .mark1 {
    background-color: blue;
}

.squaredFour input:checked ~ .mark2 {
    background-color: blue;
}

.squaredFour input:checked ~ .mark3 {
    background-color: blue;
}

.squaredFour input:checked ~ .mark4 {
    background-color: blue;
}

.squaredFour input:checked ~ .mark5 {
    background-color: blue;
}

.squaredFour input:checked ~ .mark6 {
    background-color: blue;
}

/* Create the mark/indicator (hidden when not checked) */
.mark1:after {
    content: "";
    position: absolute;
    display: none;
}

.mark2:after {
    content: "";
    position: absolute;
    display: none;
}

.mark3:after {
    content: "";
    position: absolute;
    display: none;
}

.mark4:after {
    content: "";
    position: absolute;
    display: none;
}

.mark5:after {
    content: "";
    position: absolute;
    display: none;
}

.mark6:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the mark when checked */
.squaredFour input:checked ~ .mark1:after {
    display: block;
}
/* Show the mark when checked */
.squaredFour input:checked ~ .mark2:after {
    display: block;
}

.squaredFour input:checked ~ .mark3:after {
    display: block;
}

.squaredFour input:checked ~ .mark4:after {
    display: block;
}

.squaredFour input:checked ~ .mark5:after {
    display: block;
}

.squaredFour input:checked ~ .mark6:after {
    display: block;
}

/* Style the mark/indicator */
.squaredFour .mark1:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Style the mark/indicator */
.squaredFour .mark2:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.squaredFour .mark3:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.squaredFour .mark4:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.squaredFour .mark5:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.squaredFour .mark6:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


@media (min-width: 1080px) {
    .makrs {
        width: 100%;
        margin-left: 1%;
        margin-top: 1%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .makrs {
        width: 100%;
        margin-left: 2%;
        margin-top: 1%;
    }
}


@media (min-width: 1080px) {
    .modalAdd {
        width: 65%;
        margin: 30px auto;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .modalAdd {
        width: 100%;
    }
}




@media (min-width: 1080px) {
    .compras {
        margin-top: 1%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .compras {
        margin-top: 1%;
        text-align: left;
    }
}





@media (min-width: 320px) and (max-width: 1079px) {
    .tablink {
        display: none;
    }
}


@media (min-width: 1080px) {
    .tab {
        width: 100%;
        position: relative;
        z-index: 4;
        padding-left: 0;
        display: block;
        padding: 8px 16px 0;
        background-color: #90CAF9;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .tab {
        width: 100%;
        position: relative;
        z-index: 4;
        padding-left: 0;
        display: block;
        background-color: #90CAF9;
    }
}


.tabs button {
    outline: none;
    cursor: pointer;
    padding: 7px 7px;
    transition: 0.3s;
    font-size: 17px;
    height: 35px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    user-select: none;
    border-color: #4AB0F5;
    border-bottom-color: rgb(74, 176, 245);
    border-color: #4AB0F5;
    border-bottom: 1px;
    background-color: #4AB0F5;
}


    .tabs button:hover {
        background-color: #ddd;
    }

    .tabs button.active {
        font-weight: 500;
        background: #fff;
        color: #333a4a;
        cursor: auto;
        border-bottom: 0px;
    }


.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.svg {
    height: 15px;
    margin-right: 5px;
    align-items: center;
}


@media (min-width: 1080px) {
    .unidades {
        margin-top: 2%;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .unidades {
        margin-top: 2%;
        width: 100%;
    }
}


@media (min-width: 1080px) {
    .memory {
        margin-top: 2%;
        width: 100%;
        margin-bottom: 5%;
        display: flex;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .memory {
        margin-top: 2%;
        width: 100%;
        margin-bottom: 5%;
        display: contents;
    }
}

@media (min-width: 1080px) {
    .memoryRam {
        width: 30%;
        margin-left: 3%;
        margin-right: 3%;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .memoryRam {
        width: 100%;
    }
}



.section {
    margin-top: 30px;
}

.pieID {
    display: inline-block;
    vertical-align: top;
}

.pie {
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0 30px 30px 0;
}

    .pie::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        top: 50px;
        left: 50px;
    }

    .pie::after {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: rgba(0,0,0,0.1);
        border-radius: 50%;
        box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
        margin: 220px auto;
    }

.slice {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    animation: bake-pie 1s;
}

    .slice span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        clip: rect(0px, 200px, 200px, 100px);
    }

@media (min-width: 1080px) {
    .legend {
        list-style-type: none;
        padding: 0;
        margin: 0;
        background: #FFF;
        padding: 15px;
        font-size: 13px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        width: 50%;
        margin-left: 15%;
        margin-top: 3%;
        border: 1px solid #d3d6ec;
        box-shadow: 0px 0px 22px -8px #808080;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .legend {
        list-style-type: none;
        padding: 0;
        margin: 0;
        background: #FFF;
        padding: 15px;
        font-size: 13px;
        box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
        width: 75%;
        margin-left: 15%;
        margin-top: 3%;
        border: 1px solid #d3d6ec;
        box-shadow: 0px 0px 22px -8px #808080;
    }
}





.legend li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.legend em {
    font-style: normal;
}

.legend span {
    float: right;
}



@media (min-width: 320px) and (max-width: 1079px) {
    .footerRespo {
        display: inline-grid;
    }
}



.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    margin-top: 2%;
    margin-bottom: 2%;
}


    .small-box-footer a:hover {
        color: #fff;
        cursor: pointer;
    }


.letters {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}



@media (min-width: 1080px) {
    .letter {
        background-color: rgba(255, 0, 0, 0.5);
        font-weight: 400;
        color: #fff;
        font-size: 8em;
        line-height: 1.1;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .letter {
        background-color: rgba(255, 0, 0, 0.5);
        font-weight: 400;
        color: #fff;
        font-size: 3.5em;
        line-height: 1.1;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .ErrorNOPage {
        margin-left: 3%;
    }
}

@media (min-width: 1080px) {
    .ErrorPage {
        margin-left: 2%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .ErrorPage {
        margin-left: 7%;
    }
}


@media (min-width: 1080px) {
    .graficos {
        display: inline-block;
        padding: 0 .5em .5em;
        border: 2px solid #d3d6ec;
        font: 900 2em/1.2 sans-serif;
        float: left;
        border-radius: .25em;
        margin-left: 2%;
    }

}

@media (min-width: 320px) and (max-width: 1079px) {
    .graficos {
        display: inline-block;
        padding: 0 .5em .5em;
        border: 2px solid #d3d6ec;
        font: 900 2em/1.2 sans-serif;
        float: left;
        border-radius: .25em;
      
    }

}



    .graficos .vertical {
        display: inline-block;
        height: 400px;
        width: auto;
        font: bold 18px/1 sans-serif;
        background-color: lime;
        background-image: repeating-linear-gradient(black 0, black 2px, gainsboro 2px, gainsboro 20px, black 20px);
        border: inset;
        margin-top: 3%;
    }

        .graficos .vertical .torre {
            position: relative;
            display: inline-block;
            height: inherit;
            width: 48px;
            margin: 0 15px;
            font: bold 18px/1 sans-serif;
            background-color: transparent;
            background-size: 80% 0%;
            background-position: center bottom;
            background-repeat: no-repeat;
            box-shadow: inset 0 20px 0 0 rgba(220,220,220,.7);
        }

.uso {
    background-image: linear-gradient(red, red);
}

.disponible {
    background-image: linear-gradient(dodgerblue, dodgerblue);
}

.torre-0 {
    background-image: linear-gradient(navy, navy);
}

.torre-1 {
    background-image: linear-gradient(olivedrab, olivedrab);
}

.torre-2 {
    background-image: linear-gradient(orange, orange);
}

.torre-3 {
    background-image: linear-gradient(tomato, tomato);
}

.torre-4 {
    background-image: linear-gradient(purple, purple);
}

.torre-5 {
    background-image: linear-gradient(turquoise, turquoise);
}

.torre-6 {
    background-image: linear-gradient(forestgreen, forestgreen);
}

.torre-7 {
    background-image: linear-gradient(Maroon, Maroon);
}

.torre-8 {
    background-image: linear-gradient(Lime, Lime);
}

.torre-9 {
    background-image: linear-gradient(Aqua, Aqua);
}

.torre-10 {
    background-image: linear-gradient(Teal, Teal);
}

.torre-11 {
    background-image: linear-gradient(Olive, Olive);
}

.torre-12 {
    background-image: linear-gradient(Fuchsia, Fuchsia);
}

.torre-13 {
    background-image: linear-gradient(infobackground, infobackground);
}

.torre-14 {
    background-image: linear-gradient(Black, Black);
}


.legendM {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    background: #FFF;
    padding: 15px;
    font-size: 13px;
    width: 16%;
    margin-left: 1%;
    margin-top: 6%;
    border: 2px solid #d3d6ec;
    border-radius: .25em;
}

    .legendM li {
        height: 1.25em;
        margin-bottom: 0.7em;
        padding-left: 0.5em;
    }

    .legendM em {
        font-style: normal;
    }

.border-uso {
    color: red;
    margin-right: 2%;
}

.border-disponible {
    color: dodgerblue;
    margin-right: 2%;
}


.border-0 {
    color: navy;
    margin-right: 2%;
}

.border-1 {
    color: olivedrab;
    margin-right: 2%;
}

.border-2 {
    color: orange;
    margin-right: 2%;
}

.border-3 {
    color: tomato;
    margin-right: 2%;
}

.border-4 {
    color: purple;
    margin-right: 2%;
}


.border-5 {
    color: turquoise;
    margin-right: 2%;
}

.border-6 {
    color: forestgreen;
    margin-right: 2%;
}

.border-7 {
    color: Maroon;
    margin-right: 2%;
}

.border-8 {
    color: lime;
    margin-right: 2%;
}

.border-9 {
    color: Aqua;
    margin-right: 2%;
}

.border-10 {
    color: teal;
    margin-right: 2%;
}

.border-11 {
    color: Olive;
    margin-right: 2%;
}

.border-12 {
    color: fuchsia;
    margin-right: 2%;
}

.border-13 {
    color: infobackground;
    margin-right: 2%;
}

.border-14 {
    color: black;
    margin-right: 2%;
}


@media (min-width: 1080px) {
    .button_Desecho {
        width: 65%;
        height: 50%;
    }
}



.modalLoader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 1;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #41ade7;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    padding: 5px;
}


@media (min-width: 1080px) {
    .log {
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        margin-right: 3px;
        text-transform: lowercase;
        
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .log {
        color: #fff;
        line-height: 50px;
        font-size: 13px;
        margin-right: 3px;
        text-transform: lowercase;
    }
}

@media (min-width: 1080px) {
    .img_log {
        padding: 1px 15px;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .img_log {
        padding: 3px 5px;
        width: 80%;
    }
}

@media (min-width: 1080px) {
    .logout {
        color: #fff;
        font-size: 17px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .logout {
        color: #fff;
        font-size: 13px;
    }
}



@media (min-width: 320px) and (max-width: 1079px) {
    .navbar-header {
        margin-top: 2%;
        margin-left: -5%;
    }
}


@media (min-width: 1080px) {
    .img_main {
        width: 100%;
        display: flex;
        border: 1px solid #d3d6ec;
        border-bottom: 0px;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .img_main {
        display: none;
    }
}

@media (min-width: 1080px) {
    .img_main_movil {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .img_main_movil {
        width: 100%;
        display: flex;
        border: 1px solid #d3d6ec;
        border-bottom: 0px;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
        
    }
}


@media (min-width: 320px) and (max-width: 1079px) {
    .log_g {
        margin-left: 9%
    }
}

@media (min-width: 1080px) {
    .table_log {
        width: 25%;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .table_log {
        width: 100%;
    }
}

@media (min-width: 1080px) {
    .button_limpiar {
        margin-top: 0.2%;
        margin-left: 0.5%
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .button_limpiar {
        margin-top: 1%;
        margin-left: 0.5%
    }
}   



@media (min-width: 320px) and (max-width: 1079px) {
    .detalle_compras {
        display: grid;
    }
}

@media (min-width: 1080px) {
    .pcalculadora {
        width: 30%
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .pcalculadora {
        width: 100%
    }
}


@media (min-width: 1080px) {
    .calculadora {
        width: 100%;
        display: flex;
    }
}

@media (min-width: 320px) and (max-width: 1079px) {
    .calculadora {
        width: 100%;
    }
}


.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167f92;
}

    .responstable tr {
        border: 1px solid #d9e4e6;
    }

        .responstable tr:nth-child(odd) {
            background-color: #eaf3f3;
        }

    .responstable th {
        display: none;
        border: 1px solid #fff;
        background-color: #167f92;
        color: #fff;
        padding: 1em;
    }

        .responstable th:first-child {
            display: table-cell;
            text-align: center;
        }

        .responstable th:nth-child(2) {
            display: table-cell;
        }

            .responstable th:nth-child(2) span {
                display: none;
            }

            .responstable th:nth-child(2):after {
                content: attr(data-th);
            }

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}

    .responstable td:first-child {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #d9e4e6;
    }

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #d9e4e6;
    }
}

.responstable th,
.responstable td {
    text-align: left;
    margin: 0.5em 1em;
}

@media (min-width: 480px) {
    .responstable th,
    .responstable td {
        display: table-cell;
        padding: 1em;
    }
}