/*Solo estilos globales*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
* {
  box-sizing: border-box;
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: -.75px;
}

html {
  background-image: url("../../webroot/img/loading.gif");
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.loaded {
  opacity: 1;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.2 !important;;
    font-weight: 500 !important;;
    margin-bottom: 0.5rem !important;
}


.bootstrap-table {
  width: 100%;
}

.md-tab-content {
  padding-left: 15px;
}

.green {
  color: #3c763d;
}

.alto {
  height: 850px;
}

.alto2 {
  height: 800px;
  overflow: scroll;
}

.alto3 {
  height: 689px;
  overflow: scroll;
}

.red {
  color: #a94442;
}

.yellow {
  color: #8a6d3b;
}

.dialogdemoBasicUsage #popupContainer {
  position: relative;
}

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px;
}

.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px;
}

.dialogdemoBasicUsage button {
  width: 200px;
}

.dialogdemoBasicUsage div#status {
  color: #c60008;
}

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
  margin-bottom: 0;
}

pre {
  background-color: #272822;
  padding: 20px 0;
  font-size: 16px;
  color: #e6db74;
  border-radius: 10px;
}

.pr, .cake-error {
  margin-left: 210px;
  padding-left: 10px;
}

.class-pre {
  color: #74e22e;
}

.titulo-pre {
  color: #1da1f2;
  margin-bottom: 20px;
  font-size: 20px;
}

.pre-etiquetas {
  color: #f92c47;
}

.class-cod {
  background: #eee;
  width: 300px;
  text-align: center;
  padding: 5px 15px;
  border-radius: 5px;
  color: lightseagreen;
  font-size: 14px;
  margin-top: 35px;
}

.active-tag {
  padding: 20px;
  background: #eee;
  margin: 10px 0;
  border-radius: 10px;
}

.listas-item:before {
  content: "*";
  color: #1da1f2;
  font-weight: 900;
  margin-right: 10px;
}

.displayNone {
  display: none !important;
}

.display {
  display: block !important;
}

.disabled {
  pointer-events: none;
}

.loading {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 0;
}

.pointer {
  cursor: pointer;
}

/*Incluir ficheros .scss para crear fichero principal elymki.css*/
/***Estilos de Layout**/
/** Menu **/
.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main__menu {
  width: 194px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.main__logo {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.main__logo img {
  width: 80%;
}

.main__nav {
  height: 80vh;
  overflow-y: scroll;
  padding: 0 0 0 0px;
  position: relative;
  width: 100%;
}

.main__nav-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main__nav-item a {
  padding: 10px 0px;
  display: block;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.main__nav-item a:hover {
  text-decoration: none;
}

.main__nav-item a i {
  padding: 0 10px;
}

.main__nav-item .drop:after {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  right: 10px;
}

.main__nav-item .drop:focus {
  color: white;
}

.main__nav-item .drop:focus:hover {
  color: #0d1d38;
}

.main__nav-sub-menu {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  display: none;
  font-size: 16px;
}

.main__nav-sub-menu-in {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0;
  display: none;
}

.main__nav-sub-menu-in a {
  font-size: 13px;
}

.main__nav-item.active > a:after, .main__nav-sub-menu-item.active > a:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
}

.main__nav-sub-menu, .main__nav-sub-menu-in {
  padding: 0;
  z-index: 100;
}

.main__nav-sub-menu a, .main__nav-sub-menu-in a {
  min-height: 40px;
  padding-left: 34px;
  width: 100%;
}

.main__nav-sub-menu a.drop, .main__nav-sub-menu-in a.drop {
  padding-left: 20px;
}

.main__nav-item.active .main__nav-sub-menu, .main__nav-sub-menu-item.active .main__nav-sub-menu-in {
  display: block;
}

.main__nav-sub-menu-item.activeItem a {
  position: relative;
}

.main__nav-sub-menu-item.activeItem a:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid rgba(255, 255, 255, 0.8);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  position: absolute;
}

/*Contains*/
.main__principal {
  width: 84%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 194px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  overflow-x: hidden;
}

.main__content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}

.main__content-principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  padding-top: 20px;
  margin: auto;
}

/*Header*/
.main__content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__content-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.main__content-breadcrumbs-item {
  list-style: none;
  font-weight: 600;
}

.main__content-breadcrumbs-item:not(:last-of-type):after {
  content: "/";
  margin: 0 15px;
}

.main__content-header-title {
  font-size: 1.8vw;
  font-weight: 600;
}

