@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #001932 !important;
    border: 2px solid #001932 !important;
}
.btn-primary:hover {
    color: #001932;
    background-color: #5CE1E6 !important;
    border: 2px solid #5CE1E6 !important;
}
.btn-primary:hover {
    background-color: #5CE1E6 !important;
    border: 2px solid #5CE1E6 !important;
 }
.btn-warning {
    color: gray;
    background-color: transparent !important;
    border: 2px solid #001932 !important;
}
    .btn-warning:hover {
        color: #d69f16;
        background-color: transparent !important;
        border: 2px solid #d69f16 !important;
    }
.btn-secondary {
    color: gray;
    background-color: transparent !important;
    border: 2px solid #001932 !important;


}
    .btn-secondary:hover {
        color: #5CE1E6;
        background-color: transparent !important;
        border: 2px solid #5CE1E6 !important;
    }
.btn-danger {
    color: gray;
    background-color: transparent !important;
    border: 2px solid #001932 !important;
}

    .btn-danger:hover {
        color: #ff0000;
        background-color: transparent !important;
        border: 2px solid #ff0000 !important;
    }


/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

    .container-loader{
        display:flex;
        height: 100vh;
        width: 100vw;
        align-items: center;
        justify-content: center;
        background-color: #001932;
    }
    .loader {
        position:absolute;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        perspective: 800px;

    }
.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;

}
.inner one{
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #efeffa;
    box-shadow: 0px 4px 10px 1px rgba(0, 210, 255, 1);
}
    .inner two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-bottom: 3px solid #efeffa;
        box-shadow: 0px 4px 10px 1px rgba(0, 210, 255, 1);
    }
    .inner three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-bottom: 3px solid #efeffa;
        box-shadow: 0px 4px 10px 1px rgba(0, 210, 255, 1);
    }

    @keyframes rotate-one {
        0% {
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        }
        100% {
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        }
    }
    @keyframes rotate-two {
        0% {
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        }

        100% {
            transform: rotateX(20deg) rotateY(10deg) rotateZ(360deg);
        }
    }
    @keyframes rotate-three {
        0% {
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        }

        100% {
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        }
}
.spinner {
    border: 15px solid #001932;
    border-top: 15px solid #5CE1E6;
    border-radius: 50%;
    width: 150px;
    height:150px;
    animation: spin 700ms linear infinite;
    top: 200px;
    left: 40%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


.card {
    /*display: flex;*/
    flex-direction: column;
   /* justify-content: space-between;*/
    border: 1px solid lightgray;
    box-shadow: 2px 2px 8px 4px #E3E7E3;
    border-radius: 15px;
    font-family: sans-serif;
    margin: 5px;
}

.card-header {
    display: flex;
    justify-content: space-between;
}

/*ESTILOS H , W */
.h-20px {
    height: 20px;
}
.h-35px {
    height:35px;
}

.h-60 {
    height: 60vh;
}

.h-65 {
    height: 65vh;
}
.h-55 {
    height: 55vh;
}
.h-40 {
    height: 40vh;
}
.h-30 {
    height: 30vh;
}
.h-20 {
    height: 20vh;
}


.fs-10px {
font-size:10px;
}
.-ml-10px{
    margin-left: -10px;
}
.mt-20px {
    margin-top: 20px;
}
.mt-5px {
    margin-top: 5px;
}
.mt-10px {
    margin-top: 10px;
}
.mt-20px {
    margin-top: 20px;
}
.mt-30px {
    margin-top: 25px;
}
.-mt-25px {
    margin-top: -25px;
}
.-mt-20px {
    margin-top: -20px;
}
.m-2px {
    margin: 2px;
}
.m-10px {
    margin:10px;
}
.m-20px {
    margin: 20px;
}
.ml-5px {
   margin-left: 5px;
}
.ml-10px {
    margin-left: 10px;
}
.ml-20px {
    margin-left: 20px;
}
.ml-35px {
    margin-left: 35px;
}
.mlr-20px {
    margin-left: 20px;
    margin-right: 20px;
}

.mr-10px {
    margin-right: 10px;
}

.bf-20px {
    border: solid;
    border-radius: 20px;
}

.mb-1rem {
    margin-bottom: 1rem !important;
}

.mb-20 {
    margin-bottom: 300px
}

.-mb-25px {
    margin-bottom: -25px
}

.pd-0 {
    padding: 0px;
}

.ta-center {
    text-align:center;
}

.ppMini {
    width: 450px;
    height: 500px;
}
.scroll {
    overflow: scroll;
}

label {
    margin-bottom:0px;
    font-weight:300;
}
.centrar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.centrar-child {
   
}

.hidden {
    /*    display: none;*/
    content-visibility: hidden;
}
.visible {
    display: block;
}

.collapse {
    /*    display: none;*/
    visibility: collapse;
}

.fdColumn {
    display:flex;
    flex-direction:column;
}

/*
Full screen Modal 
*/
.modal-fullscreen {
    width: 95vw;
    max-width: none;
    height: 98%;
    max-height: none;
    margin: 10px;
    align-items: center;
    margin: auto;
}

    .modal-fullscreen .modal-content {
        height: 95%;
        border: 0;
        border-radius: 10px;
    }

    .modal-fullscreen .modal-header,
    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen .modal-footer {
        height:auto;
    }
    .modal-fullscreen .modal-header {
        background-color: #001932;
        color: #5CE1E6;
    }
    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }


