.section_filters {
    display: none;
}

.section_filters .encoding-filters,
.section_filters .ttoengine-filters,
.section_filters .qcengine-filters {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.section_filters .encoding-filters .opt,
.section_filters .ttoengine-filters .opt,
.section_filters .qcengine-filters .opt {
    margin-right: 2px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    background-color: #F5F5F5;
    text-align: left;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 10px;
    height: 100%;
    line-height: 20px;
    vertical-align: middle;
}

.section_filters .encoding-filters .opt:hover,
.section_filters .ttoengine-filters .opt:hover,
.section_filters .qcengine-filters .opt:hover {
    border: 1px solid #212121;
    padding: 5px 9px;
}

.section_filters .encoding-filters .opt.encoding:hover,
.section_filters .ttoengine-filters .opt.encoding:hover,
.section_filters .qcengine-filters .opt.inprogress:hover {
    border-color: #0D47A1;
}

.section_filters .opt.error:hover {
    border-color: #B71C1C;
}

.section_filters .opt.queued:hover {
    border-color: #E65100;
}

.section_filters .opt.warning:hover {
    border-color: #e6c000;
}

.section_filters .opt.selected {
    background-color: #BDBDBD;
    color: #F5F5F5;
    text-shadow: 0 0 2px #333;
}

.section_filters .opt.encoding.selected,
.section_filters .opt.inprogress.selected {
    background-color: #64B5F6;
    color: #FFEBEE;
}

.section_filters .opt.error.selected {
    background-color: #e57373;
    color: #e3f2fd;
}

.section_filters .opt.queued.selected {
    background-color: #FFB74D;
    color: #FFF3E0;
}

.section_filters .opt.warning.selected {
    background-color: #ffe22b;
    color: #ffefa9;
}

.section_filters .opt .enc-status-count {
    display: block;
    background-color: #BDBDBD;
    border-radius: 5px;
    text-shadow: 0 0 2px #333;
    color: #FFF;
    float: right;
    font-family: "Arial Black", Gadget, sans-serif;
    text-align: center;
    width: auto;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section_filters .opt.encoding .enc-status-count,
.section_filters .opt.inprogress .enc-status-count {
    background-color: #64B5F6;
}
.section_filters .opt.error .enc-status-count {
    background-color: #e57373;
}
.section_filters .opt.queued .enc-status-count {
    background-color: #FFB74D;
}
.section_filters .opt.warning .enc-status-count {
    background-color: #ffe22b;
}

.sectiontabs.encoding {
    margin-left: 0;
}
.sectiontabs.encoding .sifteropts {
    height: 100%;
}
.sectiontabs.encoding .sifteropts .opt {
    float: left;
    width: 80px;
    text-align: center;
    height: 24px;
    padding-top: 8px;
}
.sectiontabs.encoding .sifteropts .opt {
    float: left;
    width: 80px;
    text-align: center;
    height: 24px;
    padding-top: 10px;
}
.sectiontabs.encoding .sifteropts .opt.cancel {
    color: black;
    text-shadow: 0 0 2px #FFFFFF;
}
.sectiontabs.encoding .sifteropts .opt span {
    vertical-align: middle;
}
.listitem.encoders .idata.medium .status .statusdata{
    float: left;
    width: 66%;
}
.listitem.encoders .idata.medium {
    width: 460px;
}
.listitem.encoders .icon {
    width: 44px;
    height: 44px;
    margin-left: 5px;
}
.listitem.encoders .progress {
    border: 1px solid #CCC;
    background-color: #FFF;
    height: 14px;
    position: relative;
    display: block;
    padding: 2px 2px 0;
    margin: 0 0 4px 0;
}
.listitem.encoders .progress .bar {
    background: url("../imgs/uploading.gif") repeat-x scroll center center #ECECEC;
    height: 12px;
}
.listitem.encoders .progress .per{
    font-size: 11px;
    height: 12px;
    text-align: right;
    position: absolute;
    right: 3px;
    top: 2px;
}

.listitem.encoders .label {
    margin: 4px 0 4px 2px;
}

.listitem.encoders .extradata{
    margin: 0 0 4px 0;
}

.listitem.encoders .status .encoding-buttons {
    margin: 14px 0 0 6px;
    float: right;
    display: inline-block;
}

.listitem.encoders .status {
    display: block;
    position: relative;
    width: 100%;
}

.listitem.encoders .status.canceled .encoding-buttons .canceler,
.listitem.encoders .status.canceled .encoding-buttons .priority,
.listitem.encoders .status.error .encoding-buttons .priority,
.listitem.encoders .status.encoding .encoding-buttons .starter {
    display: none;
}

/* CLOUD STATISTICS */
.statistics {
    display: block;
    margin: 5px;
}

.statistics .st-title {
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 6px 0;
}

.statistics .st-number {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.statistics .users-data {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 5px;
    grid-row-gap: 8px;
    padding: 5px;
    align-items: center;
}

.statistics .users-data .value {
    font-style: normal;
    font-size: 12px;
}

.statistics .users-data .u-name.value {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.statistics .users-data .u-name.value .cu-data {
    margin-right: 4px;
    font-style: italic;
}

.statistics .users-data .u-name.value .online-status{
    background: #FFF;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    margin: 3px 4px 2px 0;
    display: inline-block;
    float: left;
}

.statistics .users-data .u-name.value .online-status.online{
    background: #090;
}

.statistics .users-data .u-name.value .online-status.away{
    background: #f7a628;
}

.statistics .users-data .u-name.value .online-status.busy{
    background: #C00;
}

.statistics .users-data .u-name.value .online-status.offline{
    background: #666;
}

.statistics .users-data .u-name.value img,
.statistics .users-data .u-name.value .imgfix {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    object-fit: cover;
}

.statistics .users-data .u-name.value .imgfix {
    background: url("../imgs/none_user.png");
    background-size: 20px;
}

.statistics .users-data .st-label {
    font-style: italic;
    font-size: 9px;
    color: #CCCCCC;
    text-transform: uppercase;
}

.statistics .data-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.statistics .instance-data,
.statistics .bucket-data {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin: 10px;
    border: 1px solid #d2d2d2;
    font-weight: bold;
    font-size: 12px;
}

.statistics .instance-data {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.statistics .gc-data {
    display: flex;
    flex-direction: column;
    margin: 5px 5px 5px 10px;
}

.statistics .gc-data .description {
    font-size: 10px;
    color: #a4a4a4;
    font-style: italic;
    margin-bottom: 2px;
}

.statistics .gc-data .value {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 2px;
}

.statistics .name {
    text-align: center;
    background-color: #d2d2d2;
    align-self: stretch;
    font-size: 14px;
    padding-top: 12px;
}



/**Role GRID**/
.option-grid-wrapper {
    margin-top: 5px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, 2vw) auto;
}

.option-grid-wrapper .checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2px;
}

.option-grid-wrapper .checkbox input,
.option-grid-wrapper .checkbox label {
    cursor: pointer;
}

.option-grid-wrapper div[class*='level'].disabled {
    color: #CCCCCC;
    cursor: not-allowed;
}

.option-grid-wrapper div[class*='level'].disabled .cb-icon,
.option-grid-wrapper div[class*='level'].disabled .cb-label,
.option-grid-wrapper div[class*='level'].disabled input,
.option-grid-wrapper div[class*='level'].disabled label {
    cursor: not-allowed;
}

.option-grid-wrapper .level-1 {
    grid-column: 1/-1;
}

.option-grid-wrapper .level-2 {
    grid-column: 2/-1;
}

.option-grid-wrapper .level-3 {
    grid-column: 3/-1;
}

.option-grid-wrapper .level-4 {
    grid-column: 4/-1;
}

.option-grid-wrapper .level-5 {
    grid-column: 5/-1;
}

.option-grid-wrapper .checkbox label.diff{
    font-style: italic;
    color: #c99827;
}

.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2px;
}

.checkbox input[type=checkbox] {
    margin: 3px 3px 3px 4px !important;
}

.checkbox label {
    margin-top: 1px;
}

.checkbox.left {
    float: left;
}

.checkbox.disabled {
    color: #CCCCCC;
    cursor: not-allowed;
}

.cb-icon {
    width:16px;
    height:16px;
    padding: 0;
    background:url(../imgs/icons.png) no-repeat;
    display: inline-block;
}
.cb-icon.inline {
    margin-bottom: -3px;
    margin-left: 3px;
}
.cb-icon.checked {
    background-position: -306px -80px;
    margin: 2px 1px 1px 4px;
    cursor: not-allowed;
}
.cb-icon.unchecked {
    background-position: -306px -64px;
    margin: 2px 1px 1px 4px;
    cursor: not-allowed;
}
.cb-icon.open {
    background-position: -32px -96px;
    cursor: pointer;
}

.inboxes-config-grid {
    display: grid;
    grid-template-columns: 6vw 4vw 8vw;
    margin-left: 10px;
    box-sizing: border-box;
    grid-gap: 2px;
}

.inboxes-config-grid .grid-label {
    font-weight: bold;
}

.inboxes-config-grid .checkbox {
    margin: 0;
}

.inboxes-config-grid .checkbox.inside {
    margin-left: 10px;
}

.inboxes-config-grid .cb-label.disabled,
.inboxes-config-grid span[class="disabled"] {
    cursor: not-allowed;
    color: #CCCCCC;
    font-style: italic;
}

.formats-type-wrapper {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
}

.formats-type-wrapper .private-formats,
.formats-type-wrapper .public-formats,
.formats-type-wrapper .unlisted-formats {
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}

.formats-type-wrapper .format-extension {
    color: #c99827;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #c998273d;
    padding-left: 10px;
    font-size: 11px;
    padding-bottom: 3px;
}

.formats-type-wrapper .unlisted-formats .field.small {
    padding: 0;
    border-bottom: 1px solid transparent;
}

.formats-type-wrapper .unlisted-formats .field.small:hover {
    padding: 0;
}

.formats-type-wrapper .formats-by-ext {
    margin-left: 10px;
}
.formats-type-wrapper .unlisted-formats .formats-by-ext {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10vw, 1fr));
    grid-gap: 4px;
    margin-bottom: 10px;
    margin-left: 7px;
}

.formats-type-wrapper .checkbox {
    align-items: start;
    margin: 0;
}

.formats-type-wrapper .private-formats {
    grid-area: private;
}

.formats-type-wrapper .public-formats {
    grid-area: public;
}