body {
    margin: 0;
    padding: 0;
    font-family: verdana;
    color: #333;
    /*text-align: center;*/
    font-size: 12px;
}

#content {}

#root .rounded {
    border-color: #523086 !important;
}

.move_step {
    background-color: #007bff !important;
    color: white !important;
}

.btn-fucsia {
    color: #fff !important;
    background-color: #CB6CE6 !important;
}

.btn-fucsia:hover {
    background-color: #e18df8 !important;
}

.move_step:hover {
    background-color: #007bffd2 !important;
    color: white !important;
}

.human-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.order-function {

    float: right;
    display: none;
}

.order-function-block:hover>.order-function {
    display: inline-block;

}

.order-function .btn {
    padding: 4px 6px !important;
    ;
}

.order-function-block {
    line-height: 30px
}


.fucsia {
    background-color: #CB6CE6 !important;
}


select.sign option[value="1"] {
    background: rgb(219, 0, 0);
}

select.sign option[value="2"] {
    background: rgb(0, 204, 109);
}



button.bg-estadisticas {
    background-color: #ac73b1 !important;
    border-color: #ac73b1;
}

button.bg-estadisticas:hover {
    background-color: #c565ce !important;
    border-color: #c565ce;
}

.alerta {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 200px;
    background: #ede7f6;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    border: 3px solid #673ab7;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

/*Modif 06052023-15:42*/
.exit a {
    background-color: #523087;
    display: inline-block;
    border: 50%;
    padding: 27px 13px;
    border-radius: 50% 0px 46% 50%;
    position: absolute;
    top: -16px;
    right: 0px;
    /*background-color: #523087;display: inline-block;border: 50%;padding: 30px;border-radius: 50%;position: fixed;top: -16px;right: -32px;*/
}

/*END Modif 06052023-15:42*/

*,
body {
    font-family: verdana;
    font-size: 14px;
}

.bg-card {
    background-color: #e4e1e1
}

.row-zebra {
    line-height: 35px;
}

.row-zebra .row:nth-child(even) {
    background-color: #f0eeee;
}

.row-zebra .row:nth-child(odd) {
    background-color: #dfe8fa;
}

.tooltip>.tooltip-inner {
    background-color: rgb(143, 70, 240);
    color: rgb(255, 238, 0);
}

.maxwidth {
    max-width: 1450px;
}

.navbar-bg {
    background-color: #f1f1f1;
}

.navbar-nav li {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-toggler-icon {
    width: 2.5em !important;
    height: 2.5em !important;
    border: solid 1px black !important;
    padding: 8px !important;
}

#collapsibleNavbar li a {
    color: white !important;
    font-size: 1.2em
}

.navbar-toggle .icon-bar {
    background-color: white !important;
}

.navbar-brand {
    padding: 5px 15px !important;
}

.fototesera {
    height: auto;
    width: 100%;
    margin: 10px;
    border: 10px #eee solid;
}

textarea {
    width: 100%;
}

.hiddeondesktop,
#caso_name_field.hidden4ajax,
#caso_name_field_save.hidden4ajax,
#caso_code_container.hidden4ajax,
#caso_code_field.hidden4ajax,
#caso_code_field_save.hidden4ajax,
#caso_iden_field.hidden4ajax,
#caso_iden_field_save.hidden4ajax,
#caso_cost_center_field.hidden4ajax,
#caso_cost_center_field_save.hidden4ajax,

.hidden4ajax {
    display: none;
}

.note-group-select-from-files {
    display: none;
}

input,
select options,
select {
    width: 100%;
    padding: 10px;
    margin: 5px;
    background-color: #e8e8e8;
    border-radius: 6px;
    border: 0px;
}

.blocked {
    background-color: #ccc;
}

.bg-new {
    color: white;
    background-color: #dc3545 !important;
}

.bg-risposto {
    color: white;
    background-color: #4caf50 !important;
}

.decoline {
    border-bottom: #ddd solid 1px;
}

.reply span {
    font-weight: bold;
}

input[type=image] {
    background: none;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: auto;
    display: block !important;
}

input[type="checkbox"] {
    zoom: 2;
    vertical-align: middle;
    width: 15px;
    margin: 0px;
}

.form-check {
    padding-left: 0 !important;
}

#profile-picture {
    max-width: 280px;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20%;
    margin: 10px !important;
    background-size: cover;
    margin: auto;
}

.dropdown-item {
    font-size: 1.8em;
}

a {}

a:hover {}

.card {
    margin-top: 5px !important;
}

#contatti i {
    vertical-align: middle;
    color: #007bff;
}

#contatti button i {
    color: white;
}

.option_box i,
#note-spool i,
#filespool i {
    color: #007bff;
}

/* SIDE TOOLS BAR */


/*Modif 06052023-15:42*/
#mywidgetframe {
    width: 360px;
    min-height: 200px;
    left: -320px;
    position: fixed;
    top: 150px;
    z-index: 99999;
    transition: all 1s;
}

/*Modif 06052023-15:42*/

#opener i {
    color: white;
}

#opener {
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    text-align: center;
    background-color: #818c9e !important;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.45);
}

