/* CSS Document */

html * {
    font-family: 'Dosis', sans-serif;
    font-size: 1em;
    scroll-behavior: smooth;
}

#wait {
    display:none;
    width:69px;
    height:89px;
    /* border:1px solid black; */
    position:absolute;
    top:50%;
    left:50%;
    padding:2px;
    z-index: 20000;
}

#assetType {
    font-size: 0.8em;
    padding: 5px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
}

#ruleType {
    font-size: 0.8em;
    padding: 5px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

.hero-image {
    background-image: url("https://dashboard.mladmins.es/RESOURCES/IMAGES/beautiful-blue-sky.jpg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

#logout {
    padding: 30px;
    padding-right: 0px;
    float: right;
    color: grey;
}

#logout a {
    color: grey;
}

#profile{
    border-style: solid;
    border-width: 1px;
    z-index: 20000;
    position: absolute;
    display: none;
    margin-top: 25px;
    right: 10%;
    border-radius: 2px;
    border-color: gray;
    padding: 20px;
    background: white;
}

#user_profile {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    float:right !important;
}

#keyloaded {
    display: none;
    color: darkgoldenrod;
    font-size: 1.2em;
    margin-right: 10px;
}

#operations {
    width: 100%;
    color: white;
    height: 40px;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;

}

.modal-title-text {
    font-size: 1.5em;
}

.align-right {
    display: initial;
    text-align: right;
}

.transparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0;
    display: contents;
}

.red_dot {
    height: 25px;
    width: 25px;
    background-color: firebrick;
    border-radius: 50%;
    display: inline-block;
}

.green_dot {
    height: 25px;
    width: 25px;
    background-color:green;
    border-radius: 50%;
    display: inline-block;
}

.tile_title {
    background-color: #001F4A;
    font-size: 1.1em;
    color: white;
    margin-bottom: 10px;
    font-weight: lighter;
}

.tile_body {
    text-align: left;
    padding: 15px;
}

.num_in_tile {
    font-size: 2em;
    color: #001F4A;
}

.string_in_tile {
    color: #001F4A;
}

#date {
    text-align: right;
    margin-top: 10px;
    color: black;
}

.sstatus {
    width: auto;
    min-width: 165px;
    max-width: 280px;
    height: 280px;
    border: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #001F4A;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.30);
}

.sstatus_dashboard {
    background-color: #DDEFFF;
}

.sstatus_assets {
    background-color: rgba(143, 188, 143, 0.34);
    max-width: 200px;
    height: 200px;
}

.sstatus_credentials {
    background-color: rgba(253, 208, 174, 0.34);
    max-width: 200px;
    height: 200px;
}

.sstatus_logs {
    background-color: rgba(179, 179, 179, 0.34);
    max-width: 200px;
    height: 200px;
}

.sstatus_admin {
    background-color: rgba(255, 204, 204, 0.34);
    max-width: 200px;
    height: 200px;
}

.sstatus_extra {
    width: auto;
    /*height: 280px;*/
    border: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #001F4A;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #DDEFFF;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.30);
}

#currentUsers {
    font-size: 0.8em;
}

.chart-container {
    position:relative;
    max-width: 200px;
    max-height:180px;
    margin: 0 auto;
}


canvas {
    width: 100% !important;
    height: 100% !important;
}


.log_entry {
    text-align: left;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#passResult {
    color:white;
    text-align: center;
    background-color: black;
    padding: 10px;
    /* margin-right: 10px; */
    width: 400px;
}

#navbarToggler {
    z-index: 500;
    background-color: white;
    /*padding: 30px;*/
}


#navbar_logo {
    /*display: none;*/
    /*width: 100%;*/
    color: #001F4A;
    /*text-align: center;
    position: absolute;
    top: 10px;
    right: 20px;*/
}

.key {
    border-style: solid;
    background: lightcoral;
    padding: 15px;
}


.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header_placeholder {
    height: 60px;
    width: 100%;
    display:none;
    color: white;
}

.navbar {
    height: 60px;
    /*padding-left: 30px;*/
}

#myResult {
    text-align: center;
}

#tabla {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid;
    border-width: 0.5px;
    border-color: lightgrey;
}

#tabla_space {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-gap: 1rem 6rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid;
    border-width: 0.5px;
    border-color: lightgrey;
}

.green {
    color:rgba(0,255,154,0.50);
}

.red {
    color: rgba(255,0,0,0.50);
}

.orange {
    color: darkorange;
}


#content-wrap {
    padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Footer height */
}

#header img {
    /*margin-left: 30px;*/
    margin-right: auto;
    display: block;
    width: 20%;
    padding-top: 30px;
    margin-bottom: 30px;
    min-width: 150px;
    max-width: 200px;
}

.title {
    font-size: 2em;
    margin-left: 3%;
    padding-top: 40px;
    margin-bottom: 20px;
    color: dimgrey;
}

.subtitle {
    font-size: 1.5em;
    margin-left: 5%;
    color: slategray;
}

#credentials input[type=submit]{
    background-color: #001F4A;
    padding: 5px;
    color: white;
    border: none;
    margin: 5px;
    cursor: pointer;
}

#credentials input[type=text], input[type=password]{
    color: #001F4A;
    padding: 5px;
}


.footer {
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #001F4A;
    min-height: 80px;
    width: 100%;
    font-weight: 200;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: left;
    color: white;
}

.logo_footer {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.logo_footer img {
    width: 200px!important;
}

.search {
    min-width: 30%;
    max-width: 40%;
    /* margin: 20px auto; */
    margin: 10px;
}

.bg-light {
    background-color: white !important;
}

.resultado {
    min-width: 30%;
    max-width: 40%;
    z-index: 1000;
    position: absolute;
    background-color: #212529;
    display: none;
    right: 30px;
    float: right;
    top: 60px;
    height: 200px;
    overflow-y: auto;
}

#connectionsLog {
    font-size: 0.8em;
}

#modificationsLog {
    font-size: 0.8em;
}

@media (max-width: 990px){
    #version {
        display: none;
    }

    .search {
        margin: 20px auto;
    }

    .resultado {
        min-width: 0px;
        max-width: 100%;
        z-index: 10000;
        position: unset;
        background-color: #212529;
        display: none;
        float: none;
        top: 330px;
        width: auto;
        margin: 0 auto;
    }

    #passResult {
        width: 250px;
    }
}
