.Xfrm {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 3px;
}

.frm table {
  width: 100%;
}

.frm table td {
  padding: 4px;
  border-bottom: 1px solid #eeeeee;
}

.frm_header {
  padding: 2px;
  text-align: center;
}

.frm_key_tarea {
  vertical-align: top;
}

.frm_key_radios {
  vertical-align: top;
}

.vertical-top {
  vertical-align: top;
}

.frm_value_static {
  font-weight: bold;
}

.frm_value input[type=checkbox] {
  vertical-align: middle;
  margin: 1px 2px 1px 1px;
}

.frm_value span.label, .frm_value_static span.label, .box-header span.label {
  font-size: 8pt;
  padding: 4px 8px;
}

form .form-control {
  padding: 3px 6px 3px 6px;
  line-height: inherit;
}

form.form-horizontal .form-control {
  display: inline;
}

.frm label {
  font-weight: normal;
  margin: 0;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
  font-weight: bold;
}

.form-horizontal .control-label {
    padding-top: 4px;
    padding-bottom: 4px;
}

.frm_value {
    height: 30px;
}

/*
.form-group input:not(:focus):invalid {
  border-right-color: red;
  border-right-width: 4px;
}
*/

.ui-widget {
  font-size: 9pt;
  line-height: 1.2;
}

/* ui-state-error formatting has precedence before Bootstrapt input formatting */
.ui-state-error {
  background-color: #fef1ec !important;
  color: #cd0a0a !important;
}

/* fix font color in Datepicker, otherwise it's white text on white background */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  color: black;
}

/* fix links color */
.ui-widget-content a {
    color: #3c8dbc;
}

div.tab-loading {
  padding: 30px 0 30px 0;
  text-align: center;
}

div.tab-status {
  padding: 30px 0 30px 0;
  text-align: center;
}

div.register-box {
  margin: 3% auto;
}

@media (min-width: 768px) {
  .big-alert {
    margin: 60px;
  }
}

label.label-checkbox {
  font-weight: normal;
}

div.SumoSelect {
  vertical-align: middle;
}

div.dataList_buttonGroup {
  margin-right: 5px;
}

div.dataTable_controls {
  margin-bottom: 10px;
}

@media print {
    div.dataTables_scrollBody {
        height: auto !important;
    }
}

div.ui-tooltip {
  max-width: 800px;
}

.ui-autocomplete-loading {
    background: white url("/content/Gui/icons/ui-anim_basic_16x16.gif") right center no-repeat;
}

.dropdown-menu .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #777;
    font-weight: 400;
    padding: 2px 19px;
    line-height: 1.42857143;
    white-space: nowrap;
    border-radius: 0;
    font-size: 13px;
}

.dropdown-menu .btn-link .fa {
    margin-right: 10px;
}

.dropdown-menu .btn-link:hover {
    background-color: #e1e3e9;
    color: #333;
    text-decoration: none;
}

table.checkboxesTable td {
    padding: 1px;
    border-bottom: none;
}

.SumoSelect {
    width: inherit !important;
}

@media (min-width: 768px) {
    .float-md-right {
        float: right!important;
    }
}
