body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    zoom:89%;
    overflow-y: scroll;
    overflow-x: hidden;
}
body, html {
    width: 100%;
    height: 100% !important;
}
html {
    overflow: auto;
}
a {
    transition: 0.6s;
}
button {
    transition: 0.6s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.leftLogin {
    background: #008FFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.rightLogin {
    justify-content: center;
    align-items: center; 
}
.loginPage .container-fluid {height: 100%;}
.loginPage .row {height: 100%;}
.circleLogin {
    width: 217px;
    height: 217px;
    background-color: #fff;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: absolute;
    right: -117px;
}
#formLogin h1 {
    margin: 0;
    padding: 0;
    font-size: 70px;
    color: #5A5A5A;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 40px;
}
#formLogin h1 span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}
.rightLogin #formLogin {
    display: flex;
    justify-content: center;
    align-items: center; 
}
#formLogin span {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #5A5A5A;
    padding-left: 11px;
    margin-bottom: 5px;
    padding-top: 12px;
    padding-bottom: 8px;
}
#error_message {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
#formLogin .inputLogin {
    width: 100%;
    background: #FBFBFB;
    border:solid 1px #C2C2C2;
    padding: 13px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    margin-bottom: 15px;  
    width: 317px;
}
#passRecovery {
    text-align: right;
    padding-top: 10px;
    font-size: 14px;
}
#passRecovery a {
    color: #008FFF;
}
#passRecovery a:hover {
    text-decoration: none;
    color: #5A5A5A;
    text-decoration: underline;
}
#formLogin form {
    width: 340px;
}
.btnLogin {
    width: 100%;
    background:#008FFF;
    width: 100%;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 30px;
    border: solid 1px #008FFF;
}
.btnLogin:hover {
    text-decoration: none;
    background-color: #fff;
    color: #008FFF;
    border: solid 1px #008FFF;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #008FFF;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    text-align: center;
    padding: 0;
    padding-top: 13px;
    padding-bottom: 10px;
}
#sidebar.active ul li a .iconSidebar {
    text-align: center;
    font-size: 18px;
}
#sidebar.active ul li a .alertCircle {
    right: 17px;
    top: 27px;
}

#sidebar [data-toggle="tooltip"] {
    overflow: hidden;
}




#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    /*top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);*/
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 5px;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 12px;
}

#sidebar ul li a {
    padding: 17px;
    font-size: 16px;
    display: block;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}
#sidebar ul li a span {
    opacity: 0.6;
}
#sidebar ul li a .iconSidebar {
    opacity: 0.6;
}
#sidebar ul li a:hover span {
    opacity: 1;
}
#sidebar ul li a:hover .iconSidebar {
    opacity: 1;
}
#sidebar ul li.active a span {
    opacity: 1;
}
#sidebar ul li.active a .iconSidebar {
    opacity: 1;
}
/*#sidebar ul>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff ;
    background-color: #007CDC;
    opacity: 1 ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#sidebar ul>li>a:focus span, .dropdown-menu>li>a:hover span {
    color: #fff ;
    background-color: #007CDC;
    opacity: 1 ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#sidebar ul>li>a:focus .iconSidebar, .dropdown-menu>li>a:hover .iconSidebar {
    color: #fff;
    background-color: #007CDC;
    opacity: 1 ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}*/

#sidebar ul li a:hover {
    color: #fff;
    background: #007CDC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    text-decoration: none;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #007CDC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    text-decoration: none;
}

#sidebar ul li {
    margin-bottom: 5px;
    position: relative;
}
#sidebar ul ul.list-unstyled {
    background: #007cdc;
    /* padding-top: 13px; */
    margin-top: -10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 23px;
}
#sidebar ul ul.list-unstyled li a {
    background: none;
    padding: 10px;
    font-size: 16px !important;
    padding-left: 17px !important;
}
#sidebar ul ul.list-unstyled li a:hover {
    text-decoration: none;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
}
nav.active a span {
    display: none;
}
nav.active ul.smallMegaMenu {
    position: absolute;
    text-align: left !important;
    z-index: 1;
    left: 88px;
    top: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0 !important;
    min-width: 210px;
    max-width: 230px;
}
#sidebar ul ul.list-unstyled li {
    margin-bottom: 0 !important;
}
nav.active ul.smallMegaMenu a span {
    display: inline-block;
}
nav.active ul.smallMegaMenu li a {
    text-align: left !important;
}

/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #1279c9;
}*/
.alertCircle {
    width: 8px;
    height: 8px;
    background-color: #FF8710;
    display: block;
    position: absolute;
    right: 14px;
    top: 19px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: none;
}
button#sidebarCollapse {
    padding: 0;
    color: #008fff;
    font-size: 33px;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 0;
}
.bg-light {
    background-color: #ffffff!important;
    padding-top: 30px;
}
#content .row {
    width: 100%;
    margin: 0;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    padding-bottom: 50px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

nav#sidebar .logoSidebar {
    display: block;
    margin: 0 auto;
}
.iconSidebar {
    margin-right: 5px;
}
#searchTop input {
    width: 255px;
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    padding: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* margin-bottom: 15px; */
    margin-top: -9px;
    font-size: 16px;
    background: url(../images/searchicon.png) right 19px top 19px no-repeat;
    padding-right: 45px;
    float: left;
    
}
.btnBusca {
    background: url(../images/searchicon2.png) #008FFF center top 16px no-repeat !important;
    width: 50px !important;
    float: left;
    border: none !important;
    color: #008FFF !important;
    margin-left: 5px;
    padding: 14px !important;
    transition: 0.6s;
}
.btnBusca:hover {
    cursor: pointer;
    background: url(../images/searchicon2.png) #5A5A5A center top 16px no-repeat !important;
}
.noPadding {padding:0;}
button.alertaBtn {
    background: #fff;
    border: #F6F6F6;
    color: #008FFF;
    font-size: 23px;
    padding: 7px;
    padding-left: 17px;
    padding-right: 17px;
    border: solid 1px #e5e5e5;
    margin-top: -1px;
}
button.alertaBtn:hover {
    color: #fff;
    background-color: #008FFF;
    border: solid 1px #008FFF;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #008FFF;
    border:none;
}
.dropDoownAlerta {
    margin-top: -9px;
    float: right;
}
.dropDoownAlerta .circleAlert {
    width: 10px;
    height: 10px;
    background-color: #FF8710;
    display: block;
    position: absolute;
    right: 17px;
    top: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.dropDoownAlerta .dropdown-toggle::before {
    display: none;
}
.userHead {
    float: right;
    margin-top: -10px;
    margin-left: 31px;
}
.userHead .userPicSmall img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.containerInner {
    padding-left: 15px;
    padding-top: 12px;
}
.userName {
    font-size: 28px;
    font-weight: 600;
    color: #5A5A5A;
}
.titleAreas h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #5A5A5A;
    font-weight: 400;
    opacity: 0.45;
    float: left;
}
.titleAreas button {
    float: right;
    background: none;
    border: none;
    color: #008FFF;
    cursor: pointer;
}
.titleAreas {
    display: block;
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 10px;
}
.clr {clear: both;}
ul.listAtalhos {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
}
ul.listAtalhos li {
    width: 24%;
    display: inline-block;
    margin: 5px;
    float: left;
}
ul.listAtalhos li:first-child {
    margin-left: 0;
}
ul.listAtalhos li:last-child {
    margin-right: 0;
}
ul.listAtalhos li a.btnAtalho {
    background:#fff;
    display: block;
    width:100%;
    border: solid 1px #E3E3E3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    line-height: 22px;
    cursor: auto;
    
}
ul.listAtalhos li a.btnAtalho:hover {    
    text-decoration: none;
}

