﻿/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.contenedor {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.contenido {
    flex: 1;
    padding: 15px;
}


.spactiva-navbar {
    background-color: transparent;
    border: 0;
    margin: 0;
    min-height: 60px;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  /*
    height: 100%;
  padding: 15px;
  width: auto;
      */
  padding: 7px 15px;
}
.error-message {
    font-size: 20px;
    color: red;
}

.thumbnail-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 100%;
    border-radius: 5px;
}

.thumbnail-card-description {
    min-height: 40px;
}

.thumbnail-card:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.containerGridDevextreme {
    border: 1px solid #e9e9e9;
    padding: 10px 10px;
    background-color: #fff;
}

#myFooter {
    padding-top: 45px;
    position:center;
    bottom: 0;
    width: 100%;
}

    #myFooter .container {
        text-align: center;
    }

    #myFooter .footer-copyright {
        margin-bottom: 35px;
        text-align: center;
        color: #777;
    }

    #myFooter ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 18px;
    }

    #myFooter a {
        color: #282b2d;
        font-size: 18px;
    }

    #myFooter li {
        display: inline-block;
        margin: 0px 15px;
        line-height: 2;
    }

    #myFooter .footer-social {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #eee;
    }

    #myFooter .fa {
        font-size: 36px;
        margin-right: 15px;
        margin-left: 20px;
        background-color: white;
        color: #d0d0d0;
        border-radius: 51%;
        padding: 10px;
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 43px;
        text-decoration: none;
        transition: color 0.2s;
    }

    #myFooter .fa-linkedin:hover {
        color: #000000;
    }

    #myFooter .fa-linkedin:focus {
        color: #000000;
    }

    #myFooter .fa-facebook:hover {
        color: #2b55ff;
    }

    #myFooter .fa-facebook:focus {
        color: #2b55ff;
    }

    #myFooter .fa-google-plus:hover {
        color: red;
    }

    #myFooter .fa-google-plus:focus {
        color: red;
    }

    #myFooter .fa-twitter:hover {
        color: #00aced;
    }

    #myFooter .fa-twitter:focus {
        color: #00aced;
    }
#myFooter {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}