body { font-family: Verdana; margin: 0; }
td, th, p, span, div, input, select { font-family: Verdana; }
a { text-decoration: none; font-size: 20px; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; text-align: right; }
input[type=number] { -moz-appearance: textfield;  text-align: right; }
textarea { font-family: monospace;  }

/*
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
::-webkit-scrollbar { width: 10px; background-color: #F5F5F5; }
::-webkit-scrollbar-thumb { background-color: #000000; border: 2px solid #555555; }
*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 #eeeeee;
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0 #eeeeee;
	background-color: #555;
}

body { overflow-y: scroll; }

#popup { 
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-49%,-50%);
	z-index: 10000!important; 
	color: black;
	background-color: #d9d9d9;
	border: 1px solid black;
	padding: 6px;
	border-radius: 10px;
}

#head_content {
	width: 100%;
	background-color: #333333;
	height: 90px;
	position: fixed; 
	top: 0; 
	z-index: 100000;
}

#body_content {
	position: relative;
	top: 90px; 
	z-index: 100;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	background-color: white;
}

#bar_split {
	border-left: 1px solid #eeeeee;
	width: 10px;
	height: 100%;
}

#content {
	margin: 0;
	border: 0;
	padding: 0;
}

#campaign_variables {
	white-space: nowrap;
	position: fixed;
	z-index: 100000;
	background-color: white;
	padding: 5px;
	width: 100%;
	margin: 0;
}

#content_map_grids {
	position: relative;
	top: 45px;
}

#bar_left {
	width: 75px;
	text-align: center;
}

#bar_middle {
	width: 180px;
	text-align: left;
}

#bar_right {
	color: white;
	text-align: left;
}

#tree {
	overflow-x: auto;
	overflow-y: auto;
	position: fixed;
	z-index: 1000000;
	background-color: #ffffff85;
}

.logo_image {
	height: 30px;
	/*opacity: 0.5;*/
}
/*
.logo_image:hover {
	opacity: 1;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}
*/
.logo_image_company {
	max-width: 150px;
	max-height: 50px;
	cursor: pointer;
	/*opacity: 1;*/
}
/*
.logo_image_company:hover {
	opacity: 1;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}
*/

#login_content {
	position: relative;
	top: 100px; 
	z-index: 100;
}
.login_fields {
	font-size: 14px;
	padding: 10px;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 350px;
}

.login_submit {
	font-size: 14px;
	padding: 10px;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #333333;
	color: white;
	width: 150px;
	cursor: pointer;
}

.login_back {
	font-size: 14px;
	padding: 10px;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: grey;
	color: white;
	width: 100px;
	cursor: pointer;
}

.login_recover {
	font-size: 14px;
	color: grey;
	font-size: small;
}
.login_recover:hover {
	font-size: 14px;
	color: black;
	font-size: small;
}
.login_table {
	border-radius: 20px;
	padding: 20px;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

.plan_fields {
	font-size: 11px;
	padding: 10px;
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	width: 120px;
}
.plan_fields::placeholder { font-size:90%; }

.plan_search {
	font-size: 11px;
	padding: 10px;
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	width: 120px;
}
.plan_search::placeholder { font-size:90%; }

.plan_planner {
	font-size: 12px!important;
	border-width: 1px!important;
	border-style: solid!important;
	border-color: #ffefcc!important;
	background-color: #ffefcc!important;
	padding-left: 5px!important;
	padding-right: 5px!important;
	width: 130px!important;
	font-weight: bold;
	cursor: pointer;
	/* border-radius: 4px; */
}

.plan_number {
	font-size: 11px;
	padding: 10px;
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	width: 20px;
}
.plan_number::-webkit-input-placeholder { text-align: center; }
.plan_number:-moz-placeholder { text-align: center; }
.plan_number::placeholder { font-size:90%; }

@keyframes blink { 50% { background-color: #ffff99; }  }

#plan_dates_chain {
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
}

.plan_budget {
	font-size: 11px;
	padding: 10px;
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	width: 105px;
}
.plan_budget::-webkit-input-placeholder { text-align: center; }
.plan_budget:-moz-placeholder { text-align: center; }
.plan_budget::placeholder { font-size:90%; }

.plan_filter {
	font-size: 11px;
	padding: 5px;
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: grey;
	width: 180px;
}

.plan_button {
	font-size: 11px;
	padding: 10px;
	border-radius: 15px;
	background-color: #dddddd;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	cursor: pointer;
}

.plan_dates {
	font-size: 11px;
	padding: 10px;
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	width: 95px;
}
.plan_dates::placeholder { font-size:90%; }

.ads_plan_web {
	background-color: white;
	padding: 10px;
	border-radius: 15px;
	color: black;
	font-size: 12px;
}
.ads_plan_web_title {
	font-size: 8px;
	color: #b3b3b3;
	font-weight: bold;
}

#commands {
	font-size: 16px;
}

#vehicle_corporate_code {
	width: 120px!important;
}

#loading {
	/*filter: sepia(50%) hue-rotate(190deg) saturate(500%);*/
	/*filter: grayscale(1);*/
	/*filter: saturate(100%);*/
	filter: grayscale(100%) saturate(200%);
	height: 20px;
	position: relative;
	top: 4px;
}

.pipe { color: #dddddd; }
.grey { color: grey; font-size: small; }

#page_size {
	font-size: 10px;
	width: 40px;
	text-align: center;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	color: #666666;
}

#div_map {
	height: 370px;
	width: 100%;
	border-radius: 15px;
	background-color: rgb(138,180,248);
	/*
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	*/
}

#div_controls {
	height: 350px
}

