.no-sentinel {
  /*Clase sin estilos unicamente utilizada para desactivar otros estilos de esta misma hoja*/
}

.page-body {
  background: #F5F5F5;
  position: relative;
  z-index: 10;
}

.page-bode-internal {
  background: #F5F5F5;
  padding: 0 0 0 0;
}

body:before {
  background: #F5F5F5;
}
.navbar .navbar-inner {
  background: #FFFFFF;
}

.loading-container {
  background: #FFFFFF;
}

.bar-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
  background: #0096DC;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
  color: #0096DC;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
  border-left: none;
}

.page-header .header-buttons a {
  color: #0096DC;
}

.page-header .header-buttons a.fullscreen:hover, .page-header .header-buttons a.fullscreen.active {
  color: #0096DC;
}

.page-header .header-buttons a.fullscreen:before {
  background: #FFFFFF;
}

.page-breadcrumbs {
  box-shadow: none;
  background-color: #F5F5F5;
  background-image: none;
  border-bottom: 1px solid #FFFFFF;
}

.page-sidebar:after {
  border-right: 1px solid #FFFFFF;
  left: 0;
  width: 224px;
  background-color: transparent;
  content: "";
  position: fixed;
  display: block;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.page-sidebar.menu-compact:after {
  border-right: none;
}

.page-sidebar:before {
  background-color: #00628F;
  left: 0;
  width: 42px;
  box-shadow: none;
}

.page-sidebar .sidebar-menu {
  margin-left: 0;
}

.page-sidebar .sidebar-menu a {
  color: #707070;
  padding-left: 0;
}

.page-sidebar .sidebar-menu > li > a > .menu-text{
  padding-left: 5px;
}

.page-sidebar .sidebar-menu li.open > a {
  background: #FFFFFF;
}

.page-sidebar .sidebar-menu li.active > a {
  background: #FFFFFF;
  color: #00628F;
}

.page-sidebar .sidebar-menu li .icon {
  display: inline-block;
  color: #FFFFFF;
  width: 42px;
  height: 38px;
  text-align: center;
  border-bottom: 0px solid #99C0D2;
}

.page-sidebar .sidebar-menu li.active .icon {
  background: #0096DC;
}

.page-sidebar .sidebar-menu li.open .icon {
  color: #707070;
}

.page-sidebar .sidebar-menu > li > a:hover .icon {
  color: #707070;
}

.page-sidebar .sidebar-menu > li > a:hover {
  background-color: #FFFFFF;
  color: #707070;
}

.page-sidebar .sidebar-menu .submenu a {
  color: #707070;
  background: #F5F5F5;
}

.page-sidebar .sidebar-menu .submenu li.active > a {
  color: #00628F;
  background: #FFFFFF;
}

.page-sidebar .sidebar-menu .submenu > li > a:hover {
  background-color: #FFFFFF;
  color: #707070;
}

.page-sidebar .sidebar-menu .submenu > li > a:hover .icon {
  color: #707070;
}

.page-sidebar .sidebar-menu li:hover:before {
  display: none;
}

.page-sidebar .sidebar-menu li.active:before {
  display: none;
}

.page-sidebar.menu-compact .sidebar-menu a {
  color: #707070;
}

.page-sidebar.menu-compact .sidebar-menu > li > a .menu-text {
  color: #707070;
}

.page-sidebar.menu-compact .sidebar-menu > li.active > a .menu-text {
  color: #00628F;
}

.page-sidebar.menu-compact .sidebar-menu li .submenu li:hover:before {
  display: none;
}

.page-sidebar.menu-compact .sidebar-menu li .submenu li:active:before {
  display: none;
}

.page-sidebar.menu-compact .sidebar-menu li .submenu li.active:not(.open):before {
  display: none;
}

.page-sidebar .sidebar-header-wrapper .navbar .sidebar-collapse {
  position: relative;
  left: 0;
  float: right;
  box-shadow: none;
}
.page-sidebar .sidebar-header-wrapper .navbar .sidebar-collapse .collapse-icon {
  color: #0096DC;
  box-shadow: none;
}

.page-sidebar.menu-compact .sidebar-header-wrapper .navbar .sidebar-collapse {
  position: absolute;
}

.page-sidebar.menu-compact .sidebar-header-wrapper .navbar .sidebar-collapse .collapse-icon {
  color: #FFFFFF;
}


.bordered-blue {
  border-color: #0096DC !important;
}

.bordered-blue2 {
  border-color: #0096DC !important;
}



.table thead.bordered-blue > tr > th {
  border-bottom: 3px solid #0096DC;
  background-color: #FFFFFF;
  color: #333333;
}

.table thead.bordered-blue2 > tr > th {
  border-bottom: 3px solid #0096DC;
  background-color: #F6FAFC;
  color: #333333;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.pagination > li > a, .pager > li > a {
  color: #707070;
  background-color: #F5F5F5;
  border-color: #D5D5D5;
}

.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > .active > a:focus {
  background-color: #FFFFFF;
  color: #00628F;
  border-color: #D5D5D5;
}

.pagination > li > a:hover {
  background-color: #FFFFFF;
  border-color: #D5D5D5;
  color: #707070;
}

.pagination > li.disabled > a, .pager > li.disabled > a, .pagination > li.disabled > a:hover, .pager > li.disabled > a:hover, .pagination > .disabled > a:focus {
  background-color: #F5F5F5;
  color: #BBBBBB;
  border-color: #D5D5D5;
}

.widget-header {
  background: #F5F5F5;
  box-shadow: none;
  color: #00628F;
}

.widget-body {
  box-shadow: none;
  background: #FFFFFF;
  color: #707070;
}

.widget {
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
}

.label-primary:not(.no-sentinel) {
  background-color: #0096DC;
}

.label-warning:not(.no-sentinel) {
  background-color: #F4AA00;
}

.label-danger:not(.no-sentinel) {
  background-color: #FD4239;
}

.label-success:not(.no-sentinel) {
  background-color: #84B32A;
}

.task-green {
  color: #84B32A;
  font-size: 24px;
}

.red {
  font-color: #FD4239;
}

.task-red {
  color: #FD4239;
  font-size: 24px;
}

.task-orange {
  color: #F4AA00;
  font-size: 24px;
}

.task-badges {
  border-radius: 50%;
  padding: 5px;
  background: #CED83B;
  color: #FFFFFF;
  text-align: center;
  font-size:10px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.themeprimary {
  color: #84B32A !important;
}
.themesecondary {
  color: #FD4239 !important;
}
.themethirdcolor {
  color: #F4AA00 !important;
}

.task-container {
  overflow:hidden;
  overflow-y:scroll;
  background: #FFFFFF;
  height: 379px;
}

.alert-container {
  overflow:hidden;
  overflow-y:scroll;
  background: #FFFFFF;
  height: 179px;
}

.init-container {
  padding:10px;
}

.task-container > ul {
  margin-bottom: 0;
}

.task-container .tasks-list .task-item {
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
}

.task-container .tasks-list .task-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.task-container .tasks-list .task-item .task-state {
  top: 10px;
  left: 20px;
}

.task-container .tasks-list .task-item .task-body {
  top: 10px;
  left: 60px;
  right: 10px;
}

.task-container .tasks-list .task-item .task-body > span {
  top: 10px;
  left: 60px;
  width: 100%;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.task-container .tasks-list .task-item .task-time {
  top: 40px;
  right: 20px;
  font-size: 11px;
  color: #BBBBBB;
}

.task-container .tasks-list .task-item .task-2nd-row {
  top: 45px;
}

.task-container .tasks-list .task-item .task-assignedto {
  top: 40px;
  left: 20px;
  font-size: 13px;
  color: #BBBBBB;
}

.widget-buttons > a i {
  color: #0096DC;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #00628F;
  border-top: 2px solid #0096DC;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
  color: #707070;
}

.nav-tabs {
  background-color: #F5F5F5;
  box-shadow: none;
}

.tab-content {
  box-shadow: none;
}

.tabset{
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
}

.header-buttons{
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin-bottom: 30px;
}

.btn:not(.no-sentinel, [uib-timepicker] *, [uib-datepicker] *) {
  border-radius: 0.25em;
}

:is(.btn-primary, .btn-primary:focus):not(.no-sentinel, [uib-timepicker] *, [uib-datepicker] *) {
  background-color: #0096DC !important;
  border-color: #0096DC;
  color: #ffffff;
}

:is(.btn-primary:hover, .open .btn-primary.dropdown-toggle):not(.no-sentinel) {
  background-color: #ffffff !important;
  border-color: #0096DC;
  color: #0096DC;
}

.btn-primary:active:not(.no-sentinel), .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #00628F !important;
  border-color: #00628F;
  color: #ffffff;
}

/* TODO Eliminar hasta.... */
.btn-primary-inverted, .btn-primary-inverted:focus {
  background-color: #ffffff !important;
  border-color: #0096DC;
  color: #0096DC;
}

.btn-primary-inverted:hover, .open .btn-primary-inverted.dropdown-toggle {
  background-color: #0096DC !important;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-primary-inverted:active, .btn-primary-inverted.active, .open > .dropdown-toggle.btn-primary-inverted {
  background-color: #ffffff !important;
  border-color: #ffffff;
  color: #00628F;
}

.btn-primary-alt, .btn-primary-alt:focus {
  background-color: #0096DC !important;
  border-color: #0096DC;
  color: #ffffff;
}

.btn-primary-alt:hover, .open .btn-primary-alt.dropdown-toggle {
  background-color: #2da7dc !important;
  border-color: #0096DC;
  color: #ffffff;
}

.btn-primary-alt:active, .btn-primary-alt.active, .open > .dropdown-toggle.btn-primary-alt {
  background-color: #00628F !important;
  border-color: #00628F;
  color: #ffffff;
}
/* TODO ...aqui */

.btn-secondary, .btn-secondary:focus {
  background-color: #CED83B !important;
  border-color: #CED83B;
  color: #ffffff;
}

.btn-secondary:hover, .open .btn-secondary.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #CED83B;
  color: #CED83B;
}

.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  background-color: #84B21A !important;
  border-color: #84B21A;
  color: #ffffff;
}

