﻿/***********To comment sections***********/
/****************************************Colores de la plantilla**********************************************************/
/***********To comment sections***********/
/****************************************Colores de la plantilla**********************************************************/
/******************************** Medias Display ***********************************/
body {
    background: #EEF0F8;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif";
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
}

input {
    outline: 0 transparent !important;
}

.ribbon-target .bg-primary {
    background-color: #2196f3 !important;
}

.ribbon-target .title-page {
    font-weight: 500;
    font-size: 1rem;
}

.ribbon-target .icon-no-leidos {
    background: white;
    margin-left: 5px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #7e8299;
}

    .ribbon-target .icon-no-leidos i {
        color: #ecbc1d;
        margin-right: 5px;
    }

.text-muted {
    color: #b5b5c3 !important;
}

/***********To comment sections***********/
/****************************************Colores de la plantilla**********************************************************/
/***********To comment sections***********/
/****************************************Colores de la plantilla**********************************************************/
/******************************** Medias Display ***********************************/
nav {
    background: white !important;
    -o-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    margin-bottom: 10px;
}

    nav.bg-light {
        background: white !important;
    }

    nav .navbar-brand img {
        max-width: 200px;
    }

    nav .nav-item {
        padding: 0 0.4rem;
    }

        nav .nav-item.active .nav-link, nav .nav-item:hover .nav-link {
            color: #2196f3 !important;
            background-color: #F3F6F9;
            -webkit-border-radius: 0.42rem;
            -moz-border-radius: 0.42rem;
            -ms-border-radius: 0.42rem;
            -o-border-radius: 0.42rem;
            border-radius: 0.42rem;
            font-weight: 500;
        }

        nav .nav-item .nav-link {
            color: #7E8299;
            font-weight: 500;
            font-size: 1rem;
            padding: 0.75rem 1rem;
            white-space: nowrap;
        }

            nav .nav-item .nav-link .menu-icon {
                margin-right: 5px;
                /*display: none;*/
            }

        nav .nav-item .dropdown-menu .dropdown-item {
            font-size: 1rem;
        }
.nav-item:hover {
cursor:pointer ;
}

.dropdown-menu {
    background-color: #ffffff;
    -o-box-shadow: 0px 15px 50px 0px rgba(82, 63, 105, 0.15);
    -webkit-box-shadow: 0px 15px 50px 0px rgba(82, 63, 105, 0.15);
    -moz-box-shadow: 0px 15px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 15px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 4px;
    border: none;
    padding: 20px 0px;
}

    .dropdown-menu .dropdown-item {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 11px 30px;
    }

.dataTables_filter input {
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .dataTables_filter input:hover {
        border-color: #3699FF;
    }

.datatable-trs thead {
    background: #2196f3;
}

    .datatable-trs thead th {
        color: white !important;
        border-bottom: 0 !important;
    }

.table-bordered {
    border: 1px solid #EBEDF3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: 1px solid #EBEDF3;
}

/***********To comment sections***********/
/****************************************Colores de la plantilla**********************************************************/
/******************************** Medias Display ***********************************/
/***********To comment sections***********/
/****************************************Colores de la plantilla**********************************************************/
.kt-widget__info {
    border-bottom: 1px dashed #ebedf2;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    width: 95%;
}

.divSectionExpediente {
    max-height: 58vh;
    overflow: auto;
}

.badge-trs {
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
    color: white !important;
}

    .badge-trs.bg-green {
        background: #4caf50;
    }

    .badge-trs.bg-red {
        background: #ff5252;
    }

    .badge-trs.bg-yellow {
        background: #ecbc1d;
    }

    .badge-trs.bg-blue {
        background: #2196f3;
    }

    .badge-trs.bg-gray {
        background: #607d8b;
    }

.text-info-doc-trs {
    font-size: 1rem;
    font-weight: 400;
}

#tbDocumentosExView a.btn {
    font-size: 1rem;
}

.card-footer {
    margin-left: 0rem;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.noItemMessage {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding-bottom: 10px;
}

    .noItemMessage i {
        font-size: 10rem;
        color: #adadad;
    }

    .noItemMessage .lbMensaje {
        color: #5d5d5d;
        overflow-wrap: break-word;
    }

.dataTables_wrapper .dataTable thead th {
    white-space: nowrap;
    padding-right: 25px;
    padding-right: 25px;
}


#modalComentariosExp #commentList {
    max-height: 50vh;
    overflow: auto;
}

#modalDocumentosExp #sectionListaDocumentosExView {
    max-height: 50vh;
    overflow: auto;
}



