/* Add here all your css styles (customizations) */

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 36px;
}

table tbody tr.texto_center{
    vertical-align: baseline;
    text-align: center;
}


.tooltip.right {
    margin-top:8px;
}
.tooltip.right .tooltip-arrow{
	top: 7%;
	margin-top:0;
}
    
    
.tooltip.top .tooltip-arrow{
	left: 6%;
   	bottom:1px;
}


.vertical-div{
    height:100%;
    width:40px;
    background-color: #808080;
    border:1px solid #696666
}

/*button floating*/

.top{
    position:fixed;
    float:left;
    width:40px;
    height: 40px;
    background-color:#808080;
    bottom:40px;
    margin-left:-21px;

}
.btn-floating{
    display: block;
    width:40px;
    height:40px;
    line-height: 400px;
    outline-offset:inherit;
    padding:0;
    cursor:grab;
    text-decoration:none;
    background-image:url(../img/phone-book.png);
    background-repeat:no-repeat;
    background-size:30px;
    background-position:center;
}


.btn-floating:hover{
    height:64px;
    width:350px;
    background-size:20px;
    background-position:left;
    padding-left:30px;
    padding-top:10px;
    line-height:unset;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        -webkit-border-radius: 0 40px 40px 10px;
border-radius: 0 40px 40px 10px;
}


/*button floating - FIM*/


a:active{
  background-color:cadetblue;
}


/*modal*/
modalPopup{
    background-color: #ffffdd;
    border-width:2px;
    border-style:solid;
    border-color:aliceblue;
    padding:3px;
    width:250px;
}

modalBackground{
    background-color:olive;
    filter:alpha(opacity=70);
    opacity:0.7;
}