body{background:#FFF}
.user-panel .btn {
	color: rgba(255, 255, 255, 0.8) !important;
}

.skin-blue .logo {
	background-color: #F1F1F1
}

.skin-blue .navbar {
	background-color: #304450;
}
/*sobrepondo o icone exclamation fa-exclamation*/
.fa-danger:before {
	content: "\f05e";
}

.panel-heading {
	padding: 4px 15px;
}

a.btn.btn-default.btn-novo:hover {
	background-color: #001f3f !important;
	color: white
}

.fa-success:before {
	content: "\f00c"
}

.box-footer {
	clear: both;
}
.fa-error:before {
content: "\f05e";
}
.alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.radio label {
	padding-left :0;
	padding-right:10px;
}

.checkbox label {
	padding-left :0;
	padding-right:10px;
}

.left {
	padding-left: 0;
}

.select-multiple-control select {
	width:100%;
	height:150px;
}

.move-buttons {
	width: 40px;
	float: left;
	margin-right: 15px;
	margin-top: 36px;
}

.btn-move-right {
	margin-bottom: 10px;
}

select {
	min-height : 26px;
}

.required:before {
	content: "*";
	font-weight: bold;
}

.pagination {
	position: relative;
	left:50%;
}
.btn-opcoes {
	margin-bottom:12px;
}

.icheckbox_minimal {
	margin-right:5px;
}

/*CSS das notificac�es*/

#sino-notificacao {
    float: left;
    padding: 9px 5px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
    margin-left: 5px;
    color: #d0d7dc;	
}
#sino-notificacao .glyphicon-bell {
	font-size: 20px;
}
#sino-notificacao .badge {
	left: -9px;
	color: rgba(255, 255, 255, 0.8);
	padding: 1px 5px;
	position: relative;
	background-color: red;
}
#sino-notificacao .badge:EMPTY {
	display: none;
}
#notificacoes {
	width: 400px;
	margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    z-index: 9999;
    right: 0;
    max-height: 80vh;
    overflow-y: scroll;
    background-color: #dfe4e8d6;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
}

#notificacoes::-webkit-scrollbar {
    width: 6px;
}

#notificacoes::-webkit-scrollbar-track {
    background-color: #dfe4e8d6;
}
 
#notificacoes::-webkit-scrollbar-thumb {
    background-color: #428bca;
    border-radius: 4px;
}

#notificacoes::-webkit-scrollbar-thumb:hover {
    background-color: #0f7ad6;
}
