/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
.dk_container
 {
    background-color: #f8f8f8;
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    color: #7f8c8d;
    width: 100%;
}

.dk_container *
{
    box-sizing: border-box;
}

.dk_container a
{
    font-size: 16px;
    text-decoration: none;
    color: #7f8c8d;
}

.dk_container a:hover
{
    color: #7F8C8D;
    text-decoration: none !important;
}

.dk_container:focus
{
    outline: 0;
}

.dk_container a
{
    cursor: pointer;
    text-decoration: none;
}

/* Opens the dropdown and holds the menu label */
.dk_toggle
{
    background: url(/images/comboarrow.svg) 0 0px no-repeat;
    background-repeat: no-repeat;
    background-position: 100% 13px;
    border: 1px solid #DEDEDE;
    color: #7f8c8d;
    padding: 8px 35px 10px 12px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
    text-align: left;
    width: 100%;
    background-color: #f8f8f8;
}

.dk_toggle:hover
{
    text-decoration: none;
}

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle
{
}
.dk_focus .dk_toggle
{
}

/* Applied whenever the dropdown is open */
.dk_open
{
/**
* Help: Dropdown menu is covered by something
* Try setting this value higher
*/
    z-index: 100;
}

.dk_open .dk_toggle
{
    background-color: #f8f8f8;
    border-color: #DEDEDE;
    color: #ccc;
}

/* The outer container of the options */
.dk_options
{
    background-color: #f8f8f8;
}

.dk_options a
{
    background-color: #f8f8f8;
    border-bottom: 0px solid #DEDEDE;
    padding: 5px 5px 7px 12px;
    color: #555;
}

.dk_options li
{
    list-style: none;
}

.dk_options li:last-child a
{
    border-bottom: none;
    padding-bottom: 10px;
}

.dk_options a:hover
{
    background-color: #f5f5f5;
    border-bottom-color: #FFF;
    text-decoration: none !important;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner
{
    padding: 4px 0 0 0;
    margin: 0;
    border: 1px solid #DEDEDE;
    color: #7F8C8D;
    max-height: 250px;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options
{
    max-height: 250px;
}

.dk_container
{
    display: none;
    position: relative;
}

.dk_container a
{
    outline: 0;
}

.dk_toggle
{
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
    font-size: 16px !important;
}

.dk_open
{
    position: relative;
}

.dk_open .dk_options
{
    display: block;
}

.dk_open .dk_label
{
    color: inherit;
}

.dk_options
{
    display: none;
    margin-top: -1px;
    position: absolute;
    left: 0;
    width: 100%;
}

.dk_options a,
.dk_options a:link,
.dk_options a:visited
{
    display: block;
    text-decoration: none;
}

.dk_options_inner
{
    overflow: auto;
    position: relative;
}

.dk_touch .dk_options
{
    overflow: hidden;
}

.dk_touch .dk_options_inner
{
    max-height: none;
    overflow: visible;
}

.dk_fouc select
{
    position: relative;
    top: -99999em;
    visibility: hidden;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
