﻿
body {
    margin: 0;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: .85rem;
    font-weight: 300;
    line-height: 1.3;
    color: #183857;
    text-align: left;
    background-color: #99e6f2;
    background: linear-gradient(50deg, #e9ecef, #f8f9fa) /*#7bdeee, #00acc1*/
}

.material-icons {    
    vertical-align: middle
}


.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

    .drop-container:hover {
        background: #eee;
        border-color: #111;
    }

        .drop-container:hover .drop-title {
            color: #222;
        }

.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .25rem;
    margin-top: 30px; /* willian*/      
}

.card-body {
    flex: 1 1 auto;
    padding: .50rem !important; /* 1.25rem */    
}

.card-title {
    margin-bottom: .25rem !important; /* .75rem */
    font-size: 16px; /* willian*/
    font-weight: 300; /* willian bold*/ 
}

.card-category {
    font-size: 12px; /* willian*/
    font-weight: normal; /* willian*/}

/* card header*/
.card-header {
    padding: .20rem 1.25rem !important; /* .75rem 1.25rem;*/
    margin-bottom: 0;
    background-color: #fff;
    color: #fff; /*willian*/
    border-bottom: 1px solid #eee;    
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #eee
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card .card-header {
    border-bottom: none;
    background: transparent;
}

    .card .card-header .title {
        color: #fff
    }

    .card .card-header .nav-tabs {
        padding: 0;
    }

    .card .card-header.card-header-image {
        position: relative;
        padding: 0;
        z-index: 1;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        border-radius: 6px
    }

        .card .card-header.card-header-image img {
            width: 100%;
            border-radius: 6px;
            pointer-events: none;
            box-shadow: 0 5px 15px -8px rgba(0,0,0,.24),0 8px 10px -5px rgba(0,0,0,.2)
        }

        .card .card-header.card-header-image .card-title {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            font-size: 1.125rem;
            text-shadow: 0 2px 5px rgba(33,33,33,.5)
        }

        .card .card-header.card-header-image .colored-shadow {
            transform: scale(.94);
            top: 12px;
            filter: blur(12px);
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            z-index: -1;
            transition: opacity .45s;
            opacity: 0
        }

        .card .card-header.card-header-image.no-shadow {
            box-shadow: none
        }

            .card .card-header.card-header-image.no-shadow.shadow-normal {
                box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
            }

            .card .card-header.card-header-image.no-shadow .colored-shadow {
                display: none !important
            }
            

/* */
.primary-gradient-rgba {
    background: linear-gradient(40deg, rgba(33, 150, 243, 0.9), rgba(66, 165, 245, 0.7)) !important;
}

.secundary-gradient-rgba {
    background: linear-gradient(40deg, rgba(156, 39, 176, 0.9), rgba(171, 71, 188, 0.7)) !important;
}

.info-gradient-rgba {
    background: linear-gradient(40deg, rgba(0, 172, 193, 0.9), rgba(38, 198, 218, 0.7)) !important;
}

.success-gradient-rgba {
    background: linear-gradient(40deg, rgba(67, 160, 71, 0.9), rgba(102, 187, 106, 0.7)) !important;
}

.warning-gradient-rgba {
    background: linear-gradient(40deg, rgba(255, 193, 7, 0.9), rgba(255, 202, 40, 0.7)) !important;
}

.rose-gradient-rgba {
    background: linear-gradient(40deg, rgba(156, 39, 176, 0.9), rgba(171, 71, 188, 0.7)) !important;
}

.danger-gradient-rgba {
    background: linear-gradient(40deg, rgba(244, 67, 54, 0.9), rgba(244, 87, 64, 0.8)) !important;
}

/* Cores dos Headers */
.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient(60deg,#42A5F5,#2196F3) /* linear-gradient(60deg,#ab47bc,#8e24aa)*/
}

.card.bg-secundary, .card .card-header-secundary .card-icon, .card .card-header-secundary .card-text, .card .card-header-secundary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-secundary .back, .card.card-rotate.bg-secundary .front {
    background: linear-gradient(60deg,#AB47BC,#9C27B0) 
}

.card.bg-info, .card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg,#26c6da,#00acc1)
}

.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg,#66bb6a,#43a047)
}

.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg,#FFCA28,#FFC107) /* linear-gradient(60deg,#ffa726,#fb8c00)*/
}

.card.bg-danger, .card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg,#ef5350,#e53935)
}

.card.bg-rose, .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
    background: linear-gradient(60deg,#ec407a,#d81b60) 
}

/* Sobras dos Headrs */
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4)
}

