/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('../img/Preloader_10.gif') center no-repeat #fff;
}

/* Ajuste del margen para el logo de SIREON 2.0 */
.logo-default {
    margin-top: 8px !important;
}

/* Iconos de servicios para la ficha del cliente */
.icono-servicio {
    float: left;
    margin-right: 15px;
    height: 80px;
    width: 80px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

.icono-servicio i {
    font-size: 50px;
    margin: 34px 15px;
}

.icono-servicio-centralita {
    background-color: #356e35;
}
.servicio-btn-centralita a:hover {
    background: #356e35 !important;
}

.icono-servicio-fax {
    background-color: #a90329;
}
.servicio-btn-fax a:hover {
    background: #a90329 !important;
}

.icono-servicio-agenda-plus {
    background-color: #71ce73;
}
.servicio-btn-agenda-plus a:hover {
    background: #71ce73 !important;
}

.icono-servicio-sms {
    background-color: #b09b5b;
}
.servicio-btn-sms a:hover {
    background: #b09b5b !important;
}

.icono-servicio-tpv {
    background-color: #404040;
}
.servicio-btn-tpv a:hover {
    background: #404040 !important;
}

.icono-servicio-b2m {
    background-color: #448822;
}
.servicio-btn-b2m a:hover {
    background: #448822 !important;
}

.icono-servicio-b2md {
    background-color: #884422;
}
.servicio-btn-b2md a:hover {
    background: #884422 !important;
}

.icono-servicio-llamadas-internacionales {
    background-color: #2a0526;
}
.servicio-btn-llamadas-internacionales a:hover {
    background: #2a0526 !important;
}

.icono-servicio-multiconferencia {
    background-color: #b72b6d;
}
.servicio-btn-multiconferencia a:hover {
    background: #b72b6d !important;
}

.icono-servicio-v2m {
    background-color: #934e09;
}
.servicio-btn-v2m a:hover {
    background: #934e09 !important;
}

.icono-servicio-c2c {
    background-color: #4a92eb;
}
.servicio-btn-c2c a:hover {
    background: #4a92eb !important;
}

.icono-servicio-grabaciones-script {
    background-color: #d091d1;
}
.servicio-btn-grabaciones-script a:hover {
    background: #d091d1 !important;
}

.icono-servicio-callandsurf {
    background-color: #b72b6d;
}
.servicio-btn-callandsurf a:hover {
    background: #b72b6d !important;
}

.icono-servicio-enrutamiento-codigo {
    background-color: #9fb094;
}
.servicio-btn-enrutamiento-codigo a:hover {
    background: #9fb094 !important;
}

/* Labels para dropdowns de incidencias y tareas */
.label-prioridad {
    padding: 0px 4px;
}

.label-prioridad-baja {
    background-color: #45b6af;
    padding: 0px 10px;
}
.label-prioridad-media {
    background-color: #dfba49;
    padding: 0px 4px;
}
.label-prioridad-alta {
    background-color: #f3565d;
    padding: 0px 10px;
}


/* Dropdowns más anchos para que quepan mejor los títulos de las incidencias y tareas */
.dropdown-incidencias {
    width: 500px !important;
    max-width: 500px !important;
}
.dropdown-tareas {
    width: 500px !important;
    max-width: 500px !important;
}


/* Dropdown configuraciones portlets */
.theme-panel{
    min-width: 400px !important;
}

.portlet.light>.portlet-title>.dropdown>.dropdown-menu:before{
    right: 26px;
}

.portlet.light>.portlet-title>.dropdown>.dropdown-menu:after{
    right: 27px;
}

/* Clasificacion de clientes en SIREON */
.clasificacion-platino {
    background-color: #E3E3E3;
    color: #000;
    font-weight: bold;
}
.clasificacion-oro {
    background-color: #F7CF2F;
    font-weight: bold;
}
.clasificacion-plata {
    background-color: #A8A6A3;
    font-weight: bold;
}
.clasificacion-bronce {
    background-color: #C26C10;
    font-weight: bold;
}
.clasificacion-madera {
    background-color: #853838;
    font-weight: bold;
}
.clasificacion-listanegra {
    background-color: #000000;
    font-weight: bold;
}
.clasificacion-desclasificado {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
}


/* Baja */
.timeline li.timeline-baja .timeline-body:after {
    border-right-color: #e02222;
}

.timeline li.timeline-baja .timeline-body {
    background: #e02222;
}

.timeline li.timeline-baja .timeline-time span.time {
    color: #e02222;
}

/* Incidencia */
.timeline li.timeline-incidencia .timeline-body:after {
    border-right-color: #FF7300;
}

.timeline li.timeline-incidencia .timeline-body {
    background: #FF7300;
}

.timeline li.timeline-incidencia .timeline-time span.time {
    color: #FF7300;
}

/* Alta */
.timeline li.timeline-alta .timeline-body:after {
    border-right-color: #35aa47;
}

.timeline li.timeline-alta .timeline-body {
    background: #35aa47;
}

.timeline li.timeline-alta .timeline-time span.time {
    color: #35aa47;
}

/* Llamada */
.timeline li.timeline-llamada .timeline-body:after {
    border-right-color: #4b8df8;
}

.timeline li.timeline-llamada .timeline-body {
    background: #4b8df8;
}

.timeline li.timeline-llamada .timeline-time span.time {
    color: #4b8df8;
}

/* Email */
.timeline li.timeline-email .timeline-body:after {
    border-right-color: #852b99;
}

.timeline li.timeline-email .timeline-body {
    background: #852b99;
}

.timeline li.timeline-email .timeline-time span.time {
    color: #852b99;
}

/* Modificacion */
.timeline li.timeline-modificacion .timeline-body:after {
    border-right-color: #D9A300;
}

.timeline li.timeline-modificacion .timeline-body {
    background: #D9A300;
}

.timeline li.timeline-modificacion .timeline-time span.time {
    color: #D9A300;
}

/* Nota */
.timeline li.timeline-nota .timeline-body:after {
    border-right-color: #AAAAAA;
}

.timeline li.timeline-nota .timeline-body {
    background: #AAAAAA;
}

.timeline li.timeline-nota .timeline-time span.time {
    color: #AAAAAA;
}

/*portlet */
.portlet.box.red > .portlet-title {
    background-color: #169EF4;
}
.portlet.box.red {
    border: 1px solid #169EF4;
    border-top: 0;
}
.portlet > .portlet-body.red, .portlet.red {
    background-color: #169EF4;
}

/* menus */
.ver-inline-menu li a {
    font-size: 14px;
    font-weight: 300;
    color: #304E6C;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df;
}

.portlet.box > .portlet-body {
    background-color: #fff;
    padding: 10px;
   /* min-height: 420px; */
}
.form-estaditicas {
    background-color: rgb(246, 244, 244);
    padding-bottom: 10px;
    padding-top: 10px;
    border-style: solid;
    border-width: thin;
    border-color: #7ca7cc;

}
.radio > span {
    margin-top: -1px;
    margin-left: -6px;
}
.form-horizontal .radio > span {
    margin-top: 0px;
}


.resumen-remesa {
    font-weight: bold;
    font-size: 16px;
}


.btn-group {
    float: right !important;
    margin-left: 10px !important;
}

.paginacion {
    width: 100%;
    float: right;
}
.portlet.box > .portlet-title > .tools > a.collapse, a.collapse{
    background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.expand, a.expand {
    background-image: url(../img/portlet-collapse-icon-white.png);
}

.table thead{

    background-color: #EEEEEE;
}
.ui-autocomplete {
    position: fixed;
    z-index: 123235435634;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.btn-inline{
    margin-top: 26px;;
}
.dashboard-stat .details .number {
    padding-top: 2px;
    text-align: right;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-weight: 300;
}
.dashboard-stat .visual {
    /* width: 80px; */
    height: 45px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}

h3 {
    font-weight: 400;
}

.control-label {
    font-weight: bold;
}

.form-control[readonly] {
    cursor: text !important;
}

.tiles .tile {
    height: 119px !important;
    width: 119px !important;
}

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

.tile a, .tile a:hover, .tile a:active {
    color: #FFF;
    text-decoration: none;
}

.tiles .tile .tile-body > i {
    font-size: 56px;
    margin-top: 10px;
}

.sale-summary li .sale-info {
    text-transform: none;
}

.campo_ccc {
    display: inline;
}

label.error {
    font-weight: bold;
    color: #b94a48;
}

input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
    color: #b94a48;
    border-color: #b94a48;
}



label.valid {
    display: none !important;
}

div.timeline-modificacion-etiqueta {
    width: 220px;
    font-weight: bold;
    display: inline-block;
}

.timeline-body h2 span {
    float: right;
    font-size: smaller;
    font-style: italic;
}

.timeline > li .timeline-time span.time {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 30px !important;
}

.timeline > li .timeline-body h2 {
    padding: 0 0 5px 0 !important;
    font-size: 18px !important;
}



.etiqueta-documento-cliente {
    color: #555;
    font-size: 12px;
    padding: 3px 5px;
    background: #f7f7f7;
    margin: 0 2px 5px 0;
    display: inline-block;
}

.aviso-cliente {
    z-index: 10000;
}

.boton-eliminar-aviso-cliente {
    margin: 5px -18px;
}

.tabbable-custom > .nav-tabs > li.active > a {
    cursor: pointer;
}

#formulario-filtros .table.table-bordered thead > tr > th {
    padding-bottom: 0px;
}
.cursor-texto{
    cursor: text !important;
}

.dataTables_wrapper input[type="search"] {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: white;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.dataTables_length {
    float: left;
    width: 30%;
}

.dt-buttons {
    float: right !important;
    text-align: right;
    /*width: 40%;*/
}

.dt-buttons a,
.paginate_button {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.dt-buttons a:hover,
.dt-buttons a:focus,
.dt-buttons a:active,
.paginate_button:hover,
.paginate_button:focus,
.paginate_button:active
{
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.dataTables_filter {
    float: right;
    text-align: right;
    /*width: 30%;*/
}

.dataTables_info[role="status"] {
    width: 30%;
    float: left !important;
}

.dataTables_paginate {
    width: 70%;
    float: right;
    text-align: right;
}

.dataTables_length select {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: white;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.paginate_button.current {
    color: #333333 !important;
    border: 1px solid #cacaca !important;
    background-color: white !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro)) !important;
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%) !important;
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, white 0%, gainsboro 100%) !important;
    /* FF3.6+ */
    background: -ms-linear-gradient(top, white 0%, gainsboro 100%) !important;
    /* IE10+ */
    background: -o-linear-gradient(top, white 0%, gainsboro 100%) !important;
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, gainsboro 100%) !important;
    /* W3C */
}


