/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/*html {
    font-size: 12px;
}

.sidenav li > a {
    font-size: 12px;
}

.sidenav-main {
    width: 12%;
}


@media only screen and (min-width: 993px) {
    #main {
        padding-left: 12%;
    }
}

.filter-buttons .material-icons {
    font-size: 20px;
    margin-right: 10px;
}

.sidebar-text p {
    line-height: 18px !important;
    padding: 0 9px 0 14px;
}*/

.breadcrumb {
    font-size: 12px !important;
    max-width: 20ch !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block;
}

/*.dropdown-content li > a > i {
    font-size: 24px;
}*/

a {
    color: red;
}

.mtop-30 {
    margin-top: 30px;
}

.btn-toggle-active {
    border-color: #f44336;
    background-color: #f44336;
    color: #fff;
}

    .btn-toggle-active:hover {
        border-color: #f44336;
        background-color: #f44336;
        color: #fff;
    }

.mtop-60 {
    margin-top: 60px;
}

.breadcrumb--flex {
    display: flex;
    align-items: center;
}

    .breadcrumb--flex .material-icons {
        color: #aaa;
        font-size: 24px;
        /*padding-right: 10px;*/
        padding-top: 20px;
    }

.sidenav-main {
    background-color: #fff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
}

[type='checkbox'] + span:not(.lever):before, [type='checkbox']:not(.filled-in) + span:not(.lever):after {
    border: 1px solid #ddd;
}

.input-field .prefix {
    font-size: 1.5rem;
    position: absolute;
    top: 0.4rem;
    width: 3rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    left: 12px;
}

.sidenav li .sidebar-image {
    text-align: center;
}

.sidenav li .sidebar-text {
    padding: 0 10px;
    line-height: 22px;
}

.sidenav-right {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    transition: .3s;
}

.sidebar-footer {
    text-align: center;
    font-size: 12px;
}

    .sidebar-footer .material-icons {
        color: red;
        font-size: 13px;
    }

.k-pager-sizes .select-wrapper input.select-dropdown {
    display: none;
}

.k-pager-sizes .select-wrapper > .caret {
    display: none;
}

.k-textbox {
    padding: 0 !important;
}

.k-grid-toolbar {
    color: #333 !important;
    background-color: #fff !important;
}

.k-grid-header, .k-grid .k-alt, .k-grid-pager {
    background-color: #fff !important;
}

.k-grid th, .k-grid td {
    border-width: 0 0 1px 0 !important;
}

.k-grid-toolbar, .k-grid {
    border-width: 0 !important;
}

.k-pager-sizes .select-wrapper.materialSelect {
    display: none !important;
}

.k-button {
    border-color: #fff !important;
    background-color: #fff !important;
}

.k-grid-header .k-header {
    color: #aaa;
}

.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover {
    background-color: #fffafa !important;
}

.tab-carousel .carousel {
    height: auto !important;
}

.modal-content-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .modal-content-flex form, .add-buttons {
        width: 80%;
    }

.tab-link {
    color: #444;
    font-weight: bold;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

    .tab-link.tab-link-active {
        border-bottom: 2px solid red;
    }

.add-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.heading-group {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.heading-action {
    min-width: 225px;
    padding-left: 20px;
    text-align: right;
}

.empty-info {
    display: flex;
    align-items: center;
    width: 80%;
}

.k-button.k-primary {
    color: inherit !important;
}

@media only screen and (max-width: 762px) {
    .add-buttons {
        flex-direction: column;
    }
}

.card-add-item .k-grid.k-grid-display-block {
    display: flex !important;
}

.card-add-item .k-grid-toolbar, .k-grid-toolbar {
    order: 2;
}

.card-add-item .k-grid-add {
    border: 2px solid #f44336 !important;
    border-radius: 20px;
    padding: 5px 19px;
    color: #f44336 !important;
    margin-top: 10px;
    border-radius: 20px !important;
    padding: 5px 20px !important;
}

.empty-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .empty-content .btn {
        min-width: 220px;
    }

.badge-color {
    border-radius: 50px;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    margin: 3px 4px 0 0;
    display: inline-block;
}

th, .item-nombre {
    font-size: 13px;
    color: #404040 !important;
    font-weight: 600 !important;
    font-family: Montserrat;
}

.input-field > label.error {
    top: 40px;
    font-size: 10px;
    color: red;
}

.display-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px, 1fr));
}

.display-wrap-resumen {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(350px, 1fr));
}


.datepicker-date-display, .datepicker-table td.is-selected, .btn-floating {
    background-color: #f44336 !important;
}

.modal-content.datepicker-container {
    height: 100% !important;
    padding: 0 !important;
}

.timepicker-digital-display {
    background-color: #f44336 !important;
}

.timepicker-canvas line {
    stroke: #f44336 !important;
    fill: #f44336 !important;
}

