@charset "utf-8";
@import url("linearicons.css");
/* CSS Document */
.bg-login {
  background: rgba(237,237,237,1);
  background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
  background-repeat: no-repeat;
}
.flex-column {
  flex-direction: column !important;
}
.container-m {
  width: 95%;
  margin: 0 auto;
}
.d-none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
h2 {
  font-size: 20px;
}
/*login*/
.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  text-align: center;
}
.form-signin .logo-login {
  width: 70%;
}
.form-signin h3 {
  margin-top: 16px;
  margin-bottom: 15px;
  color: #286090;
}
.checkbox {
  font-weight: normal;
}
.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  margin-bottom: 5px;
}
/**/
.barra-superior {
  background-color: #f8f8f8;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.barra-superior p {
  color: #3c3c3c;
  margin-bottom: 0;
}
.barra-superior h2 {
  color: #3c3c3c;
  margin: 12px 0 0 17px;
}
.main-nav .logo {
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
}
.main-nav .logo img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.navbar-collapse.collapse {
  padding: 0;
}
.nav-lateral>li>a:focus, .nav-lateral>li>a:hover {
  text-decoration: none;
  background-color: #b1b1b11c;
}
.navbar-brand {
  float: none;
}
.bg-menu-lateral {
  background-color: #fff;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
}
.main-nav {
  padding: 15px 0;
  width: 15%;
  float: left;
  max-width: 256px;
  height: 100vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  flex-direction: column;
  align-items: flex-start;
}
li.nav-item.active {
  /* border-right: 7px solid #53a5d7; */
  background: #cccccc40;
}
.nav-stacked>li+li {
  margin-top: 0px;
}
.nav-lateral {
  margin-top: 30px;
}
.sticky-top {
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  z-index: 1020;
  -webkit-box-shadow: 6px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 6px 0px 18px -7px rgba(0,0,0,0.75);
}
.main-container {
  width: 85%;
  float: right;
  padding: 20px 0 40px;
}
/*nav*/
.nav-item {
  border-bottom: 1px solid #ccc;
}
.nav-item a {
  color: #3c3c3c;
}
/*DATA TABLES*/
.table-extra-content {
  display: none;
}
.data-table {
  width: 100%;
}
.data-table thead {
  background: #3098d1;
  color: #fff;
}
.data-table tbody {
  border-top: 4px solid #fff;
}
.data-table tbody tr:nth-child(2n+1) {
  background: #ececec;
}
.table-extra-content tbody tr:first-child td {
  border-top: 0px solid #fff !important;
}
.data-table tbody tr {
  height: 20px;
}
.table-extra-content tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.data-table th {
  padding: 10px 3px;
  text-align: center;
  border-right: 1px solid #676767;
  font-size: 12px;
}
.data-table th:last-child {
  border-right: none;
}
.data-table tbody tr:nth-child(4n+1) {
  background: #ececec;
}
/*.data-table tbody tr:hover{
  background: #aec6d3;
}*/
.data-table tbody tr td {
  padding: 10px;
  font-size: 12px;
}
/* ECOMAS  */
.tabla-ecomas {
  margin: 0 auto;
}
.celda-verde {
  background-color: yellowgreen;
}
.tabla-ecomas td {
  background-color: yellowgreen;
}
.tabla-ecomas td a {
  padding: 5px;
}
.tabla-ecomas td button {
  background-color: transparent;
  border: none;
  color: #337ab7;
  padding: 5px;
}

/* FIN ECOMAS */
.tabla-principal td a {
  padding: 5px;
}
.tabla-principal td button {
  background-color: transparent;
  border: none;
  color: #337ab7;
  padding: 5px;
}

.tabla-adm td a {
  padding: 5px;
}
.tabla-adm thead{
  color: #fff;
  background-color: #249724;
}

.tabla-admin td a {
  padding: 5px;
}
.tabla-admin thead{
  color: #fff;
  background-color: #e0a21c;
}

