@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i");
body {
  overflow-x: hidden;
  font-family: "Ubuntu", sans-serif;
}

label {
  font-weight: 400;
}

.table {
  color: #616161 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
#page-title > h2,
#page-title > p {
  font-family: "Ubuntu", sans-serif;
}

#page-sidebar.font-inverse #sidebar-menu li a {
  color: #818181;
}

#page-sidebar.font-inverse #sidebar-menu li.sfHover > a.sf-with-ul,
#page-sidebar.font-inverse #sidebar-menu li a:hover {
  border-color: #b9b9b9;
  color: #818181;
  text-decoration: none;
  background: #eaeaea;
}

#page-sidebar.font-inverse#page-sidebar ul li a .glyph-icon {
  color: #0074dc;
}

#page-sidebar.font-inverse#page-sidebar ul li a:hover .glyph-icon {
  color: #0074dc;
}

#page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu {
  background: #ffffff;
}

#sidebar-menu li .sidebar-submenu ul li a.sfActive {
  background: #eaeaea;
}

#page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu ul li a:hover {
  background: #f3f3f3;
}

a,
a:visited,
a:focus,
a:active,
*:visited,
*:focus,
*:active {
  text-decoration: none;
}

#page-content {
  background: #ffffff;
  padding: 10px;
}

#sb-site {
  min-height: 100% !important;
}

.fondo-menu-vertical {
  background: #f5f5f5 !important;
}

.fondo-menu-horizontal {
  background: #0074dc;
}

.panel-heading {
  color: #972755;
  background-color: #f5f5f5;
  text-align: center;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background: #0074dc;
}

.nav > li.active > a,
.nav > li.active > a:hover {
  background: #0069c7;
}

.bg-default {
  background-color: #f5f5f5;
}

.spinner {
  margin: 0;
  width: 70px;
  height: 18px;
  margin: -35px 0 0 -9px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

#header-logo {
  background-color: #f5f5f5;
}

#page-header #close-sidebar .glyph-icon {
  color: #5d5d5d;
}

.tab-pane {
  padding: 15px 0 0 0 !important;
}

.example-box-wrapper .nav {
  margin-bottom: 0px !important;
}

/* .panel {
min-height: 498px;
} */

.tab-pane {
  min-height: 320px;
}

.content-box {
  min-height: 298px;
}

.content-box-wrapper {
  min-height: 222px;
}

.pager {
  margin: 0px 0;
}

.btn-danger {
  color: #fff;
  border-color: #cf4436 !important;
  background: #e74c3c !important;
}

.btn-warning {
  color: #fff;
  border-color: #fba22a !important;
  background: #fba22a !important;
}

.btn-primary {
  color: #fff !important;
  background: #31a9e8 !important;
  border-color: #31a9e8 !important;
}

.btn-primary:hover {
  color: #fff !important;
  background: #1f99db !important;
  border-color: #1f99db !important;
}

.btn-success {
  color: #fff !important;
  border-color: #9ebb15 !important;
  background: #9ebb15 !important;
}

.closed-sidebar #header-logo .logo-content-small {
  width: 190px;
  left: 10px;
}

.fixed-sidebar.closed-sidebar #header-logo {
  width: 260px;
}

.closed-sidebar #page-sidebar {
  visibility: initial;
}

.pager li > a,
.pager li > span {
  padding: 0px 14px;
  border-radius: 3px;
}

.next .button-content {
  margin-right: 25px;
}

.next .icon-separator {
  left: initial !important;
  right: 0;
}

.disabled {
  cursor: not-allowed !important;
  pointer-events: inherit;
}

.form-control {
  border: #d6d6d6 solid 1px;
}

.btn-sm .icon-separator {
  width: 30px;
  font-size: 20px;
}

.content-box .content-box-wrapper {
  line-height: 1em;
}

.icon-circle:before {
  content: "\f111";
}

#barra-crud .btn i {
  font-size: 20px;
}

#chart-container {
  background-color: #fff !important;
  width: 100%;
  overflow: auto;
  height: auto;
}

