.all_files_list_box_users_container
{
    width:100%;
    height:100%;
    position:relative;
}
.all_files_list_box_outer
{
    position: absolute;
    left: 15px;
    right: 10px;
    bottom: 60px;
    top: 65px;
}
.all_files_list_box
{
    width:100%;
    height:100%;
    overflow: hidden;
}


.all_files_list_box_users
{
    width:100%;
    height:100%;
    overflow: hidden;    
}

.all_files_list_box_users_static
{
    position:absolute;
    top:35px;
    bottom:70px;
    left:0;
    right:0;
}
.all_files_list_box_users_bottom
{
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.all_files_list_box_uploader_message_box
{
    position: absolute;
    bottom: 5px;
    height: 30px;
    left: 15px;
    right: 15px;
}





.all_files_list_item_box
{
    position:relative;
    width:96%;
    
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}

/*      ФАЙЛЫ */
.files_opened_list_box
{
    width: 100%;
    height:25px;
    margin-top:10px;
    padding-left:0;
    padding-right:0;
    position: relative;
    overflow:hidden;
}


.list_files_type_box
{
    float:left;
    margin-right: 30px;   
    cursor:pointer;
}

.list_files_type_box_p
{
    text-decoration: underline;
    color: #90B56F;    
}

.list_files_type_box_selected_p
{
    color: #000;    
    text-decoration:none;
}

.all_files_list_box_users_outer
{
    width:100%;
    height:100%;
}



.list_files_icon_video
{
    background-image: url(images/webinar/icon_min_movie.png);
    background-repeat: no-repeat;   
    width: 19px;
    height:16px;     
    position:absolute;
    left: 0px;
    top: 7px;
}
.list_files_icon_presentation
{
    background-image: url(images/webinar/icon_min_presentation.png);
    background-repeat: no-repeat;   
    width: 20px;
    height:16px;     
    position:absolute;
    left: 0px;
    top: 7px;
}
.list_files_icon_audio
{
    background-image: url(images/webinar/icon_min_audio.png);
    background-repeat: no-repeat;   
    width: 20px;
    height:16px;     
    position:absolute;
    left: 0px;
    top: 7px;
}
.list_files_icon_youtube
{
    background-image: url(images/webinar/icon_min_youtube.png);
    background-repeat: no-repeat;   
    width: 25px;
    height:16px;     
    position:absolute;
    left: 0px;
    top: 7px;
}


.medias_opened_search_box {
    width: 200px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.medias_opened_search_box_input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: solid;
  border-width: thin;
  border-color: #aaa;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
}



.my_files_dotted_line
{
    background-image: url(images/webinar/dotted_line.png);
    background-repeat: repeat-x;
    height: 1px;
    position:absolute;
    left:0px;
    right:0px;
}
.list_files_status_box
{
    position:absolute;
    right:50px;
    top: 5px;
    width: 120px;
    height: 30px;
}
.list_files_status_box p
{
    font-size:10pt;
    color: #B2B2B2;
}
.files_dotted_line
{
    background-image: url(images/webinar/dotted_line.png);
    background-repeat: repeat-x;
    height: 1px;    
    left:15px;
    right:10px;
}


.list_files_label_box
{
    position:absolute;
    left:30px;
    right:120px;
    top: 5px;
    overflow: hidden;
    height: 20px;
    line-height:25px;
}
.list_files_actions
{
    position:absolute;
    right:0;
    top: 5px;
    width: 130px;
    height: 30px;
}
.list_files_save
{
    background-image: url(images/webinar/icon_min_download.png);
    background-repeat: no-repeat;   
    width: 18px;
    height:18px; 
    float: right;
    margin-left: 20px;    
}

.list_files_save a
{    
    display:block;
    height:18px;
    text-indent:-9999px;
    width:18px;
}

.list_files_edit
{
    background-image: url(images/webinar/edit_icon.png);
    background-repeat: no-repeat;   
    width: 18px;
    height:18px; 
    float: right;
    margin-left: 20px;
    cursor: pointer;
}
.list_files_open
{
    background-image: url(images/webinar/icon_min_open.png);
    background-repeat: no-repeat;   
    width: 20px;
    height:18px; 
    float: right;
    margin-left: 20px;
    cursor: pointer;
}
.list_files_drop
{
    background-image: url(images/webinar/icon_min_drop.png);
    background-repeat: no-repeat;   
    width: 17px;
    height:17px;
    float: right;
    margin-left: 20px;   
    cursor: pointer;
}
.list_files_full_drop
{
    background-image: url(images/webinar/icon_min_drop.png);
    background-repeat: no-repeat;   
    width: 17px;
    height:17px;
    float: right;
    margin-left: 20px;    
    cursor: pointer;
}

.all_files_list_box_users .list_files_drop
{
    width:0;
    height:0;
}
.list_files_clear
{
    height:30px;
    clear:both;
}

.list_files_bottom_box
{
    position:absolute;
    bottom:10px;
    width:100%;
    height:30px;
}
.list_files_bottom_add
{
    background-image: url(images/webinar/icon_files_add.png);
    background-repeat: no-repeat; 
    background-position-y: 2px;
    
    background-color: #F6F6F6;
    width:110px;
    height:30px;
    cursor: pointer;
    float:right;
    margin-right:15px;
    padding:0 !important;
}

.list_files_bottom_add p
 {    
    color: #636A74;
    font-weight: bold;
    font-size: 9pt;
    width:100%;
    text-align:center;
    line-height:30px;
    margin:0;
    padding:0;
 }

.presentationUploaderMessageBox
{
    position: fixed;
    bottom: 0;
    height: 30px;
    left: 20px;
    right: 20px;
    display:none;
    z-index:10001;
}

















.create_empty_form_box_outer
{
    display:none;
    z-index: 1000;
}

.create_empty_form_box_background
{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 1000;
}
.create_empty_form_box
{
    width:570px;
    background-color: #59b200;
    
    position:absolute;
    top:100px;
    left:50%;
    margin-left:-285px;
    z-index: 1001;
}

.create_empty_form_close
{
    position:absolute;
    right:15px;
    top:15px;
    background-image:url(images/templates/icon_close.png);
    width:19px;
    height:19px;
    cursor:pointer;
}
.create_empty_form_close > a
{
    position:absolute; 
    width:100%; 
    height:100%; 
    top:0; 
    left:0; 
    text-decoration:none;
    z-index:10;
    background-color:white;
    opacity: 0;
    filter: alpha(opacity=1);
}


.create_empty_form_box_inner
{
    margin: 20px;
    position:relative;      
}
.create_empty_form_header_box
{
    height:40px;
}
.create_empty_form_header_box > p
{
    color:#fff;
    font-family: mybold;
    font-size: 17pt;  
    margin:0;
}
.create_empty_full_row_padding
{
    width:100%;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:10px;
}
.create_empty_form_button
{
    float:right;
    width: 140px;
    height:40px;
    background-color: #535c69;
    color: #fff;
    padding-top: 9px;
    
}
.create_empty_text_input
{
    height:40px;
    width:100%;
    padding-left:10px;
    border-style: none;
}
.any_form_box uniq_youtube
{
    z-index: 1005;
}