
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.input-sm{
    text-transform: uppercase;
}

.NomalLetra{ 
    text-transform: none;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}
.asterisco {
    font-size: 16px;
    line-height: 5px;
    color: #ff6600;
}

.has-invalido .form-control {
    border-color: #ff6600;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #337ab7;
    background-color: #337ab7;
    color: #fff;

}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #337ab7;

}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.panel-footer-botao {
    padding: 10px 15px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hr-alterado {
    margin-top: 0px; 
    margin-bottom: 0px; 
    border: 0;
    border-top: 1px solid #eee;
}

.rolagem700 {
    max-height:700px;
    overflow-y:auto;
}

.rolagem1000 {
    max-height:1000px;
    overflow-y:auto;
}
.rolagem600 {
    max-height:600px;
    overflow-y:auto;
}
.rolagem500 {
    max-height:500px;
    overflow-y:auto;
}
.rolagem400 {
    max-height:400px;
    overflow-y:auto;
}
.rolagem300 {
    max-height:300px;
    overflow-y:auto;
}

.rolagem200 {
    max-height:230px;
    overflow-y:auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 8px;
}





.modalProgress
{
    position: fixed;
    z-index: 9998;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.center22
{
   
    z-index: 9999;
    margin: 300px auto;
    padding: 10px;
    width: 300px;
    background-color: White;
     filter: alpha(opacity=99);
    opacity: 100;
    -moz-opacity: 100;
    border-radius: 10px;
 
  
}
.center img
{
    height: 128px;
    width: 128px;
}