.text-long{
    padding-top:15px;
    overflow-y:auto;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight:700;
    font-size:19px;
    min-height:500px;
}
html{
    background:white !important;
}
.text-long::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.text-long::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.text-long::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.visiting{
    border: 1px solid white;
    outline: 0;
    color: #000;
    background-color: white;
}
.slideshow{
    position:relative;
    overflow: hidden;
}
.slide2{
    margin: 0px auto;
    padding-top:30px;
    text-align:center;
    display: none;
    max-width:100%;
    position:absolute;
}
#for_slide0{
    display:block;
}
.bullets{
    
    list-style:none;
    padding:0;
    position:absolute;
    opacity: 0;
}
.bullets>li{
    float:left;
    width:14px;
    height:14px;
    background: white;
    border-radius:50%;
    margin: 0px 5px 0px 5px;
    cursor: pointer;
}
.selected{
    cursor: default !important;
    border: 4px solid gray;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.arrows{
    position: absolute;
    top:190px;
    color: rgba(0,0,0,0.9);
    z-index:101;
    width:100%;
    display:none;
}
.arrows>div>i{
    background: rgba(255,255,255,0.9);
    border: 1px solid #333;
    border-radius: 50%;
    padding:5px;
    width:40px;
    height:40px;
    text-align:center;
    cursor: pointer;
}
.btn-modal{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-modal-success{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-modal-back{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-default{
    cursor: default;
}


.sel_oc{
  list-style: none;
}
.sel_oc > li{
  padding:5px;
}
.sel_oc > li >label{
  cursor: pointer;
  color: #333333;
}
.modal-header{
    color:#333 !important;
}
.list_ruas{
    padding: 10px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.5);
}
.list_ruas:last-child{
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.back_text{
    background: rgb(240,240,240);
}