﻿
body {
    background-color: #F1F1F1;
     padding-top: 50px;
    padding-bottom: 20px;
}

/* mensaje errores */
.validationMessage {
    color: Red;
    font-size: 10px;
    font-family: Arial
}


/* botones hacerlos de cierto ancho */
.custom {
    width: 90px !important;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}


/* cambiar el color al panel */
.panel-default > .panel-heading-custom {
    background: #0091A2;
    color: #fff;
}


/* ponerle un background al menu */
.navbar.navbar-inverse {
    background: url(../img/bkg-header.jpg) repeat top left;
}

/* clase logo para poner una imagen el menu */

.logo img {
    width: 100% \9; /*Force IE10 and below to size SVG images correctly*/
    max-width: 100%;
    max-height:80px;
    padding:7px
}

@media (max-width:480px) {
    .logo img {
        width: 70% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 70% !important;
    }
}

@media (max-width:400px) {
    .logo img {
        width: 75% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 75%;
    }
}

@media (max-width:385px) {
    .logo img {
        width: 70% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 70%;
    }
}

@media (max-width:345px) {
    .logo img {
        width: 65% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 65%;
    }
}

@media (max-width:335px) {
    .logo img {
        width: 60% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 60%;
    }
}

@media (max-width:325px) {
    .logo img {
        width: 55% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 55%;
    }
}

@media (max-width:315px) {
    .logo img {
        width: 50% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 50%;
    }
}

/* cambiar el color a la línea de page header */
.page-header {
    border-bottom: 1px solid #5EAADE;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/bkg-header.jpg) repeat top left;
    color: white;
    text-align: center;
}


/* dropdown en una tabla */

.btn-group {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}

/* para validaciones */
form .error {
    color: Red;
    font-size: 10px;
    font-family: Arial
}


.flex-row-stretch {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex-col {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .flex-col {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* ======Cards======= */

.card {
    position: relative;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.card-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    background-color: #FCBF51;
    padding: 7px 15px;
}

.card-photo {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 255px;
}

.card p {
    font-size: 15px;
    margin-bottom: 20px;
}

.card h4 {
    text-align: left !important;
    margin: 0 0 13px;
}

.card a {
    align-self: end;
    margin-top: auto;
}

/* dropdown en una tabla */
.btn-group {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}

.rayita {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #ED1B2E;
    font-weight: bold;
}