* { box-sizing: border-box; 
}

@font-face {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
}

.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
}

.autocomplete-items {
  color: #000000;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 10;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #000000;
}

::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 5px #505050;
}

::-webkit-scrollbar-thumb:hover {
	background: #303030;
}

html {
	padding: 0;
	margin: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

body {
	font-family: 'arial';
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: #202020;
	color: #ffffff;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

err {
	font-size: 100px;
}

input[type=email] {
	width: 90%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=password] {
	width: 90%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=text], #campaignselect, #entityselect {
	width: 90%;
	padding: 12px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=date] {
	width: 90%;
	padding: 12px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=number], #campaignselect, #entityselect {
	width: 90%;
	padding: 12px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=submit] {
	text-align: center;
	width: 90%;
	background-color: green;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #009900;
	transition: linear all 0.2s;
}

input[type=button] {
	text-align: center;
	background-color: green;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=button]:hover {
	background-color: #009900;
	transition: linear all 0.2s;
}

input[name=showInfoIssue] {
	text-align: center;
	background-color: green;
	color: white;
	padding: 4px 4px;
	margin: 8px 8px;
	margin-right: 50px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[name=delete], input[name=cancel] {
	text-align: center;
	width: 300px;
	background-color: #a80000;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[name=delete]:hover, input[name=cancel]:hover, #deleteEntryButton:hover, button[name=deleteEntryButton]:hover {
	background-color: #ff0000;
	transition: linear all 0.2s;
}

input[name=accounts], input[name=newtask], input[name=newentity], input[name=copytask], input[name=campaign], input[name=adgroup], input[name=customer], #addNegativ, button[name=addAlt], button[name=addNext] {
	text-align: center;
	width: 300px;
	background-color: #00a1d4;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[name=copytask] {
	width: 150px;
}

input[name=accounts]:hover, input[name=newtask]:hover, input[name=newentity]:hover, input[name=copytask]:hover, input[name=campaign]:hover, input[name=adgroup]:hover, input[name=customer]:hover, button[name=addaccount]:hover, button[name=linkaccount]:hover, #addNegativ:hover, button[name=addAlt]:hover, button[name=addNext]:hover {
	background-color: #00c3ff;
	transition: linear all 0.2s;
}