#modalTrazTramite .dataTables_scrollBody {
    max-height: 50vh;
    overflow: auto;
}

#modalSustituirDoc, #modalAsignarCaducidad, #modalMostrarCaducidad {
    background: rgba(26, 26, 26, 0.51);
}

.modal-open {
    overflow: hidden !important;
    padding: 0 !important;
}


div.errorMessage {
    background: #ff5252;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
}

    div.errorMessage a {
        color: white;
        text-decoration: underline;
    }

    div.errorMessage h2 {
        color: white;
    }


.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: #F3F6F9;
    color: #7E8299 !important;
    outline: none !important;
    cursor: pointer;
    padding: 0.5rem !important;
    text-align: center;
    border-radius: 0.42rem;
    border: 0;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    margin-left: 3px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        background: #3699FF;
        color: #ffffff !important;
        outline: none !important;
        cursor: pointer;
        border: 0;
    }


.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #7E8299;
}



.modal-header {
    background: #EEF0F8;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none !important;
    background: #aaa !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #eaf2f6 !important;
}

#SinNotifiCad {
    text-align: center;
    background: #e9ecef;
    border-radius: 4px;
}


.dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable td.sorting_desc {
    color: #ffffff !important;
}

.dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc {
    color: #ffffff !important;
}

#tabTrazabilidadEx .dataTables_scrollBody {
    max-height: 40vh;
}

#tabTrazabilidadTramiEx .dataTables_scrollBody {
    max-height: 40vh;
}

.labelguiadocs {
    width: 75px !important;
    font-size: 1.1rem !important;
    border-radius: .42rem !important;
}

.swal2-styled.swal2-cancel {
    color: #3f4254 !important;
    background-color: #e4e6ef !important;
    border-color: #e4e6ef;
}


.swal2-styled.swal2-confirm {
    color: #fff;
    background-color: #3699ff !important;
    border-color: #3699ff;
}

.m-accordion.m-accordion--default .m-accordion__item {
    margin-bottom: 1rem;
}

    .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head:hover, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head:hover {
        background-color: #f4f5f8;
    }

.m-accordion .m-accordion__item .m-accordion__item-head {
    display: table;
    padding: 1rem 2rem;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.m-accordion.m-accordion--bordered .m-accordion__item, .m-accordion.m-accordion--default .m-accordion__item {
    border: 1px solid #ebedf2;
    background-color: #fff;
}

.m-accordion.m-accordion--default .m-accordion__item {
    margin-bottom: 1rem;
}

.m-accordion .m-accordion__item:last-child {
    margin-bottom: 0;
}

.m-accordion .m-accordion__item {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-body, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-body {
    border-top: 1px solid #ebedf2;
}

.m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content, .m-accordion .m-accordion__item .m-accordion__item-body > span {
    padding: 1.5rem 2rem;
}

.m-form__group.row .m-checkbox-inline, .m-form__group.row .m-radio-inline {
    margin-top: 5px;
}



.m-checkbox > input, .m-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}



.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head .m-accordion__item-mode, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
    color: #a4a6ae;
}






.m-checkbox.m-checkbox--success.m-checkbox--solid > span {
    border: 1px solid transparent !important;
}



.m-checkbox.m-checkbox--solid > span {
    background: #e2e5ec;
    border: 1px solid transparent !important;
}





.m-checkbox > span, .m-radio > span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
}

.m-checkbox-inline .m-checkbox:last-child, .m-checkbox-inline .m-radio:last-child, .m-radio-inline .m-checkbox:last-child, .m-radio-inline .m-radio:last-child {
    margin-right: 0;
}

.m-checkbox-inline .m-checkbox, .m-checkbox-inline .m-radio, .m-radio-inline .m-checkbox, .m-radio-inline .m-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.m-form__group.row .m-checkbox-inline, .m-form__group.row .m-radio-inline {
    margin-top: 5px;
}

.m-checkbox-inline, .m-radio-inline {
    padding: 0 0;
}

.modal-dialog-full-width {
    width: 100% !important;
    /* height: 100% !important; */
    margin: 0 auto !important;
    padding: 20px !important;
    max-width: none !important;
}

.m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode:before {
    content: "\f139";
}

.m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head .m-accordion__item-mode:before {
    content: "\f322";
}

