

body {	
	color: #000;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;	
	overflow-y: auto;
	overflow-x: hidden;
}

::-webkit-scrollbar{ width: 5px; height: 3px;}
::-webkit-scrollbar-buttom{background: #fff;}
::-webkit-scrollbar-track{background: rgba(0,0,0,.5);}
::-webkit-scrollbar-track-piece{background: rgba(0,0,0,.5);}
::-webkit-scrollbar-thumb{height: 50px; background: #efefef; border-radius: 5px;}
::-webkit-scrollbar-corner{background: #999;}
/* ::-webkit-resizer{background: #666;} foi comentado porque estava ficando cinza no campo "Endere�o", no cadastro de empresas. */ 

a{
	text-decoration: none;
}

input[type="submit"], input[type="button"]{
	background: #000616;
	color: #fff;
	padding: 8px ;
	min-width: 150px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
/* 	height: auto!important; */
	height: auto;
}

/* input[type="submit"], input[type="button"]{ */
/* 	background: #000616; */
/* 	color: #fff; */
/* 	padding: 8px ; */
/* 	min-width: 150px; */
/* 	border-radius: 5px; */
/* } */

.dialogform input[type="text"], .dialogform input[type="email"], .dialogform select, select, .dialogform input[type="password"], input[type="number"]{
	height: 25px;
}

#dialog-form input[type="submit"], #dialog-form input[type="button"]{
background: #000616;
	color: #fff;
	padding: 8px ;
	min-width: 150px;
}

.inputsearch{
	font-size: 12px;
	max-height: 18px;
}

label{
	font-weight: bold;
}

fieldset{
	border: none;
}

/*tools*/
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0;
}
.headertools li{
	display: inline;
	line-height: 36px;
}


/*007FD4 - AZUL*/
/*b71c1c - VERMELHO*/
/*1b5e20 - VERDE*/
/* BOT�ES VERDES (CADASTRAR - SALVAR - ALTERAR)*/

.btnBlue {
	background: #007FD4!important;
}

/* #btnCadastrar { */
/* 	font-weight: bold!important; */
/* 	background: #77B53E!important; */
/* 	color: #fff!important; */
/* 	padding: 8px!important; */
/* 	min-width: 150px!important; */
/* 	border-radius: 5px!important; */
/* 	border: none!important; */
/* } */

#btnSalvar {
	font-weight: bold!important;
	background: #77B53E!important;
	color: #fff!important;
	padding: 8px!important;
	min-width: 150px!important;
	border-radius: 5px!important;
	border: none!important;
}

/* #btnAlterar { */
/* 	font-weight: bold!important; */
/* 	background: #77B53E!important; */
/* 	color: #fff!important; */
/* 	padding: 8px!important; */
/* 	min-width: 150px!important; */
/* 	border-radius: 5px!important; */
/* 	border: none!importants; */
/* } */

.btnCadastrarAzul {
	font-weight: bold!important;
	background: #3676BA!important;
	color: #fff!important;
}

.btnCadastrar {
	font-weight: bold!important;
	background: #77B53E!important;
	color: #fff!important;
}

.btnSalvar#green {
	font-weight: bold!important;
	background: #77B53E!important;
	color: #fff!important;
}

.btnAlterar {
	font-weight: bold!important;
	background: #77B53E!important;
	color: #fff!important;
}


/* BOT�ES VERMELHOS (CANCELAR)*/ 
#btnCancelar {
	font-weight: bold!important;
	background: #DE282E!important;
	color: #fff!important;
	padding: 8px!important;
	min-width: 150px!important;
	border-radius: 5px!important;
	border: none!important;
}
.btnCancelar {
	font-weight: bold!important;
	background: #DE282E!important;
	color: #fff!important;
}








/* WHATSAPP REVENDA ... */
/* azul escuro #1C436E */

.dropdown-menu .dropdown-item, .dropdown-menu li>a {
    background: #1C436E!important;
    color: #fff!important;
    border-radius: 20px!important;
}