ul.listAtalhos li a.btnAtalho span {
    display: block;
    width: 100%;
    margin-top: 10px;
}
ul.listAtalhos li a.btnAtalhoAdicionar {
    background:#FBFBFB;
    display: block;
    width:100%;
    border: dashed 1px #E3E3E3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    line-height: 22px;
    height: 110px;
    color: #5A5A5A;
    
}
ul.listAtalhos li a.btnAtalhoAdicionar:hover {
    background:#008FFF;
    color: #fff;
    text-decoration: none;
}
ul.listAtalhos li a.btnAtalhoAdicionar span {
    display: block;
    width: 100%;
    margin-top: 10px;
}
ul.listPrincipaisClientes {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
ul.listPrincipaisClientes li {
    list-style: none;
    display: block;
    width: 100%;
    border: solid 1px #E3E3E3;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
ul.listPrincipaisClientes li ul {
    margin: 0;
    padding: 0;
}
ul.listPrincipaisClientes li ul li {
    list-style: none;
    display: inline-block;
    width: auto;
    border:none;
    padding: 0;
    margin-bottom: 0;
}
ul.listPrincipaisClientes li ul li.siglaClienteH {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top: 7px;
    margin-right: 15px;
}
ul.listPrincipaisClientes li ul li {
    font-size: 15px;
    text-align: center;
}
.bgYellow {
    background:#FFB82A;
}
.bgBlue {
    background: #2AB6FF;
}
.bgPurple {
    background:#FF74EC;
}
ul.listPrincipaisClientes li ul li.nomeClienteH {
    width: 190px;
}
ul.listPrincipaisClientes li ul li:last-child {
    float: right;
    margin-top: 8px;
    margin-right: 13px;
}
ul.listPrincipaisClientes li ul li.cnpjClienteH {
    width:195px
}
.linkBlue-a {
    font-size: 18px;
    color: #008FFF;
    font-weight:700;
}
.linkBlue-a:hover {
    text-decoration: none;
    color:#5A5A5A;
}
.marcadorArea {
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #E3E3E3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 16px;
    padding-top: 20px;
    margin-bottom: 16px;
    margin-top: 4px;
}
.marcadorAreaH span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.numberMarcadorH {
    font-size: 50px;
    color: #23E644;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.nopadding {
    padding: 0;
}
.graphMarcadorH {
    text-align: center;
    color: #23E644;
    font-weight: 700;
    font-size: 18px;
}
.marcadorArea .iconMarcador {
    color: #007CDC;
    font-size: 23px;
    margin-bottom: 13px;
    margin-top: 3px;
}
.mrgMarcador {
    margin-bottom: 40px !important;
}
.numberVendas {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
    font-weight: 700;
    color: #5A5A5A;
}
.numberVendas small {
    font-size: 15px;
    margin-right: 18px;
}
.btnBorderMarcador {
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #E3E3E3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
}
.btnBorderMarcador:hover {
    background:#007CDC;
    color: #fff;
    text-decoration: none;
}
.btnBorderMarcador .fa-arrow-right {
    float: right;
    font-size: 27px;
    margin-top: 0;
}
.bannerUpgrade {
    width:100%;
    background:#fff;
    border: solid 1px #E3E3E3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius:50px;
    position: relative;
    padding-bottom: 0;
    margin-top: 50px;
}
.bannerUpgrade p {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 22px;
    margin-top: 12px;
}
img.upgradepic {
    bottom: 0;
    margin-top: -39px;
    width: 247px;
}
.btnUpgrade {
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #007CDC;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: block;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 700;
}
.btnUpgrade:hover {
    text-decoration: none;
    background:#5A5A5A;
    color: #fff;
}
img.rizerBanner {
    margin-top: 26px;
}
.btnUpgrade .fa-arrow-right {
    float: right;
    font-size: 23px;
    margin-top: 4px;
    margin-left: 12px;
}
.fechaBanner {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 34px;
    left: -13px;
    z-index: 1;
    border: solid 1px #FFB1B1;
    color: #FF4E4E;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    line-height: 23px;
}
.fechaBanner:hover {
    cursor: pointer;
    color: #fff;
    background:#FFB1B1;
}
.userName .iconTitlePages {
    color: #008FFF;
    font-size: 23px;
    margin-right: 6px;
}
p.subtitlePage {
    font-size: 16px;
    color: #5A5A5A;
    display: none;
}
.titlelistBackups {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #1B2133;
}
.titlelistBackups li {
    list-style: none;
    display: inline-block;
}
.backupListArea {
    display: block;
    width: 100%;
    border: solid 1px #E3E3E3;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}
.backupListArea .cloudBkp {
    color: #008FFF;
    font-size: 20px;
    opacity: 0.5;
}
.backupListArea:hover {
    border-color: #008FFF;
}
.backupListArea:hover .cloudBkp {
    opacity: 1;
}
.backupListArea button.btnVoltarbkp {
    border: none;
    background:#008FFF;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.backupListArea button.btnVoltarbkp:hover {
    background:#5A5A5A;
    cursor: pointer;
}
.pd1 {
    padding-top: 13px;
}
.backupListArea .dropDoownAlerta {
    margin-top: 0;
    float: right;
    width: 100%;
}
.backupListArea .dropDoownAlerta button {
    background-color: #F6F6F6;
    color: #D6D6D6;
    font-size: 36px;
    padding: 0;
    line-height: 41px;
    width: 100%;
    padding-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.titleListArea {
    border: none !important;
    padding-bottom: 0px;
    margin-bottom: 11px;
    font-size: 14px;
    margin-top: 10px;
}
.paginacaoBusca {
    display:block;
    width: 100%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border:solid 1px #E3E3E3;
    border-bottom: none;
    padding: 20px;
}
.paginacaoBusca ul.qtdSelect {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.paginacaoBusca ul.qtdSelect li {
    list-style: none;
    display: inline;
}
.paginacaoBusca ul.qtdSelect li select {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    padding-right: 35px;
    margin-left: 15px;
    margin-right: 15px;
}
.paginacaoBusca #searchTop input {
    margin-top: 0;
    background: url(../img/searchicon.png) #fbfbfb right 19px top 19px no-repeat;
    width: 100%;
}
.tableNav {
    display: block;
    width: 100%;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: solid 1px #E3E3E3;
    border-top: none;
    padding: 20px;
    /* margin-bottom: 10px; */
    padding-bottom: 17px;
}

.table {
    margin-bottom: 0;
}
.tableNav span {
    font-size: 16px;
    color: #5A5A5A;
    display: block;
    margin-top: 7px;
}
.tableNav ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: right;
}
.tableNav ul li {
    display: inline;
    list-style: none;
    margin-left: 3px;
    margin-right: 3px;
}
.tableNav ul li a {
    border: solid 1px #fff;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tableNav ul li a:hover {
    border: solid 1px #008FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}
.tableNav ul li.active a {
    border: solid 1px #008FFF;
    color: #008FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 37px;
    height: 37px;
    padding: 0;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    font-weight: 700;
}
.tableNav ul li:first-child a {
    color: #008FFF;
    font-weight: 700;
    width: auto;
    border: none;
}
.tableNav ul li:first-child a:hover {
    border: none;
    text-decoration: none;
    color: #5A5A5A;
    
}
.tableNav ul li:last-child a {
    color: #008FFF;
    font-weight: 700;
    width: auto;
    border: none;
}
.tableNav ul li:last-child a:hover {
    border: none;
    text-decoration: none;
    color: #5A5A5A;
}

.containerTable {
    width: 100%;
    overflow-x: hidden;
    display: block;
    position: relative;
    min-height: 312px;
    max-height: 1000px;
}
  
.table {
    width: 100%;
    overflow-x: auto;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 312px;
    border-left: none;
    border-right: none;
}
.table thead th {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    /* min-width: 50%; */
    /* max-width: 400px; */
    /* width: 200px; */
    min-width: 222px;
    max-width: 400px;
}
.table tfoot th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 400;
    color: #5A5A5A;
}
button.addItem {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #007CDC;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border: none;
    padding-left: 22px;
    padding-right: 23px;
    float: right;
    margin-top: 3px;
}
button.addItem:hover {
    cursor: pointer;
    background:#5A5A5A;
}
button.addItem .icoAddItem {
    margin-right: 7px;
    font-size: 17px;
    margin-top: 3px;
    float: left;
}
span.siglaClienteH {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top: 7px;
    margin-right: 15px;
    display: block;
}
.noPaddingUserList {
    padding: 0;
}
.perfilIcon {
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    border:solid 1px;
    font-weight: 600;
}
.perfilPadrao {
    color: #FFA300;
    border-color: #FFA300;
    background:#FFF6E6;
}
.perfilEditor {
    color: #C500FF;
    border-color: #C500FF;
    background:#FBEFFF;
}
.perfilCliente {
    color: #FF0099;
    border-color: #FF0099;
    background:#FFEFF9;
}
.perfilPersonalizado {
    color: #60CF58;
    border-color: #60CF58;
    background: #E8FFE6;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    text-align: center;
    padding-top: 7px;
}
.perfilAdmin {
    color: #008FFF;
    border-color: #008FFF;
    background:#D8EEFF;
}
.toggleButtonR {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
} 
.toggleButtonR .toggle {
    -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.toggle-handle {
   display: none !important;
}
small.circleToggleAT {
    position: absolute;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px !important;
    width: 30px !important;
    /* border-width: 0 1px; */
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    right: 3px;
    top: 3px;
    display: block;
}
.toggle.btn {
    /* min-width: 3.7rem; */
    /* min-height: 2.15rem; */
    width: 100% !important;
}
label.toggle-on {
    font-size: 14px;
    padding-left: 8px;
    text-align: left;
    padding-top: 7px;
    font-weight: 700;
}
label.toggle-off {
    font-size: 14px;
    padding-left: 0 !important;
    padding-right: 8px;
    text-align: right;
    padding-top: 7px;
    background: #E2E2E2 !important;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}
small.circleToggleINT {
    position: absolute;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px !important;
    width: 30px !important;
    /* border-width: 0 1px; */
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    left: 3px;
    top: 3px;
    display: block;
}
.listUsersGrid {
    display: flex;
    justify-content: center;
    align-items: center;
}
.statusTitle {
    padding-left: 18px;
}
.navUsersPag {
    padding: 0;
    border: none;
    margin-top: 15px;
}
.firstBlur {
    position:relative;
  }
.firstBlur.modalBlur > *:not(.modal) {
    -webkit-filter: blur(2px);
  }
.firstBlur.modalDesaturate > *:not(.modal) {
    -webkit-filter: saturate(0%);
  }
/* === SOFTEN THE MODAL BACKDROP SO THE EFFECT IS MORE VISIBLE === */
.modal-backdrop {
    opacity: 0.65;
    filter: alpha(opacity=65);
  }
.sidebarModalUser {
    background:#FCFCFC;
    border-right: solid 1px #d5d5d5;
}
.modal-content h5 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color:#5A5A5A;
    margin-top: 30px;
    margin-bottom: 20px;
}
ul.btn-TabsUser {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
ul.btn-TabsUser li {
    display: block;
    width: 100%;
}
ul.btn-TabsUser li a {
    width: 100%;
    background-color: #FCFCFC;
    color:#5A5A5A;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 20px;
    margin-bottom: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 24px;
    padding-left: 33px;
}
ul.btn-TabsUser li a.active {
    width: 100%;
    background-color: #008FFF;
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 20px;
    margin-bottom: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 24px;
    padding-left: 33px;
}
ul.btn-TabsUser li a:hover {
    text-decoration: none;
}
.modal-content button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 30px;
    right: 30px;
}
.modal-content button.close span {
    color: red;
}
/*.inputFormUser {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 25px;
}*/
.inputFormUser {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 15px;
}
.formUser label {
    font-size: 14px;
    /*padding-left: 13px;*/
    color: #5A5A5A;
}
.formUser h6 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #5A5A5A;
    margin-top: 10px;
    margin-bottom: 20px;
}
.enviarBtnUser {
    display: inline-block;
    color: #fff;
    background: #008FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 12px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    font-weight: 700;
    float: right;
    border: none;
    transition: 0.6s;
}
.enviarBtnUser:hover {
    cursor: pointer;
    background:#5A5A5A;
    color: #fff;
}
.btnCancelar {
    border: none;
    background: none;
    color: #FF6161;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-top: 13px;
}
.btnCancelar:hover {
    cursor: pointer;
    color: #5A5A5A;
}
.tab-content {
    padding-bottom: 40px;
}
.tab-content2 {
    padding-bottom: 0;
}
.box2Mrg {
    margin-bottom: 30px !important;
}
.segurancaBox {
    margin-top: 20px !important;
}
.tab-content .dropDoownAlerta button {
    font-size: 27px !important;
}
.tab-content .perfilIcon {
    margin-left: 25px;
}
label.labelPerfil {
    width: 100%;
    margin: 0;
}
input[type=radio] {
    border-radius: 50%;
    width: 32px;
    height: 36px;
    opacity: 0.2;
    float: left;
}
input[type=radio]:checked {
    opacity: 1;
}
.chamadaCriarPerfil {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 22px;
}
.backupListArea .dropdown-menu {
    min-width: auto;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #E2E2E2;
    left: -4px !important;
}
.backupListArea .dropdown-menu .dropdown-item {
    padding: 0 !important;
    padding: 10px !important;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    line-height: 1.5;
    color: #5A5A5A;
    cursor: pointer;
}
.icoEdit {
    color: #008FFF;
    margin-right: 8px;
    font-size: 15px;
}
.inner-border {
    display: inline-block;
    font-weight: 600;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: rgb(235 235 235);
    color: rgb(163 163 163);
}
.inner-border span {
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(255, 255, 255, 0.7); 
    display: block;
    margin: 1px;
}
.colorSelectTag {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 25px;
}
#background-change {
    display: inline-block;
    width: 68px;
    height: 35px;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    font-size: 0px;
    border: solid 1px #d5d5d5;
    margin-right: 16px;
    cursor: pointer;
}
.color-picker {
    background-color: rgb(235 235 235);
    color: rgb(235 235 235);
}
.buttonDropSelect {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    color: #5A5A5A;
    text-align: left;
    
}
.groupSelect {
    margin-bottom: 25px;
}
.buttonDropSelect::after {
    right: 11px;
}
.colorPadraoUser {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#008FFF;
    display: inline-block;
}

 #faq .card {
    margin-bottom: 30px;
    border: 0;
    border: solid 1px #cecece;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  
  #faq .card .card-header {
    background: #fff;
    padding: 0;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
}
  
#faq .card .card-header .btn-header-link {
    background: #fff;
    display: block;
    color: #000;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    padding: 14px;
}
  