#mywidget {
    width: 320px;
    min-height: 200px;
    float: left;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.45);
}

.openwidgetframe {
    left: 0px !important;
}

.chartJs {
    width: 130%;
}


/* SLIDER TO THE TOP  */

#back-top {
    background-color: #00000087;
    right: 25px;
    width: 40px;
    height: 40px;
    bottom: 25px;
    position: fixed;
    text-align: center;
    cursor: pointer;
}

#back-top span i {
    color: white;
    width: 16px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    line-height: 1;
}

#back-top span {
    display: block;
    width: 100%;
    font-size: 18px;
}

.dontshow {
    display: none;
}

@media screen and (max-width:620px) {

    .fc-listWeek-view .fc-scroller,
    .fc-scroller {
        min-height: 500px;
    }

    .fc-day-grid-container {
        min-height: unset !important;
        height: auto !important;
    }

    select.small_on_mobile {
        width: 100%;
        margin-bottom: 10px;
    }

    .hiddeondesktop {
        display: inline-block;
    }

    .navbar-nav li {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .fc-time-grid-container {
        min-height: 450px;
    }
}

@media screen and (max-width:320px) {
    .g-recaptcha {
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media screen and (min-width:310px) and (max-width:425px) {

    .tabla-casos td:first-child,
    .tabla-casos th:first-child,
    #contatti th:nth-child(n+4),
    #contatti td:nth-child(n+4) {
        display: none;
    }

    .g-recaptcha {
        padding: 10px;
        -webkit-transform: scale(0.83);
        -moz-transform: scale(0.83);
        -ms-transform: scale(0.83);
        -o-transform: scale(0.83);
        transform: scale(0.83);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
    background-color: #523086;
    color: white;
    border-radius: 4px;
}

@media screen and (min-width:426px) {
    .card-container.card {
        max-width: 382px;
    }
}

#profile-img {
    margin: -5px;
    width: 100%;
}

.btn {
    font-size: 12px !important;
    padding: 5px 9px !important;
    /*font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;*/
}

.btn-green {
    color: #333 !important;
    background-color: #CEED53 !important;
    border-color: #CEED53 !important;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
}

form>.row {
    margin-bottom: 7px;
}


/*
 * Card component
 */

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    /*width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}


/*
 * Form styles
 */

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    /*background-color: rgb(12, 97, 33);*/
    background-color: rgb(214, 193, 6);
}

.forgot-password,
a.forgot-password {
    color: #bed400 !important;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: #d6c106 !important;
}

#curriculumlink {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #a72300;
    border-radius: 6px;
    border: 0px;
}

#curriculumlink:hover {
    color: black;
    background-color: grey;
}

th {
    text-align: center !important;
}

hr {
    border-top: 3px double #404040 !important;
}

table a {
    color: #007bff !important;
}

label {
    text-transform: uppercase;
}

.pulse {
    /*margin:100px;
  display: block;
  padding:5px;
   width: 22px;
   height: 22px;*/
    border-radius: 50%;
    background: rgb(5, 189, 212);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(5, 189, 212, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}


.mitimiti select,
.mitimiti button {
    margin: 0 5px;
    width: 45% !important;
}

#infobox label {
    margin: 0;
    vertical-align: bottom;
}

#infobox>div {
    vertical-align: super;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.faw,
.dropdown-item span:before {
    font-family: "Font Awesome 5 Pro";
    color: #007bff;
}


.block-menu a div {
    font-size: 16px;
}

.block-menu {
    row-gap: 10px;
    column-gap: 43px;
    justify-content: left;
}

.block-menu div {
    border-radius: 6px;
}

.block-menu div:hover {
    background-color: #523086 !important;
}

.block-menu a:hover {
    text-decoration: none;
}

.bg-casos {
    background-color: #4575ba
}

.bg-estadisticas {
    background-color: #ac73b1
}

.bg-contacto {
    background-color: #785aa6
}

.bg-calendario {
    background-color: #ee3774
}

.bg-bitacora {
    background-color: #9c27b0
}

.bg-sesion {
    background-color: #f37c7d
}

.bg-configuracion {
    background-color: #a7a6a6
}

.bg-etapas {
    background-color: #009688
}

.bg-organigrama {
    background-color: #80aada
}

.bg-cuenta {
    background-color: #607d8b
}

.bg-consultas {
    background-color: #f3c217
}

.bg-usuario {
    background-color: #fcbc5a
}

.bg-proceso {
    background-color: #a6c13a
}

.bg-setup {
    background-color: #4caf50
}

.bg-log {
    background-color: #e53935
}

.bg-flujograma {
    background: #CF607D;
}

.bg-casos2 {
    background-color: #818C9E
}






ul.checkbox-img {
    list-style-type: none;
    padding: 0
}

.checkbox-img li {
    display: inline-block;
}

.checkbox-img input[type="checkbox"][id^="myCheckbox"] {
    /*display: none;*/

    opacity: 0;
    position: relative;
    top: 55px;
    left: 45px;
}

