﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.LinksBoton {
    margin-bottom: 0%;
    margin-right: 9px;
    cursor: pointer;
}

.tree-area {
    width: auto;
    height: 620px;
    overflow: auto;
} 

li:hover a {
    color: inherit;
    font-weight: bolder;
}

nav-item:hover {
    color: red;
}

.top {
    background-color: #033e5c;
    width: 100%;
    height: .5em;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.footer2 {

    bottom: 25%;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.Logout{
    margin: auto !important;
    border-radius: 15%;
    width: 37%;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.container {
    max-width: 94%;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: 3%;
}

.CCNav {
    margin-right: 0%;
}

.NavContain {
    margin-left: 0%;
    margin-right: 0%;
}

.wrapperFI {
    width: 18em !important;
    display: inline-block !important;
    margin-bottom: .5em;
}

.wrapperFF {
    width: 18em !important;
    display: inline-block !important;
    margin-bottom: .5em;
}



.wrapper {
    width: 13em !important;
    display: inline-block !important;
    margin-right: 16px;
}

.TextFecha {
    display: inline-block;
    font-size: 1em;
}

.BoxData {
    text-align: left;
    display: block;
    margin-left: 1em;
    margin-right: 1em;
}

.BoxData1 {
    text-align: left;
    margin-left: 1em;
    margin-right: 1em;
}

.RayaSeparacion {
    width: 100%;
    padding: auto;
    border-top: #b2b7bb 1px solid;
    margin-top: 1%;
    margin-bottom: 1%;
}



.MenuFecha {
    text-align: right;
}

.TitleReport {
    display: inline-block;
}

.DropContainer {
    display: inline-block;
    float: right;
}

/*LOADER*/

@keyframes custom-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes custom-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.Espaciado{
    margin-left: 1em;
}

.custom-rolling {
    position: absolute;
    z-index: 10
}

    .custom-rolling div,
    .custom-rolling div:after {
        border: 36px solid #274B83;
        border-radius: 50%;
        border-top-color: transparent;
        height: 600px;
        position: fixed;
        width: 600px;
    }

    .custom-rolling div {
        -webkit-animation: custom-rolling 1.3s linear infinite;
        animation: custom-rolling 1.3s linear infinite;
        top: 100px;
        left: 100px;
    }

        .custom-rolling div:after {
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.custom-rolling {
    -webkit-transform: translate(-31px, -31px) scale(0.31) translate(31px, 31px);
    height: 62px !important;
    transform: translate(-31px, -31px) scale(0.31) translate(31px, 31px);
    width: 62px !important;
    position: absolute;
}

.e-row[aria-selected="true"] .e-customizedExpandcell {
    background-color: #e0e0e0;
}

.e-grid.e-gridhover tr[role='row']:hover {
    background-color: #eee;
}


#LogoCCImg {
    width: 100%;
}

div.hide {
    display: none;
}

#container {
    visibility: hidden;
}

#loader {
    color: #008cff;
    height: 40px;
    width: 30%;
    position: absolute;
    top: 45%;
    left: 45%;
}

.head, .item {
    display: table;
    width: 100%;
    margin: auto;
}

.head {
    height: 40px;
    font-size: 15px;
    font-weight: 600;
}

.name, .city {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.head .name {
    text-indent: 16px;
}

.head .city {
    text-indent: 10px;
}


/*slide*/

#wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 90vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}



#sidebar-wrapper .sidebar-heading {
    padding: 9%;
    font-size: 1.2rem;
  }

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.dropdown-menu {
    left: 8%;
}

.MenuD {
    left: 8%;
}

/* Perfil */
.Perfil{
  color: white;
  right: 100%;
}



.NavL{
  display: inline-block;
  position: absolute;
  margin-bottom: 0%;
  left: 80%;
}

.Na {
  float: right;
}



.TextPerfil{
  margin-bottom: 2%;
  margin-top: 2%;
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
}

.fa-caret-down {
    font-size: x-large;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 85%;
    top: 30%;
  }
  
  .Funciones {
    font-size: large;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 83%;
    top: 30%;

  }

.FondoUser{
    background-color: #033e5c;
}

