/* 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: 9999;
    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-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;
}


/* 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;
}


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

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

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

/*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 {
    background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.box > .portlet-title > .tools > 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;
}

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

.campo-modificado {
    background: moccasin !important;
}

div.tooltip-inner {
    max-width: 350px !important;
}

.checker input, .radio input{
    margin-left: -6px !important;
}


.tabbable-custom.tabbable-full-width > .nav-tabs > li > a {
    font-size: 13px;
}