/*
    Definicoes CSS
*/
.tooltip {
	-webkit-transition: none !important;
	transition: none !important;
	font-size: 10px;
	padding: 3px;
}

div#loadingAjax{
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    cursor: wait;
}
div#loadingAjax img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.datepicker .cw {
  color: lightgrey
}

.btn-cancel {
	color: #fff;
	background-color: #6c757d;
	border-color: #bfc3c6;
}

.btn-cancel:hover {
	color: #fff;
	background-color: #555e66;
	border-color: #bfc3c6;
}

