.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text {
  width: 100%;
  height: .5rem;
  margin-bottom: .25rem;
  border-radius: .125rem;
}

.skeleton-text:last-child{
  margin-bottom: 0;
  width: 80%;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


/* Correção das tooltips */
.tooltip { top: 0; }

.tooltip-inner {
    max-width: 350px;
}

/* Estilização padrão do menu de ajuda */
#help .container p{
    font-size: 0.93rem;
}

#help .container p i{
    font-size: 18px !important;
    vertical-align: top;
}



/* Botão com a informação do tipo de login feito (Administração / Parceiro / Cliente - nome do cliente) */
#logged-info{
  pointer-events: none;
}
#logged-info a{
  color: rgba(0,0,0,1);
  font-size: 1.3rem;
  font-weight: bold;
}



.select2_max_width .select2-container{
  width: 100% !important;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
  opacity: 0;
}
input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 0;
}
input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 0;
}
input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity: 0;
}

.class_filtracao_dados{
  display: inline-flex;
  padding-bottom: 10px;
}


/* -------------------------------------------------------
Datatables
------------------------------------------------------- */

@media only screen and (min-width: 768px) {
  .dataTables_filter{
      margin-bottom: -40px;
  }
}

#tabelaDatatables th, #tabelaDatatables td{
  font-size: 0.9rem !important;
}

.search-div div, .search-div select, .search-div input{
  font-size: 0.91rem;
}

/* ------------------------------------------------
Tabelas Datatables
------------------------------------------------ */
#tabelaDatatables_processing{
  z-index: 1;
}

.dt-buttons{
  margin-top: 0;
  margin-bottom: -45px;
}

.dropdown-item{
  min-width: unset !important;
  padding-right: 0rem !important;
}

div.dt-button-collection{
  padding: unset !important;
}

.dropdown-menu{
  margin: unset !important;
}

#bt-header {
  margin-left: 20px !important;
}

.rsb {
  padding: 20px 15px 20px 15px;
}

/* -----------------------------------------------
Botões CRUD
----------------------------------------------- */
.datatables .btn{
  padding: 0.3rem 0.6rem;
}

.button-icon-crud{
  width: 42px;
  height: 37px;
}

.icon-crud{
  font-size: 20px !important;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

/* -----------------------------------------------
Botões Dashboard
------------------------------------------------ */

.link-adicionar{
  display: block;
  height: 124px; /* 144 */
  width: 100%;
  font-size: 16px;
  color: #C0C0C0;
  text-decoration: none;
  background-color: white;
  border-radius: 2px;
  box-shadow: none;
  transition: 0.2s ease-in-out;
  padding: 20px 16px;
  margin: 0 0 20px 0;
  cursor: pointer;
}

.link-adicionar:hover, .link-adicionar:focus{
  background-color: #005889cc !important;
  color: #ffffff;
  fill: #ffffff;
}

.control-sidebar{
  overflow-y: scroll;
}

.link-adicionar svg{
  display: block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  margin: auto;
  fill: #005889;
  transition: fill 0.15s linear 0s;
}

.link-adicionar:hover svg{
  fill: #ffffff;
}

.link-adicionar p{
  text-transform: uppercase;
  color: #005889;
  text-align: center;
  transition: color 0.15s linear 0s;
  margin-top: 12px;
  line-height: 18px;
  transition: fill 0.15s linear 0s;
}

.link-adicionar:hover p{
  color: #ffffff;
}

#datablesFiltracao {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
}

#datablesFiltracao label, input{
  display: block; /* ?? */
}

#bt-dashboard {
  margin-top: 10px;
  border-color: unset;
}

.dashboard-header-text{
  color: white;
}

.dashboard-header{
  background-color: #0070c0c0;
}

/* ----------------------------------------------------------------
GROUP RADIO
---------------------------------------------------------------- */

.group-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.group-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.group-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.group-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.group-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.group-radio .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* -------------------------------------------------------
Sweet Alert 2
------------------------------------------------------ */

.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}

