/* Explore Team Management, SL - Gestión del talento */
/* Azul corporativo: #315795 / :hover -> #48b0f7 */

/* HOME (img) */
.col-md-6.col-lg-7.col-xl-8.d-none.d-md-block.bg-img {
    background-position: right;
}
/* GENERAL */
.clearfix {
    display: block;
    width: 100%;
    clear: both;
}
.badge {
    line-height: 1.2!important;
}
.w-84px {
    width: 84px!important;
}

.w-25 {
    width: 25%!important;
}

.w-70{
    width: 70% !important;
}

.w-47px{
    width: 47px !important;
}

.w-186px{
    width: 186px !important;
}

.br-6{
border-radius: 6px;
}

.bg-c{
    background-color: #fdfdfd;
    border-radius: 9px;
    padding: 4px;
}

.w-60{
    width: 60% !important;
}

.mr-65{
    margin-right: 65px !important;
}

.mr-23{
    margin-right: 23px !important;
}

.slideH-10{
    height: 10px !important;
}


.break-space{
    white-space: break-spaces !important;
}

.callout-dark {
    border-left-color: #465161;
    background-color: #f9f9f9;
}
.callout-primary {
    border-left-color: #315795;
    background-color: #fcfdfe;
}

.initial{
    white-space: initial !important;
}

.bg-clima {
    background-color: #15c377 !important;
    color: #fff !important;
  }

.badge-clima{
    background-color: #15c377; 
  }

  .color-clima{
    color: #15c377 !important; 
  }

  .color-danger{
    color: #f96868 !important; 
  }