.card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4)
}

.card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(233,30,99,.4)
}

.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(255,152,0,.4)
}

.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,188,212,.4)
}

.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(76,175,80,.4)
}

.card .card-header {
    z-index: 3 !important
}

    .card .card-header .card-title {
        margin-bottom: 3px
    }

    .card .card-header .card-category {
        margin: 0
    }

    .card .card-header.card-header-text {
        display: inline-block
    }

        .card .card-header.card-header-text:after {
            content: "";
            display: table
        }

        /* Desenho do header*/
        .card .card-header.card-header-icon i, .card .card-header.card-header-text i {
            width: 33px;
            height: 33px;
            text-align: center;
            line-height: 33px
        }

        .card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
            margin-top: 15px;
            color: #3c4858
        }

        .card .card-header.card-header-icon h4, .card .card-header.card-header-text h4 {
            font-weight: 300
        }

    .card .card-header.card-header-tabs .nav-tabs {
        background: transparent;
        padding: 0
    }

    .card .card-header.card-header-tabs .nav-tabs-title {
        float: left;
        padding: 10px 10px 10px 0;
        line-height: 24px
    }

.card.card-plain .card-header.card-header-icon + .card-body .card-category, .card.card-plain .card-header.card-header-icon + .card-body .card-title {
    margin-top: -20px
}

.card [class*=card-header-] .card-title + .card-category {
    color: hsla(0,0%,100%,.8)
}

    .card [class*=card-header-] .card-title + .card-category a {
        color: #fff
    }

/* Desenho do retangulo Titulo Chart e Nav */
.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
    margin-left: 15px; /* willian retangulo chart, nav*/
    margin-right: 15px; /* willian retangulo chart, nav*/
}

/* Desenho do retangulo Titulo */
.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -30px;
    margin-right: 15px;
    float: left; /* aqui onde define posicao do retangulo top*/
}

.card [class*=card-header-] .card-text {
    float: none;
    display: inline-block;
    margin-right: 0
}

    .card [class*=card-header-] .card-text .card-title {
        color: #fff;
        margin-top: 0;                
        font-weight: 400; /* willian*/
    }


.card [data-header-animation=true] {
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.34,1.61,.7,1)
}

.card:hover [data-header-animation=true] {
    transform: translate3d(0,-50px,0)
}

.card .map {
    height: 280px;
    border-radius: 6px;
    margin-top: 15px
}

    .card .map.map-big {
        height: 420px
    }

.card .card-body.table-full-width {
    padding: 0
}

.card .card-plain .card-header-icon {
    margin-right: 15px !important
}

/* card Stats */
.card .card-stats {
    background: transparent;
    display: flex
}

    .card .card-stats .author, .card .card-stats .stats {
        display: inline-flex
    }

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right
}

.card-stats .card-header .card-icon + .card-category, .card-stats .card-header .card-icon + .card-title {
    padding-top: 10px
}

.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0
}

.card-stats .card-header .card-category {
    margin-bottom: 0;
    margin-top: 0
}

    .card-stats .card-header .card-category:not([class*=text-]) {
        color: #999;
        font-size: 14px
    }

.card-stats .card-header + .card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px
}

.card-stats .card-header.card-header-icon i {
    color: #fff; /* willian cor do icone*/
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}

.card-stats .card-body {
    text-align: right
}

/* Tabs / Nav*/
.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px
}

    .nav-tabs .nav-item .nav-link {
        position: relative;
        color: #fff;
        border: 0;
        margin: 0;
        border-radius: 3px;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 14px; /* 12px*/
        padding: 10px 15px;
        background-color: transparent;
        transition: background-color .3s 0s
    }

        .nav-tabs .nav-item .nav-link:hover {
            border: 0
        }

        .nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link:hover {
            border: 0 !important;
            color: #fff !important;
            font-weight: 500
        }

    .nav-tabs .nav-item.disabled .nav-link, .nav-tabs .nav-item.disabled .nav-link:hover {
        color: hsla(0,0%,100%,.5)
    }

    .nav-tabs .nav-item .material-icons {
        margin: -1px 5px 0 0
    }

    .nav-tabs .nav-item .nav-link.active {
        background-color: hsla(0,0%,100%,.2);
        transition: background-color .3s .2s
    }

    .nav-tabs .nav-link {
        border-bottom: .214rem solid transparent;
        color: #555
    }

        .nav-tabs .nav-link.active {
            color: #333;
            border-color: #9c27b0
        }

            .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
                border-color: #9c27b0
            }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
            color: #999
        }

    .nav-tabs.header-primary .nav-link {
        color: #fff
    }

        .nav-tabs.header-primary .nav-link.active {
            color: #fff;
            border-color: #fff
        }

            .nav-tabs.header-primary .nav-link.active:focus, .nav-tabs.header-primary .nav-link.active:hover {
                border-color: #fff
            }

        .nav-tabs.header-primary .nav-link.disabled, .nav-tabs.header-primary .nav-link.disabled:focus, .nav-tabs.header-primary .nav-link.disabled:hover {
            color: hsla(0,0%,100%,.84)
        }

    .nav-tabs.bg-inverse .nav-link {
        color: #fff
    }

        .nav-tabs.bg-inverse .nav-link.active {
            color: #fff;
            border-color: #fff
        }

            .nav-tabs.bg-inverse .nav-link.active:focus, .nav-tabs.bg-inverse .nav-link.active:hover {
                border-color: #fff
            }

        .nav-tabs.bg-inverse .nav-link.disabled, .nav-tabs.bg-inverse .nav-link.disabled:focus, .nav-tabs.bg-inverse .nav-link.disabled:hover {
            color: hsla(0,0%,100%,.84)
        }


