/** v1ui styles **/

#webUrls {
    margin-bottom: 20px;
}

#webUrls input {
    margin: 0 20px 10px 0;
}

#webUrls button {
    margin: 0 30px 10px 0;
}

/** empty dd sibling fix **/
#channelSidebar dl.dl-horizontal dd {
    min-height: 20px;
}

/** v2ui styles **/
.v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-toggle:last-of-type {
    display: none;
}

.v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-toggle {
    float: left;
}

.v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type {
    position: static;
    display: block;

    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    float: left;

    height: 20px;
    overflow: hidden;
    max-width: 30em;

    border-left: 2px solid #999;
    padding-left: 10px;
}

.v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type > .elem {
    float: left;
    margin-left: 10px;
}

@media (min-width: 1600px) {
    .v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type {
        max-width: 600px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type {
        max-width: 450px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type {
        max-width: 280px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .v2ui .functionaries-wrapper > .btn-group:last-of-type {
        clear: both;
        margin-top: 10px;
    }
    .v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .v2ui .functionaries-wrapper > .btn-group:last-of-type {
        clear: both;
        margin-top: 10px;
    }
    .v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type {
        max-width: 300px;
    }
}

@media (max-width: 479px) {
    .v2ui .functionaries-wrapper > .btn-group:last-of-type {
        margin-top: 10px;
    }
    .v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type {
        max-width: 12em;
    }
}

.v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type > .elem:first-child {
    margin-left: 0;
}

.v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type > .elem > a {
    padding: 0;
    border: none;

    font-size: 14px;
    line-height: 20px;

    color: #00b4d1;
}

.v2ui .functionaries-wrapper > .btn-group:last-of-type > .dropdown-menu:last-of-type > .elem > a:hover {
    text-decoration: underline;
    color: #00a1bc;

    background: none;
}

@media (min-width: 768px) {
    .v2ui form#edit_channel .channel-link-label {
        width: 20%;
    }
    .v2ui form#edit_channel .channel-link-url {
        width: 50%;
    }
}