.btn-third, .btn-third:focus {
  background-color: #FD4239 !important;
  border-color: #FD4239;
  color: #ffffff;
}

.btn-third:hover, .open .btn-third.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #FD4239;
  color: #FD4239;
}

.btn-third:active, .btn-third.active, .open > .dropdown-toggle.btn-third {
  background-color: #FEB3B0 !important;
  border-color: #FEB3B0;
  color: #ffffff;
}

.btn-four, .btn-four:focus {
  background-color: #F4AA00 !important;
  border-color: #F4AA00;
  color: #ffffff;
}

.btn-four:hover, .open .btn-four.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #F4AA00;
  color: #F4AA00;
}

.btn-four:active, .btn-four.active, .open > .dropdown-toggle.btn-four {
  background-color: #F8DD99 !important;
  border-color: #F8DD99;
  color: #ffffff;
}

.btn-five, .btn-five:focus {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  background-color: #FFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.btn-five span {
  color: #5F5F5E;
  font-weight: 600;
}

.btn-five i {
  width: 24px;
  height: 24px;
}

.btn-five:disabled {
  color: #B9B9B9;
  background-color: #D9D9D9;
}

.btn-five:hover {
  border: none;
  box-shadow: none;
}

.btn-five:active, .btn-five.active {
  color: #0096DC;
}

