/*@import url(http://fonts.googleapis.com/css?family=Special+Elite);*/

@font-face {
    font-family: BlissfulThinking;
    src: url("../fonts/BlissfulThinking.otf") format("opentype");
}

/*CHAT*/
@media (max-width:640px){
    #islpronto-widget {
        display: none !important;
    }
}
input:focus, textarea:focus, select:focus, span.select2-selection.select2-selection--single{
    outline: none;
}

select{
    background-color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.top-block{
    font-size:14px;
    text-align: center;
    padding: 5px;
    margin-bottom:10px;
    font-weight:bold;
    position: relative;
    display: block;
    line-height: 22px;
    text-shadow: 0 0 1px #DDD;
    text-decoration:none;
    -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
    -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
    box-shadow: inset 0 0 0 1px #FAFAFA;
    background: -moz-linear-gradient(top,  rgba(30,87,153,0.2) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.2)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e5799', endColorstr='#007db9e8',GradientType=0 );
}

.top-block span{
    clear:both;
}


.top-block:hover{
    text-decoration:none;
}

.notification {
    display: block;
    position: absolute;
    top: -10px;
    right: -5px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white !important;
    text-shadow: 0 1px
        hsla(0, 0%, 0%, 0.25);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px
        hsla(0, 0%, 0%, 0.08), inset 0 1px
        hsla(0, 100%, 100%, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px
        hsla(0, 0%, 0%, 0.08), inset 0 1px
        hsla(0, 100%, 100%, 0.3);
}

.notification {
    border-color: #2FABE9;
    background-color: #67C2EF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
    background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.notification.green {
    border-color: 	#5AAD34;
    background-color: 	#78CD51;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 	hsl(101, 54%, 71%)), color-stop(100%, 	hsl(101, 55%, 56%)));
    background-image: -webkit-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
    background-image: -moz-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
    background-image: -ms-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
    background-image: -o-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
    background-image: linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
}

.notification.yellow {
    border-color: #F4A506;
    background-color: #FABB3D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification.red {
    border-color: #FA5833;
    background-color: #FA603D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

#external-events {
    float: left;
    width: 15%;
    padding: 10px;
    text-align: left;
}
.external-event{
    margin: 5px;
    cursor:move;
}
#calendar {
    float: right;
    width: 80%;
}



.box{
    border: 1px solid #DEDEDE;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    margin-top: 10px;
    margin-bottom: 10px ;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header{
    border:none;
    padding-top:2px;
    border-bottom: 1px solid #DEDEDE;
    border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    height:6px;
    min-height:6px;
    margin-bottom: 0;
    font-weight:bold;
    font-size:16px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.2)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 );

}

.box-header h2{
    font-size:15px;
    width:auto;
    clear:none;
    float:left;
    line-height:25px;
}
.box-header h3{
    font-size:13px;
    width:auto;
    clear:none;
    float:left;
    line-height:25px;
}
.box-header h2 > i{
    margin-top:1px;
}

.box-header.well .label{
    vertical-align: text-top;
    margin: 0 10px;
}

.box-icon{
    float:right;
}
.box-icon a{
    clear:none;
    float:left;
    margin:0 2px;
    height: 18px;
    width:5px;
    margin-top: 2px;
}

.cabecera-icon {
    float:right;
    margin-right:10px;
}

.box-icon a i{
    margin-left:-4px;
    width: auto;
}

.box-content{
    padding:2px 10px;
}

.btn-round{
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    font-size:12px;
    padding-top:4px;
}

ul.dashboard-list li{
    padding: 7px 0;
    list-style:none;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid white;
}

ul.dashboard-list a:hover{
    text-decoration:none;
}

ul.dashboard-list{
    margin:0;
}

ul.dashboard-list li a span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    width: 70px;
    zoom: 1;
}

.dashboard-avatar{
    height: 50px;
    width: 50px;
    padding: 1px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #EBEBEB;
}

#prependedInput,#appendedPrependedInput,#appendedInputButtons,#appendedInputButton{
    width:200px;
}
#appendedInput{
    width:75px;
}
.thumbnail{
    background-color:white;
    z-index:2;
    position:relative;
    margin-bottom:40px !important;
}
.thumbnails > li{
    margin-left:15px;
}
.thumbnail img,.thumbnail > a{
    z-index:2;
    height:100px;
    width:100px;
    position:relative;
    display: block;
}

img.grayscale{
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /*filter: url(desaturate.svg#grayscale);
    filter: gray;
    filter: grayscale(100%); */
}

.thumbnail .gallery-controls{
    position:absolute;
    z-index:1;
    margin-top:-30px;
    height:22px;
    min-height:22px;
    width:80px;
    padding:9px;
}
.thumbnail .gallery-controls p{
    display:block;
    margin:auto;
    width:100%;
}
label div.checker,label div.radio{
    margin-bottom:3px;
}
div.uploader{
    border-radius:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
}
footer{
    clear:both;
}
footer .pull-right{
    float:right;
    margin-right:10px;
}
footer .pull-left{
    float:left;
    margin-left:10px;
}
.docs-input-sizes select, .docs-input-sizes input[type="text"] {
    display: block;
    margin-bottom: 7px;
}

div.center,p.center,img.center{
    margin-left: auto !important;
    margin-right: auto !important;
    float:none !important;
    display: block;
    text-align:center;
}

.stackControls{
    padding:5px;
}

.clear{
    clear:both;
    width:0px;
    height:0px;
}

.sidebar-nav{
    min-height:0;
    box-shadow: 0 0 10px #BDBDBD;
    -webkit-box-shadow: 0 0 10px #BDBDBD;
    -moz-box-shadow: 0 0 10px #BDBDBD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 0;
    padding-bottom:0;
    z-index:100!important;
    padding: 9px 0;
}


.sidebar-nav > ul > li:not(.nav-header){
    margin-right:-2px;
    margin-left:-2px;
}
.brand{
    /*font-family: 'Special Elite', cursive, Arial, serif; */
    font-family: 'BlissfulThinking';
    letter-spacing:0.5px;
    min-width:166px;
    padding-bottom: 0px!important;
    padding-left: 5px!important;
}

.logo_empresa{
    height: auto;
    max-width: 90%;
    margin: 10px auto;
    display: block;
}

img.favicon{
    float:left;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: -15px;
    /*margin-top: 10px;*/
}
@media (max-width:979px){
    img.favicon{
        margin-left: 0px;
    }
}

.navbar .brand{
    margin-left: 0px;
    /*margin-top: 10px;*/
}
@media (max-width:979px){
    .navbar .brand{
        margin-left: 0px;
    }
}
@media (max-width:768px){
    .navbar .brand{
        /*margin-top: 10px;*/
    }
}

.brand span{
    font-size: 15px;
    line-height: 30px;
}

.brand .version{
    font-size: 11px;
}
.brand.nombre {
    font-family: 'Arial';
    font-size: 12px;
    margin-top: 5px;
    text-shadow: none;
}

@media (max-width: 979px){
    .sidebar-nav{
        padding:0;
        margin-bottom:0;
    }
    .theme-text{
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .box-icon{
        display:none;
    }
    .box-header h2{
        font-size:13px !important;
    }
    .box-header h3{
        font-size:11px !important;
    }
    /*Miriam*/
    /*.main-menu-span{
            width:6.2% !important;
            margin-right:4%;
    }*/
}

@media (max-width:979px){

    .navbar .btn-navbar {
        display: block;
        float: left;
        margin-top: 15px;
        margin-bottom: 5px;
        margin-left: 0px;
        clear: both;
    }

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    img.favicon{
        margin-left: 0px;
    }

    input#texto_buscar{
        margin-left: 0px;
    }

    .container-fluid {
        padding: 0;
    }

    #admin-menu .btn:first-child{
        display: inline-block;
        float: left;
        width: auto;
    }
    /*
    #admin-menu .btn i.fa{
        font-size: 2em;
    }*/

}

.span3_etiquetas{
    /* margin-top: 10px;*/
}

@media (min-width:640px) and (max-width:979px){
    .span3_etiquetas{
        width: 50%;
        float: right;
    }
}



