﻿/* 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. */

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: 13px;
  }
}*/
@media(min-width: 767.99px) {
    .be-user-nav > li.dropdown .dropdown-menu {
        /*width: 245px !important;
    left: -198px !important;*/
        width: 260px !important;
        left: -213px !important;
    }
}

.nav-icon {
    margin: 0 8px 0 -12px !important;
    width: 25px;
    vertical-align: middle !important;
    text-align: end;
}

.nav-icon-small {
    margin: 0 6px 0 -12px !important;
    width: 20px;
    vertical-align: middle !important;
    text-align: end;
}

.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 */
}

/* Custom modal delete styles
-------------------------------------------------- */
.modal-delete-size {
    width: 416px !important;
}

.modal-delete-header-color {
    background-color: #fbbc05 !important;
}

.modal-delete-message {
    text-align: left;
    font-size: 1rem;
    color: #404040;
    font-weight: 400;
    line-height: 21px;
    padding-left: 20px;
    padding-right: 20px;
}


/*Breadcrumb*/

.subtitle {
    display: block;
    font-size: 1rem;
    margin-top: -.3846rem;
    margin-bottom: .4615rem;
}

/* User menu & wrapping text */
.icon-menu > .dropdown-item {
    padding: .25rem .2rem !important;
}

    .icon-menu > .dropdown-item > .nav-icon {
        width: 32px !important;
        height: 32px !important;
        text-align: center !important;
        box-sizing: content-box !important;
        display: table-cell !important;
    }

    .icon-menu > .dropdown-item > .nav-icon-text {
        display: table-cell !important;
        height: 32px !important;
        vertical-align: middle !important;
    }

.user-info-item {
    line-height: 20px;
    margin: 0px -7px;
}

.user-info > .user-info-item > .nav-icon-small {
    display: table-cell;
    padding: 4px 3px !important;
    width: 20px !important;
    height: 20px;
    text-align: center !important;
    box-sizing: content-box !important;
    vertical-align: top !important;
}

.user-info > .user-info-item > .nav-icon-text {
    overflow-wrap: anywhere;
    display: table-cell;
    max-width: 215px;
}

.text-dot-wrap {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
}

/*Modal Search*/
.md-search-z1052 {
    z-index: 1052 !important;
}

.md-search-z1053 {
    z-index: 1053 !important;
}

/*Modal Tab Control*/
.tab-content-modal {
    padding: 0px !important;
}

/* Select2 Forms*/
.select2-sm .select2-selection {
    height: 38px !important;
}

.select2-selection__rendered {
    font-size: 12px;
}

/*Colors Panel Estacion*/
.semaforo-verde {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #28A745;
}

.semaforo-rojo {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #EA4335;
}

.semaforo-amarillo {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #FDD835;
}

.semaforo-gris {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #A6A6A6;
}

.semaforo-azul {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #64B5F6;
}

.verde {
    color: #28A745;
}

.rojo {
    color: #EA4335;
}

.gris {
    color: #A6A6A6;
}

.azul {
    color: #64B5F6;
}


.amarillo {
    color: #FDD835;
}
/*Encabezados paginas*/
.encabezado {
    font-size: 15px;
}

    .encabezado span {
        font-size: 15px;
        font-weight: bold;
    }

/* Slider */
.slider.slider-horizontal {
    width: 100%;
}

.btn-group-lg > .btn .icon, .btn.btn-lg .icon {
    display: table-cell;
    line-height: 38px;
    width: 15px;
}

.accordion .card-header button {
    font-size: 16px;
    padding: 3px 0 5px 0;
}

/* Logos */

.be-top-header .be-navbar-header .igas {
    background-image: url("../img/logo-igas.png") !important;
}

.be-top-header .be-navbar-header .polaris {
    background-image: url("../img/logo-polaris.png") !important;
    background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .be-top-header .be-navbar-header .igas {
        background-image: url("../img/logo-igas-xx.png") !important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .be-top-header .be-navbar-header .polaris {
        background-image: url("../img/logo-polaris-xx.png") !important;
        background-size: contain;
    }
}

/* Logos inicio sesion */

.card-header .igas img {
    width: 200px;
    height: 100px;
    box-sizing: border-box;
    padding-left: 200px;
    background: url("../img/logo-igas-xx.png") center top no-repeat;
    background-size: contain;
}

.card-header .polaris img {
    width: 200px;
    height: 100px;
    box-sizing: border-box;
    padding-left: 200px;
    background: url("../img/logo-polaris.png") center top no-repeat;
    background-size: contain;
}

.disabled {
    pointer-events: none !important;
    background-color: #eee !important;
}

.disabled .select2-selection {
    pointer-events: none !important;
    background-color: #eee !important;
}

.disabled .select2-selection__arrow {
    opacity: 0.3;
}
