.panel-totus{
    min-height: 260px !important;
    max-height: 260px !important;
    overflow: hidden;
    border: #f39c12 solid 2px;
    border-radius: 6px;
    /*background-color: #0d6aad;*/
}
.scrollable{
    overflow: auto;
}
.panel-heading-totus{
    background-color: #f39c12 !important;
    color: #ffffff !important;
    font-weight: bold;
}
.modal-body{
    padding: 0 !important;
}
.modal-content  {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}