@charset "UTF-8";
400;700&family=Open+Sans:wght@300;400;700&family=Work+Sans:wght@300;400;700&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

@font-face {
  font-family: "Helvetica-bold";
  src: url(../fonts/HelveticaNeue-Bold.eot);
  src: url(../fonts/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue-Bold.woff) format("woff"), url(../fonts/HelveticaNeue-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/HelveticaNeue.eot);
  src: url(../fonts/HelveticaNeue.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue.woff) format("woff"), url(../fonts/HelveticaNeue.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-light";
  src: url(../fonts/HelveticaNeue-Light.eot);
  src: url(../fonts/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue-Light.woff) format("woff"), url(../fonts/HelveticaNeue-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-condense";
  src: url(../fonts/HelveticaNeue-CondensedBold.eot);
  src: url(../fonts/HelveticaNeue-CondensedBold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue-CondensedBold.woff) format("woff"), url(../fonts/HelveticaNeue-CondensedBold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot?mzphjr);
  src: url(../fonts/icomoon.eot?mzphjr#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?mzphjr) format("truetype"), url(../fonts/icomoon.woff?mzphjr) format("woff"), url(../fonts/icomoon.svg?mzphjr#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-type:before {
  content: "\e900";
}

.icon-delete-2:before {
  content: "\e901";
}

.icon-t1:before {
  content: "\e902";
}

.icon-t2:before {
  content: "\e903";
}

.icon-t3:before {
  content: "\e904";
}

.icon-box:before {
  content: "\e905";
}

.icon-build:before {
  content: "\e906";
}

.icon-bullhorn:before {
  content: "\e907";
}

.icon-calendar:before {
  content: "\e908";
}

.icon-cash:before {
  content: "\e909";
}

.icon-check:before {
  content: "\e90a";
}

.icon-clasif:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90c";
}

.icon-datos:before {
  content: "\e90d";
}

.icon-docs:before {
  content: "\e90e";
}

.icon-edit:before {
  content: "\e90f";
}

.icon-flag2:before {
  content: "\e910";
}

.icon-hand:before {
  content: "\e911";
}

.icon-home:before {
  content: "\e912";
}

.icon-home2:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e914";
}

.icon-menu:before {
  content: "\e915";
}

.icon-more:before {
  content: "\e916";
}

.icon-noti:before {
  content: "\e917";
}

.icon-plan:before {
  content: "\e918";
}

.icon-quest:before {
  content: "\e919";
}

.icon-rule:before {
  content: "\e91a";
}

.icon-search:before {
  content: "\e91b";
}

.icon-star:before {
  content: "\e91c";
}

.icon-sun:before {
  content: "\e91d";
}

.icon-transact:before {
  content: "\e91e";
}

.icon-dasigno:before {
  content: "\e91f";
}

.icon-loc:before {
  content: "\e920";
}

.icon-down:before {
  content: "\e921";
}

.icon-clip:before {
  content: "\e922";
}

.icon-cup:before {
  content: "\e923";
}

.icon-date:before {
  content: "\e924";
}

.icon-delete:before {
  content: "\e925";
}

.icon-phone:before {
  content: "\e926";
}

.icon-camera:before {
  content: "\e927";
}

.icon-default:before {
  content: "\e928";
}

.icon-film:before {
  content: "\e929";
}

.icon-mas:before {
  content: "\e92a";
}

.icon-next:before {
  content: "\e92b";
}

.icon-picture:before {
  content: "\e92c";
}

.icon-prev:before {
  content: "\e92d";
}

.icon-clock:before {
  content: "\e92e";
}

.icon-flag:before {
  content: "\e92f";
}

.icon-share:before {
  content: "\e930";
}

.icon-corazon:before {
  content: "\e931";
}

.icon-msn:before {
  content: "\e932";
}

.icon-file:before {
  content: "\e933";
}

.icon-link:before {
  content: "\e934";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.pos-rel {
  position: relative;
}

.launhpad-b {
  margin: 10px 0;
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.modal__close svg {
  display: none !important;
}

button {
  outline: none;
}

.create-content-load-crawler {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 10000;
  font-size: 18px;
}
.create-content-load-crawler b {
  text-align: center;
  flex: 1;
}

.loader-image {
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .model-desktop {
    display: none;
  }
}

.car-range.gray {
  color: gray;
}
.car-range.red {
  color: #FA003A;
}
.car-range.yellow {
  color: #FFAB02;
}
.car-range.green {
  color: #046213;
}

.footer-wGovCo {
  width: 100%;
  padding: 30px 10px;
}
.footer-wGovCo img:nth-child(1) {
  width: 60px;
}
.footer-wGovCo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-wGovCo .container .footer-wlogosGov {
  display: flex;
  width: 300px;
  justify-content: space-between;
  align-items: center;
}
.footer-wGovCo .container .footer-wlogosGov .sep {
  height: 66px;
  width: 1px;
  background: #ffffff;
}
.footer-wGovCo .container .footer-linkGov {
  font-size: 1.14rem;
}
.footer-wGovCo .footer-linkGov {
  text-decoration: underline;
}

.captcha {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0 0;
}
.captcha input {
  width: 95px;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  outline: none;
}
.captcha button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  margin: 0;
  transition: 0.6s;
  outline: none;
}
.captcha button img {
  width: 30px;
  height: 30px;
}
.captcha button:hover {
  transform: rotate(180deg);
}
.captcha-row {
  display: flex;
  margin: 5px 0;
  width: 240px;
}
.captcha-row:first-child {
  background: #fff;
  border-radius: 3px;
}
.captcha-row:first-child img {
  display: block;
  margin: auto;
}

.wrap-btnCenter {
  display: flex;
  justify-content: center;
}

.wrap-btnLeft {
  display: flex;
  justify-content: left;
}

.btn-gray-button {
  background: #f2f2f2;
  color: #4c4c4c;
  padding: 5px 15px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.btn-gray-button:hover {
  background: #004884;
  color: #fff;
}

.modal__subtit {
  color: #3B76FB;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.modal-wrap form label {
  color: #3b76fb;
}
.modal-wrap--bgColor {
  background: rgba(59, 118, 251, 0.7);
}
.modal-wrap--full {
  background: #fff;
  overflow: auto;
}
.modal-wrap--full .content_all {
  padding: 0 0 40px 0;
}
.modal-inner {
  position: absolute;
  width: 90vw;
  padding: 20px;
  min-height: 360px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-inner--xl {
  width: 60%;
  max-height: 80vh;
  overflow-y: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
}
.modal-inner input[type=radio] {
  margin-right: 5px;
}
.modal__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  color: #004884;
  font-size: 16px;
}
.modal__close svg {
  width: 22px;
  height: 22px;
}
.modal__close svg rect {
  fill: #3b76fb;
}
.modal__close:hover {
  transform: rotate(180deg);
}
.modal__close--warning {
  background: url(../../images/icon-close-red.svg) center no-repeat;
}
.modal-wrapTxt {
  width: 100%;
  height: 100%;
}
.modal-wrapTxt--formula {
  max-height: 70vh;
  overflow-y: auto;
  width: 85%;
  padding: 20px 5% 0 0%;
}
.modal-wrapTxt #clock {
  display: block;
  margin: auto;
}
.modal-wrapTxt #clock path {
  fill: #3b76fb;
}
.modal__tit {
  color: #3b76fb;
  /*font-family: $mont;*/
  font-weight: 700;
  text-align: center;
  font-size: 1.78rem;
  margin-bottom: 20px;
}
.modal__tit--warning {
  color: #ff007d;
}
.modal__txt {
  color: #004884;
  font-size: 1.14rem;
  text-align: center;
  margin-bottom: 20px;
}
.modal__txt a {
  color: #005dca;
  text-decoration: underline;
}
.modal__button {
  display: block;
  margin: 20px auto;
}
.modal__button:disabled {
  background: #b9dbff;
}
.modal__label {
  color: #004884;
}
.modal__inputDate {
  border: 1px solid #ccc !important;
  width: 100% !important;
  padding: 14px 0 14px 45px !important;
}
.modal__btnProg {
  float: none !important;
  margin: 20px auto !important;
}
.modal__btn {
  padding: 10px 25px;
  color: #fff;
  background: #3b76fb;
  border-radius: 30px;
  /*font-family: $mont;*/
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100px;
  margin: auto;
  cursor: pointer;
}
.modal__btn--inLine {
  display: inline-block;
  margin: 0;
}
.modal__btn--warning {
  background: #ff007d;
  margin: 0 5px;
  width: 160px;
}
.modal__btn--btnAdmin {
  background: #ff007d;
  margin: 0 5px;
  width: auto;
}
.modal__imgAuto {
  display: block;
  margin: auto;
}
.modal__imgAuto--load {
  width: 40px;
}
.modal-wrapBtnWarning {
  display: flex;
  justify-content: center;
}
.modal-wrapBtnWarning .btn-main {
  margin: 0 5px;
}
.modal__input {
  width: 100%;
  height: 40px;
  border: 1px solid #bdbdbd !important;
  border-radius: 5px;
}
.modal__iconWarning {
  margin: auto;
  display: block;
}
.modal-wLoad {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-btnDel {
  width: 14px;
  height: 14px;
  background: url(../../images/icon-delete.svg) center no-repeat;
  display: block;
  background-size: contain;
}
.modal__rowInfo {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(0, 72, 132, 0.1);
  color: #004884;
  font-size: 1.14rem;
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  min-height: 20px;
}
.modal__fixInfo {
  color: #004884;
  font-size: 1.14rem;
}
.modal__btnBorder {
  padding: 3px 15px;
  color: #005dca;
  border: #005dca 1px solid;
  border-radius: 20px;
  font-effect: 300px;
  transition: 0.3s;
  position: relative;
}
.modal__btnBorder:hover {
  background: #005dca;
  color: #fff;
}
.modal-upDoc {
  padding: 3px 15px;
  color: #3b76fb;
  border: #3b76fb 1px solid;
  border-radius: 20px;
  font-effect: 300px;
  transition: 0.3s;
  position: relative;
  height: 20px;
  width: 250px;
  line-height: 20px;
  text-align: center;
}
.modal-upDoc input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  opacity: 0;
}
.modal-row {
  display: flex;
  align-items: center;
  margin: 10px 0;
  width: 100%;
}
.modal-nameAdd {
  color: #3b76fb;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-nameAdd span {
  margin-left: 10px;
}
.modal-nameAdd svg {
  width: 20px;
  height: 34px;
}
.modal-nameAdd svg path {
  fill: #3b76fb;
}
.modal-deleteAdd {
  display: flex;
  align-items: center;
  font-size: 11px;
  margin-left: 10px;
  color: #ff007d;
}
.modal-deleteAdd svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.modal-deleteAdd svg path {
  fill: #ff007d;
}
.modal__iconPc {
  display: block;
  margin: 20px auto;
  width: 80px;
  height: 80px;
}
.modal__iconPc path {
  fill: #3b76fb;
}

.setBanner-wrapTxt h1 {
  font-size: 6vh;
}

.setBanner-wrapTxt {
  top: 106px !important;
}

.setBanner-wrapTxtMain {
  top: 125px;
}

.setBanner-wrapTxt h1,
.setBanner-wrapTxt h3 {
  border: solid 1px rgba(255, 255, 255, 0.6);
  padding: 3px;
  margin: 4px 0;
}

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

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

iframe.setBanner__imgVideo {
  height: 540px;
  margin: 15px 0;
}

.setBanner-orderCol.imglist {
  height: 60px;
  width: 110px;
}

.setBanner-orderCol.imglist img {
  object-fit: cover;
  width: 95px;
  height: 100%;
}

.wrap-editW {
  background: #fff;
  margin-top: -40px;
  padding-bottom: 40px;
  min-height: calc(100vh - 95px);
}

.setBanner-wrap {
  position: relative;
}
.setBanner-rowUp {
  width: calc(96% - 2px);
  border-top: 1px solid #3b76fb;
  border-right: 1px solid #3b76fb;
  border-left: 1px solid #3b76fb;
  padding: 0 2%;
  display: flex;
  align-items: center;
}
.setBanner-btnPhoto {
  background: url(../../images/icon-camera.svg) calc(100% - 10px) no-repeat;
  color: #004884;
  width: 150px;
  height: 37px;
  position: relative;
  font-size: 1.14rem;
  line-height: 37px;
  cursor: pointer;
}
.setBanner-btnPhoto input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.setBanner-btnPhoto--single {
  width: 25px;
  margin: 0 10px;
  background: none;
  background-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.setBanner-btnPhoto--single svg path {
  fill: #3b76fb;
}
.setBanner-wrapImg {
  background: #f3f3f3;
  overflow: hidden;
  height: 239.5px;
  text-align: center;
  border: 1px solid #3b76fb;
}
.setBanner-wrapImg--noCenter {
  text-align: inherit;
}
.setBanner-wrapImg .setBanner-hw100 {
  border: none;
}
.setBanner-img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.setBanner-wrapLogos {
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  top: 39px;
}
.setBanner-wrapLogos img {
  width: 80px;
  height: 80px;
  margin: 0px 8px !important;
}
.setBanner-wrapTxt {
  width: calc(100% - 40px);
  position: absolute;
  z-index: 1;
  top: 200px;
  left: 0;
  color: #fff;
  /*font-family: $mont;*/
  padding: 0 0 0 20px;
}
.setBanner-wrapTxt--movil {
  top: 45% !important;
}
.setBanner-wrapTxt h1 {
  font-size: 50px;
}
.setBanner-wrapTxt.bold h1 {
  font-weight: 700;
}
.setBanner-wrapTxt.bold h3 {
  font-weight: 700;
}
.setBanner__over {
  top: 38px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
}
.setBanner-wSetLogos {
  width: 100%;
  display: flex;
  margin: 30px 0;
}
.setBanner-colSetLogos {
  width: 50%;
}
.setBanner__tit {
  color: #004884;
  font-size: 25px;
  font-weight: 700;
}
.setBanner__txt {
  font-size: 16px;
  color: #a3a3a3;
}
.setBanner-wImgLogo {
  width: 120px;
  height: 120px;
  border: 1px solid #3b76fb;
  position: relative;
}
.setBanner-wImgLogo img {
  width: 100%;
  height: 100%;
}
.setBanner-delLogo {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  position: absolute;
  background-size: 50%;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setBanner-delLogo svg path {
  fill: #3b76fb;
}
.setBanner-delLogo:hover {
  transform: scale(1.2);
}
.setBanner-delLogo--banner2 {
  top: 50px;
  right: 10px;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setBanner-delLogo--banner2 svg path {
  fill: #3b76fb;
}
.setBanner-delLogo--bannerMob {
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setBanner-delLogo--bannerMob svg path {
  fill: #3b76fb;
}
.setBanner-rowSet {
  display: flex;
  margin-top: 20px;
}
.setBanner-rowSet--align {
  align-items: center;
  margin-bottom: 20px;
}
.setBanner-rowSet--align .setBanner-upLogo {
  margin: 0 10px 0 0;
}
.setBanner-upLogo {
  width: 85px;
  height: 33px;
  border: 1px solid #3b76fb;
  border-radius: 18px;
  position: relative;
  line-height: 33px;
  color: #004884;
  margin: 10px 0 0 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setBanner-upLogo input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.setBanner-upLogo svg path {
  fill: #3b76fb;
}
.setBanner-upLogo span {
  margin-right: 10px;
}
.setBanner-wbtnSave {
  display: flex;
}
.setBanner-wbtnSave .btn-main {
  margin-right: 10px;
}
.setBanner-btnVideo {
  width: 20px;
  height: 37px;
  margin: 0 10px;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setBanner-btnVideo svg path {
  fill: #3b76fb;
}
.setBanner-hw100 {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #3b76fb;
}
.setBanner__bold {
  width: 20px;
  height: 37px;
  margin: 0 10px;
  background: url(../../images/icon-bold.svg) center no-repeat;
  display: block;
}
.setBanner__bold svg {
  display: none;
}
.setBanner__bold.active {
  background: none;
}
.setBanner__bold.active svg {
  display: block;
  margin: auto;
}
.setBanner__bold.active svg path {
  fill: #3b76fb;
}
.setBanner__left {
  width: 20px;
  height: 37px;
  margin: 0 10px;
  background: url(../../images/icon-left.svg) center no-repeat;
  display: block;
}
.setBanner__left svg {
  display: none;
}
.setBanner__left.active {
  background: none;
}
.setBanner__left.active svg {
  display: block;
  margin: auto;
}
.setBanner__left.active svg rect {
  fill: #3b76fb;
}
.setBanner__center {
  width: 20px;
  height: 37px;
  margin: 0 10px;
  background: url(../../images/icon-center.svg) center no-repeat;
  display: block;
}
.setBanner__center svg {
  display: none;
}
.setBanner__center.active {
  background: none;
}
.setBanner__center.active svg {
  display: block;
  margin: auto;
}
.setBanner__center.active svg rect {
  fill: #3b76fb;
}
.setBanner-wBannerMob {
  width: 375px;
  height: 570px;
  background: #f3f3f3 url(../../images/icon-camera-w.svg) center no-repeat;
  background-size: 50px;
  position: relative;
}
.setBanner-wBannerMob .setBanner__over {
  top: 0;
}
.setBanner__titMob {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}
.setBanner__txtMob {
  font-size: 18px;
  color: #fff;
}
.setBanner-order {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.setBanner-orderRow {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
.setBanner-orderRow:hover {
  background: rgba(59, 118, 251, 0.1);
}
.setBanner-orderCol:nth-child(1) {
  display: flex;
  flex-flow: column;
  width: 30px;
}
.setBanner-orderCol:nth-child(2) {
  width: 30px;
}
.setBanner-orderCol:nth-child(3) {
  width: 105px;
}
.setBanner-orderCol:nth-child(4) {
  width: calc(100% - 265px);
  padding: 0 10px 0 0;
}
.setBanner-orderCol:nth-child(5) {
  width: 90px;
}
.setBanner__btnUp {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setBanner__btnUp svg rect {
  fill: #3b76fb;
}
.setBanner__btnDown {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setBanner__btnDown svg rect {
  fill: #3b76fb;
}
.setBanner__orderNum {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  color: #3b76fb;
}
.setBanner__orderImg {
  width: 160px;
  height: 65px;
}
.setBanner__orderTxt {
  color: #5c5c5c;
  font-size: 14px;
  margin: 0;
}
.setBanner-delete {
  float: right;
  color: #004884;
  display: flex;
  align-items: center;
  background: none !important;
}
.setBanner-delete span {
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 5px;
}
.setBanner-delete span svg path {
  fill: #3b76fb;
}
.setBanner-delete:disabled {
  background: none !important;
}
.setBanner__imgVideo {
  width: 100%;
  transform: translateY(-25%);
}
.setBanner__imgXs {
  object-fit: cover;
  width: 95px;
  height: 60px;
}
.setBanner__btnEdit {
  color: #3b76fb;
  padding: 5px 10px;
  border: 1px solid #3b76fb;
  width: 60px;
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  transition: 0.3s;
}
.setBanner__btnEdit svg path {
  fill: #3b76fb;
}
.setBanner__btnEdit:hover {
  background: #3b76fb;
  color: #fff;
}
.setBanner__btnEdit:hover svg path {
  fill: #fff;
}
.setBanner__btnAdd {
  color: #004884;
  padding: 5px 20px;
  border: 1px solid #3b76fb;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  width: 85px;
  margin: 20px 0;
  transition: 0.3s;
}
.setBanner__btnAdd svg {
  transition: 0.3s;
}
.setBanner__btnAdd svg rect {
  fill: #3b76fb;
}
.setBanner__btnAdd:hover {
  background: #3b76fb;
  color: #fff;
}
.setBanner__btnAdd:hover svg rect {
  fill: #fff;
}
.setBanner__btnAdd.disable {
  color: #afafaf;
  border: 1px solid #afafaf;
  cursor: not-allowed;
}
.setBanner__btnAdd.disable svg rect {
  fill: #afafaf;
}
.setBanner__btnAdd.disable:hover {
  background: none;
}
.setBanner-btnMove {
  width: 100px;
  height: 25px;
  background: #004884;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.setBanner-btnMove span {
  margin-right: 10px;
}
.setBanner-btnMove img {
  width: 12px;
  height: 12px;
}
.setBanner-btnMove--movil {
  top: 10px;
}
.setBanner__btnSave {
  width: 100px;
  height: 25px;
  background: #004884;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.setBanner__btnCancel {
  width: 100px;
  height: 25px;
  background: #004884;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 125px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cover-img-v {
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  /*opacity: .5;*/
  width: 100%;
  position: relative;
}

.cover-img {
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  /*opacity: .5;*/
  width: 100%;
  position: relative;
}

.center {
  text-align: center;
}

.form-flex {
  display: flex;
  width: 100%;
  gap: 20px;
}
.form-flex > div {
  width: 30%;
}

.tema-1 {
  background-color: #3B76FB !important;
  color: #FFFFFF !important;
}
.tema-2 {
  background-color: #FFFFFF !important;
  color: #3B76FB !important;
}
.tema-3 {
  background-color: #FF007D !important;
  color: #FFFFFF !important;
}
.tema-4 {
  background-color: #FFFFFF !important;
  color: #FF007D !important;
}
.tema-5 {
  background-color: #038F67 !important;
  color: #FFFFFF !important;
}
.tema-6 {
  background-color: #FFFFFF !important;
  color: #038F67 !important;
}
.tema-7 {
  background-color: #FF6D00 !important;
  color: #FFFFFF !important;
}
.tema-8 {
  background-color: #FFFFFF !important;
  color: #FF6D00 !important;
}
.tema-9 {
  background-color: #004884 !important;
  color: #FFFFFF !important;
}
.tema-10 {
  background-color: #FFFFFF !important;
  color: #004884 !important;
}
.tema-11 {
  background-color: #6F2EAF !important;
  color: #FFFFFF !important;
}
.tema-12 {
  background-color: #FFFFFF !important;
  color: #6F2EAF !important;
}
.tema-13 {
  background-color: #488704 !important;
  color: #FFFFFF !important;
}
.tema-14 {
  background-color: #FFFFFF !important;
  color: #488704 !important;
}
.tema-15 {
  background-color: #DAE9F5;
  color: #005ECA;
}
.tema-16 {
  background-color: #BA0659;
  color: #FFFFFF;
}
.tema-17 {
  background-color: #C400FF;
  color: #FFFFFF;
}
.tema-18 {
  background-color: #00A4E0;
  color: #FFFFFF;
}
.tema-19 {
  background-color: #7C8606;
  color: #EBFF00;
}
.tema-20 {
  background-color: #003C77;
  color: #12FFBF;
}
.tema-21 {
  background-color: #FFD800;
  color: #FF0080;
}

/*COLORS*/
html, body {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  color: #5C5C5C;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  word-break: break-all;
  color: #000;
}

br, .c-b {
  clear: both;
}

b {
  font-family: "Helvetica-bold";
}

p {
  margin: 0;
  padding: 8px 0;
  line-height: 140%;
}
p label {
  display: inline-block;
  padding: 0 !important;
  float: none !important;
  cursor: pointer;
  vertical-align: middle;
}
p input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}

input, select, textarea {
  border: none;
  outline: none;
  color: #5C5C5C;
  font-family: "Helvetica", Geneva, Verdana, sans-serif;
}

textarea {
  height: 100%;
  width: 100%;
}

input[type=text], [type=password], [type=number] {
  background: none;
  border: none;
  box-sizing: border-box;
}

/*input {
    -webkit-appearance: none;
}*/
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5C5C5C;
}

input:focus, textarea:focus, select:focus {
  outline: 0 none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  color: inherit !important;
}

select {
  color: #5C5C5C;
}

textarea {
  resize: none;
  box-sizing: border-box;
  color: #5C5C5C;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.text-left {
  text-align: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.no-body-scroll {
  overflow: hidden;
}

.btn-back {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.btn-back span {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 5px;
  background: url(../images/arrow-back.svg) center no-repeat;
  background-size: contain;
}

/*Width ↓↓↓*/
.w10 {
  clear: both;
  width: 10;
}

/*Margins ↓↓↓*/
.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

/*Width ↓↓↓*/
.w20 {
  clear: both;
  width: 20;
}

/*Margins ↓↓↓*/
.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

/*Width ↓↓↓*/
.w30 {
  clear: both;
  width: 30;
}

/*Margins ↓↓↓*/
.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

/*Width ↓↓↓*/
.w40 {
  clear: both;
  width: 40;
}

/*Margins ↓↓↓*/
.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

/*Width ↓↓↓*/
.w50 {
  clear: both;
  width: 50;
}

/*Margins ↓↓↓*/
.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr50 {
  margin-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

/*Width ↓↓↓*/
.w60 {
  clear: both;
  width: 60;
}

/*Margins ↓↓↓*/
.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mr60 {
  margin-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

/*Width ↓↓↓*/
.w70 {
  clear: both;
  width: 70;
}

/*Margins ↓↓↓*/
.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mr70 {
  margin-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

/*Width ↓↓↓*/
.w80 {
  clear: both;
  width: 80;
}

/*Margins ↓↓↓*/
.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mr80 {
  margin-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

/*Width ↓↓↓*/
.w90 {
  clear: both;
  width: 90;
}

/*Margins ↓↓↓*/
.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mr90 {
  margin-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

/*Width ↓↓↓*/
.w100 {
  clear: both;
  width: 100;
}

/*Margins ↓↓↓*/
.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr100 {
  margin-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

/* ======================================= HEADER ===================================== */
header {
  background: #E7E7E7;
}
header .logo {
  height: 35px;
  float: left;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  header .logo {
    height: 40px;
    margin: 19px 0;
  }
}
header .logo img {
  height: 100%;
  width: 120px;
  margin-right: 10px;
  display: block;
}

.layer-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 10;
}

.layer-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  position: fixed;
  z-index: 11;
}

.wait-box {
  background: #FFF;
  width: 410px;
  max-height: 230px;
  z-index: 11;
  left: calc(50% - 205px);
  box-sizing: border-box;
  top: calc(50% - 115px);
  padding: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0px 0px 9px 0px rgb(0, 48, 102);
  -moz-box-shadow: 0px 0px 9px 0px rgb(0, 48, 102);
  box-shadow: 0px 0px 9px 0px rgb(0, 48, 102);
}
.wait-box p {
  color: #005ECA;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.menu {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  float: left;
}
@media (max-width: 1024px) {
  .menu {
    margin: 0 0 0 0px;
  }
}
.menu li {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  float: left;
  padding: 20px 15px;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@media (max-width: 1024px) {
  .menu li {
    padding: 30px 9px;
  }
}
.menu li:hover, .menu li.active {
  background: #FFF;
}

.m-admin {
  background: #F9F9F9;
  margin: 0 0;
  padding: 20px 0 0;
  list-style: none;
}
.m-admin li {
  font-size: 16px;
  text-align: center;
  float: left;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.m-admin li:hover {
  color: #000;
}
.m-admin li.active {
  background: #FFF;
  color: #000;
  font-family: "Helvetica-bold";
}

.user-wraper {
  float: right;
  text-align: right;
  color: #000;
  margin: 10px 0;
  max-width: 305px;
}
@media (max-width: 1230px) {
  .user-wraper {
    max-width: 105px;
  }
}
@media (max-width: 1024px) {
  .user-wraper {
    margin: 20px 0;
  }
}
.user-wraper b {
  font-size: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .user-wraper b {
    font-size: 14px;
  }
}
.user-wraper a {
  font-size: 13px;
}

/* ================================ FIN HEADER ====================================*/
.content_all {
  margin: 0 80px;
}
@media (max-width: 1200px) {
  .content_all {
    width: 1024px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .content_all {
    width: 960px;
  }
}

.section-tit {
  font-size: 30px;
  color: #000;
  font-weight: 400;
}
.section-tit--s {
  font-size: 22px;
}

.sub-title {
  font-size: 14px;
  padding: 5px 0;
  margin: 0 0 10px;
  color: #707070;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.txt-descripMain {
  font-size: 14px;
  color: #A8A8A8;
}

section {
  padding: 20px 0;
}

.filter {
  margin: 0px 0 30px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filter li, .filter .filter-btn {
  display: inline-block;
  font-size: 20px;
  padding: 20px 0;
  margin: 0 30px 0 0;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border-bottom: 2px solid #fff;
}
.filter li:hover, .filter .filter-btn:hover {
  color: #000;
}
.filter li.active, .filter .filter-btn.active {
  font-family: "Helvetica-bold";
  color: #000;
  border-bottom: 2px solid #000;
}
.filter span {
  margin-right: 10px;
  color: #000;
  font-size: 16px;
}

.table-admin {
  width: 100%;
  margin: 0 0 50px;
  word-wrap: break-word;
  border-collapse: collapse;
  font-size: 12px;
}
.table-admin--tips {
  margin: 0;
}
.table-admin--tips a {
  color: #3DA7FF;
  text-decoration: underline;
}
.table-admin--category td:first-child {
  width: 90%;
}
.table-admin--toolTips td {
  text-align: left;
}
.table-admin--toolTips td:hover {
  background: #fff !important;
}
.table-admin--toolTips tr:hover {
  background: #fff !important;
}
.table-admin--toolTips .wrap-btns-save .btn-save {
  float: left !important;
}
.table-admin--toolTips .txt-toolTips {
  font-size: 15px;
  display: inline-block;
}
.table-admin b {
  color: #000;
}
.table-admin th {
  color: #000;
  font-size: 14px;
  padding: 21px 5px;
  font-family: "Helvetica-bold";
}
.table-admin th:first-child {
  text-align: left;
}
.table-admin tr {
  border-bottom: 1px solid #E7E7E7;
  text-align: center;
}
.table-admin tr:hover {
  background: #DDF0FF;
}
.table-admin td {
  padding: 21px 5px;
}
.table-admin td:first-child {
  text-align: left;
}
.table-admin .act-row {
  color: #3DA7FF;
}
.table-admin .act-row span {
  display: inherit;
  background: #3DA7FF;
  color: #FFF;
  font-size: 12px;
  font-family: "Helvetica-bold";
  padding: 3px 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.table-admin .act-row .new {
  margin: 0 10px 0 0;
}
.table-admin .cell-btn {
  padding: 5px;
  width: 250px;
}
.table-admin .cell-btn button {
  font-size: 14px;
  float: right;
}
.table-admin .btn-save {
  float: right;
  font-size: 14px;
  background: #3B76FB;
  font-weight: 700;
  border-radius: 30px;
}
.table-admin thead tr:hover {
  background: #fff;
}

.table-wAdmin {
  max-width: 100%;
  overflow-x: auto;
}

.new {
  display: inline-block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: #3DA7FF;
}

.no-content {
  color: #000;
  font-size: 18px;
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #E7E7E7;
}

.table-gruop {
  width: 100%;
}
.table-gruop td {
  width: 22%;
  padding: 5px 3% 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-gruop td:last-child {
  text-align: right;
  padding: 5px 0 5px 0;
  width: 25%;
}

.fixLineModal label {
  float: inherit !important;
}

.table-gruopList {
  width: 100%;
  margin: 20px 0 0 0;
}
.table-gruopList td {
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 0;
}
.table-gruopList td:nth-child(1) {
  width: 30%;
}
.table-gruopList td:nth-child(2) {
  width: 60%;
}
.table-gruopList td:nth-child(3) {
  width: 10%;
  text-align: right;
}

.gruop-wBtns {
  display: flex;
  margin: 30px 0 0 0;
}
.gruop-wBtns button {
  margin: 0 14px 0 0;
}

/* ================================== FORMULARIOS ================================*/
form input[type=text], form [type=password], form [type=email], form [type=url], form [type=number], form select {
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 10px;
  background: #FFF;
}
form input[disabled=disabled], form select[disabled=disabled] {
  background: #E7E7E7;
  cursor: not-allowed;
}
form select {
  height: 38px;
}
form select.third-part {
  width: 33%;
}
form textarea {
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 10px;
  resize: none;
}
form label {
  font-size: 17px;
  color: #000;
  display: block;
  margin: 10px 0 5px;
}
form .my-captcha {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.error {
  color: #E80352;
  font-size: 12px;
}

.btn-save {
  background: #3DA7FF;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 10px 15px;
  min-width: 120px;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn-save.inline-block {
  display: inline-block;
}

.carga {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.carga input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.create-content {
  color: #000;
  margin: 10px 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  /*AGREGAR CONTENIDO*/
}
.create-content .row-input {
  position: relative;
  min-height: 44px;
  margin: 15px 0;
}
.create-content .row-area {
  padding: 10px 10px 0;
}
.create-content input[type=text], .create-content [type=password], .create-content [type=email], .create-content [type=url], .create-content [type=number], .create-content select {
  border: none;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  width: calc(100% - 115px);
  padding: 9px 10px;
  background: #FFF;
  border: 1px solid #E7E7E7;
  float: right;
}
.create-content textarea {
  padding: 0;
  border: none;
  font-size: 14px;
  min-height: 80px;
  font-family: "Montserrat", sans-serif;
}
.create-content label {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  padding: 10px 0 0;
  float: left;
}
.create-content .control_comment {
  margin: 0 15px 15px;
}
.create-content .control_comment input[type=submit], .create-content .control_comment input[type=button] {
  background: #3366CC;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  float: right;
  font-family: "Work Sans", sans-serif;
  padding: 5px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 30px;
}
.create-content .control_comment input[type=button] {
  color: #3DA7FF;
  background: #DDF0FF;
  margin: 0 10px 0 0;
}
.create-content .all_preview {
  margin: 10px 0 0;
}
.create-content .preview-doc {
  width: 93px;
  height: 68px;
  overflow: hidden;
  position: relative;
  border: 1px solid #E7E7E7;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.create-content .preview-doc .icon-default {
  text-align: center;
  display: block;
  font-size: 40px;
  color: #9FAAB8;
  margin: 15px 0;
}
.create-content .preview-doc .delete_img {
  background: #3DA7FF;
  color: #FFF;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  padding: 3px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 1;
}
.create-content .delete_img {
  background: #3DA7FF;
  color: #FFF;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  padding: 3px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 1;
}
.create-content .preview_img {
  width: 95px;
  height: 70px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  position: relative;
  float: left;
  background: #000;
}
.create-content .preview_img .prev-video {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  color: #FFF;
  padding: 15px 0;
  box-sizing: border-box;
}
.create-content .preview_img img {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.create-content .idea_media {
  position: relative;
  display: block;
  float: left;
  margin: 0 15px 0 0;
  overflow: hidden;
  color: #A2A2A2;
  padding: 10px 0 0;
}
.create-content .idea_media [class^=icon-] {
  font-size: 25px;
  width: 25px;
  height: 25px;
  display: block;
  float: left;
}
.create-content .idea_media span {
  margin: 3px 0 3px 5px;
  display: inline-block;
}
.create-content .idea_media input[type=text] {
  border: 1px solid #E7E7E7;
  padding: 5px;
  width: 200px;
  margin-left: 10px;
}
.create-content .idea_media input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.create-content .idea_media.btn-add-video {
  max-width: calc(100% - 205px);
  margin-right: 15px;
}
.create-content .vide-url input[type=text] {
  float: left;
  width: calc(100% - 40px);
  margin: 0 0 0 5px;
  padding: 4px 10px;
}
.create-content .wrapArea {
  border: 1px solid #E7E7E7;
  border-radius: 3px;
}
.create-content .wrapArea textarea {
  padding: 10px;
}
.create-content .txt-descrip {
  color: #5C5C5C;
  clear: both;
  padding: 0;
}
.create-content .row-departament {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  background: #fff;
}
.create-content .row-departament input[type=text] {
  flex: 2;
  min-width: 100px;
  border: none;
}
.create-content .row-departament ul {
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  z-index: 2;
}
.create-content .row-departament ul li {
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 5px;
}
.create-content .row-departament .ng-not-empty + ul {
  border: 1px solid #E7E7E7;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.create-content .wrapMultimedia {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-content .wrapMultimedia span {
  color: #5C5C5C;
  margin: auto;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.create-content .wrapMultimedia .icon-delete {
  color: #004884;
}
.create-content .wrapMultimedia-txt {
  display: flex;
  align-items: center;
}
.create-content .wrapMultimedia-txt .btn-main {
  margin: auto;
  margin-right: 0;
}
.create-content .wrapMultimedia-txt .btnText {
  color: #004884;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.create-content .caract-count {
  color: #9FAAB8;
  font-size: 12px;
}
.create-content .btnImg {
  width: 23px;
  height: 20px;
  background: url(../images/icon-camera.svg) center no-repeat;
  background-size: contain;
}
.create-content .btnImg input[type=file] {
  appearance: none;
  width: 20px;
  height: 23px;
  opacity: 0;
}
.create-content .btnvideo {
  width: 23px;
  height: 20px;
  background: url(../images/icon-video.svg) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  cursor: pointer;
}
.create-content .error {
  clear: both;
}
.create-content .wrap-prew {
  padding: 10px;
}
.create-content .prew-img {
  display: flex;
  align-items: center;
}
.create-content .prew-wrapImg {
  width: 66px;
  height: 66px;
  overflow: hidden;
  position: relative;
}
.create-content .prew-wrapImg img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.create-content .prew-delete {
  color: #3B76FB;
  margin-left: 5px;
  cursor: pointer;
}
.create-content .prew-delete span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-delete.svg) center no-repeat;
}
.create-content .wrap-tagV2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.tagV2 {
  background: #DDF0FF;
  color: #004884;
  padding: 2px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.tagV2 b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(../images/icon-close.svg) center no-repeat;
  transition: 0.3s;
}
.tagV2:hover b {
  transform: rotate(180deg);
}

/* ============================== FIN AGREGAR CONTENIDO ======================*/
.form-search {
  margin: 20px 0 80px;
}
.form-search label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-search .btn-main {
  width: 120px;
  float: left;
  padding: 10px 12px;
  margin-top: 34px;
}
.form-search .btn-main--auto {
  width: auto;
}

.cl-1 {
  width: calc(100% - 130px);
  float: left;
  margin: 0 10px 0 0;
}
.cl-1 .btn-save {
  margin: 15px 0;
}

.cl-2 {
  width: calc(50% - 70px);
  float: left;
  margin: 0 10px 0 0;
}

.cl-3 {
  width: calc(33.3% - 50px);
  float: left;
  margin: 0 10px 0 0;
}

.cl-4 {
  width: calc(25% - 40px);
  float: left;
  margin: 0 10px 0 0;
}

.cl-5 {
  width: calc(20% - 40px);
  float: left;
  margin: 0 10px 0 0;
}

/*FIN FORMULARIOS*/
.label {
  font-size: 17px;
  color: #000;
  display: block;
  margin: 10px 0 5px;
}

.search-bar {
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 30px;
}
.search-bar input[type=text] {
  width: calc(100% - 60px);
  display: block;
  font-size: 17px;
  padding: 11px;
  display: inline-block;
  vertical-align: middle;
}
.search-bar span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #3B76FB url(../images/icon-search.svg) center no-repeat;
  background-size: 50%;
}

.row-search {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.row-search .search-bar {
  width: calc(100% - 130px);
}
.row-search p {
  color: #004884;
}

/* ======================================== LOGIN ==================================*/
.body-login {
  width: 100%;
  height: 100vh;
  min-height: 515px;
}

.login {
  width: 310px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 61px);
  box-sizing: border-box;
  padding: 60px 0;
}
.login form {
  width: 100%;
}
.login label {
  text-align: left;
}
.login img {
  display: block;
  margin: 0 auto 30px;
}
.login .btn-enter {
  background: #3DA7FF;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 140px;
  margin: 20px auto 0;
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  font-family: "Helvetica-bold";
  display: block;
  cursor: pointer;
}
.login .btn-close {
  float: right;
  margin: -20px -20px 0 0;
}
.login span {
  cursor: pointer;
}

/* ================================== FIN LOGIN ============================= */
/* ================================== CAJAS DE CONTENIDO =====================*/
.content-cards {
  width: 100%;
  box-sizing: border-box;
}
.content-cards .column-card {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 10px);
}
.content-cards .column-card:first-child {
  margin-right: 20px;
}
.content-cards .card {
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #E5EEFB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.content-cards .card .date-conte {
  color: #004884;
  font-size: 11px;
  float: left;
  margin: 0;
}
.content-cards .card .new-active {
  float: right;
  padding: 2px 8px;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.content-cards .card .btn-edit {
  float: right;
  font-size: 16px;
  color: #A2A2A2;
  cursor: pointer;
  padding: 0 0 10px 10px;
  margin: 0 0 0 10px;
}
.content-cards .card .content-tit {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 33px;
}
.content-cards .card__txt {
  font-family: "Open Sans", sans-serif;
  color: #004884;
}
.content-cards .card-downTag {
  padding: 10px 10px 5px 10px;
  background: #F7FAFF;
  display: flex;
  flex-wrap: wrap;
}
.content-cards .card-downTag .tagV2 {
  margin: 0 5px 10px 0;
}

.content_text {
  margin: 20px;
}
.content_text:nth-of-type(1) {
  padding: 10px 20px 0px;
  margin: 0;
  background: #E7E7E7;
}
.content_text:nth-of-type(1) .date-conte {
  color: #000;
  margin-top: 4px;
}

.content-img {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}
.content-img img {
  display: block;
  width: 100%;
}

.pre-video {
  position: relative;
}
.pre-video span {
  font-size: 72px;
  color: #FFF;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  cursor: pointer;
}

.content-tit {
  font-size: 16px;
  color: #000;
  font-family: "Helvetica-bold";
}

/*CAJAS DE CONTENIDO*/
/*  ================================  MENSAJES ============================ */
.msj-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  position: relative;
  height: calc(100% - 125px);
  position: fixed;
  overflow-y: auto;
  border-right: 1px solid #E7E7E7;
}
.msj-menu li {
  padding: 20px 30px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  cursor: pointer;
  border-bottom: 1px solid #E7E7E7;
}
.msj-menu li.active, .msj-menu li:hover {
  background: rgba(59, 118, 251, 0.1);
}

.msj-wrapSearch {
  margin: 10px 30px 0 30px;
  border: 1px solid #AFAFAF;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.msj-wrapSearch input[type=text] {
  height: 40px;
  padding: 0 0 0 20px;
  width: calc(100% - 50px);
}

.msj-iconSearch {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #004884 url(../images/icon-search.svg) center no-repeat;
  background-size: 15px;
  margin-right: 5px;
}

.msj-wrapBtnTabs {
  padding: 10px 30px 0 30px;
  height: 50px;
}
.msj-wrapBtnTabs button {
  color: #AFAFAF;
  height: 47px;
  border-bottom: 3px solid #fff;
  box-sizing: content-box;
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
}
.msj-wrapBtnTabs button.active {
  color: #004884;
  border-bottom: 3px solid #004884;
  font-weight: 700;
}
.msj-wrapBtnTabs .msj-select {
  max-width: 33%;
}

.msj-content {
  padding: 0px 25px 40px;
  width: 50%;
  box-sizing: border-box;
  margin-left: 50%;
  height: calc(100% - 150px);
  position: fixed;
}

.msj-titAuthor {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.msj-entidad {
  color: #004884;
  font-weight: 700;
  margin-top: 15px;
}

.msj-wrapTimeLine {
  height: calc(100% - 70px);
  overflow-y: auto;
  padding-right: 25px;
}

.msj-btnMore {
  text-align: center;
  color: #004884;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
}
.msj-btnMore:hover {
  text-decoration: underline;
}
.msj-btnMore span {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/arrow-down.svg) center no-repeat;
  margin-left: 5px;
}

.msj-sep {
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  margin: 20px 0;
}

.msj-topTimeLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.msj-topTimeLine .msj-select {
  max-width: 33%;
}

.msj-endChat {
  color: #3B76FB;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
}

.msj-date {
  color: rgba(0, 72, 132, 0.5);
  margin: 0 0 5px;
}

.msj-name {
  color: rgba(0, 72, 132, 0.5);
  font-size: 14px;
  margin: 0 0 5px;
}

.msj-textarea {
  border: 1px solid #E7E7E7 !important;
  padding: 10px !important;
}

.no-pad {
  padding: 0 !important;
}

.msj-textarea::-webkit-input-placeholder {
  color: #004884;
}

.msj-textarea:-ms-input-placeholder {
  color: #004884;
}

.msj-textarea::placeholder {
  color: #004884;
}

.msj-btnImg {
  width: 25px;
  height: 25px;
  padding: 0 !important;
  background: url(../images/icon-camera.svg) center no-repeat;
}

.msj-btnFile {
  height: 25px;
  width: 25px;
  padding: 0 0 0 !important;
  background: url(../images/icon-clip.svg) left no-repeat;
}

.msj-txtAdd {
  float: left;
  padding: 3px 10px 0 0;
  color: #004884;
}

.msj-caracteres {
  float: right;
  padding: 9px 10px 0 0;
  color: #AFAFAF;
}

.msj-btnReopen {
  margin: 20px auto 0;
  display: block;
}

.msj-prev {
  color: #004884;
  font-size: 16px;
  overflow: hidden;
}

.msj-new {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3DA7FF;
  display: inline-block;
  float: left;
  margin: 7px 5px 0 0;
}

.msj-box {
  padding: 20px 0;
  width: 65%;
  clear: both;
  float: right;
}
.msj-box .msj-name {
  font-weight: 700;
  color: #004884;
  font-size: 16px;
  text-align: right;
}
.msj-box .msj-prev {
  font-size: 14px;
}

.msj-boxInner {
  background: rgba(59, 118, 251, 0.1);
  padding: 15px;
  border-radius: 3px;
}

.msj-autor {
  float: left;
}
.msj-autor .msj-boxInner {
  background: #F3F3F3;
}
.msj-autor .msj-name {
  text-align: left;
}

.msj-img {
  background: #F3F3F3;
}
.msj-img img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.msj-doc {
  margin: 10px 0;
}
.msj-doc .img-doc {
  width: 50px;
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.msj-doc .img-doc img {
  width: 100%;
  display: block;
}
.msj-doc .img-doc span {
  text-align: center;
  display: block;
  color: #5C5C5C;
  font-size: 11px;
  background: #E7E7E7;
  margin: 4px auto 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.msj-doc p {
  float: left;
  width: calc(100% - 70px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  padding: 18px 0;
}

.msj-docLink {
  display: block;
}

.timeline-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.msj-wrapBtn {
  height: 62px;
  width: calc(100% - 60px);
  margin: auto;
  padding: 0 30px;
  border-bottom: 1px solid #E7E7E7;
}
.msj-wrapBtn button {
  font-size: 23px;
  border-bottom: 3px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  height: 62px;
  margin-right: 50px;
  color: #AFAFAF;
}
.msj-wrapBtn button.active {
  color: #004884;
  border-bottom: 3px solid #004884;
}

.msj-select {
  background: none;
  border: 1px solid #D9D9D9;
  color: #004884;
  height: 30px;
  border-radius: 15px;
}

.msj-btnDownload {
  color: #3B76FB !important;
  padding: 5px 18px;
  border: 1px solid #3B76FB !important;
  height: auto !important;
  border-radius: 20px;
  margin-left: 10px;
}

/* ==================================== FIN MENSAJES ==========================*/
/* ===================================== SOLICITUDES ============================*/
.solicita-header {
  padding: 60px 80px 0;
  background: #fff;
}
.solicita-header .section-tit {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.solicita-header .btn-close {
  font-size: 20px;
  float: right;
}
.solicita-header nav {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.solicita-header nav li {
  float: left;
  font-size: 20px;
  padding: 18px 20px;
  cursor: pointer;
}
.solicita-header nav li.active {
  background: #FFF;
  color: #000;
  font-family: "Helvetica-bold";
}
.solicita-header nav li:hover {
  color: #000;
}
.solicita-header nav li .new {
  margin-right: 10px;
}
.solicita-header .btn-save {
  margin-right: 10px;
}

.new-active {
  background: #004884;
  text-align: center;
  color: #FFF;
  padding: 2px 8px;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  max-width: 128px;
}

/* ============================== SOLICITUDES =================================*/
/* ============================== ESTADISTICAS ================================*/
.esta-content .section-tit {
  float: left;
  width: calc(100% - 30px);
  color: #004884;
}
.esta-content .btn-close {
  font-size: 20px;
  float: right;
  color: #004884;
}
.esta-content .analytics-iframe {
  width: 100%;
  border: none;
  height: 750px;
  overflow: hidden;
}
.esta-content .btn-download {
  background: #3DA7FF;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  min-width: 120px;
  font-size: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
}

.date-filter .date-selector {
  width: 250px;
  margin: 0 10px 0 0;
  float: left;
}
.date-filter .date-selector input[type=text] {
  padding: 10px;
}
.date-filter label {
  font-size: 16px;
}
.date-filter .btn-save {
  float: right;
  font-size: 18px;
  margin: 29px 0 0;
}

.ranges-actions, .input-container {
  display: none !important;
}

ob-daterangepicker {
  width: 100% !important;
}

calendar, ob-daterangepicker {
  font-family: Helvetica, Geneva, Verdana, sans-serif !important;
}

ob-daterangepicker .picker-dropdown-container .picker-dropdown {
  width: 100% !important;
  height: 39px !important;
  padding-top: 4px;
  border: 1px solid #E7E7E7 !important;
  overflow: hidden;
}

ob-daterangepicker .picker-dropdown-container .picker-dropdown::after {
  display: none !important;
}

ob-daterangepicker .picker-dropdown-container .picker {
  border: 1px solid #E7E7E7 !important;
}

calendar .board, calendar .header, calendar .header .arrow-btn.right, calendar .header .arrow-btn.left {
  border: none !important;
}

calendar .board .day.range-end:not(.other-month):not(.disabled), calendar .board .day.range-start:not(.other-month):not(.disabled) {
  background: #97B7C7 !important;
}

ob-daterangepicker .picker-dropdown-container .picker {
  top: 38px !important;
}

/* ======================================= FIN ESTADISTICAS =================================*/
/* ======================================= FRONT =================================*/
.front-content {
  width: 560px;
  margin: 80px auto;
}
.front-content h1 {
  text-align: center;
  color: #000;
  font-family: "Helvetica-bold";
  font-size: 38px;
}
.front-content h2 {
  text-align: center;
  color: #000;
  font-family: "Helvetica-bold";
  font-size: 25px;
}
.front-content .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 25px;
}
.front-content .flag-col {
  display: block;
  margin: 0 auto 20px;
}
.front-content button {
  margin: 30px auto 0;
  width: 150px;
}
.front-content ul {
  margin: 0;
  padding: 0 0 0 0px;
  color: #000;
  list-style-position: inside;
}
.front-content ul li {
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0;
}
.front-content ul li a:hover {
  text-decoration: underline;
}
.front-content .file-add {
  color: #3DA7FF;
  margin: 15px 0 0;
  cursor: pointer;
  position: relative;
}
.front-content .file-add i {
  background: #3DA7FF;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  overflow: hidden;
  color: #FFF;
  font-size: 18px;
  display: block;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 3px 0;
  cursor: pointer;
}
.front-content .file-add span {
  display: block;
  float: left;
  margin: 4px 5px;
  cursor: pointer;
}
.front-content .file-add input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.front-content .file-sub {
  margin: 15px 0 0;
  color: #5C5C5C;
  cursor: pointer;
}
.front-content .file-sub i {
  font-size: 35px;
  display: block;
  float: left;
  box-sizing: border-box;
}
.front-content .file-sub span {
  display: block;
  float: left;
  margin: 9px 5px;
}
.front-content .file-sub .btn-delete {
  font-size: 14px;
  color: #5C5C5C;
  padding: 10px;
  float: left;
}
.front-content p {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
.front-content label {
  font-size: 15px;
}
.front-content input[disabled=disabled], .front-content select[disabled=disabled] {
  background: #E7E7E7;
  cursor: not-allowed;
}

/* ======================= FIN FRONT =============================*/
.btn-error {
  color: #3DA7FF;
  font-family: "Helvetica-bold";
}

.list-error {
  font-size: 12px;
  padding: 4px 0;
  color: #E80352;
}

.c-b-save {
  margin: 10px 0 0;
}
.c-b-save button {
  color: #FFF;
  background: #3DA7FF;
  font-size: 15px;
  font-weight: 300;
  float: left;
  padding: 10px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.c-b-save .btn-save {
  background: #3DA7FF;
  color: #FFF;
  margin: 0 0 0 10px;
  float: left !important;
}

footer {
  text-align: center;
  border-top: 1px solid #E7E7E7;
  font-size: 12px;
  color: #000;
  padding: 23px 0;
}

.logo-digital {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/gobierno-logo.svg) no-repeat;
  background-size: cover;
}

.cl-3 input[name=name] {
  line-height: 1.5;
}

.fix-height-input input {
  padding: 9px 10px !important;
}

.ta-c {
  text-align: center;
}

.txt-legal {
  font-size: 12px;
  text-align: left !important;
  margin: 20px auto 0 !important;
  color: #000;
  width: 100% !important;
  text-align: justify !important;
}
.txt-legal input[type=checkbox] {
  appearance: checkbox;
  -moz-appearance: checkbox; /* Firefox */
  -webkit-appearance: checkbox; /* Safari and Chrome */
}

.fz12 {
  font-size: 12px !important;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

.cursor-table td {
  cursor: pointer;
}

.table-solicita {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-solicita tbody tr {
  border-bottom: none;
}
.table-solicita tbody .divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.btn-terms {
  font-size: 12px;
  display: block;
  margin-top: 30px;
}
.btn-terms:hover {
  text-decoration: underline;
}

.banner-logo {
  max-height: 115px;
  max-height: 115px;
}

.site-request .wrap-banner {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  overflow: hidden;
}
.site-request .wrap-banner img {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.site-request .wrap-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.site-request .wrap-logo img {
  margin: 0 10px;
}
.site-request .wrap-txt {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 720px;
  padding: 40px;
  margin: 0 auto 40px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  overflow: auto;
}
@media (max-width: 800px) {
  .site-request .wrap-txt {
    width: calc(90% - 80px);
  }
}
.site-request .wrap-txt .col-txt {
  width: calc(50% - 1px);
  padding: 50px 0;
  text-align: center;
  float: left;
}
.site-request .wrap-txt .col-txt button {
  margin: auto;
}
.site-request .wrap-txt .col-txt:nth-child(1) {
  border-right: 1px solid #D0D0D0;
}
@media (max-width: 800px) {
  .site-request .wrap-txt .col-txt:nth-child(1) {
    border-right: none;
  }
}
@media (max-width: 800px) {
  .site-request .wrap-txt .col-txt {
    float: none;
    width: 100%;
  }
}
.site-request .wrap-txt .tit-request {
  font-family: "Helvetica-bold";
  font-size: 25px;
  color: #000;
  text-align: center;
}
.site-request .wrap-txt .txt-request {
  font-size: 14px;
  margin: 10px 0;
  color: #000;
  text-align: center;
}
.site-request .wrap-txt .wrap-btn {
  text-align: center;
  margin: 10px 0;
}
.site-request .wrap-txt .wrap-btn button {
  display: inline-block;
  margin: 10px;
}
.site-request ul {
  padding: 0;
  margin: 0;
}
.site-request .subTit-request {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #DBDBDB;
  margin: 30px 0;
}

.wrap-final {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 720px;
  padding: 40px;
  margin: 0 auto 40px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  overflow: auto;
  text-align: center;
}
@media (max-width: 800px) {
  .wrap-final {
    width: calc(90% - 80px);
  }
}
.wrap-final .tit-request {
  font-family: "Helvetica-bold";
  font-size: 25px;
  color: #000;
}
.wrap-final .txt-request {
  font-size: 14px;
  margin: 40px 0;
  color: #000;
}
.wrap-final .btn-save {
  display: inline-block;
}

.wrap-terms {
  width: 80%;
  margin: auto;
}

.nueva-entidad {
  display: inline-block;
}

.fix-img-admin {
  float: none !important;
  display: inline-block !important;
}

.fix-close {
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
}

.infoFuncionario {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.infoFuncionario li {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.infoFuncionario li:last-child {
  border-bottom: none;
}
.infoFuncionario .infoFuncionario-tit, .infoFuncionario .infoFuncionario-txt {
  margin: 0;
  padding: 0;
}
.infoFuncionario b {
  padding: 0;
  font-size: 16px;
  margin-bottom: 5px;
}

.fix-tit-info {
  font-size: 22px;
  display: inline;
}

.fix-tit-info + button {
  display: inline;
  min-width: 90px;
  padding: 5px 0;
  margin-left: 10px;
}

.list-detail {
  padding: 0;
  margin: 0;
}
.list-detail li {
  list-style: none;
}
.list-detail a {
  text-decoration: underline;
  color: #004884;
}

.fix-hover td {
  padding: 0 5px 21px;
}

.fix-hover:hover {
  background: #fff !important;
}

.custom-add {
  position: relative;
  width: 80px;
  overflow: hidden;
}
.custom-add input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  cursor: pointer;
}
.custom-add i {
  background: #3DA7FF;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  overflow: hidden;
  color: #FFF;
  font-size: 18px;
  display: block;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 3px 0;
  cursor: pointer;
}
.custom-add span {
  padding-left: 10px;
  vertical-align: sub;
  color: #3DA7FF;
}

.custom-add + li {
  list-style: none;
}

.file-sub {
  margin: 15px 0 0;
  color: #5C5C5C;
  cursor: pointer;
}
.file-sub .btn-delete {
  font-size: 14px;
  color: #5C5C5C;
  padding: 10px;
}

/*** ======================== INICIA ESTILOS AUTOCOMPLETE ===========================***/
.auto-complete ul {
  position: absolute;
  z-index: 1;
  background: white;
  width: calc(100% - 100px);
  list-style: none;
  max-height: 250px;
  overflow: auto;
  margin: 0;
}

.auto-complete li {
  padding: 5px;
}

.auto-complete .all-btn {
  color: #3B76FB;
  border: 1px solid #3B76FB;
  font-weight: 300;
  padding: 3px 20px;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
  margin: 5px 0;
}
.auto-complete .all-btn:hover {
  background: #3B76FB;
  color: #fff;
}

/*** =================== FINALIZA ESTILOS AUTOCOMPLETE ===================== ***/
@media screen and (min-width: 0\0 ) {
  .custom-add input {
    right: 0;
    left: auto;
  }
}
.modal-wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  top: 0;
  left: 0;
}
.modal-wrap--backup {
  top: 0;
  left: 0;
  background: #fff;
  overflow: auto;
}
.modal-inner {
  max-width: 515px;
  min-height: 375px;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.modal-inner--wide {
  width: 80%;
}
.modal-inner--logos {
  max-width: 750px;
  width: 90%;
}
.modal-inner .wrapMultimedia {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-inner .wrapMultimedia span {
  color: #004884;
  margin-right: 10px;
}
.modal-inner .wrapMultimedia-txt {
  display: flex;
  align-items: center;
}
.modal-inner .caract-count {
  color: #9FAAB8;
  font-size: 12px;
}
.modal-inner .btnImg {
  width: 23px;
  height: 20px;
  background: url(../images/icon-camera.svg) center no-repeat;
  background-size: contain;
}
.modal-inner .btnImg input[type=file] {
  appearance: none;
  width: 20px;
  height: 23px;
  opacity: 0;
}
.modal-inner .btnvideo {
  width: 23px;
  height: 20px;
  background: url(../images/icon-video.svg) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  cursor: pointer;
}
.modal-inner .error {
  clear: both;
}
.modal-inner .wrap-prew {
  padding: 10px 0;
}
.modal-inner .prew-img {
  display: flex;
  align-items: center;
}
.modal-inner .prew-wrapImg {
  width: 66px;
  height: 66px;
  overflow: hidden;
  position: relative;
}
.modal-inner .prew-wrapImg img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal-inner .prew-delete {
  color: #3B76FB;
  margin-left: 5px;
  cursor: pointer;
}
.modal-inner .prew-delete span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-delete.svg) center no-repeat;
}
.modal-inner .delete_img {
  background: #3DA7FF;
  color: #FFF;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  padding: 3px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 1;
}
.modal-inner .preview_img {
  width: 95px;
  height: 70px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  position: relative;
  float: left;
  background: #000;
}
.modal-inner .preview_img .prev-video {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  color: #FFF;
  padding: 15px 0;
  box-sizing: border-box;
}
.modal-inner .preview_img img {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.modal-inner .row-departament {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  padding: 10px;
}
.modal-inner .row-departament input[type=text] {
  flex: 2;
  min-width: 100px;
  border: none;
}
.modal-inner .row-departament ul {
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  z-index: 2;
}
.modal-inner .row-departament ul li {
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 5px;
}
.modal-inner .row-departament .ng-not-empty + ul {
  border: 1px solid #E7E7E7;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.modal-inner form {
  width: 100%;
}
.modal-wrapTxt {
  width: 80%;
  margin: auto;
}
.modal-wrapTxt--100p {
  width: 100%;
}
.modal__tit {
  color: #3B76FB;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.modal__tit--warning {
  color: #E80352;
}
.modal__txt {
  color: #004884;
  font-size: 16px;
  text-align: center;
  margin: 0 0;
}
.modal__txt input[type=checkbox] {
  display: inline-block;
}
.modal__txt label {
  margin: 0;
  display: inline-block;
}
.modal__txt--desc {
  margin: 0;
  padding: 0;
  color: #A2A2A2;
  text-align: left;
}
.modal__txt--noMargin {
  margin: 0;
}
.modal__txt--small {
  font-size: 12px;
}
.modal__txt--black {
  color: #000;
}
.modal__input {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #E7E7E7 !important;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin: 10px 0;
  text-align: center;
}
.modal__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/icon-close-2.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s;
}
.modal__close:hover {
  transform: rotate(180deg);
}
.modal__close--warning {
  background: url(../images/icon-close-3.svg) center no-repeat;
  background-size: contain;
}
.modal__btn {
  padding: 10px 25px;
  color: #fff;
  background: #3B76FB;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100px;
  margin: auto;
  cursor: pointer;
}
.modal__btn--auto {
  width: auto;
}
.modal__btn--inLine {
  display: inline-block;
  margin: 0;
}
.modal__btn--warning {
  background: #E80352;
}
.modal__btn--upload {
  position: relative;
}
.modal__btn--upload input {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.modal__btn--upload::before {
  content: "Subir";
  color: #fff;
}
.modal__clock {
  display: block;
  margin: auto;
}
.modal-wrapDate {
  width: calc(100% - 40px);
  padding-left: 40px;
  height: 40px;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  background: url(../images/icon-calendar.svg) 10px no-repeat;
  margin-bottom: 20px;
}
.modal-wrapDate input[type=text] {
  height: 100%;
  width: 100%;
}
.modal-wrapDate input[disabled=disabled] {
  background: #fff;
  border: none;
}
.modal-wrapImg {
  width: 100%;
  position: relative;
}
.modal-wrapImg img {
  display: block;
  width: 100%;
}
.modal__btnDelete {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3B76FB url(../images/icon-delete-2.svg) center no-repeat;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.modal-wrapInput {
  width: 100%;
  clear: both;
  margin: 10px 0;
}
.modal-wrapInput label {
  display: inline-block;
  width: 100px;
}
.modal-wrapInput input[type=text] {
  display: inline-block;
  width: calc(100% - 108px);
  height: 34px;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  padding: 0 10px;
}
.modal-wrapDescrip {
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  padding: 10px;
}
.modal-wrapDescrip label {
  display: block;
  color: #000;
}
.modal-wrapDescrip textarea {
  width: 100%;
  height: 80px;
  margin: 10px 0;
  border: none;
  padding: 14px 0;
}
.modal__select {
  background: #fff;
  border: 1px solid #E7E7E7;
}
.modal-listBack li b {
  width: 200px;
}
.modal-listDepartament {
  padding: 0;
}
.modal-listDepartament.dv-detail li {
  display: flex;
  padding: 5px 0;
}
.modal-listDepartament.dv-detail li b {
  width: 120px;
}
.modal-listDepartament.dv-detail li span {
  word-break: break-word;
  width: calc(100% - 120px);
}
.modal-listDepartament li {
  list-style: none;
}
.modal-listDepartament li b {
  width: 140px;
  display: inline-block;
}
.modal__load {
  display: block;
  width: 50px;
  margin: 10px auto;
}
.modal__iconWarning {
  display: block;
  margin: auto;
}
.modal-wrapBtnWarning {
  display: flex;
  width: 80%;
  margin: 30px auto 0;
}
.modal__iconDelete {
  display: block;
  width: 33px;
  margin: 10px auto;
}
.modal-wImgPrew {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.modal-wbtn {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.modal__btnDel2 {
  color: #004884;
  display: flex;
}
.modal__btnDel2 span {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-delete.svg) center no-repeat;
  background-size: contain;
}
.modal-downloadLink {
  display: block;
  color: #3B76FB;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  margin: 20px 0;
}
.modal-downloadLink span {
  width: 40px;
  height: 55px;
  margin-right: 10px;
  background: url(../images/icon-file.svg) center no-repeat;
  background-size: contain;
  display: block;
}
.modal-wSelDate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  width: 280px;
}
.modal-wSelDate select {
  width: 48%;
  color: #004884;
  text-align: center;
}
.modal-row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.modal-row p {
  font-family: "Open Sans", sans-serif;
  color: #6F6F6F;
}
.modal-row p b {
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.modal__dateSend {
  color: #000;
  font-size: 20px;
}
.modal-wTag {
  display: flex;
  flex-wrap: wrap;
}
.modal__tag {
  font-size: 16px;
  background: rgba(61, 167, 255, 0.1);
  color: #004884;
  padding: 3px 15px;
  border-radius: 15px;
  margin: 0 10px 10px 0;
}

.wrap-btnMain {
  display: flex;
  justify-content: flex-end;
}

.fix-where {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fix-where label {
  margin-right: 10px;
}
.fix-where select {
  width: 220px;
}

.btn-main {
  background: #3B76FB;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.btn-main:hover {
  background: rgb(9.02, 83.065, 249.98);
}

.btn-prog {
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #3B76FB;
  color: #3B76FB;
  width: 110px;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-prog span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/icon-clock.svg) center no-repeat;
  margin-left: 5px;
  transition: 0.3s;
}
.btn-prog:hover span {
  transform: rotate(360deg);
}
.btn-prog--backup {
  width: auto;
  padding: 10px 15px;
}
.btn-prog--upImg {
  position: relative;
  background: url(../images/icon-camera.svg) calc(100% - 10px) no-repeat;
  background-size: 20px;
  justify-content: flex-start;
  width: 65px;
}
.btn-prog--upImg input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn-prog--upImg::before {
  content: "Subir";
}
.btn-prog--auto {
  width: auto;
}

.btn-backUp {
  padding: 10px 5px;
  border-radius: 30px;
  border: 1px solid #3B76FB;
  color: #fff;
  background: #3B76FB;
  width: 100px;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.btn-backUp--eliminar {
  background: red;
  border: 1px solid red;
}

.barFoot-wrap {
  border: 1px solid rgba(61, 167, 255, 0.3);
  margin-bottom: 30px;
  padding: 40px;
}
.barFoot__sep {
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  margin: 20px 0;
}
.barFoot-row {
  display: flex;
  align-items: center;
}
.barFoot__inputColorHex {
  width: 130px !important;
  height: 30px !important;
  margin-right: 5px !important;
}
.barFoot__inputColor {
  width: 36px !important;
  height: 36px !important;
  margin-right: 5px !important;
  padding: 0;
}
.barFoot-btnLogo {
  position: relative;
  width: 80px;
  text-align: center;
}
.barFoot-inputLogo {
  width: 100px;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.barFoot-wrapLogo {
  width: 100px;
  margin-right: 10px;
}
.barFoot-wrapLogo img {
  display: block;
  width: 100%;
}

.footer span {
  display: block;
}
.footer-wrapCol {
  display: flex;
  margin-bottom: 45px;
  padding: 20px 10px;
}
.footer-col span {
  display: block;
}
.footer-col:nth-child(1) {
  width: 55%;
  padding-right: 5%;
}
.footer-col:nth-child(2) {
  width: 40%;
}
.footer__colTit {
  font-size: 1.14rem;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}
.footer__colTit span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.footer__colTit #contact {
  fill: #fff;
}
.footer__link {
  text-decoration: underline;
  display: block;
}
.footer-wrapSocial {
  display: flex;
  margin-top: 20px;
}
.footer-socialBtn {
  margin-right: 10px;
}
.footer-socialBtn span {
  display: inline-flex;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.footer-socialBtn span #instagram, .footer-socialBtn span #twitter, .footer-socialBtn span #facebook {
  fill: #3B76FB;
}

.tabV2-wrapBtn {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabV2__btn {
  font-size: 25px;
  color: #7E7E7E;
  font-weight: 400;
  margin-right: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.tabV2__btn.active {
  color: #004884;
  border-bottom: 2px solid #004884;
}

.pika-single.is-bound.is-hidden {
  z-index: 20;
  background-color: white;
}

.backUp-wrapCol {
  width: calc(100% - 30px);
  padding: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 30px 0;
}
.backUp-wrapCol p {
  margin: 0 10px 0 0;
  font-family: "Open Sans", sans-serif;
  margin-right: 40px;
}
.backUp-wrapLoad {
  text-align: right;
  float: right;
  margin: 10px 0;
}
.backUp-wrapLoad p {
  padding: 0;
}
.backUp-loadRow {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #c6c6c6;
}
.backUp-loadRow img {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

.ta-toolbar {
  background-color: #FFF;
  padding: 10px 10px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.ta-editor, .white-box {
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #EEE;
  /*display: table;*/
}

.btn-group {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

div[contenteditable]:focus {
  outline: 0 !important;
}

.btn {
  font-size: 14px;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:disabled, input[type=submit]:disabled, input[type=button]:disabled {
  background-color: #D1D1D1 !important;
  color: #B5B5B5 !important;
}

.tableLogo-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #D0D0D0;
  clear: both;
  margin: 20px 0;
}
.tableLogo-row {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D0D0D0;
  height: 73px;
}
.tableLogo-row:last-child {
  border-bottom: none;
}
.tableLogo-col:nth-child(1) {
  width: 60px;
}
.tableLogo-col:nth-child(2) {
  width: 100px;
  transform: 0.3s;
}
.tableLogo-col:nth-child(2) img {
  width: 65px;
  height: 65px;
  display: block;
  margin: auto;
}
.tableLogo-col:nth-child(3) {
  width: calc(100% - 270px);
  padding-left: 20px;
}
.tableLogo-col:nth-child(4) {
  width: 90px;
}
.tableLogo-btnUp {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/arrow-up.svg) center no-repeat;
  background-size: contain;
  margin: 5px auto;
  outline: none;
}
.tableLogo-btnDown {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
  margin: 5px auto;
  outline: none;
}
.tableLogo-btnEdit {
  color: #3B76FB;
  text-align: center;
  text-decoration: none;
  text-decoration: underline;
}
.tableLogo-tit {
  color: #3B76FB;
  font-weight: 700;
  font-size: 18px;
}
.tableLogo-shortcut {
  width: 90px;
  height: 90px;
  margin: auto;
  background: #3B76FB;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
}

.tableMail-row {
  display: flex;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tableMail-row--tit {
  border: none;
}
.tableMail-row--tit .tableMail-col {
  font-weight: 700;
  border-right: none;
}
.tableMail-row:last-child {
  border-bottom: 1px solid #ccc;
}
.tableMail-col {
  width: 50%;
  color: #000;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dv-disabled {
  background: #E7E7E7;
  cursor: not-allowed;
}

.data-wrap {
  background: #f9f9f9;
  padding: 20px;
}
.data-upRow {
  display: flex;
}
.data-upCol {
  width: 150px;
}
.data-upCol--score {
  width: 300px;
}
.data-upCol label {
  float: none;
  display: block;
}
.data-upCol input[type=text] {
  float: none;
  width: 90%;
  text-align: right;
  background: #fff url(../images/icon-calendar-2.svg) 5px no-repeat;
  margin: 10px 0 0 0;
}
.data-upCol select {
  float: none;
  width: 90%;
  margin: 10px 0 0 0;
}
.data-upCol .data-iconSel {
  background: #fff url(../images/icon-calendar-2.svg) 5px no-repeat;
  margin-right: 20px;
  border: 1px solid #E7E7E7;
  margin: 10px 0 0 0;
  width: 260px;
  border-radius: 3px;
}
.data-upCol .data-iconSel select {
  width: calc(100% - 35px);
  background: transparent;
  margin: 0 0 0 35px;
  border: none;
}
.data-rowPlace .row-departament .tagV2 {
  background: #ededed;
  color: #000;
}
.data-rowPlace .row-departament .tagV2 b {
  background: url(../images/icon-close-4.svg) center no-repeat;
}

.no-mar {
  margin: 0 !important;
}

.word-active {
  background-color: chartreuse;
}

.mailMasive-wrap {
  width: calc(100% - 60px);
  padding: 30px;
}
.mailMasive-wrap textarea {
  height: 140px;
}
.mailMasive-wrap .txt-descrip {
  padding: 0;
}
.mailMasive-rowForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
}
.mailMasive-rowForm label {
  color: #004884;
  margin: 0 30px 0 0;
}
.mailMasive-rowForm--sub {
  width: 50%;
  margin-top: 20px;
}
.mailMasive-rowForm--sub select {
  width: 60%;
}
.mailMasive-sep {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 10px 0;
}
.mailMasive-rowMain {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.mailMasive-rowMain p {
  margin: 0;
  padding: 0;
}
.mailMasive-btnMore {
  color: #004884;
  text-align: center;
  margin: 20px auto;
  display: block;
  width: 100px;
  outline: none;
}
.mailMasive-btnMore span {
  width: 15px;
  height: 15px;
  background: url(../images/arrow-down.svg) center no-repeat;
  display: inline-block;
  left: 10px;
  vertical-align: middle;
}

.launchpad-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  background: #fff;
  z-index: 10;
}
.launchpad-menu {
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.launchpad-menu li {
  list-style: none;
  width: 80px;
  height: 80px;
  color: #5C5C5C;
  margin: 5px 5px 5px 0;
}
.launchpad-menu li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #5C5C5C;
  background: #F9F9F9;
  transition: 0.3s;
  border-radius: 3px;
}
.launchpad-menu li a.active {
  border: 1px solid #3B76FB;
  color: #3B76FB;
}
.launchpad-menu li a:hover {
  background: #E3E3E3;
}
.launchpad-row {
  position: relative;
}
.launchpad-listSec {
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: -290px;
  padding: 20px;
  height: 250px;
  overflow-y: scroll;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
  display: none;
}
.launchpad-rowSec span:first-child {
  margin-left: 20px;
}
.launchpad-rowSec b {
  margin: 10px 0;
  display: block;
}
.launchpad-link {
  color: #3B76FB;
}

.tips-btnEdit {
  width: 20px;
  height: 20px;
  background: url(../images/icon-edit.svg) center no-repeat;
}

@media (max-width: 768px) {
  .is-desktop {
    display: none;
  }
}
.category-btnEdit {
  width: 18px;
  height: 18px;
  background: url(../images/icon-edit.svg) center no-repeat;
  background-size: cover;
  outline: none;
}
.category-btnSave {
  width: 18px;
  height: 18px;
  background: url(../images/icon-plus.svg) center no-repeat;
  background-size: contain;
  outline: none;
}
.category-btnDel {
  width: 18px;
  height: 18px;
  background: url(../images/icon-del.svg) center no-repeat;
  background-size: contain;
  outline: none;
}
.category-btnCancel {
  width: 18px;
  height: 18px;
  background: url(../images/icon-cancel.svg) center no-repeat;
  background-size: contain;
  outline: none;
}
.category-name {
  font-size: 15px;
  height: 33px;
  display: inline-block;
  line-height: 33px;
}

.delete-rowFix select {
  float: none;
  width: 300px;
  margin: 10px 0 0 0;
  display: block;
}
.delete-rowFix label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}

.btnFile {
  width: 100px;
  color: #3DA7FF;
  position: relative;
}
.btnFile input[type=file] {
  appearance: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.btnFile p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #004884;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
}
.btnFile p i {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

.pqrs-listFile {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.pqrs-listFile li {
  list-style: none;
  display: flex;
  align-items: center;
  width: 30%;
  padding: 15px 0;
}
.pqrs-listFile li label {
  margin: 0 0 0 10px;
}
.pqrs-listFile--themes li {
  align-items: flex-start;
}

.list-score {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.list-score li {
  list-style: none;
  padding: 0 2%;
  width: 21%;
  height: 180px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #AFAFAF;
  margin: 0 0 50px 0;
  border-radius: 10px;
}
.list-score-num {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #004884;
}

.pqrs-var {
  border-top: 1px solid #E7E7E7;
}
.pqrs-var li {
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pqrs-var--fix {
  border-top: none;
}

.NoteCom {
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
  border-bottom: 1px solid #D6D6D6;
}
.NoteCom__name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.NoteCom__date {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding: 0;
}
.NoteCom__text {
  padding: 0;
  word-break: break-word;
  margin-bottom: 20px;
}
.NoteCom__text a {
  color: #3DA7FF;
  text-decoration: underline;
}
.NoteCom-wAddFile {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.NoteCom__addFile {
  width: 200px;
  height: 100px;
  background: #E6E6E6 url(../images/file-download.svg) center no-repeat;
  background-size: 30px;
  margin: 0 20px 20px 0;
  border: 1px solid #B2B2B2;
}
.NoteCom__addFile a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.NoteCom__addFile a span {
  color: #000;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  padding: 5px;
}

.wAttachment {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.wAttachment a, .wAttachment .icon-delete-2 {
  color: #EB005B !important;
  font-size: 14px;
  vertical-align: middle;
}

.progAttachament {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #004884;
  font-weight: 600;
}

.type-theme {
  width: 110px;
  height: 110px;
  border: 1px solid #ECECEC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.type-theme span {
  font-size: 11px;
  text-align: center;
  padding: 3px;
}
.type-theme i {
  font-size: 25px;
}

.checkCustom-btn {
  width: 100%;
  height: 100%;
  background: #707070;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  border-radius: 15px;
  line-height: 25px;
  text-align: right;
  transition: 0.3s;
}
.checkCustom-btn span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  transition: 0.3s;
}
.checkCustom-btn::after {
  content: "Off";
  padding: 0 10px;
}
.checkCustom-wrap {
  width: 65px;
  height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.checkCustom-wrap input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.checkCustom-wrap input[type=checkbox]:checked + .checkCustom-btn {
  background: #3B76FB;
  text-align: left;
}
.checkCustom-wrap input[type=checkbox]:checked + .checkCustom-btn span {
  left: 42px;
}
.checkCustom-wrap input[type=checkbox]:checked + .checkCustom-btn::after {
  content: "On";
}

.rowSet-global {
  display: flex;
  height: 35px;
  width: 100%;
  border-radius: 5px;
  background: #DDF0FF;
  color: #004884;
}
.rowSet-global .col {
  display: flex;
  width: 250px;
  align-items: center;
  padding: 0 20px;
}
.rowSet-global .col .w-color {
  width: 33px;
  height: 33px;
  position: relative;
  overflow: hidden;
  border: 1px solid #AFAFAF;
}
.rowSet-global .col input[type=color] {
  background-color: transparent;
  width: 150%;
  height: 150%;
  padding: 0;
  position: absolute;
  top: -25%;
  left: -25%;
}
.rowSet-global .col input[type=text] {
  box-sizing: border-box;
  width: 75px;
  height: 33px;
  border-radius: 0;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  border-left: 1px solid #AFAFAF;
}
.rowSet-global .col span {
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.option-wrap {
  position: relative;
  width: 100px;
}
.option-btn {
  color: #004884;
  font-family: "Work Sans", sans-serif;
  margin: 5px 0 0 0;
  font-size: 16px;
  text-decoration: underline;
}
.option-list {
  position: absolute;
  top: -12px;
  right: -75px;
  z-index: 2;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
}
.option-list li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #F9F9F9;
}
.option-list li:last-child {
  border-bottom: none;
}
.option-list li button {
  width: 100%;
  text-align: left;
  transition: 0.3s;
}
.option-list li button:hover {
  color: #004884;
  text-decoration: underline;
}

.metrics-rowInfo {
  display: flex;
  justify-content: space-between;
  height: 460px;
}
.metrics-colInfo {
  width: 30%;
  border-radius: 5px;
  overflow: hidden;
}
.metrics-colInfo:nth-child(1) {
  background: #005ECA;
  color: #fff;
}
.metrics-colInfo:nth-child(2) {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.metrics-colInfo:nth-child(3) {
  background: #005ECA;
  color: #fff;
  padding: 0px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.metrics-colInfo:nth-child(3) .metrics-txtScore {
  padding: 20px;
}
.metrics-wLat {
  position: absolute;
  height: 100%;
  width: 20px;
  top: 0;
  right: 10px;
  z-index: 1;
}
.metrics-wLat button {
  transition: 0.3s;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}
.metrics-up {
  top: 28%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #3B76FB;
}
.metrics-up:hover {
  border-bottom: 15px solid #004884;
}
.metrics-up:disabled {
  background-color: transparent !important;
  border-bottom: 15px solid #d1d1d1;
  cursor: not-allowed;
}
.metrics-stop {
  background: #3B76FB;
  top: 59%;
  border-radius: 50%;
}
.metrics-stop:hover {
  background: #004884;
}
.metrics-down {
  bottom: 2%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #3B76FB;
}
.metrics-down:hover {
  border-top: 15px solid #004884;
}
.metrics-down:disabled {
  background-color: transparent !important;
  border-top: 15px solid #d1d1d1;
  cursor: not-allowed;
}
.metrics-rowInnerTxt {
  padding: 30px 12% 0 12%;
}
.metrics-rowInnerTxt select {
  width: 100%;
  border-radius: 3px;
  margin: 10px 0 0 0;
  height: 35px;
}
.metrics-tit2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.metrics-txtScore {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
}
.metrics-detailScore {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Work Sans", sans-serif !important;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.metrics-detailScore .car-range {
  width: 65px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.metrics-wBtnTabs {
  color: #fff;
  width: 100%;
}
.metrics-wBtnTabs a {
  padding: 15px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  color: #fff;
}
.metrics-wBtnTabs .active {
  background: #fff;
  color: #000;
}
.metrics-wDetail {
  width: 100%;
  padding: 55px 0 0 0;
  color: #000;
  background: #fff;
  height: calc(100% - 159px);
  overflow: hidden;
}
.metrics-rowDetail {
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 10px;
  border-bottom: 1px solid #E7E7E7;
  font-size: 12px;
}
.metrics-rowDetail b {
  margin: 0 10px 0;
}
.metrics-table {
  margin: 5px 0 20px 0;
}
.metrics-rowTable {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 0;
}
.metrics-colTable:nth-child(1) {
  width: 100px;
  display: flex;
  align-items: center;
}
.metrics-colTable:nth-child(2) {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
}
.metrics-wInput {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  align-items: center;
}
.metrics-wInput input[type=number] {
  width: 60px;
  padding: 8px 0px;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
  text-align: center;
  box-sizing: border-box;
}
.metrics-wInput input[type=text] {
  width: 60px;
  padding: 8px 0px;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
  text-align: center;
  box-sizing: border-box;
}
.metrics-wInput span {
  margin-left: 5px;
}

.line-flex {
  display: flex;
  align-items: center;
}
.line-flex button {
  margin: 0 10px 0 0;
}

.noMar {
  margin: 0;
}

.numeric-field {
  width: 100px;
  display: flex;
  align-items: center;
}

.metri-config-input {
  border: solid 1px #E7E7E7;
  padding: 5px;
  border-radius: 5px;
  width: 70px;
}

.metri-config-percent {
  border: solid 1px #E7E7E7;
  padding: 15px 20px 15px 15px;
  border-radius: 5px;
  width: 85px;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

.formUser-half {
  width: 768px;
}
.formUser-list {
  margin: 0 0 21px 0;
}
.formUser-rowList {
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 0;
}
.formUser-rowList input {
  width: 21px;
  height: 21px;
}
.formUser-rowList label, .formUser-rowList input {
  margin: 0 14px 0 0;
  color: #707070;
}

.updateAdmin-row {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}
.updateAdmin-row label {
  margin: 0 0 0 14px;
  color: #707070;
}
.updateAdmin-row input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.updateAdmin-txt {
  color: #707070;
  padding: 14px 0;
}

.blockUp-table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  border-bottom: 1px solid #d5d5d5;
}
.blockUp-table th {
  font-weight: 300;
  color: #004884;
  text-align: left;
}
.blockUp-table th:nth-child(1) {
  width: 25%;
}
.blockUp-table th:nth-child(2) {
  width: 25%;
}
.blockUp-table th:nth-child(3) {
  width: 10%;
}
.blockUp-table th:nth-child(4) {
  width: 10%;
}
.blockUp-table th:nth-child(5) {
  width: 10%;
}
.blockUp-table th:nth-child(6) {
  width: 20%;
}
.blockUp-table td {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 0;
  color: #004884;
  position: relative;
}
.blockUp-table td:nth-child(1) {
  border-left: 1px solid #d5d5d5;
}
.blockUp-table td textarea, .blockUp-table td input[type=text] {
  height: 45px;
  padding: 0 10px;
  border: none;
  background: transparent;
}
.blockUp-table td textarea:focus, .blockUp-table td input[type=text]:focus {
  border: none !important;
}
.blockUp-table td textarea {
  line-height: 45px;
}
.blockUp-table tr:hover {
  background: rgba(59, 118, 251, 0.05);
}
.blockUp-btnFile {
  width: 30%;
  height: 40px;
  position: relative;
  overflow: hidden;
  float: left;
  background: url(../../images/icon-file.svg) 10px no-repeat;
  background-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
}
.blockUp-btnFile input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.blockUp-btnFile::after {
  content: "Archivo";
  color: #004884;
}
.blockUp-btnLink {
  color: #004884;
  background: url(../../images/icon-link.svg) 10px no-repeat;
  width: 50%;
  height: 40px;
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blockUp-btnMore {
  width: 15px;
  height: 40px;
  background: url(../../images/arrow-down.svg) center no-repeat;
  display: block;
  float: right;
  margin-right: 5px;
}
.blockUp-wLabel {
  width: calc(100% - 30px);
  padding: 5px;
  height: 35px;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blockUp-label {
  padding: 3px 5px;
  background: rgba(59, 118, 251, 0.1);
  border-radius: 20px;
  display: inline-block;
  margin: 0 3px 3px 0;
}
.blockUp-list {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  height: 110px;
  width: 100%;
  bottom: -110px;
  overflow-y: scroll;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.blockUp-listRow {
  display: flex;
  align-items: center;
  padding: 5px;
}
.blockUp-listRow label {
  margin: 0;
  font-size: 12px;
  color: #004884;
  padding: 3px 5px;
  background: rgba(59, 118, 251, 0.1);
  border-radius: 15px;
}
.blockUp-listRow input[type=checkbox] {
  margin-right: 5px;
}
.blockUp-closeList {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.blockUp-wBtn {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.blockUp-wBtn .btn-main {
  margin-left: 10px;
}
.blockUp-wBtn .btn-main--border {
  margin-left: 0;
}
.blockUp-wBtnInner {
  display: flex;
  justify-content: space-around;
}
.blockUp-wAdd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.blockUp-wAdd .modal-btnDel {
  margin-top: 5px;
}
.blockUp__file {
  margin-top: 5px;
  width: 150px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../../images/icon-file-2.svg) left no-repeat;
}
.blockUp__link {
  margin-top: 5px;
  width: 150px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../../images/icon-link-2.svg) left no-repeat;
}
.blockUp-error {
  border: 1px double #E80352 !important;
}

/**************** Style Slider global ********************************/
.adminBlock_slider {
  display: inline-block;
  width: 170px;
  height: 100px;
  padding: 5px;
}
.adminBlock_slider .radio_slider {
  display: block;
  text-align: center;
}
.adminBlock_slider .radio_slider input {
  position: relative;
  display: block;
  margin: 0 auto;
}
.adminBlock_slider .icon_slider {
  width: 100px;
  height: 80px;
  position: relative;
  display: block;
  margin: 0 auto;
}

/*************** end style global *********************************/
/******** setting global content ********/
.adminBlock-wThemes {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.adminBlock-wThemes li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 20px;
  width: 80px;
  height: 33px;
}

.theme-select {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
}

.adminBlock-accSet {
  width: 204px;
  height: 160px;
  border-radius: 3px;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #C9C9C9;
}

.adminBlock-wAccSet .adminBlock-wThemes {
  width: calc(80% - 160px);
}

.adminBlock-wAccSet {
  display: flex;
  margin: 10px 0 40px;
}

.adminBlock-wThemes li input[type=radio] {
  margin: 0 10px 0 0;
}

.contentConfig_textArea {
  width: 80%;
  margin-left: 10%;
  height: 83px;
  pointer-events: none;
}

.delete-icon {
  color: #3B76FB;
}

/******** End setting global content ********/
.modal-wrapTxt {
  font-size: 16px;
  color: black;
  text-align: center;
}

.title-modal {
  font-size: 32px;
  font-weight: 600;
  color: #FFAB00;
  text-align: center;
}

.container-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, auto));
  grid-column-gap: 2rem;
  grid-auto-rows: 15rem;
  align-content: center;
  justify-content: center;
}

.img-gallery {
  object-fit: contain;
  height: 200px;
  width: 300px;
  border-image: linear-gradient(45deg, #9eb5ca, #3B76FB) 1 !important;
  border: groove;
}

.card-gallery {
  display: grid;
  grid-template-columns: 20px calc(100% - 20px);
  align-items: start;
  justify-items: center;
}

.checkbox-gallery {
  margin: 0 0 1em 2em;
}

.checkbox-gallery label {
  display: inline;
}

.checkbox-gallery .checkbox-input {
  display: none;
}

.checkbox-input + label::after {
  background-color: white;
  border: 1px solid #3B76FB;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
}

.checkbox-input:checked + label::after {
  background-color: #3B76FB;
}

.acctions-gallery {
  margin: 20px 5px 40px 5px;
  display: grid;
  grid-template-columns: 20% 40%;
  gap: 30px;
}

.center-modal-items {
  display: grid;
  justify-items: center;
  align-content: center;
}

.gallery-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

.gallery-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #3B76FB;
  border-radius: 50%;
  animation: gallery-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3B76FB transparent transparent transparent;
}

.gallery-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.gallery-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.gallery-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes gallery-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


calendar,ob-daterangepicker{font-family:"Open Sans"}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}calendar{color:#565154}calendar .input-container{position:relative}calendar .input-container label{position:relative;top:4px;display:inline-block;color:#565154;font-size:12px}calendar .input-container input{position:absolute;right:0;padding-left:5px;box-sizing:border-box;width:185px;height:25px;font-size:12px;outline:0;border:1px solid #93908C;border-radius:2px}calendar .header{position:relative;top:22px;height:28px;background:#30708F;color:#FFF;border:1px solid #93908C;border-radius:2px 2px 0 0}calendar .header .date{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap}calendar .header .arrow-btn{position:absolute;top:0;width:35px;height:28px;cursor:pointer}calendar .header .arrow-btn::before{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:'';position:absolute;width:0;height:0;border-style:solid}calendar .board,ob-daterangepicker .picker-dropdown-container{position:relative}calendar .header .arrow-btn.left{left:0;border-right:1px solid #93908C}calendar .header .arrow-btn.left::before{border-width:5px 10px 5px 0;border-color:transparent #FFF transparent transparent}calendar .header .arrow-btn.right{right:0;border-left:1px solid #93908C}calendar .header .arrow-btn.right::before{border-width:5px 0 5px 10px;border-color:transparent transparent transparent #FFF}calendar .board{top:21px;white-space:nowrap;border:1px solid #93908C;border-radius:0 0 2px 2px}calendar .board .cell,calendar .board .day,calendar .board .days-of-week .day-name{display:inline-block;height:28px;width:35px;line-height:28px;text-align:center;font-size:12px}calendar .board .days-of-week .day-name{font-size:12px;text-transform:uppercase}calendar .board .day:hover{cursor:pointer}calendar .board .day.selected:not(.other-month):not(.disabled){background:pink;color:#FFF}calendar .board .day.current:not(.other-month){font-weight:700}calendar .board .day.other-month{color:#E2DFDE}calendar .board .day.in-range:not(.other-month):not(.disabled){background:#97B7C7;color:#FFF}calendar .board .day.range-start:not(.other-month):not(.disabled){background:#30708F;border-top-left-radius:2px;border-bottom-left-radius:2px}calendar .board .day.range-end:not(.other-month):not(.disabled){background:#30708F;border-top-right-radius:2px;border-bottom-right-radius:2px}calendar .board .day.disabled{color:#E2DFDE}date-range-picker .calendar{display:inline-block}date-range-picker .calendar:first-child{margin-right:10px}ob-daterangepicker{display:inline-block;overflow:visible;cursor:pointer;font-size:12px}ob-daterangepicker .picker-dropdown-container.disabled{opacity:.5;cursor:not-allowed}ob-daterangepicker .picker-dropdown-container .picker-dropdown{box-sizing:border-box;position:relative;width:290px;height:30px;line-height:30px;border:1px solid #93908C;border-radius:2px;padding-left:10px;font-size:14px}ob-daterangepicker .picker-dropdown-container .picker-dropdown.open{border-radius:2px 2px 0 0}ob-daterangepicker .picker-dropdown-container .picker-dropdown::after{content:'';position:absolute;top:10px;right:10px;width:0;height:0;border-style:solid;border-width:7px 7px 0;border-color:#000 transparent transparent}ob-daterangepicker .picker-dropdown-container .picker{box-sizing:border-box;height:288px;position:absolute;white-space:nowrap;overflow:visible;right:0;top:29px;z-index:10;background:#fff;border:1px solid #93908C;border-radius:2px}ob-daterangepicker .picker-dropdown-container .picker.open{border-radius:2px 0 2px 2px}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions{display:inline-block;vertical-align:top;height:100%;width:150px;box-sizing:border-box;padding:10px;font-size:1 2px}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .ranges .range{height:24px;line-height:24px;border-radius:2px;padding:0 5px;margin-bottom:5px}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .ranges .range.selected,ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .ranges .range:hover:not(.disabled){cursor:pointer;background:#30708F;color:#FFF}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .ranges .range.disabled{background:#CCC;opacity:.7}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .actions{width:150px;padding:0 3px;margin-top:10px;position:absolute;bottom:10px}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .actions .drp_btn{height:27px;line-height:27px;cursor:pointer;width:60px;display:inline-block;text-align:center}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .actions .drp_btn.cancel{text-decoration:underline;color:#565154}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions .actions .drp_btn.apply{background:#565154;color:#FFF;border-radius:2px}ob-daterangepicker .picker-dropdown-container .picker .ranges-actions.custom-open{border-left:1px solid #93908C}ob-daterangepicker .picker-dropdown-container .picker .date-range{padding:10px;display:inline-block}ob-daterangepicker.center .picker{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}ob-daterangepicker.right .picker{right:auto;left:0}ob-daterangepicker.up .picker-dropdown.open{border-radius:0 0 2px 2px}ob-daterangepicker.up .picker{top:1px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}ob-daterangepicker.up .picker.open{border-radius:2px 2px 0}ob-daterangepicker.up.center .picker{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}ob-daterangepicker.up.right .picker.open{border-radius:2px 2px 2px 0}ob-daypicker{display:inline-block;overflow:visible}ob-daypicker .picker-dropdown-container{position:relative}ob-daypicker .picker-dropdown-container.disabled input{opacity:.5;cursor:not-allowed}ob-daypicker .picker-dropdown-container.invalid input{border:1px solid red}ob-daypicker .picker-dropdown-container .picker{position:absolute;top:7px;z-index:10}ob-daypicker .picker-dropdown-container input{box-sizing:border-box;height:30px;width:200px;line-height:30px;border:1px solid #93908C;border-radius:2px;padding-left:10px;outline:0;font-size:14px}ob-daypicker.center .picker{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}ob-daypicker.right .picker{left:auto;right:0}
/*# sourceMappingURL=../maps/styles/ob-daterangepicker.css.map */

.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}


/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*! angularjs-slider - v7.0.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2019-02-23 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rzslider.noanimate * {
  transition: none !important;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

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

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
  transition: background-color linear 0.3s;
}

.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
  transition: all linear 0.3s;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '';
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
  transition: background-color linear 0.3s;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJ6c2xpZGVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O2NBR2M7QUFDZDtFQUNFLG1CQUFtQjtFQUNuQixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFlBQVk7RUFDWixzQkFBc0I7RUFDdEIsdUJBQXVCO0VBQ3ZCLDBCQUFrQjtLQUFsQix1QkFBa0I7TUFBbEIsc0JBQWtCO1VBQWxCLGtCQUFrQjtDQUNuQjs7QUFFRDtFQUNFLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtFQUNwQiwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsc0JBQXNCO0VBQ3RCLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaOztBQUVEO0VBQ0UsUUFBUTtFQUNSLFdBQVc7RUFDWCxZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixrQkFBa0I7RUFDbEIsdUJBQXVCO0VBQ3ZCLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLGFBQWE7Q0FDZDs7QUFFRDtFQUNFLFFBQVE7RUFDUixXQUFXO0VBQ1gsWUFBWTtFQUNaLFlBQVk7RUFDWixvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSx3QkFBd0I7Q0FDekI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsb0JBQW9CO0VBR1osbUJBQW1CO0VBQzNCLHlDQUF5QztDQUMxQzs7QUFFRDtFQUNFLFdBQVc7RUFDWCxvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixhQUFhO0VBQ2IsZ0JBQWdCO0VBQ2hCLDBCQUEwQjtFQUdsQixvQkFBb0I7RUFDNUIsNEJBQTRCO0NBQzdCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFVBQVU7RUFDVixXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixvQkFBb0I7RUFHWixtQkFBbUI7RUFDM0IsWUFBWTtDQUNiOztBQUVEO0VBQ0UsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0UsV0FBVztDQUNaOztBQUVEO0VBQ0UsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0UsYUFBYTtFQUNiLGlCQUFpQjtFQUNqQixlQUFlO0VBQ2YsZ0JBQWdCO0VBQ2hCLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLGVBQWU7RUFDZixpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLFFBQVE7RUFDUixXQUFXO0VBQ1gsWUFBWTtFQUNaLFVBQVU7RUFDVixVQUFVO0VBQ1YsaUJBQWlCO0VBQ2pCLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixjQUFjO0NBQ2Y7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsT0FBTztFQUNQLFFBQVE7RUFDUixZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixtQkFBbUI7RUFDbkIsZ0JBQWdCO0VBQ2hCLG9CQUFvQjtFQUNwQixtQkFBbUI7RUFDbkIseUNBQXlDO0NBQzFDOztBQUVEO0VBQ0Usb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLGdCQUFnQjtFQUNoQixvQkFBb0I7RUFDcEIsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCxhQUFhO0VBQ2IsV0FBVztFQUNYLGVBQWU7RUFDZix5QkFBeUI7Q0FDMUI7O0FBRUQ7RUFDRSxZQUFZO0VBQ1osYUFBYTtFQUNiLFdBQVc7Q0FDWjs7QUFFRDtFQUNFLFVBQVU7RUFDVixRQUFRO0VBQ1IsWUFBWTtFQUNaLGFBQWE7RUFDYixvQkFBb0I7RUFDcEIsb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFdBQVc7RUFDWCxXQUFXO0VBQ1gsYUFBYTtDQUNkOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFVBQVU7RUFDVix1QkFBdUI7Q0FDeEI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1Ysc0JBQXNCO0VBQ3RCLGlCQUFpQjtDQUNsQjs7QUFFRDtFQUNFLE9BQU87RUFDUCxXQUFXO0VBQ1gsV0FBVztFQUNYLFNBQVM7RUFDVCxhQUFhO0NBQ2Q7O0FBRUQ7RUFDRSxpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixXQUFXO0VBQ1gsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsVUFBVTtFQUNWLFlBQVk7RUFDWixnQkFBZ0I7RUFDaEIsb0JBQW9CO0VBQ3BCLDhCQUE4QjtDQUMvQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaIiwiZmlsZSI6InJ6c2xpZGVyLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qISBhbmd1bGFyanMtc2xpZGVyIC0gdjcuMC4wIC0gXG4gKGMpIFJhZmFsIFphamFjIDxyemFqYWNAZ21haWwuY29tPiwgVmFsZW50aW4gSGVydmlldSA8dmFsZW50aW5AaGVydmkuZXU+LCBKdXNzaSBTYWFyaXZpcnRhIDxqdXNhc2lAZ21haWwuY29tPiwgQW5nZWxpbiBTaXJidSA8YW5nZWxpbi5zaXJidUBnbWFpbC5jb20+IC0gXG4gaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXItc2xpZGVyL2FuZ3VsYXJqcy1zbGlkZXIgLSBcbiAyMDE5LTAyLTIzICovXG4ucnpzbGlkZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNHB4O1xuICBtYXJnaW46IDM1cHggMCAxNXB4IDA7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHVzZXItc2VsZWN0OiBub25lO1xufVxuXG4ucnpzbGlkZXIubm9hbmltYXRlICoge1xuICB0cmFuc2l0aW9uOiBub25lICFpbXBvcnRhbnQ7XG59XG5cbi5yenNsaWRlci53aXRoLWxlZ2VuZCB7XG4gIG1hcmdpbi1ib3R0b206IDQwcHg7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0ge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei1wb2ludGVyIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Q4ZTBmMztcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotc2VsZWN0aW9uIHtcbiAgYmFja2dyb3VuZDogIzhiOTFhMjtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotdGljayB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXRpY2sucnotc2VsZWN0ZWQge1xuICBiYWNrZ3JvdW5kOiAjOGI5MWEyO1xufVxuXG4ucnpzbGlkZXIgc3BhbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhc2Uge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwYWRkaW5nOiAwO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyIHtcbiAgbGVmdDogMDtcbiAgei1pbmRleDogMTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMzJweDtcbiAgcGFkZGluZy10b3A6IDE2cHg7XG4gIG1hcmdpbi10b3A6IC0xNnB4O1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICB0cmFuc2l0aW9uOiBhbGwgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBtb3ZlO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhciB7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDRweDtcbiAgYmFja2dyb3VuZDogI2Q4ZTBmMztcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXItd3JhcHBlci5yei10cmFuc3BhcmVudCAucnotYmFyIHtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG59XG5cbi5yenNsaWRlciAucnotYmFyLXdyYXBwZXIucnotbGVmdC1vdXQtc2VsZWN0aW9uIC5yei1iYXIge1xuICBiYWNrZ3JvdW5kOiAjZGYwMDJkO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyLnJ6LXJpZ2h0LW91dC1zZWxlY3Rpb24gLnJ6LWJhciB7XG4gIGJhY2tncm91bmQ6ICMwM2E2ODg7XG59XG5cbi5yenNsaWRlciAucnotc2VsZWN0aW9uIHtcbiAgei1pbmRleDogMjtcbiAgYmFja2dyb3VuZDogIzBkYjlmMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbiAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciBsaW5lYXIgMC4zcztcbn1cblxuLnJ6c2xpZGVyIC5yei1yZXN0cmljdGVkIHtcbiAgei1pbmRleDogMztcbiAgYmFja2dyb3VuZDogI2ZmMDAwMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyIHtcbiAgdG9wOiAtMTRweDtcbiAgei1pbmRleDogMztcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMGRiOWYwO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDE2cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMTZweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxNnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlcjphZnRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAxMnB4O1xuICBsZWZ0OiAxMnB4O1xuICB3aWR0aDogOHB4O1xuICBoZWlnaHQ6IDhweDtcbiAgYmFja2dyb3VuZDogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogNHB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDRweDtcbiAgY29udGVudDogJyc7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlcjpob3ZlcjphZnRlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlci5yei1hY3RpdmUge1xuICB6LWluZGV4OiA0O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXIucnotYWN0aXZlOmFmdGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzQ1MWFmZjtcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUge1xuICBib3R0b206IDE2cHg7XG4gIHBhZGRpbmc6IDFweCAzcHg7XG4gIGNvbG9yOiAjNTU2MzdkO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHRyYW5zaXRpb246IGFsbCBsaW5lYXIgMC4zcztcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUucnotbGltaXQge1xuICBjb2xvcjogIzU1NjM3ZDtcbiAgdHJhbnNpdGlvbjogbm9uZTtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrcyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtM3B4O1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAwO1xuICBtYXJnaW46IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yenNsaWRlciAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IC0zMnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXRpY2sge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwcHg7XG4gIGhlaWdodDogMTBweDtcbiAgbWFyZ2luLWxlZnQ6IDExcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kOiAjZDhlMGYzO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotdGljay5yei1zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQ6ICMwZGI5ZjA7XG59XG5cbi5yenNsaWRlciAucnotdGljay12YWx1ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMzBweDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMCk7XG59XG5cbi5yenNsaWRlciAucnotdGljay1sZWdlbmQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMjRweDtcbiAgbWF4LXdpZHRoOiA1MHB4O1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMCAyMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFzZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyLXdyYXBwZXIge1xuICB0b3A6IGF1dG87XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDAgMCAwIDE2cHg7XG4gIG1hcmdpbjogMCAwIDAgLTE2cHg7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyIHtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiBhdXRvO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotcG9pbnRlciB7XG4gIHRvcDogYXV0bztcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAtMTRweCAhaW1wb3J0YW50O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LWJ1YmJsZSB7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMTZweCAhaW1wb3J0YW50O1xuICBtYXJnaW4tbGVmdDogM3B4O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2tzIHtcbiAgdG9wOiAwO1xuICBsZWZ0OiAtM3B4O1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2sge1xuICBtYXJnaW4tdG9wOiAxMXB4O1xuICBtYXJnaW4tbGVmdDogYXV0bztcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBsZWZ0OiAyNHB4O1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMjglKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLWxlZ2VuZCB7XG4gIHRvcDogYXV0bztcbiAgcmlnaHQ6IDI0cHg7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTI4JSk7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgcmlnaHQ6IDI0cHg7XG4gIGJvdHRvbTogYXV0bztcbiAgbGVmdDogYXV0bztcbn0iXX0= */