#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: #F6F6F6;
    padding: 14px;
    line-height: 0.7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  
 #faq .card .card-header .btn-header-link.collapsed {
    color: #000;
  }
  
  #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: #000;
    background: #F6F6F6;
    padding: 14px;
    line-height: 0.7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: 7px;
    top: 7px;
}
  
 #faq .card .collapsing {
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
#faq .card .collapse {
    border: 0;
  }
  
#faq .card .collapse.show {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 30px;
    color: #222;
  }
  .iconAccordion {
    color: #008FFF;
    font-size: 19px;
    margin-right: 11px;
}
.form-group-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group-checkbox label {
    position: relative;
    cursor: pointer;
  }
  
  .form-group-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #F8F8F8;
    border: 1px solid #D1D1D1;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); */
    padding: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 10px;
    text-align: center;
}
  
.form-group-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    padding: 13px;
    border: none !important;
    border-width: 0 2px 2px 0;
    background-color: #66E99F;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #FFF !important;
    margin-right: 15px;
}
.card-body label {
    padding-left: 0;
}
.card-body {
    padding-left: 0;
    padding-right: 0;
}
.nav-tabs {
    border: none;
}
.pd2 {
    padding-top: 6px;
}
.boxCorSelec {
    display: block;
    width: 36px;
    height: 36px;
    background: #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
}
.cSelectedPadrao {background:#FFA300;}
.cSelectedAdmin {background:#008FFF;}
.cSelectedPersonalizado {background:#60CF58;}
.titleCor {
    text-align: center;
}
.buscarAreaContainer label {
    font-size: 14px;
    padding-left: 13px;
    color: #5A5A5A;
}
.buscarAreaContainer input {
    background: url(../img/searchicon.png) #FBFBFB right 19px top 18px no-repeat;
}
.indicadorBoxH {
    background:#fff;
    border:solid 1px #80c7ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: left;
    align-items: center; 
    height: 140px;
    width: 100%;
    padding: 10px;
    position: relative;
}
.indicadorBoxH .iconIndicador {
    color: #008FFF;
    font-size: 23px;
}
.alignH {
    display: flex;
    justify-content: left;
    align-items: center; 
    width: 100%;
    height: 100%;
}
.indicadorBoxH h6 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #008FFF;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.indicadorBoxH p {
    font-size: 14px;
    color: #5A5A5A;
}
.indicadoresAreaGrid {
    margin-top: 30px;
}
.indicadoresAreaGrid {
    width: 100%;
    margin-top: 30px;
}
.indicadoresAreaGrid .indicadorBoxH {
    margin-bottom: 30px;
}
.timelineContainer {
    position: relative;
}
.timelineAuditoria {
    margin-top: -12px;
    padding-top: 23px;
    padding-right: 14px;
}
.barTimeline {
    position: absolute;
    background-color: #000;
    width: 20px;
    right: 0;
    top: -25px;
}
.barTimeline span.lineTimeLine {
    width: 1px;
    height: 90px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0px;
}
span.circleTimeline {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    background: #008FFF;
    right: -9px;
    top: 39px;
    z-index: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.iconTimeline {
    width: 43px;
    height: 43px;
    background: #5A5A5A;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.auditoriaAreaGrid {
    padding-top: 50px;
}
.bgBlue {
    background-color: #008FFF;
}
.bgYellow {
    background-color: #FFA200;
}
.bgPink {
    background-color: #CE00FF;
}
.bgGreen {
    background-color: #66E99F;
}
.auditoriaHorarioData {
    margin:0;
    padding: 0;
    font-size: 14px;
    color: #5A5A5A;
}
.auditoriaHorarioData li {
    list-style: none;
}
.auditoriaHorarioData li:last-child {
    font-size: 15px;
}
.pd3 {
    padding-top: 2px;
}
.siglaUser {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 26px;
    height: 26px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top: 6px;
    margin-right: 15px;
    float: left;
}
.buscarAreaAuditoria input {
    background: url(../img/calendarIcon.png) #FBFBFB right 8px top 5px no-repeat;
    background-size: 40px;
    cursor: pointer;
}
.buscarAreaAuditoria label {
    font-size: 14px;
    padding-left: 13px;
    color: #5A5A5A;
}
.sepInput {
    display: block;
    width: 100%;
    font-weight: 900;
    color: #b9b9b9;
    margin-top: 44px;
    text-align: center;
}
.buttonFilter {
    color: #008FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: solid 1px #008FFF;
    background: #fff;
    width: 100%;
    font-size: 16px;
    padding: 11.5px;
    text-align: left;
    padding-left: 19px;
}
.buttonFilter:hover {
    color:#FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border:solid 1px #008FFF;
    background:#008FFF;
}
.buttonFilter .icoFilterbutton {
    font-size: 19px;
    float: left;
    margin-top: 2px;
    margin-right: 9px;
}
.dropFilter {
    padding-top: 31px;
}
.buttonFilter::after {
    right: 18px;
}
.dropb {
    min-width: 240px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    padding-top: 16px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35); 
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
}
.dropb .form-group-checkbox input:checked + label:after {
    top: 0px;
    left:0;
}
.dropb .form-group-checkbox {
    margin-bottom: 10px;
}
.dropb .form-group-checkbox label {
    padding-left: 0;
}
.selectFilterOptions {
    width: 100%;
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    padding: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    
}
.dropb strong {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color:#5A5A5A;
}
.kanbanContainer {
    background:#FBFBFB;
    border:solid 1px #E3E3E3;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.itemListKanban {
    background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin: 9px;
    border: solid 1px #E3E3E3;
}
.dropKanban .editIconKanban {
    color: #D6D6D6;
    font-size: 34px;
}
.dropKanban .alertaBtn {
    background: #F6F6F6;
    padding: 10px;
    line-height: 0;
    height: 45px;
    padding-top: 5px;
    border-radius: 10px;
}
.dropKanban .alertaBtn:hover .editIconKanban {
    color: #fff;
}
.kanbanContainer h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #5A5A5A;
}
/*button.addItenKanban {
    width: 100%;
    text-align: center;
    font-size: 26px;
    border: none;
    background:none;
    color: #008FFF;
}*/
button.addItenKanban {
    width: 100%;
    padding: 0;
    text-align: center;
    /* font-size: 26px; */
    border: none;
    background: none;
    color: #008FFF;
    float: right;
    text-align: right;
}
button.addItenKanban:hover {
    color: #5A5A5A;
    cursor: pointer;
}
.itemListKanban h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #5A5A5A;
    font-weight: 600;
}
span.resumoCardKanban {
    font-size: 14px;
    color: #5A5A5A;
}
ul.listIconsKanbanGrid {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #B4B4B4;
    margin-top: 10px;
    margin-bottom:10px;
}
ul.listIconsKanbanGrid li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
    color: #B4B4B4;
}
ul.listIconsKanbanGrid li a {
    color: #B4B4B4;
}
ul.listIconsKanbanGrid li a:hover {
    text-decoration: none;
    color: #008FFF;
}
.progressBar {
    width: 100%;
    background:#efefef;
    height: 4px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.progressBarPercent {
    width: 60%;
    background:#66E99F;
    height: 4px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
ul.usersListKanbanGrid {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
ul.usersListKanbanGrid li {
    width: 40px;
    height: 40px;
    border: solid 2px #fff;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: -16px;
}
ul.usersListKanbanGrid li:first-child {
    margin-left: 0;
}
ul.usersListKanbanGrid li img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.gridHKanban {
    padding-top: 24px;
}
/* datepicker css */

.ui-datepicker {
    text-align: center;
}

.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.ui-datepicker {
    margin-top: 2px;
    padding: 0 !important;
    border: solid 1px #cecece;
    width: auto !important;
}

.ui-datepicker {
    width: 100%;
}

.openemr-calendar .ui-datepicker {
    width: 100%;
}

.openemr-calendar .ui-datepicker table {
    width: 100%;
    table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
    width: 100%;
    table-layout: fixed;
}

.ui-datepicker-header {
    background-color: #fff !important;
    background-image: none !important;
    border-radius: 0;
    border: none !important;
}
.openemr-calendar .ui-datepicker-header {
    background-color: #fff !important;
    border-width: 1px;
    border-color: #c9f0f5;
    border-style: solid;
    border: none !important;
}

.ui-datepicker-title {
    line-height: 35px !important;
    margin: 0 10px !important;
    text-align: left !important;
}

.openemr-calendar .ui-datepicker-title {
    line-height: 20px !important;
    text-align: left !important;
    padding-left: 9px;
    padding-right: 13px;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

.ui-datepicker-next span {
    display: none !important;
}
.ui-datepicker-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=) !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
    top: 15px !important;
}
/*.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}*/

.openemr-calendar .ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
}

.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
    right: 42px !important;
    left: auto !important;
}