.timepicker-canvas-bg, .timepicker-canvas-bearing {
    fill: #f44336 !important;
}


.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #f44336;
}

.custom-textarea {
    border: 1px solid #ddd !important;
    min-height: 100px;
    width: 100%;
    padding: 10px;
}

.media-mapa {
    overflow-x: scroll;
    width: 100%;
}

    .media-mapa img {
        max-width: 1000px;
    }

.modalinfo p {
    color: black;
}

.subtitle {
    display: inline-block;
    font-size: 12px;
    margin: 10px 0 20px 0 !important;
}


.row-underline-list {
    border-bottom: 1px solid lightgray;
}

    .row-underline-list:last-child {
        border-bottom: none;
    }

.row-underline {
    border-bottom: 1px solid lightgray;
}

.row-topline {
    border-top: 1px solid lightgray;
}

.pointer {
    cursor: pointer;
}

.circle-status {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 25px;
    position: relative;
    top: 3px;
    background-color: #aaaaaa;
}

.circle-status--yellow {
    background-color: #ffe08a;
}

.circle-status--green {
    background-color: #a8e66a;
}

.text-center {
    text-align: center;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.loading-div {
    background-image: url(../../images/icon/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 64px;
    height: 64px;
}

.hr-dashed {
    border: 0;
    border-bottom: 1px dashed #aaa;
}

.textarea-lightgray {
    border: 1px solid lightgray;
}

input[type="radio"].toggle {
    display: none;
}

    input[type="radio"].toggle + label.primary,
    input[type="radio"].toggle + label {
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    input[type="radio"].toggle + label {
        line-height: 30px;
        padding: 0 20px;
        font-size: 12px;
    }

        input[type="radio"].toggle + label.primary {
            line-height: 35px;
            padding: 4px 35px;
            width: auto;
        }

    input[type="radio"].toggle:checked + label {
        cursor: default;
        color: #fff;
        border-color: transparent;
        background-color: #f44336;
        font-weight: 700;
    }


        input[type="radio"].toggle:checked + label.btn:hover {
            background-color: inherit;
            background-position: 0 0;
            -webkit-transition: none;
            -moz-trainsition: none;
            transition: none;
            background-color: transparent !important;
        }

.mg--top-sm {
    margin-top: 16px;
}

.mg--bottom-sm {
    margin-bottom: 16px;
}

.mg--top-xs {
    margin-top: 8px;
}

.mg--bottom-xs {
    margin-bottom: 8px;
}

.pg--top-sm {
    padding-top: 16px;
}

.pg--bottom-sm {
    padding-bottom: 16px;
}

.js-collapsible {
    cursor: pointer;
    transition: 0.2s;
    padding: 12px 0;
}

.js-collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.icon-collapside {
    font-size: 32px !important;
}


.btn-sm {
    font-size: 12px;
    padding: 0px 32px;
}


.table-data tr {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    .table-data tr th, .table-data tr td {
        width: 20%;
        min-width: 20%;
    }

.light-chip {
    border: 1px solid;
    border-color: lightgray;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: gray;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    height: 32px;
    padding: 0 12px;
}

.width-55 {
    width: 55%;
}

.width-auto {
    width: auto;
}

.modal .modal-content {
    padding: 24px;
    background-color: #fff;
}

.modal .modal-footer {
    border-top: 1px solid #ddd;
}

.menu-icon {
    transition: color 0.3s ease-out;
}

    .menu-icon:hover {
        color: red;
        /*transition: color 0.3s ease-out;*/
    }

.menu-icon-active {
    color: red;
}

.menu-options {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    margin-top: -5px;
    margin-right: 32px;
    padding: 12px;
}

.menu-option {
    padding: 2px 0;
    cursor: pointer;
}

.menu-exit {
    text-align: right;
    margin-bottom: 4px;
    cursor: pointer;
    color: black;
}

.hidden {
    display: none;
}

.fade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 2;
    opacity: 0;
}

.col-drop-sm {
    width: 40px !important;
}

.sidenav li.project-name a.active {
    background-color: transparent;
    color: #404040;
}

.sidenav-active-rounded .sidenav li.project-name:not(.open) > a.active {
    color: #404040;
}

.sidenav li.project-name {
    padding: 10px 20px 17px 20px;
    border-bottom: 1px solid #ddd;
    background-color: #f6f1f1;
}

    .sidenav li.project-name a {
        line-height: 22px;
        display: block;
        margin-top: 10px;
        color: #404040;
        font-weight: 600;
        height: auto;
        padding-left: 0 !important;
    }

.row.project-list .col {
    margin-left: 0 !important;
}

.border-left-red {
    border-left: 4px solid #f44336;
}

.border-left-blue {
    border-left: 4px solid #448aff;
}

.border-left-green {
    border-left: 4px solid #388e3c;
}

.border-left-yellow {
    border-left: 4px solid #fbc02d;
}

.card-alert button {
    color: black !important;
}




.badge-danger {
    color: #fff !important;
    background-color: #e74a3b !important;
}

.navbar-icons-size {
    font-size: 24px;
}

.recent-file {
    display: block;
    margin: 25px auto;
}

.app-file-content-logo {
    overflow: hidden;
    margin-bottom: .5rem;
    border-radius: 4px;
}

.card-content {
    padding: .5rem;
}

.app-file-info {
    margin-top: .5rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

    .app-file-info .card-content {
        padding: 1rem !important;
    }

.fonticon {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.disabled {
    color: rgba(0, 0, 0, .42) !important;
    background-color: rgba(0,0,0, .05) !important;
}

strong {
    font-weight: bolder !important;
}

.collapsible-body-limit {
    border-left: 4px solid red;
}

.k-grid {
    overflow-x: auto;
}

.image-auto {
    max-width: 100% !important;
    height: auto !important;
}

.card-dafo {
    min-height: 225px;
    max-height: 325px;
    overflow: auto;
}

.card-proyecto {
    height: 152px;
}

.content-modal-checklist {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tab-card-nogbcolor {
    background-color: transparent !important;
}

.imagen-proyecto {
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.k-grid ul {
    list-style-type: disc;
    list-style-position: inside;
}

    .k-grid ul ul, .k-alt ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 25px;
    }


        .k-grid ul ul ul {
            list-style-type: square;
            list-style-position: inside;
            margin-left: 25px;
        }

.k-grid ol {
    list-style-type: decimal;
    list-style-position: inside;
}

    .k-grid ol ol, .k-grid ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 25px;
    }

.k-grid li {
    list-style-type: inherit !important;
}

.brand-logo-img {
    width: 100%;
}

span.k-colorpicker {
    display: block;
    width: 100%;
    margin: 5px 0px;
}

span.k-colorpicker span.k-selected-color {
    width: 100%;
}

.goog-te-gadget-simple {
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    background-color: transparent !important;
}

.info-layout {
    color: #e23b32;
}

.info-layout-span {
    vertical-align: super;
    font-family: Arial;
}

.filter-buttons .material-icons-label {
    font-size: 20px;
    margin-right: 8px
}

.input-color input {
    width: 80px;
}

.k-button.k-state-selected {
    color: #515967 !important;
}


.k-dropdown .k-dropdown-wrap {
    background-color: #fff !important;
    height: 40px !important;
}

.height-faroAcademy {
    height: 64px;
}
.select-formulario {
    height: 3rem;
}


/*Kendo override*/

.k-pager-wrap .k-link.k-state-disabled {
    color: #007bff !important;
}

.k-pager-wrap > .k-link {
    border-radius: .25rem 0 0 .25rem !important;
    height: 100% !important;
}

.k-header {
    background-color: #fff !important;
}

.k-pager-wrap > .k-link > .k-icon {
    margin-top: 0 !important;
    text-align: center;
}

.k-pager-nav {
    padding: 0.6rem 0.6rem !important;
}
.k-pager-wrap .k-link {
    border-color: rgba(33,37,41,0.125) !important;
}

.k-state-disabled .k-icon {
    opacity: initial !important;
}
.k-pager-info {
    color: #292b2c !important;
}

/*tabla metodologias*/
.table-met {
    display: block;
    overflow-x: auto;
}

.table-sin-espacios{
    white-space: nowrap;
}

.table-met td{
    padding: 20px;
    white-space:nowrap;
}

.table-met thead th {
    padding: 20px;
}

/* Modal Alertas */
.modalAlerta {
    height: 93%;
    overflow-y: scroll;
    left: 45%;
    top:71px !important;
}

.divider {
    border-top:1px solid black;
    margin-bottom: 20px;
}

.pointer {
    margin-right: 10px;
}

.text{
    margin-bottom: 20px;
}

.formModalAlerta{
    width: 100% !important;
}
.btnModalAlerta {
    background: #FE6F6F;
    border-radius: 8px;
    border: 1px solid #FE6F6F;
}
.btnModalAlerta {
    background: #FE6F6F;
    border-radius: 8px;
    border: 1px solid #FE6F6F;
}
.btnIconTableAlerta {
    min-width:0px !important;
}
.iconLayoutAlerta {
    font-size: 30px;
}
.cardAlertaModal{
    border-radius:12.5px;
}
.colComanderModalAlerta{
    text-align: end !important;
}

/*estilos sobreescritos*/
.datepicker-controls .select-month input{
    width: 100px;
}
.modal.modal-fixed-footer .modal-content{
    position: initial;
}

.custom-radio {
    line-height: 25px !important;
    padding: 0px 20px !important;
}