/* Chart */
.card.card-chart .card-footer i:nth-child(1n+2) {
    width: 18px;
    text-align: center
}

.card.card-chart .card-category {
    margin: 0
}

.card-chart .card-body + .card-footer, .card-product .card-body + .card-footer {
    border-top: 1px solid #eee
}

/* Card Actions*/
.card .card-actions {
    position: absolute;
    z-index: 1;
    top: -50px;
    width: calc(100% - 30px);
    left: 17px;
    right: 17px;
    text-align: center
}

    .card .card-actions .card-header {
        padding: 0;
        min-height: 160px
    }

    .card .card-actions .btn {
        padding-left: 12px;
        padding-right: 12px
    }

    .card .card-actions .fix-broken-card {
        position: absolute;
        top: -65px
    }

/* Card Body*/
.card .card-body {
    padding: .9375rem 20px;
    position: relative
}

    .card .card-body .form-group {
        margin: 8px 0 0
    }

.card[class*=bg-], .card[class*=bg-] .card-body {
    border-radius: 6px
}

    .card[class*=bg-] .card-body h1 small, .card[class*=bg-] .card-body h2 small, .card[class*=bg-] .card-body h3 small, .card[class*=bg-] h1 small, .card[class*=bg-] h2 small, .card[class*=bg-] h3 small {
        color: hsla(0,0%,100%,.8)
    }

.card .card-body + .card-footer, .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center
}

    .card .card-body + .card-footer h6, .card .card-footer h6 {
        width: 100%
    }

    .card .card-body + .card-footer .stats, .card .card-footer .stats {
        color: #999;
        font-size: 12px;
        line-height: 22px
    }

        .card .card-body + .card-footer .stats .card-category, .card .card-footer .stats .card-category {
            padding-top: 7px;
            padding-bottom: 7px;
            margin: 0
        }

        .card .card-body + .card-footer .stats .material-icons, .card .card-footer .stats .material-icons {
            position: relative;
            top: 4px;
            font-size: 16px
        }

.card .card-body, .card .card-footer {
    padding: .9375rem 1.875rem
}

    .card .card-body + .card-footer {
        padding-top: 0;
        border: 0;
        border-radius: 6px
    }

.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0
}

    .card .card-footer .author, .card .card-footer .stats {
        display: inline-flex
    }

    .card .card-footer .stats {
        color: #999
    }

        .card .card-footer .stats .material-icons {
            position: relative;
            top: -10px;
            margin-right: 3px;
            margin-left: 3px;
            font-size: 18px
        }

.card.bmd-card-raised {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)
}

.card [class*=card-header-] .ct-chart .card-title {
    color: #fff
}

.card [class*=card-header-] .ct-chart .card-category {
    margin-bottom: 0;
    color: hsla(0,0%,100%,.62)
}

.card [class*=card-header-] .ct-chart .ct-label {
    color: hsla(0,0%,100%,.7)
}