.m-accordion .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode:before {
    content: "";
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode:before {
    content: "";
}

.m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content, .m-accordion .m-accordion__item .m-accordion__item-body > span {
    padding: 1.5rem 2rem;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon > i {
    display: inline-block;
    font-size: 2rem;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.2rem;
}

.m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode {
    font-family: LineAwesome;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head .m-accordion__item-mode, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
    color: #a4a6ae;
}


.m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
    font-size: 1.3rem;
}






.m-checkbox, .m-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .m-radio > span {
        border: 1px solid #bdc3d4;
    }

    .m-checkbox > span, .m-radio > span {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background: 0 0;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
    }

    .m-radio > span {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        border-radius: 50% !important;
    }



    .m-checkbox.m-checkbox--success.m-checkbox--solid > span:after {
        border: solid #fff;
    }


    .m-checkbox > input:checked ~ span:after, .m-radio > input:checked ~ span:after {
        display: block;
    }


    .m-checkbox.m-checkbox--success > span:after {
        border: solid #34bfa3;
    }


    .m-checkbox.m-checkbox--solid > span:after {
        border: solid #7281a4;
    }


    .m-checkbox > span:after {
        border: solid #7281a4;
    }


    .m-checkbox > span:after {
        top: 50%;
        left: 50%;
        margin-left: -2px;
        margin-top: -6px;
        width: 5px;
        height: 10px;
        border-width: 0 2px 2px 0 !important;
        transform: rotate(45deg);
    }

    .m-checkbox > span:after, .m-radio > span:after {
        content: '';
        position: absolute;
        display: none;
    }

    .m-checkbox.m-checkbox--success.m-checkbox--solid > input:checked ~ span {
        background: #34bfa3;
    }


    .m-checkbox.m-checkbox--success > input:checked ~ span {
        border: 1px solid #34bfa3;
    }


    .m-checkbox.m-checkbox--solid > input:checked ~ span {
        background: #dfe2ea;
    }


    .m-checkbox.m-checkbox--success.m-checkbox--solid > span {
        border: 1px solid transparent !important;
    }

    .m-checkbox > input:checked ~ span {
        border: 1px solid #bdc3d4;
    }


    .m-checkbox:hover > input:not([disabled]):checked ~ span, .m-checkbox > input:checked ~ span, .m-radio:hover > input:not([disabled]):checked ~ span, .m-radio > input:checked ~ span {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .m-checkbox > input:checked ~ span:after, .m-radio > input:checked ~ span:after {
            display: block;
        }


    .m-radio > span:after {
        border: solid #7281a4;
        background: #7281a4;
    }


    .m-radio > span:after {
        top: 50%;
        left: 50%;
        margin-left: -3px;
        margin-top: -3px;
        height: 6px;
        width: 6px;
        border-radius: 100% !important;
    }


    .m-checkbox > span:after, .m-radio > span:after {
        content: '';
        position: absolute;
        display: none;
    }

#m_accordion_trazabiliad {
    margin-bottom: 10px
}
.countchar {
  
  
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
    color: #fff;
    width: 10%;
    margin-top: 5px;
}
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0,0,0,.3);
    background: #fff;
    padding: 20px 20px;
}
div.maxFiles #labelMaximo {
    display: inline-block;
    margin-bottom: 0;
}
div.maxFiles {
    color: red;
    padding-left: 25px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone .dz-preview .dz-remove {
    background: green;
    color: white;
}




/*logoutcss*/
.m-stack.m-stack--general.m-stack--fluid {
    table-layout: auto;
}

.m-stack.m-stack--general {
    display: table;
    table-layout: fixed;
}

.m-topbar {
    width: auto;
    height: 100%;
    float: right;
    padding: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.m-stack.m-stack--general.m-stack--ver > .m-stack__item {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.m-topbar .m-topbar__nav.m-nav {
    margin: 0 20px 0 30px;
}

.m-nav.m-nav--inline {
    display: inline-block;
    width: auto;
    height: 100%;
}

.m-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item {
    padding: 0 12px;
}

.m-nav.m-nav--inline > .m-nav__item:first-child {
    padding-left: 0;
}

.m-nav.m-nav--inline > .m-nav__item {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
}

.m-nav .m-nav__item {
    display: block;
}

.m-dropdown {
    position: relative;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link {
    position: relative;
    margin: 0 auto;
}

.m-nav.m-nav--inline > .m-nav__item > .m-nav__link {
    width: auto;
    padding: 9px 0;
}

.m-nav .m-nav__item > .m-nav__link {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    outline: 0 !important;
    vertical-align: middle;
    padding: 9px 0;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

.m--hide {
    display: none !important;
}

.m-dropdown.m-dropdown--arrow .m-dropdown__wrapper {
    padding-top: 10px;
}

@media (min-width: 1025px) .m-dropdown.m-dropdown--medium .m-dropdown__wrapper {
    width: 325px;
}

.m-dropdown.m-dropdown--align-right .m-dropdown__wrapper {
    right: 0;
}

.m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--open .m-dropdown__wrapper {
    display: block;
    -webkit-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    -moz-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    -ms-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    -o-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
}

.m-dropdown .m-dropdown__wrapper {
    top: 100%;
    text-align: left;
    display: none;
    position: absolute;
    z-index: 101;
    padding-top: 0;
    width: 245px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: white;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #7948e1;
}

.m-dropdown.m-dropdown--header-bg-fill.m-dropdown--arrow .m-dropdown__arrow {
    color: transparent;
}

.m-dropdown.m-dropdown--arrow .m-dropdown__arrow.m-dropdown__arrow--right, .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow.m-dropdown__arrow--right {
    right: 15px;
    left: auto;
    margin-left: auto;
}

.m-dropdown__arrow.m-dropdown__arrow--right.m-dropdown__arrow--right {
    color: white;
}

.m-dropdown.m-dropdown--arrow .m-dropdown__arrow {
    color: #fff;
}

.m-dropdown.m-dropdown--arrow .m-dropdown__arrow, .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow {
    position: absolute;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    height: 11px;
    width: 40px;
    position: relative;
    left: 50%;
    margin-left: -20px;
    top: 0;
    position: absolute;
}
    .m-dropdown.m-dropdown--arrow .m-dropdown__arrow:before, .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow:before {
        position: relative;
        top: 100%;
        margin-top: 11px;
        font-size: 40px;
    }

    .m-dropdown.m-dropdown--arrow .m-dropdown__arrow:before, .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow:before {
        display: inline-block;
        font-family: Metronic;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: 0;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
    }
.m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
    background-color: #fff;
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header {
    background-color: transparent;
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__header {
    padding: 20px 20px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.m-dropdown .m-dropdown__header {
    -webkit-box-shadow: 1px 34px 52px -19px rgba(68,62,84,.03);
    -moz-box-shadow: 1px 34px 52px -19px rgba(68,62,84,.03);
    box-shadow: 1px 34px 52px -19px rgba(68,62,84,.03);
}

.m--align-center {
    text-align: center;
}
.m-card-user {
    padding: 5px 0;
    margin: 0;
    display: table;
    table-layout: fixed;
}
    .m-card-user .m-card-user__details {
        display: table-cell;
        width: 100%;
        text-align: left;
        vertical-align: middle;
        padding: 0 0 0 15px;
    }
#userNameLabel {
    font-size: 1.2rem;
}

.m-card-user .m-card-user__details .m-card-user__name {
    color: #1b1c1e;
}

.m-card-user .m-card-user__details .m-card-user__name {
    display: block;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
}
#userEmailLabel {
    font-size: 0.9rem;
}

.m-card-user .m-card-user__details .m-card-user__email {
    color: #3f4047;
}

.m-card-user .m-card-user__details .m-card-user__email {
    display: inline-block;
    padding: 0;
    font-size: 1rem;
}
.m-link:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    top: 1rem;
    left: 0;
    width: 0%;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.m-dropdown .m-dropdown__wrapper .m-dropdown__body {
    padding: 20px;
}
.m-dropdown .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__content, .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__scrollable, .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .mCSB_container, .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .mCustomScrollBox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.m-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
    .m-nav .m-nav__section {
        display: table;
        width: 100%;
        vertical-align: middle;
        margin: 25px 0 0 0;
    }

.m--hide {
    display: none !important;
}
.m-nav .m-nav__section .m-nav__section-text {
    color: #716aca;
}
.m-nav .m-nav__item {
    display: block;
}




/*finlogoutcss*/


#ptitulo {
    margin: 0;
    font-size: 19px;
    text-align: left;
    padding-top: 10px;
    display: block;
    padding-left: 15px;
    padding-bottom: 7px;
    color: #5e5e5e;
    background: #eee;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 1px 1px 1px rgba(64, 63, 64, 0.22);
    -moz-box-shadow: 2px 1px 1px 1px rgba(64, 63, 64, 0.22);
    box-shadow: 2px 1px 1px 1px rgba(64, 63, 64, 0.22);
}
a.toprigthbtn {
    float: right;
    margin-right: 40px;
    font-size: 30px;
    color: #5e5e5e;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a.toprigthbtn:hover {
        float: right;
        font-size: 32px;
        color: #5e5e5e;
    }
.cintilloN {
    vertical-align: middle;
    Width: 100% !important;
  
}
.logo-trs {
    height: 40px;
    margin-bottom: 35px;
    margin-right: 35px;
    text-align: right;
}




/*mediaqueries*/

@media (max-width: 768px ) {

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row !important;
        flex-direction: column !important;
    }
    #liconfiguraciones {
    
    display:none;
    }
    #REPORTES {
        display: none;
    }
    #Graficos {
        display: none;
    }
    #btnInicioPage {
        display: none;
    }
}





