/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 18px;
    top: 2px;
    width: 50px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /*left: 15px;*/
    /*top: -5px;*/
    left: 5px;
    top: 14px;
    border-radius:4px;
    border:1px solid #EDAE34;
    line-height: 20px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  /*background-color: #EDAE34;*/
  background-color: #dcdcdc;
  text-decoration: none !important;
   border-radius:4px;
  /*color:#FFF;*/
  color:#000000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*LANGUAGEDROPDOWN >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Dropdown Button */
.languagedropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.languagedropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 18px;
    top: 0px;
    /*width: 44px;*/
}

/* Dropdown Content (Hidden by Default) */
.languagedropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 132px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    z-index: 1;
    /*left: 15px;*/
    /*top: -5px;*/
    right: 2px;
    top: 30px;
    border-radius:4px;
    border:1px solid #EDAE34;
    line-height: 20px;
}

/* Links inside the dropdown */
.languagedropdown-content a {
    color: #646464 !important;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold !important;
}

/* Change color of dropdown links on hover */
.languagedropdown-content a:hover {
  /*background-color: #EDAE34;*/
  background-color: #dcdcdc;
  text-decoration: none !important;
  border-radius:4px;
    /*color: #000000 !important;*/
    color: #000000 !important;
}

/* Show the dropdown menu on hover */
.languagedropdown:hover .languagedropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.languagedropdown:hover .languagedropbtn {
    background-color: #3e8e41;
}

/*TIMESHEETDROPDOWN >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Dropdown Button */
.timesheetdropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.timesheetdropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 18px;
    top: 0px;
    width: 44px;
}

/* Dropdown Content (Hidden by Default) */
.timesheetdropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 37px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    z-index: 1;
    /*left: 15px;*/
    /*top: -5px;*/
    right: -25px;
    top: -40px;
    border-radius:4px;
    border:1px solid #EDAE34;
    line-height: 4px;

}

/* Links inside the dropdown */
.timesheetdropdown-content a {
    color: #646464 !important;
    padding: 7px 0px;
    text-decoration: none;
    display: block;
    font-weight: bold !important;
}

/* Change color of dropdown links on hover */
.timesheetdropdown-content a:hover {
  /*background-color: #EDAE34;*/
  background-color: #dcdcdc;
  text-decoration: none !important;
  border-radius:4px;
    /*color: #000000 !important;*/
    color: #000000 !important;
}

/* Show the dropdown menu on hover */
.timesheetdropdown:hover .timesheetdropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.timesheetdropdown:hover .timesheetdropbtn {
    background-color: #3e8e41;
}

/*PROJECTDROPDOWN >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Dropdown Button */
.projectdropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.projectdropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 18px;
    top: 0px;
    width: 44px;
}

/* Dropdown Content (Hidden by Default) */
.projectdropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 240px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    z-index: 1;
    /*left: 15px;*/
    /*top: -5px;*/
    right: 2px;
    top: 30px;
    border-radius:4px;
    border:1px solid #EDAE34;
    line-height: 20px;
}

/* Links inside the dropdown */
.projectdropdown-content a {
    color: #646464 !important;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold !important;
}

/* Change color of dropdown links on hover */
.projectdropdown-content a:hover {
  /*background-color: #EDAE34;*/
  background-color: #dcdcdc;
  text-decoration: none !important;
  border-radius:4px;
    /*color: #000000 !important;*/
    color: #000000 !important;
}

/* Show the dropdown menu on hover */
.projectdropdown:hover .projectdropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.projectdropdown:hover .projectdropbtn {
    background-color: #3e8e41;
}

