/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(296,28): run-time error CSS1039: Token not allowed after unary operator: '-darkprimary-background'
(480,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-background'
(487,28): run-time error CSS1039: Token not allowed after unary operator: '-darkprimary-background'
(492,36): run-time error CSS1039: Token not allowed after unary operator: '-darkprimaryhover-background'
(547,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-background'
(688,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-light-bkg'
(692,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-background'
(712,32): run-time error CSS1039: Token not allowed after unary operator: '-darkprimaryhover-background'
(715,32): run-time error CSS1039: Token not allowed after unary operator: '-red-background'
(718,36): run-time error CSS1039: Token not allowed after unary operator: '-redhover-background'
(721,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-light-bkg-hover'
 */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

label{
    margin-bottom:0;
}
hr {
    height: 1px;
    -moz-box-sizing: unset;
    box-sizing: unset;
    border: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05));
    color: rgba(0, 0, 0, 0.05);
}
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 100%;
    --primary-background: #cf87de;
    --darkprimary-background: #ab5ebc;
    --darkprimaryhover-background: #bd76cc;
    --red-background: #c64040;
    --redhover-background: #d25c5c;
    --primary-light-bkg-hover: #e6d0eb;
    --primary-light-bkg: #f1e7f3;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0px;
    margin: 5px;
    background-color: rgba(255,255,255,0.8);
}
[data-negative]
{
    color:red !important;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#user-detail {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    position: relative;
    margin: 10px 0px 10px 0px;
    grid-gap: 10px;
    padding: 5px 5px 5px 5px;
    background-color: #ededed;
    border-radius: 3px;
}
    #user-detail > label {
        width: 100%;
        color: #494949;
        margin: 5px 0px;
        border-bottom: 1px solid #c9c9c9;
    }
    #user-detail .det-user-insc {
        grid-column: 1;
        grid-row: 2;
    }
    #user-detail .det-userDetail {
        grid-column: 1;
        grid-row: 1;
        background-color: #efe3f2;
        padding:5px;
    }
        #user-detail .det-userDetail > label, #user-detail .det-userRoles > label, #user-detail .end-candidato > label, #user-detail .cli-candidato > label{
            margin: 5px;
        }
    #user-detail .det-userRoles {
        grid-column: 1;
        grid-row: 2;
        margin: 0px auto;
        background-color: #efe3f2;
    }
    #user-detail .end-candidato {
        grid-column: 2;
        grid-row: 1;
        background-color: #efe3f2;
    }
    #user-detail .cli-candidato {
        grid-column: 3;
        grid-row: 2;
        background-color: #efe3f2;
    }
    #user-detail .pedidos-candidato {
        grid-column: 1;
        grid-row: 2;
        background-color: #efe3f2;
        padding:10px;
    }
    #user-detail .faturas-candidato {
        grid-column: 2;
        grid-row: 2;
        background-color: #efe3f2;
        padding: 10px;
    }

.cli-candidato ul li {
    padding: 3px;
    margin-left: 15px;
}
.BoxShadow {
    box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.45);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 2px -1px rgba(0,0,0,0.45);
}
.flex-container-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top:10px;
}

    .flex-container > div, .flex-container-left > div {
        margin: 8px;
    }

        .flex-container > div.form-material, .flex-container-left > div.form-material {
            margin: 0px 8px;
        }

    .flex-container.fix-width > div {
        width: 200px;
    }

.flex-container {
    justify-content: center;
}