.navbar{
    margin-bottom:5px;
}
.navbar-search{
    margin-left:10px;
}
.navbar-inner{
    padding-top:0px;
    padding-bottom:0px;
    border-radius: 0;
}
div.dataTables_length select {
    width: 50px;
}
.dataTables_filter input, .dataTables_length select {
    display: inline-block;
    margin-bottom: 0;
}
ul.ajax-loaders li{
    display:inline-block;
    list-style:none;
    padding:10px;
}
ul.ajax-loaders{
    min-height:80px;
}
.bs-icons li{
    list-style:none;
}
#for-is-ajax{
    padding-left: 12px;
    cursor:pointer;
}
.cursor_mano{
    padding-left: 12px;
    cursor:pointer;
}
.cursor_mano1{
    cursor:pointer;
}
#loading{
    margin-top: 20px;
    width:128px;
    font-weight: bold;
}
#loading div.center{
    margin-top:10px;
    height:15px;
    width:128px;
    background:url(../img/ajax-loaders/ajax-loader-6.gif);
}

.cursiva {
    font-style: italic
}

.box-content .nav-tabs.pestania-ajustar-margen{
    margin-right:0px;
    margin-left: 0px;
}

#inputIcon{
    width:200px;
}
.show-grid [class*="span"] {
    background-color: #EDEDED;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 20px;
    line-height: 20px;
}
.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
    color:black;
}
.show-grid:hover [class*="span"] {
    background: #DEDEDE;
}
.login-header{
    padding:30px;
}

.login-header img{
    max-width: 340px;
    max-height: 200px;
}

.pull-left{
    float:left !important;
}
.pull-right{
    float:right !important;
}
.remember{
    margin-top:3px;
}
.green {
    color: #458746;
}
.red {
    color: #B94846;
}
.blue {
    color: #3986AC;
}
.yellow {
    color: #F99406;
}
.login-box{

}
.login-box .input-prepend{
    margin-bottom: 10px;
}
.login-box .btn{
    margin-top:15px;
    width:100%
}
#LoginForm_usuario, #LoginForm_contraseña{
    margin-top: -1px;
}

div.input-append{
    /*margin-top: -2px;*/
    margin-top: 0px;
}
div.input-prepend{
    /*margin-top: -2px;*/
    margin-top: 0px;
}

.charisma_qr{
    height:136px;
    width:136px;
    border:solid grey 1px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    box-shadow: 0 0 10px #BDBDBD;
    -webkit-box-shadow: 0 0 10px #BDBDBD;
    -moz-box-shadow: 0 0 10px #BDBDBD;
}
.box-content.buttons{
    min-height:297px;
}

.errorMessage {
    color: red;
}
.grid-view .button-column a, .grid .button-column a{
    margin: 0 2px;
}
.grid-view .button-column, .grid .button-column {
    width: 60px;
    text-align: center;
}
.grid-view th, .grid-view th a, th.button-column  {
    color: inherit;
    cursor: default
}

.dataTables_filter {
    float:right;
    height: 50px;
}
.dataTables_filter label input {
    border-radius: 3px;
}
.dataTables_length label select{
    height: 28px;
    border-radius: 3px;
}
.modal {
    width: auto
}

.btn-cancel, .btn-ok{
    padding: 4px 10px 4px;
    margin-bottom: 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

.btn-cancel {
    background: url(../img/cancel.png) no-repeat center center #d41e24;
}
.btn-ok {
    background: url(../img/ok.png) no-repeat center center #7bb33d;
}
.btn-azul{
    color:#369BD7;
}
.btn-azulo{
    color:#0066A4;
    box-shadow: 5px 5px 3px #888888;
}
.btn-verde{
    color:#669533;
}
.ui-dialog {
    max-width: 90%;
    background-color: white;
}

tr.filters td input {
    width: 85%!important;
    padding: 0px;
}
.btn-rojo{
    padding: 4px 10px 4px;
    margin-bottom: 0;
    border: 1px solid #c71c22;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 10px;
    width: 30px;
    height: 26px;
    background-color:#c71c22 !important;
    background-image:-webkit-linear-gradient(top, #c71c22, #c71c22);
    text-align: center;
}
.sombra_rojo{
    border: thin solid #c71c22 !important;

}
.sombra_azul{
    border: thin solid #369BD7 !important;

}


#popup {
    display:none;
    overflow:auto;
}
.bordeado{
    position:fixed;
    border:thin solid #ddd;
    border-radius: 5px;
    left:25%;
    top:25%;
    width:50%;
    height:auto;
    display:none;
    z-index:9999;
    padding:20px;
    background-color:#ffffff;
    box-shadow: 4px 4px 8px 1px #ccc;
}
.botonCerrar{
    position:absolute;
    right:20px;
    top:10px;
    color:red;
}
.botonCerrar:hover{
    color:red;
    font-weight:bold;
}
div .row-fluid .bloques-clientes, div .row-fluid #otra_informacion{
    margin-top:15px;
}

#otra_informacion {
    margin-top: 0px;
    margin-bottom:15px;
}

span.incidencia{
    border:thin solid #369BD7;
    /*background-color:yellow;*/
    padding:3px;
    color:red;
}
span.fecha{
    color:#369BD7;
}
.verde{
    color:green !important;
}
.rojo{
    color:red !important;
}
.numeros{
    text-align:right;
    padding-right:5px;
}
.derecha{
    text-align:right !important;
    padding-right:10px;
}

.menu-horizontal {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-right: 6px
}
.menu-horizontal .btn {
    float: right;
    padding: 4px;
    margin: 4px
}

select, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color:#555555;
    display:inline-block;
    font-size: 13px;
    height:28px;
    line-height:10px!important;
    margin-bottom:-1px;
    border-radius: 0;
    padding-left: 8px;
}

input[type="file"]{
    padding-left: 0px;
}

input[type="button"], input[type="submit"]{
    height: 22px;
}

input[type="button"].btn-browse{
    height: 33px;
}

.grid-view input[type="text"],.grid-view select {
    height:21px;
}
.breadcrumb {
    margin-bottom:2px;
    padding:4px 14px;
    display:none;
}


html,
body {
    margin: 0;
    padding:0;
    height:95%;
    font-size:13px;
    line-height:16px;
    padding-bottom: 40px;
}

#wrapper {
    min-height:100%;
    position:relative;
    overflow:auto;
}
#page-content {
    padding-bottom:60px;   /* Height of the footer element */
}
#footer {
    background: white;
    width:100%;
    height:40px;
    position:fixed;
    bottom:0;
    left:0;
    box-shadow: 0 -1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    z-index: 999;
}

#footer img{
    vertical-align: bottom;
    margin-right:3px;
    width:auto;
    height:auto;
    margin-top:0px
}

.grid-view {
    padding:0;
}

.box{
    float: left;
    margin: 0px 5px 5px 0px;
    margin-top: 0;
}
.box-header{
    height:15px;
    margin-bottom:4px;
    overflow: hidden
}
.box-header h2{
    margin-top:5px;
    color: #555555;
}
.table-condensed th, .table-condensed td {
    padding: 2px 5px;
}

@media (min-width: 980px) {
    .input-prepend .add-on, .input-append .add-on {
        height:14px;
        line-height:12px;
        margin-top: 0px;
        margin-left: -5px;
    }
}

@media (max-width: 979px) {
    .input-prepend .add-on, .input-append .add-on {
        height:20px;
    }
}


.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -5px;
    margin-top: 1px;
    width: 25%;
    padding: 4px 0;
    min-height: 18px;
    line-height: 18px;
    border-color: #dddddd;
}

#eventos-form .add-on {
    margin-top:0px;
    height: 18px;
    line-height: 18px;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    min-height: 24px;
}


.btn-primary{
    text-decoration: blink;
}

.btn-primary:hover{
    color:white!important
}

.btn-wizard{
    float: right;
}
.btn-wizard-guardar{
    padding-bottom: 20px;
    margin-top: 19px;
    margin-bottom: 10px;
}

label, input, button, select {
    line-height: 11px;
}

textarea {
    border-radius: 0;
    line-height: 14px;
    resize: none;
}

label {
    display: inline-block!important;
    vertical-align: sub!important;
    float: none!important;
    max-height: 20px;
}

label.label_initial{
    vertical-align: initial!important;
}

input {
    display: inline-block!important;
}

.table th, .table td {
    vertical-align: middle;
    text-align: left;
}

.table th a:hover {
    text-decoration: none;
    color: #555555;
}

.cleditorMain {
    border: 1px solid #ccc!important;
    border-radius: 3px;
}

.grid-view .table thead {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=3 );
}
.grid-view .table thead tr.filters{
    background: #f3f3f3;
}

/* paginacion */

#paginas_id {
    border-radius: 3px;
}

.pagination {
    float: right;
}