/*progress-m bar*/
/* =================== */
/* progress-m BAR STYLES */
/* =================== */
.progress-m {
  width: 100%;
  max-width: 95%; /*800px;*/
  margin: 30px auto 40px;
  display: table;
  position: relative;
  text-align: center;
  left: 4%;
}
.progress-m ul {
  display: table-row;
}
.progress-m ul li {
  background-color: #d6d6d6; /* Default Bar Color */
  display: table-cell;
  position: relative;
  line-height: 20px;
  z-index: -3;
  color: #FFF;
  text-align: left;
  transition: background-color 0.75s, color 0.5s;
}
.progress-m ul li::before {
  content: '';
  width: 40px;
  height: 40px;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  left: -10px;
  background-color: #d6d6d6;/* Default Circle Color */
  border: solid 5px #d6d6d6;/* Default Circle Color */
  index: -9;
  position: absolute;
  display: block;
  top: -10px;
  margin-right: auto;
  margin-left: auto;
  z-index: -1;
  transition: background-color 0.75s, color 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* CURRENT STEP */
.progress-m ul li.current {
  display: inline-block;
  width: 100%;
  z-index: -3;
  color: #0e90d2;
  position: relative;
  transition: background-color 0.75s, color 0.5s;
}
.progress-m ul li.current::before {
  border: solid 5px #0e90d2;/* Current Step Circle Color */
  background-color: #FFF;
  transition: background-color 0.75s, color 0.5s;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.progress-m ul li.complete a {
  color: #fff;
}
/* COMPLETED STEPS */
.progress-m ul li.complete {
  background-color: #0e90d2; /* Completed Step Bar Color */
  transition: background-color 0.75s, color 0.5s;
}
.progress-m ul li.complete::before {
  background-color: #0e90d2; /* Completed Step Circle Color */
  border: 5px solid transparent;
  transition: background-color 0.75s, color 0.5s;
}
/* REMOVE FIRST STEP COLOR BAR LINE */
.progress-m ul li:last-of-type {
  background-color: transparent;
}
.progress-m ul li.current:last-of-type, .progress-m ul li.complete:last-of-type {
  background-color: transparent;
}
 @-webkit-keyframes pulse {
 0% {
-webkit-transform: scale(1, 1);
}
 50% {
-webkit-transform: scale(1.1, 1.1);
}
 100% {
-webkit-transform: scale(1, 1);
}
}
@-keyframes pulse {
 0% {
transform: scale(1, 1);
}
 50% {
transform: scale(1.1, 1.1);
}
 100% {
transform: scale(1, 1);
}
}
.tab-content {
  margin-bottom: 20px;
}
.resultado {
  font-size: 15px;
  color: #fff;
}
/**/
.ul-datos {
  overflow: hidden;
  padding-left: 0;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 5px;
}
.ul-datos li {
  float: left;
  margin: 0 20px 0 0;
  list-style: none;
  font-size: 17px;
}
.cont-evaluacion table tr th span {
  /*display: block;*/
  font-size: 12px;
}
.cont-evaluacion table thead tr th {
  width: 200px;
  text-align: center;
}
.cont-evaluacion table thead tr {
  background: #3098d1;
  color: #fff;
}
.cont-evaluacion table tbody tr p {
  font-size: 12px;
}
.col-md-3.cajas-dash {
  border: 1px solid #ccc;
  margin: 2px;
  padding-bottom: 20px;
  width: 24%;
}
.bg-iniciada {
  background-color: #88CB88;
}
.bg-firmada {
  background-color: #5BC0DE;
}
/*.bg-terminada{
background-color:#5BC0DE;
}*/
.bg-noiniciada {
  background-color: #777;
}
.label {
  padding: 5px 10px;
  width: 70px;
    display: block;
}
/******************************************
GRAFICO CIRCULAR PIE CHART
******************************************/

.horizontal-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.os-percentages li {
      width: 33.3%;
  border-left: 1px solid #eaeaea;
  text-align: center;
  background: #d2d2d2;
}
.block {
  margin: 5px;
  background: #eaeaea;
  border-radius: 5px;
  float: left;
  width: 24%;
  overflow: hidden;
  padding: 0;
}
.donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 100%
}
.donut-chart-block h2 {
  text-align: center;
  margin-top: 10px;
}
p.center-date {
  background: #eaeaea;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
}
.center-date span.scnd-font-color {
  line-height: 0;
}
.recorte {
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.quesito {
  border-radius: 50%;
  clip: rect(0px, 100px, 200px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}
#porcion1 {
  transform: rotate(0deg);
}
#porcion1 .quesito {
  background-color: #E64C65;
  transform: rotate(76deg);
}
#porcion2 {
  transform: rotate(76deg);
}
#porcion2 .quesito {
  background-color: #11A8AB;
  transform: rotate(140deg);
}
#porcion3 {
  transform: rotate(215deg);
}
#porcion3 .quesito {
  background-color: #4FC4F6;
  transform: rotate(113deg);
}
#porcionFin {
  transform: rotate(-32deg);
}
#porcionFin .quesito {
  background-color: #FCB150;
  transform: rotate(32deg);
}
.nota-final {
  clear: both;
  color: #4FC4F6;
  font-size: 1rem;
  padding: 2rem 0;
}
.nota-final strong {
  color: #E64C65;
}
.nota-final a {
  color: #FCB150;
  font-size: inherit;
}
.os {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 12px;
}
.os.b-iniciada {
  border-top: 4px solid #88CB88;
}
.os.b-terminada {
  border-top: 4px solid #5BC0DE;
}
.os.b-firmada {
  border-top: 4px solid #5BC0DE;
}
.os.b-noiniciada {
  border-top: 4px solid #777;
}
.os-percentage {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 25px;
}
.horizontal-list li {
  float: left;
}
.acc-volver{
  width: 40%;
  float: right;
}
.acc-volver a{
  
}
.btn-breadcrumb {
  width: 50%;
  background-color: #fff;
  border-radius: 4px;
  /*border: solid 1px #ccc;*/
  margin-bottom: 15px;
}
.btn-breadcrumb .btn {
  border-color: transparent;
  border: 0px solid transparent;
  border-right: 1px solid transparent !important;
  font-size: 11px;
  border: solid 1px #ccc;
}
.breadcrumb-default {
  background-color: #fff;
}
.btn-primary, .breadcrumb-primary {
  background-color: #337ab7;
}
.btn-primary:hover {
  background-color: #286090;
}
.breadcrumb-success {
  background-color: #5cb85c;
}
.breadcrumb-info {
  background-color: #5bc0de;
}
.breadcrumb-warning {
  background-color: #f0ad4e;
}
.breadcrumb-danger {
  background-color: #d9534f;
}
.breadcrumb-negro {
  background-color: #d4d4d4;
}
.btn-breadcrumb .btn:last-child {
  text-decoration: underline;
  color: #337ab7;
}
.btn-breadcrumb .btn:last-child:after {
  margin-left: -2px;
}
.btn-breadcrumb .btn:last-child:before {
  margin-left: -1px;
}
.btn-breadcrumb .btn-derecha {
  float: right;
  margin-right: 0px;
  padding: 6px 10px 6px 10px !important;
  margin-left: 0px !important;
  border-radius: 0px !important;
}
.btn-breadcrumb .btn-derecha:first-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before {
  content: none !important;
}
.btn-breadcrumb .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 0px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:hover:after {
  border-left: 10px solid #e6e6e6;
}
.btn-breadcrumb .btn.btn-default:hover:before, .btn-breadcrumb .btn.btn-default:before {
  border-left: 10px solid #adadad;
}
/*.breadcrumb-default{ border: solid 1px #adadad; }*/

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:after {
  border-left: 10px solid #337ab7;
}
.btn-breadcrumb .btn.btn-primary:hover:after {
  border-left: 10px solid #286090;
}
.btn-breadcrumb .btn.btn-primary:hover:before, .btn-breadcrumb .btn.btn-primary:before {
  border-left: 10px solid #204d74;
}
.breadcrumb-primary {
  border: solid 1px #204d74;
}
/** Success button **/
.btn-breadcrumb .btn.btn-success:after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:hover:after {
  border-left: 10px solid #449d44;
}
.btn-breadcrumb .btn.btn-success:hover:before, .btn-breadcrumb .btn.btn-success:before {
  border-left: 10px solid #398439;
}
.breadcrumb-success {
  border: solid 1px #398439;
}
/** Danger button **/
.btn-breadcrumb .btn.btn-danger:after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:hover:after {
  border-left: 10px solid #c9302c;
}
.btn-breadcrumb .btn.btn-danger:hover:before, .btn-breadcrumb .btn.btn-danger:before {
  border-left: 10px solid #ac2925;
}
.breadcrumb-danger {
  border: solid 1px #ac2925;
}
/** Warning button **/
.btn-breadcrumb .btn.btn-warning:after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:hover:after {
  border-left: 10px solid #ec971f;
}
.btn-breadcrumb .btn.btn-warning:hover:before, .btn-breadcrumb .btn.btn-warning:before {
  border-left: 10px solid #d58512;
}
.breadcrumb-warning {
  border: solid 1px #d58512;
}
/** Info button **/
.btn-breadcrumb .btn.btn-info:after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:hover:after {
  border-left: 10px solid #31b0d5;
}
.btn-breadcrumb .btn.btn-info:hover:before, .btn-breadcrumb .btn.btn-info:before {
  border-left: 10px solid #269abc;
}
.breadcrumb-info {
  border: solid 1px #269abc;
}
.table-final{
  margin-bottom: 20px;
}
.table-final tbody tr td {
    padding: 6px;
}
.tab-final .buttons{
  margin-left: 5px;

}
/**/
@media (max-width: 1024px) {
.barra-superior h2 {
  margin: 12px 0 0 10%;
}
}

@media (max-width: 768px) {
.main-nav {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sticky-top {
  position: -webkit-relative;
  position: relative;
  top: 0;
  z-index: auto;
}
.main-nav .logo img {
  width: 80%;
  margin: 0 0 0 10px;
  float: left;
}
.main-nav .logo {
  padding: 0;
  margin: 0 0 0 0;
  display: block;
  float: left;
  width: 27%;
}
div#navbar-collapse {
  width: 60%;
  float: right;
}
.nav-stacked>li {
  float: left;
}
.nav-item {
  border-bottom: none;
}
.main-container {
  width: 100%;
}
li.nav-item.active {
  background: #a2a2a240;
}
.barra-superior h2 {
  margin: 12px 0 0 0;
}
.block {
  width: 31%;
}
.os {
  font-size: 11px;
}
}
