.pagecontent {
    overflow: visible;
}

.consumers-info {
    padding: 0 20px;
    font-size: 13px;
    color: #333333;
}



.consumers-info ul.playlist-types {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: decimal;
}

.consumers-info ul.playlist-types li {
    margin-bottom: 10px;
}

.consumers-info ul.playlist-types li p {
    margin: 0 0 0 10px;
}

.consumers-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.consumers-info h6 {
    font-size: 14px;
    margin: 0;
}

.search-form {
    display: flex;
    border: 1px solid #D4D4D4;
    border-bottom: none;
    padding: 10px;
}

.consumers-form {
    border: 1px solid #D4D4D4;
    padding: 10px;
    margin: 0 0 20px 0;
}

.consumers-table {
    border-collapse: collapse;
    color: #333333;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #EAEAEA;
}

.consumers-table thead {

}

.consumers-table thead tr {
    height: 30px;
}

.consumers-table thead th {
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    color: #868686;
    padding: 0 0 0 5px;
}

.consumers-table tbody {

}

.consumers-table tbody tr {
    height: 40px;
    border-top: 1px solid #EAEAEA;
}

.consumers-table tbody tr:hover {
    background-color: #E0EDFF;
    border-color: #B9DAEC;
}

.consumers-table tbody tr td {
    padding: 0 10px 0 5px;
}

.consumers-table tbody tr td.consumer-name {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}

.consumers-table select {
    border: 0;
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    outline: none;
}
.consumers-table a {
    font-size: 12px;
}
.consumers-table input[type="text"] {
    border: 0;
    font-size: 11px;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    outline: none;
    color: #007EB5;
}