input[name=save], input[name=typeselected], input[name=saveall], input[name=generatenow]  {
	text-align: center;
	width: 300px;
	background-color: green;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[name=save]:hover, input[name=saveall]:hover ,input[name=generatenow]:hover  {
	background-color: #00bb00;
	transition: linear all 0.2s;
}

input[id=dragAndDropHandle]:checked:after {
	width: 20px;
	height: 10px;
	border-radius: 10px;
	top: -2px;
	left: -5px;
	position: relative;
	background-color: #303030;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

label {
	font-size: 12px;
}

button[name=addfilter], input[name=addentity], input[name=addcampaign], input[name=linknewkeywordlist], input[name=linknewtask], input[name=linkexistingtask], input[name=linknewentity], input[name=linkexistingentity], 
 input[name=addlink],
 button[name=addlink],
  input[name=addcost],
 button[name=addcost],
   input[name=addfixum],
 button[name=addfixum],
  input[name=addgroup],
 button[name=addgroup],
  input[name=addgroup_new],
 button[name=addgroup_new],
 input[name=addcontact], 
 button[name=addcontact], 
  input[name=addaccount], 
 button[name=addaccount], 
  input[name=linkaccount], 
 button[name=linkaccount], 
 input[name=addgoal],
 button[name=addgoal],
input[name=linknewreplacementrequired], input[name=linkexistingreplacementrequired], input[name=linknewreplacementoptional], input[name=linkexistingreplacementoptional], input[name=linkneweta], input[name=linknewrsa], input[name=linkexistingeta], input[name=linkexistingrsa] {
	text-align: center;
	width: 90%;
	background-color: #00a1d4;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=addfilter]:hover , input[name=addentity]:hover, input[name=addcampaign]:hover, input[name=linknewkeywordlist]:hover, input[name=linknewtask]:hover, input[name=linkexistingtask]:hover, input[name=linknewentity]:hover, input[name=linkexistingentity]:hover,
input[name=addlink]:hover, 
button[name=addlink]:hover, 
input[name=addcost]:hover, 
button[name=addcost]:hover, 
input[name=addfixum]:hover, 
button[name=addfixum]:hover, 
input[name=addgroup]:hover, 
button[name=addgroup]:hover, 
input[name=addcontact]:hover, 
button[name=addcontact]:hover, 
input[name=addgoal]:hover, 
button[name=addgoal]:hover,
input[name=linknewreplacementrequired]:hover, input[name=linkexistingreplacementrequired]:hover, input[name=linknewreplacementoptional]:hover, input[name=linkexistingreplacementoptional]:hover, input[name=linkneweta]:hover, input[name=linknewrsa]:hover, input[name=linkexistingeta]:hover, input[name=linkexistingrsa]:hover, input[name=blueButton]:hover {
	background-color: #00c3ff;
	transition: linear all 0.2s;
}

button[name=addAlt] {
	text-align: center;
	width: 50px;
	background-color: #00a1d4;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=addNext] {
	text-align: center;
	width: 90%;
	background-color: #00a1d4;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=removeFilter], #deleteEntryButton, button[name=deleteEntryButton] {
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #a80000;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#editEntryButton {
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #00c3ff;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=removeFilter]:hover {
	background-color: #ff0000;
	transition: linear all 0.2s;
}

button[name=removeAlt] {
	text-align: center;
	width: 50px;
	background-color: #a80000;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

textarea {
	width: 90%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

div[name=AdPreviewtitle] {
	color: #1a0dab;
	font-family: arial,sans-serif;
	font-size: 20px;
    line-height: 26px;
}

div[name=AdPreviewdescription] {
    color: #4d5156;
	font-family: arial,sans-serif;
	font-size: 14px;
    line-height: 1.58;
}

div[name=AdPreviewpath] {
	color: #202124;
	font-family: arial,sans-serif;
	font-size: 14px;
	line-height: 1.58;
}
 
#header {
	position: fixed;
	top: 0px;
	height: 58px;
	width: 100%;
	background: #101010;
	font-size: 18px;
	z-index: 10;
}

#line {
	position: fixed;
	top: 76px;
	height: 1px;
	width: 100%;
	background: #FFFFFF;
	z-index: 9;
}

#border {
	position: relative;
	top: 0px;
	width: 100%;
	height: 1px;
}

#main {
	position: relative;
	width: 100%;
	font-size: 15px;
	background: #202020;
	color: white;
	z-index: 0;
}

#bottomSpace {
	position: relative;
	height: 130px;
	width: 1px;
	z-index: 0;
}

#footer {
	height: 120px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: #101010;
	background-size: cover;
	font-size: 12px;
	z-index: -10;
}

#center {
	text-align: center;
}

#centerPreparing {
	left: 0;
	width: 100%;
	font-family: 'arial';
}

#login {
	width: 75%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 5px;
	background-color: #303030;
	padding: 20px 20px 30px 20px;
	font-family: 'arial';
}

#navigation ul li {
	padding: 2px 0px 2px 10px;
	list-style: none;
	margin-left: -38px;
}

#navigation ul li:hover {
	transition: linear all 0.2s;
	background: #404040;
}

#projectpicture {
	width: 100%;
	max-width: 1200px;
}

#success {
	color: green;
	border-radius: 5px;
	background-color: #202f20;
	padding: 20px 20px 10px 20px;
	text-align: left;
	font-size: 20px;
}

#fail {
	color: red;
	border-radius: 5px;
	background-color: #2f2020;
	padding: 20px 20px 10px 20px;
	text-align: left;
	font-size: 20px;
}

#whiteBackground {

	color: white;
	background-color: white;
}

table[name=customerEntryClear]{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	font-size: 20px;
	font-family: 'arial';
	height: 20px;
}

div[name=customerEntryClear]{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	font-family: 'arial';
}

