﻿/* 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. */
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.footerMenu {
    background-image: url("../images/logo_isa_blaco.png") !important;
    /*        background: url("/../../images/logo-isa-blanco.png") !important;*/
    background-repeat: no-repeat !important;
    width: 230px;
    height: 110px;
    border: none;
    zoom: 60%;
    margin-left: 100px;
    position: absolute;
    bottom: 30px;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#closeSession {
    width: 12%;
    height: 34px !important;
    background: linear-gradient(#ffffff 1px, white);
    border-radius: 4px 4px 10px 10px;
    border: solid 2px;
    color: #33AFFF;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    margin-left: 77%;
    top: 18px;
    float: right;
    z-index: 10000;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

#userName, #linkCerrarSes {
    color: #33AFFF !important;
}

.sessionDatesContainer {
    width: 16%;
    height: 32px;
    background: white;
    position: absolute;
    border-bottom-left-radius: 12px;
    border: solid 2px;
    border-color: #33AFFF;
    color: #33AFFF;
    box-shadow: 2px 1px 6px 0 #8c8b8b;
    margin-left: 73%;
    float: right;
    text-align: center;
    padding-top: 0.2%;
    z-index: 10001;
}

#Language {
    width: 11%;
    height: 30px;
    background: #33AFFF;
    position: absolute;
    z-index: 8;
    color: white;
    box-shadow: 2px 1px 6px 0 #655d5d;
    border: 2px solid;
    border-color: #33AFFF;
    margin-left: 89%;
    float: right;
}

#lenguaActual {
    left: 81px;
    position: absolute;
    top: 6px;
    color: white;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #484848;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    height: 100%;
    zoom: 85%;
}

#sidebar.active {
    margin-left: -300px;
}

/*#sidebar .logo {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }*/
#sidebar .logo {
    display: block;
    width: 200px;
    height: 120px;
    margin: 0 auto;
}

#sidebar .logo span {
    display: block;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li {
    font-size: 16px;
}

#sidebar ul li > ul {
    margin-left: 10px;
}

#sidebar ul li > ul li {
  font-size: 14px;
}
#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.8);
}

#sidebar ul li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    background: #5f5f5f;
}

#sidebar ul li a:hover div {
    /*background: url(/SITCO_PREDIAL/images/Mas_SITCO_Verde.svg);*/
    /*                    background: url(../../images/Mas_SITCO_Verde.svg);*/
    background-repeat: no-repeat;
    background-size: 95%;
}

#sidebar ul li.active > a {
    background: transparent;
    color: #f8f9fa;
}

.wrapper {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -300px;
    }

    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapseStyle span {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/*.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
*/