﻿.excel {
    width: 50px;
    height: 50px;
}

.table-responsive2 {
    overflow-x: auto;
}

.calendar {
    z-index: 1;
}

.calendar-2 {
    z-index: 2;
}

.calendar-3 {
    z-index: 3;
}

.calendar-4 {
    z-index: 4;
}

.calendar-5 {
    z-index: 5;
}

.calendar-6 {
    z-index: 6;
}

.fonteTexto tr td label {
    margin-left: 10px;
}

.foto-responsive {
    display: block;
    position: relative;
    height: 200px;
}

.foto {
    position: relative;
    width: 75% !important;
    height: 100% !important;
    margin-left: 10% !important;
}

#SelectPhoto {
    border: solid #000000 1px;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
}

.img {
    position: absolute;
    margin-top: 140px;
    margin-left: 65%;
    width: 30%;
    opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    cursor: pointer;
}

    .img > img {
        width: 100%;
    }

.upload-wrapper {
    background: white;
    opacity: 1;
}

.file-upload {
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}

.img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.modalfoto {
    width: 45% !important;
    height: 60% !important;
    text-align: center;
}

.center-Vertical {
    padding-top: 20%;
}

.time {
    box-sizing: inherit !important;
}

    .time td {
        vertical-align: inherit !important;
        line-height: 0px;
    }



.process {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -70px; /* Negative half of height. */
    margin-left: -50px;
    z-index: 99;
    width: 200px;
    height: 200px;
    background: url(../images/processamento.gif) no-repeat;
    background-size: 150px,150px;
}

    .process p {
        padding: 10px;
        color: white;
    }

.table-new {
    border-collapse: collapse !important;
}

    .table-new td,
    .table-new th {
        background-color: #fff !important;
    }

table-new {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table-new td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table-new thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table-new tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-new .table {
    background-color: #fff
}

tr.paginate_buttons td a, tr.paginate_buttons td span {
    color: #fff;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd !important;
}

tr.paginate_buttons td span {
    background-color: #0088cc !important;
    color: #fff;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd !important;
}

tr.paginate_buttons td a {
    border: 1px solid #ddd !important;
    color: #333;
}

@media only screen and (max-width:468px) {
    .modalfoto {
        width: 100% !important;
    }

    .cabecalho {
        margin-top: 20px;
    }
}

.container-default {
    margin: 0;
    padding: 0
}

    .container-default::before {
        content: "";
        background: url(../images/Background.png);
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100vh;
    }

    .container-default icon-header {
    }

    .container-default icon-agil {
    }

    .container-default icon-redecidada-blue {
    }

    .container-default icon-redecidada-green {
    }