.orgchart {
  display: block !important;
  background-image: none !important;
}
.orgchart .node {
  min-width: 150px;
  max-width: 250px;
  padding: 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: #f6f6f6;
}

.orgchart .node:hover {
  background-color: #efefef;
}
.orgchart .node.focused {
  background-color: #dcdcdc;
  border: 2px solid #7090ad;
}

.orgchart .node span {
  margin-top: 5px;
  cursor: pointer;
  color: #0074dc;
  border: 1px solid #ccc;
}

.orgchart .node span:hover {
  color: #005197;
  background-color: #b7d8f5;
  border: 1px solid #b7d8f5;
}

.orgchart .node .title {
  border-radius: 3px;
  font-weight: normal;
  height: auto;
  line-height: 14px;
  white-space: normal;
  padding: 5px;
  background-color: #0074dc;
  border: 1px solid #0074dc;
  font-size: 14px;
  cursor: pointer;
}

.orgchart .node .title:hover {
  background-color: #005197;
}

.orgchart .node.focused .title {
  background-color: #005197;
  border: 1px solid #005197;
}

div[id^="uniform-"] {
  margin-right: 3px;
  top: 6px;
}
#chart-state-panel {
  width: 70px !important;
  position: relative;
  float: left;
}
@media only screen and (max-width: 768px) {
  #barra-crud {
    padding: 10px;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: #cacaca;
    width: 100%;
  }

  #barra-crud .button-content {
    display: none;
  }

  .icon-separator {
    border-right: rgba(255, 255, 255, 0) solid 1px;
    background: rgba(255, 255, 255, 0);
  }
}

.list-group {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* codigo para la barra de herramientas */
.bar-tools {
  position: fixed;
  padding: 5px;
  background-color: #d6d6d6;
  height: 70px;
  bottom: 0;
  right: 0;
  width: calc(100% - 260px);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 1001;

  transition: width 0.7s ease;
  -moz-transition: width 0.7s ease;
  -webkit-transition: width 0.7s ease;
}

.closed-sidebar .bar-tools {
  width: 100% !important;
}

.tools-btn {
  height: 60px;
  min-width: 50px;
  border: 1px solid #a0a0a0;
  background-color: #f0f0f0;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin: 0 2px;
  padding: 0 5px;
  color: #0074dc;
}

.tools-btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #0074dc;
}

.tools-btn span {
  display: block;
}

.bar-tools .tools-btn i::after,
.bar-tools .tools-btn i::before {
  font-size: 30px;
}

#btn-previous,
#btn-next {
  position: absolute;
}

#btn-previous {
  left: 10px;
}

#btn-next {
  right: 10px;
}

#header-nav-left {
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
}

#header-nav-left span {
  margin-left: 10px;
}

.flaticon-tree::after,
.flaticon-tree::before {
  font-size: 18px;
}

.floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.floating-btn a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  background-color: #0074dc;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}

.floating-btn a:hover {
  text-decoration: none;
  background-color: #0065bf;
}

/* efecto pulse */
.pulse {
  overflow: initial !important;
  position: relative !important;
}

.pulse::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.24, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.24, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

#sidebar-custom {
  width: 260px;
  height: 100%;
  background: #f5f5f5;
  float: right;
  position: fixed;
  z-index: 160;
  margin-left: 100%;

  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  visibility: visible;
}

.active-sidebar-custom {
  transform: translateX(-260px) !important;
  -ms-transform: translateX(-260px) !important;
  -o-transform: translateX(-260px) !important;
  -webkit-transform: translateX(-260px) !important;
  visibility: visible;
}
.active-content-custom {
  margin-left: 0 !important;
  margin-right: 250px;
}

.head-sidebar-custom {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  background-color: #0060b6;
  border-bottom: 2px solid #46a8ff;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.2em;
  font-family: "Ubuntu", sans-serif;
}
.head-sidebar-custom i {
  position: absolute;
  right: 10px;
}

.head-sidebar-custom i:hover {
  cursor: pointer;
  color: #ffffff;
}

.body-sidebar-custom {
  padding: 15px;
}

#new-nodelist {
  display: block;
}

