@charset "utf-8";
/* CSS Document */


.table>tbody>tr.danger_row>td, .table>tbody>tr.danger_row>th, .table>tbody>tr>td.danger_row, .table>tbody>tr>th.danger_row, .table>tfoot>tr.danger_row>td, .table>tfoot>tr.danger_row>th, .table>tfoot>tr>td.danger_row, .table>tfoot>tr>th.danger_row, .table>thead>tr.danger_row>td, .table>thead>tr.danger_row>th, .table>thead>tr>td.danger_row, .table>thead>tr>th.danger_row {
    background-color: #f2dede;
}

.sidebar-img{
	position:fixed;
	width:280px;
	bottom:0;
}

#box-gray-profile{
    border: #ccc 2px solid;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 17px;
    width: 110px;
    background-color: #fcfcfc;
    float: right;
    cursor: pointer;
}

.topo_view_pessoa{
	background-color:#F1F2F6;
	border-bottom:solid 1px #F0F0F0;
}
.topo_view_pessoa p{
	font-size:18px;
	color:#999;
}
.menu_view_pessoa{
	background-color:white;
	border:solid 1px #e5e5e5 ;
}

.profile_menutab{
	cursor:pointer;
	margin-bottom:0px !important;
	font-weight: bold;
    text-transform: uppercase;
}
ul.nav.nav-tabs li.active a {
    background: #2858ad;
}

.table > tbody > tr.success > td:first-child {
    border-left: 8px solid #87cc98;
}
.table > tbody > tr.danger > td:first-child {
    border-left: 8px solid #DD5044;
}
.table > tbody > tr.info > td:first-child {
    border-left: 8px solid #0870E0;
}

.input-oculto{ 
	width:0px !important;
	height:0px !important;
	color:#fff !important;
	border:none !important;
}

.dashboar-lancamentos-abertos{
	position:relative;
	padding-left:20px;
	padding-right:20px;
	height:280px;
	overflow-y:scroll;
}

.ocor_msg{
	position:relative;
    background-color: #C7EDFC;
    color: #000;
    padding: 10px 10px 10px;
    border-radius: 12px 23px 11px 20px;
}

#div_notificacoes {
    position: absolute;
    width: 310px;
    background-color: #fff;
    z-index: 99999;
    border: #ccc solid 1px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.div_notificacoes_lg {
    right: 0;
    top: 50px;
}

.item_notificacoes {
    padding: 3px 3px;
    height: 50px;
    border-bottom: solid 1px #f5f5f5;
}
.div_notificacoes_xs{
	left:0;
	top:100px;
}

.pessoa_collapse_title{
	position:relative;
	background-color: cadetblue;
    color: #fff !important;
	border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}
.pessoa_collapse_title_a{
	position:relative;
	color:#669;
	font-size:15px;
}
.pessoa_collapse_title_a:hover , .pessoa_collapse_title_a:focus{
	color: #fff !important;
    text-decoration: none;
	font-weight:bold;
}
.pessoa_collapse_body{
	position:relative;
	background-color:#F0F4F8;
	color:#667;
}
.pessoa_collapse_info{
	position:relative;
}
.pessoa_collapse_parcelas{
	position:relative;
}
.msg_liquidando{
	position: absolute;
    z-index: 9;
    background-color: beige;
    padding: 11px;
    border: solid 1px;
    border-color: burlywood;
    left: 2px;
}