#submenu_message {
	padding-left: 10px;
}

#message {
	height: 265px;
	width: 94.5%;
	border-radius: 15px;
	padding: 10px;
	/*background-color: #e6ffff;*/
	background-color: #eeeeee;
	border: none;
	border-style: solid;
	border-color: #333333;
	cursor: auto;
}

#query {
	height: 265px;
	width: 94.5%;
	border-radius: 15px!important;
	padding: 10px;
	background-color: #eeeeee;
	/*background-color: #cce6ff;*/
	border: none;
	border-style: solid;
	border-color: #333333;
	white-space: pre;
	overflow-wrap: normal;
	overflow-x: scroll;
	cursor: auto;
}

#select_insertion_order {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #bfbfbf;
	border-radius: 5px;
	width: 150px!important;
}

#insertion_order_total {
	color: blue;
	font-size: 12px;
}
#insertion_order_files {
	color: blue;
	font-size: 12px;
	cursor: pointer;
}
#due_dates {
	visibility: hidden;
	display: none;
}
#due_days, #due_days_span, #due_day {
	visibility: hidden;
	display: none;	
}
#table_insertion_order {
	height: 294px!important;
	width: 99.5%;
	border-radius: 15px!important;
	/*margin: 3.7px;*/
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 3.5px;
	padding-right: 3.5px;
	background-color: #ffffff;
	border: none;
	border-style: solid;
	border-color: #333333;
	border-collapse: separate;
	position: relative;
}

#table_insertion_order td {
	white-space: nowrap;
	font-size: 10px;
	background-color: #d9d9d9;
	padding: 4px;
	border-radius: 5px;
}

#table_insertion_order input {
	width: 110px;
	font-size: 10px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #bfbfbf;
	border-radius: 5px;
}

#table_insertion_order textarea {
	width: 98%;
	height: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #bfbfbf;
	border-radius: 5px;
	position: relative;
	top: 2px;
	font-size: 10px;
}

#table_insertion_order input[type=checkbox] {
	font-family: system-ui, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	width: 12px;
	position: relative;
	top: 2px;
}

.upload_file_icons {
	height: 14px;
	position: relative; 
	top: 4px;
	cursor: pointer
}

#gross_value {
	width: 75px!important;
	font-size: 10px;
	padding: 4px;
	text-align: right;
}
#comission_value {
	width: 75px!important;
	font-size: 10px;
	padding: 4px;
	text-align: right;
}
#net_value {
	width: 75px!important;
	font-size: 10px;
	text-align: right;
}

#submenu {
	background-color: #333333;
	border-radius: 15px;
	visibility: hidden;
	margin: 15px;
}

.submenu_checked {
	color: white;
	font-weight: bold;
	font-size: 13px;
}

.submenu_unchecked {
	color: grey;
	font-weight: bold;
	font-size: 13px;
}

#table_submenu {
	vertical-align: top;
	/*padding-left: 15px;*/
	color: white; 
}

#query_type {
	font-size: 11px;
	width: 185px;
	border-radius: 10px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' style='position:relative;top:-3px;' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
}

#query_radius {
	font-size: 11px;
	width: 60px;
	border-radius: 10px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' style='position:relative;top:-3px;' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
}

#div_page_size {
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	/*
	text-align: right;
	position: relative;
	margin-right: 50px;
	top: -32px;
	*/
}

#adsid {
	font-size: 11px;
	width: 120px;
	text-align: center;
	border-radius: 10px;
	padding: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	position: relative;
	top: -2px;
}

.ads_not_found {
	font-size: 16px;
}

#p_adsid {
	font-size: 11px;
	width: 80px;
	text-align: center;
	border-radius: 10px;
	padding: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	position: relative;
	top: -2px;
}

.percentage {
	font-size: 11px;
	width: 21px;
	text-align: center;
	border-radius: 10px;
	padding: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	position: relative;
	top: -2px;
}
.percentage::-webkit-input-placeholder { text-align: center; font-size:10px }
.percentage:-moz-placeholder { text-align: center; font-size:10px; }


#workflow {
	font-size: 11px;
	width: 210px;
	border-radius: 10px;
	padding: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 2px;
	position: relative;
	top: -2px;
}

#objective {
	font-size: 11px;
	width: 105px;
	border-radius: 10px;
	padding: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 2px;
	position: relative;
	top: -1px;
}

.remove_filters {
	font-size: 8.5px;
	padding: 4px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #196719;
	background-color: #99ff99;
	width: 115px;
	cursor: pointer;
	position: relative;
	top: -3px;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 60px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: -120%;
	left: 50%;
	margin-left: -35px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 10px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip .tooltipbutton {
	border: 0;
	background-color: transparent;
	font-size: 20px;
	cursor: pointer;
}

.map_info_window {
	font-size: 10px!important;
	max-width: 300px!important;
	max-height: 250px!important;
}
[class*="gm-style-iw"] {
	font-size: 10px!important;
	max-width: 300px!important;
	max-height: 250px!important;
}

.icons {
	height: 25px;
	position: relative;
	top: 7px;
	image-rendering: smooth;
}

.icons2 {
	height: 15px;
	position: relative;
	top: 2px;
}

.icons3 {
	height: 14px;
	position: relative; 
	top: 4px;
	cursor: pointer;
}

#upload_loading {
	filter: grayscale(100%) saturate(200%);
	height: 14px;
	position: relative; 
	top: 4px;
}

#pinooh-image {
	width: 98%;
	height: 35px;
	margin: 0;
	border: 0;
	padding: 0;
	overflow-x: scroll;
	margin-top: 10px;
}