/*.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 18px !important;
    top: 0 !important;
}*/
.ui-datepicker-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC) !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
    top: 15px !important;
    right: 12px !important;
}

.openemr-calendar .ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}

.ui-datepicker-month {
    border-radius: 2px;
    background-color: #fff;
    width: 110px !important;
    height: 22px;
    /* color: #fff; */
    /* font-size: 14px !important; */
    font-weight: 600;
    text-align: left;
    border: none !important;
    margin-right: 2px !important;
    vertical-align: text-top;
    color: #5A5A5A;
    font-size: 18px !important;
    font-weight: 700;
}

.openemr-calendar .ui-datepicker-month {
    color: #5A5A5A;
    font-size: 18px !important;
    font-weight: 700;
    text-align: left;
    transform: scaleX(1.0029);
}

.ui-datepicker-year {
    border-radius: 2px;
    background-color: #fff;
    width: 110px !important;
    height: 22px;
    text-align: left;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
    color: #5A5A5A;
    font-size: 18px !important;
    font-weight: 400;
}

.openemr-calendar .ui-datepicker-year {
    color: #5A5A5A;
    font-size: 18px !important;
    font-weight: 400;
    text-align: left;
    transform: scaleX(1.0029);
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #3985a0 !important;
    background-color: #fff !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
    background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
    /*background: none !important;*/
    border: 0 !important;
}

