﻿
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    font-weight: normal !important;
}


/* Dropdown Button */
.dropbtn {
    /*background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;*/
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
}



/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #EEEEEE;
    min-width: 220px;
    width: 220px;
    box-shadow: 0px 5px 10px 0px #CCCCCC;
    z-index: 7000;
    left: -190px;
    top:22px;
    border: solid 1px #666666;
    font-weight:bold !important;
}

.dropdown-content_show {
    display: block !important;
    position: absolute;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align:center;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #DDDDDD;
    color: #0000FF;
    cursor: pointer;
    
}



.RCLarge {
    -webkit-appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 9px;
}

.RCCircLarge {
    -webkit-appearance: none;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 20px;
}
.BackDIVimg {
    float: left;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 1px;
    font-size: 21pt;
    font-weight: bold;
    background-color: #0000ff;
    height: 32px;
    width: 32px;
    color: #ffffff;
    text-align: center;
    cursor:pointer;
}
.DDMenuDiv {
    margin-left: 3px;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 16pt;
    font-weight: bold;
    background-color: #008000;
    height: 32px;
    width: 32px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.HomeDivIcon {
    color: #ffffff;
    padding-top: 6px;
    padding-left: 5px;
    margin-left: 2px;
    float: left;
    width: 32px;
    height: 32px;
    background-color: #008800;
    cursor: pointer;
}
.RefreshDIVimg {
    float: left;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 1px;
    font-size: 21pt;
    font-weight: bold;
    background-color: #0000ff;
    height: 33px;
    width: 33px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.DD_Menu_Title {

    text-align:left !important;
    font-size:12pt;
    line-height: 12pt;
    font-weight: bold;
}

/* 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;
}
*/

