body {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.header {
    background: #5e585e !important;
    border-top: 0px !important;
    height: 65px !important;
}

.header .separator {
    background-image: none !important;
    border-left: 1px solid #6f6f6f;
}

.nav {
    padding-left: 0px !important;
}

.userbox {
    margin-top: 7px;
}

.header-right {
    height: 61px !important;
}

.card-title {
    letter-spacing: 0px !important;
}

.ticket-digitado {
    background: #993333;
}
.ticket-en-espera {
    background: #3db5bd;
}

.ticket-en-observacion {
    background: #ecb75b;
}

.ticket-en-proceso {
    background: #5e585e;
}
.ticket-en-auditoria {
    background: #e60000;
}

.ticket-cerrado {
    background: #999;
}

.header .logo {
    margin: 4px 0 0 15px;
}

/*Color del sidebar*/
html.sidebar-light:not(.dark) ul.nav-main li a {
    color: #0077d9 !important;
}

html.sidebar-light:not(.dark) ul.nav-main li button {
    color: #0077d9 !important;
}

.text-description img {
    max-width: 100%;
    height: auto;
}

.text-description p {
    line-height: 15px !important;
}

.text-description ol,
.text-description ul {
    padding-left: 2rem !important;
}

.cursorHelp {
    cursor: help !important;
}
.cursor-help {
    cursor: help !important;
}

.notifications {
    padding-left: 0 !important;
}

.notifications > li {
    cursor: pointer;
    margin: 0 0 0 10px !important;
}

.notifications > li .notification-icon i {
    font-size: 0.8rem !important;
}

.show span.name {
    color: #0E3673 !important;
}

ul.nav-main li a {
    font-size: 0.9rem !important;
}

ul.nav-main li button {
    font-size: 0.9rem !important;
}

html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li ul.nav-children {
    border-right: 2px solid #0E3673 !important;
}

.form-select {
    font-size: 0.85rem !important;
    min-height: 2.4rem !important;
}

.highcharts-credits {
    display: none !important;
}

.note-editable p {
    margin: 0 !important;
    line-height: 15px !important;
}

.inner-wrapper {
    padding-top: 65px !important;
}

.userbox .name {
    color: #FFF;
}

.content-body {
    padding: 40px 20px 40px 20px;
}

.page-header {
    margin: -40px -40px 20px -40px;
}

.content-body:not(.card-margin) > .row + .row {
    padding-top: 20px;
}


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

    .inner-wrapper {
        padding-top: 0px !important;
    }

    .header .logo-container {
        background: #5e585e !important;
        border-top: 0px solid #EDEDED;
    }

    .logo {
        margin-top: 0px;
    }

    .userbox {
        margin-top: 20px;
    }

    .userbox .name {
        color: #333;
    }

    .userbox .name,
    .userbox .role {
        max-width: 150px;
    }

    .userbox .dropdown-menu {
        padding: 45px 15px 0 0;
    }

    .ticket-en-observacion {
        margin-top: 5px;
    }
    
    .page-header {
        margin: -40px 0px 20px -20px;
        color: red;
    }

    .content-body {
        padding: 40px 15px 15px;
    }
    
}

.timeline .tm-items > li .tm-box {
  padding: 10px 5px 10px 10px;
}
.tooltip-inner {
    max-width: 400px !important;
    text-align: justify !important;
}
.result-count {
  margin-top: -6px;
  padding-bottom: 10px;
  color: #0E3673;
  font-size: smaller;
}



/*Mensaje error permisos*/

#icono_error_permisos{
    font-size:50pt ;
    animation-name:Cambio_icono_error;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes Cambio_icono_error{

    0%{
        color: #993333;
    }


 100%{
    color: rgb(238, 175, 17);
 }


}

