﻿.text-green {
    color: #28a745 !important;
}

a.text-green:hover, a.text-green:focus {
    color: #1e7e34 !important;
}

.right-radius-borders {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.left-radius-borders {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.font-bold-new {
    font-weight: 700;
}

.m-l-minus1 {
    margin-left: -1px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.uploadFormulario {
    /*display: inline-block;*/

    border: 1px solid #ccc;
    padding: 12px 15px 12px 15px;
    /*background-color: #e3ffd8;*/
    background-color: #f8efff;
}

.tooltip {
    z-index: 9999;
}

.tooltip-inner {
    max-width: 400px;
}

.ladaField {
    max-width: 25%;
}

.border-btn {
    border-radius: 0px;
    /*border-color: #e5e6e7;*/
}

.customTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    font-size: .9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(0, 0, 0, 0.15);
}

    .customTable tbody th {
        padding: 12px 15px;
        text-align: center;
        border-bottom: 2px solid rgba(0, 0, 0, 0.15);
        /* background-color: rgba(235, 137, 52,0.8);*/
        background-color: rgba(0, 152, 121, 0.8);
        color: #ffffff;
    }

    .customTable td {
        padding: 8px 10px;
    }

    .customTable tbody tr {
        border-bottom: thin solid rgba(0, 0, 0, 0.15);
        background-color: rgba(187, 201, 237, 0.4);
    }

        .customTable tbody tr:nth-of-type(even) {
            background-color: rgba(187, 201, 237, 0.4);
        }

        .customTable tbody tr:last-of-type {
            border-bottom: 2px solid rgba(0, 0, 0, 0.15);
        }

        .customTable tbody tr.active-row {
            font-weight: bold;
            color: rgba(235, 137, 52,0.8);
        }

.cellVacaciones {
    background-color: rgba(167,235,186,0.5) !important;
}

.cellDescanso {
    background-color: rgba(211, 167, 235,.5) !important;
}

.cellSinPlaneacion {
    background-color: rgba(235, 167, 167,0.6) !important;
}

.cellAlert {
    background-color: rgba(235, 208, 167,0.6) !important;
}

.Pager {
    text-align: right;
    width: 100%;
}

    .Pager span {
        padding: 10px;
        text-align: center;
        color: rgba(0, 0, 0, 0.6);
        display: inline-block;
        min-width: 35px;
        background-color: rgba(187, 201, 237, 0.7);
        margin-right: 3px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-weight: bold;
    }

    .Pager a {
        padding: 10px;
        text-align: center;
        display: inline-block;
        min-width: 35px;
        background-color: rgba(187, 201, 237, 0.4);
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        margin-right: 3px;
        text-decoration: none;
    }

    .Pager b {
        margin-right: 20px;
    }

.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}

.lineHeight2 {
    line-height: 1.5;
}
.lineHeightSmall {
    line-height: .3;
}
.border0 {
    border-width: 0 !important;
}
.marginBottom0 {
    margin-bottom: 0 !important;
}
.colorGreen {
    color: rgb(26, 179, 148);
}
.fw-semibold {
    font-weight: 600 !important;
}
.line-spacing-normal {
    line-height:1.5;
}
.small-text {
    font-size: 90%;
    font-weight: 400;
}
