@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');
body, .form-control, .side-nav .side-nav-link, .side-nav-forth-level li a, .side-nav-second-level li a, .side-nav-third-level li a, .btn, .input-group-text {
	font-size: 0.750rem!important;
	font-family: "Ubuntu"!important;
	letter-spacing: 0.1px!important;
}
.save-fixed{
	/*position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;*/
	/*border: solid 1px #108BB3;*/
	z-index: 1;
	text-align: right;
	padding: 10px;
}

#modal-pub-mktpls .modal-dialog{
    overflow-y: initial !important
}
#modal-pub-mktpls .modal-body{
    height: 80vh;
    overflow-y: auto;
}
.data-empresa{
	padding-top: 30px;
}
.page-title-box .page-title{
	font-size: 15px!important;
	font-weight: 300!important;
}

.btn:focus, .btn-primary{
  outline: none !important;
  box-shadow: none!important;
}

.block-mobile{display: none;}
@media all and (max-width:480px) {
	.block-gm-btn{ width: 100%!important; display:block!important; }
	.block-gm-btn-via{ width: 100%!important; display:block!important; margin-bottom: 10px!important; }
}  

@media(max-width: 768px){
	.block-mobile{display: block!important;}
}

.load-produtos{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 4000;
	padding-top: 20%;
	text-align: center;
}
.load-produtos div{
	margin-top: 10px;
}

.btn-success, .btn-dark, .btn-warning{
	background-color: #46c99b!important;
	border-color: #46c99b!important;
	box-shadow: none!important;
	color: #fff!important;
}
.form-control, select, textarea{
	background-color: rgb(250, 250, 250)!important;
}
.col-prod{
	display: block;
	color: #6c757d!important;
}
.col-prod:hover{
	/* background-color: #f09a4a!important; */
	color: #F2933B!important;
}
.modal-xlx{
	max-width: 98%!important;
	margin-left: 20px!important;
	margin-right: 20px!important;
}
.form-select{
	display:block;
	width:100%;
	padding:.375rem 2.25rem .375rem .75rem;
	-moz-padding-start:calc(0.75rem - 3px);
	font-size: 0.9rem;font-weight:400;line-height:1.5;color:rgb(85, 85, 85);background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.custom-file-upload{
	padding: 30px;
	text-align: center;
	border: 2px dashed #dfdfdf;
	width: 100%;
}

.produtos-form input[type="file"] {
	display: none;
}
.produtos-form .col-img-upload{
	background-color: #eee;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.produtos-form .col-img{
	width: 150px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 200px;
	position: relative;
}
.produtos-form .col-img{
	padding-left: 5px;
	padding-right: 5px;
}
.produtos-form .col-img .cancelar{
	display: block!important;
	width: 100%!important;
}
.produtos-form .col-img .form-control{
	margin-top: 10px;
}