.custom-bar-tools {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.custom-bar-tools .tools-btn {
  height: 45px;
  width: auto;
  padding: 5px;
}

.custom-bar-tools .tools-btn span {
  font-size: 11px;
}

.custom-bar-tools .tools-btn i::after,
.custom-bar-tools .tools-btn i::before {
  font-size: 20px;
}

.radio-success div[id^="uniform-"] span.checked {
  border-color: #0060b6;
  background: #0074dc;
}

#LstProcesos {
  margin-bottom: 10px;
}
#LstProcesos span {
  font-size: 18px;
}
#LstProcesos button {
  padding: 3px;
  line-height: 1;
  min-width: 20px;
  min-height: 20px;
  height: 25px;
  width: 25px;
}
#LstProcesos button i::before {
  font-size: 17px;
}

#InicioListaPA {
  padding: 5px 10px;
  cursor: pointer;
}

#InicioListaPA i::before,
#InicioListaHV i::before {
  font-size: 18px;
}

#table_lista_hojas_de_vida tbody tr {
  cursor: pointer;
}

#content_home .panel {
  border-color: #fbfbfb !important;
  background-color: #fbfbfb !important;
  margin: 3px !important;
  width: max-content;
}

.btn-home-menu {
  background-color: #f5f5f5;
  /* border: 2px solid #ececec !important; */
  color: #454545;
  padding: 10px !important;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  white-space: normal;
  border-radius: 10px;
}

.btn-home-menu:hover {
  border-color: #5db3ff !important;
  color: #454545;
  text-decoration: none;
  background: #fafdff;
}

.btn-home-menu .glyph-icon {
  color: rgb(80, 140, 193);
  opacity: 0.6;
  font-size: 50px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5px;
}

.vertical-button .button-content {
  opacity: 0.7;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}

.btn-home-menu:hover .glyph-icon {
  color: #0074dc;
  opacity: 0.9;
}

.textarea-height {
  padding: 6px 12px !important;
  min-height: 34px !important;
  overflow: hidden;
  resize: none;
}

.table-editable td textarea {
  padding: 6px 12px !important;
}

.table-editable td {
  padding: 5px !important;
  vertical-align: middle !important;
}

.table-editable .fileinput {
  margin: 0 !important;
}

.table-editable .fileinput i::before {
  font-size: 15px !important;
}

/* .table-editable .form-control {
  border: none !important;
  background: transparent !important;
} */

.table-editable tr td:last-child {
  text-align: center;
}

.fileinput-filename {
  position: absolute;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px;
}

.radio-primary label,
.checkbox label {
  padding-left: 10px;
  vertical-align: middle;
  line-height: 1.4em;
  margin: 0;
}

.radio-primary label {
  padding-left: 0px !important;
  cursor: pointer;
}

.radio {
  margin-right: 8px !important;
}

.checkbox-plan_acciones {
  margin-bottom: 20px;
}

.checkbox-plan_acciones .checkbox,
.checkbox-plan_acciones .radio-primary {
  display: inline-block !important;
  vertical-align: initial !important;
}

.metodologia-analisis-causa {
  display: inline-block;
  margin-left: 20px;
  background: #efefef;
  padding: 10px 15px 10px 0;
  border-radius: 10px;
}

.metodologia-analisis-causa .checkbox,
.metodologia-analisis-causa .radio-primary {
  margin-left: 15px;
}

.nav-plan-acciones {
  display: flex;
  align-items: center;
}

.btn-add-actividad {
  position: absolute;
  right: 0;
}
.btns-reporte {
  position: absolute;
  right: 0;
}
.hide-btn {
  display: none !important;
}

.label-block {
  display: block;
  padding: 5px 5px 4px;
}

.fileinput i::before {
  font-size: 15px !important;
}

#exist_evidencia .btn-group {
  width: 100%;
}

#exist_evidencia .btn-group button {
  width: 50%;
}

.mrb-80 {
  margin-bottom: 80px;
}

.cursor-pointer {
  cursor: pointer;
}
table.table-header-center thead th {
  text-align: center;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.text-justify {
  text-align: justify !important;
}