table[name=customerEntryDark], tr[name=customerEntryDark], div[name=customerEntryDark] {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-radius: 5px;
	background-color: #303030;
	padding: 20px 20px 30px 20px;
	font-size: 20px;
}

table[name=customerEntryDarkThin], div[name=customerEntryDarkThin] {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-radius: 5px;
	background-color: #303030;
	padding: 0px 20px 0px 20px;
	font-size: 20px;
}

table[name=customerEntryLight], tr[name=customerEntryLight], div[name=customerEntryLight] {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-radius: 5px;
	background-color: #404040;
	padding: 20px 20px 30px 20px;
	font-size: 20px;
}

table[name=customerEntryLightThin], div[name=customerEntryLightThin] {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-radius: 5px;
	background-color: #404040;
	padding: 0px 20px 0px 20px;
	font-size: 20px;
}

#templateselect, .templateselect {
	color: white;
	height: 32.0px;
	width: 50.0%;
	font-size: 15.0px;
	background-color: #202020;
}

#filterSelect, #filterSelectMonth {
	color: white;
	height: 32.0px;
	width: 50.0%;
	font-size: 15.0px;
	background-color: #202020;
}

#kpicriteriaselect, #metrics {
	width: 90.0%;
	padding: 12.0px 20.0px;
	margin: 8.0px 0.0;
	display: inline-block;
	border: 1.0px solid #ccc;
	border-radius: 4.0px;
	box-sizing: border-box;
}

#kpitype {
	width: 150px;
	padding: 12.0px 20.0px;
	margin: 8.0px 0.0;
	display: inline-block;
	border: 1.0px solid #ccc;
	border-radius: 4.0px;
	box-sizing: border-box;
}

#tasktype, #entitytype {
	width: 400px;
	padding: 12.0px 20.0px;
	margin: 8.0px 0.0;
	display: inline-block;
	border: 1.0px solid #ccc;
	border-radius: 4.0px;
	font-size: 20px;
	box-sizing: border-box;
}

#positionselect {
	width: 40px;
	height: 45px;
	display: inline-block;
	border: 1.0px solid #ccc;
	border-radius: 4.0px;
	font-size: 20px;
	box-sizing: border-box;
}

#kpisettingtable, #myaccounttable {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	font-size: 22px;
	height: 20px;
}

#reloadkpitable, #useractivitytable {
	border-radius: 5px;
	font-size: 22px;
	height: 20px;
}

#tdkpisreloadmessage {
	font-size: 16px;
	padding-left: 20px;
	font-style: italic;
}

.tooltip {
	position: relative;
}

.tooltip span[role=tooltip] {
	display: none;
}

.tooltip:not(.explanation):hover span[role=tooltip] {
	display: block;
	position: absolute;
	bottom: 1em;
	left: 0em;
	width: 15em;
	padding: 0.5em;
	z-index: 100;
	color: white;
	background-color: #505050;
	border: solid 2px #c32e04;
	border-radius: 0.2em;
}

.tooltip.explanation {
	position: relative;
	display: block;
	width: 100%;
}

.tooltip.explanation span[role=tooltip] {
	display: none;
	position: absolute;
	bottom: 1em;
	left: 0em;
	width: 15em;
	padding: 0.5em;
	z-index: 100;
	color: white;
	background-color: #505050;
	border: solid 2px #c32e04;
	border-radius: 0.2em;
}

.tooltip2 {
	position: relative;
}

.tooltip2 span[role=tooltip2] {
	display: none;
}

.tooltip2:hover span[role=tooltip2] {
	display: block;
	position: absolute;
	top: 1.7em;
	left: 1em;
	width: fit-content;
	min-width: 10em; 
	max-width: 20em; 
	padding: 0.5em;
	z-index: 100;
	color: red;
	background-color: #505050;
	border: solid 2px #c32e04;
	border-radius: 0.2em;
}

.issueStatus {
	width: 70%;
	max-width: 120px;
	padding: 12.0px 20.0px;
	margin: 8.0px 0.0;
	display: inline-block;
	border: 1.0px solid #ccc;
	border-radius: 4.0px;
	box-sizing: border-box;
}

