
.ibox-content {
    clear: both;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-xs {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}
.mousePointer{
    cursor: pointer;
}
.paragrafo {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 30px;
}
.middle-box {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40px;
}

.middle-box button{

  border-color: #B92504;
  cursor: pointer;
  color: #ffffff;
  background-color: #B92504;
  margin-bottom: 15px;
  min-width: 120px;
  border-radius: 3px;
  font-size: inherit;
}

.btn-hrcolor-blue{

    color: #ffffff;
    background-color: #B92504;
    border-color: #B92504;


}
.btn-hroutline {

    color: #df0017;
    border-color: #df0017;
    background-color:transparent;
    transition: all .5s !IMPORTANT;

}


.btn-hroutline:hover {

    background-color: #df0017 !important;
    color: white !important;
}

.btn-hroutline-blue {

    color: #B92504;
    border-color: #B92504;
    background-color:transparent;
    transition: all .5s !IMPORTANT;

}



.btn-hroutline-blue:hover {

    background-color: #B92504 !important;
    color: white !important;
}
.form-control-hrcoffee:focus, .single-line:focus {

    border-color: #B92504;

}
.icon-hrcoffee{
    color: #B92504;
}

.progress-bar-hrcoffee{

    background-color: #B92504;
}
.progress-bar-hrcoffee-orange{

    background-color: #B92504;
}
.dimensioneIcona{

    font-size: 20px;
}

.hr-fontSize{
    font-size: 15px;
}
/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

body {
  background: #f3f3f4;
  color: #676a6c;
}

.ui-dialog {
    width: 50% !important;
}

.dataTable tr{
  background-color: transparent !important;
}
.dataTable td{
  background-color: transparent !important;
}

.bg-hrBlue{
  background-color: #B92504;
}

.ibox {
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0) !important;
  }
  
.ibox-content {
    border-radius: 1.25rem !important;
  }