.pagination li.hidden a{
    color: #999999;
    background-color: transparent;
    cursor: default!important;
    visibility: visible;
}

.pagination li.selected a {
    color: #999999;
    background-color: #f0f0f0;
    border-color: #dddddd;
    cursor: default;
}

/* iconos fontawesome */
i.fa {
    color: #555;
    margin: 0 3px;
    text-align: center;
}

.brand i.fa, .main-menu i.fa {
    font-size: 14px;
}
/*Miriam*/
.btn i.fa, .grid-view i.fa {
    vertical-align: middle;
    font-size: 14px;
    /*font-size: 2em;*/
}

.navbar .btn i.fa {
    vertical-align: baseline
}

/* submenu dropdown acordeon */
ul.nivel2, ul.nivel2A ,ul.nivel2B,ul.nivel2C,ul.nivel2D,ul.nivel2E,ul.nivel2F,ul.nivel2G{
    display: none;
    list-style: none;
    margin: 10px;
    padding: 0;
}

.dropdown-menu{
    min-width: 98%;
    /*max-width: 98%;*/
}

#menu-principal .dropdown-menu span{
    white-space: normal
}

.dropdown-menu li a:hover > i,
.nivel1.active a i,
.nivel1A.active a i,
.nivel1B.active a i,
.nivel1C.active a i,
.nivel1D.active a i,
.nivel1E.active a i,
.nivel1F.active a i,
.nivel1G.active a i,
.nivel1H.active a i,
.expan.active a i{
    color: white;
}

.sin_label{
    margin-top: 15px;
}
a{
    cursor:pointer;
}

.grid-view.dbl tr{
    cursor:pointer;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #dfe5e8;
}
.sinfondo tbody tr:hover td,.sinfondo tbody tr:hover th{
    background-color: #fff !important;
}

.loader{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-buscar {
    background-color:#c5c02c;
    background-image:-webkit-linear-gradient(top, #bbba3f, #a1a839);
    background-repeat:repeat-x;
    border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);
}

.spanautor{
    color:#296a31;
    font-weight: bold;
    width:100px;
}

.nota_autor{
    color:#296a31;
    font-weight: bold;
    margin-left: 15px;
}

.progress {
    margin-bottom: 2px;

}
.cleditorMain iframe {
    width: 100% !important
}
.ytContratosmadre_facturacion_conjunta{
    margin-left:50px;
}

#Contratosmadre_facturacion_conjunta div.radio {
    /*margin-left:20%;*/
}
.negrita{
    font-weight: bold;
}

div.radio input {
    height:25px !important;
    width:35px !important;
}

input[type="text"].negrita, .uneditable-input {
    font-size: 16px;
}

.cke_contents{
    height:400px !important;
}
input.campos_acciones{
    font-weight: bold;
}


.main-menu-span li[class*="main"] i {
    float:right
}
.main-menu-span li[class*="child"] {
    display:none
}
.main-menu-span li.activo {
    display:block
}

#cargando{
    position: absolute;
    /*nos posicionamos en el centro del navegador*/
    top:50%;
    left:50%;
    /*determinamos una anchura*/
    width:400px;
    height: 700px;
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    margin-left:-200px;
    /*determinamos una altura*/
    height:300px;
    /*indicamos que el margen superior, es la mitad de la altura*/
    margin-top:-150px;
    border:1px solid #ddd;
    background-color: #fff;
    padding:5px;
}
.inputoculto{
    margin-top: 1px;
    border: none !important;
    background-color:transparent;
}

.grid-rojo {
    border: thin solid #CE0D0D;
}

.grid-verde {
    border: thin solid green;
}
.centrado{
    margin:0 auto !important;
    float:none !important;
}
.btn-atajo{
    background-color:#298A08;
    background-image:-webkit-linear-gradient(top, #80BB3F, #73A839);
    background-repeat:repeat-x;
    border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);

}

span.campo_desactivado{
    border: 1px solid #ccc;
    padding: 4px;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
    display: block;
    cursor: not-allowed;
    background-color: #f5f5f5;
    border-color: #ddd;
    min-height: 18px;
}

span.campo_desactivado_mano{
    border: 1px solid #ccc;
    padding: 4px;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
    display: block;
    cursor: pointer;
    background-color: #f5f5f5;
    border-color: #ddd;
    min-height: 18px;
}

.prefijo{
    border: 1px solid #ccc;
    padding: 3px;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
    display: block;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.tabla-roja{
    box-shadow: 2px 2px 6px red;
}

.tabla-verde{
    box-shadow: 2px 2px 6px green;
}

.table-striped thead tr th:first-letter {
    text-transform: uppercase;
}
.table-striped tfoot {
    background: #f0f0f0;
}
.table-striped tfoot td {
    text-align: center;
}

#equipos-ap-grid {
    color: #555;
    font-size: 12px;
}


#equipos-ap-grid .pagination ul li a {
    color: #369bd7
}
#equipos-ap-grid .disabled a {
    color: #999999!important
}

#flot_tooltip{
    position: absolute;
    display : none;
    z-index : 999;
    border  : 1px solid #888;
    padding : 4px;
    opacity : 0.90;
    background-color: #ddd;
    border-radius : 3px;
}

.flot_tooltip{
    position: absolute;
    display : none;
    z-index : 999;
    border  : 1px solid #888;
    padding : 4px;
    opacity : 0.90;
    background-color: #ddd;
    border-radius : 3px;
}

.btn-warning i.fa, .btn-success i.fa, .btn-info i.fa{
    color: white;
}

.mostrar {
    display:block!important
}
.ocultar {
    display:none!important
}


span#Clientes_tipocuenta div {
    float:left;
}
span#Clientes_tipocuenta label {
    margin-right: 20px;
}

.imprimir_texto{
    font-size: 10px;
}
.btn-primary{
    background-color:#21610B !important;
    color:#fff;
    background-image:-webkit-linear-gradient(top, #21610B, #21610B);
    z-index: 100;
}
.btn-primary2{
    background-color:#368BD7 !important;
    background-image:-webkit-linear-gradient(top, #369BD7, #3673D7);
    background-repeat:repeat-x;
    border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);
}

.ui-dialog-buttonset button{
    font-family:'FontAwesome','Verdana'!important;
    align-items:flex-start;
    background-color:#817b58;
    background-repeat:repeat-x;
    border-bottom-color:#817b58;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-image-outset:0px;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left-color:#817b58;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#817b58;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#817b58;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-top-style:solid;
    border-top-width:1px;
    /*box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, #817b58 0px 1px 2px 0px;*/
    box-sizing:border-box;
    color:rgb(255, 255, 255);
    cursor:pointer;
    display:inline-block;
    filter:none;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:13px;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:29px;
    letter-spacing:normal;
    line-height:16px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    padding-bottom:5px;
    padding-left:9px;
    padding-right:9px;
    padding-top:5px;
    text-align:center;
    text-indent:0px;
    text-rendering:auto;
    text-shadow:none;
    text-transform:none;
    vertical-align:middle;
    width:100px;
    word-spacing:0px;
    writing-mode:horizontal-tb;
    -webkit-appearance:none;
}

.botones_abajo{
    margin-right:10px;
}

#botones_calendario{
    left:0px;
    position:absolute;
}
#botones_calendario .btn_calendario{
    margin: 6px 10px 10px 10px;
    height: 30px;
    text-shadow: none;
}

#botones_calendario :hover{
    color:white
}

#botones_vistas{
    left:0px;
    position:absolute;
}

#botones_vistas .btn_vistas{
    margin: 6px 10px 10px 10px;
    height: 30px;
    text-shadow: none;
}


.texto_sms_llamadas{
    height:28px !important;
    text-align:center !important;
}

.progress-label {
    height: 200px;
    color: #444;
    position: absolute;
    left: 40%;
    top: 12px;
    font-size: 1.2em;
    font-weight: bold;
}
.progress-bar{
    border:thin solid #aaa;

}

/****************************Vista clientes/_busqueda_municipio.php********************************/
#contenido_busqueda_municipio h4{
    margin-bottom: 20px;
}

#contenido_busqueda_municipio label{
    font-weight: bold;
    color:#555;
}

#contenido_combo_municipios{
    margin-top: 20px;
}

/* Botón propio
-------------------------------------------------- */

