/*
*CSS Especifico de Recorridos.
*/

:root {
    --animate-duration: 0.5s;
}

.rm {
    color: #f2122a;
}

.element_list_item {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.color_pointer {
    color: #6c53da;
}



.element_list_item:hover {
    background: #F3F3F4;
}

.pagination {
    margin: 5px auto;
    width: 100%;
    text-align: center;
}

#elements_list {
    margin-bottom: 5px;
}

.sort {
    cursor: pointer;
    border-radius: 6px;
    border: none;
    text-decoration: none;
}

.sort:hover {
    text-decoration: none;
}

.sort:focus {
    outline: none;
}

.sort:after {
    display: inline;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #787B7D;
    content: "";
    position: relative;
    top: 10px;
}

.sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #787B7D;
    content: "";
    position: relative;
}

.glyphicon-remove {
    color: #D90D39;
}

ul {
    list-style-type: none;
}

#draggable-form {
    padding-left: 0px;
}

tr.active td {
    color: white;
    background-color: #08C !important;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
}

table {
    table-layout: fixed;
}

.btn-group-block {
    display: block;
}

.ui-draggable-handle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.ui-draggable-dragging {
    cursor: -webkit-grabbing !important;
    cursor: moz-grabbing !important;
    z-index: 100;
}

.modal-div {
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
}

.form-group {
    position: relative;
    margin: 0px;
}

li.editing {
    background-color: lightgray;
}

.form-item {
    padding: 10px 0px;
}

input[type="checkbox"],
input[type="radio"] {
    height: 16px;
}