.card [class*=card-header-] .ct-chart .ct-grid {
    stroke: hsla(0,0%,100%,.2)
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar, .card [class*=card-header-] .ct-chart .ct-series-a .ct-line, .card [class*=card-header-] .ct-chart .ct-series-a .ct-point, .card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-donut {
    stroke: hsla(0,0%,100%,.8)
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-area, .card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-pie {
    fill: hsla(0,0%,100%,.4)
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar {
    stroke-width: 10px
}

.card [class*=card-header-] .ct-chart .ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.card [class*=card-header-] .ct-chart .ct-line {
    fill: none;
    stroke-width: 4px
}

.ct-chart .ct-series-a .ct-area, .ct-chart .ct-series-a .ct-bar, .ct-chart .ct-series-a .ct-line, .ct-chart .ct-series-a .ct-point, .ct-chart .ct-series-a .ct-slice-donut, .ct-chart .ct-series-a .ct-slice-donut-solid, .ct-chart .ct-series-a .ct-slice-pie {
    stroke: #00bcd4
}

.ct-chart .ct-series-b .ct-area, .ct-chart .ct-series-b .ct-bar, .ct-chart .ct-series-b .ct-line, .ct-chart .ct-series-b .ct-point, .ct-chart .ct-series-b .ct-slice-donut, .ct-chart .ct-series-b .ct-slice-donut-solid, .ct-chart .ct-series-b .ct-slice-pie {
    stroke: #f44336
}

.ct-chart .ct-series-c .ct-area, .ct-chart .ct-series-c .ct-bar, .ct-chart .ct-series-c .ct-line, .ct-chart .ct-series-c .ct-point, .ct-chart .ct-series-c .ct-slice-donut, .ct-chart .ct-series-c .ct-slice-donut-solid, .ct-chart .ct-series-c .ct-slice-pie {
    stroke: #ff9800
}

.ct-chart .ct-bar {
    fill: none;
    stroke-width: 10px
}

.ct-chart .ct-line {
    fill: none;
    stroke-width: 4px
}

.ct-chart .ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.ct-chart .ct-grid {
    stroke: rgba(0,0,0,.2);
    stroke-width: 1px;
    stroke-dasharray: 2px
}

.ct-chart .ct-label {
    fill: rgba(0,0,0,.4);
    color: rgba(0,0,0,.4);
    display: flex
}

    .ct-chart .ct-label.ct-vertical.ct-start {
        -ms-flex-align: flex-end;
        align-items: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        text-align: right;
        text-anchor: end
    }

.ct-chart .ct-series-a .ct-area, .ct-chart .ct-series-a .ct-slice-donut-solid, .ct-chart .ct-series-a .ct-slice-pie {
    fill: #00bcd4
}

.ct-chart .ct-series-b .ct-area, .ct-chart .ct-series-b .ct-slice-donut-solid, .ct-chart .ct-series-b .ct-slice-pie {
    fill: #f44336
}

.ct-chart .ct-series-c .ct-area, .ct-chart .ct-series-c .ct-slice-donut-solid, .ct-chart .ct-series-c .ct-slice-pie {
    fill: #ff9800
}


/* Card Wizard */

.card-wizard .nav.nav-pills .nav-item {
    margin: 0
}

    .card-wizard .nav.nav-pills .nav-item .nav-link {
        padding: 6px 15px !important
    }

.card-wizard .nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
    margin-left: 0
}

.card-wizard .nav-item .nav-link.active, .card-wizard .nav-item .nav-link:focus, .card-wizard .nav-item .nav-link:hover {
    background-color: inherit !important;
    box-shadow: none !important
}

.card-wizard .input-group-text {
    padding: 6px 15px 0 !important
}

.card-wizard .card-footer {
    border-top: none !important
}

.card-chart .card-body + .card-footer, .card-product .card-body + .card-footer {
    border-top: 1px solid #eee
}

/*classes MD*/

.blue-gradient-rgba {
    background: linear-gradient(40deg, rgba(69, 202, 252, 0.9), rgba(48, 63, 159, 0.9)) !important;
}


.label-checkbox-superior {
    text-align: left;
    font-size: 13px;
    transform: translateY(-14px) scale(0.8);
    color: #9b9797;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
}

.label-checkbox {
    text-align: left;
    font-size: 1rem;
    transform: translateY(-14px) scale(0.8);
    color: #9b9797;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -24px;
}

.div-label-checkbox {
    padding-bottom: 5px;
}


div[aria-expanded=true] .fa-chevron-right {
    display: none;
}

div[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.material-icons.md-17 {
    font-size: 17px;
}

.material-icons.md-16 {
    font-size: 16px;
}

/* Loading Class Css*/
.loaderColors {
    z-index: +1000 !important;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -2em;
    margin-top: -4.05em;
    font-size: 10px;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background-color: transparent;
    border: .7em solid rgba(218, 219, 223, 1);
    border-left: 7px solid #ffc107;
    border-top: 7px solid #007bff;
    border-right: 7px solid #28a745;
    border-bottom: 7px solid #dc3545;
    animation: spin 1.1s infinite linear;
}

.loadingColors {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: #fff;*/
}

.loaderColors {
    left: 50%;
    margin-left: -2em;
    font-size: 10px;
    background-color: transparent;
    border: .7em solid rgba(218, 219, 223, 1);
    border-left: 7px solid #ffc107;
    border-top: 7px solid #007bff;
    border-right: 7px solid #28a745;
    border-bottom: 7px solid #dc3545;
    animation: spin 1.1s infinite linear;
}

    .loaderColors, .loaderColors:after {
        border-radius: 50%;
        width: 5em;
        height: 5em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em;
    }


 


@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}






.button-efeito1 {
    border-radius: 4px;
    border: none;
    text-align: center;
   
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

    .button-efeito1 span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-efeito1 span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0.4;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-efeito1:hover span {
        padding-right: 15px;
        transition: all 0.3s;
    }

        .button-efeito1:hover span:after {
            opacity: 1;
            right: 0;
        }
/*
    .button-efeito1:hover,
    .button-efeito1:focus {
        box-shadow: 5px 6px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(0px, 0px) scale(1.0);
        transform: translate(0px, 0px) scale(1.0);
    }
*/

.accordion {
    text-align: center;
    z-index: +900 !important;
}

    .accordion.width {
        display: flex;
        width: 250px;
    }

        .accordion.width .card {
            flex-direction: row;
            /*min-width: min-content;*/
        }

            .accordion.width .card .card-header {
                cursor: pointer;
                transform: rotate(180deg);
                writing-mode: vertical-rl;
                background-color: #0F9D58;
                border: 2px solid black;
            }

.collapsing.width {
    transition: width 0.5s ease;
    height: auto;
    width: auto;
}

.rightMenu {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    padding-left: 10px;
    float: left;
    height: auto; /* The width is 20%, by default */
    border-left: 1px solid #999;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

/* Use a media query to add a break point at 800px: */
/*@media screen and (max-width:800px) {
    .rightMenu {
        width: 100%; 
    }
}*/

.modal-footer button.btn.more-options {
    border-radius: 30px;
    width: 160px;
    height: 30px;
    float: none;
    position: absolute;
    top: -17px;
    /*right: 30px*/
}

.button-more {
    /*height: 101px;*/
    position: relative
}

    .button-more .saveGroup {
        margin-top: 0
    }

.modal-footer .btn.more-options {
    float: right;
    padding: 0 12px 0 12px;
    margin-left: 6px;
    font-size: 12px !important;
    border-radius: 10px
}

.more-options i.rightArrow {
    display: inline-block;
    vertical-align: 0
}

.rightArrow {
    background: url('/img/periodarrows.png') no-repeat -35px;
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-top: 6px
}

.leftArrow {
    background: url('/img/periodarrows.png') no-repeat;
    display: inline-block;
    width: 10px;
    height: 8px;
    position: relative;
    top: -2px
}


.inputvalid:focus:required:invalid {
    color: red !important;
    border-color: red !important;
    box-shadow: 0 0 6px red !important;
}
.inputvalid:required:invalid {
    border-bottom: 1px solid #f44336 !important;
    -webkit-box-shadow: 0 1px 0 0 #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.inputvalid:focus:required:valid {
    border-bottom: 1px solid #00c851 !important;
    -webkit-box-shadow: 0 1px 0 0 #00c851 !important;
    box-shadow: 0 1px 0 0 #00c851 !important;
/*    color: #4285f4 !important;*/
}


.inputvalid:required:valid {
/*    color: #4285f4 !important;*/
    border-bottom: 1px solid #00c851 !important;
    -webkit-box-shadow: 0 1px 0 0 #00c851 !important;
    box-shadow: 0 1px 0 0 #00c851 !important;
}


.colorinfo {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.colordisabled {
    background: #dcdcdc87;
}

.titulo-001 {
    border: 1px solid #17a2b8;
    border-radius: .25rem;
}

    .titulo-001:hover {
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

.dropdown-menu {
    z-index: 99999 !important;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}



/*print export class*/
/*div.dt-button-collection {
    width: 500px;
}

    div.dt-button-collection button.dt-button {
        display: inline-block;
        width: 50%;
    }

    div.dt-button-collection button.buttons-colvis {
        display: inline-block;
        width: 49%;
    }

    div.dt-button-collection h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 100;
        border-bottom: 1px solid rgba(150, 150, 150, 0.5);
        font-size: 1em;
        padding: 0 1em;
    }

        div.dt-button-collection h3.not-top-heading {
            margin-top: 10px;
        }*/