main > .container {
    padding: 0px 15px 20px;
    border-top: #7ac142 1px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.card-default .card-heading {
    background-color: #68a150;
    color: #ffffff;
}
/*HOME*/

.grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-flow: row dense;
}

.item {
    margin-bottom: 0.1em !important;
    justify-content: center;
    align-content: center;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    box-sizing: border-box;
    background: #D3D2D2;
    color: #D3D2D2;
    grid-column-start: inherit;
    grid-row-start: inherit;
    color: #D3D2D2;
    background-size: cover;
    background-position: center;
    box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: item-counter;
}
.item2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: #959595;
    color: #959595;
    grid-column-start: 1;
    grid-row-start: inherit;
    color: #959595;
    background-size: cover;
    background-position: center;
    box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: item-counter;
}
.item:nth-of-type(3n) {
    vertical-align: super;
}
.item:nth-of-type(4n) {
    vertical-align: super;
}
.item:nth-of-type(5n) {
    vertical-align: super;
}
.item:nth-of-type(6n) {
    vertical-align: super;
}
.item:after {
    position: absolute;
    width: 100%;
    height: 100%;

    background-color: black;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
.item:hover {
    transform: scale(1.08);

}
.item:hover:after {
    opacity: 0;

}
.item--medium {
    grid-row-end: span 2;
    padding-top: 10px;
}
.item--large {
    grid-row-end: span 3;
    padding-top: 10px;
    padding-bottom: 5px;
}
.item--full {
    grid-column-end: auto;
}
@media screen and (min-width: 768px) {
    .item--full {
    }
}

.item__details {
    text-align: center;
    align-content: center;
    position: relative;
    font-size: 18px;
    padding: 15px;
    color: #000000;
    background: #d3d2d2;
    letter-spacing: 1px;
    color: #000000;
}

.item__details:before {
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 0.5em;
    color: #444;
}
.marginAuto{
    margin: 0 auto;
}

/*Estilos Contenido*/

.card-heading{
    background-color: #68a150;
    color: #ffffff;
    font-size: 28px
}

.card-heading h1{
    font-size: 28px;
    text-align: center;
}
.panel-default .panel-heading{
    background-color: #68a150;
    color: #ffffff;
}
.panel-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
button.btn-link i.btn-circle{
    color : #c1d72e !important;
}
button.btn-link i.btn-circle:hover{
    color : #494949 !important;
}
.myaccordion {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

/*.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}*/

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    padding: 0;
}
.myaccordion .btn .texto-tema{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

/* Estilos de cabecera header*/
.header-tema-verde {
    background-color: #68a150 !important;
}
.header-tema-verde div.texto-tema {
    color: #FFFFFF !important;
}

.header-verde-claro {
    background-color: #7ac142 !important;
}
.header-verde-claro div.texto-tema {
    color: #FFFFFF !important;
}
.header-tema-blanco {
    background-color: #ffffff !important;
    border: 1px solid #AEAEAE !important;
    border-radius: 5px !important;
}
.header-tema-blanco div.texto-tema {
    color: #000000 !important;
}

.header-tema-blanco i {
    color: #AEAEAE !important;
}

.header-tema-gris {
    background-color: #d1d1d1 !important;
}
.header-tema-gris div.texto-tema {
    color: black !important;
}

.header-tema-gris-claro {
    background-color: #f7f7f7 !important;
    border: #AEAEAE !important;
    color: black !important;
}
.header-tema-gris-claro div.texto-tema {
    color: black !important;
}
.header-tema-gris-claro i.fa {
    color: #8c8c8c !important;
}