.login-page .logo{
	background: url("../../imagens/logo.png") no-repeat scroll center center transparent;
    display: block;
    height: 88px;
    margin: 0 0 12px;
    text-indent: -9999px;
    width: 100%;
}

.atendimento {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    float: left;
    width: 100%;
}
.atendimento .title_atendimento {
    margin: 5px;
}
.atendimento .dsc_atendimento {
    margin: 5px;
}

#anexos ul {
/*     float: left; */
/*     width: 96%; */
}
#anexos ul li {
    float: left;
    list-style: none outside none;
	margin: 15px 5px;
}

#anexos ul li img {
	border-radius:4px;
	margin-bottom: 5px;
}

#anexos ul li .excluir {
	text-align:center;
	width: 128px;
}

label.required-info:before {
        color:#0088CC;
        content:'* ';
        font-weight: bold;
}

.graphBarMini {
  border: 1px solid #ccc;
  float: left;
/*   height: 6px; */
  margin: 5px 5px 0 0;
  width: 100px;
}
.graphBarMini div {  
  background-color: #08c;
  height: 6px;
  width: 0;
}


.rodape {
	background-color: #B6D1F2;
	font-weight: bold;
}

.rodape td {
	color:#428BCA;
}

.box .box-filtros {
	background-color:#fff;
	padding:20px 10px;
}

#filtro_relatorio .box {
	margin-bottom:0!important;
}

.tab-error {
	color:#B94A48!important;
	font-weight:bold;
}

.error {
	color: #B94A48;
}

.noty-mg {margin-bottom: 0px;}

#status_destaque {
	padding:10px;
	margin-bottom:2px;
	color: #FFFFFF;
	border-radius: 4px;
}

.div.btn, .div.btn:hover {
	background-color:#ebebeb
}

div.btn-primary, div.btn-primary:hover {
	background-color:#0090FF
}

div.btn-info, div.btn-info:hover {
	background-color:#5AB4DA
}

div.btn-warning, div.btn-warning:hover {
	background-color:#FF863D
}

div.btn-danger, div.btn-danger:hover {
	background-color:#FB3838
}

div.btn-inverse, div.btn-inverse:hover {
	background-color:#595959
}

div.btn-success, div.btn-success:hover {
	background-color:#15B74E
}

div.btn-pink, div.btn-pink:hover {
	background-color:#EA4C89
}

div.btn-magenta, div.btn-magenta:hover {
	background-color:#A200FF
}

div.btn-lime, div.btn-lime:hover {
	background-color:#8CBF26
}

div.btn-yellow, div.btn-yellow:hover {
	background-color:#FFDD14
}

div.btn-gray, div.btn-gray:hover {
	background-color:#AAAAAA
}

/* Esta regra foi incluída para os inputs de contas a pagar e a receber nos casos de parcelamento ou movimentacao fixa, pois estes devem ficar lado a lado */
.input-style {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.saldo_negativo{
	color: red !important;
}
  
.saldo_positivo{
	color:green !important;
}

.table-flag-red {
	border-left: 4px solid #FA5A35!important;
}

.table-flag-green {
	border-left: 4px solid #8DCA35!important;
}

.invoice-amount > p > span {
	width:100px;
}

.messages .stripped-right h5, .messages .stripped-right img.img_autor {
	float:right;
}

.messages .stripped-right > div {
	background-color: #EEF1F4;
	margin-left:0;
	margin-right:80px;
}

.messages .stripped-right > div:before {
	border-left: 10px solid #F7F8F9;
	border-right:0 none;
	right:-10px;
	left:auto;
	border-left-color: #EEF1F4;
}

.messages .stripped-right span {
	float:none!important;
}

.dropdown-navbar .notify p {
	display:block!important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: auto!important;
}

/* Let's get this party started */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(140,140,140,0.6);
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
::-webkit-scrollbar-thumb:window-inactive {
	background: transparent;
	/*background: rgba(140,140,140,0.7);*/
}



table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
	font-family:'Font Awesome 5 Free'!important;
	font-weight:900!important;
}

.lst-btn-fixed {
	position: fixed;
	bottom: 0%;
	left: 55%;
	background-color: #0000002b;
	transform: translateX(-55%);
	border-radius: 15px;
	padding: 0 10px;
	width: 55%!important;
}