.modal-xl {
    width: 70vw;
    max-width: none;
    height: 70%;
    max-height: none;
    margin: 10px;
    align-items: center;
    margin: auto;
}

    .modal-xl .modal-content {
        height: 70%;
        border: 0;
        border-radius: 10px;
    }

    .modal-xl .modal-header,
    .modal-xl .modal-footer {
        border-radius: 0;
    }

    .modal-xl .modal-footer {
        height: auto;
    }

    .modal-xl .modal-header {
        background-color: #001932;
        color: #5CE1E6;
    }

    .modal-xl .modal-body {
        overflow-y: auto;
    }

.modal-lg {
    height:auto !important;
}

.btn-Action {
    display:flex;
    align-content:flex-start;
}


.select2-container--default .select2-selection--single {
    padding: 0.1rem 0.1rem;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    padding: 0px;
    /*transform: translate(113px, -90px) !important;*/
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::after, .popover .popover-arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 0.5rem 0.7rem;
    color: #212529;
    width:250px;

}

.popover-Select {
    width:100%;
    overflow:auto;
}


.input-group-text {
    display: flex;
    align-items: center;
    padding: .4rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.mb-20{
    margin-bottom:260px
}



.scroll-none {
    overflow: hidden;
    max-height: 97%;
}

.scroll-x {
    max-height: 60vh;
    overflow: auto;
}

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/


    .scroll-x::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .scroll-x::-webkit-scrollbar:vertical {
            width: 10px;
        }

    .scroll-x::-webkit-scrollbar-button:increment, .scroll-x::-webkit-scrollbar-button {
        display: none;
    }

    .scroll-x::-webkit-scrollbar:horizontal {
        height: 10px;
    }

    .scroll-x::-webkit-scrollbar-thumb {
        background-color: #797979;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

    .scroll-x::-webkit-scrollbar-track {
        border-radius: 10px;
    }
.main-sidebar {
    background-color: #001932;
    
}
.blue {
    color: #5CE1E6;
}
.nav-item {
    cursor: pointer;
    
}
.bg-midnight {
    background-color: #001932 !important;
    border-radius: 15px;
    border-top: 3px solid #001932;
    border: 10px solid #001932;
}
.card-primary > .card-header,
.btn-sidebar,
.form-control-sidebar {
    background-color: #001932 !important;
    border-top: !important;
}
.card-outline {
    border-top: none !important;
}
/*.form-check{
    height:20px;
    width: 20px;
}*/

.menu-tab-vertical{
    font-size:1rem;
    font-weight:700;
    color: white;
}
    .menu-tab-vertical:hover {
        color: #5CE1E6 !important;
    }

    /*preloader isa*/
    .body {
        position: absolute;
        top: -240px;
        left: 0;
        padding: 0;
        width: 100vw;
        height: 400vh;
        display: flex;
        text-align: center;
        align-items: center;
        background-color: #001932;
    }

.wrapperBar {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    /*justify-content: center;*/
    /* align-items: flex-start;*/
    flex-direction: column;
    background-color: #001932;
   
   
}
.logo-preloader{
    flex-direction:column;
}
.Brand {
    /*font-family: 'Oswald', sans-serif;*/
    color: #001932;
    letter-spacing: 5px;
    animation: fade-text 3s linear infinite;
}

.loading-bars {
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    rotate: 180deg;
}

.bar {
  
    width: 40px;
    height: 40px;
    margin: 10px;
    animation: wave 1s infinite;
    border-radius: 20px;
    background-color: #5CE1E6;
}

.bar {
    animation-delay: .4s;
}

    .bar:nth-child(2) {
        animation-delay: 0.2s;
    }

    .bar:nth-child(3) {
        animation-delay: 0s;
    }

    .bar:nth-child(4) {
        animation-delay: 0.2s;
    }

    .bar:nth-child(5) {
        animation-delay: 0.4s;
    }

/*.bar:nth-child(6){
  animation-delay: 1s;
}*/

@keyframes wave {

    0% {
        height: 20px;
    }

    50% {
        height: 180px;
    }

    100% {
        height: 20px;
    }
}

@keyframes fade-text {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.disabledAll {
    pointer-events: none;
    opacity: 0.4;
}

.InactivoAll {
    pointer-events: none;
}

.celdaCh {
    text-align: center;
    width: 40px;
}

.celdaMed {
    width: 100px;
}

.celdaGde {
    width: 200px;
}

.celdaNom {
    width: 300px;
}
.numeroCeldaMin {
    padding: 3px;
    width: 40px;
    text-align: right;
}

.numeroCeldaCh {
    width: 50px;
    text-align: right;
}

.numeroCeldaMed {
    width: 85px;
    text-align: right;
}

.numeroCeldaGde {
    width: 150px;
    text-align: right;
}

.numero {
    text-align: right;
}

.total {
    text-align: right;
    font-size: 16px;
}

.padingRow-0 td {
    padding: 0px;
}

span.circulo {
/*    background: red;*/
    padding:3px;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
/*    display: inline-block;
    font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

.auto-width {
    white-space: nowrap; /* Evita que el contenido se divida en varias líneas */
    width: auto; /* Ajusta la columna al contenido */
}

.hiddenRow {
    padding: 0 !important;
}



.txt-progress-bar-Grid {
    position: absolute;
    color: darkgray;
    text-align: center;
    top: 50%;
    width: 100%;
}



/*.expandable-body {
display:none;
}*/