/* Redefine los estilos de .btn */
.btn-propio-blanco,
.btn-propio-blanco::hover{
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.btn-propio-blanco.active {
    color: rgba(255, 255, 255, 0.75);
}

/* Aplicar gradientes de colores*/
.btn-propio-blanco {
    background-repeat: repeat-x;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee', GradientType=0 );
}

/* Estilos del estado :hover del botón*/
.btn-propio-blanco:hover,
.btn-info:active{
    background-color: #e6e6e6;
}

.altowell{
    height: 100px;
}

.estilo-boton-para-radius {
    display: inline-block;
    width: 200px;
    height: 80px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-radius: 5px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
}

.estilo-boton-para-radius-border:hover,
.estilo-boton-para-radius-border:active {
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.estilo-boton-para-cron {
    display: inline-block;
    width: 100px;
    height: 80px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-radius: 5px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
}

.estilo-boton-para-cron-border:hover,
.estilo-boton-para-cron-border:active {
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.estilo-boton-para-menu-interno-solo {
    clear: right;
    display: inline-block;
    width: 60px;
    height: 55px;
    padding: 5px;
    margin-right: -6px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-color: grey!important;
    border-style: outset;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-width: thin;
    margin-bottom: 10px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
}

.estilo-boton-para-menu-interno-solo[disabled] {
    opacity: 0.2;
}

.estilo-boton-para-menu-interno-solo:hover,
.estilo-boton-para-menu-interno-solo:active {
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.estilo-boton-para-menu-interno {
    clear: right;
    display: inline-block;
    width: 95px;
    height: 55px;
    padding: 5px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-color: grey!important;
    border-style: outset;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-width: thin;
    margin-bottom: 10px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
}

.estilo-boton-para-menu-interno[disabled] {
    opacity: 0.2;
}

.estilo-boton-para-menu-interno:hover,
.estilo-boton-para-menu-interno:active {
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.contenedor-de-botones {
    display: block;
    margin: 5vh auto;
    position: relative;
    width: 60vw;
    height: auto;
    padding: 5vh 5vw;
}

.estilo-boton-para-novato {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 25vh;
    height: 20vh;
    display: block;
    position: relative;
    margin: 10vh auto;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

a.estilo-boton-para-novato,span.estilo-boton-para-novato {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 5em;
}

a.estilo-boton-para-novato i,span.estilo-boton-para-novato i {
    margin-bottom: 3vh;
    margin-top: 1vh;
    display: block;
    clear: right;
}

.titulo-pagina-novatos {
    line-height: 10vh;
    text-align: center;
    font-size: 5em;
    border-bottom: 1px solid grey;
}

@media (max-width: 979px){
    .estilo-boton-para-novato {
        margin: 1vh auto;
    }
}

.estilo-boton-jornada {
    max-height: 20vh;
    height: 15vh;
    display: block;
    position: relative;
    margin: 5vh auto;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

button.estilo-boton-jornada {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 2vh;
}

button.estilo-boton-jornada i {
    margin-bottom: 3vh;
    margin-top: 1vh;
    clear: right;
    display: block;
    font-size: 32px;
}

@media (max-width: 979px){
    .estilo-boton-jornada {
        margin: 1vh auto;
    }
}

.estilo-boton-presencia {
    overflow: hidden;
    max-height: 20vh; /*25vh */
    height: 15vh; /*20vh;*/
    display: block;
    position: relative;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.estilo-boton-presencia-flujos {
    overflow: hidden;
    max-height: 11vh;
    height: 55px;
    display: block;
    position: relative;
    border-radius: 5px;
}

.estilo-boton-tpv {
    max-height: 11vh; /*25vh */
    display: block;
    position: relative;
}

.estilo-boton-presencia-flujos-desplazamiento {
    margin-bottom: 1vh;
    margin-top: 1vh;
    border: none;
    width: 50px
}

button.estilo-boton-presencia {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 1.5vh;
}

button.estilo-boton-presencia-flujos {
    text-decoration: none;
    display: block;
    text-align: center;
}

button.estilo-boton-presencia-tpv {
    text-decoration: none;
    display: block;
    text-align: center;
}

button.estilo-boton-presencia i {
    margin-bottom: 3vh;
    margin-top: 1vh;
    clear: right;
    display: block;
    font-size: 32px;
}

button.estilo-boton-presencia-flujos i {
    margin-bottom: 1vh;
    margin-top: 1vh;
    clear: right;
    display: block;
}

#ispresencias-scroll-horizontal {
    overflow: auto;
    white-space: nowrap;
}

#ispresencias-scroll-horizontal button {
    display: inline-block;
    *display:inline;/* For IE7*/
    *zoom:1;/* For IE7*/
}

#slider_fotografias_tpv {
    overflow: hidden;
    white-space: nowrap;
}

#slider_fotografias_tpv button {
    display: inline-block;
    *display:inline;/* For IE7*/
    *zoom:1;/* For IE7*/
}

@media (max-width: 979px) {
    .estilo-boton-presencia {
        margin: 1vh auto;
    }
}

.boton-control-asistencia[disabled] {
    opacity: 0.2;
}

.reloj_asistencia {
    float: left;
    font-size: 5vh;
    color: #363431;
}

.asistencia_trabajado_hoy {
    font-size: 2vh;
    color: #363431;
}

.estilo-boton-para-menu-interno-inline {
    display: inline-block;
    width: 230px;
    /*height: 55px;*/
    padding: 8px;
    /*margin-right: -6px;*/
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-color: grey!important;
    border-style: outset;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-width: thin;
    margin-bottom: 10px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
    color: black;
}

.estilo-boton-para-menu-interno-inline[disabled] {
    opacity: 0.2;
}

.estilo-boton-para-menu-interno-inline:hover,
.estilo-boton-para-menu-interno-inline:active {
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.estilo-boton-para-menu-interno-guardar {
    display: inline-block;
    /*width: 60px;*/
    /*height: 55px;*/
    padding: 8px;
    /*margin-right: -6px;*/
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-color: green!important;
    border-style: outset;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-width: thin;
    margin-bottom: 10px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
}

.estilo-boton-para-menu-interno-guardar[disabled] {
    opacity: 0.2;
}

.estilo-boton-para-menu-interno-guardar:hover,
.estilo-boton-para-menu-interno-guardar:active {
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.estilo-boton-para-menu-interno-crear {
    display: inline-block;
    /*width: 60px;*/
    /*height: 55px;*/
    padding: 8px;
    margin-right: -6px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-color: green!important;
    border-style: outset;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-width: thin;
    margin-bottom: 10px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
}

.estilo-boton-para-menu-interno-crear[disabled] {
    opacity: 0.2;
}

.estilo-boton-para-menu-interno-crear:hover,
.estilo-boton-para-menu-interno-crear:active {
    text-decoration: none;
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.estilo-boton-para-menu-interno-otros {
    display: inline-block;
    /*width: 60px;*/
    /*height: 55px;*/
    padding: 8px;
    margin-right: -6px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-color: grey!important;
    border-style: outset;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-width: thin;
    margin-bottom: 10px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
}

.estilo-boton-para-menu-interno-otros[disabled] {
    opacity: 0.2;
}

.estilo-boton-para-menu-interno-otros:hover,
.estilo-boton-para-menu-interno-otros:active {
    text-decoration: none;
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.botonera button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.botonera button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.botonera input:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.botonera input:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.botonera a:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.botonera a:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.botonera a {
    line-height: 11px;
}

.estilo-boton-para-menu-general {
    float: right;
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 8px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: #fdfdfd;
    border-color: grey!important;
    border-style: solid;
    border-width: thin;
    margin-bottom: 10px;
    transition: background-color 0.1s ease-out,
        color 0.1s ease-out;
    overflow: hidden;
}

.estilo-boton-para-menu-general i {
    display: block;
    clear: right;
}

.estilo-boton-para-menu-general[disabled] {
    opacity: 0.2;
}

.estilo-boton-para-menu-general:hover,
.estilo-boton-para-menu-general:active {
    background-color: #ededed;
    /*color: #FFF!important;
    border: 3px solid #fff!important;*/
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.menu-horizontal li:first-child button{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu-horizontal li:last-child button{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#div_botones .row-fluid [class*="span"] {
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
}

#color-log{
    color: #2fa4e7!important;
    border: 3px solid #2fa4e7!important;
}

#color-baja{
    color: #dd5600!important;
    border: 3px solid #dd5600!important;
}

#color-cliente{
    color: #73a839!important;
    border: 3px solid #73a839!important;
}

#color-baja-programar{
    color: #dd5600!important;
    border: 3px solid #dd5600!important;
}

#color-anular-baja-programada{
    color: #dd5600!important;
    border: 3px solid #dd5600!important;
}

#color-reactivar-alta{
    color: #7bb33d!important;
    border: 3px solid #7bb33d!important;
}

#color-tarifa{
    color: #7bb33d!important;
    border: 3px solid #7bb33d!important;
}

.color-cerrar-sesion{
    color: #c71c22!important;
    border: 3px solid #c71c22!important;
}

#color-reboot{
    color: #033c73!important;
    border: 3px solid #033c73!important;
}

#color-log.estilo-boton-para-radius-border .blanco{
    color: #2fa4e7!important;
}

#color-baja.estilo-boton-para-radius-border .blanco{
    color: #dd5600!important;
}
.color-baja.estilo-boton-para-radius-border .blanco{
    color: #dd5600!important;
}

