﻿body {
    padding-top: 50px;
    line-height: 1;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.imghold {
    height: 115px;
}

.imghold img{
    vertical-align: middle;
}

.w100 { width: 100% !important; }

.mcom-darkblue {
    background-color: #1D415B !important;
}

.mcom-blue {
    background-color: #085A85 !important;
}

.mcom-green{
     background-color: #639777 !important;
}

.mcom-yellow{
     background-color: #D3B14C !important;
}

.mcomtext-darkblue {
    color: #1D415B !important;
}

.mcomtext-blue {
    color: #085A85 !important;
}

.mcomtext-green{
     color: #639777 !important;
}

.mcomtext-yellow{
     color: #D3B14C !important;
}

footer { 
    margin: 0 !important;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    background-color: #1D415B;   
}

.footer > .container {
    padding: 15px;
    color: #FFF;
}

.footer > .container p {
    font-size: 11px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #306084 !important;
}

.navbar-brand {
    padding: 5px 15px !important;
}

.navbar-inverse {
    border-color: #306084 !important;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

input, select, textarea {
    max-width: none;
}

h4.sup-contact { 
    margin: 16px 0 16px 0;
    color: #888;
    font-weight: bold;
    font-size: 16px;
}

.panel-title  {
    color: #71A02E !important;
    font-weight: bold ;
    font-size: 13px !important;
}

.business-header {
    margin-top: 40px;
    height: 150px;
    background-image: url('../../Content/images/vtrine_Corp_logo_Transparente.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 30%
}