.ui-datepicker td {
    vertical-align: top;
}

.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border: none !important;
    background: white !important;
    width: 44px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    color: #707070;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 0;
    text-align: center !important;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
    border: none !important;
    background-color: #0062FF !important;
    color: #fff !important;
    font-weight: 700 !important;
    width: 44px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.openemr-calendar .ui-state-default {
    font-size: 16px;
    margin: 0;
    color: #171725 !important;
}

.ui-datepicker td {
    width: 33px;
}

.openemr-calendar .ui-datepicker td {
    width: 100%
}

.openemr-calendar .ui-state-default {
    width: 44px;
    margin: 0 auto;
    height: 50px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-state-default.ui-state-hover {
    border: none !important;
    background-color: #fff !important;
    color: #0062FF  !important;
    font-weight: 700 !important;
    width: 44px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ui-datepicker .ui-state-active {
    border: none !important;
    background-color: #fff !important;
    color: #0062FF  !important;
    font-weight: 700 !important;
    width: 44px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ui-datepicker-calendar thead tr th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #92929D;
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #92929D;
}

.ui-datepicker-close {
    display: none;
}

.ui-datepicker thead {
    background-color: #fff;
}

.openemr-calendar .ui-datepicker thead {
    background: none;
}

.ui-state-default.ui-datepicker-current {
    float: none !important;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #3e9aba;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
    background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
    background-color: transparent;
}

.openemr-calendar .ui-state-default {
    border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
    margin-right: 10px !important;
}
#calendarPage {
    width: 100%;
    border:solid 1px #E3E3E3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.ui-widget {
    font-family: 'Nunito', sans-serif !important;
}
#calendarPage h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #5A5A5A;
    margin-top: 19px;
}
.tarefasCalendar .dataTarefa {
    font-size: 16px;
    font-weight: 400;
    color:#5A5A5A;
}
.tarefasCalendar .dataTarefa .iconTitlePages {
    color:#008FFF;
    font-size: 23px;
    margin-right: 5px;
}
.alignInputCalendar {
    background-color: red;
}
.checkCalendar p {
    padding-left: 48px;
    font-size: 14px;
}
.checkCalendar strong {
    font-size: 18px;
    font-weight: 700;
    color:#5A5A5A;
}
.checkCalendar {
    padding-left: 27px;
    padding-top: 18px;
}
.tarefasCalendar {
    padding-top: 20px;
}
.tarefasCalendar .form-group-checkbox input:checked + label:after {
    top: 1px;
}
.contentEsqueciSenha {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.dropUser {
    background: none;
    border:none;
    margin-top: 0;
}
.dropUser button.dropdown-toggle {
    padding: 0;
    background: none;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius:100px;
    border-radius: 100px;
}
.dropUser .dropdown-menu {
    margin-right: 13px;
}
.dropUser .iconMarcador {
    color: #008FFF;
    margin-right: 10px;
}
.dropUser .dropdown-menu a:hover {
    background: none;
    color: #008FFF;
}
.minhacontaForm {
    width: 100%;
}
.fileInput {
    padding: 11px;
}
.selectCustom {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 25px;
    height: auto !important;
}
.selectCustomIcon {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    font-size: 19px;
    color: #5A5A5A;
    margin-bottom: 25px;
    height: auto !important;
    font-family: fontAwesome;
    font-weight: 501;
}
#corIndicadorArea .colorSelectTag .corIndicador {
    width: 100%;
}
.textAreaFull {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 25px;
    height: 120px;
}
.exportarBotoes ul {
    margin: 0;
    padding:0;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 25px;
}
.exportarBotoes ul li {
    display: inline-block;
}
.exportarBotoes ul li button {
    color: #fff;
    background:#008FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 5px;
}
.exportarBotoes ul li button {
    color: #fff;
    background: #008FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
.exportarBotoes ul li button:hover {
    background: #5A5A5A;
    cursor: pointer;
}
.icoExp {
    margin-right: 5px;
}
.buscaModuloTabela {
    border: solid 1px #E3E3E3;
    padding: 20px;
    display: block;
    width: 100%;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
/*margin-top: 20px;*/
margin-bottom: 30px;
}
.Limparbtn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #007CDC;
    color: #fff;
    text-decoration: none;
    padding: 11px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    float: right;
    margin-top: 30px;
    width: 100%;
    transition: 0.6s;
}
.Limparbtn:hover {
    cursor: pointer;
    background-color: #5A5A5A;
}
ul.listAcoesTable {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.listAcoesTable li {
    display: inline-block;
    list-style: none;
}
ul.listAcoesTable li button {
    background: #006cc1;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    padding: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
ul.listAcoesTable li button a {
    color: #fff;
}
ul.listAcoesTable li button.removeTable {
    background:#dd4b39;
}
a.addItem {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #007CDC;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border: none;
    padding-left: 22px;
    padding-right: 22px;
    float: right;
    margin-top: 3px;
}
a.addItem:hover {
    cursor: pointer;
    background:#5A5A5A;
}
a.addItem .icoAddItem {
    margin-right: 8px;
    font-size: 17px;
    margin-top: 4px;
    float: left;
}
section.content {
    margin-top: 30px;
}
#cadastroPage h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #5A5A5A;
    margin-bottom: 15px;
    margin-top: 15px;
}
#cadastroPage h4 .iconTitlePages {
    color: #008FFF;
    font-size: 20px;
    margin-right: 5px;
}
#formCadastroContainer {
    border: solid 1px #E3E3E3;
    padding: 20px;
    display: block;
    width: 100%;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