/* -------------------------------------------------------
Página Bloquear Agenda
------------------------------------------------------ */
@media screen and (min-width: 992px) {
  #formBloqDatas {
    padding-top: 6px;
    padding-left: 30px;
    float: left;
  }

  #visualizarBloqDatas{
    float: left;
  }
}

@media screen and (max-width: 991px) {
  #formBloqDatas {
    padding-top: 50px;
    padding-left: 6px;
    float: unset;
  }

  #visualizarBloqDatas{
    float: unset;
  }
}

/* -------------------------------------------------------
Dashboard + RightSideBar Font Awesome 5 Icons
------------------------------------------------------ */

.icons-dashboard{
  display: block;
  text-align: center;
  color: #212529;
  font-size: 48px !important;
  transition: fill 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}

.link-adicionar:hover i{
  color: #ffffff !important;
}

/* -------------------------------------------------------
Datepicker
------------------------------------------------------ */

.datepicker{
  padding: 12px !important;
}

.datepicker td, .datepicker th{
  padding: 6px 8px !important;
}

/* -------------------------------------------------------
Datetimepicker
------------------------------------------------------ */

.bootstrap-datetimepicker-widget{
  width: 300px !important;
}

/*.bootstrap-datetimepicker-widget td, th{
  padding: 6px 8px !important;
}*/

/* -------------------------------------------------------
TimePicker
------------------------------------------------------ */

/*input[type="time"].form-control{
  padding: 5px !important;
}*/


/* ------------------------------------------------------
FullCalender.io
------------------------------------------------------- */

.fc-daygrid-event{
  cursor: pointer;
}

.fc-bg-event{
  cursor: pointer;
  opacity: 0.6 !important;
  font-style: unset !important;
}

/* ------------------------------------------------------
Select2
------------------------------------------------------ */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 38px !important;
}

/* ------------------------------------------------------
Bootstrap DualListBox
------------------------------------------------------ */
.bootstrap-duallistbox-container option{
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid #efefef;
}

/**/


.form-checkbox-custom{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.form-checkbox-label-custom{
  vertical-align: top;
}

/*Retira a margem dos titulos dos cartões*/
.card-header h3{
  margin-bottom: 2px;
}

.card-header-text-smaller h3{
  font-size: 1.5rem;
}

.card-tools{
  margin-top: -6px;
}

/* -------------------------------------------------------
Background Botões (Atribuir ás cores conforme necessidade)
------------------------------------------------------- */
.bg-lightblue.btn:hover, .bg-lightblue.btn:focus{
  background-color: #307095!important;
}


/* -------------------------------------------------------
Cor de Icones (Atribuir ás cores conforme necessidade)
------------------------------------------------------- */
.text-navy:hover, .text-navy:focus{
  color: #001f3fcb!important;
}

/*.text-gray-dark:hover, .text-gray-dark:focus{
  color: #000000!important;
} */

.text-secondary:hover, .text-secondary:focus{
  color: #5a6268!important;
}


/* -------------------------------------------------------
Stick on Bottom of Screen
------------------------------------------------------- */
.stick-on-bottom-screen{
  position: fixed;
  bottom:0%;
  width:100%;
  opacity: 0.99;
}

/* -------------------------------------------------------
Buttons History
------------------------------------------------------- */
.btn-icon-history{
  padding: 0.1rem 0.3rem;
  height: 30px;
}


/* ------------------------------------------------------
Datatables Smaller Size
------------------------------------------------------ */
.table-small td{
  padding: 0.50rem;
  font-size: 0.92rem;
}

.table-small th{
  font-size: 0.93rem;
}

.btn-small{
  padding: 0.2rem 0.5rem !important;
}

.icon-crud-small{
  font-size: 18px !important;
  width: 18px;
  height: 18px;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #e9ecef;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

/*Select2 ReadOnly End*/

input[type="file"] {
  margin-left: -2px !important;

  &::-webkit-file-upload-button {
    display: none;
  }
  &::file-selector-button {
    display: none;
  }
}