#color-cliente.estilo-boton-para-radius-border .blanco{
    color: #73a839!important;
}

#color-baja-programar.estilo-boton-para-radius-border .blanco{
    color: #dd5600!important;
}

#color-anular-baja-programada.estilo-boton-para-radius-border .blanco{
    color: #dd5600!important;
}

#color-reactivar-alta.estilo-boton-para-radius-border .blanco{
    color: #7bb33d!important;
}

#color-tarifa.estilo-boton-para-radius-border .blanco{
    color: #7bb33d!important;
}

.color-cerrar-sesion.estilo-boton-para-radius-border .blanco{
    color: #c71c22!important;
}

#color-cerrar-sesion.estilo-boton-para-radius-border .blanco{
    color: #c71c22!important;
}

#color-reboot.estilo-boton-para-radius-border .blanco{
    color: #033c73!important;
}

#color-log.estilo-boton-para-cron-border .blanco{
    color: #2fa4e7!important;
}

#color-baja.estilo-boton-para-cron-border .blanco{
    color: #dd5600!important;
}

#color-cliente.estilo-boton-para-cron-border .blanco{
    color: #73a839!important;
}

#color-baja-programar.estilo-boton-para-cron-border .blanco{
    color: #dd5600!important;
}

#color-anular-baja-programada.estilo-boton-para-cron-border .blanco{
    color: #dd5600!important;
}

#color-reactivar-alta.estilo-boton-para-cron-border .blanco{
    color: #7bb33d!important;
}

#color-tarifa.estilo-boton-para-cron-border .blanco{
    color: #7bb33d!important;
}

#color-cerrar-sesion.estilo-boton-para-cron-border .blanco{
    color: #c71c22!important;
}

#color-cerrar-sesion{
    color: #c71c22!important;
    border: 3px solid #c71c22!important;
}

#color-reboot.estilo-boton-para-cron-border .blanco{
    color: #033c73!important;
}

#div_botones .well{
    min-height: 225px;
}

@media(max-width:768px){
    div#seleccion-idioma{
        margin-top: 10px;
        /*margin-bottom: 8px;*/
    }
}

#seleccion-idioma .btn{
    padding: 4px 0px 5px;
}
@media(max-width:768px){
    #seleccion-idioma .btn{
        padding: 2px 0px 0px;
    }
}

#bandera-principal{
    width: 38%;
    padding: 9px;
}

.banderas{
    padding: 2px 8px;
    color: #555;
    cursor: pointer;
    float: left;
    width: 94%;

}

.banderas:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #369bd7;
}

.banderas img{
    width: 50px;
    margin-right: 2px;
    float:left;
}

.banderas span{
    float:left;
    line-height: 33px;
    margin-left: 10px;
}
#ui-datepicker-div{
    z-index:2000 !important;
}

/* PANEL CLIENTES */
.menu-desplegable-clientes{
    border: 0;
    color: #555;
    background: #d6d9d5;
    box-shadow: none!important;
    text-shadow: none;
    border-left: 1px solid #b6b5b5;
    border-right: 1px solid #b6b5b5;
    border-radius: 0!important;
    height: 32px;
    line-height: 32px!important;
    overflow: hidden!important;
}

.menu-desplegable-clientes .caret {
    opacity: 0.8;
    border-top-color: #555;
    vertical-align: text-top;
}

#seleccion-idioma.btn-group.open .menu-desplegable-clientes.btn.dropdown-toggle, .menu-desplegable-clientes:hover {
    background-color: #a8a8a8!important;
    background-image: -webkit-linear-gradient(top, #a8a8a8, #a8a8a8);
    ;
    color: white!important;
}

.dropdown-menu-desplegable-clientes .banderas:hover{
    color: #555;
    text-decoration: none;
    background-color: #DDD;
}

.bandera-tabla{
    width: 16%;
    margin-right: 2px;
    vertical-align: top;
    text-align: center;
}

.centrar-tabla.grid-view table td, .centrar-tabla.grid-view table th{
    text-align: center;
}

div.search-form {
    background: #fff !important;
}

.div-destacado-marron{
    background-color: #edebe1;
    border-color: #e0d9cb;
    color: #817b58;
    padding: 5px 10px;
}

.div-destacado-marron span{
    vertical-align: sub;
    margin-left: 2px;
}

label[for=Contratosmadre_codigo]{
    color: #2fa4e7;
    font-size: 13px;
}

#Contratosmadre_codigo{
    border: 1px solid #2fa4e7;
    font-size: 13px;
    text-align: right;
}

.editar{
    cursor: pointer;
}

.margen-superior{
    margin-top: 20px !Important;
}

.sin-margen-inferior{
    margin-bottom: 0px !Important;
}

.sin-margen-superior{
    margin-top: 0px !Important;
}

.editarSpan{
    margin-left: 7px;
    vertical-align: -webkit-baseline-middle;
}

.box-content #facturacion-flujos .nav-tabs{
    margin-right:0px;
    margin-left:0px;
    margin-top: 5px;
}

#flujos-form hr{
    margin: 0px;
}

#flujos-form2{
    margin: 0 0 9px;
}

.insertar_eliminar.btn-small{
    padding: 4px 9px;
}

.imagen-logo{
    cursor: pointer;
}


#flujo-notas-1.table-responsive, #flujo-notas-2.table-responsive{
    overflow-x: initial !important;
}

.oculto{
    display:none;
}
.btn-flecha{
    width:45px !important;
    height:30px !important;
    text-align: center;
}

.sexagesimal{
    width: 18%;
}

.sexagesimalsec{
    width: 24%;
}

.texto-alineado{
    text-align: right;
}
@media(max-width:768px){
    .texto-alineado{
        text-align: left;
    }
}



@media(max-width:768px){
    #latitud_grados, #longitud_grados{
        margin-left: 0px;
    }
}


@media(max-width:768px){
    #latitud_decimal{
        margin-left: 0px;
    }
}

#datos_instalacion_div legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
    font-size: 19.5px;
    line-height: 7px;
    color: #555555;
    border: 0;
    border-bottom: 0px;
}

.centrar{
    text-align: center;
}


.anual td{
    height:10px !important;
}

.tab-content #importacion_cdr table{
    table-layout: fixed;
    word-wrap: break-word;
}

.tab-content #importacion_cdr table .input_importacion_operador{
    height: 100%;
    /*width:auto;*/
    font-size:14px;
    background-color:lightgoldenrodyellow;
    line-height:10px !important;
    margin-bottom:-1px;
    border-radius:0;
    padding: 0px;
    border: 0px;
}

.tab-content #importacion_cdr table .input_importacion_operador.disabled_input_operador{
    background-color: #d6d0bc;
}


.tab-content #importacion_cdr table .td_importacion_operador{
    padding:0px;
    margin:0px;
    line-height:10px;
    height: 100%;
    /*white-space: nowrap;
    width: 7%;*/
}

.tab-content #importacion_cdr table .centrar{
    text-align: center;
}


.tab-content #importacion_cdr .table-striped tbody tr:nth-child(odd) td.especial, .tab-content #importacion_cdr .table-striped tbody tr:nth-child(odd) th.especial {
    background-color: antiquewhite;
}


.tab-content #importacion_cdr table#campos_importacion_cdr thead th, .tab-content #importacion_cdr table#campos_importacion_cdr td input{
    text-align: center;
}

.tab-content #importacion_cdr table#campos_importacion_cdr thead th, .tab-content #importacion_cdr table#campos_importacion_cdr td select{
    text-align: center;
}

#llamadas-tab .dataTables_filter{
    margin-top: 10px;
}

/*=========================== ESTILO PANEL CLIENTES TICKET ============================*/


