.subTitleContainer {
  margin-top: 6px;
  margin-bottom: 6px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.subTitleFont {
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-left: -9px;
}
.modal .subTitleFont {
  margin-left: 0px;
  font-size: 16.9px;
}
/*Mixins*/
.defaultButtonStyle {
  background: #445748;
  color: #FFFFFF;
}
.defaultButtonHoverStyle {
  background: #445748;
  color: #FFFFFF;
}
.primaryButtonStyle {
  background: #3E804B;
  color: #FFFFFF;
}
* {
  font-family: Arial;
  font-size: 13px;
}
::-ms-clear {
  display: none;
}
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
body {
  height: 100%;
  color: #3F3F3F;
}
.ng-view {
  height: 100%;
  overflow-y: auto;
}
a {
  color: #4A69A5;
}
input[type=button]:focus,
input[type=submit]:focus,
button:focus,
a:focus {
  outline: 0;
}
a:hover,
a:focus {
  color: #4A69A5;
  text-decoration: underline;
}
th .orden:hover,
th .orden:focus {
  text-decoration: underline;
}
input[type=radio] {
  margin-top: 4px;
}
input[type=radio] ~ label {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 10px;
}
input[type=checkbox] ~ label {
  padding-left: 5px;
}
input[type=checkbox] {
  margin-top: 0;
  vertical-align: text-top;
}
.form-horizontal input[type=checkbox] {
  margin-top: 3px;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-choice .select2-arrow {
  border-radius: 0;
}
div.select2-container a.select2-choice {
  background-image: none;
  font-size: 13px;
  line-height: 25px;
  height: 23px;
  border-color: #888888;
  padding: 0px 8px 0px 8px;
  border-radius: 0;
  box-sizing: content-box;
  margin-top: 1px;
  margin-bottom: 1px;
}
.select2-container .select2-drop-active,
.select2-container a.select2-choice,
.select2-container-multi ul.select2-choices,
.select2-container-multi.select2-container-active ul.select2-choices {
  border-color: #888888;
  border-radius: 0 !important;
  background: white;
}
.select2-container.select2-dropdown-open a.select2-choice {
  border-bottom: 1px solid white;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  margin-left: 3px !important;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 -2px;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px -1px;
}
.select2-container-multi .select2-choices .select2-search-field input[type=text] {
  margin: 0;
  height: 22px;
}
.select2-container .select2-choice span.select2-arrow {
  background: none;
  border: none;
}
.noPaddingRight {
  padding: 0 0 0 15px;
}
.noPaddingLeft {
  padding: 0 15px 0 0;
}
.noPadding {
  padding: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background: #faf9fe;
  /* Old browsers */
  navnavbar-navnavbar-rightbackground: -moz-linear-gradient(top, #faf9fe 0%, #bebed8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf9fe), color-stop(100%, #bebed8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #faf9fe 0%, #bebed8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #faf9fe 0%, #bebed8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #faf9fe 0%, #bebed8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #faf9fe 0%, #bebed8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf9fe', endColorstr='#bebed8', GradientType=0);
  /* IE6-9 */
  padding: 1px 5px;
  border: 1px solid #91a7b4;
  color: black;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #91a7b4;
  background: white;
  border-bottom: none;
  padding-bottom: 2px;
  color: black;
  position: relative;
}
.nav-tabs > li.active > a:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}
.nav-tabs {
  border-bottom: 1px solid #91a7b4;
}
.tab-pane {
  border: 1px solid #91a7b4;
  border-top: none;
  padding: 0 15px 5px 15px;
}
.listadoPaginado .table thead th a {
  display: inline-block;
}
.table > thead > tr,
.table > tfoot > tr,
.table > tbody > tr {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}
.table {
  margin-bottom: 30px;
  border: none;
  padding-right: 15px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td {
  color: #445748;
  border: none;
  border-bottom: solid 2px #E2D9D9;
  background-color: #fff;
  text-align: center;
}
.table th a {
  color: #445748;
}
.table tbody > tr > td {
  border: none;
  border-bottom: solid 1px #ebeaea;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 22px;
}
.table tbody > tr:hover > td {
  background: #f4f4f4;
}
.pagination {
  font-size: 15.6px;
  text-align: center;
  margin-top: 0.5em;
}
.pagination li > a,
.pagination li > button {
  display: inline-block;
  margin: 0 1px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 12px;
  padding-top: 8px;
  padding-bottom: 7px;
  background: #445748;
  color: #FFFFFF;
  height: 29px;
  box-sizing: border-box;
  background: white;
  color: #4A69A5;
}
.pagination li > a:hover,
.pagination li > a:focus {
  text-decoration: none;
}
.pagination li .grid-current-page {
  background: #445748;
  color: #FFFFFF;
}
.pagination li .grid-current-page:hover,
.pagination li .grid-current-page:focus {
  text-decoration: none;
  background: #445748;
  color: #FFFFFF;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:first-child > button,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:last-child > button,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination [class^="icon-"] {
  font-size: 9px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
    margin: 80px auto;
  }
}
body.modal-open {
  overflow: visible;
}
.modal-content {
  background-color: #FFFFFF;
  border-radius: 0px;
}
.modal-window .modal-content .modal-content .modal-footer {
  position: static;
}
.modal-navbar {
  margin-bottom: 0;
}
.modal-lg {
  width: 1024px;
}
.modal-sm {
  width: 450px;
}
.modal-header h4 {
  margin: 0;
}
.modal-header {
  border: none;
  background-color: #627d68;
  padding: 15px;
  border-bottom: none;
}
.modal-subheader h3 {
  margin: 0;
}
.modal-subheader {
  border: none;
  background: #ebeaea;
  padding: 15px;
  border-bottom: none;
}
.modal-footer:empty,
.navbar-nav:empty {
  display: none;
}
.modal-navbar.navbar {
  min-height: 0;
}
.modal-navbar.navbar .navbar-nav {
  min-height: 48px;
}
.modal-body {
  padding: 20px;
  overflow: visible;
}
.modal-body-listado {
  min-height: 300px;
}
.modal-body:before,
.modal-body:after {
  content: " ";
  display: table;
}
.modal-body:after {
  clear: both;
}
.modal-title {
  font-size: 16.9px;
  color: #FFFFFF;
  font-weight: normal;
}
.modal-subtitle {
  font-size: 13px;
  font-weight: normal;
}
.modal-header .close {
  margin-top: 1px;
}
.modal-header .close span {
  font-size: inherit;
}
.modal-window .modal-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: white;
}
.modal-window .modal-content {
  box-shadow: none;
  border: 0;
}
input[type=button],
input[type=submit],
.btn {
  background: #445748;
  color: #FFFFFF;
  padding: 0px 15px 0px 15px;
  border-radius: 0;
  font-size: 13px;
  line-height: 25px;
  border: none;
  margin: 0;
  font-family: 'Segoe UI', Arial;
  text-shadow: none;
  height: 25px;
}
.btnPrimary {
  background-color: #3E804B !important;
}
.btn.btn-lg {
  height: 35px;
}
.modal-content .modal-footer .btn {
  height: 35px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:focus .btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #445748;
  color: #FFFFFF;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #445748;
  background-image: none;
  color: #FFFFFF;
}
.btn-sm {
  line-height: 18px;
}
.btn-link,
.btn-link:hover {
  background: transparent;
  color: #4A69A5;
  text-decoration: none;
  font-weight: normal;
  border: none;
}
.btn-link:hover {
  text-decoration: underline;
}
.form-control,
input[type=text],
.form-input {
  font-size: 13px;
  border-radius: 0;
  webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  line-height: 20px;
  height: 25px;
  border: 1px solid #888888;
  color: #3F3F3F;
  padding: 1px 8px 1px 8px;
  outline: none;
}
.form-control:focus,
input[type=text]:focus,
.form-input:focus {
  border: 1px solid #888888;
  box-shadow: none;
  webkit-box-shadow: none;
}
.form-horizontal .control-label {
  padding-top: 0;
  text-align: left;
}
.campoRequerido {
  margin-left: 3px;
}
fieldset .row {
  margin-left: 0px;
  margin-right: 0px;
}
fieldset .row > .col-xs-1,
fieldset .row .col-sm-1,
fieldset .row .col-md-1,
fieldset .row .col-lg-1,
fieldset .row .col-xs-2,
fieldset .row .col-sm-2,
fieldset .row .col-md-2,
fieldset .row .col-lg-2,
fieldset .row .col-xs-3,
fieldset .row .col-sm-3,
fieldset .row .col-md-3,
fieldset .row .col-lg-3,
fieldset .row .col-xs-4,
fieldset .row .col-sm-4,
fieldset .row .col-md-4,
fieldset .row .col-lg-4,
fieldset .row .col-xs-5,
fieldset .row .col-sm-5,
fieldset .row .col-md-5,
fieldset .row .col-lg-5,
fieldset .row .col-xs-6,
fieldset .row .col-sm-6,
fieldset .row .col-md-6,
fieldset .row .col-lg-6,
fieldset .row .col-xs-7,
fieldset .row .col-sm-7,
fieldset .row .col-md-7,
fieldset .row .col-lg-7,
fieldset .row .col-xs-8,
fieldset .row .col-sm-8,
fieldset .row .col-md-8,
fieldset .row .col-lg-8,
fieldset .row .col-xs-9,
fieldset .row .col-sm-9,
fieldset .row .col-md-9,
fieldset .row .col-lg-9,
fieldset .row .col-xs-10,
fieldset .row .col-sm-10,
fieldset .row .col-md-10,
fieldset .row .col-lg-10,
fieldset .row .col-xs-11,
fieldset .row .col-sm-11,
fieldset .row .col-md-11,
fieldset .row .col-lg-11,
fieldset .row .col-xs-12,
fieldset .row .col-sm-12,
fieldset .row .col-md-12,
fieldset .row .col-lg-12 {
  padding-left: 0px;
}
.form .row:first-child {
  margin-top: 0;
}
.form .row {
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.form .row:last-child {
  padding-bottom: 0;
}
.form .row .form-group {
  margin-bottom: 0;
}
.control-label,
label {
  color: #3F3F3F;
  font-weight: normal;
  line-height: 25px;
}
.classic-label {
  font-weight: normal;
}
.tab-pane {
  padding-top: 15px;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn.btn-primary {
  background: #3E804B;
  color: #FFFFFF;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #3E804B;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3E804B;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #fafafa;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  padding: 5px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > button {
  padding: 3px 7px 2px;
  margin: 0;
  min-height: 1em;
  color: #666;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > button:hover,
.dropdown-menu > li > button:focus {
  background-color: #445748;
  color: #FFFFFF;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  cursor: pointer;
  background: #445748;
  color: #fff;
}
@media (max-width: 767px) {
  .menu .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
  }
}
.dropdown-menu .divider {
  margin-left: -5px;
  margin-right: -5px;
}
.navbar-default {
  background: #627d68;
  margin-bottom: 0;
  border-radius: 0px;
}
.navbar-nav .btn {
  margin-top: 6px;
  margin-bottom: 6px;
  height: 35px;
}
.navbar-opciones-wrapper {
  min-height: 70px;
}
.navbar-opciones {
  background: #ebeaea;
  border-radius: 0px;
}
.busqueda .navbar-opciones {
  background: #fff;
  margin-bottom: 0px;
}
.navbar-opciones.affix {
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.navbar-opciones .navbar-nav ul.nav > li,
.navbar-opciones ul.navbar-nav > li {
  margin-left: 5px;
  float: left;
}
.navbar-opciones .navbar-search {
  padding: 0;
  border: 1px solid #888888;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #666;
}
.navbar-opciones .navbar-search .form-group {
  position: relative;
}
.navbar-opciones .navbar-search .form-control {
  border: none;
  height: 33px;
  box-sizing: border-box;
  padding-right: 15px;
}
.navbar-opciones .navbar-search .form-group span {
  right: 6px;
  top: 11px;
  position: absolute;
}
.page-layout {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
}
span.navbar-brand {
  padding-left: 22px;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-inverse {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
}
.navbar-inverse .navbar-nav > .active > a {
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  color: #FFFFFF;
}
.progress {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
}
.progress-bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #3E804B 0%, #3071a9 100%);
  height: 25px;
  line-height: 25px;
  border-color: #888888;
}
.progress-bar-success {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
}
.progress-bar-info {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
}
.progress-bar-warning {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
}
.progress-bar-danger {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-repeat: repeat-x;
  border-color: #3278b3;
  background-image: linear-gradient(to bottom, #3E804B 0%, #3278b3 100%);
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}
.panel-primary > .panel-heading {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #3E804B 0%, #357ebd 100%);
}
.panel-success > .panel-heading {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
}
.panel-info > .panel-heading {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
}
.panel-warning > .panel-heading {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
}
.panel-danger > .panel-heading {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
}
.well {
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
}
.error::before {
  content: url("../Images/error.gif");
  position: absolute;
  left: -10px;
}
.obligatorio {
  background-color: #F6EBE8;
}
.form-control-date {
  width: 83%;
  display: inline-block;
  margin-right: 3px;
}
[ui-view].ng-enter,
[ui-view].ng-leave {
  position: absolute;
}
[ui-view].ng-enter {
  left: 0;
  right: 0;
}
[ui-view].ng-enter {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
[ui-view].ng-leave {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
}
.alert.ng-hide-remove {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.alert.ng-hide-add {
  display: block !important;
}
.obligatorio > .select2-choice {
  background-color: #F6EBE8 !important;
}
.anulado {
  font-weight: 700;
  color: #a94442;
}
.anulado:hover {
  cursor: pointer;
  color: #872623;
}
.online-form-control {
  font-size: 13px;
  line-height: 17px;
  height: 21px;
  border: 1px solid #adb7c4;
  padding: 1px 3px 1px 3px;
  border-radius: 0;
  margin-top: 1px;
  margin-bottom: 1px;
}
.input-group-addon {
  padding: 7px 0 7px 5px;
  font-size: 14.95px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.input-group-addon-button {
  padding-top: 1px;
}
.input-group-date,
.input-group-date-time {
  width: 100%;
}
.input-group-date .input-group-addon,
.input-group-date-time .input-group-addon {
  width: 30px;
}
.input-group-date button,
.input-group-date-time button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.input-group-date .form-control,
.input-group-date-time .form-control {
  z-index: auto;
}
.input-group-date input:disabled ~ span > a,
.input-group-date-time input:disabled ~ span > a,
.input-group-date-time input:disabled ~ span > span,
.input-group-file input:disabled ~ span > a,
.input-group-search .disabled ~ span > a,
.input-group-date input:disabled ~ span > button,
.input-group-date-time input:disabled ~ span > button {
  opacity: 0.5;
}
.input-group-date input,
.input-group-date input.form-control[disabled],
.input-group-date-time input,
.input-group-date-time input.form-control[disabled],
.input-group-file input,
.input-group-file input.form-control[disabled],
.input-group-search .form-control,
.input-group-search .disabled {
  border-right: none !important;
}
.input-group-date input ~ span > a,
.input-group-date-time input ~ span > a,
.input-group-date input ~ span > button,
.input-group-date-time input ~ span > button,
.input-group-date-time input ~ span > span,
.input-group-file input ~ span > a,
.input-group-search .form-control ~ span > a {
  color: #555555;
  position: relative;
  top: 2px;
}
.input-group-search .form-control ~ span > a:hover,
.input-group-search .form-control ~ span > a:focus {
  text-decoration: none;
}
.input-group-date input ~ span,
.input-group-date-time input ~ span,
.input-group-file input ~ span,
.input-group-search .form-control ~ span {
  border: 1px solid #888888;
  background: white;
  line-height: 20px;
  height: 25px;
  padding: 1px 5px 1px 8px;
}
.input-group-search .form-control ~ span {
  border-left: none;
}
.input-group-search {
  overflow: hidden;
}
.input-group-date input:disabled ~ span,
.input-group-date-time input:disabled ~ span,
.input-group-file input:disabled ~ span,
.input-group-search .disabled ~ span {
  border: 1px solid #dddddd;
  border-left: none;
  background-color: #fafafa;
}
.input-group-date-time input ~ span {
  border-left: none;
}
.input-group-date-time .form-control-time {
  width: 25%;
  display: table-cell;
  padding-left: 2px;
}
.input-group-file input[type=text] {
  position: relative;
}
.input-group-file input[type=file] {
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  margin-left: 0;
  background: red;
  height: 100%;
  cursor: pointer;
}
.input-group-search-with-labels .form-control {
  height: auto;
  min-height: 25px;
}
.input-group-search-with-labels .form-control ~ span > a {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 2;
}
.input-group-search-with-labels ul {
  padding: 0;
  padding-left: 3px;
}
.input-group-search-with-labels ul li {
  display: inline-block;
  padding: 5px 5px 3px 18px;
  margin: 3px 8px 3px 0px;
  line-height: 13px;
  color: #333;
  cursor: default;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  position: relative;
}
.input-group-search-with-labels ul li .select2-search-choice-close {
  left: 3px;
}
.noPadding {
  padding-left: 0;
  padding-right: 0;
}
table tr td.opciones,
table.table td.opciones table.table th.opciones {
  padding: 0;
  min-width: 24px;
  padding-right: 4px;
}
.table .sortable {
  width: 15px;
  text-align: center;
}
.table .sortable .icon-sort {
  color: #3F3F3F;
  opacity: 0.4;
  cursor: move;
}
.table .sortable a:hover {
  text-decoration: none;
}
.label {
  padding: 5px;
  border-radius: 0;
  font-size: 13px;
  font-weight: normal;
}
.label-default {
  background-color: #ebeaea;
  color: #FFFFFF;
}
.labels .label {
  display: inline-block;
  margin: 2px 1px 2px 0;
}
.labels .label .close {
  line-height: 13px;
  margin-left: 5px;
}
.form-control-telephone {
  height: auto;
  min-height: 24px;
}
.form-control-telephone .label-telephone {
  background-color: #445748;
  line-height: 18px;
  display: inline-block;
  margin: 2px 3px 2px 0;
  padding: 0 4px 0 4px;
}
.form-control-telephone a {
  text-decoration: underline;
  display: inline-block;
}
.input-group-telephone .input-group-addon {
  padding-top: 0;
  vertical-align: top;
}
/*
    Para las busquedas
*/
.busqueda {
  min-width: 1024px;
  position: relative;
  height: 100%;
}
.busqueda-inner {
  height: 100%;
  padding-top: 50px;
  margin-top: -50px;
}
.busqueda .navbar-default {
  z-index: 2;
}
.criterios {
  width: 320px;
  position: relative;
  background-color: #ebeaea;
  float: left;
  height: 100%;
}
.criterios .select2-container {
  width: 100% !important;
}
.criterios .mostrarOcultar {
  display: block;
  position: fixed;
  top: 52px;
  left: 320px;
  width: 25px;
  height: 25px;
  z-index: 101;
  text-align: center;
  line-height: 30px;
}
.criterios .mostrarOcultar span {
  font-size: 16.25px;
  color: #445748;
}
.criterios .mostrarOcultar:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.criteriosOcultos {
  width: 24px;
  box-shadow: none;
}
.criteriosOcultos .mostrarOcultar {
  background-position: 0 -25px;
  left: 0px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.criteriosOcultos .wrap {
  display: none;
}
.resultados {
  margin-left: 320px;
  background-color: white;
  overflow: auto;
  position: relative;
  height: 100%;
}
.resultados-content {
  padding: 0px 15px 30px 15px;
}
div.resultadosExpandidos {
  margin-left: 25px !important;
}
.resultados h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16.25px;
  color: #445748;
  font-weight: bold;
}
.resultados .enlaces {
  position: absolute;
  top: 30px;
  right: 30px;
}
.resultados .enlaces li {
  float: left;
}
.resultados .enlaces li:before {
  content: "·";
  float: left;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.resultados .enlaces li:first-child:before {
  display: none;
}
.criterios .wrap {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
}
.criterios-content {
  z-index: 10;
  padding-bottom: 75px;
}
.criterios .grupo {
  padding-left: 20px;
  padding-right: 20px;
}
.criterios .grupoOcultable h3 {
  cursor: pointer;
  position: relative;
}
.criterios .grupoOcultable h3 .icon {
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  color: #445748;
}
.criterios .grupoOcultable.activo h3:after {
  content: "\e138";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #445748;
  font-size: 0.7em;
  margin-left: 5px;
}
.criterios .botonesFiltros {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 270px;
  text-align: right;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  z-index: 10;
  height: 30px;
  box-sizing: content-box;
}
.criterios .wrap:after,
.criterios .wrap:before {
  position: fixed;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 290px;
  height: 90px;
  background: -moz-linear-gradient(top, rgba(235, 234, 234, 0) 0%, #ebeaea 51%, #ebeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 234, 234, 0)), color-stop(51%, #ebeaea), color-stop(100%, #ebeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(235, 234, 234, 0) 0%, #ebeaea 51%, #ebeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(235, 234, 234, 0) 0%, #ebeaea 51%, #ebeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(235, 234, 234, 0) 0%, #ebeaea 51%, #ebeaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 234, 234, 0) 0%, #ebeaea 51%, #ebeaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebeaea', endColorstr='#ebeaea', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}
.criterios .wrap:before {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  top: 50px;
  height: 40px;
}
.criterios .botonesFiltros input[type=text]:first-child {
  margin-left: 0;
}
.criterios .grupo h3 {
  color: #313131;
  margin-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14.3px;
  font-weight: bold;
}
.criterios .grupo .criterio {
  margin-left: 10px;
  margin-right: 1px;
  border-left: 1px solid #dadada;
  padding-left: 6px;
  position: relative;
  padding-top: 10px;
}
.criterios .grupo .criterio:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  background: #fafafa;
}
.criterios .grupo .criterio label {
  font-weight: normal;
}
.criterios .grupo .criterio.has-error label {
  color: #c10000;
}
.criterioNumeroProcedimiento .criterio-valor .input-group {
  width: 100%;
}
.criterioNumeroProcedimiento .criterio-valor .separador {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.criterioNumeroProcedimiento .criterio-valor input[type=text]:first-child {
  width: 150px;
}
.separador {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  bofont-size: 17px;
}
.criterioNumeroProcedimientoConPieza .criterio-valor .input-group {
  width: 100%;
}
.criterioNumeroProcedimientoConPieza .criterio-valor .separador {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.criterios .grupo .criterioCheckbox {
  padding-top: 8px;
}
.criterioCheckbox input[type=checkbox] {
  vertical-align: text-top;
  margin-top: 0;
  margin-right: 2px;
}
.criterioCheckbox input[type=checkbox] ~ label {
  display: inline-block;
  width: auto;
}
/* VENTANAS MODALES*/
.modal-body .anchoTotal {
  width: 100% !important;
}
.modal-body .separador {
  padding: 0;
  top: -3px;
}
/*Para imprimir*/
@media print {
  .criterios {
    display: none;
  }
  .resultados {
    margin-left: 0;
    padding: 0;
  }
  .opciones,
  .enlaces {
    display: none;
  }
  body {
    height: auto;
    font-size: 1.2em;
  }
}
.asistenteGrande {
  width: 950px;
  left: -175px;
}
ul {
  list-style: none;
}
.masOpciones {
  content: url(images/masOpciones.png);
  margin-top: 4px;
}
.descImg,
.ascImg {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/desc.png);
}
.ascImg {
  background-image: url(images/asc.png);
}
.botonera {
  float: right;
  margin-top: 15px;
}
.cargando:before {
  content: "";
  display: block;
  padding: 3px 3px 3px 19px;
  height: 16px;
  width: 0px;
  font-size: 13px;
  line-height: 22px;
  background: url(images/ajax-loader.gif) 3px 3px no-repeat #7f7f7f;
  position: absolute;
  top: 20%;
  right: 48%;
  z-index: 20;
}
.textDisabled {
  background-color: lightgray !important;
}
/**************************/
.Label {
  width: 100%;
}
.grid-pages-imprimir {
  visibility: visible !important;
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  color: #445748;
  line-height: 1.4em !important;
}
.grid-pages-imprimir {
  visibility: hidden;
}
/****NOTIFICACIONES*/
.notificado {
  background-color: rgba(176, 252, 230, 0.5);
}
/*************/
.modal-seccion {
  padding-left: 23px;
  padding-top: 20px;
}
.seccion,
fieldset {
  padding-bottom: 40px;
  padding-left: 15px;
}
.seccion h2,
fieldset h2,
.seccion legend,
fieldset legend {
  padding: 0;
  font-size: 16.25px;
  font-weight: bold;
  background: none;
  border: none;
  border-bottom: none;
  margin: 10px 0 20px -20px;
  color: #445748;
}
.seccion h2,
fieldset h2 {
  padding-left: 20px;
}
.seccion .form,
fieldset .form {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.seccion legend:before,
fieldset legend:before {
  content: "";
  display: block;
  float: left;
  margin: 7px 11px 2px 0;
  height: 7px;
  width: 7px;
  background: #445748;
}
.seccion .select2-container,
fieldset .select2-container {
  width: 100% !important;
}
.seccion .acciones,
fieldset .acciones {
  text-align: right;
  margin-top: 20px;
}
.seccion h2:before {
  content: "";
  display: block;
  float: left;
  margin: 4px 11px 2px 0;
  height: 7px;
  width: 7px;
  background: #445748;
}
.ngViewBuscador,
.ngPantallaRegistro {
  height: 100%;
}
.sidebar .nav > li > a:before {
  content: "";
  display: block;
  float: left;
  margin: 4px 7px 2px 0;
  height: 7px;
  width: 7px;
  background: #ebeaea;
}
.sidebar .nav > li.active > a:before {
  background: #445748;
}
.sidebar .nav > li.has-error > a:before {
  background: #c10000;
}
.sidebar {
  padding-top: 20px;
}
.sidebar.affix {
  top: 50px;
}
.sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
}
.sidebar .nav {
  margin-bottom: 50px;
}
.sidebar .nav .nav {
  margin-bottom: 0px;
}
.sidebar .nav > li > a {
  display: block;
  padding: 4px 0px;
  font-size: 13px;
  font-weight: 500;
}
.sidebar .nav .nav > li > a {
  display: block;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: 500;
}
.sidebar .nav .nav {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .sidebar .nav > .active > ul {
    display: block;
  }
}
.sidebar .nav > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.sidebar-opciones {
  margin-top: 50px;
}
.has-error .input-group-addon {
  background: white;
  color: inherit;
}
.has-error .form-control,
.has-error input[type=text],
.has-error .select2-container a,
.has-error textarea,
.has-error ul.select2-choices,
.has-error .select2-container .select2-drop-active,
.has-error .select2-container-multi ul.select2-choices,
.has-error .select2-container-multi.select2-container-active ul.select2-choices,
.has-error div.select2-container a.select2-choice {
  border-color: #c10000;
}
.has-error input[type=text].ui-select-search {
  border-color: #aaa;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #c10000;
}
.has-error-input {
  border-color: #c10000 !important;
}
.has-error-label {
  color: #c10000 !important;
}
[disabled].form-control,
[readonly].form-control,
fieldset[disabled] .form-control,
input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: default;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-container.select2-container-disabled .select2-choice {
  border: 1px solid #dddddd;
  background-color: #fafafa !important;
  cursor: not-allowed;
  color: #737373;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #fafafa !important;
  color: #737373;
}
.select2-container-multi.select2-container-disabled ul.select2-choices {
  background: #fafafa;
  border: 1px solid #dddddd !important;
  color: #737373;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  color: #737373;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.navbar {
  border: none;
  min-height: 48px;
}
.navbar button.close {
  top: 15px;
  position: relative;
}
.navbar button.close span {
  font-size: 21px;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
/*Dropdown button*/
.masOpciones {
  content: url(images/masOpciones.png);
  margin-top: 4px;
}
.ddbtn * {
  box-sizing: content-box;
}
.ddbtn a,
.ddbtn button {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Segoe UI';
}
.ddbtn .ddface {
  background: #445748;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  border: none;
  border-right: none;
  padding: 0 5px 0 5px;
  height: 22px;
}
.ddbtn .ddface a,
.ddbtn .ddface button {
  display: block;
  line-height: 22px;
  border: none;
  max-width: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.ddbtn ul,
.ddbtn li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}
.ddbtn {
  cursor: pointer;
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ddbtn .ddarrow {
  background: #445748;
  color: #FFFFFF;
  display: table-cell;
  float: right;
  border-left: none;
  border: none;
  height: 22px;
  padding-right: 5px;
}
.ddbtn .ddface a {
  text-decoration: none;
}
.ddbtn .ddlist {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-height: 100px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
}
.ddbtn.active {
  z-index: 3;
}
.ddbtn.active .ddface,
.ddbtn.active .ddarrow {
  background: #445748;
}
.ddbtn_overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.ddbtn li {
  display: block;
}
.ddbtn ul li a {
  text-align: left;
  display: block;
  text-indent: 1px;
  padding: 2px 5px;
  text-decoration: none !important;
  background: white;
  color: #333;
}
.ddbtn ul li button {
  text-align: left;
  display: block;
  text-indent: 1px;
  padding: 2px 5px;
  width: calc(100% - 10px);
  background: white;
  color: #333;
  border: none;
}
.ddbtn li a:hover,
.ddbtn li button:hover {
  background: #445748;
  color: #FFFFFF;
}
.ddbtn.active .ddlist {
  display: block;
  top: 100%;
}
.ddbtn.active .ddscroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: white;
  padding: 2px;
}
.ddbtn.active .ddopt {
  display: block;
  width: 160px;
  line-height: 21px;
}
.opciones {
  text-align: right;
  padding-right: 3px;
  width: 20px;
  position: relative;
}
.listadoIntervinientes .linea .icono {
  width: 30px;
  text-align: center;
}
.opciones .ddbtn-container {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 200px;
  display: none;
}
.opciones:hover .ddbtn-container,
.opciones:focus .ddbtn-container {
  display: block;
}
.opciones:hover img,
.opciones:focus img {
  display: none;
}
#noty_topCenter_layout_container {
  top: 8px !important;
}
.alert,
.mensajeInfo,
.mensajeError {
  background: white;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 15px;
  line-height: 18px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  border: 1px solid #d3d3d3;
  position: relative;
  padding-right: 25px;
  word-wrap: break-word;
}
.alert a {
  text-decoration: underline;
}
.alert [class^="icon-"],
.alert .glyphicon,
.alert img {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0px;
}
.alert [class^="icon-"] ~ .noty_text,
.alert .glyphicon .noty_text {
  line-height: 25px;
}
.alert.noty_message:after {
  content: "\00d7";
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 25px;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=30);
  opacity: 0.3;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
}
.alert.noty_message:hover:after {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.alert-success {
  color: #3F3F3F;
}
.alert-success [class^="icon-"],
.alert-success .glyphicon {
  color: #35AA37;
}
.alert-info,
.mensajeInfo {
  border-color: #E8E8E8;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.alert-warning {
  color: #3F3F3F;
}
.alert-warning [class^="icon-"],
.alert-warning .glyphicon {
  color: #D0830C;
}
.alert-danger,
.mensajeError {
  background-repeat: repeat-x;
  border-color: #c10000;
  color: #c10000;
}
.alert-loading {
  position: fixed;
  width: 110px;
  top: 10px;
  left: 50%;
  z-index: 3000;
  text-align: center;
  margin-left: -55px;
  color: #3F3F3F;
  font-weight: normal;
}
.alert-loading:after {
  content: "";
}
.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  -webkit-animation: spinw 0.7s infinite linear;
  -moz-animation: spinm 0.7s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
.popover {
  border-radius: 0;
  box-shadow: 1px 1px 4px #d3d3d3;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: 1.2em;
  margin: 0;
}
.dropdown-menu [class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 0.2em;
}
.input-group-numeroProcedimientoConPieza .nppNumero {
  display: table-cell;
  padding-right: 2px;
}
.input-group-numeroProcedimientoConPieza .nppSeparador {
  display: table-cell;
  width: 11px;
}
.input-group-numeroProcedimientoConPieza .nppAnio {
  padding-left: 2px;
  display: table-cell;
  width: 25%;
}
.input-group-numeroProcedimientoConPieza .nppPieza {
  padding-left: 2px;
  display: table-cell;
  width: 36px;
}
.input-group-numeroProcedimientoConPieza input[type=text] {
  width: 100%;
}
.asistenteExpedientes {
  display: block;
  height: 397px;
  overflow-y: auto;
}
.select2-search-choice-close {
  top: 6px;
}
.ui-datepicker {
  z-index: 999999 !important;
}
.tree-group-item {
  border-left: 1px solid #888888;
  padding-left: 11px;
  position: relative;
}
ul.tree-group {
  padding-left: 20px;
}
.tree-group-item ul.tree-group {
  padding-top: 5px;
}
.tree-group-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  line-height: 0.5;
  margin-right: 5px;
  float: left;
  position: absolute;
  top: 0px;
  left: -1px;
}
.tree-group .tree-group-item:last-child {
  border-left: none;
  padding-left: 12px;
  padding-bottom: 5px;
}
.tree-group .tree-group-item label {
  margin-bottom: 0;
}
.tree-group .tree-group-item:last-child:before {
  left: 0px;
}
.tree-group .label {
  display: inline-block;
  margin: 2px 1px 2px 0;
  background: #ebeaea;
  color: #3F3F3F;
}
.tree-group .label .close {
  line-height: 13px;
  margin-left: 5px;
  color: #3F3F3F;
  top: 1px;
  position: relative;
}
.tree-group-form-control {
  display: inline-block;
  width: 100%;
}
.tree-group strong {
  display: inline-block;
  padding: 5px;
  line-height: 13px;
}
.informacionAdicional {
  margin-left: 10px;
  padding: 1px 2px 0px 5px;
  border-left: 1px solid #c0c0c0;
  font-size: 0.9em;
  color: #666666;
}
.informacionAdicional span {
  font-size: 0.9em;
}
.informacionAdicional strong {
  font-size: 0.9em;
  font-weight: normal;
  color: #111111;
}
.infoGroupSearch {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 2px;
}
.progress {
  border-radius: 0;
}
/*#divLoading {display:none!important}*/
#divAfirmaApplet,
#divCss {
  display: none;
}
.radioLabel {
  margin: 0;
}
.colorAzul {
  color: #2d6ca2;
}
.text-nowrap,
.table-responsive > .table > tfoot > tr > td.text-nowrap,
.table-responsive > .table > tbody > tr > td.text-nowrap {
  white-space: normal;
}
/* Clase necesaria para permitir el calculo del width de los dropdown */
.textDimensionCalculation {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}
iframe {
  padding: 0;
  margin: 0;
}
.iframeContainer iframe {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}
.navbar {
  z-index: 100;
}
.navbar-header {
  min-width: 300px;
}
.navbar-header .caret {
  color: white;
  margin-top: 24px;
  cursor: pointer;
  margin-left: 0;
  padding-left: 0;
}
.cursorMano {
  cursor: pointer;
}
.nodoActivo {
  background-color: rgba(120, 120, 120, 0.3);
  padding: 4px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .tabActiva > a {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
}
.alineacionIzquierda {
  text-align: left !important;
}
.tituloTablaInforme {
  font-weight: bold;
}
.checkBoxPiezaConviccion {
  float: right;
  margin-top: 6px !important;
}
.alertaCargando {
  top: 60px;
}
.anchoMaximo {
  width: 100%;
}
.noSearchBox .ui-select-dropdown {
  display: none !important;
}
.noSearchBox .select2-choices {
  box-shadow: none !important;
}
.form-control-container {
  display: flex;
}
.form-control-container > :first-child {
  width: calc(100% - 125px);
}
.form-control-container button {
  width: 120px;
  margin-left: 5px;
}
.aviso-minutaje {
  color: #DDDDDD;
  top: 18px;
  right: 10px;
  position: relative;
  -webkit-animation: blink-animation 1s steps(5, start) 5;
  -moz-animation: blink-animation 1s steps(5, start) 5;
  -o-animation: blink-animation 1s steps(5, start) 5;
  animation: blink-animation 1s steps(5, start) 5;
}
.aviso-minutaje:hover,
.aviso-minutaje:focus {
  cursor: pointer;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
#noty_topCenter_layout_container {
  margin-top: 50px !important;
}
.alturaLimitadaArbolRelacionados {
  max-height: 400px;
  overflow-y: auto;
}
.exploradorExpedienteJudicial .botonCuadrado {
  color: #FFFFFF;
  background-color: #445748;
  width: 33px;
}
.exploradorExpedienteJudicial .navbar-form .form-group .botonCuadrado > span {
  position: relative;
  font-size: 16px;
  top: 4px;
  right: 0px;
}
.panel-default > .panel-heading {
  background-color: #e6e6e6;
  background-image: none;
  border: none;
}
.panel-default > .panel-heading > span {
  font-size: 14px;
}
.panel-default > .panel-body {
  background-color: #e6e6e6;
}
.panel-default > .panel-body > span {
  font-size: 12px;
}
.contenedor-imagen {
  height: 200px;
  background-image: url(../img/cabecera.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 55%;
  text-align: right;
}
@media (max-width: 767px) {
  .contenedor-imagen {
    height: auto;
    background: none;
    margin: 0px;
    padding: 0 0 10px 10px;
    text-align: left;
  }
  .contenedor-imagen p {
    text-align: left;
    font-size: 46px;
    width: auto;
    float: none;
  }
}
.contenedor-imagen p {
  text-align: right;
  font-size: 46px;
  width: 494px;
  float: right;
}
.contenedor-imagen h1 {
  margin-top: 0;
}
.contenedor-imagen h2 {
  margin-top: 0;
  font-size: 20px;
}
.menu {
  margin-top: 2px;
}
.menu .dropdown-menu [class^="icon-"]:before,
.menu [class*=" icon-"]:before {
  margin-right: 0px;
  top: 2px;
  position: relative;
  font-size: 20px;
}
.btn-menu {
  background: #627d68;
  font-size: 15px;
}
.btn-menu:hover,
.btn-menu:focus {
  color: #FFFFFF;
}
.btn-menu span {
  font-size: 15px;
}
.btn-menu:active:focus {
  outline: none;
}
.btn-menu:active {
  -webkit-box-shadow: none;
}
.navbar-cabecera {
  z-index: 200;
}
.navbar-brand {
  padding: 10px 15px;
  line-height: 30px;
}
.estructura {
  width: 100% !important;
}
.navigationMenu {
  position: relative;
  float: right;
  /*top: 50%;*/
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.navigationMenu * > a {
  font-size: 15px;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer !important;
}
.navigationMenu * > a:hover,
a:focus {
  text-decoration: none;
}
.navigationMenu * > a:before {
  font-family: "fontello";
  margin-right: 0.3em;
  content: '\e802';
  font-size: 20px;
  top: 2px;
  position: relative;
}
#ctl00_NavigationMenun0Items {
  background: #FFFFFF;
  padding: 5px;
  margin-left: -15px;
  margin-top: 24px;
  border-bottom-style: solid;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#ctl00_NavigationMenun0Items td td a {
  margin: 0;
  min-height: 1em;
  color: #666;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
}
#ctl00_NavigationMenun0Items td td {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#ctl00_NavigationMenun0Items td:hover {
  background: #445748;
}
#ctl00_NavigationMenun0Items td:hover a {
  color: #FFFFFF;
  text-decoration: none;
}
.navbar-opciones {
  width: 100%;
  height: 48px;
  background: #ebeaea;
  border-radius: 0px;
}
.menu .linkTextoLOPD {
  height: 14px;
  margin-right: -5px;
}
.linkTextoLOPD {
  float: right;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.linkTextoLOPD a,
.linkTextoLOPD span {
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}
#migas {
  float: left;
  top: 50%;
  padding-top: 1px;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#migas > ul {
  float: right;
  padding-inline-start: 20px;
}
#migas > * ul {
  padding-inline-start: 0px;
  float: right;
  padding-left: 0px;
}
#migas * > a {
  color: #445748;
  font-weight: bold;
}
.datepickerPSP {
  position: relative;
}
.datepickerPSP input {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.datepickerPSP img {
  position: absolute;
  top: 1px;
  right: 17px;
  width: 22px;
}
select {
  height: 25px;
  width: 100%;
}
.ui-dialog .ui-dialog-content .ui-button {
  background-color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#a8a8a8);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #a8a8a8 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #a8a8a8 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #a8a8a8 100%);
  background-image: linear-gradient(top, #ffffff 0%, #a8a8a8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #a8a8a8 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #a8a8a8));
  float: none;
  padding: 2px 20px 2px 20px;
  width: auto;
  display: inline;
  margin: 0;
  line-height: 16px;
  color: #404040;
  min-height: 16px;
}
/*flechita del desplegable*/
.ui-dialog .custom-combobox .custom-combobox-toggle {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 2px;
  height: 16px;
  width: 16px;
  border-left: none;
  outline: none;
  margin: 0;
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 25%, #f0f0f0 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #ffffff), color-stop(75%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 25%, #f0f0f0 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 25%, #f0f0f0 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 25%, #f0f0f0 75%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 25%, #f0f0f0 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  /* IE6-9 */
}
.ui-dialog-buttonset .ui-button {
  border: solid 1px #c8c8c8 !important;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 0 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog-titlebar-close {
  background: transparent;
}
.no-close .ui-dialog-title {
  display: none;
}
.ui-dialog-titlebar .ui-button {
  background: none;
  border: none;
}
.ui-dialog .ui-dialog-content {
  padding-left: 20px;
  padding-right: 20px;
}
.ui-dialog {
  z-index: 101 !important;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.no-close .ui-dialog-title {
  display: none;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 8px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 8px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 8px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 8px;
}
.divConTabla {
  padding-right: 80px;
}
fieldset .form-group .margenIzquierdo {
  padding-left: 40px;
}
fieldset .form-group .margenIzquierdoGrande {
  padding-left: 100px;
}
.page-layout .table tr div a {
  font-family: webdings !important;
  font-size: inherit;
  color: #445748;
  cursor: pointer;
}
.page-layout .table tr div a:hover {
  text-decoration: none;
}
.page-layout .table tr div {
  text-align: center;
  float: unset !important;
  font-family: Arial !important;
}
.modalPopup {
  border-style: solid;
}
.menuArbolDiv {
  width: 250px;
  position: absolute;
  display: none;
  text-align: left;
  top: 9px;
  right: 0;
  float: right;
  padding-top: 15px;
  padding-bottom: 25px;
  z-index: 105;
}
.menuArbolDiv ul:first-child {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: -15px;
  padding: 5px;
  background-color: white;
}
.menuArbolBtn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #445748;
  margin-bottom: 25px;
  vertical-align: top;
}
.menuArbolBtn:hover > .menuArbolDiv {
  display: block;
}
.menuArbolDiv:hover {
  display: block;
}
.menuArbolBtn .caret {
  color: white;
  padding-left: 0;
  margin-right: 18px;
  vertical-align: baseline;
}
.menuArbolDiv li {
  list-style: none;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.menuArbolDiv li a {
  color: #000;
  line-height: 1.5;
}
.menuArbolDiv li:hover {
  background: #445748;
  color: #FFFFFF;
}
.menuArbolDiv li:hover a {
  color: #FFFFFF;
}
.menuArbolDiv li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.menuArbolDiv li:empty {
  display: none;
}
.volver {
  text-align: center;
  position: relative;
  float: right;
  padding-right: 30px;
  -ms-transform: translateY(17%);
  transform: translateY(17%);
}
.volver input {
  height: 35px;
}
.item-with-option-container {
  display: flex;
}
.item-with-option-container :first-child {
  width: calc(100% - 125px);
}
.item-with-option-container .btn {
  width: 120px;
  margin-left: 5px;
}
.modal * > .navbar-brand {
  text-indent: 0px;
  background-image: none;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
}
.cabeceraSinLogo * > .navbar-brand {
  text-indent: 0px;
  background-image: none;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
}
.mensajeInfo {
  width: 100%;
  display: inline-block;
  margin-right: 6px;
  top: 1px;
  font-weight: 400;
  color: #31708f;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mensajeInfo:before {
  content: "\e086";
  font-family: 'Glyphicons Halflings';
  padding-left: 5px;
  padding-right: 10px;
}
.mensajeError:before {
  content: "\e083";
  font-family: 'Glyphicons Halflings';
  padding-left: 5px;
  padding-right: 10px;
}
.tituloCabeceraConLogo {
  position: absolute;
  top: 65px;
  left: 20px;
  z-index: 110;
}
.ventanaConfirmacionDescargaNotificaciones {
  top: 750px !important;
}
.dropdown-opciones > Button {
  padding-left: 20px;
  padding-right: 20px;
}
.dropdown-opciones > Button :before {
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
  content: "\e234";
}
.dropdown-opciones > Button > span.caret {
  margin-left: -17px;
  margin-top: -5px;
  border: hidden;
  display: grid;
  display: -ms-grid;
}
.btn-sin-fondo {
  background: transparent;
  color: #3F3F3F;
  border: 1px solid #eeeeee;
  padding-top: 2px;
  padding-bottom: 2px;
}
.menu-dropdown-right {
  display: table;
  width: auto;
  table-layout: fixed;
}
.themeColor3 {
  color: #3E804B !important;
}
.sin-padding-left {
  padding-left: 0px !important;
}
.documentacion {
  padding: 3px 7px 3px 12px;
}
.dropdown-arbol {
  display: inline-block;
}
.elemento-arbol {
  position: relative;
}
.divider-pequeno {
  height: 1px;
  margin: 3px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.has-error-dropdown {
  border-color: #c10000 !important;
}
.error-dropdown-archivo {
  margin-left: 30px;
  color: #c10000;
  font-style: italic;
  margin-top: 3px;
}
.warning-dropdown-archivo {
  margin-left: 30px;
  font-style: italic;
  margin-top: 3px;
}
.icono-arbol {
  position: relative;
  top: 3px;
}
.dropdown-sin-fondo {
  margin-top: 0px;
  border-radius: 0;
  padding: 5px 0px !important;
}
.dropdown-sin-fondo > li {
  padding: 1px 5px !important;
}
.dropdown-sin-fondo > li > a {
  padding: 2px 7px 2px;
}
.btn-disabled[disabled] {
  background-color: #3E804B;
  color: #FFFFFF;
}
.sin-margin-top {
  margin-top: 0px !important;
}
.wait-sortable {
  width: 15px;
  text-align: center;
  cursor: wait;
}
.wait-sortable .icon-sort:before {
  color: #dddddd !important;
  cursor: wait !important;
}
.wait-sortable .icon-sort:before:hover {
  text-decoration: none !important;
}
.wait-sortable .icon-sort:hover {
  text-decoration: none !important;
}
.unclicable {
  color: #445748;
}
.unclicable:hover {
  text-decoration: none;
  cursor: default;
  color: #445748;
}
.btn-menu:focus-visible,
.caret:focus-visible,
.pagination li .grid-current-page:focus-visible {
  outline: 3px solid #000000;
}
span:focus-visible,
.linkTextoLOPD a:focus-visible,
.close:focus-visible {
  outline: 3px solid #000000;
  padding: 3px;
}
.navigationMenu a:focus-visible {
  outline: 3px solid #000000;
  padding: 3px;
  margin: 10px;
}
.ctl00_NavigationMenu_1:focus-visible {
  color: #FFFFFF !important;
  background-color: #445748;
  width: 100%;
  padding: inherit;
}
.btn-default:focus-visible,
.btn-primary:focus-visible,
input[type=submit]:focus-visible,
input[type=button]:focus-visible {
  outline: 3px solid #000000;
}
span > a:focus-visible,
.mostrarOcultar:focus-visible,
.titulo > a:focus-visible,
.tree-group-item > a:focus-visible,
.enlaceFocoVisible:focus-visible,
.resultadosListadoPaginado:focus-visible {
  outline: 3px solid #445748;
  padding: 3px;
}
input[type=text]:focus-visible,
input[type=checkbox]:focus-visible,
.masOpciones:focus-visible,
.mandarAIndiceExplorador:focus-visible,
.filtroOrden:focus-visible,
.combobox:focus-visible,
.custom-combobox-toggle:focus-visible,
.labelConIcono:focus-visible,
.inputFocoVisible:focus-visible,
.select2-container-active,
.opciones img:focus-visible,
.pagination li > a:focus-visible,
th > a:focus-visible {
  outline: 3px solid #445748;
}
.select2-input:focus-visible {
  outline: 3px solid #445748 !important;
  margin: 2px !important;
}
.select2-search-choice-close:focus-visible {
  outline: 3px solid #445748 !important;
}
.menuArbolDiv li a:focus-visible {
  color: #FFFFFF;
  background-color: #445748;
  display: block;
  width: 100%;
  padding: inherit;
}
.pagination > li > button {
  position: relative;
  float: left;
  border: 1px solid #DDD;
}
.pagination > li > button:hover {
  background-color: #EEE;
}
.menuNavegacion {
  text-align: left;
  display: block;
  text-indent: 1px;
  width: 100%;
  background: white;
  color: #333;
  border: none;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.accionTresPuntos:focus {
  color: #FFFFFF;
  background-color: #445748;
}
.bordeNegro:focus-visible {
  outline: 3px solid #000000;
  margin-left: -3px;
}
.bordeNegroFlecha:focus-visible {
  outline: 3px solid #000000;
  margin-left: 3px;
}
.tresPuntosExpediente:focus-visible {
  outline: 3px solid transparent;
}