.polaroid:after {
    content: attr(title);
}

/* By default, we tilt all our images -2 degrees */
.polaroid {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    padding: 10px;
}

/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
.polaroid:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    position: relative;
    z-index: 5;
}

/* Add drop shadows and smooth out the transition (Safari only) */
.polaroid {
    -webkit-transition: -webkit-transform .15s linear;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

/* On hover, darken the shadows a bit */
.polaroid {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}



.enlace-widget {
    color: #FFF;
    text-decoration: none;
}

.enlace-widget:hover {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.boton-eliminar-widget:hover {
    cursor: pointer;
}


label.error {
    color: #e7505a !important;
    float: right !important;
    margin-top: 30px !important;
    font-size: small !important;
    font-weight: 600 !important;
}


.dataTables_extended_wrapper div.dataTables_paginate {
    float: right !important;
}

.celda-importe {
    text-align: right !important;
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:active, .page-header .page-header-top .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:focus, .page-header .page-header-top .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:hover {
    background: none !important;
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle, .page-header .page-header-top .top-menu .navbar-nav>li.dropdown:active .dropdown-toggle, .page-header .page-header-top .top-menu .navbar-nav>li.dropdown:focus .dropdown-toggle {
    background: none !important;
}

.input-sm-tabla {
    height: 24px !important;
    padding: 2px !important;
}

tr.submenu:hover {
    background-color: #FFF !important;
}
.form-group.form-md-floating-label.form-md-line-input {
    margin-top: 10px;
}

.dataTables_info[role="status"] {
    width: 100% !important;
    float: left !important;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: nowrap !important;
}

.dataTables_paginate {
    width: 100% !important;
    float: right;
    text-align: right;
}
.titulo-noticias{
    margin: 0;
    padding: 7px;
    font-size: 20px;
    text-align: left;

    border-bottom: 1px solid rgba(15,70,100,.12);
    font-weight: 400;
    font-family: helvetica;
}
.titulo-noticias-enlace{
    font-size: 14px;
}
.titulo-noticias-enlace:hover{

    text-decoration: none;
}
.wp-post-image {
    width: 90% !important;
    margin: 0 auto;
    height: auto;
    border-radius: 4px !important;
    /* display:none !important; */
}

.mt-element-overlay .mt-overlay-3:hover .mt-overlay {
    background-color: rgba(183, 185, 185, 0.7) !important;
}

.mt-element-overlay .mt-overlay-3 .mt-overlay {
    background-color: rgba(75,75,75,0.4) !important;
}

.mt-element-overlay .mt-overlay-3 h2 {
    height: 60px !important;
}

.mt-element-overlay .mt-overlay-3:hover .mt-info {
    opacity: 0 !important;
}

.page-header .page-header-menu .hor-menu {
    width: 100% !important;
}

.informacion-entrada {
    color: #BCC2CB;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 18px 15px;
    float: right;
    text-align: right;
}
.informacion-entrada a {
    color: #BCC2CB !important;
}
.informacion-entrada a:hover {
    color: #BCC2CB !important;
}

.portlet>.portlet-title>.tools>a.fullscreen {
    top: -6px !important;
    font-size: 18px !important;
}

.portlet>.portlet-title>.tools>a.config {
    top: -15px !important;
    font-size: 18px !important;
    color: #ACACAC;
    line-height: 16px;
    position: relative;
    margin: 0 10px;
    background: none;
    border: none;
}

.row>h3{
    padding-left: 15px;
    padding-right: 15px;
}

.portlet>.portlet-title>.tools>a.remove {
    color: #525e64 !important;
    background-position-y: -2px;
    height: 21px;
    width: 14px;
    background-size: contain;
}

.sin-ayuda {
    margin-bottom: 0px !important;
}

.form-group.form-md-line-input .form-control.edited:not([readonly])~.form-control-focus:after, .form-group.form-md-line-input .form-control.edited:not([readonly])~label:after, .form-group.form-md-line-input .form-control.focus:not([readonly])~.form-control-focus:after, .form-group.form-md-line-input .form-control.focus:not([readonly])~label:after, .form-group.form-md-line-input .form-control:focus:not([readonly])~.form-control-focus:after, .form-group.form-md-line-input .form-control:focus:not([readonly])~label:after {
    top: 52px !important;
}

.form-group.form-md-line-input .help-block {
    position: inherit !important;
}

.form-group.form-md-line-input .input-group .input-group-btn .btn {
    margin-top: -18px !important;
}


#tabla-encaminamientos .div-boton {
    text-align: center;
    padding: 0px;
    width: 20px !important;
    float: left;
    margin: 0px 10px 0px 0px;
}

#tabla-encaminamientos .col-md-10 {
    text-align: left;
    padding: 0px;
}


.select2-container--bootstrap {
    z-index: 10000;
}
.select2-container{
    z-index:10052
}



.dataTables_extended_wrapper .table.dataTable {
    margin: 0px !important;
}

.form-group.form-md-line-input textarea.edited:not([readonly])~.form-control-focus:after,
.form-group.form-md-line-input textarea.edited:not([readonly])~label:after,
.form-group.form-md-line-input textarea.focus:not([readonly])~.form-control-focus:after,
.form-group.form-md-line-input textarea.focus:not([readonly])~label:after,
.form-group.form-md-line-input textarea:focus:not([readonly])~.form-control-focus:after,
.form-group.form-md-line-input textarea:focus:not([readonly])~label:after{
    visibility: hidden !important;
}

.opcionesUsuario .md-checkbox-list {
    margin: 0px 0;
}
.opcionesUsuario.form-md-checkboxes, .form-md-radios {
    padding-top: 0px;
}
.opcionesUsuario .form-group {
    margin-bottom: 0px;
}


.label-info {
    color: #555 !important;
    background: #fff;
    border: 1px solid #ccc;
    cursor: default;
    padding: 0px 6px 1px;
    font-weight: 400 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.bootstrap-tagsinput {
    width: 100% !important;
}

.bootstrap-tagsinput input {
    width: 150px !important;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 0px !important;
    margin-right: 2px !important;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: text-top;
    font-variant: small-caps;
    font-stretch: expanded;
    position: relative;
    top: 2px;
}

.bootstrap-tagsinput .tag {
    padding-left: 4px;
}

#fichaUsuario .md-checkbox label>.box {

    height: 14px;
    width: 14px;
}

#fichaUsuario .md-checkbox label>.check {

    width: 7px;
    height: 12px;
}
.opcionesUsuario>tbody>tr>td {
    padding: 2px !important;
}

ul.usuario {
    list-style: none;
    padding: 0;
}
li.usuario {
    padding-left: 1.3em;

}
.nombreEmpresaCliente {
    margin-left: -15px;
}
li:before.usuario {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
.help-block-error{

    opacity: 1 !important;
}


.calendar table.month th.month-title {
    font-size: 14px;
    background-color: rgb(44, 143, 201);
    color: white;
    padding-bottom: 0px !important;
}

.calendar table.month th.day-header {
    font-size: 14px;
    background-color: rgb(44, 143, 201);
    color: white;
}

.calendar-header.panel {
    border: none;
}

.calendar .month-container {
    height: 210px !important;
}

.encaminamiento-activo, .encaminamiento-inactivo{
    position: relative;
}

.encaminamiento-activo:after {
    content: "";
    display: inline-block;
    border-left: 30px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #26C281;
    position: absolute;
    top: 0;
    right: 0;
}

.encaminamiento-inactivo:after {
    content: "";
    display: inline-block;
    border-left: 30px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #E35B5A;
    position: absolute;
    top: 0;
    right: 0;
}

.easy-pie-chart .number {
    width: 74px !important;
}


#enlace-ultimo-acceso {
    font-size: small;
    position: absolute;
    right: 269px;
    width: 500px;
    text-align: right;
    color: #337ab7;
    background: transparent;
    text-decoration: underline;
}

.popover{
    max-width: 100% !important;
    z-index: 1000000000000000000000  !important;
}

#boton-menu-servicios {
    color: #949494;
    font-size: 30px;
    margin-top: 1px;
}

