﻿
/*correção conflito icon datatable ordernação*/
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    visibility: collapse;
}

.required:after {
    content: " *";
    color: red;
}

body {
    background: #fff !important;
    font-family: "Source Sans Pro" !important;
    font-size: 14px;
}
.nav-sidebar .nav-treeview {
    margin-left: 30px;
}
.nav-pills .nav-link {
    color: #ffffff;
}
.nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.glyphicon, .nav-sidebar > .nav-item .nav-icon.ion {
    font-size: .8rem;
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0px;
}
.content-wrapper {
    background: #f7faff;
}
.breadcrumb{
    display:none;
}
.control-btn .badge {
    padding: 10px 45px;
    border-radius: 15px;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    padding-top:20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0px;
}
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
        border:none;
        background:none;
    }
.card-primary:not(.card-outline) > .card-header {
    background-color: #007bff !important;
    border-top: 5px solid #007bff;
    color: #000;
}


textarea {
    border: 1px solid #999999;
    width: 99%;
    margin: 5px 0;
    padding: 1%;
}

.btn-label {
    margin-top:5px;
    display:block;
    color: white;
}

.input-check {
    vertical-align: middle !important;
    display: flex !important;
}
.input-check input[type=checkbox] {
    width:20px;
    height: 20px;
}

.fancytree-container {
    outline: none;
}