@charset "UTF-8";
/* CSS Document */

.cursor-default {
	cursor: default !important;
}

.title-page{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 8px;
}

.clearfixTabView:after {
		    content : "";
		    display : block;
		    clear : both;
		    padding-bottom: 15px;
}

.label-tag {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #337ab7;
}

.label-default {
    background-color: #777;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-red {
    background-color: #dc504f;
}

.label-azul-claro {
    background-color: #4169E1;
}

.label-verde {
	background-color: #006400;
}

.label-laranja {
	background-color: #E87748;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.label-gray {
    background-color: #8E9696;
}
.blue{
	color:#4F64E8;
}
.green{
	color:#0F851F;
}
.softorange{
	color:#FFB210;
}
