#selecionar{
	max-width: 120px;
}

#button_excluir {
    max-width: 120px;
}

.clearfix:before,.clearfix:after{
    content:" ";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{*zoom:1;}

#ureadonly {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

#modallargo{
    width: 70%;
}

.infobl{
    float: left;
    max-width: 60px;
}

#dc-box-nav {
    font-family: Calibri;
    color: #1D4F91;
    font-size: 40px;
    float: left;
    max-height: 50px;
}

#dc-box-create {
    font-family: Calibri;
    color: #1D4F91;
    font-size: 52px;
    float: left;
}

#dc-button-create {
    float: left;
    margin-top: 10px;
    margin-left: 12px;
    max-width: 320px;
}

#dc-arrow-nav{
    margin-left: 34px;
    margin-right: 34px;
}

#dc-box-nav span:hover {
    color: #2b629a;
    cursor: pointer;
}

#dc-arrow-blocked{
    color: #ddd;
    margin-left: 34px;
    margin-right: 34px;
}

#dc-arrow-blocked:hover {
    color: #ddd;
    cursor: pointer;
    margin-left: 34px;
margin-right: 34px;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

    .my-legend .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% {-webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg);}
}