.note-editor {
    display: inline-block !important;
    float:right;
    margin-top: 10px;
    margin-right: 20px;
    width: -webkit-fill-available;
}
.note-modal-form .modal-body .is-empty{
    display: none;
}
.note-modal-form .modal-body .note-group-select-from-files{
    margin-left: 0px;
}
.has-fixed-nabvar {
    margin-top: 80px;
}

.has-fixed-nabvar-demo {
    margin-top: 160px;
}

.nav-demo{
    margin-top:60px;
    background-color: #e71452!important;
    z-index: 1;
}

.brand-logo {
    width: 80px;
    padding: .25em;
    background: white;
    border-radius: 0.25em;
    vertical-align: middle;
}

.navbar-aicor {
    background-color: #0077BD;
    color: #fff;
}

.page-footer {
    padding: 1em;
    color: #444;
    font-size: 1.1em;
}

.bg-aicor-2 {
    background-color: #E50044;
}

textarea.form-control,
.form-group textarea.form-control,
.form-horizontal .textarea-like
{
    padding: 4px;
    border: 1px solid #d5d5d5;
    border-bottom: 2px;
}

.form-horizontal .textarea-like {
    min-height: 4em;
    background: #f2f2f2;
}

.form-horizontal input[readonly] {
    color: #666;
    background-color: #eee !important;
}

.page-header {
    padding-bottom: 0px !important;
    margin-top: 0 !important;
    border-bottom: none !important;
}

.toolbar {
    margin-bottom: 20px;
}

.form-horizontal .form-group {
    margin-top: 0em;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.form-horizontal .checkbox .control-label {
    margin-top: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline
{
    padding-top: 0;
}

.form-inline.form-busqueda .form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.form-inline.form-busqueda .form-group .btn {
    margin-top: 8px;
}

.form-inline.form-busqueda .form-control {
    background-color: #eaeaea !important;
    /*padding: .5em !important;*/
    margin-bottom: 0;
}

.pagination.no-margin {
    margin: 0;
}

.form-group select.form-control,
select.form-control
{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    height: 1.5em;
    padding-left: 0.5em;
    border: 1px solid #bbb;
    background: #fafafa url('arrow-down.png') no-repeat right center !important;
    min-width: 120px;
}

select.form-control:hover
{
    background-color: #fff;
}

/* Estilos GridView */

.gridview-id {
    width: 75px;
}


/* Botoneras */

td.botonera-acciones {
    width: 10rem;
    white-space: nowrap;
    text-align: right;
}

.botonera-acciones .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.botonera .btn-sm {
    margin-right: 10px;
}

.botonera .btn {
    margin-right: 10px;
}

table th .checkbox,
table th .form-group,
table td .form-group,
table td .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

table.vcenter > tbody > tr > td {
    vertical-align: middle;
}

/* Flechas orden filas */

.flechas-orden {
    width: 85px;
}

.flechas-orden a:first-child {
    padding-left: 10px;
}

.flechas-orden span {
    padding-left: 5px;
}

sup {
    color: red;
}

.idiomas a {
    margin-right: 5px;
    margin-left: 5px;
}

.idiomaActual img {
    width: 28px;
    border-radius: 5px;
    border: 5px solid #0078bd;
}

.afterinput {
    font-size: 11px;
}

.table tr {
    cursor: pointer;
}

.table .asc:after {
    font-family: FontAwesome;
    content: "\f062";
    padding-left: 10px;
    display: inline-block;
}

.table .desc:after {
    font-family: FontAwesome;
    content: "\f063";
    padding-left: 10px;
    display: inline-block;
}

.alert {
    font-size: 1.75rem;
}

.alert-error {
    color: #440000;
    border: 1px solid #440000;
    background: #FF9999;
}

.poll-row + .poll-row {
    margin-top: 0.75em;
}

.poll-required {
    border: 1px solid #ffaaaa;
    margin: 1em;
}

.poll-required::before
{
    content: 'Requerido';
    border-bottom: 1px solid #ffaaaa;
    color: red;
    font-size: 1.2em;
    display: block;
    text-align: center;
    margin-bottom: 0.5em;
}

.poll-question {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
}
.poll-question-explicacion{
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    color: gray;
}
.poll-number {
    display: inline-block;
    /*font-weight: bold;*/
    font-size: 1.2em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 3em;
    padding: 0.15em 0;
    color: #000;
    background: #ccc;
    opacity: 0.35;
}

.poll-number:hover {
    opacity: 0.85;
}

.poll-number.selected {
    opacity: 1;
    color: #fff;
    font-weight: bold;
    background: #0077BD;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}

.poll-number + .poll-number {
    margin-left: 0.2em;
}

.poll-number input {
    display: none;
}

.poll-review .poll-number {
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
}

.panel-heading h2 {
    margin: 0.35em 0;
}

.panel-body-paginacion {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.busqueda-rapida {
    margin-top: 0.35em;
}

.full-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1031;
    display: flex;
    flex-flow: column;
    align-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .75);
}

.full-overlay > .fo-text {
    color: #333;
    font-size: 3em;
    font-weight: bold;
    margin-top: 20vh;
}

.full-overlay > .fo-spinner {
    background: transparent;;
    background-image: url('reload.svg');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 200px;
}

#preview {
  display: block;
  max-width:500px;
  max-height:150px;
  width: auto;
  height: auto;
}

#preview_logo {
  display: block;
  max-width:500px;
  max-height:150px;
  width: auto;
  height: auto;
}

#preview_cabecera {
  display: block;
  max-width:500px;
  max-height:150px;
  width: auto;
  height: auto;
}

#filtros{
    height: 360px;
}
.modal-dialog{
    width: 80% !important;
}
.scroll-modal{
    max-height: 80vh;
    overflow: auto;
}
.leyenda_label{
    font-size: 10px;
}
.leyenda_label_importante{
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}
.modal-close-aicor{
    top: 22px !important;
    right: 22px !important;;
    font-size: 40px !important;;
    color: white !important;;
    opacity: 0.8 !important;;
}
.td-responsive{
    word-break: break-all;
}
.grafica{
    display: block;
    margin: auto;
}
.separador-preguntas-graficas{
    display: block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    background-color: #cbcbcb;
    margin-bottom: 30px;
  }
  .th-tabla-grafica{
      background-color: #0077BD;
      color: rgba(255,255,255, 0.84);
  }
  .h-separador{
    border-bottom: 2px solid #cbcbcb;
    margin-bottom: 30px;
  }