﻿
/* The container <div> - needed to position the dropdown content */
.pure_dropdown {
    position: relative;
    display: inline-block;
    font-weight: normal !important;
   
}


/* Dropdown Button */
.pure_dropbtn {
    /*background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;*/
    border: none;
    width:30px;
    height:30px;
    cursor:pointer;
}

/* Dropdown Content (Hidden by Default) */
.pure_dropdown-content {
    display: none;
    position: absolute;
    background-color: #EEEEEE;
    min-width: 180px;
    width: 190px;
    box-shadow: 0px 5px 10px 0px #CCCCCC;
    z-index: 1;
    left: -160px;
    margin-top:5px;
    border: solid 1px #666666;
    border-radius: 5px;
    font-weight: bold !important;
    padding-bottom:3px;
}

.pure_dropdown-content_show {
    display: block !important;
}

/* Links inside the dropdown */
.pure_dropdown-content a {
    color: black;
    padding: 0px !important;
    text-decoration: none;
    display: block;
    text-align:center;
    line-height:24px !important;
}


/* Change color of dropdown links on hover */
.pure_dropdown-content a:hover {
    background-color: #DDDDDD;
    color: #0000FF;
    cursor:pointer;
}

.pmenu_Capsule {
    
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 28px;
    line-height: 25px;
    width: 30px;
    border-style:solid;
    border-width:2px;
    border-color: #FFFFFF;
    font-size: 16pt;
    font-weight: bold;
    background-color: transparent;
    text-align: center;
    margin-top: 4px;
    cursor: pointer;
    color:#FFFFFF;
    
}


/* 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;
}
*/
.RCLarge {
    
}

.DDMenuDiv {
    margin-left: 3px;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    
    height: 32px;
    width: 32px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}