.tablaMarcoToolBar {
    display: none;
}

#ctl00_lblMenMarco {
    display: none;
}


/*#tab-content-0 {
    padding-top: 50px;
}*/

.success {
    background-color: #00B961 !important;
    color: #fff;
}

.info {
    background-color: #2A92BF !important;
    color: #fff;
}

.warning {
    background-color: #ffb822 !important;
    color: #fff;
}

.danger {
    background-color: #cb3234 !important;
    color: #fff;
}

.linecard {
    border: 1px solid #CB3234;
    border-radius: 5px;
}

.error {
    background-color: #FB7D44 !important;
    color: #fff
}

.kt-font-whatsapp {
    color: #20B038 !important;
}

.kt-badge.kt-badge--danger.kt-badge--inline{
    margin-top: 10px;
}
/*Panel:: Estilos*/

.progress.backg {
    background-color: #fff;
}

.kt-portlet.kt-widget.kt-widget--fit.kt-widget--general-3 {
    background-color: #e9ecef;
}
    .kt-portlet.kt-widget.kt-widget--fit.kt-widget--general-3.pdi-board {
        background-color: unset;
        box-shadow:unset;
    }
.kt-widget__statmodf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__contmodf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.kt-widget__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5rem;
    padding: .75rem 1rem;
    background-color: #f7f8fa;
    border-radius: 4px;
    margin-top: 10px;
    min-width: 85px;
    max-width: 85px;
    min-height: 85px;
    max-height: 85px;
    width: 85px;
}
    .kt-widget__stat.pdi-indicator {
        margin-top: unset;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        max-height: unset;
        width: auto;
        background-color: #f1f4f6;
        font-size:1rem;
    }

    .kt-widget__stat .kt-widget__value {
        font-size: 1.3rem;
        font-weight: 600;
        /*margin-right: .5rem;*/
        text-align: center;
        color: #5578eb;
    }

    .kt-widget__stat .kt-widget__caption {
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
        /*margin-right: .5rem;*/
        color: #74788d;
        white-space:normal;
        word-break:break-word;
    }

.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
    font-size: 12px;
    font-weight: 400;
    color: #74788d;
}

.kt-widget__label .kt-widget__title {
    font-size: 15px;
    /* font-weight: 600; */
    color: #595d6e;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.kt-widget__label .kt-widget__desc {
    font-size: 12px;
    font-weight: 400;
    color: #74788d;
}

.kt-widget__progress .kt-widget__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kt-widget__progress .kt-widget__sta .kt-widget__caption {
    font-size: 1rem;
    font-weight: 400;
    color: #a2a5b9;
}

.kt-widget__progress .kt-widget__sta .kt-widget__value {
    font-size: 1rem;
    font-weight: 500;
    color: #595d6e;
}

.kt-widget__progress .progress {
    height: 5px;
    margin-top: .5rem;
}

.bd-exbag {
    padding: 10px;
    margin-right: 0;
    margin-left: 0;
}

.bd-exbut {
    padding: 0.5rem;
    margin-right: 0;
    margin-left: 0;
}

.kt-widget__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2rem;
    padding: .5rem 0;
}

    .kt-widget__links .kt-widget__cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .kt-widget__links .kt-widget__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: .5rem;
    }

        .kt-widget__links .kt-widget__link i {
            font-size: 1.1rem;
            width: 20px;
            margin-right: .25rem;
        }

.tambut {
    width: 140px;
}

.tab-content > .active {
    display: block;
    /*margin-top: 10px;*/
}

/*Estilos:: Responsive Panel*/

@media (max-width: 600px) {
    .tab-content > .active {
        display: block;
       /* margin-top: 30px;*/
    }
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
    .kanban-container.col-md-12{
        width:auto !important;
    }

    .cont_btn_hm{
        text-align: center;
    }

    .cont_btn_hm .col-md-2 {
       margin-top: 10px;
    }

    .kt-widget__cont {
        margin: 0 auto;
    }
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
    .kanban-container.col-md-12 {
        width: auto !important;
    }

    .kanban-board.col-md-8.mt-3 {
        width: 249px !important;
    }

    /*.kt-widget__stat {
        min-width: 81px;
        max-width: 81px;
    }*/
}

@media (max-width: 768px) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .kanban-container.col-md-12 {
        width: auto !important;
    }

    .kanban-board.col-md-8.mt-3 {
        width: 249px !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .kanban-container.col-md-12 {
        width: auto !important;
    }

    .kanban-board.col-md-8.mt-3 {
        width: 190px !important;
    }
}

/* Landscape */
@media only screen and (min-width: 1366px) and (orientation: landscape) {
    .kanban-container.col-md-12 {
        width: auto !important;
    }

    .kanban-board.col-md-8.mt-3 {
        width: 287px !important;
    }
}

/* Responsive Internet Explorer */

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .kanban-container {
            width: auto !important;
            margin-top: 10px !important;
        }

        .kanban-board {
            width: 249px !important;
        }

        .kt-widget__stat {
            min-width: 81px;
            max-width: 81px;
        }

    }

/*Portrait*/
@media only screen and (min-width: 1024px) and (orientation: portrait) {
    .kanban-container.col-md-12 {
        width: auto !important;
    }

    .kanban-board.col-md-8.mt-3 {
        width: 249px !important;
    }
}


/*Estilos:: Card del Tablero Kanban*/

.kt-badge {
    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: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: .8rem;
}

    .kt-badge.kt-badge--inline {
        height: 0;
        width: auto;
        padding: .75rem .75rem;
        border-radius: 2px;
    }

    .kt-badge.kt-badge--danger {
        color: #fff;
        background: #CB3234;
    }

.badge {
    font-weight: 400;
}

.card-text {
    margin:0px;
    margin-block-end: 0px;
    margin-block-start: 0px;
    font-size: 14px;
}

.card-title.txtcrd {
    font-size: 14px;
    margin-bottom: 0px;
}

.kt-badge.kt-badge--danger.kt-badge--inline {
    /*margin-left: 180px;*/
}

.card-body.ardpad {
    padding: 0.25rem;
}

.kt-preview {
    color: #646c9a;
    margin-bottom: -26px;
}

.badge-info-low {
    color: #fff;
    background-color: #5578eb;
}

.badge-danger-high {
    color: #fff;
    background-color: #fd397a;
}

.kanban-board.col-md-8.mt-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.kt-widget__stat.col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}