.notclickable {
    cursor: default !important;
}

.title-1 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
}

.title-2 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.title-3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

.title-3 i {
    margin-right: 13px;
    vertical-align: baseline;
}

.title-4 {
    font-weight: 500;
    font-size: 30px;
    color: #393939;
}

.title-5 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    color: #393939;
}

.title-6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #393939;
}

/* ----- Links ----- */
a {
    display: inline-block;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ----- Page Wrapper----- */
/*Override Grid Bootstrap*/
@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}

/* ----- Tables ----- */
.table {
    margin: 0;
}

.table-jobs tbody td {
    font-size: 14px;
    vertical-align: middle !important;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 5px 15px 20px;
}

.tr-shadow {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
}

.block-email {
    font-size: 14px;
    color: #808080;
    display: inline-block;
    background: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 30px;
    padding: 0 14px;
    border: 1px solid #f2f2f2;
}

.block-ad {
    color: #fafafa;
    display: inline-block;
    background: #ff8300;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    padding-right: 5px;
    padding-left: 5px;
}

.block-email.active {
    color: #1976d2 !important;
    cursor: pointer;
    border: 1px solid #1976d2;
}

.table-data-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.table-data-feature .item {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e5e5e5;
    margin-right: 5px;
}

.table-data-feature .item:last-child {
    margin-right: 0;
}

.table-data-feature .item i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* --- File Transcoders --- */
.info-table {
    width: 100%;
}

.info-table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.info-table tr td:first-child {
    color: #a3a3a5;
    width: 250px;
}

.info-table tr:last-child td {
    border: 0;
}

.job-status--paused {
    color: #cccccc;
}

.job-status--finished {
    color: #008d4b;
}

.tc-green-900 {
    color: #1B5E20 !important;
}

.bgc-red-100 {
    background-color: #FFCDD2;
}

.bgc-amber-100 {
    background-color: #FFECB3;
}

.bgc-green-100 {
    background-color: #C8E6C9 !important;
}

.tc-red-600 {
    color: #E53935;
}

.tc-amber-800 {
    color: #FF8F00 !important
}

.transcoding-pulse-animation {
    -webkit-animation: transcoding-pulse 2s infinite;
    animation: transcoding-pulse 2s infinite;
}

@-webkit-keyframes transcoding-pulse {
    0% {
        background: #FFF8E1
    }
    25% {
        background: #FFECB3
    }
    50% {
        background: #FFE082
    }
    75% {
        background: #FFECB3
    }
    100% {
        background: #FFF8E1
    }
}

@keyframes transcoding-pulse {
    0% {
        background: #FFF8E1
    }
    25% {
        background: #FFECB3
    }
    50% {
        background: #FFE082
    }
    75% {
        background: #FFECB3
    }
    100% {
        background: #FFF8E1
    }
}

.job-status--failed {
    color: #C71C22;
}

.job-status--bg-process {
    background-color: #17a2b8;
}

.status--gray {
    color: #c4c4cc;
}

.status {
    border: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 .6rem !important;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-family: Vida32ProRegular, 'Myriad Pro', sans-serif !important;
}

.status.border {
    border: 1px solid;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress.progress-bar-xs {
    height: .3rem;
}

.progress-bar-animated-alt.progress-bar,
.progress-bar-animated-alt .progress-bar {
    position: relative;
}

.progress-bar-animated-alt.progress-bar::after,
.progress-bar-animated-alt .progress-bar::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-animation: progress-active 2s ease infinite;
    animation: progress-active 2s ease infinite;
}

.text--pointer {
    cursor: pointer;
}

.btn-actions-pane-right {
    margin-left: auto;
    white-space: nowrap;
}

.btn-actions-pane-left {
    margin-right: auto;
}


.assets tr {
    cursor: pointer;
}

.assets thead tr th {
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    text-transform: uppercase;
    cursor: initial !important;
    border: 0 !important;
    padding-top: 18px;
    padding-bottom: 18px;
}

.assets tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    vertical-align: middle;
    font-size: 1.1rem;
}

.assets .config-param {
    height: 25px;
    line-height: 25px;
    padding: 0 .6rem!important;
    min-width: 26px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    color: #337bb5;
}

.assets .config-param .disabled {
    color: #c1c1c1 !important;
}

.assets tbody tr:hover {
    background: #eee !important;
}

tr .checkbox {
    width: 40px;
    padding-left: 20px;
}

.assets tr td.delete {
    width: 70px;
}

tr.no-hover, tr.no-hover:hover {
    cursor: initial !important;
    background-color: transparent !important;
}

.assets .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0.625rem;
    height: 3.5rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    font-size: 0.88rem;
}

.assets .card-header .btn-actions-pane-left, .assets .card-header .btn-actions-pane-right {
    width: 50%;
}

.assets .card-header .btn-group-sm {
    width: 100%;
}

.assets .card-header .search {
    width: 100%;
}

.assets .card-footer {
    padding: 20px 0;
}

/* Profile Creation/Editing */
.create-profile-container {
    max-width: 1200px !important;
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
}

.create-profile-container .section {
    padding: 30px;
}

.profile-streams {
    width: 100%;
}