.flex-container-left {
    justify-content: flex-start;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
i,
span {
    display: inline-block;
}
table tr td.tdCenter, table tbody tr td.tdCenter {
    text-align: center;
}
table tr td.tdRight, table tbody tr td.tdRight {
    text-align: right;
}
.tabela1, .Table1 {
    border: 2px solid #7a5882;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}


    .tabela1 tbody tr td, .tabela2 tbody tr td {
        font-size: calc(9px + 2 * ((10vw) / 100));
        padding: 1px 2px 2px 2px;
    }

    .tabela1 thead tr th, .Table1 thead tr th, .tabela1 tfoot tr th, .Table1 tfoot tr th, .tabela1 tfoot tr th, .Table1 tfoot tr td {
        padding: 5px;
        background-color: #7a5882;
        color: white;
        font-size: calc(9px + 2 * ((10vw) / 100));
    }
    .tabela1 thead tr th, .Table1 thead tr th {
        text-align: center;
    }

    .tabela1 tbody tr td.center {
        text-align: center;
    }

    .tabela1 tbody tr td, .Table1 tbody tr td {
        border: 1px solid #d5d5d5;
        padding: 3px;
        background-color:white;
    }
    .tabela1 tbody tr.verde td {
        background-color: #aeeeb4 !important;
    }
    .tabela1 tbody tr.vermelho td {
        background-color: #f79c9c !important;
    }
.tabela2 {
    border: 3px solid white;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

    .tabela2 thead tr th, .tabela2 tfoot tr th {
        padding: 5px;
    }

    .tabela2 thead tr th {
        background-color: #555555;
        text-align: center;
        border-right: 1px solid #727272;
        color: white;
    }

    .tabela2 tfoot tr th {
        background-color: #c2c0a7;
        color: #353535;
    }

    .tabela2 tbody tr td.center {
        text-align: center;
    }

    .tabela2 tbody tr td.right, .tabela1 tbody tr td.right {
        text-align: right;
    }

    .tabela2 tbody tr td.small, .tabela2 thead tr th.small {
        font-size: calc(9px + 4 * ((100vw - 320px) / 680));
    }

    .tabela2 tbody tr td {
        background-color: #e2e2e2;
        border-bottom: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        padding: 3px;
    }

    .tabela2 tbody tr:last-child td {
        border-bottom: 0;
    }

    .tabela2 tbody tr td:last-child {
        border-right: 0;
    }

    .tabela2 tbody tr.selected td {
        background-color: #bfafe3 !important;
    }
.form-control.dataTab {
    width: auto !important;
    display: unset !important;
    margin-bottom: 5px;
}
.datecontrol
{
    max-width:120px;
    width:100%;
}
.LinkPadrao1 {
    font-size: 16px;
    color: black;
    cursor: pointer;
}

    .LinkPadrao1.Big {
        font-size: 18px;
        font-weight: bold;
    }

    .LinkPadrao1:hover {
        color: brown;
    }
#pagetitle {
    transition: 0.3s;
    background-color: var(--darkprimary-background);
    padding: 0px;
    color: #e1e4ee;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /*min-width:800px;*/
    /*top:50px;*/
    z-index: 1000;
    text-wrap: none;
    /*overflow:hidden;*/
    height: 40px;
}

    #pagetitle > span, #pagetitle > div {
        float: left;
    }

        #pagetitle > span.title-logo, #pagetitle > div.title-logo {
            margin-left: 55px;
        }
        #pagetitle .title-logo img {
            width: 65px;
        }

    #pagetitle .admTitulo {
        position: absolute;
        width: 1000px;
        left: 230px;
        height: 40px;
        top:0px;
    }

        #pagetitle .admTitulo > span {
            display: inline;
        }

.admSubTitulo {
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
#mySidenav, #mySidenavDesc {
    height: 100%;
    position: fixed;
    z-index: 1100;
    top: 40px;
    transition: 0.3s;
    padding-top: 0px;
}
#mySidenav {
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    overflow-x: hidden;
    width: 50px;
}
#mySidenavDesc {
    left: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 250px;
    transform: translateX(-300px);
}
    .sidenav::-webkit-scrollbar {
        display: none;
    }