.nombre-doc-ex {
    word-break: break-word;
}

#sectionListaDocumentosExView .div-info-doc {
    max-width: 55%;
}

#sectionListaDocumentosExView .elemento-doc-rtm {
    flex-wrap: wrap;
}

.btns-docs-exp {
    text-align: right;
    flex: 1 1 auto;
}
/*.btns-docs-exp {
    flex: 1 1 auto;
    flex-shrink: 0;
    width: 100%;
    margin-top: 9px;
}*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .btns-docs-exp {
        text-align: center;
        flex: 1 1 auto;
        width: 100%;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid lightgray;
    }

    #sectionViewExpediente {
        margin: 0;
        padding: 0;
    }

    #sectionListaDocumentosExView .div-info-doc {
        max-width: 80%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .btns-docs-exp {
        text-align: center;
        flex: 1 1 auto;
        width: 100%;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
    }

    #sectionListaDocumentosExView .div-info-doc {
        max-width: 80%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .btns-docs-exp {
        text-align: center;
        flex: 1 1 auto;
        width: 100%;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
    }

    #sectionListaDocumentosExView .div-info-doc {
        max-width: 80%;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .btns-docs-exp {
        text-align: right;
        width: auto;
        flex: 1 1 auto;
        border-bottom: none;
    }

    #sectionListaDocumentosExView .div-info-doc {
        max-width: 50%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .btns-docs-exp {
        text-align: right;
        width: auto;
        flex: 1 1 auto;
        border-bottom: none;
    }

    #sectionListaDocumentosExView .div-info-doc {
        max-width: 55%;
    }
}


.flatpickr-wrapper#txtfechahasta {
    width: 75% !important;
}



table.dataTable tbody tr td  i.toggler {
    font-size: 15px !important
    
}
table.dataTable tbody tr td i.toggler:hover {
   cursor :pointer
}
.agrupado {
    margin-left: 10px;
}

.m-widget4 .m-widget4__item .m-widget4__info {
    display: table-cell;
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1rem;
    vertical-align: middle;
}
.m-widget4 .m-widget4__item .m-widget4__img {
    display: table-cell;
    vertical-align: middle;
}

.m-widget4 .m-widget4__item .m-widget4__info .m-widget4__title {
    word-break: break-word;
}



.m-widget4 .m-widget4__item .m-widget4__info .m-widget4__title {
    font-size: 1rem;
    font-weight: 600;
}

#h3TitleIA {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 1.5rem !important;
}

.label-ia.label-inline {
    width: auto;
    padding: .15rem .75rem;
    border-radius: .42rem;
    font-size: 1rem;
    padding: 15px;
}

.label-ia {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: .8rem;
    background-color: #ecf0f3;
    color: #464e5f;
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: .8rem;
}


.label-cantidad-exp {
    color: #80808f;
    font-size: 100%;
    margin-right: 5px;
}


#m_accordion_gav_ia {
    max-height: 53vh;
    overflow: auto;
}

    #m_accordion_gav_ia .item-archivador {
        -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    }

        #m_accordion_gav_ia .item-archivador .m-accordion__item-head {
            padding: 1rem !important;
        }

            #m_accordion_gav_ia .item-archivador .m-accordion__item-head .m-accordion__item-title {
                word-break: break-word;
            }

@media (max-width: 576px) and (min-width: 100px) {
    #m_accordion_gav_ia .item-archivador .m-accordion__item-head .m-accordion__item-icon {
        display: none;
    }
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon > i {
    display: inline-block;
    font-size: 2rem;
}

#m_accordion_gav_ia .item-archivador .m-accordion__item-head .m-accordion__item-title {
    word-break: break-word;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.2rem;
}

.m-accordion .m-accordion__item--info .m-accordion__item-head > span {
    color: #fff !important;
}
.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    padding-right: 1rem;
}
.btn-info {
    background-color: #008fea !important;
    border-color: #008fea !important;
}
    .btn-info:hover, .btn-info:active {
        color: #fff;
        background-color: #51abf6 !important;
        border-color: #51abf6 !important;
    }

.btn-info {
    background-color: #008fea;
    border-color: #008fea;
}