﻿/**
    CSS CUSTOM
*/

body.bg-gradient-login.full-height {
    height: 100vh !important;
}

.bg-gradient-header {
    background: transparent;
}

.bg-gradient-login {
    background-image: linear-gradient(to right, rgba(231,48,28,0) 0%, rgba(06,26,39,1) 100%), url(../img/img_fondo.png);
    background-repeat: repeat;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: unset;
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-100 {
    width: 100%;
}

.btn-primary {
    background-color: #E7301C;
    border-color: #E7301C;
}

    .btn-primary:hover {
        background-color: #AD2517;
        border-color: #AD2517;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #801B11;
        border-color: #801B11;
    }

.btn-success {
    background-color: #062639;
    border-color: #062639;
}

    .btn-success:hover {
        background-color: #04151f;
        border-color: #04151f;
    }

    .btn-success:not(:disabled):not(.disabled):active {
        background-color: #031017;
        border-color: #031017;
    }

table {
    font-size: 7px !important;
}

.body-login {
    background-color: #212121;
}

.body-content {
    background: #000000;
    background-image: linear-gradient(to right, rgba(231,48,28,0) 0%, rgba(06,26,39,1) 100%), url(../img/img_fondo.png);
    background-repeat: repeat;
}

.div-container-radius {
    border: 1px solid silver;
    border-radius: 8px;
    margin: 10px;
    padding: 10px;
}

#mapa {
    z-index: 5;
    position: relative;
}

hr {
    border: 1px solid gray;
    opacity: 0.3;
}

.logo-container {
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2,1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.radio-logo {
  border-right: 2px solid #000;
  padding-right: 20px;
}
.radio-logo img {
  max-width: 100%;
}
.admin-title {
  padding-left: 20px;
}
.admin-title h2 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 0;
  text-transform: uppercase;
}
.admin-title h2 span {
  font-weight: bold;
}