/* 
    Created on : 28/02/2018, 14:17:22
    Author     : Marcelo
*/
html {
    position: relative;
    min-height: 100%;
}

body{
    margin-top: 60px;
    margin-bottom: 120px; /* Margin bottom by footer height */
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 400;*/
}

.container {
    width: auto;
}

/*
 * Footer
 */
.site-footer {
    font-family: 'Ubuntu', Verdana,Arial;
    width: 100%;
    position: absolute;
    padding: 20px 0;
    color: #999;
    text-align: center;
    background-color: #2f333e;
    border-top: .05rem solid #e5e5e5;
    bottom: 0;
}
.site-footer p:last-child {
    margin-bottom: 0;
}

.site-footer a{
    color: #FFF;
    font-weight: bold;
}

header.page-header {
    /*padding: 20px 0;*/
    margin-bottom: 10px;
}

.page-header {
    font-family: 'ubuntu', sans-serif;
    background: #f3f3f3;
    padding: 10px;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    /*-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/
    position: relative;
    border-bottom: solid 1px #dee2e6;
    z-index: 8;
}

fieldset {
    background: #fff;
    margin: 5px 0 10px 0;
    /*padding: 20px;*/
    border: 1px solid #f3f3f3;
    /*-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/
    position: relative;
    z-index: 8;
}

fieldset legend {
    font-family: 'ubuntu', sans-serif;    
    color: #0056b3;
    border: 1px solid #f3f3f3;
}

.page-body {
    background: #fff;
    margin: 5px 0 10px 0;
    /*padding: 20px;*/
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'ubuntu', Verdana, Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.5rem;
}

h2,
.h2 {
    font-size: 1.3rem;
}

h3,
.h3 {
    font-size: 1.2rem;
}

h4,
.h4 {
    font-size: 1.1rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.8rem;
}

i .fa{
    color:#17a2b8;
}

label.error { 
    float: none;
    color: #FF0000;
    margin:0 .5em 0 0;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;

}

.dv-file{
    text-align: center;
}
/*
*----------estilos adicionados-----------
*/
.titulo-plano{
    font-size:1.6rem;
    font-weight: bold;
}
.titulo-armazenamento{
    font-size:0.8rem;
    font-weight: bold;
}
label.error{
    margin-top: 5px;
    font-size:14px;
    color:#e4606d;
    display:block;
    width: 100%;
   
}
