.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(102,102,102,0.48);
    -moz-box-shadow: 0px 0px 8px 1px rgba(102,102,102,0.48);
    box-shadow: 0px 0px 8px 1px rgba(102,102,102,0.48);
    background: #fefefe;
    margin: 0 auto;
    -webkit-border-radius: 0.1px;
    -moz-border-radius: 0.1px;
    border-radius: 0.1px;
    width: 105px;
    height: 45px;
    font-size: 14px;
    display: none;
    z-index:9999999;
}



.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 5px;
    right: 5px;
    color: #34495e;
    cursor: pointer;
}

    .wickedpicker__close:before {
        content: '\00d7';
    }

.wickedpicker__controls {
    padding: 0;
    line-height: normal;
    margin: 0;
}


.hourUpAndDown {
    float: left;
}

.hourItem {
    float: left;
    margin-top: 12px;
}
    .hourItem input {
        border:none;
    }

.minuteItem {
    float: right;
    margin-top: 12px;
}
    .minuteItem input {
        border:none;
    }

.minuteUpAndDown {
    float: right;
}


.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 47px;
    letter-spacing: 1.3px;
    font-weight: bold;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    color: #34495e;
    position: relative;
    display: block;
    font-size: 18px;
    cursor: pointer;
}

    .wickedpicker__controls__control-up:before {
        content: '\25B2';
    }

    .wickedpicker__controls__control-down:after {
        content: '\25BC';
    }

.wickedpicker__controls__control--separator {
    width: 5px;
}

.wickedpicker__controls__control--hours, .wickedpicker__controls__control--minutes {
    outline: none;
    width: 20px;
}


.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    text-align: center;
}

.hover-state {
    color: #3498db;
}

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
