﻿ /* Dropdown Button */
.dropbtn {
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.arrow_down {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-bottom: 2px;
    width: 0;
    margin-left:5px;
}
/* Dropdown button on hover & focus */
.drop_first:hover, .drop_first:focus{
   /*opacity: 0.3;*/
   color: #757575;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    line-height:5px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 13px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;z-index:2000;}

.tick
{
    font-size:11px;padding-right:2px;line-height:0px;
}
.non-tick
{
    padding-left:16px;
}
.classbg
{
    width:100%;
    z-index:1000; 
    height:100%;
    position:absolute;
    background-color:#fff; 
    opacity:0.5;
}

.light14sans
{
    font-weight:300;
    font-size:14px;
}
.sansbold
{
    font-size:14px;
    font-weight:600;
}
.top3px
{
    padding-top: 3px;
}