﻿/*html{
    position: relative;
    min-height: 100%;
}*/
body {
    padding-top: 0px;
    padding-bottom: 0px;

    overflow-x: hidden;
    /*margin: 0 0 165px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-content{
    background-color: rgb(74,75,77);
    color: white;
    height: 165px;
    padding: 15px 15px 0px 15px; 
    margin: 70px 0px 0px 0px;
}

/* 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;*/
}

.btn-hover:hover {
    background-color: white;
    color: rgb(237, 50, 55);
    border-color: white;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#div-content {
    min-height: 400px;
}

#div-top-bar{
    position: fixed;
    top: 0px; 
    height: 20px; 
    width: 100%; 
    font-size: 0.8em;
    background-color: rgba(0,0,0,0.8); 
    color: white;
    padding: 2px;
    z-index: 5;
}

.background-red-trasmon{
    background-color: rgb(189,15,4);
}

.background-red-gradient{
    background: white;  /*For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgb(255,127,127) , white);  /*For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgb(255,127,127), white);  /*For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgb(255,127,127), white);  /*For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgb(255,127,127) , white);  /*Standard syntax */
}

.background-red-transparent{
    background-color: rgba(189,15,4, 0.6);
}

.background-yelow-transparent{
    background-color: rgba(255,152,0, 0.6);
}

.background-blue-transparent{
    background-color: rgba(51,122,183, 0.6);
}

.background-white-transparent{
    background-color: rgba(255,255,255, 0.6);
}

.shadow{
    text-shadow: 0px 2px 2px #000000;
}

.backgound-family-bw {    
    background-image: url('../Images/Background/family-3-bw.jpg');
    background-repeat: no-repeat;
    background-size: 100%;    
    background-position-y: center;

    min-height: 400px;
    margin-bottom: -90px;
}

.backgound-light-bw {    
    background-image: url('../Images/Background/artsfon-bw.jpg');
    background-repeat: no-repeat;
    background-size: 100%;    
    background-position-y: center;

    min-height: 400px;
}

.container-gray {
    background-color: rgba(132, 134, 136, .3);
    padding: 15px;
    margin-bottom: 5px;
}

.container-darkgray {
    background-color: darkgray;
    padding: 15px;
    margin-bottom: 5px;
}

.title{
    border-bottom: 1px solid silver;
    font-size: 1.3em;
    padding-bottom: 5px;
    padding-top: 15px;
}

.border-bottom{
    border-bottom: 2px solid rgb(220,220,220);
}

.border-top{
    border-top: 2px solid rgb(220,220,220);
}

/**/
.perfil-item{
    width: 100%;    
    color: white;
    padding: 15px;
    cursor: pointer;
    margin-top: 10px;

   
   /* top: 310px;*/
}