﻿/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

.dk_container, .dk_container_disabled {
    background-color: #ffffff;
    font-weight: normal;
    line-height: 8px;
    color: #2B334C;
    font-family: Roboto !important;
    font-size: 14px !important;
    border-radius: 4px;
    width:auto !important;
}

    .dk_container:focus {
        outline: 0;
    }

    .dk_container a {
        cursor: pointer;
        text-decoration: none;
    }

.dk_container_disabled {
    /*background-color: #E9E9E9;*/
    background-color: rgba(221,223,229,0.2);
    border: 1px solid #DDDFE5;
    border-radius: 4px;
    background-image: url(../Images/Common/arrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    height: 36px;
    line-height: 22px;
}

    .dk_container_disabled span {
        text-decoration: none;
    }

.dk_toggle {
    background-image: url('../Images/Common/arrow.png');
    background-repeat: no-repeat;
    background-position: 96% center;
    border: 1px solid #DDDFE5;
    color: #333 !important;
    padding: 7px 30px 7px 14px;
    height: 22px;
    line-height: 22px;
    box-sizing: initial;
    width: 196px;
    text-shadow: #fff 1px 1px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dk_disable {
    color: #333;
    padding: 7px 30px 7px 14px;
    text-shadow: #fff 1px 1px 0;
    font-family: Roboto;
    font-size: 14px;
    border-radius: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
}

    .dk_toggle.selected {
        border-radius: 4px 4px 0 0;
        border: 1px solid #0073B6;
    }

    .dk_toggle:hover {
        border-color: #0073B6;
    }

/*.dk_toggle:after {
        position: absolute;
        top: 45%;
        right: 10px;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #4B4B4B;
    }*/

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
    border: 1px solid #0073B6;
}


.dk_open {
    z-index: 1;
}


    .dk_open .dk_toggle {
        background-color: #ffffff;
        color: #000;
    }

    .dk_open .dk_toggle {
        border-radius: 4px 4px 0 0;
        border: 1px solid #0073B6;
    }

/* The outer container of the options */
/*.dk_options {
    background: #fefefe;
    /* Removes transparent background on iOS5+ scroll */
/*box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;*/
/*}*/

.dk_options a {
    background-color: #fff;
    /*border-bottom: 1px solid #e4e4e4;*/
    padding: 8px 10px;
    color: #2C334A !important;
    font-family: Roboto !important;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


    .dk_options a:hover,
    .dk_option_current a {
        background-color: #D5ECF5;
        color: #ffffff;
        text-decoration: none;
    }

.dk_options li:last-child a {
    border-bottom: none;
}
.dk_options li {
    display:block;
}

.dk_options .disabled {
    cursor: default;
}

    .dk_options .disabled a {
        color: #aaa;
    }

    .dk_options .disabled:hover, .dk_options .disabled:hover a {
        cursor: default;
        background-color: #fff;
        border-bottom-color: #999;
        text-shadow: none;
    }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
    color: #333;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #DDDFE5;
    border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
}

/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container, .dk_container_disabled {
    float: left;
}

    .dk_container a {
        outline: 0;
        text-decoration: none !important;
        color: #000000 !important;
    }

        .dk_container a:hover {
            outline: 0;
            text-decoration: none !important;
            color: #000000 !important;
        }

.dk_toggle, .dk_disable  {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
}

.dk_open {
    position: relative;
    width : auto !important;
}

    .dk_open .dk_options {
        display: block;
    }

    .dk_open .dk_label {
        color: inherit;
    }

.dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: 100%;
}

    .dk_options a, .dk_options a:link, .dk_options a:visited {
        display: block;
    }

.dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .dk_options_inner li {
        width: 100%;
    }


/* Hides only dropkick <select> instances */
.dk_container select {
    position: absolute;
    top: -99999em;
    visibility: hidden;
}

/*  nativeMobile override */
.dk_mobile {
    position: relative;
}

    .dk_mobile select {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
/***** End Critical to the continued enjoyment of working dropdowns ******/