#boton-menu-servicios:hover {
    background: none !important;
}

.mt-cookie-consent-bar {
    position: fixed;
    bottom: 0;
    z-index: 10101;
    padding: 10px 25px;
    width: 100%;
    background: rgba(0,0,0,.9);
    color: #fff;
    left: 0;
    right: 0;
}
.mt-cookie-consent-bar .mt-cookie-consent-bar-holder .mt-cookie-consent-bar-content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    margin-top: 8px;
}
.mt-cookie-consent-bar .mt-cookie-consent-bar-holder {
    display: table;
    width: 100%;
}


.mt-element-overlay .mt-overlay-3 h2 {
    display: none;
}

.mt-element-overlay .mt-overlay-3:hover .mt-overlay {
    background-color: transparent !important;
}

.mt-element-overlay .mt-overlay-3:hover .mt-overlay {
    transition: none;
    -webkit-transition: none;
}

.mt-element-overlay .mt-overlay-3 .mt-overlay {
    background-color: rgba(220,220,220,0.7) !important;
}

.mt-element-overlay .mt-overlay-3 .mt-info {
    border: none !important;
}

.alert-info {
    background-color: #1463FF !important;
    border-color: #1463FF !important;
    color: #fff !important;
}

.alert {
    border-radius: 9px !important;
}

