html,body{
	padding:0;
	margin:0;
}

h3{
	font-size:1.5em!important;
	color:white;
}

.bg{
	background-image:url("/images/bg.jpg");
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
}

.main{
	background:rgba(0,0,0,.3);
	position:fixed;

}

main .table_view{
	background-color:rgba(255,255,255,0.7);
	backdrop-filter: blur(6px);
	border-radius: 4px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

subpage form{

}

subpage form select{

}

subpage[name="register"] .painel{
	display:block;
	width:600px;
	max-width: 100%;
	margin:auto;
	margin-bottom:20px;
}

.info-contact{
	font-size: 20px;
	text-align: center;
}

.table_view td.offer_info{
	border-top:none;
}

.offer_info{
	text-align: center;
}

.offer_info_label{
	font-weight: bold;
	padding-bottom: 5px;
}

main header{
	background-color:rgba(255,255,255,0.6);
	backdrop-filter: blur(6px);
	border-radius: 4px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.info{
	padding:15px;
	border:1px solid #ddd;
	border-radius:10px;
	margin:10px 0;
	background-color:rgba(255,255,255,0.7);
}

[js=partners] .selector{
	background-color:rgba(255,255,255,0.7);
	cursor:pointer;
}

.info p{
	font-size:0.8em;
	font-style:italic;
}

.info p b{
	font-style:normal;
}

.float_menu{
	background: rgba(0,0,0,0);
}
.float_menu .float_menu_itens{
	display: none;
}

.float_menu:hover .float_menu_itens{
	display: block;
	padding-bottom: 20px;
    position: absolute;
    width: 100px;
    right: -20px;

}

.menu_itens{
	border:1px solid rgb(229, 231, 235);
	border-top:none;
	margin-top:2px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:rgba(255,255,255,0.6);
	backdrop-filter: blur(6px);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.float_menu_item{
	padding:5px 10px;
	font-size: 0.75rem;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}

.float_menu_item:hover{
	background:rgba(0,0,0,0.1);
}

.full-height-main{
	height: CALC(100vh - 0px);
}

.filter-menu{
	position: fixed;
	bottom:20px;
	left:50%;
	display: none;
	z-index:1;
}

.filter-menu img{
	width:40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(6px);
	border-radius: 50%;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border:1px solid transparent;
}

.filter-menu img:hover{
	border:1px solid black;
}

.hover_info .hover_info_label{
	display: inline-block;
	width:0px;
	overflow: hidden;
	transition:width 1s;
}

.hover_box{
	width:32px;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}

.hover_box:hover{
	z-index: 1;
}

.hover_info:hover .hover_info_label{
	width: 116px;
	white-space: nowrap;
}

subpage{
	padding:20px;
	padding-top:20px;
	overflow-y: auto;
	height: 100%;
	width: 100vw;
}

.selector{
	position:relative;
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 6px;
	color: black;
}

.selector.focused .selector_list{
	display:block;
}

.selector_list{
	position: absolute;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: white;
	display: none;
	z-index: 1;
	left:0;
	top: 32px;
}

.selector, .selector_list div,.view_plain,.table_view th,.table_view td input{
	padding: 5px 10px;
	background: none;
}



.selector_list div:first-child{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.selector_list div:last-child{
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.selector_list div:hover{
	background-color: #eee;
	cursor: pointer;
}

.table_view{
	margin-top:10px;
	color: black;
}

.table_view td{
	border: 1px solid #ccc;
	position: relative;
	border-right:none;
	border-bottom:none;
	border-left:none;
	font-size:12px;
	font-weight:400;
	padding:0 5px;
}

.table_view th{
	border: 1px solid #ccc;
	border-right:none;
	border-bottom:none;
	border-left:none;
	font-size:14px;
	font-weight:500;
}

.table_view td input{
	width:100%;
	border:none;
}

.table_view{
	border-collapse: separate;
	border-spacing: 0;
}

.table_view td:first-child{
	border-left: 1px solid #ccc;
}

.table_view td:last-child{
	border-right: 1px solid #ccc;
}

.table_view thead tr:first-child th:first-child{
	border-top-left-radius: 6px;
	border-left: 1px solid #ccc;
}

.table_view thead tr:first-child th:last-child{
	border-top-right-radius: 6px;
	border-right:solid 1px #ccc;
}

.table_view tbody tr:nth-child(even){
	background-color: rgba(0,0,0,0.01);
}

.table_view.noadmin tbody tr:last-child td{
	border-bottom: 1px solid #ccc;
}

.table_view.noadmin tbody tr:last-child td:first-child{
	border-bottom-left-radius: 6px;
}

.table_view.noadmin tbody tr:last-child td:last-child{
	border-bottom-right-radius: 6px;
}

.table_view tfoot tr:last-child td{
	border-bottom: 1px solid #ccc;
}

.table_view tfoot tr:last-child td:first-child{
	border-bottom-left-radius: 6px;
}

.table_view tfoot tr:last-child td:last-child{
	border-bottom-right-radius: 6px;
}

.action_button{
	width:22px;
	height:22px;
	cursor: pointer;
	background-size: contain;
	margin-top:5px;
	margin-right: 7px;
}


.btn_red, .info-details div.btn_red{
	border-radius: 20px;
	padding:5px 10px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	border:1px solid transparent;
	color: white;
	display: inline-block;
	font-size:12px;
	cursor:pointer;
	background-color: rgba(255,0,0,0.5);
}

.btn_red:hover, .info-details div.btn_red:hover{
	border:1px solid #000;
}

.action_free{
	background-color:#fff;
	border-radius: 20px;
	padding:5px 10px;
	display:block;
	width:fit-content;
	margin:auto;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	border:1px solid #fff;
	color: black;
}

.action_free:hover{
	border:1px outset rgba(127,0,0,0.5);
}

.action_free.icon{
	padding:5px;
	margin:0;
	display: inline-block;
	vertical-align: top;
	margin-top:1px;
	margin-right: 15px;
}

.changer-line{
	white-space: nowrap;
}

.changer-line input.filter-select{
	width:auto;
	display: inline-block;
	vertical-align: top;
	max-width: CALC(100vw - 110px);
}

.action_free img{
	width: 20px;
	height: 20px;
}

.action_button.add{
	background-image:url("/images/add.svg");
}

.action_button.del{
	opacity: 0.5;
	background-image:url("/images/del.svg");
}

.action_button.del:hover{
	opacity: 1;
}

.loading{
	background: none;
}

@keyframes ani-loader {
	to {
		opacity: 0.1;
		transform: translate(0, -6px);
		background : red;
	}
}

@keyframes ani-loader-check1 {
	to {
		border-radius: 2px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		opacity: 1;
		background : green;
		height: 10px;
		#bottom: -1px;
		#left: 6px;
		transform: rotate(-45deg);
	}
}

@keyframes ani-loader-check2 {
	to {
		border-radius: 2px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		opacity: 1;
		background : green;
		height: 16px;
		top: -7px;
		left: 10.8px;
		transform: rotate(40deg);
	}
}


@keyframes ani-loader-check3 {
	to {
		opacity: 0;
	}
}

.view_loader{
	white-space: nowrap;
	position: relative;
}

.view_loader > div {
	width: 4px;
	height: 4px;
	background: #000000;
	border-radius: 50%;
	margin : 1px;
	animation: ani-loader 0.6s infinite alternate;
	display: inline-block;
	position: absolute;
}

.view_loader.unchecked > div {
	animation: ani-loader 0.6s infinite alternate;
}
.view_loader > div:nth-child(1) {
	left:3px;
	top:0px;
}
.view_loader > div:nth-child(2) {
	animation-delay: 0.2s;
	left:8px;
	top:0px;
}
.view_loader > div:nth-child(3) {
	animation-delay: 0.4s;
	left:13px;
	top:0px;
}

.view_loader.checked > div:nth-child(1) {
	animation: ani-loader-check1 linear;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.view_loader.checked > div:nth-child(2) {
	animation: ani-loader-check2 linear;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.view_loader.checked > div:nth-child(3) {
	animation: ani-loader-check3 linear;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.input_loader{
	width: 20px;
	height: 20px;
	position: absolute;
	top:14px;
	right:8px;
}

.action_button_custom{
	border:1px solid #ccc;
	border-radius:15px;
	margin: 5px;
	background: white;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	min-width: 20px;
	min-height: 20px;
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
	font-size: 12px;

}

.action_button_custom.red{
	background-color: rgba(255,0,0,0.5);
	color:white;
}

.action_button_custom img{
	width: 20px;
	height: 20px;
	opacity: 0.6;
}

.action_button_custom:hover{
	border:1px solid #000;
}

.action_button_custom:hover img{
	opacity: 1;
}

.info-details div b{
	font-size:11px;
	font-weight: 600;
	color:#333;
}

.info-details div{
	font-size:16px;
	font-weight: 400;
	color:#666;
}

.info-ref,.info-value{
	float:right;
	margin-right: 10px;
	margin-top:10px;
}

.info-obs{
	margin-top:20px;
}

.info-obs b{
	display:block;
}

.info-data{
	float:right;
}

.info-details div.info-obs{
	font-size: 14px;
}

.info-details div.info-obs span{
	display:block;
	margin-top:10px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:15px;
}


.info-details div.info-coleta{
	display:block;
	margin-top:10px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:15px;
}

.info-details div.info-coleta div{
	font-size: 14px;
}

.info-details div.info-coleta b.top{
	position: relative;
	top: -15px;
}

.info-extra{
	margin-top:10px;
}

.info-action{
	text-align:center;
}

.info-action img{
	width: 24px;
	height: 24px;
	display: inline-block;
	opacity: 0.6;
}

.info-action-1, .info-action-2{
	cursor: pointer;
	display:block;
	border:1px solid #ccc;
	border-radius:10px;
	padding:5px 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	max-width: 300px;
	position: relative;
	margin:auto;
}

.info-action-1:hover, .info-action-2:hover{
	background-color:rgba(0,0,0,0.1);
}

.info-action-2 input{
	padding:3px 5px;
	margin-top:-3px;
	margin-bottom:-3px;
	width:100%;
	margin-left:-5px;
	margin-right:-5px;
}

.info-action-2 img{
	position:absolute;
	right:10px;
	top:5px;
}

[js=freights] .table_view,[js=billboards] .table_view{
	margin:auto;
	width: 100%;
}

.offer{
	margin:auto;
	width:fit-content;
}

.offer.homologado{
	background-color:rgba(0,127,0,0.1);
}

.offer:hover{
	background-color:rgba(0,0,0,0.05);
}

.offer_info{
	display: table-cell;
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
	font-size: 15px;
}

.offer_info img{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.offer_info .action_button_custom{
	padding:3px 10px;
	font-size:11px;
	margin-top: -2px;
	margin-bottom: 4px;
}

.filter-select{
	backdrop-filter: blur(6px);
	border-radius: 4px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	padding: 5px 10px;
	background-color:rgba(255,255,255,0.7);
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: black;
}

.filter-select::placeholder{
	color:black;
}

[js=freight_filters],[js=bill_filters]{
	padding-right: 20px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
	max-width: 150px;
}

.freights-col{
	display:table-cell;
	vertical-align: top;
	width:80%;
}

[js=freights]{
	height: CALC(100vh - 100px);
	overflow: auto;
}

.freights-row{
	display:table;
	width:100%;
	height: 100%;
}

@media only screen and (max-width: 800px) {
	[js=freight_filters],[js=bill_filters]{
		display: none;
	}

	[js=subpage_freights].filtering [js=freight_filters],[js=subpage_billboards].filtering [js=bill_filters]{
		display: block;
		position: fixed;
		top: 56px;
		left: 0;
		right: 0;
		bottom: 80px;
		max-width: inherit;
		z-index: 3;
		padding-left:20px;
		padding-top:20px;
		background-color: rgba(0,0,0,0.3);
	}

	.filter-menu{
		display: block;
	}
}

.painel{
	display:inline-block;
	vertical-align: top;
	margin-right:20px;
	margin-bottom:20px;
	border:1px outset rgba(127,0,0,0.5);
	border-radius: 20px;
	padding:20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	backdrop-filter: blur(6px);
	background-color:rgba(255,255,255,0.05);
	color:#fff;
}
.painel h2{
	margin-bottom:10px;
}

.filters{
	color:white;
}

.filters .filter-select{
	display:inline-block;
	width:auto;
	margin-right: 5px;
	color: black;
}

.info-btn{
	display: inline-block;
	width: 40px;
	position: relative;
	float:right;
	margin-left: -40px;
	margin-top:0px;
}

.info-btn img{
	border:1px solid black;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color:rgba(255,255,255,0.7);
}

.info-btn .info{
	display:none;
	position: absolute;
	width: 600px;
	z-index: 1;
	background-color:rgba(255,255,255,0.8) ;
	backdrop-filter: blur(6px);
	top:0;
	right: 0;
}

.info-btn:hover .info{
	display:inline-block;
}

.dialog-popup{
	position: fixed;
	display: table;
	width: 100vw;
	height: 100vh;
	left:0;
	top:0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: 2;
}

.dialog-main{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.dialog-body{
	background-color: rgba(255,255,255,0.9);
	border-radius: 1rem;
	padding:2rem;
	max-width: 280px;
	display: inline-block;
	pointer-events: all;
	color:black;
	position: relative;
}


.buy-coin{
	color:black;
	font-size:22px;
	text-align: left;
	white-space: nowrap;
	margin-top:20px;
	clear:both;
	padding:10px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}

.buy-coin:hover,.buy-coin.active{
	background-color: rgba(0,0,0,0.3);
}

.buy-coin span {
	font-size: 14px;
	display: inline-block;
	width:80px;
	text-align: right;
	margin-top:7px;
	float: right;
}

.buy-coin div.des{
	position: absolute;
	left: 207px;
	font-size: 12px;
	color: green;
	top: 16px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	padding: 2px 9px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.buy-coin div.ins{
	position: absolute;
	border: 1px solid #ea680e;
	padding: 5px 12px;
	font-size: 10px;
	color: black;
	border-radius: 10px;
	left: 68px;
	top: 39px;
	width: 96px;
	text-align: center;
	opacity: 0.9;
	background: black;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg); /* Use 359deg to ensure continuous rotation without a "jump" at 360deg */
	}
}

.action_free.icon.loading{
	background-color: #fff;
}

.action_free.icon.loading img{
	animation: rotation 2s infinite linear;
}

[js="logo-show"]{
	margin:20px;
}

[js="logo-show"] img{
	width:200px;
}

.logo{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.logo:hover{
	transform:scale(4);
	z-index: 1;
	position: relative;
}

.btn_red.new{
	background-color: #333333;
	font-size: 11px;
	font-weight: bold;
}

[js=freights] .table_view th, [js=billboards] .table_view th{
	height: 40px;
}

[js=freights] .table_view th:last-child, [js=billboards] .table_view th:last-child{
	width:110px;
}

[js=freights] .table_view td:last-child, [js=billboards] .table_view td:last-child{
	text-align: right;
}

.addr_point{
	background-color: rgba(255,255,255,0.6);
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 5px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 20px;
	min-height: 20px;
	vertical-align: top;
	box-sizing: content-box;
	padding: 3px 6px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 19px;
	cursor:pointer;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.anch1,.anch2,.anch3{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left:-8px;
	margin-right: -8px;
}

.anch1{
	animation: fadeIn 1s linear infinite;
}

.anch2{
	animation: fadeIn 1s linear infinite 333ms;
}

.anch3{
	animation: fadeIn 1s linear infinite 666ms;
}

.addr_point svg{
	width:20px;
	height:20px;
	display:inline-block;
	margin-top: -4px;
	margin-right: -4px;
}