#mySidenavDesc .desc, #mySidenavDesc .bottom {
    position: absolute;
    left: 0px;
    width: 250px;
    z-index: 2000;
}
#mySidenavDesc .desc {
    top: 0px;
}
#mySidenavDesc .bottom {
    position: absolute;
}
#ckMainMenu:checked ~ #mySidenavDesc {
    background-color: #45164f !important;
    transform: translateX(0px);
}
.abstract {
    background: linear-gradient(120deg, #45164f 60%, #4e1c58 60%, #582563 70%);
}
.sidenav ul li a {
    padding: 4px;
    text-decoration: none;
    font-size: 17px;
    color: #847d84 !important;
    display: block;
    transition: 0.3s;
    background-color: rgba(0,0,0,0.2);
    line-height: 30px;
    height: 35px;
    cursor:pointer;
    /*font-size: 20px;*/
}
    .sidenav ul li a.selected {
        background: rgba(204,71,213,0.2);
        background: linear-gradient(90deg, rgba(204,71,213,0.2) 0%, rgba(0,0,0,0.01) 100%);
        color:white !important;
    }
    .sidenav ul li a.small {
        font-size: 18px;
    }
    .sidenav ul li a.small i {
        font-size: 23px;
    }
    .sidenav ul li a i {
        width: 40px;
        text-align: center;
        font-size: 23px;
    }
    .sidenav ul li a:hover, .offcanvas a:focus {
        color: #f1f1f1;
        background: linear-gradient(90deg, rgba(204,71,213,0.2) 0%, rgba(0,0,0,0.01) 100%);
    }
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    

#mySidenav .bottom, #mySidenavDesc .bottom {
    position: absolute;
    bottom: 50px;
    margin-top: 70px;
}

#pagetitle .admTitulo {
    left: 130px;
}

.admTitulo {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.admSubTitulo {
    min-height: 40px;
    background-color: #e3e3e3;
    margin-bottom: 5px;
    text-align: center;
}

#subMenu {
    text-align: center;
    cursor: pointer;
    width: 50px;
    position: absolute;
    display: inline-block;
}

    .subMenu .dropdown-content {
        display: none;
        position: absolute;
        right: 4px;
        width: 120px;
        padding: 5px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 2010;
    }
#subMenu .dropdown-content, #subMenu .dropdown-content a, #subMenu .dropdown-content a i, #ckTopLabel, #ckTopLabel i {
    cursor: pointer;
}

#subMenu {
    right: 0px;
    top: 0px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 2010;
    
    margin-right: 0px;
}
#ckTopLabel {
    width: 40px;
    margin: 2px 2px 0px 0px;
    background-color: var(--primary-background);
    padding: 5px 5px 3px 5px;
}

#subMenu button, .subMenu button {
    width: 40px;
    height: 30px;
    background-color: var(--darkprimary-background);
    border: 0;
}

        #subMenu button:focus, #subMenu button:hover, .subMenu button:focus, .subMenu button:hover {
            background-color: var(--darkprimaryhover-background);
        }

    #subMenu i, .subMenu i {
        font-size: 24px;
        color: white;
    }

    #subMenu .dropdown-content {
        display: none;
        position: absolute;
        right: 0px;
        background-color: #f1f1f1;
        min-width: 120px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 2010;
        top:40px;
    }
#ckTopMenu:checked ~ .dropdown-content {
    display: unset;
}

        #subMenu .dropdown-content a, #subMenu .dropdown-content a i, .subMenu .dropdown-content a, .subMenu .dropdown-content a i {
            color: black;
            text-decoration: none;
            display: block;
        }
            #subMenu .dropdown-content a, .subMenu .dropdown-content a {
                font-size: 13px;
            }

            #subMenu .dropdown-content a, #subMenu .dropdown-content a i {
                padding: 10px 12px;
            }

                #subMenu .dropdown-content a.red, .subMenu .dropdown-content a.red {
                    background-color: #ffafaf;
                }

                #subMenu .dropdown-content a:hover, .subMenu .dropdown-content a:hover {
                    background-color: #b8c4e6;
                }

    #subMenu .showsubmenu, .subMenu .showsubmenu {
        display: block;
    }

.toggle-menu {
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    line-height: 40px;
    /*background-color: #4b6bc4;*/
    background-color: var(--primary-background);
    position:fixed;
    left:0px;
    top:0px;
    z-index:1000;
}
#main {
    transition: margin-left .5s;
    /*margin-left:50px;*/
    min-width: 250px;
    height: 100%;
    z-index: 0;
    position: relative;
    overflow-x: hidden;
}

    #main {
        margin-left: 50px;
    }