.alert-danger {
    background-color: #FF1F4D !important;
    border-color: #FF1F4D !important;
    color: #fff !important;
}

.alert-warning {
    background-color: #F4D03F !important;
    border-color: #F4D03F !important;
    color: #fff !important;
}

.alert-success {
    background-color: #26C281 !important;
    border-color: #26C281 !important;
    color: #fff !important;
}


.mt-overlay-3 img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.mt-overlay-3:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.mt-overlay-3 {
    cursor: pointer !important;
}

.tooltip {
    z-index: 1000000000000000 !important;
}

.page-header .page-header-menu.fixed {
    z-index: 10000000 !important;
}

.mt-element-overlay .mt-overlay-3 img {

    height: 249px;
}


.dataTables_wrapper .dataTables_processing {
    padding-top: 7px !important;
}




/* IDLE TIMEOUT */
.ui-widget-overlay {
    background: #333;
    opacity: .7;
    filter: Alpha(Opacity=70);
}

.ui-dialog {
    min-width: 600px !important;
    font-family: "Open Sans",sans-serif !important;
    color: #333 !important;
}

.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 0!important;
    line-height: 1.42857;
}

.ui-widget-content {
    background: #fff;
    color: #333 !important;
}

.ui-widget-header {
    border: 1px solid #EFEFEF;
    background: #fff;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: "Open Sans",sans-serif !important;
}


