button {
    border: 0;
}
.border-box-custom {
    -webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.grid-dashboard-custom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    grid-gap: 15px;
}
.grid-item-position-custom-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.grid-item-position-custom-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.grid-item-position-custom-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.grid-item-position-custom-4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.dashboard-card {
    min-height: 250px;
    background-color: #ffffff !important;
}
.border-radius-custom {
    border-radius: .25rem!important;
}
.dashboard-message {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}
.dashboard-message:hover {
    opacity: 1;
}

.card-resume {
    overflow-x: scroll;
}

.dashboard-default-bg {
    background-color: #e1e4e6;
}

.dashboard-primary-text {
    color: #1C6AA5 !important;
    opacity: 1  !important;
}

.dashboard-secondary-text {
    color: #1C6AA5 !important;
    opacity: 0.7;
}

.dashboard-default-text {
    color: #000419 !important;
    font-weight: 300;
}
.dashboard-link {
    color: #1C6AA5 !important;
    opacity: 0.7;
    font-weight: 500
}

.dashboard-info-box {
}
/*
.dashboard-info-box {
    opacity: 0.4;
    border: 1px solid #0F4F80;
    box-sizing: border-box;
    border-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: fle;
}
*/
.dashboard-box-text {
    color: #000419 !important;
    font-weight: 300;
    margin-top: auto;
    margin-bottom: auto;
}

.dashboard-link:hover {
    opacity: 1;
}


.dashboard-link:hover {
    opacity: 1;
}

.dashboard-bg-primary {
    background-color: #1C6AA5 !important;
    opacity: 0.9;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.dashboard-sidebar {
    background-color: #1C6AA5 !important;
}

.dashboard-sidebar-link {
    color: #c2c7d0 !important;
}

.dashboard-sidebar-link:hover {
    color: #F0FAFF !important;
}

.dashboard-button-outline-primary {
    border: 2px solid #1C6AA5;
    border-radius: 5px !important;
    color: #1C6AA5 !important;
    opacity: 0.9;
    transition: 0.3s;
    width: 100%;
    text-align: start;
}

.dashboard-button-outline-primary:hover {
    background-color: #1C6AA5;
    color: #FFFFFF !important;
    opacity: 0.8;
}
.dashboard-button-outline-primary .active {
    background-color: #1C6AA5;
    color: #FFFFFF !important;
    opacity: 0.8;
}


.dashboard-separator-title {
    margin-left: 0;
}

.dashboard-separator {
    background-color: #1C6AA5 !important;

    margin-top: 0.5rem;
    margin-bottom: 1rem;
    height: 0.5rem;
    border-radius: 5px;
}

.dashboard-spinner {
    width: 10rem;
    height: 10rem;
}

.not-visible {
    display: none;
}


.btn-disable-custom {
    pointer-events: none;
    opacity: .4;
    transition: opacity .3s;
}
.btn-enable-custom {
    animation: opacityOff .3s forwards;
}

@keyframes opacityOff {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}


.button-add-link-order {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 0;

    width: 93px;
    height: 27px;

    /* Primaria */

    background-color: white;
    border: 1px solid rgba(15, 79, 128, .4);
    box-sizing: border-box;
    border-radius: 7px;
    cursor: pointer;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;

    color: rgba(15, 79, 128, .6);

    transition: border .3s, color .3s;
    max-width: 200px;
}
.button-add-link-order:hover {
    border: 1px solid rgba(15, 79, 128, 1);
    color: rgba(15, 79, 128, 1);
    background-color: white;
}

.button-rana-thin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 12px;

    /* Primaria */

    background-color: white;
    border: 1px solid rgba(15, 79, 128, .4);
    border-radius: 7px;
    cursor: pointer;

    height: calc(1.8rem + 2px);

    color: rgba(15, 79, 128, .6);

    transition: border .3s, color .3s;
    max-width: 200px;
}
.button-rana-thin:hover {
    border: 1px solid rgba(15, 79, 128, 1);
    color: rgba(15, 79, 128, 1);
    background-color: white;
}

.btn-rana-custom-blue-1 {
    /* Buttons 1=Primaria */
    /* Auto Layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 12px;

    /* Primaria */
    background: #1C6AA5;
    border-radius: 7px;

    height: calc(1.8rem + 2px);

    color: white;
    cursor: pointer;

    max-width: 200px;
    transition: background .3s, color;
}
.btn-rana-custom-blue-1:hover {
    background: #0F4F80;
    color: white;
}

.btn-rana-custom-blue-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 12px;

    /* Primaria */
    background: #0F4F80;
    border-radius: 7px;

    height: calc(1.8rem + 2px);

    color: white;
    cursor: pointer;

    max-width: 200px;
}
.btn-rana-custom-blue-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 12px;

    /* Primaria */
    background: #238EAD;
    border-radius: 7px;

    height: calc(1.8rem + 2px);

    color: white;
    cursor: pointer;

    max-width: 200px;
}

@media (max-width: 1200px) {
    .grid-dashboard-custom {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-item-position-custom-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .grid-item-position-custom-2 {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
    .grid-item-position-custom-3 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    .grid-item-position-custom-4 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
}





@media (max-width: 700px) {
    .grid-dashboard-custom {
        grid-template-columns: 1fr;
    }
        .grid-item-position-custom-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .grid-item-position-custom-2 {
        grid-column: 1 / 2;
        grid-row: 3 / 5;
    }
    .grid-item-position-custom-3 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    .grid-item-position-custom-4 {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
}


.grid-table{
    width: 100%;
    padding: 0 100px 0 100px;
}
.grid-table tr{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(6, 16%);
}
.grid-table tr::after{
    content: '';
    background: black;
    width: 500%;
    height: 1px;
}

.hidden {
    display: none;
}