select.padding {
	padding: 12.0px 20.0px;
	margin: 8.0px 0.0;
	display: inline-block;
	border: 1.0px solid #ccc;
	border-radius: 4.0px;
	box-sizing: border-box;
}

.infoIssueStatus {
	width: fit-content;
	max-width: 100px;
	padding: 5.0px 5.0px;
	margin-right: 10px;
	margin: 8.0px 0.0;
	display: inline-block;
	border: 1.0px solid #ccc;
	border-radius: 4.0px;
	box-sizing: border-box;
}

.quickcheck {
	width: 50px;
	text-align: center;
}

#filter {
	text-align: left;
	width: 200px;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#customerGroup, .userGroup {
	text-align: left;
	width: 90%;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#customerAccount {
	text-align: left;
	width: 90%;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=save] {
	text-align: center;
	width: 300px;
	background-color: grey;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=savecustomer] {
	text-align: center;
	width: 300px;
	background-color: green;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=save]:hover, button[name=savecustomer]:hover {
	background-color: #00bb00;
	transition: linear all 0.2s;
}

input[name=blueButton] {
	text-align: center;
    width: 300px;
    background-color: #00a1d4;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}



#header td {
  text-align:center;
}



/* added hs */
.red {
  color:red;
}
.green {
  color:green;
}
.bgyellow {
  background-color:yellow;
}
.center {
  text-align: center;
}
.message_timetracker {
  font-size:16px;
  text-align:center;
  font-weight:bold;
}
.message_timetracker .green {
  background-color: #202f20;
}

.fa-caret-down{
  transform: rotate(0deg);
  transition: transform 0.5s linear;
}

.fa-caret-down.open{
  transform: rotate(180deg);
  transition: transform 0.5s linear;
}

.fa-arrow-up{
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}

.fa-arrow-up.down{
  transform: rotate(180deg);
  transition: transform 0.1s linear;
}


/* the Details disclosure element */

details {
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
}

summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    cursor: pointer;
}

details[open] {
    padding: 0.5em;
}

details[open] summary {
    margin-bottom: 0.5em;
}


/* filter box stuff */

.box_container {
 position: relative;
}

.box__inner {
 position: absolute;
 width: 170px;
 height: 150px;
 background: #a6a7a8;
 color: black;
 display: none;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-size: 14px;
 border-radius: 2px;
  
}
.block {
 display: inline-block;
}

button.link { 
	background:none; 
	border:none; 
	cursor:pointer;
	color: white;
}
div.parameterSettings {
	font-size:14px;
}

div.parameterSettings td, div.parameterSettings th {
	text-align:left;
	padding:3px 6px;
}
div.parameterSettings td:first-child {
	text-align:right;
}
div.parameterSettings tr:nth-child(even) {
	background-color:#404040;
}
.goog-tooltip {
	color: black;
}

/* add padding to table content: currently used in timesheet-analysis */
table.tableWithPadding tr[name=customerEntryDark] td, table.tableWithPadding tr[name=customerEntryLight] td {
	padding: 20px 0px 20px 0px;
}


/* timesheet-analysis: table config + filter boxes */
div.configBox {
	display: block;
	float: left;
	padding: 8px 8px 8px 8px;
	width: 250px;
	height: 250px;
    border: 1px solid #ccc;
	border-radius: 10px;
	background-color: white;
	color: black;
	margin-right: 5px;
}
div.configBox div[content] {
	overflow-y:auto;
	margin: 5px;
	height: 215px;
}

div.configBox div[draggable] {
	display: block;
	font-size: 15px;
	font-weight: bold;
	cursor: move;
}

div.configBox div.afterDrag {
	display: block;
	font-size: 16px;
	font-weight: normal;
	background-color:#eeeff0;
	color:black;
	border-radius: 10px;
	margin: 2px;
	padding: 2px 2px 2px 8px;
    border: 0.5px solid #d6d7d8;
}

div.configBox div[title] {
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin: 5px;
}

hr.separator {
  border: 1px solid grey;
  opacity: 30%;
  border-radius: 1px;
}

