﻿/* MontSerrat */

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

/* Segoe */

@font-face {
    font-family: 'SegoeLight';
    src: url('../fonts/segoe/segoilight.ttf') format('truetype');
}
@font-face {
    font-family: 'SegoeRegular';
    src: url('../fonts/segoe/segoiregular.ttf') format('truetype');
}
@font-face {
    font-family: 'SegoeSemiBold';
    src: url('../fonts/segoe/segoisemibold.ttf') format('truetype');
}
@font-face {
    font-family: 'SegoeBlack';
    src: url('../fonts/segoe/segoeblack.ttf') format('truetype');
}

/* Material (Icons) */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.woff) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Tags */

body {
    background-color: #fff;
    color: #000;
    font-family: SegoeRegular;
}

/* Remove Highlight Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -moz-transition-delay: 9999s;
    -o-transition-delay: 9999s;
    transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -moz-transition: color 9999s ease-out, background-color 9999s ease-out;
    -o-transition: color 9999s ease-out, background-color 9999s ease-out;
    transition: color 9999s ease-out, background-color 9999s ease-out;
}

/* Bootstrap */

.btn-success.focus,
.btn-success:focus {
    background-color: #28a745;
    border-color: #28a745;
}

/* Login */

.logo-login {
    width: 250px;
    height: 230px;
}
.logo-margem-superior {
    margin-top: 10%;
}
.logo-tamanho-menu {
    height: 30px;
}

/* Botão (Link) */

.btn-link {
    color: #00ff81;
}
.btn-link:hover,
.btn-link:focus {
    color: #00ff81;
}

/* Botão (Padrão) */

.btn-padrao {
    min-width: 150px;
    padding: 10px 85px;
    border-radius: 100px;
    text-transform: uppercase;
}

.dataTables_filter {
    display: none;
}

.conteudo-inicio{
    margin-top:70px;
}

.desabilitado {
    background-color: #e9ecef;
    pointer-events: none;
}

    .desabilitado.custom-checkbox {
        background: Transparent
    }

.custom-file-name:after {
    content: attr(data-content) !important;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0.5rem 1rem;
}

.datepicker {
    z-index: 99999999 !important;
}

.content {
    margin-top:20px;
}

span.field-validation-error.texto-erro {
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

/* DataGrid JS */

td.details-control {
    background: url('DataTables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('DataTables/images/details_close.png') no-repeat center center;
}

/* Desenvolvimento */
.aviso_desenvolvimento {
    display: block;
    position: fixed;
    left: 50%;
    margin-left: -115px;
    margin-top: 10px;
    width: 230px;
    padding: 10px;
    z-index: 999999;
    top: 0;
    background-color: #8f00b3;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}