.ys_center{
    text-align: center;
}
.ys_green{
    color:green;
}
.ys_red,.tbody-icon .icon-unpublish{
    color:red;
}
.ys_border{
    border:1px solid #000000;
}
.brand-logo{
    text-decoration: none;
}
.pagination{
    justify-content: center;
}
.progress{
    --progress-height: 0.6rem;
    --progress-font-size: 0.6rem;
    height:15px;
    --progress-border-radius:none;
}
.ys_files{
    font-size: small;
}
.modal-body{
    padding: 0px;
}
.modal-header{
    padding:10px 8px 10px 5px
}
.modal-title{
    line-height: 0;
}
.chosen-container.chosen-container-single .chosen-single{
    height:calc(2rem + calc(var(--border-width)*2));
    padding: 3px 1.4rem 1px 10px;
    background: #eaedf0 url("../images/select-bg.svg?v=5ebba0") right -0.1rem center no-repeat;
}
#movieFiles td{
    font-size: small;
}
#movieInfo th, #movieInfo td{
    padding: 0.3rem 0.8rem;
}
.js-stools-container-bar .btn-toolbar .js-stools-btn-clear{
    background-color: rgb(53, 59, 65);
}
a,.page-link, .page-link:hover{
    color:rgb(53, 59, 65);
}
.page-link:hover{
    color:rgb(128, 128, 128);
}
.pagination{
    --pagination-color:rgb(53, 59, 65);
    --pagination-focus-color:rgb(53, 59, 65);
    --pagination-active-bg:rgb(53, 59, 65);
    --pagination-hover-color:rgb(255, 255, 255);
}
:root {
  --cassiopeia-color-primary:rgb(53, 59, 65);
  --cassiopeia-color-hover: rgb(53, 59, 65);
  --cassiopeia-color-link: rgb(53, 59, 65);
}
td .form-control{
    width: 100%;
    height: 120px;
    display: inherit;
}
 #movieInfo td.ys_cast{
    padding: 0;
}
.ysInfo{
    color:white;
    font-size: 0.8rem;
}
.chosen-container .chosen-results li.highlighted{
    background-color:rgb(53, 59, 65);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(53, 59, 65)), color-stop(90%, rgb(63, 69, 75)));
    background-image: linear-gradient(#rgb(53, 59, 65) 20%, rgb(63, 69, 75) 90%);
}