/* task-edit: radio buttons */
label[rbtype=taskSchedule] {
    font-size:16px;
}

div[id=schedule_settings] {
    font-size:16px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: grey;
}

input:focus + .slider {
  box-shadow: 0 0 1px grey;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}

/* All for navigation menu */

#header *{
  box-sizing: border-box;
}

nav{
  position: absolute;
  padding: 0;
  z-index: 99;
  width: 100%;  
  width: fit-content;
  top: 0px;
  right: 2.5%;
  margin-top: 10px;
  margin-bottom: 8px;
}
  
nav .wrapper{
  position: relative;
  height: 56px;
  width: fit-content;
  max-height: 56px;
  display: flex;
  align-items: center;
  background: #303030;
}

.wrapper .nav-links{
  display: inline-flex;
}

.wrapper ul{
  padding-inline-start:0;
}

/* basic menu elements */
.nav-links li a{
  display:block;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-family: arial;
  font-weight: 500;
  height: 56px;
  padding: 0px 5px; 
  transition: all 0.3s ease;
}

.nav-links li.active{
  background: #a80000;
}

.nav-links li:hover:not(.grey){
  background: #a80000;
}

.nav-links li{	
  height: 56px;
  vertical-align: middle;
  width: 140px;  
  padding-inline-start:0;
  padding: 0;	
  list-style: none;
  border:1.0px solid grey;
}

/* basic drop menu */
.nav-links .drop-menu{
  max-height: 85vh;
  position: absolute;
  line-height: 45px;
  margin-left: -1px; 
  top: 56px;
  opacity: 0;  
  visibility: hidden;
  z-index:99;
}

.longlist{
  display:block;
  max-height: 85vh;
  overflow-y: overlay;  
  position: absolute;
  line-height: 45px;
  margin-left: -1px; 
  top: 56px;
  opacity: 0;  
  width: fit-content;
  visibility: hidden;
  z-index:99;
  overflow-x: hidden;
}

