@charset "utf-8";
/* CSS Document */
.tit_border{
    padding: 0.3rem;
    padding-left: 0;
    margin-top: 0.0rem;
    margin-bottom: 0.75rem;
    border-bottom: 0.25rem solid #4d72b4;
    border-radius: .25rem;
}
.positionTitulo{
    position: relative;
    top: 7px;
}
.material-tooltip-content{pointer-events: all !important;}
.chartHeight{height: 400px;}
.align_icon{position: relative !important;top: 3px !important ;}
    html, body{
        font-family: "Roboto", sans serif;
        font-weight: 400;
        max-width:100%;
    }
    .width-100{width: 100%;}
    .input-field { margin-bottom: 0rem;min-height: 40px !important;}
    ._bold{font-weight:700 !important;}
    h5,h6{font-weight:300 !important;}
    .dedo, .cursor {cursor: pointer}
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        min-width: 95%;
        margin: 0;
    }
    .fancybox-iframe, .f-html {
        border-radius: 15px;
    }
    .fancybox-content{
        border-radius: 15px;
    }
    .icono{	display: inline-block !important;
        top: 7px !important;
        position: relative !important;
    }
    .bd-callout {
        padding: 1.0rem;
        margin-top: 0.0rem;
        margin-bottom: 0.75rem;
        border-bottom:  1px solid rgb(197, 197, 197);
        border-left: 0.35rem solid #4d72b4;
        border-radius: .25rem;
    }

    .divider{margin-bottom: 0.8em; margin-top: 0.8em; }
    .tit_icono {display:inline-block;position:relative;margin:10px 10px 0;top:-9px}
    .section{padding-bottom: 0px; padding-top: 0px;}
    
    .bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: .5rem;
        border-radius: 50%;
    }
    
    .bulletSmall {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: .7rem;
        border-radius: 50%;
    }
    .Height-40{
        position: relative; height:40px;
    }
    .pAbsolute {position: absolute;}

/*----------------------------------------
    MENU
------------------------------------------*/

    .content {margin-top: 70px;}
    @media (max-width: 1330px) AND (min-width:769px) {
        .content {
            /*margin-top: 110px;*/
        }
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .contentABM { margin-top:10px; }

/*----------------------------------------
    Forms
------------------------------------------*/
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }
    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
        appearance: textfield;
    }
    .input-field div.error{
        font-size: .8rem;
        position: relative;
        top: 0rem;
        left: 0rem;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -o-transform: translateY(0%);
                transform: translateY(0%);
        color: #F44336;
    }

    .input-field label.active{width: 100%;}

    .left-alert input[type=text] + label:after,
    .left-alert input[type=password] + label:after,
    .left-alert input[type=email] + label:after,
    .left-alert input[type=url] + label:after,
    .left-alert input[type=time] + label:after,
    .left-alert input[type=date] + label:after,
    .left-alert input[type=datetime-local] + label:after,
    .left-alert input[type=tel] + label:after,
    .left-alert input[type=number] + label:after,
    .left-alert input[type=search] + label:after,
    .left-alert textarea.materialize-textarea + label:after{left: 0;}

    .right-alert input[type=text] + label:after,
    .right-alert input[type=password] + label:after,
    .right-alert input[type=email] + label:after,
    .right-alert input[type=url] + label:after,
    .right-alert input[type=time] + label:after,
    .right-alert input[type=date] + label:after,
    .right-alert input[type=datetime-local] + label:after,
    .right-alert input[type=tel] + label:after,
    .right-alert input[type=number] + label:after,
    .right-alert input[type=search] + label:after,
    .right-alert textarea.materialize-textarea + label:after{right: 70px;}
    .miFormulario .col {margin-top: 1.5em;}
    .miFormulario .error:not(input){
        position: absolute !important;
        margin-top: 2.5em !important;
        margin-left: 1em !important;
    }

    .form-header{
        padding: 0.0em !important;
        border-radius: .5rem .5rem 0rem 0rem;
        padding-top: 0px !important;
        margin-top: 0px;
    }
    .form-header .icono{ top:-3px !important;}
    .form-header h4{
        display: inline-block;
        bottom: -10px;
        position: relative;
        margin-top: 0px;
        padding: 0px;
        margin: 0px;
        padding-left: 0.5em;
    }
    .form-header h4 span{font-weight: lighter}
    textarea.materialize-textarea {
        line-height: inherit;
        min-height: 1.8rem;
        padding: 0px;
    }
    .input-field .prefix{font-size: 1.5rem;}