.consumers-table a.del,
.consumers-table a.conf,
.consumers-table a.suspend,
.consumers-table a.resume,
.consumers-table span.placeholder {
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.consumers-table a.conf:hover,
.consumers-table a.del:hover,
.consumers-table a.suspend:hover,
.consumers-table a.resume:hover {
    opacity: 1;
}

.consumers-table a.del {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA80lEQVQ4T41TSxbBQBCsYus9buAKNrH2uQA3cAROwk24AXsbR+AG8WQrLdPzwiRmmizTU9XVXdUsZtlKgC3BHKUse6fzBcZXTLIROtwLZEBgw8c8yytw32FEJGeJaYrEgaWDI8nB+30xG19BDOumKZI2WN8LbtRCF6daRUxJDFyNcOcTk2oMwCJRwkC2b+zBblQlsEhcrZ65DdZauPCYkrAedq7/NwhSSmKdbYLWzJbF3yNEwJbFzSVGtu0X5YMWU/KxMWGVgoyc+CAZPlsWu9jzK8pBSH5aLLg2jykBToVNc6HnTOwoes6LP8/5IKzOWbB+AdR46SQXvUoZAAAAAElFTkSuQmCC');
}

.consumers-table a.conf {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACuUlEQVRYR7VXwXXaQBD9I445xKkgdge4gsAxEXnBFVipwBRgEVn4DlRgXIHtF5QcIRWEDqJ0oFx8Q5M30gNrpUW7Aqyrdmb+zM78P0vY57v+0YeT3gF0sjVnfMXInTV1R00NsvPDaALgSrFl/MLI7TT1ty+APwBOS8FihO7ZcQAEP0+xTsdgusftp0fFqT8fgGi8I9ANQjdQ/gVRG2tcoYUpAndVtqtWQAxSXmzvlzEDYQVwAoYHovoyMx5BmIEpAdI+CF7uixM41C2DUAGUgzetp/G8gGidI/gYb46qAIbzGUCXRj+HHXhC6Pb1ALIK4Pdh/g3WKV0U+6raA7oROxoivkfY84ruqgCuv3fgOIujxSw60pCVBoCwHD8YATD+ATId2dcG4a3RplR+OV8F4EcPIGybpOI0Dzyo0K4fSWkntUCYlxj1uruvwJ+PQTTYmYkEb6GjI5TMJlicYP0cG6oRIHRvXqYgQ86XILQVcdGhsBGcTKiMVxiDsQTTE2EYsfHu5IBkP3Jf1K/OyI+kCu/NfjlpAsBe7fxoCcIHMwBpQvsKvBIAP0qsRkjEJOy9s8kKw0gn11pTQt40HTBEuervTTPHFa82RMb4CyAG00TlgXqtl05M4Lw5Q9BNtOnIGKbPoiXlZaV4XNkZdERkaCBOkPIFbj8vFRB55neG4IoS7mJCDwRxZPpiMOe6TiQZ12Wd+7KkYlsAJoDV/2naLVdOI8evupRMEboK1asA7Gi0eeZFCwfnRS0prWSRbMBfDotgslaXktJSmq3jKztiMgXS/NeoqX4tX0NGcbNgTJFSPnIOi+bXV0heSED+RCPubJfcHVKufxnl6/kADk0q2j+M5OHxTZu/Tq7zvvLgOIPiOr6x3+9pppNbodeRa+aCEvJ9AejYsjJiNl2yLwCVrOR+mbzKO9ICwX8fGxXrw2puWQAAAABJRU5ErkJggg==');
}

.consumers-table a.suspend {
    background-image: url(/images/pause.svg);
}

.consumers-table a.resume {
    background-image: url(/images/play.svg);
}

.consumers-table .btn {
    display: inline-block;
    visibility: hidden;
    background: center no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-size: 16px 16px;
    cursor: pointer;
}
.consumers-table tr:hover .btn {
    visibility: visible;
}
.consumers-table .copy-btn {
    background-image: url(/images/clippy.svg);
}
.consumers-table .download-auto-btn {
    background-image: url(/images/playlist-auto.svg);
}
.consumers-table .download-static-btn {
    background-image: url(/images/playlist-static.svg);
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination > li.active > a {
    z-index: 2;
    color: #fff;
    background-color: #00a4ff;
    border-color: #00a4ff;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    display: block;
    padding: .35rem .65rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #ddd;
}


body.scroll-lock {
    overflow: hidden;
}

/* .modal */
.modal-enter {  /* used in transition */
    opacity: 0;
}
.modal-leave-active {  /* used in transition */
    opacity: 0;
}
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    transition: opacity .3s ease;

    background-color: rgba(0, 0, 0, .5);
}
.modal-container {
    position: relative;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    width: 680px;
    max-height: 90%;
    max-height: calc(100% - 46px);
    padding: 20px;

    border-radius: 5px;
    background: #fafafa;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
}
.modal-container > hr {
    width: 100%;
    margin: 15px 0;

    border: none;
    border-top: 1px solid #999;
}
.modal-container .buttons {
    text-align: right;
}
/* /.modal */

/* .playlist-settings */
.playlist-settings {
    font-size: 14px;

    overflow-y: auto;

    padding-right: 10px;
}
.playlist-settings .form-group {
    margin-bottom: 10px;
}
.playlist-settings .form-group:last-child {
    margin-bottom: 0;
}
.playlist-settings small.hint {
    font-size: 12px;

    display: block;

    margin-top: 3px;

    color: #6c757d;
}
.playlist-settings .icon-picker {
    display: flex;
    flex-wrap: wrap;
}
.playlist-settings .icon-picker img {
    flex: none;

    width: 48px;
    height: 48px;
    margin: 2px;

    cursor: pointer;
}
.playlist-settings .icon-picker img.selected {
    outline: 2px solid #f94709;
}
.playlist-settings input[type=text] {
    font-size: 14px;

    box-sizing: border-box;
    width: 60%;
}
.playlist-settings input[type=checkbox] {
    position: relative;
    bottom: 1px;

    margin-left: 0;

    vertical-align: middle;
}
.playlist-settings select {
    font-size: 14px;

    padding: 2px 1px;
}
.playlist-settings fieldset {
    margin-bottom: 10px;
    padding: 10px;

    border: 1px solid #999;
    border-radius: 5px;
}
.playlist-settings fieldset:last-child {
    margin-bottom: 0;
}
.playlist-settings > label,
.playlist-settings fieldset > label {
    margin-bottom: 10px;
}
.playlist-settings fieldset > label:last-child {
    margin-bottom: 0;
}
.playlist-settings fieldset > legend {
    padding: 0 5px 0 5px;
}
.playlist-settings fieldset > legend input {
    margin-left: 0;
}
.playlist-settings label {
    display: block;
}
/* /.playlist-settings */

.notice-block {
    padding: 10px;
    background-color: #FFEFAD;
    border: 1px solid #FFCE92;
    color: #7B1D06;
    font-style: italic;
    margin: 10px 0;
    font-size: 12px;
}

.notice-block .notice-header {
    font-size: 16px;
    font-weight: 600;
}


.add-user-block {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    padding: 20px 10px;
}