body {
    background-color: #d5d5d5;
    margin: 0;
    padding: 0;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.pull-center {
    float: none !important;
    margin: 0 auto;
}
.mt-20 {
    margin: 20px;
}
.body {
    margin-top: 80px;
}
h2 {
    margin-bottom: 20px;
}
label {
    font-weight: 600;
}
table th, table td {
    text-align: center;
    vertical-align: middle;
}
/***************
	Index Form
*****************/

#index {
    background-color: #fff;
    /*margin-top: 6%;*/
    padding: 0px 10px 25px 10px;
    border: 1px solid #999;
    border-radius: 6px;
}
.form-bd {
    border: 1px solid #999;
    border-radius: 6px;
    padding: 20px;
}
.Index-title {
    background-color: #2e74b2;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.Index-title-form {
    background-color: #2e74b2;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.6);
}
/***************
	File Index 
*****************/

.thead-index {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.thead-index tr th {
    width: calc( 100% - 1em)
}
.tbody-index tr td {
    width: calc( 24em - 1em)
}
.tbody-index {
    display: block;
    height: 350px;
    overflow: auto;
}
/***************
	File Table 
*****************/

.thead-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.thead-table tr th {
    width: calc( 100% - 1em)
}
.tbody-table tr td {
    width: calc( 18em - 1em)
}
.tbody-table {
    display: block;
    height: 350px;
    overflow: auto;
}
/***************
	File fields 
*****************/

.thead-fields {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.thead-fields tr th {
    width: calc( 100% - 1em)
}
.tbody-fields tr td {
    width: calc( 14em - 1em)
}
.tbody-fields {
    display: block;
    height: 350px;
    overflow: auto;
}
/***************
	File campo 
*****************/

.thead-campo {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.thead-campo tr th {
    width: calc( 100% - 1em);
}
.tbody-campo tr td {
    width: calc( 70em - 1em);
    padding-left: 25%;
}
.tbody-campo {
    display: block;
    height: 350px;
    overflow: auto;
}
/***************
	Titulo
*****************/

#header-title {
    background-color: #2e74b2;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    line-height: 40px;
}
/************************
	Titulo Localização
*************************/

#header-title-local {
    background-color: #2e74b2;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    line-height: 40px;
}