/*
Theme Name: Dashboard 
Author: BT Design
Author URI: http://www.btdesign.site
Description:  Painel de Controle desenvolvido em Bootstrap 4
Version: 1.0
Text Domain: BT Design
*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,800');

body, html{
font-family: 'Rubik', Tahoma;
font-size: 12px;
color: #4A4A4A;
font-weight: 400;
letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    overflow-x: hidden;
        background-color: #f1f1f1;
        background-image: url(https://appdentfy.com.br/painel/assets/img/fundo.jpg);
    background-repeat: repeat-x;
}

.tox-menubar, .tox-statusbar{
	display: none !important;
}

.tooltip2 {
  position: relative;
  color: #9EC73D !important;
  font-size:16px;
  padding-top: 4px;
  z-index: 999999;
}

.tox-promotion{
	display: none !important;
}

.wc-order-note {
        background-color: #f2e2f2;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .wc-order-note-content {
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
    }
    .wc-order-note-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        color: #555;
    }
    .wc-order-note-date {
        font-style: italic;
    }
    .wc-order-note-delete {
        color: #d33;
        text-decoration: none;
    }
    .wc-order-note-delete:hover {
        text-decoration: underline;
    }

.tooltip2::before {
  content: attr(data-tooltip2);
  position: absolute;
  bottom: 100%;
  font-size: 11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px;
  width: auto; /* Alterado de 100% para auto */
  background-color: #9EC73D;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  white-space: nowrap; /* Impede que o texto quebre em várias linhas */
}
.tooltip2:hover::before {
  opacity: 1;
  visibility: visible;
}

.tooltip3 {
  position: relative;
  color: #ff0078 !important;
  font-size:16px;
  padding-top: 4px;
}

.tooltip3::before {
  content: attr(data-tooltip3);
  position: absolute;
  bottom: 100%;
  font-size: 11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px;
  width: auto; /* Alterado de 100% para auto */
  background-color: #ff0078;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  white-space: nowrap; /* Impede que o texto quebre em várias linhas */
}
.tooltip3:hover::before {
  opacity: 1;
  visibility: visible;
}

.buttons-excel{
	border: 0;
    padding: 5px 15px;
    border-radius: 3px;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
}

.tox-tinymce {
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
}

.mce-content-body{
	font-size: 14px !important;
	
}
.direita{
	text-align: -webkit-right;
	text-align: -moz-right;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}

.form-control{
	height: 36px;
}

#iphone{
	margin-top: -80px;
	background-image:url('../img/iphone6.svg');
    width:420px;
    margin-left: -20px;
    height:873px;
    background-repeat: no-repeat;
}

.uppercase{
	text-transform: uppercase !important;
}

.hover:hover{
	opacity: 0.5;
	transition-duration: 0.2s;
}

p{
font-weight: 400;
font-size: 12px;
color: #4A4A4A;
letter-spacing: 0;
}

#topo{
border-top:3px solid #293277;
}

#cabecalho{
min-height: 100px;
height: 100px;

padding-top: 23px;	
}

#cabecalho .far, #cabecalho .fas{
font-size: 25px;
color: #293277;
padding-top: 14px;
}

#cabecalho .logado{
	padding-top: 17px;
	color: #989898;
	font-size: 14px;
	font-weight: 400;
}

.cor-alerta{
	color:#9EC73D;
	font-weight: 400;
}

.cor-azul{
	color:#293277;
}


.fundologin {
    background: url('../img/fundologin.jpg') -300px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: auto;
}


.perfil{
	border-radius: 100px;
    border: solid 2px #9EC73D;
}

.bg-dark{
	background-color: #293277 !important;
	height: 60px;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.16);
}

.nav-link{
	font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

li .nav-item .active a{
	font-weight: 600 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 22px !important;
}

#toggle{
	cursor:pointer;
	display: block;
}

h1{
	font-size:20px;
	color: #4A4A4A;
	letter-spacing: 0;
	font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: #9EC73D;
    border-color: #9EC73D;
}

.btn-primary:hover {
    color: #fff;
    background-color: #759a20;
    border-color: #759a20;
}

#blocobranco{
background: #FFFFFF;
box-shadow: 0 1px 20px 0 rgba(0,0,0,0.10);
border-radius: 10px;
min-height: 300px;
padding: 30px;
max-width: 700px;
width: 100%;
margin-bottom: 20px;
}


#blocobrancointerno{
background: #FFFFFF;
box-shadow: 0 1px 20px 0 rgba(0,0,0,0.10);
border-radius: 10px;
min-height: 300px;
padding: 30px;
width: 100%;
margin-bottom: 20px;
}

#blocoazul{
background: #293277;
box-shadow: 0 1px 20px 0 rgba(0,0,0,0.10);
border-radius: 10px;
min-height: 480px;
padding: 30px;
}

h2{
font-weight: 500;
font-size: 16px;
color: #293277;
letter-spacing: 0;
}

h3{
font-weight: 500;
font-size: 16px;
color: #293277;
letter-spacing: 0;
}

b, strong{
	font-weight: 600 !important;
}

#blocoazul h2{
font-weight: 500;
font-size: 14px;
color: #ffffff;
letter-spacing: 0;
}

#blocoazul p{
	color: #fff;
	font-weight: 400;
}

.horas p{
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;	
}

#divisor{
margin-top: 40px;
border: 1px solid #254083;
}

#fixorodape{
	color: #fff;
    position: absolute;
    bottom: 10px;
    left: 90px;
    font-size: 10px;
}

#fixorodape a{
	color: #fff;
	text-decoration: none;
}

#fixorodape a:hover{
	text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.tipo, .valor{
	width: 100%;	
}

.ml--15{
	margin-left: -15px;
}

#campo, #valor{
	padding:10px 10px 10px 5px;
}

#campo input {
    display: block;
    width: 100%;
    height: 35px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 1px solid #ced4da00;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#novogasto{
	margin-left: -13px;
}

.ft14{
	font-size: 14px;
}

.ft16{
	font-size: 16px;
}

#finalgasto{
	border-top: 1px dashed #f1f1f1;
    margin-top: 20px;
    padding-top: 20px;
}

#modoApresentacao {
    position: fixed;
    top: 50%;
    z-index: 9999;
    right: -10px;
    color: #fff;
    margin-right: 0;
    border-radius: 5px 5px 0px 0px;
    border: transparent;
    padding: 10px;
    background-color: #293277;
    transform: rotate(270deg);
    cursor:pointer;
}

#modoApresentacao:hover {
    background-color: #4c4c4c;
}


#modoApresentacao2 {
    position: fixed;
    top: 50%;
    z-index: 9999;
    right: -20px;
    color: #fff;
    margin-right: 0;
    border-radius: 5px 5px 0px 0px;
    border: transparent;
    padding: 10px;
    background-color: #293277;
    transform: rotate(270deg);
    cursor:pointer;
}

#modoApresentacao2:hover {
    background-color: #4c4c4c;
}

.mt-60{
margin-top: 30px;
border-top: 1px solid #f1f1f1;
padding-top: 30px;
}

.mt-30{
margin-top: 20px;
border-top: 1px solid #f1f1f1;
padding-top: 20px;
}

.notification-icon {
padding: 2px 5px;
    background-color: red;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    margin-left: 5px;
    border-radius: 2px;
}


.modal-footer {
    justify-content: center !important;
    background-color: #fff;
    height: 70px;
}


.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}