﻿/* Utilidades*/
.row-content {
    margin-top: 20px;
}

.row-content-2 {
    margin-top: 40px;
}

.row-content-3 {
    margin-top: 60px;
}

/* Layout - Header */

body {
    padding: 50px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    background-color: #08142e;
    color: white;
}

h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.nav-link {
    color: white !important;
}

.white-link {
    color: white;
    text-decoration: underline;
}

.border-top {
  border-top: 1px solid #e5e5e5 !important;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5 !important;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.alert {
    margin-bottom: 0;
}

/* Jumbotron */

.jumbo-header {
    text-align: center;
    background: url(~/../../images/background-home.png) no-repeat center center scroll;
    color: #fff;
    background-size: cover;
    padding: 150px 0;
}

.hr-color {
    border-color: white;
    max-width: 120px;
}

.hr-color2 {
    border-color: #2b66ff;
    max-width: 120px;
}

.jumbo-header .btn {
    font-weight: 900;
    padding: 12px 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
}

.jumbo-header .btn-primary {
    border: 1px solid white;
    background-color: transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.jumbo-header .btn-primary:hover {
    color: #2b66ff;
    background-color: white;
}

.features-body h3 {
    font-weight: 800;
}

.features-body p {
    font-size: 16px;
}

/* Footer */
/* Estilos para el footer*/

.footer {
    margin: 20px 0px 0px 0px;
    /*padding-top: 20px;*/
    background-color: #1B1D1F;
    color: #C8C8C8;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.45;
    letter-spacing: normal;
}

.footer a {
    color: #c8c8c8;
}

.footer a p {
    margin-bottom: .5rem;
}

.footer a:hover {
    text-decoration: none;
}

.footer-content {
    padding: 45px 80px 45px 80px;
}

.footer .title {
    font-size: 18px;
}

.footer .subtitle {
    font-size: 14px;
}

.line {
    border-top: 1px solid #C8C8C8;
}

/* Tablero */

.overflow {
    overflow-x: scroll;
}

@media (min-width: 992px) {
    .overflow {
        overflow: auto;
    }
}

#plano {
    border: 1px solid black;
}

.canvas-container {
    margin: 0 auto;
}

/* Estilos para las tablas */

table {
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

table th {
    background-color: #f1f5ff;
    color: #2b66ff;
}

table th:first-child {
    text-align: left;
}

table td:first-child {
    text-align: left;
}

.dataTables_filter input {
    border-radius: 25px;
}

table tbody tr.highlight td {
    background-color: #ddd;
}

/* Estilos para el mapa */
#map {
    height: 380px;
}

#accordion .card-block {
    padding: 10px;
}

.fa-circle {
    color: red;
}

.close {
    text-shadow: none;
}


/*los colores de los botones de las tablas responsivas*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #2b66ff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #d33333;
}


/* Input para seleccionar el rango de fechas */
.fechas input {
    font-size: 14px;
}

.dt-buttons button {
    background-color: #2b66ff;
    border: none;
    margin-right: 10px;
}

/* Estilos para Reglas */
#saveRule, #saveDeviceMan {
    width: 207px;
    font-size: 18px;
}

@media (min-width: 1200px) {
    #saveRule {
        margin-right: 185px;
    }
}