.dropdown-menu .dropdown-item, .dropdown-menu li>a:hover {
/*     background: #000!important; */
    color: #fff!important;
    border-radius: 20px!important;
    opacity: 80%!important;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.collapsing, .dropdown, .dropup {
    position: relative;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.fixed-plugin .fa-cog {
    color: #FFF;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
}

.fixed-plugin {
    position: fixed;
/*     top: 115px; */
    top: 78%;
    right: 0;
    width: 64px;
    background: rgba(0,0,0,.3);
    z-index: 1031;
    border-radius: 8px 0 0 8px;
    text-align: center;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.fixed-plugin .dropdown .dropdown-menu {
    top: -40px!important;
    opacity: 0;
    left: -303px!important;
    transform-origin: 100% 0;
}
.fixed-plugin .dropdown .dropdown-menu {
    border-radius: 10px;
}
.fixed-plugin .dropdown-menu {
    right: 80px;
    left: auto;
    width: 290px;
    border-radius: .1875rem;
    padding: 0 10px;
}
.dropdown-menu {
    display: none;
    padding: .3125rem 0;
    border: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform,opacity;
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border-radius: .25rem;
}
.dropdown-menu, .nav, .navbar-nav {
    list-style: none;
}
.dropdown-menu, .form-control, .modal-content, .popover {
    background-clip: padding-box;
}

.fixed-plugin .dropdown.show .dropdown-menu {
    opacity: 1;
    transform: scale(1);
}
.fixed-plugin .dropdown .dropdown-menu {
    top: -40px!important;
    opacity: 0;
    left: -303px!important;
    transform-origin: 100% 0;
}
.fixed-plugin .dropdown .dropdown-menu {
    border-radius: 10px;
}
.fixed-plugin .dropdown-menu {
    right: 80px;
    left: auto;
    width: 290px;
    border-radius: .1875rem;
    padding: 0 10px;
}
.dropdown-menu[x-placement=bottom-start] {
    transform-origin: 0 0;
}
.dropdown-menu.show, .open>.dropdown-menu {
/*     display: block; */
    opacity: 1;
    transform: scale(1);
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    display: none;
    padding: .3125rem 0;
    border: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform,opacity;
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border-radius: .25rem;
}
.dropdown-menu, .nav, .navbar-nav {
    list-style: none;
}
.dropdown-menu, .form-control, .modal-content, .popover {
    background-clip: padding-box;
}

.fixed-plugin .dropdown-menu:before {
    border-left: 16px solid rgba(0,0,0,.2);
    right: -16px;
}
.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 65px;
    width: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before {
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
}
.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before {
    margin-left: auto;
    left: auto;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.fixed-plugin .dropdown .dropdown-menu li {
    padding: 5px 2px!important;
}
.fixed-plugin li.header-title {
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.fixed-plugin li.adjustments-line, .fixed-plugin li.button-container, .fixed-plugin li.header-title {
    width: 100%;
    height: 50px;
    min-height: inherit;
}
.fixed-plugin .dropdown-menu li {
    display: block;
    padding: 18px 2px;
/*     width: 25%s; */
    width: 100%!important;
    float: left;
}

.dropdown-toggle:after {
    will-change: transform;
    transition: transform 150ms linear
}

.show .dropdown-toggle:after {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown .dropdown-menu .dropdown-item.dropdown-toggle+.dropdown-menu {
    transform: scale(0);
    transform-origin: 0 0;
    display: block
}

.dropdown .dropdown-menu.show .dropdown-item.dropdown-toggle+.dropdown-menu.show {
    left: 101%!important;
    transform: scale(1)
}

.dropdown .dropdown-menu.show .dropdown-toggle.open:after {
    transform: rotate(0)
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

/* .fade.show { */
/*     opacity: 1 */
/* } */

.collapse {
    display: none
}

.collapse.show {
    display: block
}

.dropdown-menu {
    display: none;
    padding: .3125rem 0;
    border: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform, opacity;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.dropdown-menu.showing {
    animation-name: bmd-dropdown-animation;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.dropdown-menu.show,
.open>.dropdown-menu {
/*     display: block; */
    opacity: 1;
    transform: scale(1)
}

.dropdown-menu.hiding {
    display: block;
    opacity: 0;
    transform: scale(0)
}

.dropdown-menu[x-placement=bottom-start] {
    transform-origin: 0 0
}

.dropdown-menu[x-placement=bottom-end] {
    transform-origin: 100% 0
}

.dropdown-menu[x-placement=top-start] {
    transform-origin: 0 100%
}

.dropdown-menu[x-placement=top-end] {
    transform-origin: 100% 100%
}

.dropdown-menu .disabled>a {
    color: #777
}

.dropdown-menu .disabled>a:focus,
.dropdown-menu .disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    color: #777
}

.dropdown-menu.dropdown-with-icons .dropdown-item {
    padding: .75rem 1.25rem .75rem .75rem
}

.dropdown-menu.dropdown-with-icons .dropdown-item .material-icons {
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 1px;
    margin-right: 12px;
    opacity: .5
}

.notificacao-dashboard .dropdown-menu .dropdown-item, .notificacao-dashboard .dropdown-menu li>a {
	font-size: 1rem !important;
	line-height: 2 !important;
}

.dropdown-menu .dropdown-item,
.dropdown-menu li>a {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: .125rem;
    margin: 0 .3125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    min-width: 7rem;
    padding: .625rem 1.25rem;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(156, 39, 176, .4);
    background-color: #9c27b0;
    color: #FFF
}

.fixed-plugin .btn.btn-default.disabled.focus,
.fixed-plugin .btn.btn-default.disabled:focus,
.fixed-plugin .btn.btn-default.disabled:hover,
.fixed-plugin .btn.btn-default:disabled.focus,
.fixed-plugin .btn.btn-default:disabled:focus,
.fixed-plugin .btn.btn-default:disabled:hover,
.fixed-plugin .btn.disabled.focus,
.fixed-plugin .btn.disabled:focus,
.fixed-plugin .btn.disabled:hover,
.fixed-plugin .btn:disabled.focus,
.fixed-plugin .btn:disabled:focus,
.fixed-plugin .btn:disabled:hover {
    background-color: #999;
    border-color: #999
}

.fixed-plugin .btn.btn-default:active,
.fixed-plugin .btn.btn-default:focus,
.fixed-plugin .btn.btn-default:hover,
.fixed-plugin .btn:active,
.fixed-plugin .btn:focus,
.fixed-plugin .btn:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2)
}

.fixed-plugin .btn.btn-default.btn-link,
.fixed-plugin .btn.btn-link {
    background-color: transparent;
    color: #999;
    box-shadow: none
}

.fixed-plugin .btn.btn-default.btn-link:active,
.fixed-plugin .btn.btn-default.btn-link:focus,
.fixed-plugin .btn.btn-default.btn-link:hover,
.fixed-plugin .btn.btn-link:active,
.fixed-plugin .btn.btn-link:focus,
.fixed-plugin .btn.btn-link:hover {
    background-color: transparent;
    color: #999
}

.fixed-plugin .btn.active.focus,
.fixed-plugin .btn.active:focus,
.fixed-plugin .btn.focus,
.fixed-plugin .btn:active.focus,
.fixed-plugin .btn:active:focus,
.fixed-plugin .btn:focus {
    outline: 0
}

.fixed-plugin .btn.btn-round {
    border-radius: 30px
}

.fixed-plugin .button-container .btn:not(.btn-facebook):not(.btn-twitter) {
    display: block
}

.fixed-plugin .button-container.github-star {
    margin-left: 100px
}

.fixed-plugin .badge,
.fixed-plugin li>a {
    transition: all .34s;
    -webkit-transition: all .34s;
    -moz-transition: all .34s
}

.fixed-plugin .fa-cog {
    color: #FFF;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto
}

.fixed-plugin .dropdown-menu {
    right: 80px;
    left: auto;
    width: 290px;
    border-radius: .1875rem;
    padding: 0 10px
}

.fixed-plugin .dropdown-menu:after,
.fixed-plugin .dropdown-menu:before {
    margin-left: auto;
    left: auto
}

.fixed-plugin .fa-circle-thin {
    color: #FFF
}

.fixed-plugin .active .fa-circle-thin {
    color: #0bf
}

.fixed-plugin .dropdown-menu>.active>a,
.fixed-plugin .dropdown-menu>.active>a:focus,
.fixed-plugin .dropdown-menu>.active>a:hover {
    color: #777;
    text-align: center
}

.fixed-plugin img {
    border-radius: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto
}

.fixed-plugin .dropdown-menu li>a:focus,
.fixed-plugin .dropdown-menu li>a:hover {
    box-shadow: none
}

.fixed-plugin .badge {
    border: 3px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    position: relative;
    width: 23px;
    padding: 8px
}

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover {
    border-color: #0bf
}

.fixed-plugin .badge-black {
    background-color: #000
}

.fixed-plugin .badge-azure {
    background-color: #2CA8FF
}

.fixed-plugin .badge-green {
    background-color: #18ce0f
}

.fixed-plugin .badge-orange {
    background-color: #f96332
}

.fixed-plugin .badge-yellow {
    background-color: #FFB236
}

.fixed-plugin .badge-danger {
    background-color: #f44336
}

.fixed-plugin .badge-purple {
    background-color: #9368E9
}

.fixed-plugin .badge-white {
    background-color: rgba(200, 200, 200, .2)
}

.fixed-plugin .badge-rose {
    background-color: #e91e63
}

.fixed-plugin .badge-red {
    background-color: #f44336
}

.fixed-plugin h5 {
    font-size: 14px;
    margin: 10px
}

.fixed-plugin .dropdown-menu li {
    display: block;
    padding: 18px 2px;
    width: 25%;
    float: left
}

.fixed-plugin li.adjustments-line,
.fixed-plugin li.button-container,
.fixed-plugin li.header-title {
    width: 100%;
    height: 50px;
    min-height: inherit
}

.fixed-plugin li.button-container {
    height: auto
}

.fixed-plugin li.button-container div {
    margin-bottom: 5px
}

.fixed-plugin #sharrreTitle {
    text-align: center;
    padding: 10px 0;
    height: 50px
}

.fixed-plugin li.header-title {
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.fixed-plugin .adjustments-line p {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1em;
    color: #3C4858;
    padding-top: 0
}

.fixed-plugin .adjustments-line a .badge-colors {
    position: relative;
    top: -2px
}

.fixed-plugin .adjustments-line .togglebutton {
    padding-right: 7px
}

.fixed-plugin .adjustments-line .togglebutton .toggle {
    margin-right: 0
}

.fixed-plugin .dropdown-menu>li.adjustments-line>a {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    margin: 0
}

.fixed-plugin .dropdown-menu>li>a.img-holder {
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    background-color: #FFF;
    border: 3px solid #FFF;
    opacity: 1;
    cursor: pointer;
    display: block;
    max-height: 100px;
    overflow: hidden;
    padding: 0;
    min-width: 25%
}

.fixed-plugin .dropdown-menu>li>a.switch-trigger:focus,
.fixed-plugin .dropdown-menu>li>a.switch-trigger:hover {
    background-color: transparent
}

.fixed-plugin .dropdown-menu>li:focus>a.img-holder,
.fixed-plugin .dropdown-menu>li:hover>a.img-holder {
    border-color: rgba(0, 187, 255, .53)
}

.fixed-plugin .dropdown-menu>.active>a.img-holder {
    border-color: #0bf;
    background-color: #FFF
}

.fixed-plugin .dropdown-menu:after,
.fixed-plugin .dropdown-menu:before {
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent
}

.fixed-plugin .dropdown-menu>li>a img {
    margin-top: auto
}

.fixed-plugin .btn-social {
    display: block;
    width: 48%;
    float: left;
    font-weight: 600
}

.fixed-plugin .btn-social i {
    margin-right: 5px
}

.fixed-plugin .btn-social:first-child {
    margin-right: 2%
}

.fixed-plugin .adjustments-line a,
.fixed-plugin .adjustments-line a:focus,
.fixed-plugin .adjustments-line a:hover {
    color: transparent
}

.full-page .footer,
.full-page .footer .copyright a,
.full-page .footer nav>ul a:not(.btn),
.login-page .footer .copyright,
.login-page .footer a {
    color: #fff
}

.fixed-plugin .dropdown .dropdown-menu {
    top: -40px!important;
    opacity: 0;
    left: -303px!important;
    transform-origin: 100% 0
}

.fixed-plugin .dropdown.show .dropdown-menu {
    opacity: 1;
    transform: scale(1)
}

.fixed-plugin .dropdown-menu:after,
.fixed-plugin .dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 65px;
    width: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.fixed-plugin .dropdown-menu:before {
    border-left: 16px solid rgba(0, 0, 0, .2);
    right: -16px
}

.fixed-plugin .dropdown-menu:after {
    border-left: 16px solid #fff;
    right: -15px
}






.dropdown-menu .dropdown-item, .dropdown-menu li>a.nov {
    background: none!important;
    font-weight: bold!important;
    color: #1C436E!important;
}

.dropdown-menu .dropdown-item, .dropdown-menu li>a.nov:hover {
/* 	background: none!important; */
    font-weight: bold!important;
    color: #1C436E!important;
    
    background: #e0e0e0!important;
/*     opacity: 0.4!important; */
}

.nov {
    padding: .0rem 1rem!important;
}

.novidades {
    position: fixed!important;
    top: 20%!important;
    right: 0!important;
    width: 64px!important;
    background: rgba(0,0,0,.3)!important;
    z-index: 1031!important;
    border-radius: 8px 0 0 8px!important;
    text-align: center!important;

/*     bottom: 140px; */
    bottom: 100px;
    
   	top: auto!important;
   	width: 44px!important;
   	margin-right: 8px;
   	border-radius: 8px!important;
}

.whatsapp {
	bottom: 98px;
	bottom: 55px;
   	top: auto;
   	width: 44px!important;
   	margin-right: 8px;
   	border-radius: 8px!important;
}

.chatrwtech {
	bottom: 10px;
   	top: auto;
   	width: 44px!important;
   	margin-right: 8px;
   	border-radius: 8px!important;
}


.whatsapp, .novidades, .chatrwtech {
  animation: fadeIn 6s;
  -webkit-animation: fadeIn 6s;
  -moz-animation: fadeIn 6s;
  -o-animation: fadeIn 6s;
  -ms-animation: fadeIn 6s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}







.notificacao-dashboard {
	position: fixed!important;
/*     top: 115px !important; */
    top: 12% !important;
    right: 0!important;
    width: 64px!important;
    background: rgba(0,0,0,.3)!important;
    z-index: 1031!important;
    border-radius: 8px 0 0 8px!important;
    text-align: center!important;
}

/* .topOfMind { */
/*     position: fixed!important; */
/*     top: 30%!important; */
/*     right: 0!important; */
/*     width: 180px!important; */
/*     background: rgba(0,0,0,.3)!important; */
/*     z-index: 1031!important; */
/*     z-index: 0!important; */
/*     border-radius: 8px 0 0 8px!important; */
/*     text-align: center!important; */
/* } */


.topOfMind {
    position: fixed!important;
    top: 30%!important;
    right: 0!important;
    width: 260px!important;
/*     background: rgba(0,0,0,.3)!important; */
/*     z-index: 0!important; */
    border-radius: 8px 0 0 8px!important;
    text-align: center!important;
    
    border: 1px solid #cecece!important;
    background: rgba(601,438,600,0.6)!important;
    z-index: 1!important;
}








/* NEW EZPOINT WEB */
.botaoPadrao {
	border-color: #999 #000 #000 #999;
	background: #3676BA!important;
	color: #fff;
	border-radius: 10px;
	
	/* */
    border-radius: 10px!important;
    -webkit-box-shadow: 3px 3px 2px #000!important;
}

.botaoConfirmar {
	border-color: #999 #000 #000 #999;
	background: #77B53E!important;
	color: #fff;
	border-radius: 10px;
}

.botaoCancelar {
	border-color: #999 #000 #000 #999;
	background: #DE282E!important;
	color: #fff;
	border-radius: 10px;
}

.iconeBotao {
	display: inline-block;
	background-image: url(../imgs/icones/botao_novo_EzpointWeb.png);
}

.iconeExcluir {
	background: url(../imgs/icons/ic-close-white.png) no-repeat 50% 50%!important;
}

.inputPadrao, .inputPadrao:focus, .inputPadrao:active {
/* 	border-radius: 40px!important; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/* 	-webkit-box-shadow: 3px 3px 3px #333333!important; */
    background: #e0e0e0;
/*     margin-left: 10px!important;   */
    padding: 6px!important; 
    border: 0!important; 
    
    height: 30px!important;
}

.inputPadrao:focus {
    background: #fff!important;
    border: 1px solid #d5e3f2!important;
}

.inputPadrao1, .inputPadrao1:focus, .inputPadrao1:active {
	border-radius: 8px!important;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
	-webkit-box-shadow: 3px 3px 3px #333333!important;
    background: #e0e0e0;
    margin-left: 10px!important;  
    padding: 6px!important; 
    border: 0!important; 
    margin-right: 7px!important; 
    margin-top: 5px!important; 
}

.inputPadrao2, .inputPadrao2:focus, .inputPadrao2:active {
	border-radius: 8px!important;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
	-webkit-box-shadow: 3px 3px 3px #333333!important;
    background: #e0e0e0;
    margin-left: 10px!important;  
    padding: 6px!important; 
    border: 0!important; 
    margin-right: 7px!important; 
    margin-top: 11px!important; 
}

.inputPadraoNumber, .inputPadraoNumber:focus, .inputPadraoNumber:active {
	border-radius: 8px!important;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
	-webkit-box-shadow: 3px 3px 3px #333333!important;
    background: #e0e0e0;
    margin-left: 5px!important;  
    padding: 6px!important; 
    border: 0!important; 
    margin-right: 7px!important; 
    width: 50px;
    text-align: center;
}

/* input:disabled { */
/* 	background-color: #bdbdbd!important; */
/* } */

button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 2px #333333;
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: #e0e0e0;
    border: 1px solid #000000;
}

/* PAGINADOR */
select#rpp {
/* 	height: 30px!important; */
/*     border-radius: 40px!important; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/* 	-webkit-box-shadow: 3px 3px 3px #333333!important; */
/*     background: #e0e0e0!important; */
/* 	margin-left: 10px!important;    */
/* 	padding: 6px!important;  */

	width: 65px!important;
	height: 26px!important;
	margin: 0 0 3px 10px!important;
	padding: 5px 10px 3px!important;
	border-radius: 6px!important;
/* 	background-color: #e5eaf2!important; */
	background-color: white!important;
  	font-size: 10px!important;
 	font-weight: 900!important;
  	font-stretch: normal!important;
  	font-style: normal!important;
  	line-height: normal!important;
  	letter-spacing: normal!important;
  	color: #08307e!important;	
  	-webkit-box-shadow: 3px 3px 3px transparent!important;
  	font-size: 12px!important;
}

/* select#selectPadrao { */
/* 	height: 30px!important; */
/*     border-radius: 40px!important; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/* 	-webkit-box-shadow: 3px 3px 3px #333333!important; */
/*     background: #e0e0e0!important; */
/* 	margin-left: 10px!important;    */
/* 	padding: 6px!important;  */
/* } */

/* .bordaPesquisa { */
/* 	border-radius: 4px; */
/*     -moz-border-radius: 4px; */
/*     -webkit-border-radius: 4px; */
/*     box-shadow: 1px 1px 2px #333333; */
/*     -moz-box-shadow: 1px 1px 2px #333333; */
/*     -webkit-box-shadow: 2px 3px 2px #333333; */
/*     background: #e0e0e0; */
/*     border: 1px solid #000000; */
/* } */

.bordaPesquisa {
    /* border-radius: 4px; */
    -moz-border-radius: 4px;
    /* -webkit-border-radius: 4px; */
    /* box-shadow: 1px 1px 2px #333333; */
    -moz-box-shadow: 1px 1px 2px #333333;
    /* -webkit-box-shadow: 2px 3px 2px #333333; */
    background: #e0e0e0;
    /* border: none!important; */
}

input:focus {
    border:0px!important; /* retirar a borda */
}

textarea:focus, input[type="text"]:focus, textarea[type="text"]:focus,   
input[type="password"]:focus, input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, input[type="date"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, 
input[type="week"]:focus, input[type="number"]:focus, 
input[type="email"]:focus, input[type="url"]:focus, 
input[type="search"]:focus, input[type="tel"]:focus,  
input[type="color"]:focus, .uneditable-input:focus, .form-control:focus {  
	border-color: none!important;
/* 	box-shadow: none!important; */
	outline: none!important;
	
	height: auto!important;
}

.inputsearch {
    font-size: 15px!important;
    max-height: 18px!important;
    background: #e0e0e0;
}

.iconeNovo {
    padding: 15px;
    background: url(../imgs/icones/icone_novo_EzpointWeb.png) no-repeat left center;    
    text-decoration: none;
}

.iconePadroes {
	padding: 15px;
    background: url(../imgs/icones/icone_padrao_do_ezpointweb.png) no-repeat left center;    
    text-decoration: none;
}

.iconeImportar {
    padding: 15px;
    background: url(../imgs/icones/icone_importar_do_ezpointweb.png) no-repeat left center;    
    text-decoration: none;
}

.iconeExportar {
    padding: 15px;
    background: url(../imgs/icones/icone_exportar_do_ezpointweb.png) no-repeat left center;    
    text-decoration: none;
}

.iconeLerDados {
/*     padding: 15px; */
/*     background: url(../imgs/icones/icone_lerDados_ezpointweb.png) no-repeat left center;     */
/*     text-decoration: none; */
    
    background: url(../imgs/icons/ic-down2.svg) no-repeat center center;
	padding: 2px 20px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeLerStatus {
/*     padding: 15px; */
/*     background: url(../imgs/icones/icone_lerDados_ezpointweb.png) no-repeat left center;     */
/*     text-decoration: none; */
    
    background: url(../imgs/icons/ic-check.svg) no-repeat center center;
	padding: 2px 45px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeEnviarDados {
/*     padding: 15px; */
/*     background: url(../imgs/icones/icone_enviarDados_ezpointweb.png) no-repeat left center;     */
/*     text-decoration: none; */
    
    background: url(../imgs/icons/ic-up2.svg) no-repeat center center;
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeImpressora {
/*     padding: 15px; */
/*     background: url(../imgs/icones/icone_impressora_ezpointweb.png) no-repeat left center;     */
/*     text-decoration: none; */
    
    background: url(../imgs/icons/ic-paper2.svg) no-repeat center center;
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeAjustarHorario {
/*     padding: 15px; */
/*     background: url(../imgs/icones/icone_relogio1_ezpointweb.png) no-repeat left center;     */
/*     text-decoration: none; */
    
    background: url(../imgs/icons/ic-clock2.svg) no-repeat center center;
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBuscar {
/*     padding: 15px; */
/*     background: url(../imgs/icones/icone_buscar_do_ezpointweb.png) no-repeat left center;     */
/*     text-decoration: none; */
    
    background: url(../imgs/icons/ic-buscar.svg) no-repeat center center;
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
    
}

.iconeEsquerda {
    background: url(../imgs/icons/ic-left-arrow.svg) no-repeat center center;
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;  
}

.iconeDireita {
    background: url(../imgs/icons/ic-right-arrow.svg) no-repeat center center;
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;  
}

.iconeBaixarRelatorio {
/*     padding: 10px; */
/*     background: url(../imgs/icones/icone_salvar_ezpointweb.png) no-repeat center center;     */
/*     text-decoration: none; */
/*     border: none; */
/*     margin-right: 12px; */
    
    background: url(../imgs/icons/ic-download2.svg) no-repeat center center;
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.wrapperIconeAdicionar {
    margin-left: 5px; 
    border-radius: 11px;
    display: flex;
    width: 30px; 
    height: 30px; 
    background-image: linear-gradient(to right,#296cb7 10%, #45adef 99%,#45adef)!important;
}

.iconeAdicionar {
    padding: 15px;
    background: url(../imgs/icons/+.svg) no-repeat center center;    
    text-decoration: none;
}

.iconeAdicionar-azul {
    padding: 15px;
    background: url(../imgs/icons/ic-add-azul.svg) no-repeat center center;    
    text-decoration: none;
}

.iconeVisualizar {
    padding: 15px;
    background: url(../imgs/icons/eye-solid.svg) no-repeat center center;    
    text-decoration: none;
}

.iconeAlterar {
    padding: 10px;
    background: url(../imgs/icones/icone_alterar_EzpointWeb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeBuscarAzul {
    padding: 10px;
    background: url(../imgs/icones/icone_pesquisar_do_ezpointweb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeExcluir {
    padding: 10px;
    background: url(../imgs/icones/icone_excluir_EzpointWeb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeDemitir {
    padding: 10px;
    background: url(../imgs/icones/icone_demitir_menor_ezpointweb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeAjuda {
/*     padding: 15px; */
/*     background: url(../imgs/icones/icone-ajuda.png) no-repeat center center;     */
/*     text-decoration: none; */
/*     border: none; */
    
/*     background: url(../imgs/icones/help.png) no-repeat center center; */
    background: url(../imgs/icones/help.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
    
    font-weight: 400!important;
}

.iconeAlerta {
    background: url(../imgs/icones/alerta2.svg) no-repeat center center;
    width: 22px;
    height: 30px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;   
    font-weight: 400!important;
}

.iconeVoltar {
	background: url(../imgs/icones/voltar.svg) no-repeat center center;
	width: 30px;
    height: 30px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeReenviar {
    padding: 10px;
    background: url(../imgs/icones/icone_reenviar_ezpointweb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeBaixar {
    padding: 10px;
    background: url(../imgs/icones/icone_baixar_ezpointweb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeBaixar1 {
    padding: 10px;
    background: url(../imgs/icones/icone_baixar2_do_ezpointweb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeRelogio {
    padding: 10px;
    background: url(../imgs/icones/icone_Relogio_EzPointWeb.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.iconeSalvar {
    padding: 15px;
    background: url(../imgs/icones/icone_salvar_ezpointweb.png) no-repeat left center;    
    text-decoration: none;
}

.iconeMapa {
    padding: 15px;
    background: url(../imgs/icones/icone_map_ezpointweb.png) no-repeat left center;    
    text-decoration: none;
}


/* .btnDelete { */
/* 	background: #DE282E!important; */
/* } */

/* .btnEdit { */
/* 	background: #77B53E!important; */
/* } */


.iconeAdicionarMaior {
    padding: 20px 10px 0px 0px;
    background: url(../imgs/icons/+.svg) no-repeat center center;    
    text-decoration: none;
}

.iconeAlterarMaior {
    padding: 20px 10px 0px 0px;
    background: url(../imgs/icones/Icone_editar_EzPointWeb_m.png) no-repeat center center;    
    text-decoration: none;
}

.iconeExcluirMaior {
    padding: 20px 10px 0px 0px;
    background: url(../imgs/icones/Icone_Lixeira_EzPointWeb_m.png) no-repeat center center;    
    text-decoration: none;
}





table.tablesorter {
    background-color: transparent!important;
}

.btnPadrao {
/* 	min-width: 80px!important; */
/* 	background-color: #3676BA!important; */
/*     color: #fff; */
/*     border-radius: 10px; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/*     -webkit-box-shadow: 3px 3px 2px #000!important; */
    
    font-weight: bold!important;
	color: #fff!important;
	padding: 8px!important;
	min-width: 150px!important;
	border-radius: 11px!important;
	border: none!important;
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 12px;
	outline: none!important;
	background-image: linear-gradient(to right,#296cb7 10%, #45adef 99%,#45adef)!important;
}

.btnPadraoAcao {
	width: 250px!important;
	height: 40px!important;
    font-weight: bold!important;
	color: #fff!important;
	padding: 8px!important;
	min-width: 150px!important;
	border-radius: 11px!important;
	border: none!important;
	font-size: 12px;
	outline: none!important;
	background-image: linear-gradient(to right,#296cb7 10%, #45adef 99%,#45adef)!important;
}

.btnPadraoAcao1 {
	width: 250px!important;
    height: 40px!important;
    font-weight: bold!important;
    color: #fff!important;
    padding: 8px!important;
    min-width: 150px!important;
    border-radius: 11px!important;
    border: none!important;
    font-size: 12px;
    outline: none!important;
/*  background-image: linear-gradient(to right,#7b92b2 10%, #9dd2f4 99%,#9dd2f4)!important; */
    background-image: linear-gradient(to right,#296cb7 5%, #9DD1FF 90%,#9DD1FF)!important;
    background: transparent!important;
	color: #296cb7!important;
	border: #296cb7 2px solid!Important;
}

.btnPadraoAcao1:focus,
.btnPadraoAcao1:hover {
	width: 250px!important;
    height: 40px!important;
    font-weight: bold!important;
    color: #fff!important;
    padding: 8px!important;
    min-width: 150px!important;
    border-radius: 11px!important;
    border: none!important;
    font-size: 12px;
    outline: none!important;
    background-image: linear-gradient(to right,#296cb7 5%, #9DD1FF 90%,#9DD1FF)!important;
    background: transparent!important;
	color: #296cb7!important;
	border: #296cb7 2px solid!Important;
}


.btnPadrao1 { 
    font-weight: bold!important;
	color: #fff!important;
	padding: 8px!important;
	min-width: 150px!important;
	border-radius: 11px!important;
	border: none!important;
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 12px;
	outline: none!important;
/* 	background-image: linear-gradient(to right,#7b92b2 10%, #9dd2f4 99%,#9dd2f4)!important; */
	background-image: linear-gradient(to right,#296cb7 5%, #9DD1FF 90%,#9DD1FF)!important;
    background: transparent!important;
    color: #296cb7!important;
    border: #296cb7 2px solid!Important;
}

.btnPadrao1:focus,
.btnPadrao1:hover { 
    font-weight: bold!important;
	color: #fff!important;
	padding: 8px!important;
	min-width: 150px!important;
	border-radius: 11px!important;
	border: none!important;
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 12px;
	outline: none!important;
/* 	background-image: linear-gradient(to right,#7b92b2 10%, #9dd2f4 99%,#9dd2f4)!important; */
	background-image: linear-gradient(to right,#296cb7 5%, #9DD1FF 90%,#9DD1FF)!important;
    background: transparent!important;
    color: #296cb7!important;
    border: #296cb7 2px solid!Important;
	
}


.btnCadastrar {
/* 	min-width: 80px!important; */
	background-color: #77B53E!important;
    color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
    -webkit-box-shadow: 3px 3px 2px #3B751C!important;
}

.btnCancelar {
/* 	min-width: 80px!important; */
	background-color: #DE282E!important;
    color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
    -webkit-box-shadow: 3px 3px 2px #990F14!important;
    
    margin-right: 30px;
}

/* #btnCadastrar { */
/* 	background-color: #77B53E!important; */
/*     color: #fff; */
/*     border-radius: 10px; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/*     -webkit-box-shadow: 3px 3px 2px #3B751C!important; */
/* } */

#btnCancelar {
/* 	background-color: #DE282E!important; */
/* 	min-width: 80px!important; */

/* 	min-width: 80px!important; */
	background-color: #DE282E!important;
    color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
    -webkit-box-shadow: 3px 3px 2px #990F14!important;
    
    margin-right: 30px;
}

#btnAlterar {
/* 	min-width: 80px!important; */
/* 	background-color: #3676BA!important; */

/* 	background-color: #77B53E!important; */
/*     color: #fff; */
/*     border-radius: 10px; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/* 	-webkit-box-shadow: 3px 3px 2px #3B751C!important; */
}

.ui-widget-header {
    background: #3676BA!important;
    color: #ffffff;
    font-weight: bold;
    border-radius: none;
}

.ui-dialog {
    padding: 0px!important;
/*     border-radius: 20px!important; */
    border-radius: 10px!important;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: .99em!important;
}

.ui-dialog .ui-dialog-title {
    margin-left: 10px!important;
    font-size: 18px;
}


::-webkit-input-placeholder,  :-moz-placeholder, ::-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	margin-left: 20px!important;
}

.logoRWTECH {
    padding: 10px;
    background: url(../imgs/Logo_RWTECH_empresa_de_controle_de_ponto.png) no-repeat center center;    
    text-decoration: none;
    border: none;
}

.ui-accordion .ui-accordion-header {
    color: #fff!important;
/*     background: #3676BA!important; */
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
/*     left: 42.5em; */
    top: 50%;
    margin-top: -8px;
}


.tituloAccordion {
/* 	color: #fff!important;  */
	color: #000!important; 
	font-size: 15px!important;
	margin-left: 15px!important;
	font-weight: bold;
	text-decoration: none!important;
}


.ui-accordion .ui-accordion-content {
/*     border: 2px solid #1C436E; */
/*     margin-left: 10px; */
    margin-right: 1px;
    
    border: 0;
    background: transparent;
}

.ui-accordion-header {
	border-radius: 10px 0px 0px 14px!important;
	border-top-right-radius: 14px!important;
    margin-bottom: 20px;
}

.ui-state-active{
    margin-bottom: 0px!important;
}

.espacoInputs {
	margin-bottom: 8px!important;
}

/* azul escuro #1C436E */

.add-all, .remove-all {
    border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
    -webkit-box-shadow: 1px 1px 2px #333333!important;
    background: #1C436E!important;
    border: 1px solid #000000!important;
    padding: 0px!important;
    margin-top: 8px;
    
    margin-top: -3px!important;
}

.count {
	margin-top: -3px!important;
}

.remove-all {
	margin-right: 5px;	
}

.available, .connected-list {
	 height: 185.008px!important;
}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
    display: none!important;
}

.ui-multiselect ul.selected li {
    background: #fff!important;
    color: #000!important;
}

div#relImgs div {
    margin-left: 20px;
}

.espacoInputsParametros, .espacoInputsParametros:focus, .espacoInputsParametros:active {
    width: 25px!important;
    margin-right: 5px!important;
    margin-left: 2px!important;
}

.espacoInputsParametros1, .espacoInputsParametros1:focus, .espacoInputsParametros1:active  {
    margin-left: 2px!important;
    margin-right: 5px!important;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border-radius: 40px!important;
    box-shadow: 1px 1px 2px #333333!important;
    -moz-box-shadow: 1px 1px 2px #333333!important;
    -webkit-box-shadow: 1px 1px 1px #cd0a0a!important;
    background: #ffebee!important;
    margin-left: 0px!important;
    margin-right: 5px!important;
    padding: 6px!important;
    border: 0!important;
    color: #000!important;
    font-weight: bold!important;
}

input[type=text], input[type=text]:focus, input[type=text]:active,
input[type=password], input[type=password]:focus, input[type=password]:active {
/*     border-radius: 40px!important; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/* 	-webkit-box-shadow: 3px 3px 3px #333333!important; */
/*     background: #e0e0e0; */
/* 	margin-left: 0px!important; */
/*     margin-right: 5px!important; */
/*     padding: 6px!important;  */
/*     border: 0;  */
/*     height: auto!important; */
    
/*     border-radius: 40px; */
/*     box-shadow: 1px 1px 2px #333333; */
/*     -moz-box-shadow: 1px 1px 2px #333333; */
/* 	-webkit-box-shadow: 3px 3px 3px #333333; */
    background: #e0e0e0;
	margin-left: 0px!important;
    margin-right: 5px;
    padding: 6px; 
    border: 0; 
    height: auto;
    
    height: 30px!important;
}

input[type=text] .inputPadrao, input[type=text]:focus .inputPadrao, input[type=text]:active .inputPadrao,
input[type=text] .inputPadrao1, input[type=text]:focus .inputPadrao1, input[type=text]:active .inputPadrao1  {
/*     border-radius: 40px!important; */
/*     box-shadow: 1px 1px 2px #333333!important; */
/*     -moz-box-shadow: 1px 1px 2px #333333!important; */
/* 	-webkit-box-shadow: 3px 3px 3px #333333!important; */
/*     padding: 6px!important;  */
/*     border: 0!important;   */
/*     height: auto!important; */
    
/*     border-radius: 40px; */
/*     box-shadow: 1px 1px 2px #333333; */
/*     -moz-box-shadow: 1px 1px 2px #333333; */
/* 	-webkit-box-shadow: 3px 3px 3px #333333; */
    padding: 6px; 
    border: 0;  
    height: auto;
    
    height: 30px!important;
}

fieldset#fieldsetFuncionarios {
    padding: 0.35em 0.625em 0.75em!important;
    border-radius: 35px!important;
    border: 1px solid #000!important;
}

fieldset#fieldsetParametros {
    padding: 0.35em 0.625em 0.75em!important;
    border-radius: 35px!important;
    border: 1px solid #000!important;
}

fieldset#fieldsetPadrao {
    padding: 0.35em 0.625em 0.75em!important;
    border-radius: 35px!important;
    border: 1px solid #000!important;
}


fieldset#fieldsetFuncionarios legend {
	margin-left: 20px!important; padding-left: 7px!important;	
}

fieldset#fieldsetParametros legend {
	margin-left: 20px!important; padding-left: 7px!important;	
}

fieldset#fieldsetPadrao legend {
	margin-left: 20px!important; padding-left: 7px!important;	
}

fieldset.fieldsetPadrao {
    padding: 0.35em 0.625em 0.75em!important;
    border-radius: 35px!important;
    border: 1px solid #000!important;
}

fieldset.fieldsetPadrao legend {
	margin-left: 20px!important; padding-left: 7px!important;	
}

th.tableFim {
	border-right: 0px!important;
}


.imagemFuncionario {
	float: right; 
	margin: 25px 30px 0 0; 
	border-radius: 50%; 
	overflow: hidden;
/* 	border: 2px solid; */
	
	-webkit-box-shadow: 5px 5px 5px #333333!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none!important;
}


.wrapper {
	background: #fff!important;
}

.ui-multiselect input.search {
    margin-top: 7px!important;
    margin-left: 7px!important;
}

.ui-accordion .ui-accordion-content {
    margin-bottom: 20px;
}

.tabs-style-linetriangle nav li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #1C436E!important;
}

.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -18px!important;
    border-width: 18px!important;
    border-top-color: #1C436E!important;
}

.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 4px solid #1C436E!important;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs nav li.tab-current a {
    color: #1C436E!important;
}

#tablefiltarfuncionarios td label {
    color: #000!important;
}


/* MODO GR�FICO --------------------------------------------------------------- */
.scroller {
    overflow-x: hidden!important;
}


/* @media screen and (min-width: 900px) and (max-width: 1199px) { */

/*     .tamanhoTabelaModoGrafico { */
/*     	max-width: 30%!important; */
/*     	width: 30%!important; */
/*     } */

/* } */

/* @media screen and (min-width: 1200px) and (max-width: 1299px) { */

/*     .tamanhoTabelaModoGrafico { */
/*     	max-width: 50%!important; */
/*     	width: 50%!important; */
/*     } */

/* } */

/* @media screen and (min-width: 1300px) and (max-width: 1399px) { */

/*     .tamanhoTabelaModoGrafico { */
/*     	max-width: 60%!important; */
/*     	width: 60%!important; */
/*     } */

/* } */

/* @media screen and (min-width: 1400px) and (max-width: 1599px) { */

/*     .tamanhoTabelaModoGrafico { */
/*     	max-width: 70%!important; */
/*     	width: 70%!important; */
/*     } */

/* } */

/* @media screen and (min-width: 1600px) and (max-width: 1799px) { */

/*     .tamanhoTabelaModoGrafico { */
/*     	max-width: 75%!important; */
/*     	width: 75%!important; */
/*     } */

/* } */

/* @media screen and (min-width: 1800px) and (max-width: 2000px) { */

/*     .tamanhoTabelaModoGrafico { */
/*     	max-width: 80%!important; */
/*     	width: 80%!important; */
/*     } */
/* } */

.objHDD {
    cursor: pointer!important;
}

/* ------------------------------------------------------------------------- */

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    font-size: 13pt!important;
}

#results table.tablesorter tbody td {
/*     border-bottom: 2px solid #ccc!important; */
    border-bottom: 0px solid #ccc!important;
}

.tituloCaixaModoGrafico {
	background: #3676BA!important;
    padding-top: -10px!important;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 10px 10px 0px 0px;
    padding: 15px;
    color: #fff;
    text-align: center!important;
    font-size: larger;
}

.totalDigitalFuncionarioDialog {
	height: 190px!important;
}

.importarFuncionariosDialog {
	height: 600px!important;
}

.ui-multiselect input.search {
    width: 70%!important;
}

input:disabled {
	background-color: #bdbdbd!important;
}



td.atalho img {
    margin: 5px 60px!important;
}
td.atalho {
	color: #fff!important;
    text-align: center!important;
    background: url(../imgs/bg.jpg) center top no-repeat!important;
    border-radius: 25px 25px 25px 25px;
    cursor: pointer;
}

td.atalho:hover, td.atalho:focus {
    opacity: 0.9!important;
}

.border-right-top {
	border-radius: 0px 10px 0px 0px;
}

.border-right-bottom {
	border-radius: 0px 00px 10px 0px;
}

.border-left-top {
	border-radius: 10px 0px 0px 0px;
}

.border-left-bottom {
	border-radius: 0px 0px 0px 10px;
}






/* NOVO VISUAL 13.0 */

.negrito {
	font-size: 13px;
	font-weight: bold;
	color: #414141!important;
/* 	color: #4b4b4b!important; */
}

.ui-widget-header {
    background: transparent!important;
    color: #414141!important;
}
.ui-draggable .ui-dialog-titlebar {
    padding: 15px!important;
}

.main-panel {
  position: relative;
  float: right;
  width: calc(100% - 260px);
/*   background-color: #f4f3ef; */
/*   background-color: #e0e0e0; */
  background-color:  #d4d7dd!important;
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }
  .main-panel > .content {
    padding: 0 30px 30px;
    min-height: calc(100vh - px);
    margin-top: 93px; }
  .main-panel > .navbar {
    margin-bottom: 0; }
  .main-panel .header {
    margin-bottom: 50px; }
    
.perfect-scrollbar-on .sidebar,
.perfect-scrollbar-on .main-panel {
  height: 100%;
  max-height: 100%; }

@media screen and (min-width: 768px)
.main-panel > .content {
    padding: 0 30px 30px;
    min-height: calc(100vh - px);
    margin-top: 93px;
}

@media screen and (min-width: 768px)
.card {
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
    background-color: #f5f5f5;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

@media screen and (min-width: 768px)
.card-stats .card-body {
    padding: 15px 15px 0px;
}

@media screen and (min-width: 768px)
.card .card-body {
    padding: 15px 15px 10px 15px;
}

@media screen and (min-width: 768px)
.card-stats .card-footer {
    padding: 0px 15px 15px;
}
@media screen and (min-width: 768px)
.card .card-footer {
    background-color: transparent;
    border: 0;
}

@media screen and (min-width: 768px)
.card-stats .card-footer .stats {
    color: #9A9A9A;
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}

.main-panel>.content {
    padding: 0 30px 30px;
    min-height: calc(100vh - 123px);
    margin-top: 93px;
}

.card {
    border-radius: 12px!important;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%)!important;
    background-color: #f5f5f5!important;
    color: #252422!important;
    margin-bottom: 20px!important;
    position: relative!important;
    border: 0 none!important;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease!important;
}

.cardPadrao {
	height: 260px!important;
}



.atalhoindexVazio {
    width: 100px;
    height: 100px;
    margin: 5px;
    display: block;
    float: left;
    background: #eceff1!important;
    box-shadow: grey;
    border-radius: 11px!important;
    border-style: dashed!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important; 
    color: #000!important;
    height: 70px!important;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 60%)!important;
}

.atalhoindexVazio img {
    width: 30px!important;
    display: block!important;
    margin: 8px auto 10px auto!important;
}

.atalhoindex {
    width: 100px;
    height: 100px;
    margin: 5px;
    display: block;
    float: left;
    background: #eceff1!important;
    box-shadow: grey;
    border-radius: 11px!important;
    
    border-style: dashed!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important; 
/*     width: 100% !important; */
    
    color: #2093ff!important;
    height: 70px!important;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 60%)!important;
   
}

.atalhoindex img {
    width: 30px!important;
    display: block!important;
    margin: 8px auto 10px auto!important;
}

.atalhoMais {
/* 	background-image: url(../imgs/icons/ic-add.png)!important; */
	width: 14px!important;
    margin: 11% 47% 9%!important;
}

.cardAtalhos {
	position: absolute; 
	width:200px; 
	right: 10px; 
	top: 20px; 
	z-index: 101; 
	border-radius: 20px !important; 
	margin-right: 1%;
}

.posicaoExcluirDashboard {
	width: 14px!important;
	float: right; 
	cursor: pointer; 
	position: absolute; 
	margin: 2% 0% 0% 80%;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {

    .cardAtalhos {
/* 		width:160px;  */
		width:16%; 
	}
	
	.posicaoExcluirDashboard {
		width: 10px!important;
    	margin: 3% 0% 0% 65%;
	}

}

@media screen and (min-width: 1200px) and (max-width: 1299px) {

    .cardAtalhos {
/* 		width:200px;  */
		width:18%; 
	}
	
	.posicaoExcluirDashboard {
		width: 13px!important;
		margin: 2% 0% 0% 72%;
	}

}

@media screen and (min-width: 1300px) and (max-width: 1399px) {

    .cardAtalhos {
/* 		width:250px;  */
		width: 19%;
	}
	
	.posicaoExcluirDashboard {
		width: 13px!important;
		margin: 2% 0% 0% 76%;
	}

}

@media screen and (min-width: 1400px) and (max-width: 1599px) {

    .cardAtalhos {
/* 		width:290px;  */
		width: 20%;
	}
	
	.posicaoExcluirDashboard {
		margin: 2% 0% 0% 79.5%;
	}

}

@media screen and (min-width: 1600px) and (max-width: 1799px) {

    .cardAtalhos {
/* 		width:330px;  */
		width: 21%;
	}
	
	.posicaoExcluirDashboard {
		margin: 2% 0% 0% 82.5%;
	}

}

@media screen and (min-width: 1800px) and (max-width: 2000px) {

    .cardAtalhos {
		width:21%; 
	}
	
	.posicaoExcluirDashboard {
		margin: 2% 0% 0% 83.5%;
	}
}

@media screen and (min-width: 2001px) {

    .cardAtalhos {
		width:21%; 
	}
	
	.posicaoExcluirDashboard {
		margin: 2% 0% 0% 85%;
	}
}










table.tablesorter thead tr th.semcabecalho, 
table.tablesorter tfoot tr th.semcabecalho {
	display: none;
    background: #000!important;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.semcabecalho {
	display: none;
}

.btnPadraoDashboard {
	font-weight: bold!important;
	/*background: #3676BA!important;*/
	color: #fff!important;
	padding: 8px!important;
	min-width: 150px!important;
	border-radius: 11px!important;
	border: none!important;
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 12px;
	
	outline: none!important;
	
/* 	background: #1e5799!important;  */
/* 	background: -moz-linear-gradient(left, #1e5799 0%, #207cca 43%, #207cca 43%, #2989d8 50%, #7db9e8 100%)!important; */
/* 	background: -webkit-linear-gradient(left, #1e5799 0%,#207cca 43%,#207cca 43%,#2989d8 50%,#7db9e8 100%)!important; */
/* 	background: linear-gradient(to right, #1e5799 0%,#207cca 43%,#207cca 43%,#2989d8 50%,#7db9e8 100%)!important; */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 )!important; */
	
/* 	background-image: linear-gradient(to right,#427fd6, #45adef,#45adef)!important; */
	background-image: linear-gradient(to right,#296cb7 10%, #45adef 99%,#45adef)!important;
	
	/*
	background-image: -moz-linear-gradient(264deg, #45adef 104%, #427fd6 -4%, #296cb7 -4%)!important;
	background-image: -webkit-linear-gradient(264deg, #45adef 104%, #427fd6 -4%, #296cb7 -4%)!important;
	background-image: linear-gradient(264deg, #45adef 104%, #427fd6 -4%, #296cb7 -4%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 )!important;
	*/
}





.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc!important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 5px solid !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
/*     color: #3676BA!important; */
    color: #2093ff!important;
    background-color: transparent!important;
    border-color: #dee2e6 #dee2e6 #fafafa;
}

table.tablesorter tbody td {
    background-color: transparent!important;
}



table.tablesorter tbody td {
    font-size: 15px;
}

.labelTotais {
	color: #2093ff!important;
    font-weight: bold!important;
}



.limiteFuncionario {
/*     max-width: 15ch!important; */
/*     overflow: hidden!important; */
/*     text-overflow: ellipsis!important; */
/*     white-space: nowrap!important; */

	width: 90%!important;
/*     width: 50%!important; */
/*     position: absolute; */
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}


.limiteFuncionario3Colunas {
    width: 50%!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}




.limiteFuncionario4Colunas {
    max-width: 15ch!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}

.limiteDepartamento {
    max-width: 15ch!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}

.limiteEmpresa {
    max-width: 15ch!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}

/* .abasDashboard { */
/* 	color: #3676BA!important; */
/*     background-color: transparent!important; */
/*     border-color: transparent; */
/*     border: 0!important; */
/*     border-radius: 0!important; */
/*     box-shadow: 1px 1px 2px transparent!important; */
/* } */
/* .abasDashboard:hover, */
/* .abasDashboard:focus { */
/*     border: none!important; */
/*     outline: none!important; */
/* } */

.abasDashboard {
    border-right: transparent!important;
    border-left: transparent!important;
    border-top: transparent!important;
}


.circle-faltasJustificadas {
	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px 0px 0px 5px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    background-color: #c8e6c9;
    border-color: #c8e6c9;
}

.circle-faltasNaoJustificadas {
	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px 0px 0px 5px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    background-color: #ffcdd2;
    border-color: #ffcdd2;
}


.circle-valeTransporte {
	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px 0px 0px 5px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.circle-valeAlimentacao {
	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px 0px 0px 5px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    background-color: #d1c4e9;
    border-color: #d1c4e9;
}



.circle-clock {
	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px 0px 0px 5px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    background-color: #ffeacf;
    border-color: #ffeacf;
}

.circle-clock-banco-horas {
	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px 0px 0px 3px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    background-color: #cfffd0;
    border-color: #cfffd0;
}

.card-category {
/* 	font-family: Avenir!important; */
  	font-size: 18px!important;
}

table.tablesorter tbody td {
    padding-bottom: 10px!important;
}

.selectFiltroDashPrincipal {
	width: 144px!important;
	height: 26px!important;
	margin: 0 0 3px 368px!important;
	padding: 5px 10px 3px!important;
	border-radius: 6px!important;
	background-color: #e5eaf2!important;
	
/*   font-family: Avenir; */
  	font-size: 10px!important;
 	font-weight: 900!important;
  	font-stretch: normal!important;
  	font-style: normal!important;
  	line-height: normal!important;
  	letter-spacing: normal!important;
  	color: #08307e!important;
  	
  	-webkit-box-shadow: 3px 3px 3px transparent!important;
  	
  	font-size: 12px!important;
}

input.selectFiltroDashPrincipal::placeholder {
  color: #08307e!important;
  font-weight: bold!important;
}

.selectFiltroPadrao {
	width: 144px!important;
	height: 26px!important;
	margin: 0 0 3px 368px!important;
	padding: 5px 10px 3px!important;
	border-radius: 6px!important;
	background-color: #e5eaf2!important;
  	font-size: 10px!important;
 	font-weight: 900!important;
  	font-stretch: normal!important;
  	font-style: normal!important;
  	line-height: normal!important;
  	letter-spacing: normal!important;
  	color: #4b4b4b!important;
  	-webkit-box-shadow: 3px 3px 3px transparent!important;
  	font-size: 12px!important;
  	height: 30px!important;
}

input.selectFiltroPadrao::placeholder {
  color: #4b4b4b!important;
  font-weight: bold!important;
}


input.selectFiltroPadraoInserirSelecionar::placeholder {
  color: #4b4b4b!important;
}

.selectFiltroPadraoInserirSelecionar {
	width: 144px!important;
	height: 26px!important;
	margin: 0 0 3px 368px!important;
	padding: 5px 10px 3px!important;
	border-radius: 6px!important;
	background-color: #e5eaf2!important;
	
/*   font-family: Avenir; */
  	font-size: 10px!important;
 	font-weight: 900!important;
  	font-stretch: normal!important;
  	font-style: normal!important;
  	line-height: normal!important;
  	letter-spacing: normal!important;
  	color: #08307e!important;
  	
  	-webkit-box-shadow: 3px 3px 3px transparent!important;
  	
  	font-size: 12px!important;
}




input.filtroProcurar::placeholder {
  color: #757575!important;
}

input.inputPadrao::placeholder {
  color: #ccc!important;
/*   color: #4b4b4b!important; */
/*   font-weight: bold!important; */
}


.ui-datepicker {
/*     z-index: 10000!important; */
    z-index: 9999999!important;
}


table.tablesorter tbody td {
    color: #757575!important;
}
.nav-tabs .nav-link {
    color: #757575;
/*     color: #757575!important; */
}
.card-title {
    color: #757575!important;
}
.result {
    color: #757575!important;
}


.ui-widget-overlay {
    background: #000 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x!important;
/*     background: #797979 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x!important; */
    border-radius: 10px!important;
    opacity: .30;
    filter: Alpha(Opacity=30);
}



.ic-horas-extras {
  width: 24px;
  height: 22px;
  object-fit: contain;
}

.ic-banco-horas {
  width: 24px;
  height: 22px;
  object-fit: contain;
}

.alert-erro {
	background-color: #f9461c;
    color: #fff;
    border-color: #fca28d;
    border-radius: 10px;
    
    margin-top: 1%;
    position: absolute!important;
    z-index: 9999;
    margin-left: 30%;
}

.btnDisabled {
	background: #c1c1c1!important;
}

.cabecalhoPadrao1 {
	background: transparent!important;
    color: #08307e!important;
}

table.tablesorter thead tr th .cabecalhoPadrao1, table.tablesorter tfoot tr th .cabecalhoPadrao1 {
    background: transparent!important;
    color: #08307e!important;
}


.inputErrro {
/* 	background: red!important; */
	border-style: solid!important;
/*     color: red!important; */
    color: #000!important;
    border-color: red!important;
    border: 1px solid red!important;
}

.inputErroSpanCheckBox {
	color: red!important;
}

.inputErrro, .inputErrro:focus, .inputErrro:active {
	border-style: solid!important;
/*     color: red!important; */
    color: #000!important;
    border-color: red!important;
    border: 1px solid red!important;
}



/* border-style: dashed; -- atalho pontilhado */ 

.fonteDashoboard {
  width: 91px;
  height: 14px;
  margin: 1px 15px 3px 0;
  font-family: Avenir;
  font-size: 10px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #08307e;
}

.font10 {
	font-size: 10px!important;
}

.font12 {
	font-size: 12px!important;
}

.font14 {
	font-size: 14px!important;
}

.font16 {
	font-size: 16px!important;
}



body::-webkit-scrollbar {
  width: 12px!important;
}

body::-webkit-scrollbar-track {
  background: transparent!important;
}

::-webkit-scrollbar-track {
  background: transparent!important;
}

body::-webkit-scrollbar-thumb {
  background-color: #9b9b9b!important;
  border-radius: 20px!important;
/*   border: 3px solid orange!important; */
}

body::-webkit-scrollbar-thumb {
    background: #9b9b9b!important;
}

.ui-dialog {
    z-index: 9999!important;
}




/* .ui-widget-header .ui-icon { */
/* /* 	width: 32px!important; */ */
/* /*     height: 32px!important; */ */
/*     width: 12px!important; */
/*     height: 12px!important; */
/*     background: url(../imgs/icons/ic-close.png) no-repeat 50% 50%!important; */
/* /*     background-image: url(../imgs/icons/ic-close.png)!important; */ */
/* 	background-repeat: inherit; */
/* /* 	background-image: url(../imgs/system.png)!important; */ */
/* } */


/* .ui-widget-header .ui-icon .ui-icon-closethick { */
/*     width: 12px!important; */
/*     height: 12px!important; */
/*     background: url(../imgs/icons/ic-close.png) no-repeat 50% 50%!important; */
/*     background-repeat: inherit; */
/* } */


.espacoNenhumFuncionario1 {
	margin-top: -12px!important;
}


.espacoNenhumFuncionario2 {
	padding-top: 10px!important;
}

.labelPorcentagemTurnover {
	font-size: 4vw!important; 
	color: #797979!important;
	margin-bottom: -5px!important;
}

#barraPorcentagemTurnover {
	background: #2093ff!important;
}



.iziToast {
    border-radius: 14px!important;
}

.iziToast > .iziToast-body .iziToast-title {
    font-weight: bold!important;
}

.iziToast-close {
	box-shadow: none!important;
}



.tableModal {
	width: 100%!important;
	text-align: left!important;
	margin: 0!important;
}

.modal .modal-header .close {
    box-shadow: none!important;
}

.modal-dialog .modal-header .modal-title {
    text-align: left!important;
}

.modal-content {
    border-radius: 11px!important;
/*     box-shadow: 0 0rem 0rem rgb(0 0 0 / 50%)!important; */
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 10%)!important;
    background-color: #f5f5f5!important;
}


.iconeBotaoProcurar {
	background: url(../imgs/icons/ic-procurar.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeLampada {
    background: url(../imgs/icons/lampada.svg) no-repeat center center;
    padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
} 

.iconeBotaoEditar {
/* 	background-image: url(../imgs/icons/ic-edit.svg); */
	background: url(../imgs/icons/ic-edit.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBotaoDownload {
	background: url(../imgs/icons/ic-download.svg) no-repeat center center;
	padding: 10px;
    background-size: contain;
}

.iconeBotaoExcluir {
	background: url(../imgs/icons/ic-delete.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
    
    cursor: pointer;
}

.iconeBotaoVisualizarCercaGeo {
	background: url(../imgs/icons/eye-solid.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
    
    cursor: pointer;
}

.iconeBotaoReenviar {
	background: url(../imgs/icons/reenviar.svg) no-repeat center center;
	padding: 9px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBotaoRemoverPessoa {
	background: url(../imgs/icons/ic-remove-person.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
} 

.iconeBotaoFuncionario {
	background: url(../imgs/icons/ic-funcionario.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}


/* .sidebar { */
/*     margin-bottom: 10px!important; */
/*     border-radius: 11px !important; */
/*     margin-left: 13px!important; */
/*     background-image: linear-gradient(to bottom,#45adef 10%, #45adef 10%,#296cb7 90%)!important; */
/*     box-shadow: 0 20px 50px 0 rgb(0 0 0 / 10%)!important; */
/*     height: auto!important; */
/*     bottom: 5px!important; */
/*     top: 18px!important; */
/* } */

/* .sidebar .sidebar-wrapper { */
/*     height: 86%!important; */
/* } */



table.tablesorter tbody td {
    vertical-align: middle!important;
}




#chart-div {
  height: 350px;
  width: 600px;
}



.espacoQtdMulheres {
	font-size: 11px; 
	margin-left: 10px; 
	float: left;
	color: #414141!important;
}

.espacoQtdHomens {
	font-size: 11px; 
	float: right;
	color: #414141!important;
}

.progress-bar .corFeminino {
    background-color: #edb1f6!important;
}

.dc-chart g.row text > ._0 { 
    fill: white!important;
}

.dc-chart g.row text > ._1 {
    fill: black!important;
}

g.row. i.e. : .dc-chart text.pie-slice {fill: white!important;}

.dc-chart .axis text {
  color: white!important;
}

.dc-chart .axis text { fill: white!important; }


.card-footer {
    background-color: #f5f5f5!important;
    border-radius: 12px!important;
    border: 0!important;
}









.modal {
    background: rgba(0, 0, 0, 0.6)!important;
    z-index: 9999!important;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.6)!important;
    z-index: 9999!important;
}



.fieldsetDefault {
	border-radius: 10px!important;
    border: solid 1px #dde9f7!important;
    padding: 16px 2px 26px 20px!important;
}



.ui-dialog .ui-dialog-title {
    font-size: 20px;
    font-weight: 100;
    margin: 10px;
}




table.ui-datepicker-calendar tbody td a {
    text-align: center!important;
}

table.ui-datepicker-calendar tbody td a {
    color: #4b4b4b;
}

table.ui-datepicker-calendar thead {
    background: #d1e9ff!important;
}

table.ui-datepicker-calendar thead th span {
    color: #989898!important;
}

table.ui-datepicker-calendar tbody td {
/* 	border: solid 1px #e7e7e7; */
	border-left: solid 1px #e7e7e7;
/* 	border-right: solid 1px #e7e7e7; */
	border-top: solid 1px #e7e7e7;
	
/* 	border-left: 2px solid #ccc!important; */
/*     border-bottom: 2px solid #ccc!important; */
}

#ui-datepicker-div {
	padding: inherit!important;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #2093ff!important;
    color: #fff!important;
}



#menu-lateral {
	background-image: linear-gradient(to right,#45adef 10%, #296cb7 99%,#296cb7 )!important; 
	height: 50px !important; 
	position: fixed;
	border-radius: 10px!important;
	margin: 18px 1.8% 0px 115px;
	width: auto;
}

.nav-item {
	    margin: -10px 0px -10px 0px!important;
}


.cabecalhoTabelas {
	background: none!important;
	color: #000!important;
	font-weight: bold!important;
}


.inputPadrao {
	height: 30px!important; 
	background: #e7e7e7!important; 
	-webkit-box-shadow: 0px 0px 0px #333333!important; 
	border-radius: 12px!important;
}


table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    text-align: left!important;
}


/* T�TULO DE INPUTS */
.labelPadraoInputs {
	color: #757575!important;
	font-weight: 100;
}

.labelPadraoLight {
	color: #757575!important;
	font-weight: 600;
}

.labelInformacoesMarcadas {
/* 	color: #1c9419!important; */
	color: #000!important;
}



input[type='file'] {
  display: none
}

.input-wrapper label {
/*   background-color: #3498db; */
/*   border-radius: 5px; */
/*   color: #fff; */
/*   margin: 10px; */
/*   padding: 6px 20px; */
  
  	width: 250px!important;
	height: 40px!important;
    font-weight: bold!important;
	color: #fff!important;
	padding: 10px 120px 10px 120px;
	min-width: 150px!important;
	border-radius: 11px!important;
	border: none!important;
	font-size: 12px;
	outline: none!important;
	background-image: linear-gradient(to right,#296cb7 10%, #45adef 99%,#45adef)!important;
}

.input-wrapper label:hover {
  background-color: #2980b9;
  cursor: pointer;
}

.labelObrigatorio {
	color:#f14242!important;
}

.iconeOrdenacaoTabelas {
	background: url(../imgs/icons/bg.png) no-repeat center center;
	width: 13px;
}

table.tablesorter thead tr .header {
    background: transparent!important;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    padding-bottom: 10px!important;
}





.add-all, .remove-all {
    padding: 8px 20px 8px 20px!important;
    border-radius: 11px!important;
    border: none!important;
    background-image: linear-gradient(to right,#296cb7 10%, #45adef 99%,#45adef)!important;
    margin: 0px 2px 0px 2px;
    -webkit-box-shadow: 0px 0px 0px #333333!important;
}

.ui-multiselect .ui-state-default {
    background: #e7e7e7!important;
    color: #000!important;
}

.ui-widget-header {
    background: #e7e7e7!important;
    color: #000!important;
}

.ui-multiselect .count {
    color: #000!important;
}

.divMultiSelect {
    padding: 5px;
    border-radius: 10px;
}

.ui-multiselect input.search {
    height: 30px!important;
    margin-top: 1px!important;
    border-radius: 12px!important;
    padding-left: 10px!important;
}

.ui-multiselect ul.available, .ui-multiselect ul.selected {
    background: #e7e7e7!important;
}



::-webkit-scrollbar-track-piece {
    background: transparent!important;
}

::-webkit-scrollbar {
    width: 7px!important;
}

::-webkit-scrollbar-thumb {
    background: #c0c0c0!important;
}


/* COR MODAL: background-color: #f5f5f5!important; */
.fundoModal {
	background-color: #f5f5f5!important;
}


.labelInputs {
	color: #757575!important;
}

input:disabled, select:disabled {
    opacity: 0.5!important;
  	background: #e7e7e7!important;
}

.inputErrro {
	border-style: solid!important;
    background: white!important;
    color: #000!important;
    border-color: red!important;
    border: 1px solid red!important;
}

.inputErrro, .inputErrro:focus, .inputErrro:active {
	border-style: solid!important;
    color: #000!important;
    border-color: red!important;
    border: 1px solid red!important;
}

.subCardPadrao {
	background: #f0f0f0;
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
}

/* .subCardPadrao:hover {	 */
/* 	box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%)!important; */
/* } */

.hidden {
	display: none;
}



/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  	position: relative;
  	z-index: 2;
  	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  	visibility: hidden;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  	opacity: 0;
  	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  	position: absolute;
  	bottom: 150%;
  	left: 50%;
  	margin-bottom: 5px;
  	margin-left: -80px;
  	padding: 7px;
  	width: 160px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	background-color: #000;
  	background-color: hsla(0, 0%, 20%, 0.9);
  	color: #fff;
  	content: attr(data-tooltip);
  	text-align: center;
  	font-size: 14px;
  	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  	position: absolute!important;
  	bottom: 150%;
  	left: 50%;
  	margin-left: -5px;
  	width: 0;
  	border-top: 5px solid #000;
  	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  	border-right: 5px solid transparent;
  	border-left: 5px solid transparent;
  	content: " ";
  	font-size: 0;
  	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  	visibility: visible;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  	opacity: 1;
}


.alinharComponentes {
	display: flex; 
	align-items: center;
}

.cardAzulInfo {
	background-color: #dde9f7!important; 
	border-radius: 11px; 
	margin-bottom: 20px; 
	padding: 15px;
}

/* .ui-widget-overlay { */
/*     position: fixed; */
/* } */


.inputPesquisar {
	background: #f5f5f5!important;
    border: none;
    -webkit-box-shadow: none!important;
    margin-left: 20px!important;
    width: 100%;
}

.wrapperIconeAdicionar {
    margin-left: 5px; 
    border-radius: 11px;
    display: flex;
    width: 30px; 
    height: 30px; 
    background-image: linear-gradient(to right,#296cb7 10%, #45adef 99%,#45adef)!important;
}

.iconeAdicionar {
    padding: 15px;
    background: url(../imgs/icons/+.svg) no-repeat center center;    
    text-decoration: none;
}

.iconeAdicionar1 {
    padding: 15px;
    background: url(../imgs/icons/+.svg) no-repeat center center;    
    text-decoration: none;
}

.cardPlano {
	padding: 5px 5px 5px 10px; 
	background-color: #f5f5f5!important; 
	border-radius: 11px;  
	margin-bottom: 20px;
}

.corIndiponivelPlanoTRIAL {
/* 	color: #cdac00!important; */
/* 	font-weight: 600; */
}

.corSemFuncionalidade {
	color: #d50000!important;
	font-weight: 600;
}


.tooltipMG {
	background: red;
}

.card-footer {
    padding: 1.75rem 1.25rem;
}


.dotRed {
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.dotGreen {
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.fontGerenciamentoPontos {
	font-size: 13px!important;
}




.divCampoLabel {
	display: flex;
    flex-direction: column;
}

.campoLabel {
	margin-bottom: 3px;
}

fieldset {
/* 	padding: 0; */
	border: 0;
}

.modalBodyAlign {
	padding-left: 12px!important; 
	padding-right: 12px!important;
}

.card-footer {
	text-align: right!important;
}


.fieldsetCampoObrigatorio {
	text-align: left; 
	margin-left: -18px; 
	border:0px;
}

.labelCampoObrigatorio {
	margin: 20px 0px 0px 10px; 
	color: #f14242!important; 
	font-weight: 100; 
	position: absolute;
}

.sidebar {
/*     z-index: 10 !important; */
    z-index: 9999!important;
}

.navbar.navbar-absolute {
    z-index: 5 !important;
}

#tools {
    width: auto !important;
    margin-right: 20px !important;
    margin-left: 25px !important;
}



@media screen and (min-height: 750px) {
    .modal-content {
        max-height: 80vh !important;
    }
}

@media screen and (max-height: 750px) {
    .modal-content {
        max-height: 75vh !important;
    }

    .modaTodosContent {
        height: 240px !important;
    }
}

/* @media screen and (min-width: 100px) and (max-width: 1310px) { */
/*     .cardAbsenteismoOverflow { */
/*         overflow-y: auto; */
/*     } */
/* } */




/* @media screen and (min-width: 100px) and (max-width: 1310px) { */

/* 	tbody td label, tbody td span { */
/* 		font-size: 2vh!important; */
/* 	} */
/* } */

/* @media screen and (min-width: 1400px) { */

/* 	#tableMensalVales { */
/* 		margin-top: -15px!important; */
/* 	} */

/* } */

.carregamentoIFrameModal .ui-widget-overlay {
    position: fixed !important;
}

.normalBold {
    font-weight: bold !important;
}


/* .modalContentRelatorio { */
/* 	max-height: none!important; */
/* 	margin-top: -5%" */
/* } */


select {
    cursor: pointer;
}

/* style="padding: 10px; overflow: hidden;" */
.divAccordionMaisFiltros {
	padding: 10px!important;
	overflow: hidden!important;
}

.tableFuncionarioslista {
	margin: 10px 0px 0px 10px!important;
}

.tituloAccordion {
	padding-top: 11px!important;
}


/* input[alt="date"] { */
/* 	cursor: pointer!important; */
/* } */



/* MELHORIAS DATEPICKER */
#ui-datepicker-div {
    border-radius: 10px 10px 5px 5px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ui-widget-header {
    background-image: linear-gradient(to right,#45adef 10%, #296cb7 99%,#296cb7 );
    border-radius: 0;
}

table.ui-datepicker-calendar thead {
    background-image: linear-gradient(to right,#45adef 10%, #296cb7 99%,#296cb7 )!important;
}

table.ui-datepicker-calendar thead th span {
    color: white!important;
}

.ui-datepicker .ui-datepicker-title {
    color: white!important;
    cursor: auto;
}

.ui-datepicker .ui-datepicker-header {
    background-image: linear-gradient(to right,#45adef 10%, #296cb7 99%,#296cb7 )!important;
    padding: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-image: linear-gradient(to right,#45adef 10%, #296cb7 99%,#296cb7 )!important;
}

.ui-datepicker th {
    padding: 0;
}

.ui-datepicker table {
    /* margin: 0 0 0em; */
    margin: 0px 0px 0px 0px;
}

.ui-state-default .ui-state-active {
	background: lightyellow!important;
}

.ui-corner-all {
	cursor: pointer;
}
/* ========== */


.novidades, .whatsapp, .chatrwtech {
    background: white!important;
    border: 1px solid #cecece!important;
    background: rgba(601,438,600,0.6)!important;
    
/*     background: transparent!important; */
}

.ui-widget-header .ui-icon {
    background-image: url(../imgs/icons/ui-icons_d8d8d8_256x240.png)!important;
}


input:disabled.btnPadraoDashboard{
    opacity: 0.5!important;
    background-color: #bdbdbd!important;
}


input:disabled{
    cursor: not-allowed!important;
}


/* CHAT */
#fc_frame, #fc_frame.fc-widget-normal {
    z-index: 1!Important;
}


.textoDestaque {
	font-weight: bold!important;
    color: #2093FF!important;
}


.ui-dialog .ui-dialog-title {
    font-weight: bold!important;
}

.ui-draggable .ui-dialog-titlebar {
    background: transparent!important;
}



#selectable .ui-selected,
#selectable .ui-selected:focus,
#selectable .ui-selected:hover,
#selectable .ui-selected:active {
    background: #0d47a1!important;
    color: white!important;
    width: auto!important;
}



.result {
	border-top: solid 0.5px lightgrey!important;
}

.resultNenhum {
	border-top: none!important;
}

table.tablesorter tbody td {
    padding-bottom: 0px!important;
}

.ui-accordion .ui-accordion-header {
    width: fit-content;
}


.iconeFiltrosFechamentoPontosExcecoes {
    background: url(../imgs/icones/settings.svg) no-repeat center center!important; 
	padding: 2px 30px 0px 10px;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}


.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
    background: #45adef;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}



.iconeBotaoVisualizar {
	background: url(../imgs/icones/eye-azul-ezpointweb.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBotaoCancelar {
	background: url(../imgs/icones/cancelar.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBotaoCheck {
	background: url(../imgs/icones/checkmark.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBotaoTresPontos {
	background: url(../imgs/icones/tres_pontos.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBotaoExportacao {
	background: url(../imgs/icones/exportacao.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.btn-secondary.focus, .btn-secondary:focus {
    background-color: transparent!important;
    box-shadow: 0 0 0 0.2rem transparent!important;
}

.iconeBotaoAlerta {
	background: url(../imgs/icones/alerta.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeVoltarPagina {
	background: url(../imgs/icones/voltarPagina.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBaixar2 {
    background: url(../imgs/icons/ic-download2.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeSalvar1 {
    background: url(../imgs/icones/salvar_branco.svg) no-repeat center center;
	padding: 10px;
	padding-top: 2px;
    margin-right: 10px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeVisualizarBranco {
    background: url(../imgs/icones/visualizar_branco.svg) no-repeat center center;
	padding: 10px;
	padding-top: 2px;
    margin-right: 10px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}


.iconeIncluirFechamento {
	background: url(../imgs/icones/incluir_fechamento.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeRemoverFechamento {
	background: url(../imgs/icones/remover_fechamento.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeFecharFechamento {
/* 	background: url(../imgs/icones/fechar_pontos.svg) no-repeat center center; */
	background: url(../imgs/icones/cadeado_fechado_azul.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeFecharFechamento2 {
/* 	background: url(../imgs/icones/fechar_pontos.svg) no-repeat center center; */
	background: url(../imgs/icones/cadeado_fechado_branco.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeLiberarFechamento {
/* 	background: url(../imgs/icones/liberar_pontos.svg) no-repeat center center; */
	background: url(../imgs/icones/cadeado_aberto_cinza.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeLiberarFechamento2 {
/* 	background: url(../imgs/icones/liberar_pontos.svg) no-repeat center center; */
	background: url(../imgs/icones/cadeado_aberto_azul.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeBuscar2 {
	background: url(../imgs/icones/icone_busca_azul.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeEspelhoNaoAssinadoFechamento {
	background: url(../imgs/icones/espelho_nao_assinado.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeEspelhoAssinadoFechamento {
	background: url(../imgs/icones/espelho_assinado.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.iconeVisualizarEspelhoFechamento {
	background: url(../imgs/icones/visualizar_espelho.svg) no-repeat center center;
	padding: 15px;
	padding-bottom: 0px!important;
    border: none;
    box-shadow: none!important;   
    outline: 0!important;
}

.espacoUlFuncionaros {
	margin-top: -25px;
}

.showing {
	left: -92px!important;
}



/* UTILIZADO NO CHAT OCTACHAT */
.octadesk-octachat-app--bottomLeft {
    bottom: 2rem;
    left: unset!important;
    right: 0.5rem!important;
}

.novidades {
	top: 305px!important;
	bottom: unset!important;
}

.whatsapp {
	top: 355px!important;
	bottom: unset!important;
}

.octadesk-opening-button {
	background-image: linear-gradient(to right, #45adef 10%, #296cb7 99%, #296cb7) !important;
} 
/* ========================== */



.btnFC {
	left:-6px; 
	color: #2093ff;
	cursor: auto;
}