margin-top: 20px;
margin-bottom: 30px;
}
.dropEditIndicador {
    position: absolute;
    top: 5px;
    right: 5px;
    float: none;
}
.btnEditIndicador {
    border: none;
    background-color: #F6F6F6;
    color: #D6D6D6;
    font-size: 24px;
    padding: 6px;
    line-height: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.btnEditIndicador::after {
    display: none;
}
.btnEditIndicador:hover {
    background: #008FFF;
    color: #fff;
}
.indicadorBoxH .dropdown-menu .dropdown-item {
    padding: 0 !important;
    padding: 10px !important;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    line-height: 1.5;
    color: #5A5A5A;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.indicadorBoxH .dropdown-menu {
    min-width: auto;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #E2E2E2;
    left: -56px !important;
    margin-top: 5px;
}
.excluirIndicadorIco {
    color: #dd4b39;
    font-size: 20px; 
    margin-right: 5px;
}
button.option {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}
button.option:hover {
    cursor: pointer;
    background:#5A5A5A;
}
button.optionSim {
    background:#dd4b39;
}
button.optionNao {
    background: #008FFF;
}
.removeItem {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #dd4b39;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border: none;
    padding-left: 22px;
    padding-right: 23px;
    margin-top: 3px;
}
.removeItem:hover {
    cursor: pointer;
    background:#5A5A5A;
}
.removeItem .icoAddItem {
    margin-right: 14px;
    font-size: 17px;
    margin-top: 4px;
    float: left;
}
.mrgSvEx {
    margin-top: 20px;
}
#calendarAuditoria .ui-widget-header {
    background: #ffffff !important;
    background-image: none !important;
    border-radius: 0;
}
#calendarPage .openemr-calendar .ui-datepicker {
    width: 100%;
    border: none !important;
}
#calendarPage .ui-datepicker-prev {
    top: 9px !important;
    right: 52px !important;
}
#calendarPage .ui-datepicker-next {
    top: 9px !important;
    right: 22px !important;
}
#calendarPage .ui-datepicker .ui-datepicker-header {
    margin-bottom: 16px;
}
.alignRight1 {
    text-align: right;
}
.naopossuiConta a {
    border: none;
    /* background: #23E644; */
    color: #008fff !important;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
}
.naopossuiConta a:hover {
    color:#5A5A5A;
}
.naopossuiConta  {
    text-align: center;
    margin-top: 30px;
    color: #707070;
    font-size: 14px;
}
.iconindex {
    margin-right: 5px;
}
.criarContaTitle .iconindex {
    color: #008FFF;
}
a.downloadBackup {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #008FFF;
    padding-top: 5px;
}
.navTitle ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: right;
    margin-top: 12px; /*37px*/
}
.navTitle ul li {
    display: inline-block;
    list-style: none;
}
.navTitle ul li strong {
    color: #008FFF;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    /* background: red; */
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* padding: 13px; */
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 25px;
    height: 49px;
    padding-top: 10px;
}
.select2-container--default .select2-selection--single {
    background: none !important;
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    
    left: 0 !important;
    top: 22px !important;
}
/*.errspan {
    float: left;
    position: relative;
    color: #afafaf;
    left: 16px;
    top: -58px;
}*/
.errspan {
    float: left;
    position: absolute;
    color: #afafaf;
    left: 28px;
    top: 44px;
    display: inline-block;
}

.inputIcon {
    padding-left: 40px;
}
button.adicionarCArd {
    border: dashed 1px #E3E3E3;
    background: #FBFBFB;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:25px;
    font-size: 18px;
    text-align: left;
}
button.adicionarCArd:hover {
    color: #fff;
    background: #008FFF;
    cursor: pointer;
}
#sidebar ul ul.list-unstyled li a:hover span {
    text-decoration: none;
}
.select2-container {
    margin-bottom: 42px !important;
    width: 100% !important;
}
.buscaIndicador .btnBusca {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
}
.notificacoesModal h5 .iconindex {
    color: #008FFF;
}
.notificacoesModal {
   
}
span.idAuditoria {
    margin-top: 0;
    display: block;
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.auditoriaIdArea {
    padding-top: 2px;
}
.alertsTop {
    margin-bottom: 20px;
}
.dropdown-menu button a {
    color: #5A5A5A;
}
.dropdown-menu button a:hover {
    text-decoration: none;
}
select.selectCustomIcon option {
    
}
span.titleBlue {
    color: #008fff;
}
.btnSalvarPerfil {
    float: none;
    margin-top: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #007CDC;
    color: #fff;
    text-decoration: none;
    padding: 11px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer;
}
.btnSalvarPerfil:hover {
    cursor: pointer;
    background:#5A5A5A;
}
.mrgInfPerfilPadrao {
    margin-top: 15px;
}
#tableModulo button.dt-button {
    color: #fff;
    background: #008FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
#tableModulo .dataTables_length select {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    padding-right: 35px;
    margin-right: 15px;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
}
.table-responsive {
    overflow-x: hidden;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.box {
    width: 100%;
    /* position: relative; */
    display: grid;
}
.dataTable th {
    min-width: 222px;
    max-width: 400px;
}
button.dt-button  {
    color: #fff;
    background: #008FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
button.dt-button:hover {
    background: #5A5A5A;
    cursor: pointer;
}
.paginacaoBusca ul.qtdSelect li select {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px;
    padding-right: 35px;
    margin-left: 15px;
    margin-right: 15px;
}
.dataTables_length select {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8.5px;
    padding-right: 35px;
    margin-right: 15px;
    margin-top: 20px;
}
button.buttons-copy::before {
    display: block;
    content: "\f0c5";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-right: 7px;
}
button.buttons-csv::before {
    display: block;
    content: "\f6dd";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-right: 7px;
}
button.buttons-excel::before {
    display: block;
    content: "\f1c3";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-right: 7px;
}
button.buttons-pdf::before {
    display: block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-right: 7px;
}
button.buttons-print::before {
    display: block;
    content: "\f02f";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-right: 7px;
}
.dataTables_info {
    font-size: 16px;
    color: #5A5A5A !important;
    display: block;
    margin-top: 7px;
    padding-top: 30px !important;
}
a#datatable_previous {
    color: #008FFF !important;
    font-weight: 700;
    width: auto;
    border: none;
}
a#datatable_next {
    color: #008FFF !important;
    font-weight: 700;
    width: auto;
    border: none;
}
a.paginate_button.current {
    border: solid 1px #008FFF !important;
    color: #008FFF !important;
    background:#fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 37px;
    height: 37px;
    padding: 0!important;
    display: inline-block!important;
    text-align: center !important;
    padding-top: 6px!important;
    font-weight: 700;
}
a.paginate_button.current:hover {
    background:#008FFF !important;
    color: #fff !important;
}
input:disabled {
    background: #e3e3e3;
    cursor: not-allowed;
}
a.Limparbtn:hover {
    text-decoration: none;
    color: #fff;
}
.box-body {    
    padding-top: 25px;
    border: solid 1px #E3E3E3;
    border-radius: 15px;
    padding-bottom: 25px;
}
.dt-buttons {
    padding-left: 25px;
}
.dataTables_length {
    padding-left: 25px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}
