/* Minification failed. Returning unminified contents.
(109,23): run-time error CSS1038: Expected hex color, found '#CCC7'
(109,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
.fv-has-feedback{position:relative}.fv-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.fv-help-block{display:block}.fv-form-bootstrap .help-block{margin-bottom:0}.fv-form-bootstrap .tooltip-inner{text-align:left}.fv-form-bootstrap .fv-icon-no-label{top:0}.fv-form-bootstrap .fv-bootstrap-icon-input-group{z-index:100}.form-inline.fv-form-bootstrap .form-group{vertical-align:top}.fv-form-foundation .fv-control-feedback{top:21px;right:15px;width:37px;height:37px;line-height:37px}.fv-form-foundation .collapse .fv-control-feedback{top:0;right:0}.fv-form-foundation .fv-icon-no-label,.fv-form-horizontal.fv-form-foundation .fv-control-feedback{top:0}.fv-form-foundation .error .fv-control-feedback{color:#f04124}.error.fv-has-tooltip select,.error.fv-has-tooltip textarea,.fv-form-foundation .error.fv-has-tooltip input{margin-bottom:1rem}.fv-form-pure .fv-control-feedback{top:22px;width:36px;height:36px;line-height:36px}.pure-form-stacked.fv-form-pure .fv-control-feedback{top:4px}.pure-form-aligned .pure-control-group .fv-help-block{margin-top:5px;margin-left:180px}.fv-form-pure .fv-icon-no-label,.pure-form-aligned.fv-form-pure .fv-control-feedback{top:0}.fv-form-pure .fv-has-error .fv-control-feedback,.fv-form-pure .fv-has-error .fv-help-block,.fv-form-pure .fv-has-error label{color:#CA3C3C}.fv-form-semantic .fv-control-feedback.icon{right:7px}.fv-form-semantic .error .icon{color:#d95c5c}.fv-form-horizontal.fv-form-semantic .row{padding-bottom:0}.fv-form-uikit .fv-control-feedback{top:25px;width:30px;height:30px;line-height:30px}.fv-form-uikit .uk-text-danger{display:block}.uk-form-horizontal.fv-form-uikit .fv-control-feedback{top:0}.fv-form-uikit .fv-has-error .fv-control-feedback,.fv-form-uikit .fv-has-error .uk-form-label,.fv-form-uikit .fv-has-error label{color:#D85030}.fv-form-uikit .fv-icon-no-label{top:0}
/*PARA NO MOSTRAR EL MENU EN 1000px*/
     @media (max-width: 1000px) {
          .navbar-header {
              float: none;
          }
          .navbar-left,.navbar-right {
              float: none !important;
          }
          .navbar-toggle {
              display: block;
          }
          .navbar-collapse {
              border-top: 1px solid transparent;
              box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
          }
          .navbar-fixed-top {
              top: 0;
              border-width: 0 0 1px;
          }
          .navbar-collapse.collapse {
              display: none!important;
          }
          .navbar-nav {
              float: none!important;
              margin-top: 7.5px;
          }
          .navbar-nav>li {
              float: none;
          }
          .navbar-nav>li>a {
              padding-top: 10px;
              padding-bottom: 10px;
          }
          .collapse.in{
              display:block !important;
          }
        }
       
    .centerBlock {
          display: table;
          margin: 0 auto;
        }
/*END*/

/*Visualizacion de distintos iframes*/
@media screen and (min-width: 200px) and (max-width: 375px) {
    .iframe-320 {
        display:inline;
    }
    .iframe-425 {
        display:none;
    }
    .iframe-768 {
        display:none;
    }
    .iframe-1024 {
        display:none;
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) { 
    .iframe-320 {
        display:none;
    }
    .iframe-425 {
        display:inline;
    }
    .iframe-768 {
        display:none;
    }
    .iframe-1024 {
        display:none;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) { 
    .iframe-320 {
        display:none;
    }
    .iframe-425 {
        display:none;
    }
    .iframe-768 {
        display:inline;
    }
    .iframe-1024 {
        display:none;
    }
}

@media screen and (min-width: 769px) { 
    .iframe-320 {
        display:none;
    }
    .iframe-425 {
        display:none;
    }
    .iframe-768 {
        display:none;
    }
    .iframe-1024 {
        display:inline;
    }
}

.message-light {
    font-weight: bold !important;
    background-color: #CCC7 !important;
}

.badge-primary {
    background-color: #323b8c;
    color: #FFFFFF;
}

.badge-secondary {
    background-color: buttonface;
    color: inherit;
}
