.local_video_directory_videomenu {
    list-style: none;
    padding: 0 0 2vw 10px;
    min-width: 460px;
}

#page-local-video_directory-studio .local_video_directory_video-table {
    display: flex;
    justify-content: center;
}

.local_video_directory_video-table tr td:first-child {
    white-space: nowrap;
}

.local_video_directory_action {
    white-space: nowrap;
}

.local_video_directory_actions input.multiselect {
    margin: 0px 0px 0px 15px;
}

.local_video_menu_icons .video_top_buttons_action {
    float: left;
}

.local_video_directory_existing_tags,
.local_video_directory_selected_tags {
    background-color: lightgrey;
    padding: 2px 7px;
    margin: 1vw;
    border-radius: 10px;
    border: 2px solid gray;
}

.local_video_directory_thumb {
    height: 3vw;
    display: block;
    margin: 0px auto;
    border: 3px solid teal;
    border-radius: 5px;
    max-width: 4vw;
}

.local_video_directory_thumb:hover {
    border-color: #37bfbf;
}

.local_video_directory_action_thumb {
    height: 2.2vw;
}

.local_video_directory_thumbselectorelement {
    display: inline-block;
    border: 1px solid gray;
    padding: 5px !important;
    border-radius: 8px;
    margin: 3px;
    width: 150px;
    height: 87px;
    vertical-align: top;
    box-sizing: content-box;
}

.local_video_directory_thumbselectorelement * {
    box-sizing: content-box;
}

.dir-ltr .buttons {
    margin-left: 10vw;
}

.dir-rtl .buttons {
    margin-right: 10vw;
}

#player {
    float: left;
    width: 50%;
    min-width: 450px;
}

.dir-rtl #player {
    float: right;
}

.length {
    width: 10px;
    margin: 5px;
}

input.hidden_input {
    width: 16vw;
    border: none;
    box-shadow: none;
    background: inherit;
}

input.hidden_input:focus,
input.hidden_input:hover {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: lightgrey;
}

.local_video_directory_video-player {
    margin: auto 1.5em;
    position: fixed;
    top: 12%;
    right: 20%;
    border: 1px solid;
    background-color: white;
    z-index: 5;
    width: 800px;
    max-width: 100%;
    height: 500px;
}

.local_video_directory_my-video,
.my-video {
    width: 100%;
    max-height: 95%;
}

.local_video_directory_videos ul {
    margin-left: 0;
    margin-right: 0;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    opacity: .4;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
    color: #eee;
}

.video-thumbnail img, #page-local-video_directory-edit_playlist .sortable-item img {
    max-width: 100px;
    border-radius: 7px;
    opacity: 1;
    width: 95px;
    height: 63px;
    top: 267px;
    left: 966px;
}

#video_table i,
#videoslistcontainer i,
table#videos i {
    font-size: 30px;
}

.grey {
    color: grey;
}

.local_video_directory-intag-title {
    vertical-align: middle;
    margin: 10px;
}

.local_video_portal_thumb {
    height: 11vw;
    width: 15vw;
    position: relative;
    border: 1px solid rgb(92 90 90 / 95%);
}

.local_video_portal_name {
    top: -45px;
    text-align: center;
    color: white;
    background-color: rgb(92 90 90 / 95%);
    font-weight: bold;
    font-size: x-large;
    text-decoration: underline;
    width: 15vw;
}

.local_video_portal_video {
    float: left;
    margin: 10px;
    height: fit-content;
    max-height: 16vw;
}

#page-local-video_directory-studio #region-main{
    overflow-x: visible;
}

.local_video_portal_texts {
    float: left;
    width: 70%;
    padding-top: 10px;
}

.local_video_portal_search {
    border: 1px solid;
    padding: 10px;
    margin: 10px;
    display: flex;
}

.local_video_directory_versions i {
    font-size: 30px;
}

#page-local-video_directory-list #messagemodal {
    direction: ltr;
    text-align: left;
}

.local_video_directory_backtolist {
    text-align: right;
}

.dir-rtl .local_video_directory_backtolist {
    text-align: left;
}

.local_video_directory_pagination {
    text-align: center;
    display: flow-root;
    width: 100%
}

.select2-container {
    width: 250px !important;
}

.rectangle {
    border: 1px dotted #FF0000;
    position: absolute;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.5);
}

#video-controls {
    width: 640px;
    padding: 5px;
}

#video-controls button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#video-controls button:hover {
    cursor: pointer;
}

#video-controls #seek-bar {
    width: 300px;
}

#video-controls #volume-bar {
    width: 60px;
}

#video-controls #play-pause {
    width: 70px;
}

#page-local-video_directory-list .ui-widget-content a {
    color: blue;
}

.local_video_directory_float {
    margin: 20px;
    float: right;
}

[lang='he'] .local_video_directory_float {
    float: left;
}

@media only screen and (max-width: 1600px) {
    .local_video_directory_float {
        float: unset !important;
    }
}

@media screen and (max-width: 760px) {
    .local_video_portal_name {
      font-size: smaller;
    }
  }

