﻿input[name=filter] {
    display: inline-block;
    padding: 6px 14px 6px 40px;
    margin-bottom: 0;
    margin-top: -0.5px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px;
    height: 42.5px;
}

.filter-label {
    position: relative;
}

    .filter-label .icon-filter {
        position: absolute;
        top: 10px;
        left: 5px;
        font-size: 2em;
        color: #c0c0c0;
    }

/*.dictionarySettings {
    width: 95%;
    margin: 0 auto;
}*/

.dictionarySettings .table tr th {
    background: #aca3a3;
    color: #fff;
}

.dictionarySettings .table tr:hover th {
    color: #000;
}

.dictionarySettings .btn i {
    font-size: 2em;
    font-weight: 400;
}

.tabs-wrapper {
    padding: 0 !important;
    margin-left: -25px !important;
}

.tabs {
    list-style: none;
    display: flex;
    padding: 0;
    border-bottom: 1px solid #1d1c1c;
    margin-bottom: 0 0 10px 0;
}

    .tabs li {
        cursor: pointer;
        padding: 5px 15px;
        border-top: 1px solid #1d1c1c;
        border-right: 1px solid #1d1c1c;
        border-left: 1px solid #1d1c1c;
        border-bottom: 2px solid #f3f3f5;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        height: 20px;
    }

        .tabs li.active {
            background: #fff;
            height: 30px;
            margin-top: -10px;
        }

.toggle-button {
    height: 32px;
    line-height: 32px;
}

.dialog .controls-row {
    padding-bottom: 5px;
    margin-left: 0 !important;
}

.dialog .btn-toolbar.umb-btn-toolbar.pull-left {
    font-size: 1.3em;
    color: #000;
}

.umb-editor-footer-content__left-side {
    width: 100%;
}

.dialog .alert {
    margin: 5px 0;
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

    .dialog .alert.warning {
        background: #d8295f;
        border: 1px solid #ff0000;
    }

    .dialog .alert.success {
        background: #29ad70;
        border: 1px solid #5aed8e;
    }

    .dialog .alert.processing {
        background: #3544b1;
        border: 1px solid #2d82a3;
    }

.dialog .scroll {
    overflow-y: scroll;
    height: 450px;
}

.dialog i.fa {
    font-size: 2em;
}

.dialog i.fa-check, .dictionarySettings i.fa-check {
    color: #00ff90;
}

.dialog i.fa-times, .dictionarySettings i.fa-times {
    color: #ff0000;
}

.registered span {
    color: #ccc;
}

.registered a {
    display: none;
    text-decoration: none;
    font-weight: 800;
    color: #29ad70;
    cursor: pointer;
}

.registered:hover a {
    display: inline-block;
}

.radio {
    display: flex;
    flex-wrap: wrap;
    width: 40px;
}

    .radio label {
        width: 100%;
        height: 16px;
        line-height: 15px;
    }