.sky-form #estilo_especial .input, .sky-form  #estilo_especial .select, .sky-form #estilo_especial .textarea, .sky-form #estilo_especial .radio, .sky-form #estilo_especial .checkbox, .sky-form #estilo_especial .toggle, .sky-form #estilo_especial .button {
    position: relative;
    display: block !important;
}


#estilo_especial h3 {
    border-bottom: 1px solid #00B2D2;
    color: #00B2D2;
    /*margin-left: -14px;*/
    margin-bottom: 20px;
}

#estilo_especial label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
}

#estilo_especial label.select {
    margin-bottom: 0px;
}


#estilo_especial  input,
#estilo_especial  select   {
    border: none;
    border-bottom: 1px solid #aaa;
    color: #777;
    background:  transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#estilo_especial  input:focus,
#estilo_especial  select:focus{
    color: #5d5d5d;
    box-shadow: none;
    border-bottom: 1px solid #5d5d5d;
    background: #fdfdfd;
    outline: none;
}

.dialogelfinder {
    z-index: 20000;
}

/* Oculetr la barra de navegación del ezzelfinder*/
#facturacion-flujos  .elfinder-navbar {
    display: none !important;
}

#documentacion-tab .elfinder-navbar {
    display: block !important;
}

/* Simular file en flujos*/
.fileinput input[type="text"]{
    height:18px;
    line-height:18px!important;
}

/* Para quitar el margen inferior al form*/
.sin-margen-inferior_form form{
    margin: 0!important;
}

/*Cursor pointer en las columnas de los listados*/
#columnasorder1 li:hover{
    cursor: pointer;
}

.columnasorder2 li:hover{
    cursor: pointer;
}

#columnasorder3 li:hover{
    cursor: pointer;
}

.columnasorder2 {
    overflow: scroll;
    height: 200px;
}

#columnas_vistas_1, #columnas_vistas_2 {
    overflow: scroll;
    height: 200px;
}

/*Para que muestre en las tablas donde se puede ordenar las flechita para arriba y abajo*/
.sortable td:hover, .sortable2 td:hover, .sortable3 td:hover, [class*="sortable"]:hover {
    cursor: row-resize;
}

/*Para que el editor css en las Plantillas ocupe todo el ancho que pueda*/
#cssEditable iframe{
    width: 100%;
}

/*Para que el chosen que se desplegue sea hacia arriba, .chosen-up es una clase que abarca al select que lo contiene*/
.chosen-up .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 25px;
}

/*Estilo para los titulos de los campos a mostrar en los tipos de flujos*/
.titulo-compos-mostrar-auxpeticiones{
    text-align: center!important;
    font-weight: bold;
    color: #2fa4e7;
    font-size: 15px;
}


/*Altura mínimina en en los campos input, select, textarea, etc...*/
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    min-height: 24px;
}

/*Menos margen en los  hr de la parte de contratar, solo en el create*/
#altaContrato hr{
    margin: 14px 0;
}

/* Estilo botón inizializar Buckup en empresa*/
#btn_initialize{
    color: #7bb33d!important;
    border: 3px solid #7bb33d!important;
}

#btn_initialize.estilo-boton-para-radius-border .blanco {
    color: #7bb33d!important;
}

/*Estilo accordion desplegado en empresa, pestaña ticket/flujos*/
.avisoEmailTelegram  .ui-state-default, .avisoEmailTelegram .ui-widget-content .ui-state-default, .avisoEmailTelegram .ui-widget-header .ui-state-default {
    background-color: #eee;
}

hr.doble_linea {
    border-top: 3px double #8c8b8b;
    margin-top: 25px;
}

#correo-grid{
    margin-top: 15px;
}

a.adjunto{
    text-overflow: ellipsis!important;
    display: block;
    background: lightgrey;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    padding: 2px 4px;
    font-size: 11px;
    float: left;
    margin-right: 2px;
    max-width: 100%;
    text-shadow: none;
    text-decoration: none;
}
a.adjunto:hover {
    color: black;
    background: white;
}

a.adjunto.mini{
    max-width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

tr.group_datatables,
tr.group_datatables:hover {
    background-color: #ddd !important;
    font-weight: bold;
}

/*Estilo radioButton en la vista _callejero_cobertura carpeta callejero*/
div.form  #radioButtonCallejero label {
    margin-right: 18px;
}
.pre_sin_estilo{
    background-color: transparent;
    border:0;
    font-weight: normal;
}
/*Estilo para los acordeones de la pantalla de tickets */
#avisos_accord .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#avisos_accord .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #7D5DC0;
    border-bottom-color: #7D5DC0;
}
#cuerpo_personalizar .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#cuerpo_personalizar .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #5CA69B;
    border-bottom-color: #5CA69B;
}
#eventos_asociados .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#eventos_asociados .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #317463;
    border-bottom-color: #317463;
}
#control_ticket .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#control_ticket .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #877B72;
    border-bottom-color: #877B72;
}
#historial .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#historial .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #8CB954;
    border-bottom-color: #8CB954;
}
div#tickets_asociados{
    width: 95%;
    height: 95%;
}
#tickets_asociados .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    size: auto;
    text-align: left;
}
#tickets_asociados .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #5CA69B !important;
    border-bottom-color: #5CA69B !important;
}
div#flujos_asociados{
    width: 95%;
    height: 95%;
}
#flujos_asociados .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#flujos_asociados .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #317463 !important;
    border-bottom-color: #317463 !important;
}
div#flujos_contrato{
    width: 95%;
    height: 95%;
}
#flujos_contrato .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#flujos_contrato .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #877B72 !important;
    border-bottom-color: #877B72 !important;
}
div#tickets_contrato{
    width: 95%;
    height: 95%;
}
#tickets_contrato .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}
#tickets_contrato .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #8CB954 !important;
    border-bottom-color: #8CB954 !important;
    text-align: left;
}
#tickets_flujos_asociados .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}
#tickets_flujos_asociados .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #7D5DC0;
    border-bottom-color: #7D5DC0;
    text-align: left;
}
#modulo_anadir_correos_ticket .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}
#modulo_anadir_correos_ticket .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: black;
    border-bottom-color: black;
    text-align: left;
}

#modulo_avisos_ticket_flujos .ui-accordion-header {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #5528b4;
    border-bottom-color: #7D5DC0;
    text-align: left;
}

#modulo_avisos_ticket_flujos .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}

#modulo_anadir_notas_ticket .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}
#modulo_anadir_notas_ticket .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: black;
    border-bottom-color: black;
    text-align: left;
}

#modulo_anadir_adjuntos_ticket .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}
#modulo_anadir_adjuntos_ticket .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: black;
    border-bottom-color: black;
    text-align: left;
}

#acordeon_documentos_cliente .ui-accordion-content {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}

#acordeon_documentos_cliente .ui-accordion-header {
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #99cc66;
    border-bottom-color: #99cc66;
    text-align: left;
    font-weight: bold!important;
}

.acordeon_contratos_cliente .ui-accordion-content {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}

.acordeon_contratos_cliente .ui-accordion-header {
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #99cc66;
    border-bottom-color: #99cc66;
    text-align: left;
    font-weight: bold!important;
}

h4.titulo_datosticket{
    border-bottom-style: solid;
    border-bottom-color: #2fa4e7;
    color: #2fa4e7;
}
h4.titulo_asignarUsuario{
    border-bottom-style: solid;
    border-bottom-color: #dd5600;
    color: #dd5600;
}
h4.titulo_datosCliente{
    border-bottom-style: solid;
    border-bottom-color: #2fa4e7;
    color: #2fa4e7;
}
h4.titulo_nuevoComentario{
    border-bottom-style: solid;
    border-bottom-color: #73a839;
    color: #73a839;
}
h4.titulo_datos{
    border-bottom-style: solid;
    border-bottom-color: #7D5DC0;
    color: #7D5DC0;
}

h4.titulo_azul_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #0099CC;
    color: #0099CC!important;
}

h4.titulo_azul_marino_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #1C619F;
    color: #1C619F!important;
}
h4.titulo_verde_claro_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #6BAF01;
    color: #6BAF01!important;
}
h4.titulo_naranja_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #dd5600;
    color: #dd5600!important;

}

h4.titulo_violeta_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #660066;
    color: #660066!important;
}

h4.titulo_verde_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #1f8f43;
    color: #1f8f43!important;
}

h4.titulo_rojo_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #8B2D2D;
    color: #8B2D2D!important;
}

h4.titulo_marron_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #996633;
    color: #996633!important;
}

h4.titulo_rosa_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #AC4986;
    color: #AC4986!important;
}