#form_area {
    width: 50%;
}

#form_area div.form-group.row.fitem .col-md-3 {
    padding-left: unset;
}

.video_embed {
    direction: ltr;
    float: left;
    width: 42%;
    padding-left: 20px;
    text-align: left;
}

.dir-rtl .video_embed h2 {
    text-align: right;
}

.local_video_menu_icons {
    font-size: x-large;
}

.brown,
.brown[href]:hover {
    background-color: brown;
}

.local_video_directory_cats,
.local_video_directory_cats[href]:hover {
    background-color: #77933c;
    color: white !important;
}

.local_video_directory_actions {
    min-width: 215px;
}

.local_video_directory_categories .tag-info {
    background-color: #77933c;
    color: white !important;
}

.local_video_directory_categories_table span {
    background-color: #77933c;
    color: white;
    margin-right: 5px;
    margin-left: 5px;
    padding: 3px;
    font-size: small;
    font-weight: bold;
}

.local_video_directory_categories span.form-autocomplete-downarrow,
.local_video_directory_categories span.text-nowrap {
    background-color: inherit;
    color: inherit;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

.local_video_directory_categories .tag span {
    padding: 0;
}

.dir-ltr .local_video_directory_cats_manage {
    padding-left: 28vw;
}

.dir-rtl .local_video_directory_cats_manage {
    padding-right: 28vw;
}

#page-local-video_directory-edit .col-md-3 {
    padding-left: 12%;
}

#page-local-video_directory-edit .mform #id_origfilename,
#page-local-video_directory-edit .mform #id_description {
    width: 100%;
}

#page-local-video_directory-edit #qrimg {
    float: right;
}


/* This is a single-line comment */

#page-local-video_directory-edit_playlist #id_origfilename,
#page-local-video_directory-edit_playlist #id_description,
#page-local-video_directory-edit_playlist .select2.select2-container {
    width: 50% !important;
}

#page-local-video_directory-edit_playlist .select2-selection.select2-selection--multiple {
    border-radius: unset !important;
}

body#page-local-video_directory-edit_playlist div#videocheckbox .video-thumbnail {
    width: 130px;
    text-align: center;
    margin: 5px;
}

body#page-local-video_directory-edit_playlist div#videocheckbox .video-thumbnail img {
    max-width: 130px;
    /*height: 60px;
    width: auto;*/
}

body#page-local-video_directory-edit_playlist div#videocheckbox .video-thumbnail i.preview {
    position: absolute;
    top: 15%;
    left: 40%;
    font-size: 36px;
    color: #fff;
    opacity: .4;
}

body#page-local-video_directory-edit_playlist div#videocheckbox .video-thumbnail::before {
    content: "";
}

body#page-local-video_directory-edit_playlist div#videocheckbox .video-thumbnail .video-name {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    white-space: nowrap;
}

body#page-local-video_directory-edit_playlist div#videocheckbox .video-thumbnail input[type="checkbox"] {
    position: absolute;
    width: 16px;
    height: 16px;
}

.sortable-item {
    border: solid 1px #8888 !important;
    border-radius: 7px;
    margin-bottom: 2px;
    height: 75px;
}

div#my-timesheet {
    margin-bottom: 30px;
    margin-top: 20px;
}

div.sortable-item i.iconsmall {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

#page-local-video_directory-edit_playlist .sortable-item img {
    padding: 5px;
    height: 90%;
}

#page-local-video_directory-edit_playlist .sortable-item .video-name {
    margin-right: 15px;
}

#drag_drop_video {
    width: 500px !important;
}

#page-local-video_directory-edit_playlist #my-timesheet.well.clearfix {
    width: 750px !important;
}

div#vides_area {
    float: left;
    display: flex;
    justify-content: space-around;
}

div#vides_area .local_video_directory_float video {
    width: 400px;
}

#page-local-video_directory-edit_playlist .sortable-item .video-name {
    margin-right: 15px;
    width: 550px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: inline-block;
    white-space: nowrap;
}

body.path-local-video_directory tbody td.lastcol .video-thumbnail img.thumb:not([src^="second"]) {
    max-width: 10%;
}


/*sari*/

#sub_video_div #fitem_id_sub_video{
       width:52%;
}
#sub_video_div #fitem_id_sub_video .col-form-label{
       flex: 0 0 50% !important;
       max-width:50% !important;
}
#sub_video_div #fitem_id_sub_video .felement{
       flex: 0 0 50% !important;
}

#sub_video_div #fitem_id_sub_video .felement input{
       width:100% !important;
}

button.search-video {
    /*position: absolute;*/
    margin-top: -3.4%;
    margin-right: 38.2%;
    width: 40px;
    /*border-radius: 4px 0px 0px 0px;*/
    height: 36.5px;
}

body.dir-ltr button.search-video {
    margin-left: 38.5% !important;
    border-radius: 0px 4px 4px 0px !important;
}

div.subvideo {
    width: 60%;
    margin-right: 20%;
}