.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: -65px !important;
}
body.modal-open {
    overflow: visible;
}


#toast-container > div {
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;;
    filter: alpha(opacity=100) !important;;
}

.feeds li .col2 {
    float: left;
    width: 260px !important;
    margin-left: -260px !important;;
}


.popover.top {
    margin-top: -10px !important;
    /*height: 90px; !important;*/
}

.popover.top a {
    margin: 5px !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu li>a {
    white-space: nowrap;
}

.portlet.calendar .fc-toolbar h2 {
    margin-top: 6px;
    font-size: 20px;
}


.fc-day-grid-event .fc-content {
    white-space: normal !important;
}

.fc-time-grid .fc-slats td {
    height: 4em !important;
}

.fc-event .fc-bg {
    border: 1px solid #000 !important;
}

.modal.fade.in {
    top: 20% !important;
}


.texto-rgpd {
    overflow-y: scroll;
    height: 400px;
}

.aviso-legal.modal.fade.in{
    margin-bottom: 100px;
    top: 5% !important;
}

.aviso-legal .modal-body .tab-content{
    max-height: 600px !important;
    overflow-x: hidden;
}

.aviso-legal .modal-footer .md-checkbox{
    float: left;
}

/*inCRM*/
#ventana-insertar-cita.modal.fade.in {
    top: 5% !important;
}

.menu-dropdown {
    z-index: 9999 !important;
}