div.toolbar{
    text-align: right;
    position: absolute;
    top: 5px;
    right: 10px;
}
.widget-header{
    height: 50px;

}
.widget.box{
    padding: 0px 10px;
}


select.select2{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}


.padding-t-md{
    padding-top: 10px;
}
.padding-t-lg{
    padding-top: 20px;
}

.btn-xs{
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143!important;
    border: 1px solid transparent!important;
    border-radius: 4px!important;
}
