footer {
  margin-top: 50px;
}

.form-control {
  padding: 6px 12px !important;
}

.breadcrumb {
  margin-bottom: 5px;
}
p {
  text-align: justify;
}

.dropdown-menu {
  /*width: 250px;
	width: initial;*/
}

.active {
  font-weight: bold;
}

.imagen {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-top: -5px;
  margin-left: -4px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  overflow: hidden;
  float: left;
}
.imagen_muy_grande {
  width: 120px;
  height: 120px;
  margin-top: -7px;
  margin-left: -4px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  overflow: hidden;
  float: left;
}

.imagen_grande {
  width: 75px;
  height: 75px;
  margin-top: -7px;
  margin-left: -4px;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  overflow: hidden;
  float: left;
}
.imagen_mediana {
  width: 45px;
  height: 45px;
  margin-top: -7px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  overflow: hidden;
  float: left;
}

.margin_zero {
  margin: 0px;
}

.image-cropper {
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.image-cropper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.cropcircle {
  /*width: 45px;
    height: 45px;*/
  border-radius: 100%;
  background: #eee no-repeat center;
  background-size: cover;
}

.navbar {
  margin-bottom: 10px;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bs-callout {
  /*padding: 20px;*/
  /*border-left: 3px solid #eee;*/
}
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-warning {
  /*background-color: #faf8f0;*/
  border-color: #faebcc;
  border-bottom-style: solid;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-success {
  /*background-color: #f4f8fa;*/
  border-color: #d6e9c6;
  border-bottom-style: solid;
}
.bs-callout-primary {
  /*background-color: #f4f8fa;*/
  border-color: #bce8f1;
  border-bottom-style: solid;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.semaforo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: auto auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.semaforo-line {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  float: right;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.semaforo-null {
  background-color: gray;
}

.semaforo-rojo {
  background-color: red;
}

.semaforo-amarillo {
  background-color: yellow;
}

.semaforo-verde {
  background-color: green;
}

.semaforo:hover .tooltiptext {
  visibility: visible !important;
}

.tooltiptext {
  visibility: hidden !important;
  width: 60px;
  background-color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  text-indent: 0%;
}

.semaforo-null .tooltiptext {
  color: gray;
}

.semaforo-rojo .tooltiptext {
  color: red;
}

.semaforo-amarillo .tooltiptext {
  color: yellow;
}

.semaforo-verde .tooltiptext {
  color: green;
}

.num-red {
  color: red;
}

.link {
  color: #337ab7;
  cursor: pointer;
}

.row-bloqueada {
  background-color: #d2d2d2 !important;
  /*color: white;*/
}

input[type='checkbox'] {
  box-shadow: none !important;
}

.color-blue:hover {
  text-decoration: underline;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}

.get-code.get-org-chart .get-oc-tb {
  background-color: #7c6daa;
}
.get-code.get-org-chart .get-oc-g th {
  background-color: #7c6daa;
}
.get-code.get-org-chart .get-def-stop-2 {
  stop-color: #7c6daa;
}
.get-code .get-box, g.get-code .get-box {
  fill: #7c6daa;
  stroke: #7c6daa;
}

.get-cass.get-org-chart .get-oc-tb {
  background-color: #d14897;
}
.get-cass.get-org-chart .get-oc-g th {
  background-color: #d14897;
}
.get-cass.get-org-chart .get-def-stop-2 {
  stop-color: #d14897;
}
.get-cass .get-box, g.get-cass .get-box {
  fill: #d14897;
  stroke: #d14897;
}

.get-projects.get-org-chart .get-oc-tb {
  background-color: #de7967;
}
.get-projects.get-org-chart .get-oc-g th {
  background-color: #de7967;
}
.get-projects.get-org-chart .get-def-stop-2 {
  stop-color: #de7967;
}
.get-projects .get-box, g.get-projects .get-box {
  fill: #de7967;
  stroke: #de7967;
}

.get-consulting.get-org-chart .get-oc-tb {
  background-color: #e28c48;
}
.get-consulting.get-org-chart .get-oc-g th {
  background-color: #e28c48;
}
.get-consulting.get-org-chart .get-def-stop-2 {
  stop-color: #e28c48;
}
.get-consulting .get-box, g.get-consulting .get-box {
  fill: #e28c48;
  stroke: #e28c48;
}

.get-training.get-org-chart .get-oc-tb {
  background-color: #4fa578;
}
.get-training.get-org-chart .get-oc-g th {
  background-color: #4fa578;
}
.get-training.get-org-chart .get-def-stop-2 {
  stop-color: #4fa578;
}
.get-training .get-box, g.get-training .get-box {
  fill: #4fa578;
  stroke: #4fa578;
}

.get-technology.get-org-chart .get-oc-tb {
  background-color: #4f7cbb;
}
.get-technology.get-org-chart .get-oc-g th {
  background-color: #4f7cbb;
}
.get-technology.get-org-chart .get-def-stop-2 {
  stop-color: #4f7cbb;
}
.get-technology .get-box, g.get-technology .get-box {
  fill: #4f7cbb;
  stroke: #4f7cbb;
}

.get-instalaciones.get-org-chart .get-oc-tb {
  background-color: #10455b;
}
.get-instalaciones.get-org-chart .get-oc-g th {
  background-color: #10455b;
}
.get-instalaciones.get-org-chart .get-def-stop-2 {
  stop-color: #10455b;
}
.get-instalaciones .get-box, g.get-instalaciones .get-box {
  fill: #10455b;
  stroke: #10455b;
}

