﻿.floatingDiv {
    position: fixed;
    bottom: 0px;
    background-color: rgba(237, 176, 123,.8);
    font-weight: 700;
    color: white;
    z-index: 99 !important;
}
    .floatingDiv span  {
        margin:20px;
    }
        .floatingDiv span i {
            width: 20px;
            text-align: center;
            padding-bottom: 4px;
            padding-top: 4px;
        }
.no-padding{
    padding:0!important ;
}
.padding15 {
    padding: 0 15px;
}
.preselection {
    max-width: 16%;
}

.postselection {
    max-width: 18%;
}

.border-btn {
    border-radius: 0px;
    padding: 0 .75rem;
    background-color: #f5c39a;
}

.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;
}

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

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

.uploadFormulario {
    display: inline-block;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 12px 15px 5px 15px;
    /*background-color: #e3ffd8;*/
    background-color: #f8efff;
}

.tooltip {
    z-index: 9999;
}

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

.chkOrange {
    accent-color: #eb8934;
}

a {
    color: #d1792c;
}

    a:hover {
        color: #d1792c;
    }

    a:link {
        color: #d1792c;
    }

    a:active {
        color: #d1792c;
    }

.customW {
    color: white;
}

    .customW:hover {
        color: white;
    }

    .customW:link {
        color: white;
    }

    .customW:active {
        color: white;
    }

canvas {
    border: 1px solid #c8cbcf;
}

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

.white {
    color: #fff;
}

.smallFont {
    font-size: .7rem;
    line-height: normal;
}

.ccFieldMask {
    -webkit-text-security: disc !important;
}

.customTable {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-color: rgba(235, 137, 52,0.8);
}

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

    .customTable td {
        padding: 12px 15px;
    }

    .customTable tbody tr {
        border-bottom: thin solid rgba(235, 137, 52,0.8);
        background-color: #ffffff;
    }

        .customTable tbody tr:nth-of-type(even) {
            background-color: rgba(222, 139, 84,0.1);
        }

        .customTable tbody tr:last-of-type {
            border-bottom: 2px solid rgba(235, 137, 52,0.8);
        }

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

.kpiBox {
    border-left: 4px solid rgba(235, 137, 52, 0.8);
}

.Pager span {
    padding: 10px;
    text-align: center;
    color: #999;
    display: inline-block;
    min-width: 35px;
    background-color: rgba(222, 139, 84,0.3);
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid rgba(235, 137, 52,0.8);
}

.Pager a {
    padding: 10px;
    text-align: center;
    display: inline-block;
    min-width: 35px;
    background-color: rgba(222, 139, 84,0.1);
    color: #fff;
    border: 1px solid rgba(235, 137, 52,0.8);
    margin-right: 3px;
    line-height: 150%;
    text-decoration: none;
}
