.af_white_bg, #page_files .breadcrumb{
	background-color: #f7f7f7;
}

.af_left_minus_3{
	left: -3px;
	position: relative;
}
#back_btn i{
	 background: url(../../images/contacts/assets_sprite.svg) -43.5px -355.5px no-repeat;
	cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 1;
    text-indent: -9999px;
    width: 21px;
    height: 25px;
    vertical-align: inherit;
    top:3px;
}
#page_files .gray_border_bottom{
	border-bottom:1px solid #c0c0c0;
}

/*#page_files .subfiles .music_sublist_li:last-child{
	border-bottom:none;
}*/

#page_files .breadcrumb_list {
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    width: 95%;
}

#page_files .breadcrumb_list li {
	display: inline-block;
	position: relative;
}

#page_files .breadcrumb_list li select{
	max-width: 120px;
    min-width: 70px;
    display: inline-block;
    border: medium none;
    font-family: verizon-apex;
    background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	cursor:pointer;
}

#page_files .breadcrumb_list li:not(:last-child):after {
	content: "/";
}

#page_files .breadcrumb_list li .bc_link{
	color: #0000FF;
    cursor: pointer;
    display: inline;
    margin: 0 10px;
}

#page_files .breadcrumb_list li:last-child .bc_link{
	color :#333;/* black color used for headings ad sub headings*/
    cursor: default;
    -webkit-overflow-scrolling: touch;
}

#page_files .breadcrumb_list li .drop_icon{
	bottom: 2px;
    height: 15px;
    position: absolute;
    right: 10px;
    width: 15px;
}

#page_files .af_copy_move_dialog {
	height: 400px;
    width: 350px;
    max-height: 400px;
    top : 10px;
}

#page_files .af_copy_move_dialog .dialog_list{
	width: 90%;
	height: 300px;

    /*min-height: 350px;*/
}

#page_files .af_copy_move_dialog .dialog_list .dialog_ul{
/*	height: 300px;*/
	width: 95%;
}

#page_files .af_copy_move_dialog .dialog_list .dialog_ul .dialog_li{
	height: 30px;
    padding-top: 5px;
}

#page_files .af_copy_move_dialog .dialog_list .dialog_ul .dialog_li:first-child{
	border-top: none;
}

#page_files .folder_name {
	padding-left: 10px;
	padding-top: 10px;
}

/*#page_files #back_btn{
	font-size: 25px;
	position: relative;
	top: -5px;
	min-width: 30px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}*/

#page_files .default_cursor{
	cursor: default;
}

#page_files .music_viewlist_name{
	width: 55%;
	font-size: 14px;
}

#page_files .big_column{
	width: 75%;
}

#page_files .music_alpha_subgroup{
	display: block;
}

#page_files .small_screen_col{
	display: block;
}

#page_files .secondary_col{
	display: none;
}

#page_files .subfiles{
	/*background-color: #fff;*/
}

#page_files .music_viewlist_li:hover{
	opacity: 1;
}

#page_files .music_sublist_ul {
	position: relative;
}

/*#page_files .music_sublist_ul li:first-child {
	border-top: 1px solid #c0c0c0;
}*/

#page_files .border_bottom{
	border-bottom: 1px solid #c0c0c0;
}

#page_files .music_sublist_li:hover{
	opacity: 1;
}

#page_files .menu_container{
	background-color: transparent;
	padding-top: 7px;
}

/*
Commenting it as john has already added in global file
#page_files .music_player_btn_img {
	height: 30px;
}*/

.copy_right_icon{
	height: 22px;
    position: relative;
    left: -16px;
    top: 10px;
    width: 18px;

}

#page_files .preview_panel .menu_container{
	bottom:10px;
	min-width: 50px;
}

#page_files .preview{
	background-color: #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#page_files .preview_panel{
	background-color: #ECEDEE;
    display: inline-block;
    position: relative;
    left: calc((100% - 300px) / 2);
    min-width: 150px;
}

#page_files .close_icon{
	position: absolute;
    right: 8px;
    top: 8px;
    width: 25px;
    z-index: 100;
}

#page_files .preview_img{
	float: left;
    min-height: 300px;
    min-width: 300px;
    padding: 5px;
    background-color: #fff;
    position: relative;
}

#page_files .preview_img #preview_img_icon{
	width: 100%;
}

#page_files .preview_panel .file_details{
	display: inline-block;
}

#page_files .preview_panel .file_details_left{
	padding: 5px;
}

#page_files .preview_panel .file_details_title{
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    min-width: 140px;
}

#page_files #multion {
	position: relative;
	top: 1px;
	height:32px;
}

#page_files #multioff {
	position:relative;
	top:1px;
	height:32px;
}

#page_files #multiSelectoff{
	position: absolute;
	right: 0;
	top: 2px;
}

#page_files #multioverflow {
	position: absolute;
    right: 25px;
    top: 7px;
}

#page_files .folder_link, #page_files .back_link{
	color : #004CFF;
	margin: -3px;
}


@media screen and (min-width: 768px) {
	#page_files .small_screen_col{
		display: none;
	}

	#page_files .secondary_col{
		display: block;
	}

	#page_files .music_viewlist_name{
		width: 30%;
	}

	#page_files .preview_panel{
		min-width: 230px;
	}

	#page_files .preview_panel .menu_container {
		min-width:130px;
	}

	#page_files .af_copy_move_dialog {
		top : auto;
	}

	#page_files .big_column{
		width: 40%;
	}
}

#page_files .af_width_10{
	width: 10%;
}