.dataTables_wrapper .dataTables_info {
    padding-left: 25px;
}
.dataTables_wrapper .dataTables_paginate {
    padding-right: 25px;
    margin-top: 25px;
}
.table-bordered {
    border: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom:  solid 1px #E3E3E3 !important;
}
#datatable {
    margin-bottom: 0px !important;
}
.dt-buttons::before {
    display: block;
    content: 'Exportar';
    margin-bottom: 7px;
}
.removeCadastro {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 100px;
    background: #dd4b39;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: none;
    /* padding-left: 45px; */
    /* padding-right: 45px; */
    margin-top: 3px;
    width: 55px;
    height: 55px;
}
.removeCadastro:hover {
    cursor: pointer;
    background:#5A5A5A;
}
#tabelarelatorio td, th {
    padding: 13px;
    text-align: center;
}
table.dataTable td.dataTables_empty {
    text-align: left !important;
}
#datatable-master_wrapper .dataTables_length select {
    margin-top: 0;
    margin-bottom: 15px;
}
.checkFloat {
    float: left;
    margin-top: 6px;
}
.pddCheckPag {
    padding-top: 42px;
}
.addItemLink {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #007CDC;
    color: #fff;
    text-decoration: none;
    padding: 17px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    float: right;
    margin-top: 3px;
}
.addItemLink:hover {
    cursor: pointer;
    background:#5A5A5A;
}
.adjustWidth {
    display: block;
    width: 440px;
}
#formCadastro .inputFormUser {
    margin-bottom: 20px;
    margin-top: 4px;

}
#formCadastro small {
    margin-top: -9px;
    display: block;
    margin-left: 13px;
    position: relative;
    top: -5px;
    font-size: 13px;
}
.adjustWidth small {
    width: 413px;
} 
.labelSpan {
    margin-bottom: 0px !important;
}
.picUserImg {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.picUserImg img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.picUserList {
    padding-top: 0 !important;
}
.userPicSmall {
    width: 50px;
}
.listButtonsAlter {
    margin: 0;
    padding: 0;
    margin-right: 6px;
    margin-top: 3px;
}
.listButtonsAlter li {
    list-style: none;
    display: inline-block;
}
.listButtonsAlter li.editAlter a {
    border: solid 1px #008FFF;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100px;
    color: #008FFF;
    display: block;
    padding-top: 1px;
}
.listButtonsAlter li.editAlter a:hover {
    background:#008FFF;
    color: #fff;
}
.listButtonsAlter li.editAlter a:hover .icoEdit {
    color: #fff;
}
.listButtonsAlter li.editAlter a .icoEdit {
    color: #008FFF;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    font-size: 12px;
}
.listButtonsAlter li span  {
    border:solid 1px #dd4b39;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100px;
    color: #dd4b39;
    display: block;
    padding-top: 1px;
    transition: 0.6s;
}
button.excludeAlter {
    border: solid 1px #dd4b39;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100px;
    color: #dd4b39;
    display: block;
    padding-top: 1px;
    transition: 0.6s;
    padding: 0;
}
button.excludeAlter:hover {
    background:#dd4b39;
    color: #fff;
    cursor: pointer;
}
.icoTrashInd {
    font-size: 12px;
}
.btnIndicatorsExclude li {
    float: left;
}
.btnIndicatorsExclude li:first-child {
    margin-right: 5px;
}
.listButtonsAlter li span:hover {
    cursor: pointer;
    background:#dd4b39;
}
.listButtonsAlter li span .icoEdit {
    color: #dd4b39;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    font-size: 12px;
}
.listButtonsAlter li span:hover .icoEdit {
    color: #fff;
}

.drag-list {
	display: flex;
	align-items: flex-start;
    margin: 0;
    padding: 0;
	
	@media (max-width: 690px) {
		display: block;
	}
}

.drag-column {
	flex: 1;
	position: relative;
	background: rgba(black, 0.2);
	overflow: hidden;
	
	@media (max-width: 690px) {
		margin-bottom: 30px;
	}
	
	h2 {
		font-size: 0.8rem;
		margin: 0;
		text-transform: uppercase;
		font-weight: 600;
	}
	
	&-on-hold {
		.drag-column-header,
		.is-moved,
		.drag-options {
			background: $on-hold;
		}
	}
	
	&-in-progress {
		.drag-column-header,
		.is-moved,
		.drag-options {
			background: $in-progress;
		}
	}
	
	&-needs-review {
		.drag-column-header,
		.is-moved,
		.drag-options{
			background: $needs-review;
		}
	}
	
	&-approved {
		.drag-column-header,
		.is-moved,
		.drag-options {
			background: $approved;
		}
	}
}

.drag-column-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}


.drag-item {
	transition: $ease-out;
    margin:0;
    padding:0;
	
	&.is-moving {
		transform: scale(1.5);
		background: rgba(black, 0.8);
	}
	
}

.drag-header-more {
	cursor: pointer;
}

.drag-options {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	transform: translateX(100%);
	opacity: 0;
	transition: $ease-out;
	
	&.active {
		transform: translateX(0);
		opacity: 1;
	}
	
	&-label {
		display: block;
		margin: 0 0 5px 0;
		
		input {
			opacity: 0.6;
		}
		
		span {
			display: inline-block;
			font-size: 0.9rem;
			font-weight: 400;
			margin-left: 5px;
		}
	}
}

/* Dragula CSS  */

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
	list-style-type: none;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
}

.drag-inner-list {
    margin: 0;
    padding: 0;
}
.drag-item ul.listIconsKanbanGrid a {
    background:none;
    margin: 0;
}

.btnEditKB {
    font-size: 16px;
}
.editCardKanban {
    position: relative;
    right: 19px;
    top: 9px;
    z-index: 5;
    float: right;
}
.itemListKanban {
    cursor: pointer;
}
.checkboxDefault {
    transform: scale(1.5);
    margin-right: 9px;
    margin-left: 3px;
    margin-top: 6px;
    float: left;
}
table.dataTable.display tbody tr:first-child td {
    text-align: center;
}
#datatable_filter input[type=search] {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 25px;
    float: right;
    margin-top: 5px;
}
#datatable_filter label {
    float: right;
    margin-right: 25px;
    margin-top: -2px;
}
tbody {
    text-align: center;
}
.form-group ol {
    margin: 0;
    padding: 0;
}
.form-group {
    margin: 0;
    padding: 0;
}
.printPreviewButton {
    margin-top: 30px;
}
.inputFormUserRelation {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 4px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 15px;
}
.formUserRelation label {
    font-size: 14px;
    padding-left: 13px;
    color: #5A5A5A;
}
.formUserRelation h6 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #5A5A5A;
    margin-top: 10px;
    margin-bottom: 20px;
}
.inputFormUserRelation button.dropdown-toggle {
    width: 100%;
    background: none;
}
.inputFormUserRelation .dropdown-toggle::after {
    right: 0;
}
.noFilterMargin {
    margin-bottom: 25px !important;
}
.mce-tinymce {
    margin-bottom: 25px !important;
}
button#removeCampo {
    position: absolute;
    top: 43px;
    right: 23px;
    background: red;
    border: none;
    width: 23px;
    height: 23px;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
}
button#removeCampo:hover {
    background:#5A5A5A;
    color: #fff;
    cursor: pointer;
}
.noMarginOl {
    margin: 0;
    padding: 0;
}
.formUser span.help-block {
    margin-top: -16px;
    display: block;
    position: absolute;
    font-size: 14px;
}
.kanbanNew {
    width: 100%;
    position: relative;
}
#scrollKanban {
    /* background: red; */
    width: 100%;
    height: 458px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    position: absolute;
}
#scrollKanban ul#cardsKanbanList {
    margin: 0;
    padding: 0;
}
#cardK {
    list-style: none;
    display: inline-block;
    width: 310px;
    margin-right: 20px;
    height: 415px;
}
.scrollCard {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    height: 400px;
    width: 302px;
    /* float: left; */
}
.novaTarefaButton {
    margin-right: 20px;
}
.lineModal {
    float: left;
    width: 100%;
    margin-top: 4px;
}
.requiredPin {color: red;}
#formModalKanban label {
    font-size: 14px;
    padding-left: 13px;
    color: #5A5A5A;
}
#formModalKanban input {
    margin-bottom: 10px !important;
}
#formModalKanban select {
    margin-bottom: 10px !important;
}
small.tornarPublicTarefa {
    font-size: 14px;
    display: block;
    width: 100%;
    padding-left: 34px;
    padding-top: 5px;
}
.listAcoesTCard ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 21px;
}
.listAcoesTCard ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}
.btnCompleto {
    border: none;
    background: #008FFF;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
}
.btnCompleto:hover {
    background:#5A5A5A;
    cursor: pointer;
}
.btnGray {
    border: none;
    background: #f8f9fa;
    color: #a3a3a3;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #cecece;
    font-size: 14px;
}
.btnGray:hover {
    background:#5A5A5A;
    color: #fff;
    cursor: pointer;
}
.btnIniciarCrono {
    border: none;
    background: #f8f9fa;
    color: #a3a3a3;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #cecece;
    font-size: 14px;
}
.btnIniciarCrono:hover {
    background:#5A5A5A;
    color: #fff;
    cursor: pointer;
}

