module.topbar {
    margin-bottom: 30px;
    display: block;
}

module.topbar .top {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 0px;
}

module.topbar .tabs {
    margin-top: 15px;
}

module.topbar .tabs .tab {
    text-transform: uppercase;
    color: #333;
    padding: 15px;
    padding-bottom: 14px;
    padding-top: 0px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 40px;
    display: inline-block;
}

module.topbar .tabs .tab .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
    opacity: 0.7;
    font-size: 16px;

}

module.topbar .tabs .tab:hover .icon {
    opacity: 0.9;
}

module.topbar .tabs .tab.selected {
    border-bottom: 3px solid #EA008E;
    color: #333;

}

module.topbar .bottom {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

module.topbar .date-range {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #EFEFEF;
}

module.topbar .selectors {

    float: left;
}

module.topbar .selectors .selector {
    display: inline-block;
}

module.topbar .selectors select {
    padding: 12px;
    padding-right: 35px;
    font-size: 14px;
    outline: none;
    color: #4d4d4d;
    background: #FFF;
    border: 1px solid #e6e6e6;

    width: 100%;
    border-radius: 3px;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1em + 5px),
    calc(100% - 10px) calc(1em + 5px);
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;

}

module.topbar .date-range .input-field {
    border: 0;
    background-position: left;
    background-repeat: no-repeat;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    border-radius: 3px;
    color: #666;
    vertical-align: middle;
    width: 100px;
}

/* Search field */

module.topbar .search-field {
    float: left;
    margin-right: 15px;
    border: 1px solid #333;
    border-radius: 3px;
    overflow: hidden;
    background-color: #FFF;
}

module.topbar .search-field .searchterm {
    border: 0;
    background-position: left;
    background-repeat: no-repeat;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    color: #666;
    vertical-align: middle;
    width: 200px;
}

module.topbar .search-field .button {
    border-radius: 0px;
    color: white;
}

module.topbar .button {
    display: inline-block;
    color: #666;
    padding: 12px;
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle;
}

module.topbar .button span {
    vertical-align: middle;
}

module.topbar .button .material-icons {
    font-size: 14px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 4px;
    margin-right: 4px;

}

module.topbar .buttons {
    float: right;
}

module.topbar .buttons .button {
    margin-left: 10px;
    padding: 10px;
    background: #333;
    color: white;
}

module.topbar .subtitle {
    margin-top: 30px;
}
