.dataTables_filter, .dataTables_length {display: inline !important; }
.dataTables_length { margin-left: 10px !important; }
.dataTables_filter { float: right !important; }
.dt-button { padding-left: 5px !important; padding-right: 5px !important; }

.ui-spinner { width: 100%; }
.ui-spinner-input { text-align: right; width: 100%; padding-right: 20px; }

@media print
{
    .sidebar{ display:none !important;}
    #page-wrapper{ margin-left: 0px !important; border-left: none;}
}

.navbar .navbar-header .navbar-brand label { font-size: 15px !important; color: #FF901E !important; font-variant: small-caps; }

.tableicon { width: 20px; }
.navbar-default {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.navbar ul .dropdown a {color: #FF901E;}
a {
    color: #f96903;
    
}
body {    
    font-size: 15px;
    }
a:hover{
  color: #f96903;
}

a:focus{
  color: #f96903;
}
.navbar {background-color: #0c0c0c  !important;}

#divLoading { width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; display: block; z-index: 1499; background-color:lightgray; }

#divLoading-image { position: absolute; top: 40%; left: 45%; z-index: 1500; }

#lbl_loading_message { position: absolute; top: 25%; left: 0px; z-index: 1501; text-align: center; color: #313498; font-weight: bold; }

.form-group label { margin-top: 7px; }

.enumitem { width: 90% !important; }

.righttext {text-align: right; }

input[tipo_dato=integer],input[tipo_dato=decimal] {text-align: right; }

input[tipo_dato=file] {display: inline !important; }

.note-editing-area, .note-codable, .note-editable{
  min-height: 300px;
}

label.switch {margin-bottom: -5px;}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.navbar-text {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: auto;
  padding-top: 10px;
}

.titilar {
  color: yellow !important;
}

.titilar_handler {
  color: red !important;
}

.oculto {
  display: none;
}

.form-horizontal .control-label {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.form-horizontal .controls {
    display: inline-block;
    margin-left: 20px;
}