.databox.radius-bordered .databox-left {
  border-radius: 3px 3px 3px 3px;
}

.col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2-4{
  float: left;
}

.col-xs-2-4 {
  width: 20%;
}

.col-xs-pull-2-4 {
  right: 20%;
}

.col-xs-push-2-4 {
  left: 20%;
}

.col-xs-offset-2-4 {
  margin-left: 20%;
}

@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
  }
  .col-sm-2-4 {
    width: 20%;
  }
  .col-sm-pull-2-4 {
    right: 20%;
  }
  .col-sm-push-2-4 {
    left: 20%;
  }
  .col-sm-offset-2-4 {
    margin-left: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-2-4 {
    float: left;
  }
  .col-md-2-4 {
    width: 20%;
  }
  .col-md-pull-2-4 {
    right: 20%;
  }
  .col-md-push-2-4 {
    left: 20%;
  }
  .col-md-offset-2-4 {
    margin-left: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-2-4 {
    float: left;
  }
  .col-lg-2-4 {
    width: 20%;
  }
  .col-lg-pull-2-4 {
    right: 20%;
  }
  .col-lg-push-2-4 {
    left: 20%;
  }
  .col-lg-offset-2-4 {
    margin-left: 20%;
  }
}

.breadcrumb > li, .breadcrumb > li.active, .breadcrumb > li > a {
  color: #00628F;
}

.breadcrumb > li.active > span{
  border-bottom: 2px solid #0096DC;
}

.breadcrumb > li + li:before {
  color: #00628F;
  content: ">";
}

.fixed-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.fixed-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-sidebar .sidebar-menu > li > a .icon .doc-capture-ico {
  background-image: url(../images/icons_app_menu/ico_m01A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .doc-capture-ico, .page-sidebar .sidebar-menu li.open .icon .doc-capture-ico{
  background-image: url(../images/icons_app_menu/ico_m01B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .clasification-ico {
  background-image: url(../images/icons_app_menu/ico_m02A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .clasification-ico, .page-sidebar .sidebar-menu li.open .icon .clasification-ico{
  background-image: url(../images/icons_app_menu/ico_m02B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .description-ico {
  background-image: url(../images/icons_app_menu/ico_m03A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .description-ico, .page-sidebar .sidebar-menu li.open .icon .description-ico{
  background-image: url(../images/icons_app_menu/ico_m03B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .management-ico {
  background-image: url(../images/icons_app_menu/ico_m04A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .management-ico, .page-sidebar .sidebar-menu li.open .icon .management-ico{
  background-image: url(../images/icons_app_menu/ico_m04B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .access-control-ico {
  background-image: url(../images/icons_app_menu/ico_m05A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .access-control-ico, .page-sidebar .sidebar-menu li.open .icon .access-control-ico{
  background-image: url(../images/icons_app_menu/ico_m05B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .circulation-ico {
  background-image: url(../images/icons_app_menu/ico_m06A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .circulation-ico, .page-sidebar .sidebar-menu li.open .icon .circulation-ico{
  background-image: url(../images/icons_app_menu/ico_m06B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .disposition-ico {
  background-image: url(../images/icons_app_menu/ico_m07A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .disposition-ico, .page-sidebar .sidebar-menu li.open .icon .disposition-ico{
  background-image: url(../images/icons_app_menu/ico_m07B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .conservation-ico {
  background-image: url(../images/icons_app_menu/ico_m08A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .conservation-ico, .page-sidebar .sidebar-menu li.open .icon .conservation-ico{
  background-image: url(../images/icons_app_menu/ico_m08B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .deposits-ico {
  background-image: url(../images/icons_app_menu/ico_m09A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .deposits-ico, .page-sidebar .sidebar-menu li.open .icon .deposits-ico{
  background-image: url(../images/icons_app_menu/ico_m09B.png);
}

.page-sidebar .sidebar-menu > li > a .icon .administration-ico {
  background-image: url(../images/icons_app_menu/ico_m10A.png);
  background-position:center;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

.page-sidebar .sidebar-menu > li > a:hover .icon .administration-ico, .page-sidebar .sidebar-menu li.open .icon .administration-ico{
  background-image: url(../images/icons_app_menu/ico_m10B.png);
}

.widget-body.home-buttons {
  color: #00628F;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.widget-header .widget-icon-img {
  display: block;
  position: relative;
  float: left;
  text-align: center;
  margin-left: -10px;
  margin-top: 4px;
}

.well {
  box-shadow: none;
  background-color: #eeeeee;
}

.group-btns-launchingest {
  margin-top: 11px;
}

.nodisplay {
  display: none;
}

.progress-bar {
  background-color: #0096DC;
}

.timeline > li > .timeline-panel .timeline-body > p {
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #707070;
}

.timeline-select {
  color: #707070;
}
.checkBoxTable{
  margin-left: 1px solid #c8c8c8 !important;
}

/*input[type=checkbox]:not(.checkBoxTable) ~ .text:before {
  background-color: #EEEEEE;
  color: #0096DC;
  border: none;
}*/
input[type=checkbox]:checked ~ .text:before {
  background-color: #EEEEEE;
  color: #0096DC;
  border: none;
}

input[type=checkbox] ~ .text:hover:before {
  background-color: #EEEEEE;
  border: 1px solid #D5D5D5;
  color: #00628F;
}
input[type=checkbox]:checked ~ .text:hover:before {
  background-color: #EEEEEE;
  border: 1px solid #D5D5D5;
  color: #00628F;
}

.bordercolorinfo {
  border-bottom: 2px solid;
  border-color: #e75b8d !important;
}
.bordercolorerror {
  border-bottom: 2px solid;
  border-color: #d73d32 !important;
}
 .bordercolorwarning {
   border-bottom: 2px solid;
   border-color: #f4b400 !important;
 }
.bordercolortask {
  border-bottom: 2px solid;
  border-color: #8cc474 !important;
}
.bordercolordebug {
  border-bottom: 2px solid;
  border-color: #cccccc !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer {
  border-top: 3px solid #0096DC;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
  background-color: #D5D5D5;
  box-shadow: none;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a {
  color: #707070;;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li:hover, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li a:hover {
  background-color: #f5f5f5;
}

.login-container {
  max-width: 480px;
  max-height: 550px;
  border-radius: 4px;
}

.change-password-container {
  max-width: 460px;
}
.color-red{
  color:red
}

.otpLogin{
  padding-right: 32px;
  padding-left: 32px;
  margin-bottom: 16px;
}

.login-container .loginbox {
  width: 100% !important;
}

.loginbox-textlabel {
  display: flex;
  text-align: left; /* Justificar a la izquierda */
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
}


.loginbox-checkbox {
  opacity: 1 !important;
}

.loginbox-password {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  margin-left: 40px;
}

.loginbox-qrImg{
  display: block;
  text-align: center;
}

.loginbox-button-group{
  display: flex;
  align-items: baseline;
  gap: 16px;
  /*flex-direction: row-reverse;*/
}

/*.loginbox input{
  display: flex;
  /*text-align: left;
}*/

.remember-label{
  padding-left: 5px;
  padding-top: 3px;
}

.login-button{
  text-align: center !important;
}

.loginbox-icon {
  display: block;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
}

.loginbox-icon-qr{
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.loginbox-img {
  text-align: center;
  width: 165px;
  height: 43px;
  margin-bottom: 32px;
  margin-top: 40px;
}

.btn-login-ok{
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: #00628F!important;
  border-radius: 8px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  display: inline-flex !important;
  text-color: black;
}

.page-sidebar .sidebar-header-wrapper .searchmenu {
  height: 25px;
  position: relative;
  top: 10px;
  width: 65%;
  z-index: 2;
  left: 41px;
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchmenu {
  visibility: hidden;
}

div.dataTables_length {
  position: absolute;
  top: 48px;
  right: 28px;
}

div.dataTables_filter label {
  font-weight: normal;
  float: left;
  margin-bottom: 10px;
  margin-right: 4px;
  position: relative;
}

div.pictureTables_filter {
  font-weight: normal;
  float: left;
  margin-bottom: 10px;
  margin-right: 4px;
  margin-left: 7px;
  position: relative;
}

/*.dataTables_filter label:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 30px;
  max-width: 30px;
  overflow: hidden;
  color: #5db2ff;
  text-align: center;
  padding-top: 6px;
}*/

.dataTables_filter input {
  width: 16em;
  padding-left: 28px;
}

.dataTables_filter div.second-inline-form-group {
  padding-left: 28px;
}

.a3w-form-group-filter{
  padding-right:0px;
  padding-left:0px;
}
.dataTables_filter select {
  width: 16em;
  padding-left: 28px;
}
.form-inline-sentinel{
  margin-bottom:15px;
}

.form-inline-sentinel * {
  margin-right:15px ;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}

div.dataTables_paginate2 {
  float: right;
  margin: 0px 13px;
}

div.dataTables_paginate ul.pagination {
  margin: 2px;
}

.DTTTFooter {
  margin: 0;
  background: #fff;
  overflow: hidden;
  padding: 5px 5px 2px 10px;
  border: 1px solid #ddd;
  border-top: 0px;
  background-color: #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%);
}

.big-doc-capture-ico {
  background-image: url(../images/icons_app_menu_big/ico_m01_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-clasification-ico {
  background-image: url(../images/icons_app_menu_big/ico_m02_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-description-ico {
  background-image: url(../images/icons_app_menu_big/ico_m03_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-search-ico {
  background-image: url(../images/icons_app_menu_big/ico_m03_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-access-control-ico {
  background-image: url(../images/icons_app_menu_big/ico_m05_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-management-ico {
  background-image: url(../images/icons_app_menu_big/ico_m04_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-circulation-ico {
  background-image: url(../images/icons_app_menu_big/ico_m06_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-disposition-ico {
  background-image: url(../images/icons_app_menu_big/ico_m07_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-conservation-ico {
  background-image: url(../images/icons_app_menu_big/ico_m08_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.big-deposits-ico {
  background-image: url(../images/icons_app_menu_big/ico_m09_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;;
}

.big-administration-ico {
  background-image: url(../images/icons_app_menu_big/ico_m10_big.png);
  background-position:center;
  background-repeat:no-repeat;
  width:56px;
  height:56px;
}

.datepicker {
  position: absolute;
  width: 242px;
  height: 270px;
  box-shadow: 0px 0px 2px 2px #e5e5e5;
  z-index: 10;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.datepicker .datepicker-heading {
  color: #00628F;
  text-align: center;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.datepicker .datepicker-heading a:first-child {
  position: absolute;
  left: 20px;
}
.datepicker .datepicker-heading a:last-child {
  position: absolute;
  right: 20px;
}
.datepicker .datepicker-body {
  padding: 15px;
}
.datepicker .datepicker-week-day {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #333333;
  padding: 4px;
}
.datepicker .datepicker-day {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #707070;
  border-radius: 15px;
  padding: 4px;
}
.datepicker .datepicker-day:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.datepicker .datepicker-day.datepicker-day-today {
  border: 2px solid #00628F;
}
.datepicker .datepicker-day.datepicker-day-out {
  color: #bbbbbb;
}
.datepicker .datepicker-day.datepicker-day-selected {
  background-color: #A1B38E;
  color: #fff;
}

.datepicker-above:after {
  content: '';
  position: absolute;
  bottom: -27px;
  left: 75%;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-top: 12px solid white;
}

.datepicker-above:before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 75%;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-top: 12px solid #d0d0d0;
}

.datepicker-above {
  margin-bottom: 13px;
  bottom: 100%;
}

.datepicker-below:after {
  content: '';
  position: absolute;
  top: -27px;
  left: 75%;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-bottom: 12px solid #f5f5f5;
}

.datepicker-below:before {
  content: '';
  position: absolute;
  top: -28px;
  left: 75%;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-bottom: 12px solid #d0d0d0;
}

.datepicker-below {
  margin-top: 13px;
  top: 100%;
}

.datepicker {
  position: absolute;
  float: right;
  right: -6px;
  width: 242px;
  height: auto;
  box-shadow: 0px 0px 3px 3px #d0d0d0;
  z-index: 10;
  background-color: #fff;
  border-radius: 4px;
}

.clockpicker .input-group-addon {
  cursor: pointer;
}

.clockpicker-moving {
  cursor: move;
}

.clockpicker-align-left.popover > .arrow {
  left: 25px;
}

.clockpicker-align-top.popover > .arrow {
  top: 17px;
}

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px;
}

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.clockpicker-popover .popover-title span {
  cursor: pointer;
  color: #00628F !important;
}

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px;
}

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px;
}

.clockpicker-minutes {
  visibility: hidden;
}

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #A1B38E;
  background-color: #A1B38E;
}

.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
}

.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb;
}

.clockpicker-button:focus {
  outline: none !important;
}

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
}

.clockpicker-dial-out {
  opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(.8, .8);
  -moz-transform: scale(.8, .8);
  -ms-transform: scale(.8, .8);
  -o-transform: scale(.8, .8);
  transform: scale(.8, .8);
}

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}

.clockpicker-canvas-out {
  opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #00628F;
}

.clockpicker-canvas-bg {
  stroke: none;
  fill: #A1B38E;
}

.clockpicker-canvas-bg-trans {
  fill: #A1B38E;
}

.clockpicker-canvas line {
  stroke: #00628F;
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}

.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;

}

.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
}

.popover-title {
  border-bottom: 3px solid #0096DC;
}

.alert:not(.no-sentinel) {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info:not(.no-sentinel) {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.bold {
  font-weight: bold;
}

.widget-header-up {
  background: #7cfc00;
  color: black;
}

.widget-header-down {
  background: #ff0000;
  color: white;
}

.drop-box {
  border: dashed;
  border-color: #0096DC;
  height: 80px;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
}

.folder {
  margin-right: 5px;
  color: #00628F;
}

.dropdown-menu:not(.no-sentinel) > li > a, .dropdown-menu label {
  display: block;
  padding-right: 20px;
  clear: both;
  white-space: nowrap;
}

.input_n2 {
  height: 18px;
  width: 29px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
}

.input_n2_div_parent{
  padding-top:3px;
}

.delete-button{
  background-image: url('../images/b2_eliminar.gif');
}

.view-button{
  background-image: url('../images/b2_ver.gif');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.font-size-trash{
  font-size:19px;
  vertical-align: middle;
}

.white-body-absolute {
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
}

.audit-error-image {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.audit-error-message {
  font-family: "Open Sans";
  color: #333333;
  font-size:16px;
  text-align: center;
}

.contact-sat-message {
  font-family: "Open Sans";
  color: #707070;
  font-size:14px;
  text-align: center;
}


.separator-10{
  padding:0 0 10px 0 ;
}
.box-certificate-padding{
  padding:0 0 0 0 !important;
}

.div-hover:hover{
  background-color: #EEEEEE !important;
  border: 1px solid #D5D5D5;
  color: #333333;
}

/* Regla para los nuevos iconos de los menus.INI */
.page-sidebar .sidebar-menu > li > a .icon .menu-icon {
  background-position:center;
  width:100%;
  height:100%;
}
 /* Regla para los nuevos iconos de los menus. FIN */

.icon-a3w {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.icon-a3w-16px {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.pagination-results{
  display:inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.word-break-all {
    word-break: break-all;
}

.bgcolor-original[readonly] {
  background-color: #fbfbfb;
}

.bgcolor-original[disabled] {
  background-color: lightgray;
}

.join-inputs-first{
  border-right-style:hidden !important;
}

.join-inputs-last{
  border-left-style:hidden;
}

.join-inputs-middle{
  border-left-style:hidden;
  border-right-style:hidden;

}

.pagination-custom{
  margin-right:5px !important;
}

.table-total-results{
  vertical-align: middle;
  margin-right:20px;
}
.label-table-pagination{
  vertical-align: top;
  margin-right:20px;
}
