﻿
html, body {
    height: 100%;
}

​

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}


.main-container {
    padding-left: 0px;
    padding-right: 0px;
    margin-right:0px;
    margin-left:0px;
}
.top-container {
    height: 350px;
    background-color: white;
    background-image: url('../images/acadhome2.jpg');
    background-size: cover;
    /*background-image:url('../images/loginback1.png');*/
}

.top-container_log {
    height: 357px;
    background-color: white;
    background-image: url('../images/appimages/app_inventory_training/top_banner.png');
    background-size: cover;
    /*background-image:url('../images/loginback1.png');*/
}
/*
.top-container {
    height: 250px;
    background-color: white;
    background-image: url('../images/acadhome.jpg');
    background-size: cover;
}
*/
.middle-container {
    width:100%;
    /*background-color:rgba(255,50,50,0.3);*/
}

.top-container-content {
    height: 50%;
    background-color: rgba(20,20,20, 0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.content-header {
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    text-shadow: 2px 2px rgba(20,20,20, 0.5);
}

/* Formato para columnas de contenido*/
.middle-content-fluid-container {
    align-self: center;
    width: 100%;
}


.column-content {
    margin-left: 1px;
    margin-right: 1px;
    padding:20px;
    /*background-color:dimgrey;*/
    border-width: 1px;
    border-style: solid;
    border-color: rgba(20,20,20, 0.5);
}


.element-image img{
    max-width: 100%;
    opacity: 1.0;
    display: inline-block;
    height:auto;
    width:auto;
    box-sizing:border-box;
}

/* ************************************************************************ */
/*Header Text For Column Content*/
.col-content-header-text {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    text-shadow: 1px 1px rgba(70,70,70, 0.2);
}

.col-content-body-text {
    text-align: justify;
    font-size: 14px;
    color: rgba(40,40,40,1);
    text-shadow: 1px 1px rgba(70,70,70, 0.2);
}


.container-fluid_training {
    padding-left: 10px;
    padding-right: 0;

}

.navbar-navt {
    height: 150px;
}

.navbar-headerT {
    width: 100%;
}

.menu-content-body-text {
    text-align: center;
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px rgba(70,70,70, 0.2);
}

#Table_Menu a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

#Table_Menu a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

#Table_Menu a:hover {
    color: dodgerblue;
    background-color: transparent;
    text-decoration: solid;
}

#Table_Menu a:active {
    color: dodgerblue;
    background-color: transparent;
    text-decoration: underline;
}

.link_rec a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
    font-size: 30px;
    font-weight:  bold;
}
