/* Layouts */
/* Animation Mixins */

html {
	height: 100%;
	min-height: 100%;
}

body{
  min-height: 100%;	
  display: flex;
	flex-direction: column;
}

main{
  flex: 1;
}

footer{
  
}

.card.form .input-group{
  margin-bottom: 30px;
}

.token input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  margin: 0 5px;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
  background: transparent;
  color: #fba915;
}

.token input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.token input::-webkit-inner-spin-button,
.token input::-webkit-outer-spin-button {
  display: none;
}

.token button {
  margin-top: 25px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  border: none;
  padding: 9px 0;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
  background: #6e93f7;
  transition: all 0.2s ease;
}

.token button.active {
  background: #4070f4;
  pointer-events: auto;
}

.token button:hover {
  background: #0e4bf1;
}
 
.alert i{
  font-size: 18px;
}

.btn-primary,.btn-success,.btn-danger,.btn-warning,.btn-info{
  color: white !important;
}
  
.panel{ 
  max-width: 1500px; 
} 

a.card {
 text-decoration: none !important;
}

.img_previa{
  position: absolute; 
  right:  2%; 
  width: 20%;
  height: 0%;
  padding-bottom: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 9;
}
.img_previa.mob{
  margin-top: -30px;
  right:  -55%; 
  top: 0;
  width: 50%;
  padding-bottom: 50%;
  background-position: center;
}

td:has(.img_list){
   padding: 5px 0px !important; 
   margin-right: 25px;
}
.img_list{
  width: 100px; 
  object-fit: contain;
}


.logo_topo{
  position: relative; width: 100%; height: 0; padding-bottom: 52%;
}



.panel-form{padding: 20px 15px 15px;}

@media (max-width: 500px) { .panel-form{padding: 20px 0px 0px;} }


.navbar-toggle{
  float: left;
  margin-left: 10px;
}


.hand{
  cursor: pointer;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover,  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
  color: white !important;
  border: 1px solid #2196f3!important;
  background: #2196f3!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
 padding: 3px 11px;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
 padding-top: 15px;
}

.dataTables_wrapper {
  font-size: 0.94rem;
}

.datatable td{
  font-size: 0.90rem;
}

.datatable .panel-form input {
  display: block;
}


.acao{
  width: 1%;
  white-space: nowrap !important;
}

.datatable .btn i{
  font-size: 20px; 
  position: relative;
  top: 2px;
}

.datatable .btn{
  cursor:pointer;
  padding: 8px 10px;
}

@media only screen and (min-width: 768px) {
  .mob{display: none;}
}
@media only screen and (max-width: 767px) {
  .desk{display: none;}
  
}

.upload {
  position: relative;
  width: 260px;
  height: 175px;
  border: 2px dashed #eee;
  background:url('../images/dragedrop.svg') no-repeat center/contain;
}

.upload input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}

.td-linha{
  white-space:pre;  
}

.btn-galeria{
  float: right; 
  margin-right:-80px; 
  height:35px; 
  font-size:18px
}

.mdi.center {
  position: relative;
  top: 2px;
}

img{
  max-width: 100%;
}

#videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 8px;
  height: 0;
}
#videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slideWrapper {
  position: relative;
  padding-bottom: 66%; /* 16:9 */
  padding-top: 60px;
  height: 0;
  background: #22222212;
}
#slideWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe{max-width:100%;}

/*Customizando folha csss tunymce*/
.tox .tox-tbtn__select-label{
  width: unset !important;
}
.tox .tox-dialog__busy-spinner{
   z-index: 0 !important;
}

.tox-notification { display: none !important }

.max30{ max-width: 30px; }
.max50{ max-width: 50px; }
.max100{ max-width: 100px; }
.max150{ max-width: 150px; }
.max200{ max-width: 200px; }
.max250{ max-width: 250px; }
.max300{ max-width: 300px; }
.max400{ max-width: 400px; }
.max500{ max-width: 500px; }
.max600{ max-width: 600px; }
.max700{ max-width: 700px; }
.max800{ max-width: 800px; }


.table_modal {
  max-width: 900px;
  width: 100%;
  margin: 5px auto;
  padding: 20px 0
}

.table_modal td,
.table_modal th {
  border: 1px solid #ddd;
  padding: 8px
}

.logo_shadow{
  filter: drop-shadow(6px -4px 1px #000000);
}

.share {
	display: flex;
}
.share a {
	margin: 0 2px;
	width: 30px;
	height: 30px;
	background: url('../images/share.png') no-repeat top/ auto 100%;
}
.share .facebook {
	background-position-x: 0px;
}
.share .twitter {
	background-position-x: 66.4%;
}
.share .whatsapp {
	background-position-x: 99.5%;
}
.share .telegram {
	background-position-x: 33.4%;
}


.table_modal tr:hover {
  background-color: #ddd
}

.table_modal td div:first-child {
  font-weight: 600;
  font-size: .85em;
}
@media (min-width: 701px) {
  .table_modal tr:nth-child(2n) {
    background-color: #f2f2f2
  }
}

@media (max-width: 700px) {
  .table_modal td:nth-child(2n) {
     background-color: #f2f2f2;
  }
  .table_modal td {
     display: block;
     text-align: left;
  }
}


