﻿body {
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.76px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.banner-header {
    background-color: white;
}

.img-procomer {
    height: 78px !important;
    margin: 20px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.slider-size {
    height: 200px;
}

.div-img-procomer {
    text-align: center;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 992px) {
    .div-img-procomer-padding {
        text-align: center;
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
}

.validation-msg {
    color: #a94442;
    font-size: small;
    padding-left: 2px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navBarCustomColor {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #45a4c9;
    background: -moz-linear-gradient(90deg,#45a4c9 0%,#6baa19 100%);
    background: -webkit-linear-gradient(90deg,#45a4c9 0%,#6baa19 100%);
    background: linear-gradient(90deg,#45a4c9 0%,#6baa19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45a4c9",endColorstr="#6baa19",GradientType=1);
}

.navbar-inverse {
    border-color: #68ad45 !important;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #464646;
}

.navbar-inverse .navbar-brand:hover {
    opacity: 50%;
}

.navbar-inverse .navbar-nav > li > a:hover {
    opacity: 50%;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #464646;
}

/*Imagen alerta*/

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-mant {
    margin-right: 5px;
}

.filterSection {
    margin-top: 20px;
}

.subtitulo {
    color: #1ec1d2;
}
/* Este es el diseño para nuestros mensajes de error */
.error {
    width: 100%;
    padding: 0;
    font-size: 80%;
    color: white;
    background-color: #900;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}