a { color: #315795}
a:hover, a:focus {color: #48b0f7; cursor: pointer;}

/* Logotipos */
.topbar-brand img {
    width: auto;
    height: 100%;
    max-height: 46px;
}
.logoempresas img {
    width: auto!important;
    height: 100%!important;
    max-height: 46px!important;
}

img.logo-distribuidora {
    max-height: 70px!important;
}

/* FORMULARIOS */
.form-control:focus {
    border-color: #315795;
}
/* upload */
.input-group-btn .btn-group, .input-group-btn .btn {
    max-height: 36px;
}

form .row {
    margin: 1.5em auto;
}
form .row:first-child {
    margin-top: 0;
}

.margintop-5 {margin-top: 5px}

/* Títulos y Subtítulos */
h6, .h6 {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin: 1.5em auto 1em;
}

.fw-bolder {
    font-weight: 400!important;
}

/* Modals */
.modal-xlg {
  max-width: 90%;
  width: 90%;
}
.modal-lg {
    max-width: 900px;
}
.mb-1{
    margin-bottom: 2rem !important;
}

/* Display */
.inline-block {
    display: inline-block!important;
}
.inline-grid {
    display: inline-grid!important;
}

/* Botones */
.btn-custom {
  background-color: #33cabb;
  border-color: #33cabb;
  color: #fff!important;
}
.btn-custom:hover {
  background-color: #30d5c5;
  border-color: #30d5c5;
  color: #fff!important;
}

.btn .icon {
    font-size: 14px; /* tamaño icono botones */
}

/* Botón "Cambiar empresa" */
.listCompanies {
    list-style: none;
    padding-left: 0px!important;
}

.listCompanies .dropdown-item {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0 auto;
  }

.listCompanies .dropdown-item:focus,
.listCompanies .dropdown-item:hover {
    color: #fff!important;
    background-color: #315795!important;
}

/* LOGIN */
.text-white {
	margin: 1em auto 2em;
}
/* ReCaptcha */
.rc-anchor-light.rc-anchor-normal {
    border: 0px!important;
    width: 100%!important;
}
.rc-anchor-light {
    background: #fff!important;
    color: #315795!important;
}

/* TOPNAV */
/* Active */
li.menu-item.nav-menu-active a {
    color: #48b0f7;
    border-top-color: #48b0f7;
}
.topbar .menu {
    font-size: 14px;
}
.topbar {
    border-top: 2px solid #315795;
}
.topbar .menu-link {
    height: 66px;
}
.topbar .menu-item:hover > .menu-link, .topbar .menu-item.active > .menu-link {
    color: #48b0f7;
    border-top-color: #48b0f7;
}
.topbar .menu-link {
    color: #315795;
    font-weight: 500;
}
.menu-link > i {
    margin-left: 0px;
}
/* ajuste especial menu organigrama / esquema */
.topbar-right .topbar-btn:hover {
    border-top: 0px!important;
}

/* HEADER */
.header {
    background-image: url('../img/header.jpg');
    background-position-y: bottom;
    background-size: auto;
    margin-bottom: 0px;
}
.header-configuracion {
    background-image: url('../img/header-configuracion.jpg');
    background-position-y: bottom;
}
.header-bibliotecas {
    background-image: url('../img/header-bibliotecas.jpg');
    background-position-y: bottom;
}
.header-empresa {
    background-image: url('../img/header-empresa.jpg');
    background-position-y: top;
    background-position-x: left;
    background-repeat:no-repeat;
    background-size:cover;
}
.header-organizacion {
    background-image: url('../img/header-organizacion.jpg');
    background-position-y: bottom;
    background-position-x: left;
    background-repeat:no-repeat;
    background-size:cover;
}
.header-modelos {
    background-image: url('../img/header-modelos.jpg');
    background-position: left top;
    background-repeat:no-repeat;
    background-size:cover;
}
.header-evaluaciones {
    background-image: url('../img/header-evaluaciones.jpg');
    background-position-y: top;
    background-position-x: left;
    background-repeat:no-repeat;
    background-size:cover;
}
.header-informes {
    background-image: url('../img/header-informes.jpg');
    background-position-y: top;
    background-position-x: left;
    background-repeat:no-repeat;
    background-size:cover;
}
.header-info {
    margin: 20px 0;
}

.header-title {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.header-title strong {
        font-weight: 400;
}
.header-title small {
	font-size: 0.6em;
    padding-top: 0px;
    opacity: 1;
    font-weight: 3
    00;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

/* CARDS */
.h5.card-title, h5.card-title {
    color: #315795;
}
.card-title a.btn {
    color: #fff;
}
.card ul {
    padding-left: 15px;
}
.card .icon {
    font-size: 16px;
    font-weight: bold;
    margin-right: 0.5em
}
.card h6 {
    margin-top: 0;
}
ul.nav-tabs {
    padding-left: 0px;
}

.card p {
    line-height: 20px;
}

/* TABLES */
.table {
    line-height: 20px;
}
.table thead th {
    border-bottom: 0px;
    background: #315795;
    color: #fff;
    width: 100px;
}

.table td, .table th {
    padding: .50rem; /* .075rem original */
}

/* DATATABLES */
.dataTable .fa, .table .fa {
    margin-right: 5px;
    font-size: 16px;
}

/* FOOTER */
.site-footer {
    background-color: #315795;
    font-size: 12px;
    color: #fff;
    border-top: 0px;
}
.site-footer a {
    color: #fff;
}
.table tfoot th {
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
    background: #e4e7ea;
}

.site-footer a:hover,
.site-footer .nav-primary .nav-link:not(.disabled):hover, .site-footer .nav-primary .nav-link:not(.disabled):focus {
    color: #48b0f7;
}

/* DATATABLES */
td.details-control {
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}


/* MAIN */
.listaGraficoMain {
    list-style:none;
}
.listaGraficoMain li {
    padding-bottom: 1em;
}


/* ORGANIGRAMA */
.card-body.organigrama-container {
    padding: 0!important; /* elimino espacio en el "card" sin padding ni margin */
}
/* Img avatar */
.avatar-organigrama {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase;
    margin: 0 auto;
}
/* Plugin Organigrama */
/* Tipografía Roboto */
.get-org-chart .get-oc-c, .get-org-chart .get-oc-tb, .get-org-chart input, .get-org-chart table, .get-org-chart a {
    font-family:'Roboto', sans-serif!important;
    border: 0;  
}
/* BG general */
.get-mediumdarkblue.get-org-chart {
    background: #edf1f5;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
/* BG topnav organigrama */
.get-mediumdarkblue.get-org-chart .get-oc-tb {
    background-color: #315795;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
/* Input búsqueda */
.get-org-chart .get-oc-tb input {
    float: left;
    margin: 8px 10px 0 20px;
    display: none;
    border-color: #48b0f7;
    border-radius: 3px;
    color: #315795;
    padding: 3px 12px;
    font-size: 14px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-family:'Roboto', sans-serif!important;
    background: #efefef;
}
/* Lineas */
.get-org-chart .link {
    stroke: #304d6b;
}
/* Box */
.get-mediumdarkblue .get-box, g.get-mediumdarkblue .get-box {
    fill: #f9f9f9;
    stroke: #ebebeb;
}
/* Btn Editar */
.btn path {
    fill: #315795!important
}
.btn:hover path {
    fill: #48b0f7!important
}

.get-btn {
    stroke-width: 2px;
    stroke: #315795!important;
    cursor: pointer;
}

/* Textos Box */
/* Nombre */
.get-org-chart .get-text-0 {
    fill: #315795;
    font-family:'Roboto', sans-serif;
    font-weight: 500;
    font-size: 28px;
}
/* Departamento */
.get-org-chart .get-text-1 {
    fill: #315795;
    font-size: 26px;
    font-family:'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
/* Puesto */
.get-org-chart .get-text-2,
.get-org-chart .get-text-3 {
    fill: #333;
    font-family:'Roboto', sans-serif;
}
/* Supervisor */
.get-org-chart .get-text-4 {
    fill: #57c7d4;
    font-family:'Roboto', sans-serif;
}
/* Supervisor */
.get-org-chart .get-text-5 {
    fill: #57c7d4;
    font-family:'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px
}
#datosOrg{
    display:none;
    padding:20px;
}

.imgLil{
    width: 50px;
    height: 50px;
}

/* MODELOS */
.quickview {
    top: 64px!important;
}
.quickview.reveal {
    top: 64px!important;
    -webkit-box-shadow: -4px 1px 18px 4px rgba(14, 14, 14, 0.10);
    box-shadow: -4px 1px 18px 4px rgba(14, 14, 14, 0.10);
}
.quickview {
    width: 480px;
    right: -480px;
}

.quickview.reveal .dropdown-item {
    margin: 0;
}

.quickview.reveal .card-title {
    padding: 10px 15px;
    margin-bottom: 10px;
}

/* MODELOS-ONLINE */
/*
.main-content.modelos-css1 {
    padding: 0 2em;
}
*/
.main-content.modelos-css1 .easypie-data {
    font-size: 18px!important;
    line-height: 24px!important;
}
.quickview-modeloseditar {
    width: 275px;
    right: -275px;
    display: block;
    position: fixed;
    z-index: 9;
    overflow-y: scroll;
    overflow-x:hidden;
}

.modelos-css1 .badge {
    line-height: 1.2;
}

.modelos-css1 .btn-group-xs > .btn, .btn-xs {
    font-size: 11px;
    padding: 2px 8px;
    line-height: 1.2;
}

.modelos-css1 .accordion .card-title a::before {
    content: "\e648";
    display: inline-block;
    font-family: themify;
    font-size: 12px;
    margin-right: 2px;
    margin-left: -20px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}


.modelos-css1 .easypieprogress-mb-0 .progress {
    min-width: 150px;
}
.easypieprogress-mb-0 .progress {
    margin-bottom: 0!important;
}

.card-header.bg-primary .card-controls li > a,
.card-header.bg-primary .card-controls li > a:hover {
    color: #fff!important;
}

header.card-header.bg-primary.py-2{
    padding-left: 23px!important;
}

/* form-objetivos */
.form-objetivos .row {
    margin: .0em 0em .75em!important;
}
.form-objetivos label {
    margin-bottom: 0!important;
}

/* acordeon tareas */
.accordion-tasks {
    background-color: #ebebeb!important;
}
.accordion .card-title a.nobefore {
    display: inline-block;
    padding-left: 5px;
}
.accordion .card-title a.nobefore::before {
    display: none;
}

/* canvas */
#easypieTotal canvas {
    max-width: 215px!important;
}

/* old 
.quickview-modeloseditar .quickview-header {
    display: block;
    padding: 20px;
    min-height: 64px !important;
    text-align: center;
    margin: 0 auto;
}
*/
.quickview-modeloseditar .quickview-header {
    display: block;
    padding: 10px 15px;
    min-height: 45px !important;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background-color: #315795;
}
.quickview-modeloseditar .dropdown-item {
    font-size: 14px;
    padding: 4px 0 0;
}
.app-backdrop.backdrop-quickview {
    z-index: 0; /* ok botones cuando se muestra / oculta barra */ 
}
/*
.card-modeloseditar {
    margin-right: 250px;
}
*/
.modeloseditar-users {
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 0.5em
}
.modeloseditar-users a.btn.btn-primary.btn-xs,
.modeloseditar-users a.btn.btn-warning.btn-xs,
.modeloseditar-users a.btn.btn-secondary.btn-xs {
    padding: 2px 4px!important;
}
.modeloseditar-users img {
    margin-right: 5px;
}
.modeloseditar-users.dropdown-item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table .badge {min-width: 34px;}

.evaluaciones .badge {min-width: 0px;}
/* .MODELOS-ONLINE */

/* MODELOS-ONLINE2 */
.box-modelosonline3 {
    background-color: #fbfbfb !important;
    border: 1px solid #f9f9f9;
}
.box-modelosonline2 {
    background-color: #315795 !important;
    border: 1px solid #315795;
}
.box-modelosonline2 a:hover, .box-modelosonline2 a:focus, .box-modelosonline2 a:active, .box-modelosonline2 a:visited {
    color: #315795;
    cursor: pointer;
}
.box-modelosonline2 .card-title {
    padding: 6px 10px;
}
.box-modelosonline2 h4.card-title {
    text-align: center;
    border-bottom: 1px dashed #4d75b6;
    margin: auto 1em 0.5em
}
.box-modelosonline2 .card-title-head h6 {
    color: #fff;
    margin: 0 1em;
    text-align: left;
    border: 0;
}
.box-modelosonline2 .card-title-head p {
    color: #fff;
    line-height: 18px;
    margin: auto 1.1em 1em;
}
.box-modelosonline2 .card-body {
    padding: 1em 1em 1.5em;
    line-height: 20px;
}
.box-modelosonline2 .media {
    padding: 0;
}
.box-modelosonline2 .media > * {
    margin: 0 8px 0 0;
}
.box-modelosonline2 .accordion-connected .card-title {
    background: #f4f4f4;
}
.box-modelosonline2 .accordion-connected .card-title:hover {
    background: #ececec;
}
.box-modelosonline2 h6 {
    margin: 5px auto;
    text-align: center;
}
.box-modelosonline2 ul {
    margin-bottom: 0
}

.title .progress {
    margin-bottom: 0
}
.media .badge {
    line-height: initial;
    font-size: 12px;
}
.media span.badge.badge-pill.badge-primary.pull-right {
    font-size: 12px;
}

.modeloseditar-users .card-title {
    padding: 6px 20px!important;
}
.modeloseditar-users .card-title:hover {
    background: #f5f6f7;
    display: block;
}
.modeloseditar-users .card-title:hover a {
    color: #48b0f7;
}

.modeloseditar-users .accordion .card-title a {
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 400;
}
.modeloseditar-users .accordion .card-title a::before {
    margin-right: 10px;
}
.modeloseditar-users .list-group-item:last-child {
    border-bottom: 1px solid #f3f3f3;
}




/* .MODELOS-ONLINE2 */
.quickview-block {
    padding: 0; 
}
.switch-border input:checked + .switch-indicator {
    border-color: #48b0f7;
}

/* .modelos-css1 .row {margin: auto!important} */
.modelos-css1 .card .icon {margin: 0}

td.modelos_tdhover:hover {
   background-color: #f9f9f9;
   cursor: pointer;
   border: 1px dashed #ccc;
   display: block;
}

.row.modelos_tdhover:hover {
   background-color: #f9f9f9;
   cursor: pointer;
   border: 1px dashed #ccc;
}

.modelos-css1 th,
td.checkbox {
    vertical-align: middle;
    text-align: center;
}

.modelos-css1 h4 {
    color: #fff;
    margin-bottom: 0;
}

table li {
    line-height: 18px;
    margin-bottom: 8px;
}

div.pesoFactor {
    padding: 5px;
    background-color: white;
    position: relative;
    color: #a0a0a0;
    background-color: white;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    top: 0px;
    right: 0px;
    border: 1px solid #f0f0f0;
    float: right;
    margin: 0;
}

.right{
    float: right;
}

span.badge.badge-pill.badge-primary.pull-right {
  font-size: 13px;
  line-height: normal;
}

.card-title_objs{
    padding: 0 !important;
}

.badge-sm {
    padding-top: 3px;
}


/* .squaredFour */
.squaredFour {
  width: 40px;
  position: relative;
  margin: 40px auto;
}
.squaredFour label {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(40%, #fff), to(#efefef));
  background: linear-gradient(to bottom, #f9f9f9 0%, #fff 40%, #efefef 100%);
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 1px 1px white, 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.squaredFour label:after {
  content: '';
  width: 18px;
  height: 10px;
  position: absolute;
  top: 14px;
  left: 12px;
  border: 5px solid #315795;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* end .squaredFour */

/* Alert */
.alert {
  padding: .5rem 1rem;
}

/* Slider */
.noUi-target {
    margin: 0;
}
.noUi-horizontal {
    height: 15px; /* 20px */
    border-radius: 4px;
    background: #f9f9f9;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 88%;
    float: left;
}
.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -10px;
    top: 0;
    background-color: #949597;
}

li .noUi-horizontal {
    margin: 5px 0 10px;
}

/* button up */
#myBtnUp {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #2a4f8a;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 19px;
}
  #myBtnUp:hover {
    background-color: #48b0f7;
  }
/* .button up */

/* Progress Bar (Evaluaciones) */
.nav-process-block .nav-link {
    padding: 5px 10px!important;
}
.nav-process-block .nav-link-number {
    max-width: 30px!important;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
    font-size: 18px!important;
    margin-top: 5px!important;
    margin-right: 5px;
    padding: 3px
}
.nav-process-block .nav-title {
    margin: 0;
}
.nav-process-block .nav-link-body {margin-left: 0}

.list-inline li {
    display: inline-block;
}

/* Evaluaciones - Desplegables */
.evaluaciones {margin-top: 2em}
.evaluaciones .card-header {
    background-color: #e4e7ea;
    padding: 5px 10px;
}
.evaluaciones .h4.card-title,
.evaluaciones h4.card-title {
    font-size: 14px;
}
.evaluaciones .card-title,
.evaluaciones .card-controls,
.evaluaciones .card-controls li > a {
    color: #4d5259
}
.evaluaciones .card-controls li > a:hover {
    color: #315795
}
.evaluaciones .card {
    margin-bottom: 5px
}
.evaluaciones .media {
    padding: 20px 10px;
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 5px;
}

/* Evaluaciones, tablas anidadas */
table.dataTable tr td[colspan="2"] {
    padding: 0;
    border: 0;
}

table.dataTable tr td[colspan="2"] table tr td {
    vertical-align: middle;
    text-align: center;
}

table.dataTable tr td[colspan="2"] table tr td select {
    width: 50%;
    margin: 0 auto;
}

/* Evaluaciones "Calificaciones" (tab) inputs */
.quickview input,
.quickview textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 2px 5px;
    font-family: Roboto, sans-serif;
    color: #4d5259;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
}

/* Datatables with rows desplegables - Botones */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e4e7ea!important; border: 0!important
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #ebebeb!important;
    border-bottom: 0!important;
    background: #e4e7ea!important;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ebebeb;
}
table.dataTable thead th, table.dataTable tfoot th {
    padding: 10px!important;
    font-weight: normal!important;
}
div#tablaEvaluaciones_length select {
    border-color: #ebebeb;
    border-radius: 2px;
    color: #8b95a5;
    padding: 5px 12px;
    font-size: 14px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/* modelos-online */
.code-title {
    padding: 10px 0;
    border: 0;
}
.noborder {
    border-bottom: 0px;
    padding: 0px;
    color: rgb(49, 87, 149)
}
.avatar.ion-person-stalker {
    color: rgb(49, 87, 149);
    border-top: 0px;
    margin-top: 1em;
}
.avatar.ion-person-stalker:hover {
    border-top: 0px;
}
/* Envío Mail */
.fab-fixed {
    right: 20px;
    bottom: 40%;
}
.dock-list {
    padding-right: 0;
}

/* Call outs (elimino fondo gris) */
.callout {
    padding: 10px 15px;
}

.callout-info {
    background-color: #fff;
}

.callout-clima {
    border-left-color: #33cabb;
    background-color: #fcfdfe;
}

.callout-dark {
    border-left-color: #465161;
    background-color: #fcfdfe;
}

/* Divider */
.divider {
    font-weight: 500;
    color: #315795;
}

/* Informes */
.table_informes thead th,
table.dataTable.table_informes tfoot th {
    background: #f9f9f9!important;
    color: #315795!important;
}


@media (max-width:550px) {
    .topbar-modelos-online {display: block; height: auto}
    .modelos-online-left, .modelos-online-right { display: block;clear: both; width: 100%; text-align: center;}
    .modelos-css1 {margin-top: 20px; padding-top: 35px!important;}
    .noborder {text-align: center;}
}

/* Tablas responsive (modelos-editar) */
@media (max-width:1550px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media (max-width:991px) {
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}
}

/* Modal */
.modal-header {
    border-bottom-color: #315795;
    background: #315795;
}
.modal-title, .close {
    color: #fff;
}
.modal-footer {
    background-color: #f9f9f9;
    justify-content: center;
}