.drop-twin{
  position: relative;
  background: #303030;
  line-height: 45px;
  margin-left: -1px; 
  left: 140px;
  top: -56px;
  display: block;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.drop-menu li:hover .drop-twin{
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.drop-twin li{
  position: relative;
  align-items : center;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center; 
  justify-content: start;
  line-height: 110%;	
  vertical-align: middle;
  left: 0px;
  font-family: arial;
  font-size: 15px;
  width: inherit;
  font-weight: 400;
  border-radius: 0px;
}

.drop-menu {
	display: table;
 	height: fit-content;
	overflow: overlay;
}

.drop-menu li, .longlist li{
	background: #303030;
	position: relative;
	width: 141px;
}

.drop-menu li{
	width: 141px;
}

.longlist li{
	left: 0.5px;
	width: 141px;
}

.nav-links li:hover .drop-menu, .nav-links li:hover .longlist{
  transition: all 0.3s ease;
  top: 56px;
  opacity: 1;
  visibility: visible;
}

.nav-links li:hover .message-box{
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.message-box .on {
  transition: all 0.3s ease;
  top: 56px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a, .longlist li a{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center; 
  justify-content: start;
  position: relative;
  line-height: 110%;	
  vertical-align: middle;
  align-items : center;
  left: 0px;
  font-family: arial;
  font-size: 15px;
  width: inherit;
  font-weight: 400;
  border-radius: 0px;
}

 .drop-menu li.grey{
   text-align: right;    
   background: grey;
   font-size: 12px;
   height:20px;
   width:100%;
   padding: 0 0 0 0px;
   font-weight: 500;
   padding-right: 5px;
   vertical-align: middle;
   line-height: 130%;
 }
 
.nav-links img {
  width:30px;
  vertical-align: middle;
 }

nav input{
  display: none;
}

span.subitem {
 padding-left: 5px;
 text-align: left;
}

span.container {
 height: 100%;
 display : flex;
 align-items : center;
}

.message-box{
  position: absolute;
  top: 56px;
  opacity: 0;
  visibility: hidden;
}

.message-box-content{
  position: relative;
  border:1.0px solid grey;
  padding: 0px 0px;
  background: #404040;
  width: 315px;
  left: calc(-315px + 140px);
}

#msg-div{
  width: 100%;
  text-align: left;
  padding-right: 14px;
}

#msg-button{
  width: fit-content;
  right: 0px;
  text-align: right;
}

.msg-content{
  display: flex;
  margin: 4px;
  padding: 16px 16px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  background: #404040;     
}

.msg-close {  
  background-color: grey;
  border: none;
  width: 20px;
  height: 20px;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;  
  border-radius: 3px;
  opacity: 0.8;
}

.msg-close:hover {  
  opacity: 1;
}

.logo-container {
  position: absolute;
  left: 2.5%;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 76px;
  width: 100%;
}


/* rich text box */
.container-rich {
  width: 90%;
  max-width: 100%;
}

.form-group {
  margin-bottom: 12px;
}

label {
  display: block;
  margin-bottom: 4px;
}

input {
  border: 1px solid #ccc;
}

input,
.ql-editor {
  padding: 4px;
  font-size: 14px;
}

#editor {
  height: 300px;
}

/* questionmarks */

.help-tip{
    position: relative;
    text-align: center;
    background-color: grey;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip a.help{
	position: relative;
	top: -24px;
	z-index: 200;
    width: 100%;
    height: 100%;
    display: block;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;
    z-index:300;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    z-index:300;
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    top: 25px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:10px;
    content:'';
    position: absolute;
    top:-10px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

/* labels and inputs styling in task settings */
div.schedule-settings label, input {
	display:inline-block
 }


/* progress bar */

progress
{
  text-align:center;
  height:35px;
}
progress:before {
  position:relative;
  top: 5px;
  font-weight: bold;
  font-size: 15px;
  color: black;
  content: attr(data-label);
}


caption.critical  {
	text-align: left;
	color: red;
	font-weight: bold;
}

caption.regular  {
	text-align: left;
	color: white;
	font-weight: bold;
}

.settings-container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	background-color: grey;
	padding: 5px 5px 5px 5px;
}

p.settings-header {
	color: black;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
}

table.issues th {
  padding:1px 14px;
}
table.issues td {
  padding:1px 14px;
}
.col_newstatus {
  min-width:200px;
  white-space:nowrap;
}

table.customerEntryDarkNoMargin {
	width: 100%;
	border-radius: 0px;
}

table.settingsData {
	color: black;
    font-weight: bold;
    font-size: 18px;
}

table.aboveBelowDataHeader {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	background-color: #404040;
	padding: 20px 20px 30px 20px;
	font-size: 20px;
    font-weight: bold;
    font-size: 18px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

table.aboveBelowDataHeader[closed=true] {
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.closeEntrySettings {
	cursor:pointer; 
	white-space: nowrap;
}

.header-div {
	display:table-cell;
	height: 100%;
	vertical-align: middle;
}

/* help-overview.jsp */

.div-container {
	display: flex;
	margin-left: 19px;
	vertical-align: middle;
}

.div-help_entry {
	padding-bottom:25px; 
	padding-top:25px; 
	vertical-align:middle;
}

.div-help_delete {
	display: flex;
	align-items: center;
	padding: 0px 5px 0px 20px; 
    vertical-align:middle;
}

table.noUpperCornersTable {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}


/*Fixed table headers*/

.header-fixed {
  position: sticky;
  z-index: 10;
  top: 76px; /*to avoid headers hidden by page header*/
}

/*Forced table radius */

table.forceRadius tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

table.forceRadius tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

table.forceRadius tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

table.forceRadius tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

/* labels and inputs styling in search terms settings */
div.st-settings label, input, h2 {
	display:inline-block
}

label[rbtype=stOptions] {
    font-size:16px;
}

/*Headers of the issues in dashboard.jsp -> priorities */

a.prio_1, a.prio_2, a.prio_3, a.prio_4, a.prio_5, a.prio_6 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.prio_2, a.prio_3, a.prio_4, a.prio_5, a.prio_6 {
	text-decoration: none; 
	line-height: 140%;
}

a.prio_1 {
	text-decoration: none;
	font-style: normal;
	line-height: 140%;
	color: #ff0000;
}

a.prio_2 {
	font-style: none;
	color: #ff7000;
}

a.prio_3 {
	color: #ffa500;
}

a.prio_4 {
	color: #ffb800;
}

a.prio_5 {
	color: #ffd800;
}

a.prio_6 {
	color: #32a600;
}

button[name=selectActionButton] {
	text-align: center;
	background-color: green;
	color: white;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[name=selectActionButton]:hover {
	background-color: #009900;
	transition: linear all 0.2s;
}


/* slider for keywords or search terms */
.sliders-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: fit-content !important;
  max-width: 100%;
  margin-left: 0;
}

.slider-panel {
  display: flex;
  min-width: 320px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.slider-panel label {
  min-width: 80px; 
  max-width: 180px;
  text-align: right;
}

.slider-panel input[type="range"] {
  max-width: 150px;
  flex-grow: 0;
}

.sliders-container input[type="range"] {
  -webkit-appearance: none;
  flex: 1; 
  height: 6px;
  background: #ccc; 
  border-radius: 3px;
  outline: none; 
  cursor: pointer;
}

/* track for Firefox */
.sliders-container input[type="range"]::-moz-range-track {
  background: #ccc;
  border-radius: 3px;
  height: 6px;
}

/* thumb (Chrome, Safari, Opera) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff; 
  border-radius: 50%;
  border: 2px solid #999;
  cursor: pointer;
  position: relative;
  top: 0px;
}

/* thumb (Firefox) */
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #999;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 0px; 
}

input[type="range"]:hover::-webkit-slider-thumb {
  background: #f9f9f9;
}
input[type="range"]:hover::-moz-range-thumb {
  background: #f9f9f9;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid #aaa;
}
input[type="range"]:focus::-moz-range-thumb {
  outline: 2px solid #aaa;
}

/* filter buttons in search terms */
.button-container {
    display: flex;
    gap: 10px;
}

.button-st {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.button-st.selected {
    background-color: #ccc; 
	color: #000; 
}

/*view switcher in search terms*/
.view {
  display: none;
}

.view.active {
  display: block;
}

#view-selector button {
  margin: 5px;
  padding: 10px;
  background-color: #007BFF; 
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#view-selector button:hover {
  background-color: #0056b3;
}

/*Global change of checkboxes display */

/*hide init checkbox */
input[type="checkbox"] {
  position: relative;
  width: 46px;
  height: 26px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #d3d3d3;
  cursor: pointer;
  border-radius: 26px;
  transition: background-color 0.4s ease;
  vertical-align: middle;
  border: none;
}

input[type="checkbox"]::before {
/*   content: '';*/  
  position: absolute;
  width: 20px;
  height: 20px;
/*  background-color: #fff;*/
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.4s ease;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);  
  background-color: red; 
  content: "–";
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="checkbox"]:checked {
  background-color: #a3a3a3; 
}

input[type="checkbox"]:checked::before {
  background-color: green; 
  content: "✔"; 
  color: white;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;	
  transform: translateX(20px);
}

/* Tab menu */
.data {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu {
	margin-block-end: 0px;
    display: flex;
    list-style: none;
    padding: 0px;
    background: none;
    justify-content: center;
    width: 95%;
}
.menu li {
    flex: 1;
}
.menu a {
    display: block;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #404040;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
}
.menu a:hover {
    background: #353535;
}
.menu a.active {
    background: #303030;
}
.content {
    padding: 20px;
    background: #303030;
    border-radius: 10px;
    width: 100%;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

/* Quick Actions for issues.jsp */

.action-button, .hide-button {
	cursor: pointer;
	position: relative;
	text-align: center;
	background-color: green;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	height: 44px;
}

.action-button:hover, .hide-button:hover {
	background-color: #009900;
	transition: linear all 0.2s;
}

.quick-action-button {
	cursor: pointer;
	position: relative;

	text-align: center;
	background-color: green;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.error-icon,
.success-icon {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.error-icon {
	background-color: red;
}

.success-icon {
	background-color: green;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 20;
}

.overlay-content {
	background: #a6a7a8;
	padding: 20px;
	width: 350px;
	color: black;
	border-radius: 8px;
	text-align: center;
	position: relative;
	z-index: 20;
}

.overlay-title {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.campaign-input, .budget-input, .target-input {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.budget-input, .target-input {
	justify-content: space-evenly;
}

.budget-input input, .budget-input select, .target-input input, .target-input select {
	flex: 1;
	padding: 5px;
	margin-right: 5px;
}

.campaign-input select {
	flex: 1;
	padding: 5px;
	margin-right: 5px;
}

.remove-button {
	background: red;
	color: white;
	border-width: 0.5px;
	border-style: outset;
	cursor: pointer;
}

.add-button {
	cursor: pointer;
}

.ok-button {
	margin-top: 15px;
	padding: 10px 15px;
	background: green;
	color: white;
	border: none;
	cursor: pointer;
}

.processing {
	font-weight: bold;
	color: orange;
	margin-top: 10px;
}

.error-message {
	color: red;
	padding: 10px;
	margin-top: 10px;
	display: none;
}

.success-message {
	padding: 10px;
	margin-top: 10px;
	display: none;
}

.success-message button, .error-message button {
	margin-top: 15px;
	padding: 10px 15px;
	background: green;
	color: white;
	border: none;
	cursor: pointer;
}

.hide-button {
	width: 180px;
}

label[rbtype=overlay] {
    font-size:14px;
}

.radio-group {
	text-align: left;
	margin-right: 20px;
}

.radio-group input[type="checkbox"]:checked {
    background-color: #969696;
}

.radio-group label {
	display: block;
	margin-bottom: 5px;
}

#actionSelection, #actionSelectionRow {
	display: flex;
	flex-direction: column;
}

/* Animation for cogwheel icon */

@keyframes spin-soft {
  0%   { transform: rotate(0deg); }
  30%  { transform: rotate(45deg); }
}

.cogwheel-icon.spin {
  animation: spin-soft 0.8s ease-in-out;
}

/* Sliders CSS basic */

.sliders-container {
	align-items: center;
	gap: 40px !important;
	padding-left: 2.5%;
}

.sliders-container label {
	font-size: 14px;
}

.slider-wrapper {
	position: relative;
	flex-grow: 1;
	max-width: 300px;
	min-width: 300px;
}

.slider-wrapper input {
	border-left: none;
	border-right: none;
	padding-left: 0px;
	padding-right: 0px;
}

#month-slider::-webkit-slider-thumb {
	z-index:100;
}

#slider-ticks {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	color: #999;
}

.slider-tick {
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.slider-tick::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 6px;
	background: #999;
}

/* Calendar picker (weekdays) */

.calendar-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; 
	justify-content: center; 
	zoom: 0.85;
	transform-origin: top left;
	width: 100%;
	box-sizing: border-box; 
}

.calendar-tile {
	width: 100px;
	height: 85px;
	border: 4px solid #000;
	border-radius: 15px;
	background: white;
	position: relative;
	font-family: sans-serif;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
	box-shadow: none;
	user-select: none;
	cursor: pointer;
	margin: 2.5px;
	overflow: hidden;
}

.calendar-header {
	background-color: red; 
	height: 28%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.calendar-tile[data-active="true"] .calendar-header {
	background-color: green; 
}

.calendar-hooks {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	position: absolute;
	top: 4px;
	width: 100%;
	z-index: 2;
	height: 100%; 
	pointer-events: none;
}

.hook {
	width: 10px;
	height: 18px;
	background: #263238;
	border-radius: 5px;
}

.calendar-body {
	position: absolute;
	top: 60%;
	left: 40%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #000;
	z-index: 1;
}

.calendar-status-icon {
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.calendar-tile[data-active="false"] .calendar-status-icon {
	background-color: red;
	color: white;
	border: 2px solid white;
	content: "–";
}

.calendar-tile[data-active="true"] .calendar-status-icon {
	background-color: green;
	color: white;
	border: 2px solid green;
	content: "✓";
}