.main__content-btn-submit {
  padding: 5px 60px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

/*Body*/
.main__content-section {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main__content-article {
  padding: 10px 20px;
  border-radius: 0;
  margin-top: 15px;
  width: 100%;
  box-shadow: 0 0 6px rgba(28, 39, 60, 0.12);
  border-width: 0;
    margin-left: 14px;
}

.main__content-article-header {
  margin: 15px 0;
}

.main__content-article-body {
  margin: 15px 0;
}

/** Top bar **/
.main__top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  height: 50px;
  /*position: fixed;
    width:calc(100% - 250px);
    z-index:100;
    top:0;*/
}

.main__top-bar-content {
  height: 98px;
  /*position: fixed;
    width:calc(100% - 250px);
    z-index:100;
    padding-top:50px;*/
}

.main__top-bar-date, .main__top-bar-close {
  font-weight: 200;
}

.main__top-bar-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main__top-bar-close {
  margin-right: 10px;
}

.main__top-bar-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.main__top-bar-actions .input {
  margin-right: 20px;
}

.main__top-bar-name {
  color: #C67B39;
  margin-right: 10px;
  margin-bottom: 0;
}

.main__top-bar-notifications {
  position: relative;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  cursor: pointer;
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  align-items: center;
}

.main__top-bar-notifications label {
  margin-bottom: 0;
}

i[class*="main__top-bar-icon--"] {
  margin-right: 10px;
}

.main__top-bar-icon--search {
  border: none;
  background: transparent;
}

.main__top-bar-sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main__top-bar-sub-menu .wrap {
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.main__top-bar-sub-item {
  margin-right: 20px;
}

.main__top-bar-sub-item a {
  padding-top: 17px;
  padding-bottom: 14px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.main__top-bar-sub-item a:hover {
  text-decoration: none;
}

.main__top-bar-sub-item.active {
  position: relative;
}

.main__top-bar-sub-item.active:after {
  position: absolute;
  width: 100%;
  height: 5px;
  content: " ";
  bottom: -5px;
  left: 0;
}

.main__top-bar-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__top-bar-form-search {
  margin-right: 20px;
}

.main__top-bar-form-search input[type="text"] {
  border: none;
  padding: 5px 10px;
  width: 220px;
  display: none;
}

/** footer **/
.main__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.main__footer-develop {
  width: 20%;
}

.main__footer-develop img {
  width: 40%;
}

.main__footer-description, .main__footer-develop {
  margin-bottom: 0;
  font-weight: 200;
}

.check-td-table label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-td-table .checkbox input[type=checkbox] {
  position: relative;
  margin: 0 !important;
  margin-right: 5px !important;
}

/*Forms*/
/*Forms*/
.main__content-article-body.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: end;
}

.main__content-article-body.form.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main__content-article-body.form.one .main__content-input-content {
  width: calc(100% - 1em);
  margin: 0.5em;
}

.main__content-article-body.form.two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main__content-article-body.form.two .main__content-input-content {
  width: calc(50% - 1em);
  margin: 0.5em;
}

.main__content-article-body.form.three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main__content-article-body.form.three .main__content-input-content {
  width: calc(33.33333% - 1em);
  margin: 0.5em;
}

.main__content-article-body.form.four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main__content-article-body.form.four .main__content-input-content {
  width: calc(25% - 1em);
  margin: 0.5em;
}

.main__content-input-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__content-input-content label {
  font-weight: bold;
}

.main__content-input-content label input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}

.main__content-general-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main__content-general-content:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}

.main__content-general-content label {
  font-weight: 400;
}

.main__content-input-content.required label:after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.main__content-input-select {
  padding: 6px 5px;
  border: none;
  position: relative;
  border-style: solid;
  border-width: 1px;
}

.main__content-input {
  padding: 5px;
  border: none;
  position: relative;
  border-style: solid;
  border-width: 1px;
  margin: 3px 0px 18px;
}

input.main__content-input[disabled] {
  cursor: not-allowed;
}

.checkbox label, .radio label {
  padding: 0;
  margin-top: 0;
}

.ng-repeat {
  padding: 20px;
}

.ng-repeat:nth-of-type(odd) {
  background: #f9f9f9;
}

.btns div {
  padding: 6px;
}

.btns div .btn {
  margin-left: 5px;
  margin-right: 10px;
}

/*Generales*/
.one_row {
  width: 100%;
  margin-right: 0px;
}

