/********************
* NUEVO LAYOUT
********************/
@import url("animate.css");

a {
    color: #0f8a99 !important;
    text-decoration: none;
}

#wrapper .sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 260px;
    height: 100%;
    float: left;
    background-color: #2b333e;
    position: fixed;
    left: 0;
}

#wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 260px);
    left: 0;
    position: relative;
    float: right;
    background-color: #f2f2f2;
}

#wrapper #sidebar-nav,
#wrapper .main {
    padding-top: 80px;
}

@media screen and (max-width: 767px) {
    #wrapper #sidebar-nav,
    #wrapper .main {
        padding-top: 130px;
    }
}

.layout-fullwidth #wrapper .sidebar {
    left: -260px;
}

.layout-fullwidth #wrapper .main {
    width: 100%;
    /*height:100vh;*/
}

.layout-fullwidth #wrapper .navbar {
    left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
    color: #ffffff;
}

.offcanvas-active #wrapper .sidebar {
    left: 0;
}

.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 260px;
}

@media screen and (max-width: 1024px) {
    #wrapper .sidebar {
        left: -260px;
    }

    #wrapper .main {
        width: 100%;
    }

    #wrapper .navbar {
        left: 0 !important;
    }

    #wrapper .btn-toggle-fullwidth {
        color: #ffffff;
    }

    .btn-toggle-minified {
        display: none;
    }
}

.main-content {
    padding: 28px 30px;
}

.navbar + .main-content {
    padding: 105px 0 28px 5px;
}

@media screen and (max-width: 767px) {
    .navbar + .main-content {
        padding-top: 155px;
    }
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.bk-white {
    background: #fff;
}

txt-grey {
    color: #666;
}

.p-relative {
    position: relative;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #2b333e;
    font-size: 25px;
    margin-top: 0px;
}

h4 {
    float: left;
    color: #0e8a99;
    font-size: 12px !important;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0px !important;
}

    h4 span {
        color: #0e8a99;
        font: 0.8em !important;
        padding: 3px 6px;
        display: inline-block;
        font-weight: bolder;
    }

        h4 span:after {
            content: ".";
        }

/****buttons task********
  ******************/

.title-panel .button-tasks {
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2000;
    color: #fff !important;
}

    .title-panel .button-tasks.btn {
        background: #222222 !important;
        border-radius: 5px !important;
        color: #fff;
    }

        .title-panel .button-tasks.btn:hover {
            background: #273335 !important;
        }

/*****************BOTONES DEL PLUG DE ZOOM DE LA 
  IMAGEN DEL ACTA*****************************
*******************************************/

ul.buttons {
    padding: 0px 20px;
}

.buttons li a,
.buttons li.button-expand a {
    border-radius: 3px;
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 0 0 0 0;
    text-align: center;
    line-height: 34px;
    z-index: 100;
    border: none;
    text-decoration: none;
    border-radius: 3px;
    color: #fff !important;
    background: #222222;
}

    .buttons li.button-expand a:hover,
    li a:hover {
        background: #2e3c3f;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        color: #fff;
    }

.buttons li {
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 0 5px 0 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    border: none;
    text-decoration: none;
    border-radius: 3px;
}

.button-expand a:hover i {
    color: #5472d3;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.container-buttons-amm {
    /* position: fixed;
  z-index: 1000;*/
    position: sticky;
    z-index: 1000;
    top: 30px;
}

.container-buttons-amm-detalle {
    position: absolute;
    z-index: 1000;
}

/********************
* NAVEGACION
********************/

.navbar-default {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff;
}

    .navbar-default .navbar-nav a.dropdown-toggle {
        height: 83px;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent !important;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent !important;
    }

    .navbar-default .brand {
        float: left;
        padding: 22px 12px 0;
    }

@media screen and (max-width: 1024px) {
    .navbar-default .brand {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .brand {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .navbar-default #navbar-menu {
        float: right;
    }
}

/*scroll menu
  */

.slimScrollDiv {
    overflow: hidden;
    position: absolute !important;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 80vh;
}

    .slimScrollDiv.ps-container .ps-scrollbar-y-rail {
        width: 5px !important;
        background: rgb(71, 83, 99);
    }

    .slimScrollDiv.ps-container .ps-scrollbar-y {
        width: 5px !important;
        background: rgb(103, 117, 136);
    }

.navbar-btn {
    float: left;
    padding: 16px 0;
}

    .navbar-btn button {
        font-size: 32px;
        padding: 0px 8px 0 15px;
        line-height: 0.7;
        border: none;
        background: none;
        outline: none;
        color: #fff;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 13px;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.5) !important;
    }

@media screen and (max-width: 640px) {
    .navbar-btn {
        padding-left: 0;
    }
}

.navbar-btn-right {
    float: right;
}

.navbar-form {
    padding: 15px;
    border: 0;
}

    .navbar-form input[type="text"] {
        min-width: 200px;
    }

@media screen and (max-width: 767px) {
    .navbar-form {
        float: left;
        width: 70%;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
    }

        .navbar-form .input-group {
            width: 70%;
        }

        .navbar-form input[type="text"] {
            min-width: 150px;
        }
}

@media screen and (max-width: 640px) {
    .navbar-form {
        display: none;
    }
}

.navbar-nav .icon-menu {
    display: inline-block;
    vertical-align: middle;
    /* vertical-align: auto;
  zoom: 1;
  display: inline;*/
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}

    .navbar-nav .icon-menu .badge {
        position: absolute;
        top: 22px;
        right: 16px;
    }

.navbar-nav > li > a {
    /*padding: 22px 20px 38px !important;*/
    padding: 14px 20px !important;
}

    .navbar-nav > li > a > i {
        font-size: 22px;
        margin-right: 2px;
        vertical-align: middle;
    }

        .navbar-nav > li > a > i.icon-submenu {
            margin-left: 2px;
            margin-right: 0;
            font-size: 10px;
            position: relative;
            top: 2px;
        }

    .navbar-nav > li > a > span {
        position: relative;
        top: 2px;
    }

    .navbar-nav > li > a img {
        width: 50px;
        margin-right: 10px;
        object-fit: cover;
        height: 50px;
    }

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    min-width: 200px;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.navbar-nav .dropdown-menu {
    border-top: 2px solid #acb0b5;
}

    .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
    }

        .navbar-nav .dropdown-menu > li > a:hover,
        .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #fafafa;
        }

        .navbar-nav .dropdown-menu > li > a span,
        .navbar-nav .dropdown-menu > li > a i {
            vertical-align: middle;
        }

@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
    }

        .navbar-nav > li {
            display: table-cell;
            width: 1%;
            position: inherit;
            text-align: center;
        }

            .navbar-nav > li > a {
                padding: 15px 20px;
            }

                .navbar-nav > li > a span:not(.badge),
                .navbar-nav > li > a .icon-submenu {
                    display: none;
                }

        .navbar-nav .open .dropdown-menu {
            -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            position: absolute;
            width: 100%;
            margin-top: 3px;
            background-color: #fff;
        }

            .navbar-nav .open .dropdown-menu > li > a {
                padding: 10px 15px;
            }

        .navbar-nav .icon-menu {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .navbar-nav .icon-menu .badge {
                top: 10px;
                right: 15px;
            }
}

