/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.title-name {
  float: left;
  width: 90%;
  border-bottom: 2px solid #e6e9ed;
  padding-bottom: 7px;
  margin-bottom: 15px;
  color: #002440;
  font-size: 18px;
  font-weight: 700;
}

.btn-help {
  background: transparent !important;
  border: transparent !important;
  box-shadow: none !important;
  color: #00355d !important;
  font-size: 15px !important;
  line-height: 1 !important;
  padding-right: 0;
}

.btn-help-options {
  background: transparent !important;
  border: transparent !important;
  box-shadow: none !important;
  color: #00355d !important;
}

.btn-help-options .caret{
  margin-bottom: 3px;
}

.help-desk {
  width: 10%;
  text-align: right;
  font-size: 15px;
  line-height: 1;
}

a.help-desk {
  margin-right: 10px;
}

.dataTables_empty_cesvi {
  padding: 20px 10px !important;
  font-size: 14px;
  text-align: center;
  color: #575757
}

h1.titulo {
  line-height: 0;
}

.btn-refresh {
  width: 15%;
  float: right;
}

.btn-refresh .btn {
  height: 36px;
}

.p-t-10 {
  padding-top: 10px;
}

nav ul li a:active {
  background: #F8F8F8 !important
}

fieldset {
  width: inherit;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}