.two_row {
  width: 49%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.three_row {
  width: 32%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.four_row {
  width: 24%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.five_row {
  width: 19%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.six_row {
  width: 15%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.auto_row {
  width: auto;
}

.child {
  width: 32%;
}

.father {
  width: 66%;
}

.order_one {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order_two {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order_three {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order_four {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order_five {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order_six {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.square {
  width: 45%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px;
  margin: 0px 10px;
  border: 1px solid;
}

.square p {
  display: inline-table;
  width: 100%;
}

.square .number {
  font-size: 25px;
  font-weight: 900;
  margin-top: -7px;
  margin-left: -20px;
}

.actions i, .actions a {
  padding-right: 10px;
}

.error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.error label {
  color: #a94442;
}

.error-message {
  color: #a94442;
  font-weight: bold;
}

button, .btn, input[type="submit"], input[type="button"] {
  border-radius: 5px;
  font-size: 15px;
}

#map_canvas {
  width: 60%;
  height: 400px;
  margin: 40px 20px 40px 6px;
  display: inline-block;
}

#street-view {
  width: 36%;
  height: 400px;
  margin: 40px 0px;
  display: inline-block;
}

.finalAddress {
  width: 93% !important;
}

.representant {
  margin-left: 2px;
}

.representant h2 {
  font-size: 15px;
  font-weight: bold;
  font-size: 600;
}

.representant .circuloUsers {
  width: 60px;
  height: 60px;
}

.ajax-file-upload-preview {
  margin-right: 10px;
}

.imagenes {
  width: 47%;
  height: 150px;
  position: relative;
  box-shadow: 0 0 1px #cfcfcf;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px;
}

.bgImg {
  width: 225px;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 1px #cfcfcf;
}

.popImg {
  width: 100%;
}

.popImg img {
  max-width: 100%;
  margin: 0px auto 0px;
}

#clock {
  font-size: 32px;
  line-height: 25px;
}

.trainingPlay p {
  display: none;
}

.trainingPlay iframe {
  height: 280px !important;
  width: 48% !important;
}

.titleQuestion {
  padding: 10px;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

/*
 *Subur documentos desde un formulario compuesto por main
 *
 */
.element-Archives .uploadFile {
  margin: 0 0 15px;
}

.element-Archives .ajax-upload-dragdrop {
  min-height: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.element-Archives .ajax-upload-dragdrop span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed;
  margin-left: 20px;
}

.element-Archives .ajax-file-upload {
  margin: 0;
  padding: 10px 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
}

/*Login*/
.main__principal.login {
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.login .main__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__login-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__login-content > div {
  padding: 30px 0;
}

.main__login-information {
  width: 45%;
}

.main__login-information h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.8vw;
}

.main__login-information h5 {
  font-weight: 600;
  font-size: 1.5vw;
  margin-top: 20px;
}

.main__login-form {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-left-style: solid;
  border-left-width: 1px;
  width: 50%;
}

.main__login-form form {
  width: 65%;
  background-color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.main__login-form form > h2 {
  margin-bottom: 35px;
}

.main__login-form form div.input {
  width: 80%;
  margin-bottom: 10px;
}

.main__login-form form div.input input {
  height: 45px;
}

.main__login-form form > a {
  width: 80%;
  text-align: right;
  margin-bottom: 30px;
  font-size: 12px;
}

.bnt-submit {
  padding: 10px 25px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
}

.main__logo {
  max-width: 400px;
}

.forgetpass_cont .modal-content {
  width: 400px;
  margin: auto;
}

.forgetpass_cont .modal-body {
  text-align: left;
}

.forgetpass_cont .modal-title {
  font-weight: 600;
  font-size: 1.3vw;
}

/*Alerts*/
.ajax-respuesta {
  margin: 20px 10px;
}

.modal.success .modal-content {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.modal.info .modal-content {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.modal.warning .modal-content {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.modal.danger .modal-content {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
  margin-top: 10px;
}

/*Generals Controlles*/
.modal-dialog {
  width: 75% !important;
}

.circuloUsers {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -ms-inline-grid;
  display: inline-grid;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  vertical-align: middle;
  border: 0.5px solid grey;
  margin: 0px 20px;
  padding: 20px;
}

.dateUsers {
  text-align: center;
  margin: 15px 0px;
}

.circulo {
  height: 80px;
  width: 80px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  margin: 10px;
}

.ajax-upload-dragdrop.colores {
  border-radius: 50%;
  border: 1px solid grey;
  width: 80px;
  height: 80px;
  z-index: 1;
  margin: 10px;
  cursor: pointer;
}

.upload {
  background: rgba(0, 0, 0, 0.5);
  min-height: 270px;
  margin-bottom: 15px;
}

.ajax-upload-dragdrop {
  background: rgba(0, 0, 0, 0.5);
  width: 100% !important;
}

.image-buttons {
  margin-top: 20px;
}

.viewFasecolda {
  position: absolute;
  top: 0;
  right: 0;
}

#fileCsv {
  position: relative;
  z-index: 1;
  background-color: #F6F6F5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#fileCsv:before {
  opacity: 0;
  content: " ";
  width: 100%;
  height: 293px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

#fileCsv:hover:before {
  opacity: 0.5;
}

.d-flex p {
  padding: 20px !important;
}

.asc:before {
  font-family: FontAwesome;
  content: '\f0dd';
  padding-right: 10px;
  vertical-align: text-bottom;
}

.desc:before {
  font-family: FontAwesome;
  content: '\f0de';
  padding-right: 10px;
}

.btn {
  cursor: pointer;
}

/*Users Controlles*/
.profile__avatar {
  border-radius: 10px;
  width: 100%;
  height: 292px;
  z-index: 1;
  margin: 10px auto;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.profile__avatar .ajax-upload-dragdrop {
  border-radius: 10px;
  top: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.child {
  width: 20% !important;
}

.father {
  width: 78% !important;
}

.family, .motor {
  position: relative;
}

.family a, .motor a {
  position: absolute;
  right: 0px;
}

.btnClose {
  position: absolute;
  right: 0px;
  top: -10px;
  padding: 20px;
  cursor: pointer;
}

.closeItem {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

/*Quotes Controlles*/
.move {
  -webkit-transform: translate(3em, 0);
  -moz-transform: translate(3em, 0);
  -o-transform: translate(3em, 0);
  -ms-transform: translate(3em, 0);
}

.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s 2s, opacity 2s linear;
  transition: visibility 0.5s 2s, opacity 2s linear;
}

.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}

/*Quotes Controlles*/
.dataTraining {
  text-align: right;
}

.dataTraining p {
  line-height: 10px;
}

.training iframe {
  height: -webkit-fill-available !important;
  width: 100% !important;
}

.training .estilo1 h1 {
  color: #000;
}

.training .estilo1 h2 {
  color: #c00;
  border-bottom-color: #ccc;
}

.training .estilo1 h3 {
  color: #888;
}

.training .estilo1 pre {
  border-color: #ccc;
}

.training .estilo1 code {
  color: #888;
}

.training .estilo1 blockquote {
  font-size: 2em;
  font-style: italic;
  padding: 1em 2em;
  color: #000;
  border-left: 5px solid #ccc;
}

.training .estilo1 blockquote p {
  margin: 0;
}

.training .estilo1 blockquote cite {
  font-size: .5em;
  font-style: normal;
  font-weight: bold;
  color: #888;
}

.training .estilo1 ::-moz-selection {
  background: #c00;
  color: #fff;
}

.training .estilo1 ::selection {
  background: #c00;
  color: #fff;
}

.training .estilo1 a, .training .estilo1 a:hover, .training .estilo1 a:focus, .training .estilo1 a:active, .training .estilo1 a:visited {
  color: #c00;
  text-decoration: none;
}

.training .estilo1 a:hover, .training .estilo1 a:focus {
  text-decoration: underline;
}

.training .deck-container {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.75em;
  background: #fff;
}

.training .deck-container > .slide {
  padding: 0 48px;
}

.training .slide .deck-before, .training .slide .deck-previous {
  opacity: 0.4;
}

.training .slide .deck-before:not(.deck-child-current) .deck-before, .training .slide .deck-before:not(.deck-child-current) .deck-previous, .training .slide .deck-previous:not(.deck-child-current) .deck-before, .training .slide .deck-previous:not(.deck-child-current) .deck-previous {
  opacity: 1;
}

.training .slide .deck-child-current {
  opacity: 1;
}

.training .deck-prev-link, .training .deck-next-link {
  background: #ccc;
  font-family: serif;
}

.training .deck-prev-link, .training .deck-prev-link:hover, .training .deck-prev-link:focus, .training .deck-prev-link:active, .training .deck-prev-link:visited, .training .deck-next-link, .training .deck-next-link:hover, .training .deck-next-link:focus, .training .deck-next-link:active, .training .deck-next-link:visited {
  color: #fff;
}

.training .deck-prev-link:hover, .training .deck-prev-link:focus, .training .deck-next-link:hover, .training .deck-next-link:focus {
  background: #c00;
  text-decoration: none;
}

.training .deck-status {
  font-size: 0.6666em;
}

.training .deck-menu .slide {
  background: #eee;
}

.training .deck-menu .deck-current, .no-touch .training .deck-menu .slide:hover {
  background: #ddf;
}

body {
  font-size: 12px;
}

td {
  /*  word-break: break-all;*/
}

.table tr td img {
  max-width: 100px;
  cursor: pointer;
}

.wrap {
  width: 1100px;
  margin: auto;
}

.error-angular {
  color: red;
  width: 80%;
  text-align: right;
  margin: auto;
  margin: 10px 0;
  font-style: italic;
}

/* Bar Tasks */
.blockTasks {
  width: 350px;
  background: white;
  color: black;
  top: 55px;
  position: absolute;
  z-index: 1;
  right: -30px;
  text-transform: uppercase;
}

.blockTasks .title {
  font-size: 13px;
  padding: 3px 0px 12px 3px;
  border-bottom: 1px solid;
  margin: 12px 14px;
  font-weight: bold;
}

.blockTasks a {
  text-decoration: none;
}

.blockTasks ul {
  padding: 0px 0px 0px 18px;
  display: table;
  font-size: 12px;
}

.blockTasks ul li {
  list-style: none;
  display: inline-block;
}

.blockTasks ul li .taskCount {
  display: inline-block;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 7px 0px 0px 11px;
  margin: 0px 0px 11px 34px;
}

.floating {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 99;
}

.floating i {
  font-size: 25px;
  line-height: 55px;
}

.fixed-table-pagination {
  padding: 0 15px;
}

@media (max-width: 992px) {
  .wrap {
    width: 100%;
  }
  .main__login-content {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .main__login-form form {
    width: 80%;
  }
  .main__login-information h4 {
    font-size: 3vw;
  }
  .main__login-information h5 {
    font-size: 2.5vw;
  }
}

@media (max-width: 767px) {
  .main__login-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main__login-information, .main__login-form {
    width: 80%;
    border-left: none;
  }
  .main__login-information form, .main__login-form form {
    width: 100%;
  }
  .main__login-information h4 {
    font-size: 5vw;
  }
  .main__login-information h5 {
    font-size: 4.5vw;
  }
}

.document-table {
  width: 100%;
}

.document-table__item {
  width: 100%;
  padding: 10px;
}

.document-table__item:nth-child(2n+1) {
  background-color: #efefef;
}

.document-table__item span {
  display: block;
  width: 100%;
}

.document-table__item .btn {
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .main__content-section {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .main__content-section .child, .main__content-section .father {
    width: 100% !important;
  }
  /**** responsive rows *******/
  .two_row, .bootstrap-table {
    width: 100%;
  }
  .four_row, .three_row {
    width: 48%;
  }
}

/**
 *
 *
 */
.main__title {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.row .col:nth-child(1) .thumbnail__head {
  background: #D09201;
}

.row .col:nth-child(2) .thumbnail__head {
  background: #5AB95F;
}

.row .col:nth-child(3) .thumbnail__head {
  background: #DA534F;
}

.row .col:nth-child(4) .thumbnail__head {
  background: #5BC0DE;
}

.row .col:nth-child(5) .thumbnail__head {
  background: #9B367A;
}

.row .col:nth-child(6) .thumbnail__head {
  background: #64f4c7;
}

.row .col:nth-child(7) .thumbnail__head {
  background: #6410aa;
}

.row .col:nth-child(8) .thumbnail__head {
  background: #24BCE1;
}

.row .col:nth-child(9) .thumbnail__head {
  background: #707070;
}

.row .col:nth-child(10) .thumbnail__head {
  background: #D35400;
}

.row .col:nth-child(11) .thumbnail__head {
  background: #E124A2;
}

.row .col:nth-child(12) .thumbnail__head {
  background: #DFE124;
}

.row .col:nth-child(13) .thumbnail__head {
  background: #000000;
}

.row .thumbnail {
  padding: 0;
}

.row .thumbnail__head {
  padding: 0 20px 0;
  text-align: center;
  margin-bottom: 20px;
}

.row .thumbnail__circle {
  width: 95px;
  height: 95px;
  background: #efefef;
  position: relative;
  top: 31.66667px;
  margin: 0 auto;
  line-height: 95px;
  display: block;
  border-radius: 50%;
}

.row .thumbnail__circle i {
  font-size: 31.66667px;
  line-height: 95px;
}

.row .thumbnail .caption {
  padding: 15px;
}

.row .thumbnail .caption__button {
  padding: 20px 0 0;
}

.row .thumbnail .caption__info {
  /* @media (min-width)
				display:flex;
				justify-content:space-between;
				margin:10px auto; */
  width: 85%;
  margin: 10px auto 0;
}

@media (max-width: 1200px) {
  .row .thumbnail .caption__info {
    width: 95%;
  }
}

.row .thumbnail h3 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  width: 100%;
}

.row .thumbnail p span {
  font-weight: bold;
}