h4.titulo_red_servicios_nuevo{
    border-bottom-style: solid;
    border-bottom-color: #CC6633;
    color: #CC6633!important;
}

.acordeon_azul_nuevo .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.acordeon_azul_nuevo .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #0099CC;
    border-bottom-color: #0099CC;
    font-weight: bold;
}

.acordeon_rojo_nuevo .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.acordeon_rojo_nuevo .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: red;
    border-bottom-color: red;
    font-weight: bold;
}

.acordeon_marron_nuevo .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.acordeon_marron_nuevo .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #996633;
    border-bottom-color: #996633;
    font-weight: bold;
}

#tickets_aso .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#tickets_aso .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #7D5DC0;
    border-bottom-color: #7D5DC0;
}
#tickets_asoC .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#tickets_asoC .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #8CB954;
    border-bottom-color: #8CB954;
}
.div_margen{
    padding-left: 15px;
    padding-right: 15px;
}
h4{
    margin-bottom: 10px!important;

}
h4 a{
    text-decoration: none!important;
}
.estilo-boton-new-eq{
    overflow: hidden;
    max-height: 20vh;
    height: 10vh;
    width: 15vh;
    display: block;
    position: relative;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 1.5vh;
}

.romper-palabra{
    white-space: normal!important;
    word-break: break-word!important;
}
/* Clase para el uso de los grid de syncfusion */
.ajuste_padding_sync{
    padding: 5px !important;
    white-space: normal!important;
    word-break: break-word!important;
}
#grid_index.e-grid th,
#grid_index.e-grid td {
    padding: 5px !important;
}

/* Clase para el uso de los grid de syncfusion */
.ajuste_padding_sync{
    padding: 5px!important;
    white-space: normal!important;
    word-break: break-word!important;
}

#grid_index.e-grid th,
#grid_index.e-grid td {
    padding: 5px !important;
}

#grid_index.e-grid th div.e-headercelldiv {
    white-space: normal;
    height: auto;
    line-height: normal;
}

#grid_index.e-grid .e-filterdiv.e-fltrinputdiv:has(> .e-input-group.e-control-wrapper > .e-filtertext.e-input.e-disable) .e-input-group.e-control-wrapper {
    border-bottom: none;
}

.elipsis{
    overflow: hidden!important;
    text-overflow: ellipsis;
    max-width: 0;
}

.fondo_vistas {
    padding: 5px;
    background-color: #E6E6E6;
}

.border_combo_vistas {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 2px solid gray;
}

#columnas_listados_1, #columnas_listados_2 {
    overflow: scroll;
    height: 500px;
}
.cargando_boton{
    background-color:#fff;
    color:red;
    padding:1px;
    border: thin solid red;
    border-radius: 10px;
    min-height: 15px;
    min-width: 15px;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
}

.border_gris {
    border: 1px solid gray!important;
}

.elemento_desactivado {
    opacity: 0.2;
}

td.fecha{
    color:#369BD7;
}

th.fecha{
    color:#369BD7;
}

.border_naranja{
    border: 1px solid #dd5600!important;
}

.vl {
    border-left: 1px solid black;
    height: 104%;
    position: absolute;
    left: 50%;
    top: 0;
}
.bocadillo{
    border-radius: 5px;
    background-color: grey;
    color: floralwhite;
    padding: 10px;
    text-align: justify;
}
.bocadillo:before {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    margin: -30px 0 0 40px;
    border-bottom: 20px solid grey;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
}

.border_tpv {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 9px;
    margin-top: 5px;
    cursor: pointer;
}

.border_tpv:hover,
.border_tpv:active {
    background-color: #ededed;
    transition: background-color 0.1s ease-in,
        color 0.1s ease-in;
}

.fondo_marcado {
    border: 2px solid red!important;
}

.botonera_tpv {
    font-size: 2.5vw;
    line-height: 2.5vw;
}
#control_leido .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#control_leido .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #5CA69B !important;
    border-bottom-color: #5CA69B !important;
}
.mas_grande {
    transform: scale(1.5);
}

#importacion_cdr_central table{
    table-layout: fixed;
    word-wrap: break-word;
}

#importacion_cdr_central table .input_importacion_operador{
    height: 100%;
    /*width:auto;*/
    font-size:14px;
    background-color:lightgoldenrodyellow;
    line-height:10px !important;
    margin-bottom:-1px;
    border-radius:0;
    padding: 0px;
    border: 0px;
}

#importacion_cdr_central table .input_importacion_operador.disabled_input_operador{
    background-color: #d6d0bc;
}

#importacion_cdr_central table .td_importacion_operador{
    padding:0px;
    margin:0px;
    line-height:10px;
    height: 100%;
    /*white-space: nowrap;
    width: 7%;*/
}

#importacion_cdr_central table .centrar{
    text-align: center;
}

#importacion_cdr_central .table-striped tbody tr:nth-child(odd) td.especial, #importacion_cdr_central .table-striped tbody tr:nth-child(odd) th.especial {
    background-color: antiquewhite;
}

#importacion_cdr_central table#campos_importacion_cdr thead th, #importacion_cdr_central table#campos_importacion_cdr td input{
    text-align: center;
}

#importacion_cdr_central table#campos_importacion_cdr thead th, #importacion_cdr_central table#campos_importacion_cdr td select{
    text-align: center;
}

div.uploader {
    width: auto!important;
}
div.borde_listado_avanzado{
    border:1px solid #94918E;
    border-radius: 8px;
    padding:5px;
}
.opciones_listado_av_clientes .ui-accordion-content{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}
.opciones_listado_av_clientes .ui-accordion-header{
    border-top:0;
    border-right: 0;
    border-left: 0;
    color: #0099CC;
    border-bottom-color: #0099CC;
    text-align: left;
}

.marcar_responder {
    position: absolute;
    /*    border: 1px solid grey;
        border-radius: 10px;*/
    top: 9px;
    right: 37px;
    width: 20px!important;
    height: 20px!important;
}

.marcar_visto_notificacion {
    position: absolute;
    /*    border: 1px solid grey;
        border-radius: 10px;*/
    top: 10px;
    right: 58px;
    width: 20px!important;
    height: 20px!important;
}

.marcar_url_notificacion {
    position: absolute;
    /*    border: 1px solid grey;
        border-radius: 10px;*/
    top: 8px;
    right: 90px;
    width: 20px!important;
    height: 20px!important;
}

/*.marcar_responder:hover {
    background-color: #ccc;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}*/

#caja_perfil {
    border: 1px solid #cccccc;
    position: absolute;
    z-index: 100;
    display: none;
    border-radius: 15px;
    padding: 10px;
    background-color: white;
    width: 300px;
}

.user_mencion p {
    padding: 5px;
    margin: 0;
}

.user_mencion{
    width: 100%;
}
.user_mencion:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.mencionar {
    color: #369bd7;
    cursor: pointer;
}

.resultado_usuarios_menciones {
    border: 1px solid #cccccc;
    position: absolute;
    z-index: 100;
    /*margin: 80px 20px;*/
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
}

.resultado_usuarios_menciones {
    border: 1px solid #cccccc;
    position: absolute;
    z-index: 100;
    /*margin: 80px 20px;*/
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
}

.menciona {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 195px;
    color: #888;
}

#caja_perfil2, #caja_perfil1 {
    border: 1px solid #cccccc;
    position: absolute;
    z-index: 100;
    display: none;
    border-radius: 15px;
    padding: 10px;
    background-color: white;
    width: 300px;
}

.avatar_tickets {
    width: 27px;
    height: 27px;
    border-radius: 20px;
    margin-top: 0px;
    margin-right: 5px;
}

.fuente_gestion{
    font-size: 18px!important;
}

/* Estilo input mask */
.e-mask {
    height: 26px!important;
    border: 1px solid #CCCCCC!important;
    width: calc(100% - 2px)!important;
}

.e-mask input {
    margin: 0 10px!important;
    text-align: right;
}

.e-disabled:not(input) {
    background-color: #f5f5f5!important;
    border-color: #ddd!important;
}
input[disabled] {
    color: black!important;
    -webkit-text-fill-color: black!important;
}
/*** ***/

.select2-dropdown {
    z-index: 9999!important
}


#gestion_llamadas td {
    text-align: right !important;
}

/* Estilo para boton de llamada cuando hay Meet IP Pro configurado como API  */
.meetIpPro {
    height: 27px;
    width: 27px;
    display: flex !important;
    align-items: center;
}