/*legend min meeting*/
    .form-material label {
        color: #999;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 12px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

.inputMaterial, .inputMaterialCompac, .input-display {
    /*width: 100%;
    height: 45px;
    line-height: 1.428571429;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    vertical-align: middle;*/

    display: block;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    vertical-align: middle;
}

    .inputMaterial:focus {
        outline: none;
    }

        .inputMaterial:focus ~ label, .inputMaterial:valid ~ label {
            top: -10px;
            font-size: 12px;
            padding: 3px;
            color: #007fea;
            background-color: white;
        }
.input-display {
    background-color: #f9f9f9;
    padding:5px;
}
.inputMaterial:focus, .inputMaterialCompac:focus {
    outline: none;
}
.form-material, .form-display {
    position: relative;
    margin-bottom: 5px;
    line-height:1 !important;
}
    .form-material label, .form-display label {
        color: #999;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 8px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
.inputMaterial:focus ~ label, .inputMaterial:read-only ~ label, .inputMaterialCompac:read-only ~ label, .inputMaterial:valid ~ label, .inputMaterialCompac:focus ~ label, .inputMaterialCompac:valid ~ label, .input-display ~ label {
    top: -12px;
    left: 2px;
    font-size: 12px;
    padding: 2px 4px 0px 4px;
    color: #007fea;
    background-color: white;
    border-radius: 3px;
}
.form-display > span
{
    min-height:30px;
}
.sexo, .cep {
    width: 120px;
}

.tel {
    width: 130px;
}

.rg {
    width: 130px;
    text-align: center;
}

.data {
    width: 90px;
}

.num, .uf {
    width: 70px;
}

.cinquentap {
    width: 50%;
}

.status {
    width: 170px;
}

.big-text {
    width: 370px;
}
.card-button {
    background-color: var(--primary-light-bkg) !important;
}
.botao {
    color: white !important;
    background-color: var(--primary-background);
    border-radius: 6px;
    padding: 5px 10px;
    display: block;
    text-align: center;
    border: 0;
    max-width: 500px;
    font-size: 18px;
    font-family: Tahoma;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}
.card-button, .botao {
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

    .botao:hover {
        text-decoration: none;
        color: white !important;
        background-color: var(--darkprimaryhover-background) !important;
    }
    .botao.red {
        background-color: var(--red-background);
    }
        .botao.red:hover {
            background-color: var(--redhover-background) !important;
        }
    .card-button:hover {
        background-color: var(--primary-light-bkg-hover) !important;
    }
    #myDataTable tbody tr td {
        background-color: inherit !important;
    }
#myDataTable tbody tr:nth-child(even) {
    background-color: #f4f4f4 !important;
    cursor: pointer;
}
#myDataTable tbody tr:nth-child(odd) {
    background-color: #e9e9e9 !important;
    cursor: pointer;
}
#myDataTable tbody tr:hover {
    background-color: #e1d5eb !important;
}


#regBoxHome .send div input, #loginForm .send input {
    background-color: #b0dcb7;
}

    #regBoxHome .send div input:hover, #loginForm .send input:hover {
        background-color: #b6e4be;
    }

#regBox {
    position: absolute;
    right: 80px;
    width: 300px;
    top: 100px;
    background-color: #eaeaea;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.8);
}

    #regBox .header {
        background-color: #494949;
        padding: 10px;
        color: white;
    }

        #regBox .header a {
            color: white;
            font-size: 18px;
            text-decoration: underline;
            cursor: pointer;
        }

    #regBox .nome, #regBox .sobrenome {
        width: 130px;
        float: left;
    }

    #regBox .nome {
        margin-right: 10px;
    }

    #regBox .email, #regBox .senha, #regBox .send, #regBox .telefone {
        width: 270px;
        margin-top: 12px;
    }

        #regBox .send div input {
            height: 54px;
            line-height: 45px;
            font-size: 20px;
            width: 270px;
            transition: 0.3s;
            font-weight: normal;
            font-family: Tahoma;
            letter-spacing: 1px;
        }

        #regBox .send div input, #loginForm .send input {
            background-color: #b0dcb7;
        }

            #regBox .send div input:hover, #loginForm .send input:hover {
                background-color: #b6e4be;
            }

    #regBox input {
    }

#regProfLink {
    color: black;
    font-weight: bold;
    background-color: #edc742;
    transition: 0.3s;
}

    #regProfLink:hover {
        background-color: #fcdb66;
    }