#custom-tooltip .tooltip
{
    background-color: green !important;
}
.descricaoTcard ul {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    margin-bottom:14px;
}
.descricaoTcard ul li {
    list-style: none;
    display: block;
    width: 100%;
}
.addDescTcard {
    color: #008FFF;
    font-size: 14px;
    margin-left: 3px;
}
.blueColor {color: #008FFF;}
.head-sidebarTcard small {
    width: 100%;
    display: block;
    font-size: 13px;
}
.sidebarTcard {
    background: #f8f9fa;
    padding: 17px;
    border-radius: 20px;
    border: solid 1px #ededed;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #787878;
}
.head-sidebarTcard {
    margin-bottom: 10px;
}
.sidebarTcard ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    margin-bottom: 13px;
}
.sidebarTcard ul li {
    list-style: none;
    margin-bottom:10px;
}
.icoListTcard {
    color: #008FFF;
    margin-right: 3px;
}
ul#listLembreteTcard {
    margin-top: 5px;
}
ul#listLembreteTcard li:last-child {
    margin-top: -10px;
}
.selectDestTCard {
    margin-top: 10px;
}
img.userSelectedPic {
    border-radius: 100px;
    margin-top: 15px;
    width: 60px;
}
.fLeft {float: left;}
.fullmob {
    width: 100%;
}
button {
    outline: none;
}
button:focus {
    border: none !important;
    outline: 0 !important;
}
*:focus {
    outline: 0 !important;
}
.btn-secondary:focus {
    box-shadow: none ;
    border: solid 1px #e5e5e5 !important;
}
ol {
    margin:0;
    padding: 0;
}
.inputMultiplo {
}
.multiple_remove {
    /* margin-top: 5px; */
    background: red;
    position: relative;
    left: 10px;
    top: -32px;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    display: block;
}
.grid_remove {
    /* margin-top: 5px; */
    background: red;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    display: inline-block;
    /* margin: 0 auto; */
    margin-top: 42px;
    float: left;
}
.multiple_add {
    margin-top: 9px;
    background: #007bff;
    /* left: 27px; */
    /* top: 36px; */
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;
    display: block;
    float: right;
}
.inputMultiplo button {
    width: 100%;
    display: block;
}
.inputMultiplo .show ul {
    width: 100%;
    background: ;
    display: block;
}
.inputMultiplo ul.dropdown-menu li a {
    display: block;
    width: 100%;
    color: #5A5A5A;
    font-size: 14px;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
}
.inputMultiplo ul.dropdown-menu li  {
    display: block;
    width: 100%;
}

.dropdown-menu.show {
    display: block;
    overflow: visible !important;
    border: none;
    padding: 0;
    width: 84%;
}
#campoMultiplo button.dropdown-toggle {
    margin: 0;
    padding: 0;
    background: #FBFBFB;
    height: 21px;
    text-align: left;
    font-size: 14px;
    color: #5A5A5A;
}
#campoMultiplo .dropdown-toggle::after {
    right: 0;
    font-size: 18px;
}
#campoMultiplo ol .inputFormUser {
    margin-bottom: 0;
}
.addItemForm {
    /*margin-bottom: 15px;
    padding: 0;
    margin-top: -20px;*/
}
.addItemForm2 {
    padding-right: 0;
    padding-top: 33px;
}
div.select_relationship button.dropdown-toggle {
    height: 33px;
}
#tabelarelatorio table {
    text-align: center;
    margin: 0 auto;
}
#importarBtn a {
    color: #fff;
    background: #008FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
#importarBtn a:hover {
    background: #5A5A5A;
    cursor: pointer;
}
#importarBtn ul {
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    z-index: 1;
    right: 0;
    margin-right: 25px;
    margin-bottom: 20px;
}
#importarBtn ul li {
    display: inline-block;
    list-style: none;
}
#importarBtn ul span {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 6px;
}
.dataTables_wrapper .dataTables_filter {
    margin-top: 13px;
}
.divdefault {
    /*margin-top: 2px;*/
}
.add_multiplos {
    padding-left: 0;
    padding-top: 32px;
}
ol.multiplosOl {
    height: 52px;
}
.nomarginbtm {
    margin-bottom: 0;
}
.dropAccountTop.show {
    display: inline-block;
    overflow: visible !important;
    /* border: none; */
    padding: 0.5rem 0;
    width: auto;
    border: 1px solid rgba(0,0,0,.15);
}
.excludeRelatoriobtn {
    background:#fff;
    float: right;
}
.excludeRelatoriobtn:focus {
    border: solid 1px #dd4b39 !important;
}
.titlePermitions {
    background: #008FFF;
    color: #fff;
    padding: 12px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.titlePermitions h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.listItensPermitions {
    background: #FBFBFB;
    border: solid 1px #C2C2C2;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 15px;
    padding-top: 14px;
}
.modal-backdrop {   
    width: 100%;
    height: 100%;
}
/*.divdefault ul i {display: none;}*/
[class$="_multiplos"] .divdefault i.multiple_remove {
    display: none;
}
.titleAccountPage {
    float: left;
    margin-top: 25px;
    margin-left: 14px;
}
ul#dadosIndicadorHome {
    margin: 0;
    padding: 0;
    margin-top: 11px;
    margin-bottom: 11px;
    display: block;
    width: 100%;
    float: left;
}
ul#dadosIndicadorHome li:first-child {
    float: left;
    margin-top: 2px;
    margin-right: 14px;
    font-size: 20px;
}
ul#dadosIndicadorHome li {
    display: inline-block;
    list-style: none;
    width: auto;
    margin: 0;
}
.info-box-number {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #008FFF;
    border-radius: 100px;
    text-align: center;
    /* padding-top: 3px; */
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}
.btnAtalho small {
    font-size: 17px;
    color: #5A5A5A;
    font-weight: 600;
}
.btnAtalho p {
    font-size: 14px;
    color: #5A5A5A;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 0;
}
/* Scrollbar Styling */
body::-webkit-scrollbar {
    width: 15px;
}
 
body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #008FFF; 
}
.scrollH {
    position: relative;
    overflow: auto;
    width: 100%;
    
    margin-bottom: 50px;
    border-right: 1px solid #dee2e6;
}
.ScrollH {
    position: absolute;
    display: flex;
    margin-bottom: 50px;
    margin-top:20px;
}
.containerTableShow {
    position: relative;
}
.dropUser small {
    display: block;
    float: right;
    margin-top: 13px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #008fff;
}
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;/* change if the mask should be a color other than white */
	z-index:9999; /* makes sure it stays on top */
}

/*#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; 
	top:50%; 
	background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRvkXciXd_bcjuWYuJTgHML765AeIo5zqaGJEWHkYz0Yq5j0PBB'); 
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; 
}*/
.searchPages {
    margin-top: 30px;
}
.selectExibicao {
        background: #FBFBFB;
        border: solid 1px #C2C2C2;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 8.5px;
        padding-right: 35px;
        margin-right: 15px;
        width: 100%;
}
#searchTop2 input {
    width: 100%;
    border: solid 1px #C2C2C2;
    padding: 8.5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* margin-bottom: 15px; */
    font-size: 16px;
    background: url(../images/searchicon.png) #FBFBFB right 19px top 16px no-repeat;
    padding-right: 45px;
    float: left;  
      
}
#mainAccordion {
    width: 100%;
}
#mainAccordion .card-header a {
    background: #008FFF !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 22px !important;
}
#mainAccordion .card-header .btn-header-link.collapsed:after {
   
    color: #008FFF !important;
   
}
#mainAccordion .card-header .btn-header-link:after {
    color: #008FFF !important;
}
#mainAccordion .card-body {
    padding-left: 30px;
    padding-right: 30px;
}