.toolb {
    font-size: 20px;
    align-items: center;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.toolb>.fa-times-circle,
i.fa-times-circle {
    color: #ED5565;
}

.toolb>.fa-level-up,
.toolb>.fa-level-down,
i.fa-level-up,
i.fa-level-down {
    color: #1AB394;
}

.toolb>.fa:hover {
    cursor: pointer;
}

.add-toolb:hover {
    color: black;
}

.add-toolb {
    font-size: 18px;
    float: right;
    display: inline-flex;
    color: #A5A5A5;
    cursor: pointer;
}

.form-control-label,
.profile-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.toolb-badge {
    margin-right: 5px;
}

.toolb>a:hover {
    background-color: #e1e1e1;
}

.guesses {
    position: absolute;
    background-color: #A8C9FD;
    z-index: 1;
    color: black;
    border: 1px solid #A5A5A5;
}

.btn-xsm {
    height: 25px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px 3px 3px 0px;
}

.input-xsm {
    height: 25px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
}

.input-group {
    display: flex !important;
}

.list {
    font-family: sans-serif;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.list>li {
    display: block;
    padding: 10px;
}

.element_address_item {
    cursor: pointer;
    padding: 8px;
    border-bottom: 1px solid gray;
    border-left: 0px;
    border-right: 0px;
}

.r2_row,
.r2_form {
    cursor: pointer;
}

.mail-control>tbody>tr>td {
    padding: 5px;
    text-align: center;
}

.mail-control>thead>tr>th {
    padding: 5px;
    text-align: center;
}

div.section>.section-content {
    border: 1px dotted #D8D8D8;
    border-top: 0px;
    padding: 3px 3px 3px 3px;
}

div.section>.section-title {
    font-weight: bold;
    background-color: #F0F1F2;
    padding: 5px 10px 10px 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

div.section {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.section.editing>.section-title {
    background-color: lightgray;
}

[data-fav_id] .fa.fa-star-o:before {
    content: "\f005";
}

[data-fav_id] .fa.fa-star-o {
    color: #FFFF00;
}

#fav_places .data_2,
#fav_places .data_3 {
    text-align: center;
}

.danger {
    color: red;
}

.image-link {
    cursor: pointer;
}

.content-center {
    text-align: center;
}

.item_remove:not(.ibox-tools a svg) {
    color: red;
}

.ibox-title {
    background-color: #e8edf5;
    color: #11546d;
    border-bottom: 2px solid;
    border-top: 0px;
    border-color: #8e9093;
    font-weight: bold;
}

.navbar-fixed-top,
.navbar-static-top {
    background-color: #11546d;
    color: white;
}

.navbar-brand {
    font-size: 30px;
}

.table>thead>tr>th {
    text-align: center;
    /* background-color: #f0fff8; */
    background-color: white;
    border-radius: 0px;
    color: #005a2f;
}

.table>tbody>tr>td {
    text-align: center;
}

a.page:active {
    background-color: #29c1f2 !important;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.has-event,
.has-row-event {
    cursor: pointer;
}

.has-event:hover {
    background-color: #ededed;
}

.has-row-event:hover {
    background-color: #ededed;
}

a.btn.btn-sm.btn-icon.collapse-link:hover {
    background-color: #e1e1e1;
}

/* Loading */

.loading {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    padding: 0 10px 20px 10px;
}

.loading>div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: relative;
}

.loading>div>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-option-inner-inner {
    color: black;
}

.map-holder {
    height: 500px;
}

#map {
    height: 95%;
}

.btn-xls {
    color: #fff;
    background-color: #2e7d32;
}

.btn-xls:hover {
    color: #2e7d32;
    background-color: #fff;
}

.response-image-td {
    display: flex;
}

.response-table {
    width: 100%;
    margin: 10px;
}

.response-table.table>tbody>tr>td {
    text-align: left;
}

.response-table.table>thead>tr>th {
    text-align: left;
}

#photoModalImg {
    width: 100%;
}

.trash-index {
    color: red;
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.modal {
    overflow: auto !important;
}

/* createTableV2 */
.fa_red {
    color: red;
}

input.filter_input {
    padding: 3.5px;
}

.filter_input {
    width: calc(100% + 1px);
    min-width: 100%;
    min-height: 100%;
    margin: 0px 0px;
    padding: 3px;
    border: 0;
    background-color: #f6f6f6;
    border: 1px #b8c1ca solid;
    border-top: 0;
    border-bottom: 0;
    left: 0px;
    position: relative;
}

th.filter_cell {
    padding: 0;
    border: 0;
    color: white;
    background-color: white;
}

th.command-column.command-column {
    padding: 0 !important;
    background-color: #f6f6f6;
    border: 1px #b8c1ca solid;
}

.command-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

label.required:after {
    content: "*";
    color: red;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.gauge {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #307dfc;
    background-image: conic-gradient(var(--gauge-color) 0turn,
            var(--gauge-color) var(--gauge-value),
            #d1dee5 var(--gauge-value),
            #d1dee5 1turn);
}

.gauge::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: white;
}

.score {
    font-size: 2.5em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table.table-object-auditor>tbody>tr>td {
    text-align: left;
}

.thumbnail {
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 5px 4px 6px #a2a2a2;
    cursor: copy;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.remove-tn {
    cursor: pointer;
}

.thumb-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.form-submit-buttons {
    margin-left: -15px;
}

.thumbnails {
    margin-left: -5px;
}

.file-control-hidden {
    width: 0px;
    padding: 0px;
    height: 0;
    margin: 0px;
    opacity: 0;
    position: absolute;
}

.server-side-sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #787B7D;
    content: "";
    position: relative;
    top: 10px;
    left: 10px;
}

.server-side-sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #787B7D;
    content: "";
    position: relative;
    top: -10px;
    left: 10px;
}

.server-side-sort {
    cursor: pointer;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.panel.panel-inverse>.panel-heading {
    /*background-color: #005a2f;*/
    background-color: rgb(195, 206, 62);
}

.panel .panel-heading .panel-title {
    font-size: 16px;
}

.header .navbar-brand .navbar-logo {
    background: #005a2f;
}

.logo-login {
    background: url(../ico/logo-light-1.png) center no-repeat;
    width: 315px;
    height: 50px;
    display: inline-block;
}

.login.login-v2 .login-header .icon i {
    font-size: 50px;
}

.btn-primary {
    /*
    background-color: #005a2f;
    border-color: #005a2f;
    */

    background-color: rgb(195, 206, 62);
    border-color: rgb(195, 206, 62);
}

.btn-primary:hover {
    color: #FFFFFF;

    background-color: #b8c43e;
    border-color: #b8c43e;
}

.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b8c43e;
    border-color: #b8c43e;
}

.btn-success {
    background-color: rgb(195, 206, 62);
    border-color: transparent;
}

.logo {
    background: url(../images/Miica-logo-Fondoblanco-Horizontal-Small.jpg) center no-repeat;
    width: 315px;
    height: 50px;
    display: inline-block;
}

.swal2-styled.swal2-confirm {
    background-color: #C3CE3E;
    border-color: #C3CE3E;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #C3CE3E;
    border-color: #C3CE3E;
}

.open-modal-image {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.card-body.my-card {
    padding: 0;
}

.row-selected {
    background-color: #D8D8D8;
}

.card-header.my-card-header {
    padding-bottom: 0px;
}

.card-header.my-card-header span {
    font-weight: bold;
    font-size: initial;
}


.page-header {
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
    color: white;
}


.breadcrumb .breadcrumb-item a {
    color: white;
}


.sidebar {
    background: rgb(47, 41, 37);
    border-right: 1px solid rgb(195, 206, 62);
}

body {
    background:
        radial-gradient(black 15%, transparent 16%) 0 0,
        radial-gradient(black 15%, transparent 16%) 8px 8px,
        radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
        radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px !important;
    background-color: #282828 !important;
    background-size: 16px 16px !important;
    font-size: .85rem !important;
}

.material-withdraw-input-limit {
    width: 60px !important;
}

.material-withdraw-label {
    justify-content: start;
}

.purchase_orders_list {
    height: calc(100vh - 350px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.purchase_orders_list table {
    position: relative;
    border-collapse: collapse;

}

.purchase_orders_list th {
    position: sticky;

}

.purchase_orders_list thead tr:first-child {
    line-height: 20px;
    height: 40px;
}

.purchase_orders_list thead tr:first-child th {
    top: 0;
    height: 100%;
}

.purchase_orders_list thead tr:nth-child(2) th {
    top: 55px;

}

.w-20rem {
    width: 20rem !important;
}

.puchase_order_material_form_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.preview_po .modal-content {
    width: 145%;
}

.invoices_receptions_photos {
    display: flex;
    align-items: center;
}

.force-white {
    color: white !important;
}

.materiales_payment_orders_container {
    margin-left: -25px;
    margin-right: -25px;
}

.addButton.addButton {
    padding: 4px 0px;
    background-color: rgb(195, 206, 62);
    border-color: transparent;
    color: white;
}

.color-test.color-test {
    background-color: #d58e46;
}

.select2.select2-container.select2-container--default.select2.select2-container.select2-container--default {
    border: none;
}