.create-profile-container  h2 {
    font-weight: 400;
    font-size: 1.7rem;
    color: #444;
}

.create-profile-container .col-l {
    max-width: 140px;
}

.create-profile-container .codec .v-select__selection {
    color: #1976d2 !important;
}


.card._poster_in_table {
    margin: 0px;
    height: 50px;
    width: 50px;
}

.chip_in_table {
    margin-top: 0px !important;
    margin-left: 0px !important;
}


.table-assets tbody td {
    vertical-align: middle !important;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 5px 10px 15px !important;
}

.info-title {
    color: #7b7b7b;
    padding-bottom: 5px;
    font-size: 0.8rem;
}

.top-info {
    table-layout: fixed ;
    width: 100%;
}

.top-info td {
    width: 20%;
    padding: 10px 10px;
    font-family: Roboto,sans-serif!important;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.asset-info td:first-child {
    font-weight: 700;
    min-width: 200px;
    font-size: 15px;
    text-align: right;
    padding-right: 20px;
    vertical-align: top;
}

.asset-info td {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.event-info {
    width: 100%;
}

.event-info td:last-child {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: break-all;
}

.asset-edit {
    width: 100%;
}

.asset-edit td:first-child {
    color: #777;
    width: 150px;
    font-size: 15px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.asterisk {
    font-weight: bold;
    color: red;
}

.asset-edit td:last-child {
    padding-right: 20px;
}

.pointer {
    cursor: pointer;
}

.au-breadcrumb2 .au-breadcrumb-span {
    color: #808080;
}

.au-breadcrumb2 .au-breadcrumb__list .active a {
    color: #808080;
}

.au-breadcrumb2 .au-breadcrumb__list .active a:hover {
    color: #666;
}

.au-breadcrumb2 .au-breadcrumb__list li {
    color: #808080;
}

@media (max-width: 991px) {
    .au-breadcrumb2 .au-breadcrumb-left {
        margin-top: 20px;
    }
}

.au-breadcrumb-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .au-breadcrumb-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .au-breadcrumb-content .au-breadcrumb-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .au-breadcrumb-content > button {
        margin-bottom: 15px;
    }
}

.au-breadcrumb__list {
    display: inline-block;
    margin-left: 5px;
}

.au-breadcrumb__list li {
    font-size: 14px;
    color: #999;
}

.au-breadcrumb__list .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.au-breadcrumb__list .active a {
    color: #999;
}

.au-breadcrumb__list .active a:hover {
    color: #333;
}

.au-form-icon--sm {
    position: relative;
}

.au-form-icon--sm .au-input {
    padding-right: 43px;
}

.au-input--w300 {
    min-width: 300px;
}

.au-input--style2 {
    color: #808080;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-btn--submit2 {
    height: 43px;
    width: 43px;
    position: absolute;
    top: 1px;
    right: 0;
}

.au-btn--submit2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #4c4c4c;
    font-size: 20px;
}

.import-table tr th, .import-table tr td  {
    vertical-align: middle;
}

.table-epg td:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
}

.borderless td, .borderless th {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    word-break: break-all;
}

.links * {
    display: inline;
}

.tags-block {
    overflow-y: auto;
    overflow-x: auto;
}

.vcenter {
    display: flex;
    align-items: center;
    vertical-align: middle;
    float: none;
}

.table-fixed-vod th, .table-fixed-vod td {
    vertical-align: middle !important;
}

.table-fixed-vod td:last-child {
    text-align: right !important;
}

.table-fixed-vod tr.stub th, .table-fixed-vod tr.stub td {
    border-top: 1px solid #3f96f3;
    border-bottom: 1px solid #3f96f3;
}

.table-fixed-vod tr.stub th {
    border-left: 1px solid #3f96f3;
}

.table-fixed-vod tr.stub td:last-child {
    border-right: 1px solid #3f96f3 !important;
}

.table-fixed-vod tr:last-child th, .table-fixed-vod tr:last-child td {
    border-bottom: 0 !important;
}

.v-card--reveal {
    align-items: center;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    display: flex;
    text-align: center;
}

.avatar-size-200 {
    width: 67px !important;
    min-width: 67px !important;
    max-width: 67px !important;
    height: 67px !important;
}
.avatar-size-150 {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 50px !important;
}
.avatar-size-100 {
    width: 33px !important;
    min-width: 33px !important;
    max-width: 33px !important;
    height: 33px !important;
}
.watermark-size-200 {
    max-width: 67px !important;
    max-height: 67px !important;
}
.watermark-size-150 {
    max-width: 50px !important;
    max-height: 50px !important;
}
.watermark-size-100 {
    max-width: 33px !important;
    max-height: 33px !important;
}
.watermark-position-topLeft {
}
.watermark-position-topCenter {
    display: flex;
    justify-content: center !important;
}
.watermark-position-topRight {
    display: flex;
    justify-content: flex-end !important;
}
.watermark-position-bottomLeft {
    position: absolute;
    bottom: 0;
}
.watermark-position-bottomCenter {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.watermark-position-bottomRight {
    right:0;
    position: absolute;
    bottom: 0;
}
.v-radio .v-label {
    padding-top: 8px !important;
}