#page_files .af_width_20{
	width: 19%;
}

#page_files .af_width_15{
	width: 15%;
}



#page_files .btn_video_play_icon{
	left: 50%;
    max-width: 95px;
    min-width: 50px;
    position: absolute;
    top: 50%;
    width: 30%;
}

.multi_all_checkbox {
	position:relative;
	display:block;
	float: left;
	height: 28px;
	margin-left: -35px;
	margin-top: 11px;
	width: 28px;
	cursor:pointer;
}
.multi_all_checkbox:active, .multi_all_checkbox_active {
	opacity:0.666;
}

#page_files .music_sublist_li:active{
	background-color:#f8f8f8;
	border:1px solid #e0e0e0;
}

.music_viewlist_name .af_width_10 .secondary_col .filesize{
	font-family: nhg-text-roman , arial, sans-serif;
	}

.music_viewlist_name .secondary_col .upload_date .af_width_15{
	font-family: nhg-text-roman , arial, sans-serif;
	}

.music_viewlist_name .af_width_10 .extension{
	font-family: nhg-text-roman , arial, sans-serif;
}

#page_files .music_viewlist_ul .top_level {
	font-family: nhg-text-roman , arial, sans-serif;
	font-size:14px;
}

#page_files .music_viewlist_ul #header {

	font-family: nhg-display-bold , arial, sans-serif;
	font-size:14px;
}

#page_files > .music_filter{
	font-family: nhg-display-bold , arial, sans-serif;
	font-size:15px;
}
.black_color_txt{
	color :#333;/* black color used for headings ad sub headings*/
}
.right {
    float: right;
}

#page_files .no_content_files .pop_container{
	max-width: 980px;
    margin: 0 auto;
}

#page_files .no_content_files{
	max-width: 100%;
    height: 583px;
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    background-size: 100% 100% !important;
}

#page_files .no_content_files .nocontent_popup{
	width: 460px;
    height: 389px;
    text-align: center;
    border: dashed 2px rgba(149, 149, 149, 0.57);
    float: right;
    background-color: #fff;
    margin-right: 20px;
}

#page_files .nocontent_popup .message_red {
	width: 437px;
    height: 108px;
    color: #cd040c;
    font-family: nhg-display-bold, arial, sans-serif;
    font-size: 48px;
    letter-spacing: -0.2px;
    line-height: 54px;
    margin-top: 49px;
    margin-left: 13px;
    white-space: normal;
}

#page_files .nocontent_popup .message_black {
	width: 343.2px;
    height: 99px;
    white-space: normal;
    font-size: 24px;
    font-family: nhg-display-bold, arial, sans-serif;
    margin-top: 18px;
    margin-left: 62px;
    line-height: 33px;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 768px){
    #page_files{
        margin-right: 52px;
    }

    #page_files .no_content_files {
		height: 321px;
		background-size: 100% 100% !important;
	}

	#page_files div.allFiles_view_buttons {
		/* position: fixed; */
		position: static;
	    right: 0px;
	    z-index: 8;
	    top: 74px;
	}


	#page_files .no_content_files .pop_container {
        width: 100%;
    }

	#page_files .no_content_files .nocontent_popup {
	    width: 260px;
	    height: 275px;
	    float: none;
	    margin: 0 auto;
	    margin-top: 40px;
	}

	#page_files .nocontent_popup .message_red {
		margin-top: 20px;
        font-size: 34px;
        line-height: 40px;
        margin-left: 13px;
        width: 235px;
        height: 100px;
	}

	#page_files .nocontent_popup .message_black {
		width: 200px;
        height: 50px;
        font-size: 18px;
        margin-top: -20px;
        margin-left: 30px;
        line-height: 25px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px){
	#page_files .no_content_files{
		background-size: 100% 100% !important;
    	height: 367px;
	}

	#page_files .no_content_files .nocontent_popup{
		margin-right: 20px;
	    margin-top: -30px;
	    width: 322px;
	    height: 266px;
	}

	#page_files div.allFiles_view_buttons {
		/* position: fixed; */
		position: static;
	    right: 35px;
	    z-index: 8;
	    top: 85px;
	}

	#page_files .no_content_files .nocontent_popup .message_black {
        width: 250.2px;
        height: 50px;
        font-size: 18px;
        margin-top: -20px;
        margin-left: 30px;
        line-height: 25px;
    }

    #page_files .no_content_files .nocontent_popup .message_red{
    	margin-top: 20px;
        font-size: 34px;
        line-height: 40px;
        margin-left: 13px;
        width: 299px;
        height: 100px;
    }

    #page_files .no_content_files .nocontent_popup .uploadBtn {
        margin-top: 30px;
    }

    .no-content-wrapper .no-content-message .message-black {
        padding: 0;
    }
}


@media screen and  (min-width: 321px) and (max-width: 360px) {

	.header-search-icon .glyphicon-search
	{
		padding-top: 0px !important;
    margin-top: -13px;
	}

}

@media screen and  (min-width: 375px) and (max-width: 375px) {

	.header-search-icon .glyphicon-search
	{
		padding-top: 5px !important;

	}

}

@media screen and  (min-width: 1025px) and (max-width: 1440px) {
	#page_files div.allFiles_view_buttons {
		right: 16%;
		z-index: 8;
		top: 82px;
		}
}

@media screen and (min-width: 1440px)  and (max-width: 2560px) {
	#page_files div.allFiles_view_buttons {
		right: 25%;
		top: 82px;
		z-index: 8;
		}
}