#loginForm, #socialLoginForm, #forgotLoginForm {
    max-width: 400px;
    margin: 15px auto;
    text-align: center;
}

    #loginForm input, #socialLoginForm input {
        width: 90%;
        max-width: 90%;
        margin: 10px auto;
        height: 45px;
        line-height: 35px;
    }

        #socialLoginForm input[type=image] {
            height: auto;
            line-height: none;
        }

    #loginForm .send {
        width: 90%;
        max-width: 90%;
        margin: 10px auto;
    }

        #loginForm .send input {
            width: 100%;
            max-width: 100%;
            font-size: 20px;
            padding: 0;
        }

@media (max-width: 1366px) {
    .p250 {
        width: 100%;
    }

    .p500 {
        width: 100%;
    }

    #user-detail {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        margin: 10px 0px 10px 0px;
        grid-gap: 5px;
    }
        #user-detail .det-userDetail {
            grid-column: 1;
            grid-row: 1;
            margin: 0;
        }
}
@media (max-width: 1024px) {
    #user-detail {
        grid-template-columns: 5fr 4fr;
        grid-template-rows: auto auto auto auto;
        margin: 10px 0px 10px 0px;
        grid-gap: 5px;
    }
}
@media (max-width: 768px) {
    .body-content {
        margin: 0px;
    }
    .big-text {
        width: 100%;
    }
    #mySidenav {
        transform: translateX(-50px);
    }
    #ckMainMenu:checked ~ #mySidenav {
        transform: translateX(0px);
    }
    #main {
        margin-left: 0px;
    }
    #user-detail {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto auto auto auto auto;
        position: relative;
        margin: 0px;
        grid-gap: 5px;
    }

        #user-detail .det-userDetail {
            grid-column: 1;
            grid-row: 1;
            margin:0;
        }

        #user-detail .det-userRoles {
            grid-column: 1;
            grid-row: 2;
        }
        #user-detail .end-candidato {
            grid-column: 1;
            grid-row: 3;
            background-color: #efe3f2;
        }
        #user-detail .end-candidato-map {
            grid-column: 1;
            grid-row: 4;
            background-color: #efe3f2;
        }
        #user-detail .pedidos-candidato {
            grid-column: 1;
            grid-row: 2;
            padding: 10px 3px;
        }
        #user-detail .faturas-candidato {
            grid-column: 1;
            grid-row: 6;
            padding: 10px 3px;
        }
        #user-detail .cli-candidato {
            grid-column: 1;
            grid-row: 7;
        }

    .smallMobile
    {
        font-size:10px;
    }
    .verySmall {
        font-size: 8px !important;
    }
    .hideMobile
    {
        display:none;
    }
    table.dataTable thead th, table.dataTable thead td {
        font-size: 10px;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 3px;
        font-size: calc(9px + 4 * ((100vw - 320px) / 680));
    }
    .tabela1 thead tr th, .Table1 thead tr th, .tabela2 thead tr th, .Table2 thead tr th {
        font-size: 10px;
        padding: 3px;
    }
    .tabela1 tfoot tr th, .Table1 tfoot tr td {
        font-size: calc(9px + 4 * ((100vw - 320px) / 680));
        padding: 3px;
    }
    .tabela1 tbody tr td, .tabela2 tbody tr td {
        font-size: calc(9px + 4 * ((100vw - 320px) / 680));
        padding: 1px 2px 2px 2px;
    }
    .botao
    {
        font-size:12px;
        padding:5px;
    }
        .botao.p100 {
            width: 100%;
            font-size: 15px;
            padding:2px;
        }
    .datecontrol {
        max-width: 90px;
    }

    .form-material, .form-display {
        font-size:12px;
    }
        .form-display > span {
            min-height: unset;
        }
    table.dataTable thead th, table.dataTable thead td {
        padding: 3px;
    }
    table thead tr th
    {
        text-align:unset;
    }
    .flex-container > div, .flex-container-left > div {
        margin: 8px 3px;
    }
    .dataTables_filter {
        float: right !important;
        margin-top: 0 !important;
    }

    .dataTables_length {
        float: left !important;
    }

    .dataTables_filter .form-control.dataTab {
        width: 150px !important;
    }
}
