/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2017 Markus Vinicius da Silva Lima
 * Version 2.1.0
 * Licensed under the MIT license.
 */
 .jfilestyle {
    display: block;
    padding: 0;
    position: relative;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 0;
}

div.jfilestyle input,div.jfilestyle label {
    padding: 10px 15px;
    line-height: normal;
    font-size: 14px;
    vertical-align: middle;
    font-family: sans-serif
}

div.jfilestyle input {
    margin: 0 !important;
    cursor: default;
    width: 100% !important;
    text-align: start;
    color: #010101;
    background-color: #fff;
    border: 1px solid #e0edf2;
    padding: 0 25px;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    outline: 0;
    font-weight: 500;
    border-radius: 24px;
}

div.jfilestyle label {
    display: inline-block;
    border: 1px solid silver;
    background: #fff;
    color: #0662ba;
    text-align: center;
    margin: 0;
    width: auto;
    border-radius: 0;
    font-weight: 400
}

div.jfilestyle.jfilestyle-corner input:last-child,div.jfilestyle.jfilestyle-corner label:last-child {
    margin-left: -1px
}

div.jfilestyle label[disabled] {
    pointer-events: none;
    opacity: .6;
    filter: alpha(opacity=65);
    cursor: not-allowed
}

div.jfilestyle label:hover {
    cursor: pointer;
    opacity: .9
}

div.jfilestyle .count-jfilestyle {
    background: #303030;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 12px;
    vertical-align: middle
}

div.jfilestyle.jfilestyle-theme-blue label {
    border-color: #5e5ed6;
    background: #5e5ed6;
    color: #ffffff;
    border-radius: 24px 0 0 24px;
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 16px;
    min-width: auto;
}

div.jfilestyle.jfilestyle-theme-green label {
    border-color: #18a063;
    background: #18a063;
    color: #fff
}

div.jfilestyle.jfilestyle-theme-yellow label {
    border-color: #e8c821;
    background: #e8c821;
    color: #fff
}

div.jfilestyle.jfilestyle-theme-black label {
    border-color: #424242;
    background: #424242;
    color: #fff
}

div.jfilestyle.jfilestyle-theme-red label {
    border-color: #f33f3f;
    background: #f33f3f;
    color: #fff
}

div.jfilestyle.jfilestyle-theme-purple label {
    border-color: #873aff;
    background: #873aff;
    color: #fff
}

div.jfilestyle.jfilestyle-theme-asphalt label {
    border-color: #435673;
    background: #435673;
    color: #fff
}
