.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.col-form-label,
.form-check-label {
    margin-bottom: 0
}

.table td,
.table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(66 144 255 / 4%);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #f8f9fa
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #feeae4
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #fdc8b9
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #fdd7cb
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #fefefe
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #fbfcfc
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #f1f1f1
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #ccf3e9
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #7adfc6
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b7eee0
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #cdeefd
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #7cd2f9
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #b4e6fc
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fff3cd
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #fedf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffedb4
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fae1e4
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f1b2b8
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f6cbd0
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fefefe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f1f1f1
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #d6d8d9
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #c9cbcd
}

.table-cyan,
.table-cyan>td,
.table-cyan>th {
    background-color: #ccf2f4
}

.table-cyan tbody+tbody,
.table-cyan td,
.table-cyan th,
.table-cyan thead th {
    border-color: #7bdee2
}

.table-hover .table-cyan:hover,
.table-hover .table-cyan:hover>td,
.table-hover .table-cyan:hover>th {
    background-color: #b7edef
}

.table-purple,
.table-purple>td,
.table-purple>th {
    background-color: #eee8fa
}

.table-purple tbody+tbody,
.table-purple td,
.table-purple th,
.table-purple thead th {
    border-color: #d3c3f1
}

.table-hover .table-purple:hover,
.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
    background-color: #dfd3f5
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #f8f9fa
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e9ecef
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #4F5467;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered,
.table-responsive>.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.pagination {
    display: flex;
    padding-left: 0
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00acee;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #f95c2e;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: transparent
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

/*.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00acee;
    border-color: #00acee
}*/

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dt-buttons {
    padding-top: 5px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: .25rem;
    background-color: #00acee;
    color: #fff;
    margin-right: 3px
}

.dt-buttons .dt-button:hover {
    background: #343a40
}

.dataTables_filter input,
.dataTables_length select {
    border: 0;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent
}

.dataTables_filter input,
.dataTables_filter input:focus,
.dataTables_length select,
.dataTables_length select:focus {
    background-image: linear-gradient(#00acee, #00acee), linear-gradient(#e9ecef, #e9ecef)
}

.dataTables_length {
    margin-top: 10px
}

.dataTables_length select {
    background-size: 0 2px, 100% 1px;
    transition: background 0s ease-out;
    padding-bottom: 5px
}

.dataTables_length select:focus {
    outline: 0;
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: .3s
}

.dataTables_filter {
    float: right;
}

.dataTables_filter input {
    background-size: 0 2px, 100% 1px;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px
}

.dataTables_filter input:focus {
    outline: 0;
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: .3s
}

#editable-datatable_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

#editable-datatable_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #212529;
    border: 1px solid #ddd
}

#editable-datatable_wrapper .dataTables_paginate .paginate_button.current,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #00acee;
    background-color: #00acee
}

#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled:active,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #212529;
    border: 1px solid #e9ecef;
    background: 0 0;
    box-shadow: none
}

#editable-datatable_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #00acee;
    background-color: #00acee
}

#editable-datatable_wrapper .dataTables_paginate .paginate_button:hover a {
    color: #fff
}

#editable-datatable_wrapper .dataTables_paginate .paginate_button:active {
    outline: 0;
    background-color: #212529
}

#editable-datatable_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.tablesaw-bar .btn-group label {
    color: #212529 !important
}

.dt-bootstrap {
    display: block
}

.stylish-table tbody tr {
    border-left: 3px solid transparent
}

.stylish-table tbody tr.active,
.stylish-table tbody tr:hover {
    border-color: #00acee
}


/* Main Css */

.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.md-input-wrapper>label {
    text-transform: initial;
    color: #727272;
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

input[type=text].md-form-control,
input[type=file].md-form-control,
input[type=password].md-form-control,
input[type=email].md-form-control,
input[type=number].md-form-control,
.md-input-wrapper select,
.md-input-wrapper textarea {
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    /*border-color: rgba(0, 0, 0, .12);*/
    box-shadow: inset 0 -1px 0 transparent;
    box-sizing: border-box;
    padding: 15px 5px 3px 0px;
    background: 0 0;
    width: 100%;
    display: block;
    max-height: 100px;
    color:#fb825b;
}
.datatable-table > :not(:first-child), .table > :not(:first-child){

    border-top:rgba(0, 0, 0, .12);
}

.md-disable {
    opacity: 0.7;
}

.md-disable input {
    cursor: not-allowed;
}

tfoot {
    display: table-header-group;
}

/* Correção de Posição Campo Hora no Chat */
.chat-list li .chat-time {
    display: block;
    font-size: 10px;
    color: #6c757d;
    margin: 5px 0 15px 2px
}

