﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

 Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

 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;
}*/

.company.no-bg {
    background: none !important;
    border: none !important;
}

.btNextStep {
    height: 40px;
}

.btPass3 {
    line-height: 30px;
    font-size: 10pt !important;
    vertical-align: middle;
}

.inputErroEdicao {
    border-color: red !important;
}

.formSearch {
    background-color: #ededed;
    border-radius: 5px;
    padding: 15px;
}

.labelSearch {
    color: #00537d;
    font-weight: 600;
    padding: 5px;
}

.arrow {
    font-size: 8pt;
    visibility: visible;
}

.arrow-hidden {
    visibility: hidden;
}

.tableHeaderCursor {
    cursor: pointer;
}
.bemVindo{
    margin-top:2em ;
    font-family: Montserrat,sans-serif;
    color: #fff;
    float: left;
} 
.titleConfig{
    border-top-left-radius: 15px;
    border-top: 2px solid #00537d; 
    border-left: 2px solid #00537d; 
    padding-top:10px;
}
.gradientLine {
    background-image:linear-gradient(to right, #00537d, transparent); 
    margin-top:1px;
    height:1px;
}
.tituloModalGenerico {
    color:#00537d;
    font-family: Montserrat , sans-serif;
    font-weight:300;
    padding-top:18px;
    padding-left:20px;
    font-size:20px;
}