/*----------------------------------------
  Sidenav
------------------------------------------*/
    .sidenav{
        width: 340px;
        /* padding: 2rem; */
    }
    .contact-sidenav .line-height{line-height: 1.6rem !important;}
    .contact-sidenav hr{
        border: 0;
        border-top: 1px solid #cfd8dc;
    }
    .contact-sidenav .contact-form{
        padding: 3rem; 
        background-color: #ffffff;
        -webkit-box-shadow: -3px 0 10px 0 #eceff1;
                box-shadow: -3px 0 10px 0 #eceff1;
                border: 1px solid #d7e0e8;
    }
    .contact-sidenav .contact-form{float: right;}
    @media (min-width: 900px){
        .app-sidebar{
            -webkit-transform: none !important;
            -moz-transform: none !important;
                -ms-transform: none !important;
                -o-transform: none !important;
                    transform: none !important;
        }
    }
    @media (max-width: 998px){
        .contact-header{margin-top: 1.3rem; }
        .contact-header h5{
            margin-bottom: 1rem !important; 
            margin-left: 2rem !important;
        }
    .contact-header i{margin-top: .1rem;}}
    


/*----------------------------------------
  Pagination
------------------------------------------*/
    .pagination li.active {background-color: #4d72b4}

/*----------------------------------------
  Card - POPUP
------------------------------------------*/
    .cajaPop{
        padding: 10px !important;    
    }
    .cajaTitulo{
        padding: 12px !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em !important;
        margin: 0!important;
        border-radius: 15px 15px 0 0 !important;
        background: linear-gradient(45deg,#546e7a,#cfd8dc) !important;
    }
    .cajaTitulo .titulos_pop, .contentBox  .titulos_pop{
        padding: 12px !important;
        font-size: 1.3em !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em !important;
    }
    .contentBox{
        padding: 12px !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em !important;
        margin: 0!important;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        border-radius: 2px;
        color: white;
    }

/*----------------------------------------
  Modal
------------------------------------------*/

    .modal {background-color:#fff;}
    
/*----------------------------------------
    COLORES
------------------------------------------*/
    .verde{ color: #6ab33f; }
    .verdeB{background-color: #6ab33f;}
    .azul{color: #4d72b4;}
    .azulObs{background-color:#69C !important}
    .azulB{background-color: #4d72b4 !important;}
    .azulG{color: #37474f;}
    .azulGB{background-color: #37474f;}
    .azulClaroB{background-color: #4D72B4C7;}
    .green-text{color: #6ab33f !important;}
    .fondo{background-color: #929aa8;}
    .gris{color: #929aa8;}
    .grisB{background-color: #929aa8;}
    .gradient-gris {background: linear-gradient(45deg,#546e7a,#cfd8dc) !important};
    
    
    /* Formularios */
        textarea.materialize-textarea:focus:not([readonly]) + label {color: #607d8b;}
        .input-field .prefix.active{color: #607d8b;}
        .select2-selection.focus {
            border-bottom: 1px solid #607d8b;
                box-shadow: 0 1px 0 0 #607d8b !important;
        }
        input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
            border-bottom: 1px solid #607d8b;
            -webkit-box-shadow: 0 1px 0 0 #607d8b;
            box-shadow: 0 1px 0 0 #607d8b;
        }
        .select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {background-color: #607d8b !important;}
        input[type="text"]:not(.browser-default):focus:not([readonly]) + label {color: #607d8b;}
        [type="checkbox"].filled-in:checked + span:not(.lever)::after {
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #6ab33f;
            background-color: #6ab33f;
            z-index: 0;
        }
        .select2-container--default .select2-selection--multiple .select2-selection__choice {
            border: none;
            color: #fff;
            margin-top: 8px;
            padding: 3px 10px;
            background-color: #6ab33f !important;
        }
        .select2-selection--multiple {
            height: auto !important;
        }
        .datepicker-date-display{background-color: #607d8b;}
        .datepicker-cancel, .datepicker-today, .datepicker-done {
            color: #607d8b;
            padding: 0 1rem;
        }
        .datepicker-table td.is-today {
            color: #00bcd4;
        }
        .datepicker-table td.is-selected {
            background-color: #00bcd4;
            color: #fff;
        }
        .timepicker-close{
            color: #607d8b;
            padding: 0 1rem;
        }
        .timepicker-canvas line {stroke: #00bcd4;}
        .timepicker-canvas-bg {fill: #00bcd4;}
        .timepicker-canvas-bearing {fill: #00bcd4;}
        .timepicker-digital-display {background-color: #607d8b;}
        .switch label input[type="checkbox"]:checked + .lever{ background-color: #cbf4b4; }        
        .switch label input[type="checkbox"]:checked + .lever::after { background-color: #6ab33f;} 
        [type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
            background-color: #6ab33f;
        }
        [type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
            border: 2px solid #6ab33f;
        }

    /* Botones */
        .reset .btn {background-color: #727d82;}
        .btn:hover, .btn-large:hover, .btn-small:hover {background-color: #4d72b4;}    
        .btn-floating{background-color: #4d72b4 ;} 
        .btn-floating:hover { background-color: #1952b5;        }
        .btn, .btn-large, .btn-small {background-color:#4d72b4; border-radius: 1rem; }
        .btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
            background-color: #1952b5 ;
        }
        .btn-floating.btn-small {background-color: #9e9e9e;}
        .btn-floating.btn-small:hover{background-color: #1952b5;}

    /* Card */
        .card .card-panel p{color: #6b767b;}

/*----------------------------------------
    VALID CLASS
------------------------------------------*/    
    .invalidClass{
        border-bottom: 1px solid #F44336 !important;
        -webkit-box-shadow: 0 1px 0 0 #F44336 !important;
        box-shadow: 0 1px 0 0 #F44336 !important;
    }
    .validClass{
        border-bottom: 1px solid #4CAF50 !important;
        -webkit-box-shadow: 0 1px 0 0 #4CAF50 !important;
        box-shadow: 0 1px 0 0 #4CAF50 !important;
    }
    .select2-selection-invalid {
        border-bottom: 1px solid #F44336 !important;
        box-shadow: 0 1px 0 0 #F44336!important;
    }
    .select2-selection-valid {
        border-bottom: 1px solid #4CAF50 !important;
        box-shadow: 0 1px 0 0 #4CAF50 !important;
    }

/*-----------------PADDING - MARGIN --------------------------*/
   
    .padding-0 {padding: 0px;}
    .PT-3 {padding-top:3px;}
    .mt0{margin-top: 0px;}
    .mt-06{margin-top: -0.6em;}
    .mt-1{margin-top: 1em;}
    .mt10{margin-top: 10px; }
    .mt15{margin-top: 15px !important}
    .mb10{margin-bottom: 10px !important;}
    .mb20{margin-bottom: 20px !important;}
    .mt-12{ margin-top: 12px }
    .mt-15{ margin-top: 15px }
    .mt-30{ margin-top: 30px }
    .mt-40{ margin-top: 40px }
    .mlr-0 {margin-left: 0px !important; margin-right: 0px !important;}
    .ml-10{ margin-left: 10px;}
    .ml-20{ margin-left: 20px;}
    .mr1{margin-right: 1em;}
    .mr10{margin-right: 10px !important;}
    .bottom-0 {margin-bottom: 0px !important;}
    .top5{top:5px;}
    .top7{top: 7px;}
    .pr1{padding-right: 1rem;}
    .pr0{padding-right: 0rem !important; }
    .pl0{padding-left: 0px!important;}
    .pl1{padding-left: 1em!important;}
    .pl10{padding-left: 10px!important;}
    .pl15{padding-left: 15px!important;}
    .pr12{padding-right: 12px!important;}
    .pt1{padding-top: 1em;}
    .pt5{padding-top: 5px !important;}
    .pt9{padding-top: 9px !important;}
    .m-30{margin: 30px;}
    .padding-10 { padding: 10px !important;}

/*------------------------------------------------------------*/    

   
    #paginado {margin-top: -20px;}
    #paginado .cantPag{ position: absolute;}
    @media (max-width:1201px){
        #paginado {margin-top: 15px;}
        #paginado .cantPag{ position: relative;}
    }
    .overPageNumber:hover { 
        background-color: #ddd;
    }
    .cursorDefault {cursor:default !important;}
    .oculto { display: none; }
    .slim{width: 240px;border-radius: 50%;border:1px solid #000000;}
    #myCropper{ height: 240px;}
    .z-menos-1{ z-index:-1;}
    .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {color: #00bcd4}
    .card-action{
        border: 1px solid #ccc;
        border-radius: 0 0 1em 1em !important;
    }
    .card-content {
        border-radius: 1em 1em 0 0 !important;
    }
    .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
        -webkit-box-shadow:none;
        box-shadow: none;
    }
    #paginado ul.pagprov{margin: 5px !important}
    .pagination.pagprov li a {font-size: 0.9rem;}

    /* FIX CHROME DATEPICKER */
    .datepicker_pasado + label,.datepicker_futuro + label, .datepicker + label, .datepicker_nacimiento + label{width: 90% !important;}

    
/*----------------------------------------
    RESPONSIVE
------------------------------------------*/
@media(max-width: 350px){
    .hide-on-xs-only{display: none !important;}
}
@media(min-width: 1220px){
    .hide-small-menu{display: none !important;}
    .toast-half { 
        width:fit-content !important;
        right: 0px;
    }
}
@media (max-width: 1220px){.hide-large-menu{display:none !important}}
@media (max-width: 1220px){
    .show-small-menu {
      display: block !important;
    }
}
@media (max-width: 479px) {
    .card-content ul.stepper {
        margin: 0;
        padding: 0;
    }
    .modal {width: 90%;}
    .modal .modal-content {padding: 5px;}
    .modal .modal-content .row .col {padding: .05rem .75rem;}
    .tooltipster-base .tooltipster-sidetip .tooltipster-light .tooltipster-bottom .tooltipster-grow .tooltipster-show{
        min-width: 90% !important;
        max-width: 800px;
        pointer-events: auto;
        z-index: 9999999;
        left: 11px !important;
        top: 539.1px;
        height: 349.75px;
        width: 340px !important;
        animation-duration: 350ms;
        transition-duration: 350ms;
    }   
    .form-header .icono{ font-size:3rem !important;}
    .form-header h4{
        padding-left: 0;
        font-size: 2rem;
    }
    .cajaTitulo .titulos_pop{
        font-size: 1.1em !important;
    } 
    .tituloStep {font-size: 1.2em !important;}
    .input-field > label{font-size: 0.9em;}
    input[type="text"]:not(.browser-default){font-size: 1.2em;}    
    /*.stepper .btn-floating i{font-size: 1.3rem;line-height: 30px;}
    .stepper .btn-floating {width: 30px;height: 30px;}*/
    .toolBarra{font-size: 0.85em;}
}
@media (max-width:830px){
    ul.stepper .step .step-content{margin-left: 30px; margin-right: 14px;}
    .plupload_wrapper{min-width: 250px !important;}
    .galeriaIMG{font-size: 0.8em;}
    /* .plupload_filelist {font-size: 0.8em;} */
    .plupload_button.plupload_add {width: 150px !important;}
    .plupload_buttons .btn{font-size: 12px;}
}
.trActivo{
    background-color: #d4eafc;
}
/*----------------------------------------
    Tabla
------------------------------------------*/

.divTablas{
    overflow-y:hidden;overflow-x:auto;
    margin-bottom:5px !important;
    position: relative;
}

.divTablas table:not(.tablasABM) td > span:not(.badge, .it-badge):only-child {
    padding-top: 10px;
    display: inline-block;
}

.tablas{
    border-collapse:collapse;
    /*border: 2px solid rgba(0,0,0,0.2);*/
    font-weight:300;
    /*table-layout: fixed;*/
    min-width: 1200px;
}

.tablas-titulo { padding:10px !important;  }
.tablas thead tr:first-child {
    font-size:0.95rem;
    color:#FFF;
    font-weight:700;
}
.tablas thead tr:first-child a{color:#FFF;}
/*.tablas thead tr:hover {background-color:#607d8b !important; }*/

.tablas td:not(.datepicker-table td){
    padding:5px 5px 5px 10px;
    /*border: 1px solid rgba(5,5,5,0.1) !important;*/
    font-size:0.9rem;
    border-radius: 0% !important;
}
/* .tablas thead tr:hover{background-color:#EEE;} */
.tablas thead tr:first-child td span{ position: relative;}

.tablas tr:hover{background-color:#EEE;}
.tablas tr:first-child td span{ position: relative;}

.topOrden{top: -6px !important;}

.tablasABM tr:first-child {
    font-size:0.95rem;
    color:#FFF;
    font-weight:700;
}
.tablasABM tr:first-child a{color:#FFF;}
.tablasABM tr:first-child:hover {background-color:#607d8b; }
.onlineEdit{
    border: 1px solid #ccc;
    padding: 3px;
}
.onlineEdit:hover{
    background-color: #87cefa57;
}
.integerEdit{
    border: 1px solid #ccc;
    padding: 3px;
}
.integerEdit:hover{
    background-color: #87cefa57;
}
/*----------------------------------------
  Tabs
------------------------------------------*/
.tabs .tab a:focus, .tabs .tab a:focus.active {background-color: rgba(0,0,0,0.2); }
.tabs .tab a:hover, .tabs .tab a.active {
    color: #37474f;
    background-color: rgba(0,0,0,0.3);
}
.tabs .indicator {
    background-color: #6ab33f !important;
    height: 3px;
}

.tabs .tab a{color: #37474f;}

#tabsActores .tabs{
    display: inline;
}

#tabsActores ul:not(.browser-default) > li{
    background-color: #6b767b;
    color: white;
    border-right: 0.5px solid white;
    border-bottom: 0.2px solid white;
}
#tabsActores .tabs .tab a {
    color: white;
}

#tabsActores .tabs .tab a:hover, .tabs .tab a.active {
    color: #fff;
    background-color: #37474f;
}
#tabsActores .tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #37474f;
}
i.mt10 {
    margin-top: 10px;
}
.bordesBlancos{
    border-right: 1px solid white;
}
span.badge.actor{
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    border-radius: 2px;
    min-width: 1rem;
}
#catalogoProveedor .card {overflow: auto;}

#catalogoProveedor .miTitulo{
    font-size: 20px;
    font-weight: 300;
    padding: 0.5em 0em !important;
    background-color: #4d72b4 !important;
    color: white !important;
    text-align: center !important;
}

#tablaCatalogo td, #tablaCatalogo th {padding: 20px 5px !important; font-size: 13px !important};     
#tablaCatalogo table > tbody > tr:not(.trActivo):hover {background-color: rgba(242,242,242,0.5) !important;}
#tablaCatalogo thead{
    background-color: #526a76;
    color: white;
    text-transform: uppercase;
}
#tablaCatalogo tr{height: 49px;}
#tablaCatalogo .thBorderRight th {border-right: 1px solid rgba(255, 255, 255, 0.22) !important}
#tablaCatalogo .tdBorderRight td {border-right: 1px solid rgba(197, 196, 196, 0.22) !important}

.dataFormat{
    cursor: pointer;
}
.borderTopBold {
    border-top: 2px solid;
}
.main-loader {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 2;
}
.loaderBack{
    background-color: #ffffff98;
}

.itFrameDrag{
    padding: 10px;
    background-color: #37474f;
    position: absolute !important;
    z-index: 1;
    border-radius: 10px;
}
.itContentFrame{
    background-color: #FFF;
    height: calc(100% - 30px);
}
.dragCursor{ cursor: grab;}
.itBolder {
    font-size: larger;
    font-weight: bold;
}
.cardTabs {
    background-color: #929aa8;    
    color: white;
    line-height: 50px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
.bbDebe{border-bottom: 3px solid #f44336;}
.bbHaber{border-bottom: 3px solid #4caf50;}
.bbTacco{border-bottom: 3px solid #4d72b4;}
.redB{background-color: #F44336DE !important;}
.grisOscuroB {background-color: #526a76 !important;}
.no-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.select2-results__option[role="group"]{
    background-color: #cfdfe4;
}
.select2-results__option[role="group"] .select2-results__options{
    margin-left: 0.5em;
}
.select2-results__option[role="group"] .select2-results__group{
    font-weight: bold;
}
#iconoActividad { visibility: hidden; }
.responsablesAction { 
    padding: 0 0.5em;
    border-radius: 0.25em;
    border: 1px solid #999;
    display: inline-block;
    background-color: #fff;
    transition: background-color 0.3s ease;
    position: relative;
}
.responsablesAction:hover { 
    background-color: #ccc;
}
.responsablesAction i {
    top: 2px;
    position: relative;
}

.divTablas table td > span:only-child.is-multiline {
    padding-top: 0px;
}

.IT-progress-container {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #888888;
    border-radius: 8px;
    overflow: hidden;
}

    /* Método combinado: Color que cambia + Clip que revela el progreso */
.IT-progress-bar-combined {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    transition: background-color 0.3s ease, clip-path 0.3s ease;
    background-color: var(--progress-color, #22c55e);
    clip-path: inset(0 100% 0 0);
}

.IT-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.IT-progress-estado {
    position: relative;
    background-color: #fff;
}
.IT-progress-text i {
    font-size: 1.2rem;
    margin-left: 8px;
    top: 2px;
    right: 5px;
    position: relative;
}
.IT-progress-text span {
    width: 100%;
}
.IT-disable-event{
    pointer-events: none;
}
.triangle { 
    z-index: 1;
    padding: 2px;
    width: 2.2rem !important;
    transition: all 0.5s ease;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    background: #ccc;
    cursor: pointer;
}
.triangle:hover {
    background: linear-gradient(135deg, #3498db, #9b59b6);
    color: white;
}
.ck-powered-by { display: none;}

.fixed-action-btn-left {
  position: fixed;
  left: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.it-badge {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff !important;
    border-radius: 2px;
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

#itFormSaveModal {
    border-radius: 1em;
}

.swap-search-bar{
    position: absolute;
    border-radius: 0.2em;
    width: 1.6em !important;
    background-color: #4d72b4 !important;
    height: 25px !important;
}
.swap-search-bar i{
    font-size: 2em;
    left: -3px;
    position: absolute;
    line-height: 26.4px !important;
    transition: transform 0.25s ease-in-out; /* Animación de rotación */
}
.swap-search-bar:hover{
    box-shadow:none !important;
    background-color: #1a1c20 !important;
}
.swap-search-bar-first{
    margin-left: 1rem !important;
    width: 15% !important;
}
.swap-search-bar.active { /* Usamos .active en lugar de .swap-search-bar-rotated */
    background-color: #f44336 !important; /* Rojo cuando está activo */
}
.swap-search-bar.active i {
    transform: rotate(180deg); /* Rota la flecha 180 grados */
    left:2px;
    transition: transform 0.25s ease-in-out; /* Animación de rotación */
}
.chips input::placeholder{
    color:#a2a2a2;
}