@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/app/fonts/MaterialIcons.eot");
  /* IE9 Compat Modes */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/app/fonts/MaterialIcons.eot?#iefix") format("embedded-opentype"), url("/app/fonts/MaterialIcons.woff2") format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.toolbar-small {
  height: 30px;
  min-height: 30px;
  max-height: 128px; }

.toolbar-padding {
  padding: 5px; }

.left-question {
  float: left;
  padding: 3px 20px 3px 0px; }

/*
    Esto aplica a la cabecera general, está quitado del Header de menuheaderapp
*/
.xs-derecha {
  text-align: right;
  float: right; }

.xs-izquierda {
  text-align: left;
  float: left; }

.cl-usercont {
  min-width: 250px; }

.left-txtcabecera {
  padding-left: 10px; }

.md-toolbar-tools md-icon {
  color: #ffffff !important; }

.cl-userbtn {
  color: #ffffff; }

.cl-userbtn i {
  position: relative;
  top: 6px; }

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 11px; }

.breadcrumb li {
  float: left; }

.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0 10px 65px;
  position: relative;
  display: block;
  float: left;
  background-color: #b82828; }

.breadcrumb li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #b82828;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

.breadcrumb li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; }

.breadcrumb li:first-child a {
  padding-left: 10px; }

.breadcrumb li:nth-child(2) a {
  background: #d64343; }

.breadcrumb li:nth-child(2) a:after {
  border-left-color: #d64343; }

.breadcrumb li:nth-child(3) a {
  background: #df6d6d; }

.breadcrumb li:nth-child(3) a:after {
  border-left-color: #df6d6d; }

.breadcrumb li:nth-child(4) a {
  background: #e89696; }

.breadcrumb li:nth-child(4) a:after {
  border-left-color: #e89696; }

.breadcrumb li:nth-child(5) a {
  background: #f1c0c0; }

.breadcrumb li:nth-child(5) a:after {
  border-left-color: #f1c0c0; }

.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default; }

.breadcrumb li:last-child a::after {
  border: 0; }

.breadcrumb li a:hover {
  background-color: #922020; }

.breadcrumb li a:hover:after {
  border-left-color: #922020 !important; }

sph-forms-button-action {
  /*max-width: 200px;*/
  min-width: 75px;
  float: right; }

sph-forms-button-action button.md-primary.md-raised.md-button {
  color: #ffffff; }

sph-forms-head-app md-toolbar {
  position: fixed;
  z-index: 100; }

div.cl-breadcrumb-cont {
  padding-top: 100px;
  z-index: 2;
  position: relative; }

md-content.layout-padding {
  padding-left: 48px;
  padding-top: 0px;
  min-height: 800px; }

md-content md-toolbar {
  min-height: 40px;
  height: 40px;
  border-radius: 2px; }

md-tab-content {
  padding: 0 20px 0 20px; }

sph-forms-textarea, sph-forms-input {
  width: 100%; }

sph-forms-textarea textarea, sph-forms-input input {
  /*max-height: 26px;*/
  width: 100% !important; }

md-radio-group {
  width: 100%;
  padding-top: 15px; }

md-radio-button .md-label {
  margin-left: 25px !important; }

.md-list-item-text h3 {
  padding-left: 15px;
  font-size: 16px; }

.md-list-item-text h3 a {
  text-decoration: none;
  color: #206592; }

.md-list-item-text h3 a:hover {
  text-decoration: underline; }

md-sidenav {
  top: 65px !important; }

.cl-base-question, sph-forms-input {
  padding: 0 10px;
  /*text-align: justify;*/ }

button.md-fab.md-mini.md-button.md-ink-ripple md-icon {
  color: white;
  font-size: 17px;
  padding: 0;
  left: -3px;
  position: relative;
  top: 3px; }

/* L O G I N */
.login-main-container {
  min-width: 400px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  top: 140px;
  position: relative;
  border: 1px solid #2980b9;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: 5px; }

.login-other-choices {
  min-height: 60px; }

.login-other-choices label {
  position: relative;
  top: 12px;
  width: 50%; }

.login-other-choices a.link {
  color: #2980b9; }

.login-other-choices .form-buttons {
  width: 50%;
  display: inline; }

#btnEntrar {
  color: #ffffff !important; }

.icons-list {
  text-decoration: inherit;
  color: #206592; }

.fondo-loading {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #B0BEC5;
  opacity: 0.5;
  z-index: 5; }

.loading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: relative; }

#loading-icon {
  position: fixed; }

.text-loading {
  position: fixed;
  padding-top: 80px;
  font-weight: 600; }

md-toast.md-success-toast-theme .md-toast-content {
  background-color: green; }

md-toast.md-error-toast-theme .md-toast-content {
  background-color: maroon; }

.linear-right {
  float: right;
  width: 45%; }

.tab-max-size {
  width: 100%; }

.avance-label {
  width: 25%;
  height: 5px; }

.linear-content {
  width: 60%;
  padding-left: 120px;
  padding-right: 60px;
  padding-bottom: 10px; }

.pregunta-size {
  width: 49%;
  display: inline-grid; }

.list-body {
  padding-left: 15px; }

.border-botonera {
  border: 1px double #bfbcbc;
  text-align: left;
  float: right;
  margin-right: 8px; }

.padding-img {
  padding-top: 10px; }

sph-forms-file-item button.md-fab.md-mini.md-button.md-ink-ripple {
  background-color: #ff5722;
  float: left; }

sph-forms-file-item button.md-fab.md-mini.md-button.md-ink-ripple.download-doc {
  background-color: #01d137;
  float: left; }

.fondo-botonera {
  background-color: #f06400; }

sph-forms-file-item legend {
  float: left;
  position: relative;
  top: 11px; }

sph-forms-file-item button.md-fab.md-mini.md-button.md-ink-ripple {
  min-height: 28px;
  width: 28px;
  height: 28px;
  font-size: 14px; }

.viewer {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px !important;
  max-height: 700px !important;
  height: 700px !important;
  border: 0px !important;
  overflow: auto; }

.image-card-custom {
  width: 1200px;
  height: 600px; }

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

.center {
  margin: auto;
  width: 68%; }

.md-font-header {
  font-size: 36px;
  font: bold 1.5em sans-serif; }

/*# sourceMappingURL=app.css.map */