.navbar-toggle {
    padding: 5px 8px;
    margin: 20px 15px 20px 0;
}

    .navbar-toggle .icon-nav {
        font-size: 24px;
    }

.notification-item .dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    /* vertical-align: auto;
  zoom: 1;
  display: inline;*/
    width: 10px;
    height: 10px;
    content: "";
    margin-right: 8px;
}

ul.notifications > li {
    border-bottom: 1px solid #f0f0f0;
}

    ul.notifications > li:last-child {
        border-bottom: none;
    }

    ul.notifications > li > .more {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        text-decoration: underline;
        font-weight: 600;
    }

        ul.notifications > li > .more:hover,
        ul.notifications > li > .more:focus {
            text-decoration: none;
        }

.dropdown-menu {
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-color: #eaeaea;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #afcdd5 !important;
}

.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:active,
.dropdown .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active {
    color: #afcdd5 !important;
}

.dropdown-menu > li > a {
    color: #676a6d;
}

.dropdown-menu > li i {
    margin-right: 6px;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover {
    background-color: #00aaff;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #a3a3a3;
}

/********************
* SIDEBAR NAVEGACION
********************/

.sidebar {
    z-index: 9;
}

    .sidebar .nav > li > a {
        padding: 18px 30px;
        color: #fff !important;
        border-left: 5px solid transparent;
    }

        .sidebar .nav > li > a:hover,
        .sidebar .nav > li > a:focus,
        .sidebar .nav > li > a.active {
            color: #fff;
            background-color: transparent;
            outline: none !important;
        }

            .sidebar .nav > li > a:hover i,
            .sidebar .nav > li > a:focus i,
            .sidebar .nav > li > a.active i {
                color: #07aec3;
            }

        .sidebar .nav > li > a:focus,
        .sidebar .nav > li > a.active {
            background-color: #252c35;
            border-left-color: #07aec3;
        }

        .sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
            display: inline-block;
            vertical-align: middle;
            vertical-align: auto;
            zoom: 1;
            display: inline;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            float: right;
            position: relative;
            top: 5px;
            font-size: 12px;
            line-height: 1.1;
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .sidebar .nav > li > a .badge {
            font-weight: 400;
            background-color: #f9354c;
        }

    .sidebar .nav {
        /* submenu */
    }

        .sidebar .nav i {
            margin-right: 10px;
            font-size: 18px;
        }

        .sidebar .nav span {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            top: -2px;
        }

        .sidebar .nav .nav {
            background-color: #252c35;
        }

            .sidebar .nav .nav > li > a {
                padding-left: 60px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .sidebar .nav .nav > li > a:focus,
                .sidebar .nav .nav > li > a.active {
                    background-color: transparent;
                    border-left-color: transparent;
                }

                    .sidebar .nav .nav > li > a.active a {
                        color: #fff;
                    }

.rotate-icon {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari 3-8 */
    transform: rotate(180deg);
}

/********************
* FOOTER
********************/

/********************
* ESTILOS GENERALES
********************/
.float-none {
    float: none !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.fgc2 {
    color: #0f52ba;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

/********************
* HOME MONITOR DASHBOARD
********************/

.card-chart {
    border: none;
}

    .card-chart h4.card-title {
        color: #455a64;
        margin: 0px;
        font-weight: 400;
        display: block !important;
        float: none;
    }

    .card-chart p {
        color: #8862e0 !important;
        display: block !important;
        margin: 0px;
    }

    .card-chart h6 {
        margin: 0px;
    }

    .card-chart .icon-lg {
        font-size: 40px;
    }

    .card-chart .text-info {
        color: #8862e0 !important;
    }

    .card-chart .text-blueLight {
        color: #00e4d0 !important;
    }

    .card-chart .text-muted {
        color: #c2c2c2 !important;
        font-size: 12px;
    }

.card-user {
    background: #fff;
    padding: 30px;
    width: 100%;
}

.card-gral {
    background: #fff;
    padding: 20px;
    width: 100%;
}

.l20height {
    line-height: 20px;
}

.card-statistics.boxshadow {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

.card-statistics .text-muted {
    color: #c2c2c2 !important;
    font-size: 12px;
}

a .card-statistics {
    color: #333;
    padding: 20px !important;
}

    a .card-statistics:hover {
        background: #2b333e;
        color: #fff;
    }

a.aspNetDisabled .card-statistics:hover {
    background: #fff;
    color: #000;
}

.card-statistics-dark {
    color: #fff;
    background: #6c7174 !important;
}

    .card-statistics-dark h1 i {
        color: #fff !important;
    }

.card-statistics {
    border: none;
}

    .card-statistics .text-info {
        color: #8862e0 !important;
    }

    .card-statistics .text-muted {
        color: #c2c2c2 !important;
        font-size: 12px;
    }

    .card-statistics h3 {
        font-size: 30px;
    }

    .card-statistics .icon-lg {
        font-size: 2.5rem;
    }

    .card-statistics .text-danger {
        color: #e65251 !important;
    }

    .card-statistics .text-blueLight {
        color: #00e4d0 !important;
    }

    .card-statistics .text-yellow {
        color: #e4cd00 !important;
    }

    .card-statistics .text-info {
        color: #8862e0 !important;
    }

    .card-statistics p {
        margin: 0px;
        font-size: 13px;
    }

/*========== barras de progreso=======*/

.progress.progress-amm {
    width: 100%;
    height: 4px;
    border-radius: 30px;
    overflow: hidden;
    background: #dcdde0;
    margin-top: 5px;
}

    .progress.progress-amm.progress-small {
        height: 2px;
    }

.progress-bar.progress-bar-amm {
    height: 4px;
    border-radius: 30px;
}

.progress-bar.green {
    background: #07aec3;
}

.progress-bar.progress-bar-amm.progress-bar-small {
    height: 2px;
}

.titulo-line {
    display: block;
    font-size: 11px;
}

    .titulo-line::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 19px;
        width: 38px;
        height: 2px;
        background: #07aec3;
        content: "";
    }
/********************
* DEGRADE
********************/
.overview-item--c3 {
    background: #07aec3;
    background: -moz-linear-gradient(left, #07aec3 0%, #0f8a99 100%);
    background: -webkit-linear-gradient(left, #07aec3 0%, #0f8a99 100%);
    background: linear-gradient(to right, #07aec3 0%, #0f8a99 100%);
}

/********************
* COLORES DE FONDO
********************/
.bg-6-dark {
    background: #a8b6c2 !important;
}

.bg-6 {
    background: #c9d0d6 !important;
}

.bg-7 {
    background: #6c7174 !important;
}

.bg-9 {
    background: #ffffff !important;
}

.bg-10 {
    background: #e6e4e4 !important;
}

.dashbg-1 {
    background: #ec055c;
}

.dashbg-2 {
    background: #ecbb05;
}

.dashbg-3 {
    background: #fc4c00;
}

.dashbg-4 {
    background: #65589b;
}

.dashbg-5 {
    background: #1976d2;
}

.dashbg-6 {
    background: #506270 !important;
}

.bluetext {
    color: #0178bc !important;
}

.dashbg-7 {
    background: #e94e61 !important;
}

.dashbg-8 {
    background: #181c32 !important;
}

.bg-align-350 {
    height: 350px;
    background: #c9d0d6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**************************
/*EMPTYsTATE
***************************/

.emptyStateSinH {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px dashed #ccc;
}

.emptyState {
    background: #fff;
    padding: 50px 0;
    text-align: center;
    min-height: 300px;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px dashed #999;
}

    .emptyState h1,
    .emptyStateSinH h1 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin-bottom: 0px;
    }

    .emptyState h2,
    .emptyStateSinH h2 {
        font-size: 15px;
        font-weight: normal;
        color: #999;
        margin-top: 0px;
    }

/**************************
/*LISTADO GENERALES
***************************/

.list-text-indent {
    margin-left: 20px;
    border: #e9ecef 1px solid;
    padding: 2px 10px;
}

.list-text-border {
    border: #e9ecef 1px solid;
    padding: 2px 10px;
}

.listado-750 {
    max-height: 750px;
    overflow: hidden;
    position: relative;
}

.listado-225 {
    max-height: 225px;
    overflow: hidden;
    position: relative;
}

.icon-sm-list {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.icon-lg-list {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.list-gral .avatar {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

    .list-gral .avatar img {
        width: 100%;
        height: 100%;
    }

.list-gral strong {
    font-size: 1.2rem;
}

.list-gral span {
    font-size: 0.9rem;
    font-weight: 300;
}

.list-gral .totales {
    border-radius: 50px;
    padding: 6px 30px;
    background: #26292d;
    display: inline-block;
    font-size: 0.9rem;
    color: #dee0e4;
    font-weight: bold;
}

.list-gral .item {
    /* width: 33.3333%;*/
    text-align: center;
}

    .list-gral .item i {
        margin-right: 10px;
        color: #6a6c70;
    }

.list-gral .item {
    font-size: 0.9rem;
}

.header-list {
    font-size: 13px;
    color: #6a6c70;
    margin-bottom: 15px;
    display: inline-block;
}

.list-gral .line {
    padding-bottom: 5px;
    border-bottom: 1px solid #b7bac0;
    margin-bottom: 5px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.block {
    padding: 20px;
    background: #fff;
    color: #8a8d93;
    margin-bottom: 10px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (max-width: 991px) {
    .list-gral .totales {
        margin: 20px 0;
    }
}

.col-num {
    float: left;
    width: 3.2%;
    position: relative;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 12px;
    border-right: 1px solid #dbdbdb;
}

    .col-num .num-date {
        position: absolute;
        font-weight: bold;
        font-size: 10px;
        right: 0px;
        top: 0px;
        color: #999;
        width: 15px;
    }

    .col-num .actividad-num {
        margin-top: 5px;
        display: inline-block;
    }

/***********************
  /*CARGA ACTA
*********************/

/*.seccion-acta-carga {
  border-top: 1px solid #666666;
  padding: 15px 0;
  margin: 15px 0px;
}*/

.container-section-dt {
    padding: 20px 25px 20px 20px;
    margin: 5px 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.input-md {
    height: 20px !important;
    width: 20px !important;
}

.group-input label {
    font-size: 11px;
}

.group-input {
    margin-right: 15px;
    display: inline-block;
}

.form-control.bold-big {
    font-size: 25px;
    font-weight: bold;
}

.talon {
    border-top: 1px dashed #333;
    position: relative;
}

    .talon .malLabrada {
        color: #f30f30;
        font-weight: bold;
    }

        .talon .malLabrada:before {
            content: "\f071 ";
            font-family: FontAwesome;
        }

.bigFinalButton {
    width: 70% !important;
    padding: 16px;
}

.text-muted {
    color: #999999;
}

span small {
    font-size: 11px;
}

/**************************
/*DTEPICKER ROUND
***************************/

.datepicker-round .input-group input {
    border-radius: 60px !important;
    background: transparent;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0178bc;
    padding: 0.85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-size: 13px;
    color: #0178bc;
    position: relative;
    float: right;
    cursor: pointer;
}

.datepicker-round .input-group i {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #0178bc;
}

.botonCalendar {
    font-size: 25px;
    padding: 0px;
    color: #0178bc;
}

    .botonCalendar:hover {
        font-size: 25px;
        padding: 0px;
        color: #0178bc;
        text-decoration: none;
    }

.search-icon i.lnr {
    cursor: pointer;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 6px;
    color: #0178bc;
    padding: 0px !important;
    background: transparent !important;
    border: none !important;
    z-index: 10;
}

/**********GRAVEDAD INFRACCION****************/

.gravedadInfraccion {
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 25px;
    text-align: center;
    float: left;
    margin: 2px;
}

.leve {
    background: #efc75e;
}

.grave {
    background: #ed7d5f;
}

.gravisima {
    background: #f23300;
}

/*referencias GRAVEDAD INFRACCION*/

.gravedadInfraccionRef {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    line-height: 25px;
    text-align: center;
    float: left;
    margin: 4px 4px 0 4px;
}

.gravedadInfraccionRefTxt {
    font-size: 11px;
    color: #666;
    float: left;
}

/****==================
  DETALLE DEL ACTA
===============*/

.errorFlag {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #f44336 !important;
    border-radius: 2px;
    display: inline-block !important;
    padding: 5px 10px;
}

.headerDetalleActa {
    display: block;
    position: relative;
}

    .headerDetalleActa span {
        display: block;
    }

        .headerDetalleActa span.first {
            font-size: 22px;
            font-weight: bold;
        }

        .headerDetalleActa span.second {
            font-size: 16px;
        }

        .headerDetalleActa span.third {
            font-size: 16px;
            color: #0078e5;
            text-transform: lowercase;
            font-weight: bold;
        }

            .headerDetalleActa span.third:before {
                font-size: 16px;
                color: #000000;
                content: "Estado: ";
                text-transform: capitalize;
            }

.botoneraHeader {
    margin-top: 50px;
}

    .botoneraHeader .button-tasks {
        float: right;
        z-index: 2000;
        color: #fff !important;
    }

        .botoneraHeader .button-tasks.btn {
            background: #222222 !important;
            border-radius: 5px !important;
            color: #fff;
            margin: 0 5px;
        }

            .botoneraHeader .button-tasks.btn:hover {
                background: #2e3c3f !important;
            }

.result {
    font-weight: bold;
    display: block;
}

    .result.big {
        font-size: 35px;
    }

.label-result {
    font-weight: normal;
    font-size: 12px;
}

.divBorder {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 15px 0;
}

/* slide tracking*/

.footerDrawer {
    width: 100%;
    position: fixed;
    bottom: -80px;
    /* background-color: #ffffff;*/
    background: #c9d0d6;
    z-index: 3;
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
}

.footerDrawerFixed {
    width: 100%;
    position: fixed;
    bottom: -80px;
    /* background-color: #ffffff;*/
    background: #c9d0d6;
    z-index: 3;
}

.cerrarTracking {
    font-weight: bold;
    color: #637d91 !important;
    text-transform: uppercase;
    font-size: 13px;
}

    .cerrarTracking:hover {
        color: #222 !important;
        text-decoration: none !important;
    }

.openTracking {
    float: right;
    position: absolute;
    right: 25px;
    top: 20px;
    font-weight: bold;
    color: #0078e5;
    font-size: 14px;
    text-transform: uppercase;
}

.openTracking2 {
    font-weight: bold;
    color: #0078e5;
    font-size: 14px;
    text-transform: uppercase;
}

.footerDrawer .content {
    height: 622px;
    display: none;
    padding: 30px;
}

.footerDrawerFixed .content {
    height: 622px;
    display: none;
    padding: 30px;
}

.containerTracking {
    position: relative;
    height: 400px;
    float: left;
    width: 100%;
    overflow: hidden;
}

/* tablas divs*/

.headerTable {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    color: #0078e5;
}

.bodyTable {
    padding: 15px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

footer {
    height: 80px;
    padding: 15px;
    background: #f2f2f2;
}

.text-center {
    text-align: center;
}

/*-------------------------
[ alineaciones flex ]
  ---------------------
*/
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.d-flex {
    display: flex !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
/* anchos*/

.w-size30 {
    width: 30%;
}

.w-size50 {
    width: 50%;
}

.w-size70 {
    width: 70%;
}

/*-------------------------
[ listado general ]
  ---------------------
*/

a.listado-item.item-list {
    color: #000 !important;
}

    a.listado-item.item-list:hover {
        background: #dbdbdb;
        text-decoration: none !important;
    }

.listado-item {
    display: inline-block;
    background: #fff;
    width: 100%;
}

    .listado-item.item-list.border-list {
        color: #333;
        border: 1px solid #dbdbdb;
        padding: 8px 15px;
        position: relative;
        margin-bottom: 8px;
    }

    .listado-item.item-list {
        color: #333;
        border-bottom: 1px solid #dbdbdb;
        padding: 8px 15px;
        position: relative;
    }

    .listado-item.header-listado {
        font-size: 0.65rem;
        padding-top: 8px;
        padding-bottom: 8px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border-bottom: 1px solid #e9ecef;
        font-weight: bold;
        color: #000;
        background-color: #f6f9fc;
    }

    .listado-item.header-list-contenido {
        color: #000;
        background-color: #e9e9e9;
    }

    .listado-item.header-list-contenido {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e9ecef;
        font-weight: 400;
    }

.estados-badge {
    background: #2b333e;
    padding: 5px 20px;
    border-radius: 16px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.rounded {
    border-radius: 0.42rem !important;
}

/*-------------------------
[ colores fondo ]
  ---------------------
*/
.bg-light-info {
    background-color: #c9f7f5 !important;
}

.bg-greygreen {
    background: #9aabaf;
}

.bg-greylight {
    background: #dbdbdb;
}

/*-------------------------
[ text text text ]
  ---------------------
*/

.col-form-label {
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
    color: #3f4254;
}

.text-bold {
    font-weight: bold;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-15 {
    font-size: 15px;
}

.text-17 {
    font-size: 17px;
}

.text-14 {
    font-size: 14px !important;
}

.text-13 {
    font-size: 13px;
}

.text-12 {
    font-size: 12px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-10 {
    font-size: 10px;
}

.text-30 {
    font-size: 30px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-50 {
    font-size: 50px !important;
}

.m-text31 {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.text-normal {
    font-weight: normal !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-ellipsis-oneline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 45%;
}
/* colores de texto*/
.text-greenlight {
    color: #1bc5bd !important;
}

.text-c-01 {
    color: #878786;
}

.text-c-2 {
    color: #3f4d51;
}

.text-c-4 {
    color: #4d70b5;
}

.text-red {
    color: #cf1316;
}

.text-green {
    color: #009a3e;
}

.text-warning {
    color: #ffbd07 !important;
}

.text-white {
    color: #fff !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-c-3 {
    color: #07aec3;
}

.text-grey {
    color: #666;
}

.color-text-01 {
    color: #07aec3;
}

.color-text-black {
    color: #000000 !important;
}

.dashtext-1 {
    color: #c94592 !important;
}

.text1-8 strong {
    font-size: 1.8rem !important;
    font-weight: 300;
}

.text1-3 strong {
    font-size: 1.3rem !important;
    font-weight: 300;
}

/*-------------------------
[ display position alturas ]
  ---------------------
*/

.d-inlineblock {
    display: inline-block !important;
}

.d-inline {
    display: inline;
}

.h-335 {
    height: 335px;
}

.h-40 {
    height: 40px !important;
}

.h-350 {
    height: 350px !important;
}

.h-395 {
    height: 395px !important;
}

.h-405 {
    height: 405px !important;
}

.h-413 {
    height: 413px !important;
}

.h-445 {
    height: 455px !important;
}

.h-455 {
    height: 455px !important;
}

.h-515 {
    height: 515px !important;
}

.h-620 {
    height: 620px;
}

.min-h315 {
    min-height: 315px;
}

.mh-350 {
    min-height: 350px;
}

.mh-370 {
    min-height: 370px;
}

.mh-410 {
    max-height: 410px;
}

.minh-410 {
    min-height: 410px;
}

.mh-270 {
    min-height: 270px;
}

.mh-250 {
    min-height: 250px;
}

.mh-366 {
    min-height: 366px;
}

.mh-375 {
    min-height: 375px;
}

.mh-325 {
    min-height: 325px;
}

.mh-300 {
    min-height: 300px;
}

.mh-330 {
    min-height: 330px;
}

.mh-335 {
    min-height: 355px;
}

.mh-390 {
    min-height: 390px;
}

.mh-575 {
    min-height: 575px;
}

.mh-525 {
    min-height: 525px;
}

.mh-540 {
    min-height: 540px;
}

.mh-505 {
    min-height: 505px;
}

.mh-615 {
    max-height: 615px;
}

.minh-580 {
    min-height: 580px;
}

.minh-390 {
    min-height: 390px;
}

.mh-800 {
    min-height: 800px;
}

.mh-815 {
    min-height: 815px;
}

.mh-845 {
    min-height: 845px;
}

.mh-770 {
    min-height: 770px !important;
}

.mh-775 {
    min-height: 775px !important;
}

.mh-840 {
    min-height: 840px;
}

.mh-130 {
    min-height: 130px;
}

.mh-400 {
    min-height: 400px;
}

.mh-455 {
    min-height: 455px;
}

.h-30 {
    height: 30px;
}

.h-60 {
    height: 60px;
}

.w-100 {
    width: 100% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-50 {
    width: 50% !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.max-h150 {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.max-h185 {
    max-height: 185px;
    overflow: hidden;
    position: relative;
}

.max-h350 {
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

.max-h300 {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.max-h450 {
    max-height: 450px;
    overflow: hidden;
    position: relative;
}

.max-h500 {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
/*-------------------------
[ margenes y padding ]
  ---------------------
*/
.m-auto {
    margin: 0 auto;
}

.mt-5 {
    margin-top: 5px;
}

.mr-370 {
    margin-right: 350px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-0 {
    margin-top: 0px;
}

.m0 {
    margin: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-5 {
    margin-right: 5px;
}

.m-0 {
    margin: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-10 {
    padding: 10px;
}

.p-0 {
    padding: 0px !important;
}

.p-15 {
    padding: 15px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-30 {
    padding-top: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-136 {
    padding-top: 136px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-50 {
    padding-right: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.lh-normal {
    line-height: normal !important;
}
/*-------------------------
[ bordes ]
  ---------------------
*/

.bo-1b {
    border-bottom: 1px solid #999;
}

.bo-2b {
    border-bottom: 1px dashed #999;
}

.bo-1 {
    border: 1px solid #ccc;
}

.bo-1t {
    border-top: 1px solid #999;
}

.bo-2t {
    border-top: 1px solid #dbdbdb;
}

.bo-3t {
    border-top: 1px solid #b1b1b1;
}

.bo-2b {
    border-bottom: 1px solid #dbdbdb;
}

.bo-0 {
    border: 1px solid #dbdbdb;
}

.bol-0 {
    border-left: 1px solid #999;
}

.bor-1 {
    border-right: 1px solid #ccc;
}

.bo-no {
    border: 0px !important;
}

.radius-5 {
    border-radius: 5px;
}
/*-------------------------
[ datetimepicker]
  ---------------------
*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 15px;
    min-width: 16rem;
    background: #fff;
    list-style: none !important;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    display: block;
}
/*-------------------------
[ has error]
  ---------------------
*/
.has-error {
    border-color: #a9342b !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url("../img/invalido.png") no-repeat scroll left center #fff !important;
    padding-left: 25px !important;
    color: #a9342b !important;
}

    .has-error .label {
        color: #a9342b !important;
    }
/*-------------------------
[ perfect scroll ]
  ---------------------
*/

.ps-container .ps-scrollbar-y-rail {
    right: 5px !important;
}

.ps-container .ps-scrollbar-y-rail {
    width: 12px !important;
}

.ps-container .ps-scrollbar-y {
    width: 12px !important;
}

.container-list-scroll-modal {
    position: relative;
    height: 350px;
    overflow: hidden;
}

/*-------------------------
[ login ]
  ---------------------
*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgb(8, 115, 129);
    background: linear-gradient( 180deg, rgba(8, 115, 129, 1) 28%, rgba(7, 174, 195, 1) 100% );
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 130px 100px 95px;
}

.login100-pic {
    width: 316px;
}

    .login100-pic img {
        max-width: 100%;
    }

.login100-form {
    width: 290px;
}

.login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}

.login100-form-nameapp {
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 25px;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: bold;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 5px;
    padding: 0 30px 0 68px;
    border: 0px !important;
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87, 184, 70, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}

.txt1 {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}

.container-login100-form-link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #07aec3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: none !important;
    border: 0px;
    font-weight: bold;
}

    .login100-form-btn:hover {
        background: #333333;
    }

.logon-caution {
    color: #db9000;
    display: block;
    font-size: 12px;
    margin-top: 15px;
}

.logon-error {
    color: #c6361e;
    display: block;
    font-size: 12px;
    margin-top: 15px;
}

.text-v-login {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

/*-------------------------
[ section ultimas cargadas ]
  ---------------------
*/

.latest-section {
    width: 100%;
    margin: 0px;
    float: none;
}

h3.m-text31::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 80px;
    height: 2px;
    background: #07aec3;
    content: "";
}

h3.m-text31 i {
    margin-right: 10px;
}

.btn-more-actions {
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    display: block;
}

a.btn-more-actions:hover,
a.btn-more-actions:active,
a.btn-more-actions:focus {
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 50%;
    color: #f2f2f2;
}

.more-actions.dropdown {
    position: absolute;
    right: 10px;
    top: 15px;
}

.more-actions2 .dropdown-menu > li > a,
.more-actions .dropdown-menu > li > a {
    padding: 8px 15px !important;
    color: #000 !important;
}

    .more-actions2 .dropdown-menu > li > a.aspNetDisabled.dropdown-item {
        color: #666 !important;
        background: #f2f2f2 !important;
    }

.more-actions2 .dropdown-menu {
    top: 27px;
}

.more-actions2.dropdown {
    position: absolute;
    right: 10px;
    top: 5px;
}

.more-actions .dropdown-menu {
    top: 27px;
}

/*================
 imagen digitalizada
 ======================*/

.box-imagen-acta-digi {
    overflow: hidden;
    position: relative;
    height: 735px;
}

img.imagen-acta-digi {
    width: 100%;
    /* height: 450px;
    object-fit: cover;*/
    z-index: 2;
}

.empty-img-digi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.button-action-top {
    padding: 45px 0 0 0;
}

/*================================
 ENTIDADES
=================================*/

.listado-item.header-listado-top {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    font-weight: bold;
    color: #000 !important;
    background-color: #fff;
}

    .listado-item.header-listado-top a {
        color: #000 !important;
    }

.arrow-bread:after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 10px;
    color: #07aec3;
}

.arrow-bread {
    display: inline-block;
}

.fa-toggle-off.activoNo {
    color: #3f4d51;
}

.fa-toggle-on.activoSi {
    color: #0665d3;
}

.headerEntidad {
    width: 152px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.7);
}

/* =============
   Toast
============= */

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.toast {
    position: absolute;
    top: 99px;
    right: 14px;
    z-index: 3;
    min-width: 300px;
    color: #ffffff;
}

.toast-header {
    color: #ffffff;
    padding: 15px;
    font-weight: normal !important;
    font-size: 13px;
}

.close-toast {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 20px;
    color: #fff !important;
}

.toast-success {
    background-color: rgba(16, 196, 105, 0.8);
}

    .toast-success .toast-header {
        background-color: rgba(12, 153, 82, 0.8);
    }

.toast-error {
    background-color: rgba(228, 23, 23, 0.8);
}

    .toast-error .toast-header {
        background-color: rgba(223, 46, 46);
    }

.toast-info {
    background-color: rgba(53, 184, 224, 0.8);
}

    .toast-info .toast-header {
        background-color: rgb(50, 168, 204);
    }

.toast-warning {
    background-color: rgba(243, 194, 79, 0.8);
}

    .toast-warning .toast-header {
        background-color: rgb(219, 171, 59);
    }

/*nuevo*/
.card-permisos {
    background: #fff;
    padding: 20px 15px;
    width: 100%;
}

.scrollSlimList.ps-container .ps-scrollbar-y-rail {
    width: 5px !important;
    background: rgb(71, 83, 99);
}

.scrollSlimList.ps-container .ps-scrollbar-y {
    width: 5px !important;
    background: rgb(103, 117, 136);
}

.listado-short {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.listado-300 {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
/* permisos en administrador de usuario*/
.border-left-list-violet {
    border-left: 2px solid #8950fc;
}

.border-left-list-0 {
    border-left: 2px solid #637d91;
}

.border-left-list-green {
    border-left: 2px solid #0bb783;
}

.listado-user-permisos-ver-actas {
    max-height: 450px;
    overflow: hidden;
    position: relative;
}

.estado-pedida-list:before {
    content: "\f02f";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-recibidadeimprenta-list:before {
    content: "\f1b3";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-asignada-list:before {
    content: "\f18e";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-anulada-list:before {
    content: "\f057";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-digitalizada-list:before {
    content: "\f108";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-encarga-list:before {
    content: "\f0ea";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-cargada-list:before {
    content: "\f0f6";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-enviada-list:before {
    content: "\f1d9";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-enmodificacion-list:before {
    content: "\f044";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-enconflicto-list:before {
    content: "\f05e";
    font-family: FontAwesome;
    background-color: #eee5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #8950fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.permiso-entidades-user:before {
    content: "\e833";
    font-family: "Linearicons-Free";
    background-color: #d7f9ef;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #0bb783;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.estado-pagada-list:before {
    content: "\f00c";
    font-family: FontAwesome;
    background-color: #bdd9f4;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #50a9fc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

/*-------------------------
[ imagenes licencia de conducir ]
  ---------------------
*/

.divContenedorImgLic {
    object-fit: cover;
    height: 185px;
    background-color: #dbdbdb;
    background-image: url("../img/license.svg");
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 40%;
}

    .divContenedorImgLic img {
        width: 100%;
        height: 185px;
        object-fit: cover;
    }

.divContenedorImgVehiculo {
    object-fit: cover;
    height: 185px;
    background-color: #dbdbdb;
    background-image: url("../img/car.svg");
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%;
}

    .divContenedorImgVehiculo img {
        width: 100%;
        height: 185px;
        object-fit: cover;
    }

.divContenedorImgCargaActas {
    object-fit: cover;
    height: 155px;
    background-color: #dbdbdb;
    background-image: url("../img/invoice.svg");
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 40%;
}

    .divContenedorImgCargaActas img {
        width: 100%;
        height: 155px;
        object-fit: cover;
    }

.divContenedorImgModal {
    /* object-fit: cover; */
    /*height: 285px;*/
    background-color: #dbdbdb;
    background-image: url("../img/license.svg");
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    /*background-size: 40%;*/
}

    .divContenedorImgModal img {
        width: 100%;
        /*height: 285px;
        object-fit: cover;*/
    }

.divContenedorImgModalBig {
    object-fit: cover;
    height: auto;
    background-color: #dbdbdb;
    background-image: url("../img/license.svg");
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 40%;
}

    .divContenedorImgModalBig img {
        width: 100%;
        height: 500px;
        object-fit: contain;
    }

.modal.modal-bs {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
    width: 100% !important;
    margin: 0 auto;
    padding: 0px;
    text-align: initial;
}

    .modal.modal-bs .modal-header {
        min-height: 50px;
    }

/*==================
SWITCH SWITCH
=================
*/
.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type="checkbox"] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type="checkbox"]:checked + .lever {
                background-color: #6e7cbb;
            }

                .switch label input[type="checkbox"]:checked + .lever:after {
                    background-color: #3445e5;
                    left: 24px;
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 15px;
            background-color: #818181;
            border-radius: 15px;
            margin-right: 10px;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 21px;
                height: 21px;
                background-color: #f1f1f1;
                border-radius: 21px;
                left: -5px;
                top: -3px;
                transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
            }

.switch-button-label {
    float: left;
    font-size: 10pt;
    cursor: pointer;
}

    .switch-button-label.off {
        color: #adadad;
    }

    .switch-button-label.on {
        color: #0088cc;
    }

.switch-button-background {
    float: left;
    position: relative;
    background: #ccc;
    border: 1px solid #aaa;
    margin: 1px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.switch-button-button {
    position: absolute;
    left: -1px;
    top: -1px;
    background: #fafafa;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type="checkbox"]:not(:disabled) ~ .lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type="checkbox"][disabled] + .lever {
    cursor: default;
}

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
    background-color: #bdbdbd;
}

.listado-tracking {
    overflow: hidden;
    height: 395px;
    position: relative;
}

.listado-enti {
    overflow: hidden;
    height: 723px;
    position: relative;
}

.listado-495 {
    overflow: hidden;
    height: 495px;
    position: relative;
}

.listado-ubic-menor {
    overflow: hidden;
    height: 258px;
    position: relative;
}

.listado-enti-menor {
    overflow: hidden;
    height: 450px;
    position: relative;
}

a.link-in-grid {
    color: #000 !important;
}

    a.link-in-grid:hover {
        color: #07aec3 !important;
    }

.cabecera-amd {
    background: #6c7174;
    padding: 10px 15px;
}

    .cabecera-amd i {
        font-size: 45px;
        color: #c1c3c6;
    }

.header-card-detail-acta {
    border-bottom: 1px solid #dbdbdb;
}

    .header-card-detail-acta h1 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 0px;
    }

    .header-card-detail-acta i {
        color: #545b54 !important;
        margin-right: 20px;
    }

.text-verde {
    color: #03a8bc;
}

.text-success {
    color: #03bc75;
}

.icon-back-round {
    background: #b6c5cc;
    color: #6c7174;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}

.icon-back-round2 {
    background: #b6c5cc;
    color: #6c7174;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}

.bk3 {
    background: #0881b7 !important;
}

#map {
    width: 100%;
    max-width: 100%;
    height: 370px;
}

#mapDispositivo {
    width: 100%;
    max-width: 100%;
    height: 200px;
}

/* filtro por palabras*/
.filter-by-word {
    position: relative;
}

    .filter-by-word i {
        position: absolute;
        right: 35px;
        top: 10px;
        font-size: 19px;
    }

/*=== usuario===*/
/*contenedor de imagens*/
.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

    .image-input.image-input-outline .image-input-wrapper {
        border: 3px solid #fff;
        -webkit-box-shadow: 0 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.075);
        box-shadow: 0 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.075);
    }

    .image-input .image-input-wrapper {
        border-radius: 0.42rem;
        background-repeat: no-repeat;
    }

        .image-input .image-input-wrapper img {
            width: 150px;
            height: 150px;
            border-radius: 0.42rem;
            background-repeat: no-repeat;
            background-size: cover;
            object-fit: cover;
        }

/* detalle de usuario*/

/* estado del usuario dado de baja*/
.label.label-light-danger {
    border: 1px solid #f64e60;
    color: #f64e60;
    background-color: #ffe2e5;
    padding: 3px 15px;
    border-radius: 3px;
}

.label.label-light-border-gravisima {
    color: #ffffff;
    border: 1px solid #d30d21;
    background-color: #d30d21;
    padding: 3px 15px;
    border-radius: 3px;
}

.label.label-light-border-danger {
    color: #f64e60;
    border: 1px solid #f64e60;
    padding: 3px 15px;
    border-radius: 3px;
}

.label.label-light-border-warning {
    border: 1px solid #f6bb4e;
    color: #f6bb4e;
    padding: 3px 15px;
    border-radius: 3px;
}

.label.label-light-border-info {
    border: 1px solid #4e67f6;
    color: #4e67f6;
    padding: 3px 15px;
    border-radius: 3px;
}

.icon-3x i {
    font-size: 25px;
}

.symbol.symbol-xxl-100 .symbol-label {
    width: 100px;
    height: 100px;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}

    .symbol .symbol-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f3f6f9;
        border-radius: 0.42rem;
    }

        .symbol .symbol-label img {
            width: 100px;
            height: 100px;
            background-repeat: no-repeat;
            background-size: cover;
            object-fit: cover;
            border-radius: 0.42rem;
        }

/* file upload usuario*/
.inputfile + label {
    max-width: 80%;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem;
    /* 10px*/
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: 0px;
        outline: -webkit-focus-ring-color auto 5px;
    }

.inputfile-outline + label {
    color: #5a4b95;
    border: 2px solid currentColor;
}

    .inputfile-outline:focus + label,
    .inputfile-outline.has-focus + label,
    .inputfile-outline + label:hover {
        color: #8b85af;
    }

.btn.btn-icon.btn-xs {
    height: 24px;
    width: 24px;
}

.btn-delete-image-input {
    position: absolute;
    right: -10px;
    top: -10px;
}

.btn.btn-outline-dark {
    border-radius: 5px !important;
    box-shadow: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background: transparent;
    color: #222 !important;
    box-shadow: none;
    border: #222 1px solid;
    display: inline-block;
}

    .btn.btn-outline-dark:hover,
    .btn.btn-outline-dark:active,
    .btn.btn-outline-dark:focus {
        color: #000 !important;
        background-color: rgba(0, 0, 0, 0.05);
        border-color: #000 !important;
    }

    .btn.btn-outline-dark.btn-icon-only {
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0px;
    }

.btn.btn-white {
    color: #3f4254;
    background-color: #fff;
    border-color: #fff;
}

    .btn.btn-white.btn-shadow {
        -webkit-box-shadow: 0 9px 16px 0 rgba(24, 28, 50, 0.25) !important;
        box-shadow: 0 9px 16px 0 rgba(24, 28, 50, 0.25) !important;
    }

.btn.btn-icon.btn-circle {
    border-radius: 50% !important;
}

.btn.btn-icon.btn-xs {
    height: 24px;
    width: 24px;
}

.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.user-data .avatar {
    object-fit: cover;
    width: 45px;
    height: 45px;
}

.user-data .avatar {
    float: none;
    display: block;
    margin: 0;
    margin-left: 0px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    object-fit: cover;
}

.img-circle {
    border-radius: 50%;
}

.menu-acciones-dropdown {
    padding: 10px 5px !important;
}

    .menu-acciones-dropdown a {
        color: #333 !important;
        display: block;
        padding: 10px 8px;
    }

        .menu-acciones-dropdown a:hover {
            color: #333 !important;
            background: #b7dce0;
            text-decoration: none;
        }

.swal-icon--warning {
    color: #f8bb86;
    width: 80px;
    height: 80px;
    border: #f4e4d9 4px solid;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    line-height: 78px !important;
    font-size: 46px;
    margin: 20px auto;
}

.swal-icon--question {
    color: #10b5b1;
    width: 80px;
    height: 80px;
    border: #badddc 4px solid;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    line-height: 78px !important;
    font-size: 46px;
    margin: 20px auto;
}

.referencia-total-actas ul {
    padding: 0px;
    margin: 0px;
}

.referencia-total-actas li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

    .referencia-total-actas li i {
        margin-right: 8px;
    }

    .referencia-total-actas li span {
        font-weight: bold;
    }

/*tabs busqueda*/

.busqueda-tab {
    width: 100%;
    margin: 0px;
}

    .busqueda-tab .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .busqueda-tab #tabs {
        background: #007b5e;
        color: #eee;
    }

        .busqueda-tab #tabs h6.section-title {
            color: #eee;
        }

        .busqueda-tab #tabs .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #0f8a99 !important;
            background-color: transparent;
            border-color: transparent transparent #f3f3f3;
            border-bottom: 3px solid !important;
            font-size: 14px;
            font-weight: bold;
            outline: none !important;
        }

    .busqueda-tab .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        color: #333 !important;
        font-size: 14px;
        font-weight: 600;
        outline: none !important;
        padding: 0.8rem 1.5rem;
        text-transform: uppercase;
    }

        .busqueda-tab .nav-link:hover {
            border: none;
            outline: none !important;
        }

    .busqueda-tab thead {
        background: #f3f3f3;
        color: #333;
    }

    .busqueda-tab a {
        text-decoration: none !important;
        color: #333;
        font-weight: 600;
    }

/*******************
    ROLES Y PERMISOS
    *********************/

/*permisos / roles usuarios*/

.panel-permisos {
    padding: 15px;
    padding-bottom: 0px !important;
    overflow: hidden;
    position: relative;
    height: 450px;
}

.permisos--items {
    margin: 0 0 0 0px;
    padding: 0;
    min-height: 435px;
}

    .permisos--items.margin {
        margin: 0 0 0 0px !important;
    }

    .permisos--items .it-permiso {
        list-style-type: none;
        padding-left: 20px;
        font-weight: 600;
        background: url(../img/drag-dots.gif) no-repeat 0px 10px;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
        line-height: 39px;
        color: #000;
        font-size: 12px;
        text-rendering: geometricPrecision;
    }

.panel-permisos.detail .permisos--items .it-permiso:hover {
    cursor: default !important;
}

.permisos--items .it-permiso:hover {
    background-position: 0px -18px;
    color: #13c5c5;
}

.permisos--items .empty-message {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: center;
    border: 1px dashed #9e9e9e;
    border-radius: 2px;
    margin-bottom: 15px;
}

    .permisos--items .empty-message p {
        margin-bottom: 0px;
    }

.permisos--items .it-permiso:hover {
    cursor: hand !important;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
}

.permisos--items .it-permiso-user {
    list-style-type: none;
    padding-left: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    line-height: 39px;
    color: #000;
    font-size: 12px;
    text-rendering: geometricPrecision;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.panel-permisos.detail .permisos--items .it-permiso-user:hover {
    cursor: default !important;
}

.permisos--items .it-permiso-user:hover {
    background-position: 0px -18px;
    color: #13c5c5;
}

.chips-wrapper {
    float: right;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.chip-item {
    display: inline;
    padding: 2px 5px;
    margin: 0 5px 0 5px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #727272;
    background-color: #dedede;
    border-radius: 5px;
    transition: width 0.2s ease, color 0.3s linear;
    line-height: 20px;
    letter-spacing: 0.5px;
}

    .chip-item.chip-item--tipo {
        background-color: #13c5c5;
        color: #fff;
    }

    .chip-item.chip-item--rol {
        background-color: rgb(164, 47, 231);
        color: #fff;
    }

/* drop target state */

[data-draggable="target"][aria-dropeffect="move"] {
    border-color: rgb(166, 168, 170);
    background: #fff;
}

.drag-active {
    border: 1px dashed rgb(20, 110, 199);
    padding: 15px;
}

/* drop target focus and dragover state */

[data-draggable="target"][aria-dropeffect="move"]:focus,
[data-draggable="target"][aria-dropeffect="move"].dragover {
    outline: none;
    padding: 15px;
    border: 1px dashed #6bb3d6;
}

/* items focus state */

[data-draggable="item"]:focus {
    outline: none;
}

/* items grabbed state */

[data-draggable="item"][aria-grabbed="true"] {
    background: url(../img/drag-dots.gif) no-repeat 0px 10px;
    list-style-type: none;
    padding-left: 20px;
    font-weight: 600;
    position: relative;
    line-height: 36px;
    color: #304ce9;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.crush {
    margin: 5px 25px 0 0;
    float: left;
}

    .crush:hover li {
        width: 30px;
        /* hover in speed */
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .crush:hover li .badge {
            display: inline;
        }

    .crush li {
        width: 20px;
        padding: 0;
        /* hover out speed */
        -webkit-transition: width 0.45s;
        -moz-transition: width 0.45s;
        transition: width 0.45s;
    }

        .crush li a {
            width: 45px;
            height: 45px;
            overflow: hidden;
            border-radius: 50%;
        }

        .crush li img {
            width: 40px;
            height: 40px;
            object-fit: cover;
            border: 2px solid #fff;
        }

.button-left-rounded {
    border-radius: 50%;
    color: #2b2b2b !important;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.1);
    margin: 2px;
}

    .button-left-rounded:hover {
        background: #2b2b2b !important;
        color: #fff !important;
        text-decoration: none;
    }

/*release note*/

.card-new-release {
    position: fixed !important;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    border: 1px solid #dbdbdb;
    width: 400px !important;
}

    .card-new-release .footer-card {
        padding: 15px;
    }

.card-new-release-close {
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s, box-shadow 0.1s;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 1.8em;
    cursor: pointer;
    justify-self: end;
}

.sidebarRelease {
    bottom: 0px;
    width: 350px;
    position: fixed;
    z-index: 1;
    top: 85px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    height: 100vh;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

    .sidebarRelease a {
        text-decoration: none;
        color: #363636 !important;
        display: block;
        transition: 0.3s;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

        .sidebarRelease a:hover {
            color: #8b8fa0 !important;
        }

    .sidebarRelease .closebtn {
        align-items: center;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        margin-top: 0;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        transition: color 0.1s, box-shadow 0.1s;
        border: none;
        border-radius: 5px;
        background: 0 0;
        color: rgb(131, 131, 131);
        font-family: serif;
        font-family: monospace;
        font-size: 1.8em;
        cursor: pointer;
        justify-self: end;
    }

.openbtnRelease {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtnRelease:hover {
        background-color: #444;
    }

.header-SideBarrelease {
    padding: 5px 15px;
    background-color: #d4d9e3;
    font-size: 16px;
    font-weight: bold;
}

    .header-SideBarrelease h3 {
        font-size: 18px;
        font-weight: bold;
        color: #545454;
    }

.body-SideBarrelease {
    padding: 15px;
}

.card-varios {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

    .card-varios .card-header {
        padding: 15px 15px 0;
        border: 0;
    }

    .card-varios .card-body {
        padding: 15px;
        border: 0;
        position: relative;
    }

    .card-varios .card-title {
        margin: 0px;
    }

    .card-varios .card-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .card-varios p {
        font-size: 14px;
    }

.cardRelease .fecha {
    background: #d0cfe6;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.correccionBug,
.itemMejora,
.nuevaFunc {
    font-size: 14px;
    color: #00a19a;
    text-transform: uppercase;
}

    .correccionBug::before {
        font-family: "FontAwesome";
        content: "\f188";
        margin-right: 5px;
    }

    .itemMejora::before {
        font-family: "Material-Design-Iconic-Font";
        content: "\f310";
        margin-right: 5px;
    }

    .nuevaFunc::before {
        font-family: "Material-Design-Iconic-Font";
        content: "\f227";
        margin-right: 5px;
    }

.ellipsis-twolines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*galeria de imagenes adjuntas*/

.imagenDeGaleria {
    display: block;
    margin-right: 10px;
}

    .imagenDeGaleria img {
        object-fit: cover;
        width: 100%;
        height: 150px;
    }
/*bordes*/
.bot-01 {
    border-top: 1px solid #8b979f;
}

.bot-02 {
    border-top: 4px solid #00a19a;
}
/* fancybox*/
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

/*leaflet open street map*/
.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter: grayscale(100%);
}

/*********
spinner preload
***************/

.preload-spinner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(255, 255, 255, 0.8) url(../img/preloader.GIF) no-repeat center center;
    border-radius: 5px;
    background-size: 50px 50px;
}

.preload-inline {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(255, 255, 255, 0.432) url(../img/preloadinline.svg) no-repeat center center;
    border-radius: 5px;
    background-size: 50px 50px;
}

.bg-light-primary {
    background-color: #e9f3ff;
}

.border-primary {
    border: dashed 1px rgb(27 132 255);
}

.bg-light-atencion {
    background-color: #fff1e8;
}

    .bg-light-atencion.hoverCArdAtencion:hover {
        background-color: #f8dfd0;
        transition: 0.3s;
    }

.border-atencion {
    border: dashed 1px rgb(255, 149, 27);
}

.text-atencion {
    color: rgb(255, 149, 27);
}


.line-text {
    height: 2px;
    background-color: #b8bcbe;
}





.markerActa {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a57ed8;
    box-shadow: 0 0 0 0 rgb(132, 57, 218);
}


.markerFiscalizacion {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f0e269;
    box-shadow: 0 0 0 0 rgb(133, 141, 57);
}