.custom-notify {
    position: fixed !important;  /* Asegura que el Notify sea fijo en la pantalla */
    width: 100%;
    /*top: 0; */
    left: 0;
    z-index: 9999;
}



.boton_principal_popup_syncusion{
    box-shadow:inset 0 1px 6px rgba(174, 174, 174, 0.5),
        rgba(168, 168, 168, 0.3) 0 3px 6px!important;
    width: 100%!important;
    height: 50px!important;
    border-radius: 10px!important;
    border: 1px solid #8CCB49!important;
    background-color: white!important;
    font-family: 'Reem Kufi'!important;
    text-transform: none!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size:15px!important;
    color: #9795A8!important;
    margin-left:0px!important;
}
.boton_principal_popup_syncusion:hover{
    box-shadow:inset 0 1px 6px rgba(174, 174, 174, 0.5),
        rgba(168, 168, 168, 0.3) 0 3px 6px!important;
    width: 100%!important;
    height: 50px!important;
    border-radius: 10px!important;
    border: 1px solid #8CCB49!important;
    background-color: white!important;
    font-family: 'Reem Kufi'!important;
    text-transform: none!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size:15px!important;
    color: #9795A8!important;
}
.boton_principal_popup_syncusion_cancelar{
    box-shadow:inset 0 1px 6px rgba(174, 174, 174, 0.5),
        rgba(168, 168, 168, 0.3) 0 3px 6px!important;
    width: 100%!important;
    height: 50px!important;
    border-radius: 10px!important;
    border: 1px solid #FF0000!important;
    background-color: white!important;
    font-family: 'Reem Kufi'!important;
    text-transform: none!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size:15px!important;
    color: #9795A8!important;
    margin-left:0px!important;
}
.boton_principal_popup_syncusion_cancelar:hover{
    box-shadow:inset 0 1px 6px rgba(174, 174, 174, 0.5),
        rgba(168, 168, 168, 0.3) 0 3px 6px!important;
    width: 100%!important;
    height: 50px!important;
    border-radius: 10px!important;
    border: 1px solid #FF0000!important;
    background-color: white!important;
    font-family: 'Reem Kufi'!important;
    text-transform: none!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size:15px!important;
    color: #9795A8!important;
}
.estilo_popup{
    background-color: transparent!important;
    border: 4px solid white!important;
    border-radius: 10px!important;
    box-shadow: none!important;
}
.e-dlg-overlay{
    background-color: #C8C7D5!important;
}

.fondo-blanco{
    background-color: white!important;
}
.e-dlg-header label{
    color: #0039BE!important;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-family: 'Reem Kufi'!important;
    font-size: 16px;
}
.botones_outline{
    width: 175px!important;
    height: 50px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 14px!important;
    text-transform: none !important;
    font-family: 'Reem Kufi'!important;
    border-radius: 10px!important;
    border-width: 3px;
    /*box-shadow: none!important;*/
    background-color: white!important;
    box-shadow: inset rgb(174 174 174 / 30%) 0px 1px 6px, rgb(174 174 174  / 30%) 0px 3px 6px;
    color:#9795A8;
}
.botones_outline > span{
    color:#9795A8;
}
.botones_outline:hover{
    border: 1px solid #3C4BEB!important;
    color:#9795A8;
    background-color: white!important;
    box-shadow: inset rgb(168 168 168 / 30%) 0px 3px 6px,rgb(0 34 254 / 30%) 0px 0px 10px!important;
}
.botones_outline:focus{
    border: 1px solid #3C4BEB!important;
    background-color: white!important;
    box-shadow: inset rgb(168 168 168 / 30%) 0px 3px 6px,rgb(0 34 254 / 30%) 0px 0px 10px!important;
}

.titulo{
    font-size: 24px !important;
    font-family: 'Roboto'!important;
    color: grey;
    /*margin-bottom: 18px;*/
    display:flex;
    align-items:center;
}
.parte_arriba{
    display: flex;
    justify-content: space-between;
    /*align-items: start*/
    height: 70px;
    /*border:1px solid black;*/
    margin-bottom: 5px;
}

.botonera_sync{
    display: flex;
    border-radius: 15px;
    box-shadow: rgb(151 149 168 / 20%) 0px 0px 10px;
    /*max-width:30%;*/
    position: relative;
    padding-right: 70px;
}

.boton_sync{
    color: #9795A8 !important;
    position:relative;
    width: 70px;
    height: 70px;
    display: flex!important;
    flex-direction: column!important;
    justify-content: end!important;
    align-items: center;
    gap:3px!important;
    text-transform: none!important;
    font-size: 11px!important;
    font-family: 'Reem Kufi'!important;

    background-color: transparent!important;
    box-shadow: none!important;
    border-radius: 15px!important;
    padding-bottom: 14px!important;
}

.boton_sync::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px; /* Grosor del borde derecho */
    height: 100%; /* Altura del div */
    /*background: linear-gradient(to bottom, transparent, transparent, #C8C7D5, #C8C7D5, transparent, transparent);*/
}
.boton_sync:last-child::after {
    content: none;
}
.botonera_sync > * > span {
    width: 100%!important;
    font-size: 20px!important;
    margin-left:0px!important;
    /*font-weight: bold;*/
    background: linear-gradient(rgb(151,149,168),rgb(200,199,213));
    -webkit-background-clip: text;
    color: transparent;
}

.field_sync{
    margin-top: 14px;
    width: 100%;
}
.field_sync > label{
    font-size: 11px;
    margin-bottom: 4px;
}
.field_sync_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:20px;
}
.custom-combobox.e-outline.e-input-group input.e-input,.custom-combobox.e-outline.e-float-input.e-input-group input,.custom-combobox.e-outline.e-input-group.e-control-wrapper input.e-input,.custom-combobox.e-outline.e-float-input.e-input-group.e-control-wrapper input,.custom-combobox.e-outline.e-float-input input,.custom-combobox.e-outline.e-float-input.e-control-wrapper input{
    border-right: 1px solid #C8C7D5!important;
    /*margin-right: 10px!important;*/
}
.custom-combobox.e-input-group .e-input-group-icon, .custom-combobox.e-input-group.e-control-wrapper .e-input-group-icon{
    min-height: 0px;
}
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before{

    font-family: 'botones3030'!important;
    content: "\e601"!important;
}
.e-multiselect.e-outline .e-multi-select-wrapper {
    min-height: 34px;
    padding: 0px 38px 6px 6px !important;
}
.e-outline.e-input-group.e-input-focus:selection:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
    color: black;
}
.e-outline.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
    border-color: #EEEEEE;
    box-shadow: rgba(82, 168, 236, 0.6) 0px 0px 8px 0px;
}
.e-outline.e-float-input .e-clear-icon:hover,
.e-outline.e-float-input.e-control-wrapper .e-clear-icon:hover,
.e-outline.e-input-group .e-clear-icon:hover,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon:hover {
    color: #CACBD4!important; /* Cambia el color al que desees */
    cursor: pointer; /* Añade un cursor de puntero si es interactivo */
    transition: color 0.3s ease; /* Transición suave para el cambio de color */
}
.e-outline.e-float-input .e-clear-icon, .e-outline.e-float-input.e-control-wrapper .e-clear-icon, .e-outline.e-input-group .e-clear-icon, .e-outline.e-input-group.e-control-wrapper .e-clear-icon{
    color: #CACBD4;
    font-size: 16px;
    padding: 9px 8px 9px 0;
    position: absolute;
    right: 32px;
    top: -2px;
}
.e-outline.e-input-group .e-input-group-icon, .e-outline.e-input-group.e-control-wrapper .e-input-group-icon{
    font-size: 16px !important;
    margin: 2px 0px 0px 0px !important;
    width: 30px!important;
    padding-inline: 3px!important;
}
.e-outline.e-input-group input.e-input,  .e-outline.e-float-input.e-input-group input,  .e-outline.e-input-group.e-control-wrapper input.e-input, .e-outline.e-float-input.e-input-group.e-control-wrapper input, .e-outline.e-float-input input, .e-outline.e-float-input.e-control-wrapper input{
    min-height: 29px!important;
}
/*.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    background-color: rgba(0, 0, 0, 0)!important;
    border-color: rgba(0, 0, 0, 0)!important;
    border-radius: 50%!important;
    bottom: 0!important;
    float: right!important;
    height: 30px!important;
    left: 30px!important;
    position: relative!important;
    width: 30px!important;
    top: 10px!important;
}*/
