body {
    background-color: #1a4d80;
}
#contentarea {
    margin: 10px;
    margin-left: 10px;
    padding: 15px;
    min-height: 600px;
    background-color: #fff;
    border: 4px solid #e2e7e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: auto;
}
.hidden {
    display:none;
}
table .icon {
    float:left;
    padding-right:5px;
    height:20px;
}
table .number_negative {
    color:rgb(172, 29, 29);
}
table .number_positive {
    color:rgb(39, 150, 43);
}
table .dotted {
    border-bottom: 1px dotted #000;
    text-decoration: none;
}
.tooltip-inner {
    text-align: left;
}
#collaspeExample {

}
#collapseExample .card-body {
    border: 3px solid #e2e7e9;
    border-collapse: separate;
    border-spacing: 2px;
    border-radius: 4px;
    background-color: #efefef;
}
.form-group label {
    font-weight: bold;
}
div.dt-buttons {
    float:right;
}