.panel-item-body{
    margin-top:15px; 
    clear:both; 
    margin-bottom:10px;
}

.panel-item-body div:first-child{
    /*font-size:14px; 
    color:#83898D; */
    border-bottom: solid 3px #E6EDF1; 
    padding-bottom:5px; 
    clear: right;
}

.panel-item-body div:nth-child(2){
    font-size: 12px;
    color: #83898D;
    margin-top: 10px;
}
.panel-item-body div:nth-child(3){
    font-size:12px; 
    color:#83898D; 
    margin-top:2px; 
    clear:both; font-weight:bold;
}

.resumo-circle {
	color: #FFF;
	font-weight: bold;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	padding: 2px 8px 2px 7px;
}

.bg-primary {
    background-color:#3399FF;
}
.bg-success {
    background-color: #33CC33;
}
.bg-danger {
    background-color:#FF0000;
}
.bg-warning {
    background-color:#FF9900;
}

#toast-container .toast {
  margin-top: 50px !important;
}

.autoComplete-size ul{
    max-height: 300px;
    overflow: scroll;
}

.uib-clear{
    margin-left: 5px !important;
}
.pageSizeAuto{
    width: 90%; 
    margin: 0 auto;
}

.div-initial-img{
    width: 60%;
    margin-top:8px;
    margin-left:6px;
}

.div-initial-header-img {
    float: left;
    margin-bottom: 20px;
    background-color: #C5CED4;
    height: 35px;
    width: 35px;
    border-radius: 10%;
}