.checkbox-img label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.checkbox-img label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.checkbox-img label img {
    height: 50px;
    width: 50px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.checkbox-img :checked+label {
    border-color: #ddd;
    border-radius: 20px;
}

.checkbox-img :checked+label:before {
    content: "✓";
    background-color: #8bc34a;
    transform: scale(1);
}

.checkbox-img :checked+label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}














@media screen and (min-width:426px) {}

.logo {
    background: url('../images/logo-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 127px;
    padding-left: 70px;
    padding-top: 10px;
}

.exit a:hover {
    text-decoration: none;
}

.exit a div {
    font-size: 24px;
    padding: 70px;
    padding: 10px;
}

@media screen and (max-width:426px) {
    .block-menu a div {
        font-size: 22px;
    }

    .exit a div {
        /* color: #673ab7!important; */
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}




/*
MODIFICACIONES CSS 12/05/2022
*/

.block-menu a div {
    font-size: 16px;
}

.block-menu {
    row-gap: 10px;
    column-gap: 43px;
    justify-content: left;
}

.block-menu div {
    border-radius: 6px;
}

.block-menu div:hover {
    background-color: #523086 !important;
}

.block-menu a:hover {
    text-decoration: none;
}

.bg-casos {
    background-color: #4575ba
}

.bg-estadisticas {
    background-color: #ac73b1
}

.bg-contacto {
    background-color: #785aa6
}

.bg-calendario {
    background-color: #ee3774
}

.bg-bitacora {
    background-color: #9c27b0
}

.bg-sesion {
    background-color: #f37c7d
}

.bg-configuracion {
    background-color: #a7a6a6
}

.bg-etapas {
    background-color: #009688
}

.bg-organigrama {
    background-color: #80aada
}

.bg-cuenta {
    background-color: #607d8b
}

.bg-consultas {
    background-color: #f3c217
}

.bg-usuario {
    background-color: #fcbc5a
}

.bg-account {
    background-color: #e91e63
}

.bg-proceso {
    background-color: #a6c13a
}

.bg-setup {
    background-color: #4caf50
}

.bg-log {
    background-color: #e53935
}

.bg-calendar {
    background-color: #757575;
}



.bg-notifications {
    background-color: #4ea3ff
}

@media screen and (min-width:426px) {
    body {
        /* background:url('images/bg2022.png');*/
        background-repeat: no-repeat;
        background-position: 126% -219px;
    }

}

.logo {
    /* background:url('images/logo-bg.png'); */
    background-repeat: no-repeat;
    background-position: -60px 0;
    min-height: 127px;
    padding-left: 70px;
    padding-top: 10px;
}

.exit a:hover {
    text-decoration: none;
}

.exit a div {
    /*font-size: 24px;*/
    font-size: 1.3em;
    padding: 70px;
    padding: 10px;
}

@media screen and (max-width:426px) {
    .block-menu a div {
        font-size: 22px;
    }

    .exit a div {
        color: #f3f3f3 !important;
    }
}

.checkbox-img label {
    min-width: 100px;
    max-width: 100px;
    display: inline-block;
    border-radius: 20px;
    background-color: #007bff;
    color: white;
    font-size: 20px;
}

.checkbox-img :checked+label {
    border-color: #523087;
    border-radius: 20px;
    background-color: #523087;
    color: white;

}

/*
FIN MODIFICACIONES CSS 12/05/2022
*/


/* calll */
/* calll */

div.mailme,
div.callme {
    position: relative;
}

div.mailme:hover>ul,
div.callme:hover>ul {
    display: block;
    z-index: 2;
}


div.callme ul {
    /* transform: translateX(-50%); */
    display: none;
    background: #523087;
    border-radius: 8px;
    color: white !important;
    position: fixed;
    padding: 10px 0;
    list-style: none;
}

div.callme ul a i,
div.callme ul a {
    text-decoration: none;
    color: white !important;
    padding: 10px;
}

div.callme ul li {

    padding: 5px;
    padding: 5px;
    width: max-content;
}

div.callme ul li:hover {
    background-color: #cddc39;

}

div.callme ul li:hover>a i,
div.callme ul li:hover>a {
    color: black !important;
}

/* calll */
/* mailme */


div.mailme ul {
    /* transform: translateX(-50%); */
    display: none;
    background: #523087;
    border-radius: 8px;
    color: white !important;
    position: fixed;
    padding: 10px 0;
    list-style: none;
}

div.mailme ul a i,
div.mailme ul a {
    text-decoration: none;
    color: white !important;
    padding: 10px;
}

div.mailme ul li {
    padding: 5px;
    padding: 5px;
    width: max-content;
}

div.mailme ul li:hover,
div.mailme ul li:active {
    background-color: #cddc39;

}

div.mailme ul li:hover>a i,
div.mailme ul li:hover>a {
    color: black !important;
}

@media screen and (max-width:700px) {

    div.mailme ul,
    div.callme ul {
        transform: none;
    }

    div.mailme>i:before,
    div.callme>i:before {
        border: 1px solid rgb(212, 212, 212);
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        line-height: 21px;
    }

    div.mailme ul,
    div.callme ul {
        position: absolute;
    }

    div.mailme,
    div.callme {
        margin-top: 20px;
        ;
        margin-bottom: 20px;
        ;

    }
}

/* mailme */