@charset "UTF-8";
/*+++++++++++++ UPLOAD PAGE +++++++++++++*/
.upload_choice {
	width:100%;
	height:auto;
}
.upload_choice_img {
	width:100%;
	height:auto;
}
.upload_mobile {
	width:100%;
	display:inline-block;
}
.upload_desktop {
	width:100%;
	display:inline-block; /* none jli*/
}
.upload_grey_btn {
	position:relative;
	left:50%;
	margin-left:-50px;
	top:5px;
	width:100px;
	height:28px;
	margin:2px 2px 2px 2px;
	text-align:center;
	color:#fff;
	font-size:10px;
	background-color:#595a5d;
	cursor:pointer;
	line-height:2.5;
    overflow:hidden;
    font-family: nhg-display-bold, arial, sans-serif;
}

.uploadInput {
    position: absolute;
    top: 3px;
    left: 17px;
    margin: 0;
    padding: 0;
    font-size: 32px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    width: 148px;
}

.upload_grey_btn:active, .upload_grey_btn_active {
	opacity:0.666;
}
.upload_title {
	float:left;
    font-family: nhg-display-bold, arial, sans-serif;
    font-size: 16px;
    color: #333333;
}
.upload_cancel_btn {
    float: right;
    font-family: nhg-text-bold, arial, sans-serif; 
    position: relative;
    right: 10px;
    top: 8px;
    width: 115px;
    height: 35px;
    padding: 2px 15px 2px 15px;
    margin: 2px 2px 2px 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #595a5d;
    cursor: pointer;
    line-height: 2.3;
}
.upload_cancel_btn:active, upload_cancel_btn_active {
	opacity:0.666;
}
.upload_header {
	background-color: #e4e5e3;
    height: 38px;
    line-height: 2.6;
    /*padding-left: 10px;*/
    font-family: nhg-text-bold, arial, sans-serif;
    font-size: 14px;
    color: #333333;
}
.upload_ul {
	overflow-y:auto;
	height:auto;
	-webkit-overflow-scrolling: touch;
	list-style-type:none;
	width: 100%; /* jli */
	margin: 1px 0 6px 2px;
}
.upload_li {
	/*border-bottom: 1px solid #ffffff;*/
   /*  background-color: #E4E5E3; */
    height: auto;
    /*min-height: 44px;*/
    min-height: 40px;
    line-height: 2.7;
    overflow: hidden;
    cursor: pointer;
    font-family: nhg-text-roman , arial, sans-serif;
    /*border-bottom: 1px solid #d2d3d4;*/
}
.upload_li:hover {
	opacity:0.666;
}
.upload_li:active, .upload_li_active {
	background-color:#d2d3d4;
}
.upload_sublist_ul {
	clear:both;
	overflow-y:auto;
	height:auto;
	-webkit-overflow-scrolling: touch;
	list-style-type:none;
	margin:5px 2px 5px 10px;
	cursor:pointer;
}
.upload_sublist_li {
	background-color:#fff;
	height:auto;
	min-height:44px;
	line-height:3.5;
	overflow:hidden;
	border:1px solid #d2d3d4;
	padding:1px 1px 1px 1px;
}
.upload_sublist_li:hover {
	opacity:0.666;
}
.upload_sublist_li:active, .upload_sublist_li_active {
	background-color:#d2d3d4;
}
.upload_cell {
	width:48px;
	height:48px;
	background-color:#d2d3d4;
	float:left;
}
.upload_icon {
	/*height:100%;  jli*/
	z-index:997;
	width:48px;  /* jli */
    	height:48px; /* jli */
}

.upload_li div, .upload_header div{
	padding-left: 10px;
	padding-right: 0;
	text-align: center;
}
.upload_filename {
	/*width:50%;
	float:left;
	line-height:3.5;
	margin-left:15px; 
	
	font-size:10px;*/
	overflow:hidden;
	white-space: nowrap;
	font-family: nhg-text-roman , arial, sans-serif; /*Re-branding changes font-family and font-size changes*/
	text-overflow: ellipsis; /* jli*/
}
.upload_size {
	/*width: 30%;
    float: left;
    line-height: 3.5;
    margin-left: 0px; 
    overflow: hidden;
    font-size: 10px;*/
    /*padding-left: 5px;
    padding-right: 0px;*/
    font-family: nhg-text-roman , arial, sans-serif; /*Re-branding changes font-family and font-size changes*/
}
.upload_status {
    /*width: 40%;
    float: left;
    line-height: 3.5;
    margin-left: 12px;
    overflow: hidden;
    font-size: 9px;
    font-family: nhg-text-bold, arial, sans-serif; */ /*Re-branding changes font-family and font-size changes
    cursor: pointer;*/
}
.upload_meter {
	width:60%;
	float:left;
	position:relative;
	top:5px;
}
.upload_meter_holder {
	line-height:3.5;
	margin-left:5px;
	font-size:12px;
	position:relative;
	left:50px;
	background-color:#d2d3d4;
	height:2px;
}
.upload_data {
	clear: both;
    /* font-size: 9px; */
    float: left;
    color: #333333;
    position: relative;
    left: 0px;
    top: -38px;
    font-family: nhg-text-roman, arial, sans-serif; /*Re-branding changes font-family and font-size changes*/
}
.upload_data_right {
	float:right;
	width:60%;
	text-align:center;
	font-size:9px;
	position:relative;
	left:0px;
	top:-17px;
}
.upload_bargraph {
	height:2px;
	width: 0%; /*100 jli*/
	margin-bottom:2px;
	top:-3px; /*0px jli*/
    	background-color:#ED1C24; /*#595a5d jli*/  
}
.upload_cancel {
	float:right;
	width:44px;
	height:44px;
}
.upload_cancel:active, upload_cancel_active {
	opacity:0.666;
}
.upload_border_popup {
	margin-left:0px;
	width:100%;
	max-width:1025px;
	position:fixed;
	top:0px;
	bottom:0px;
	border:5px solid #f00;
	opacity:0.5;
	z-index:6000;
	-webkit-box-shadow: inset 0px 0px 11px 7px rgba(255,0,0,1);
	-moz-box-shadow: inset 0px 0px 11px 7px rgba(255,0,0,1);
	box-shadow: inset 0px 0px 11px 7px rgba(255,0,0,1);
}
.upload_dialog_popup {
	width:250px;
	overflow-y:auto;
	height:auto;
	max-height:250px;
	background-color:#fff;
	z-index:5000;
	position:fixed;
	bottom:35px;
	left:50%;
	margin-left:-125px;
}
.upload_dialog_font {
	font-size:12px;
	white-space: normal;
	font-family: nhg-text-roman , arial, sans-serif;
	
}
.upload_dialog_text {
	width:230px;
	height:55px; /*40 jli*/
	margin:10px 10px 10px 10px;
	overflow:hidden;
	background-color:#fff;
}
.upload_dialog_red_btn {
	float:right;
	position:relative;
	top:5px;
	width:100px;
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
	text-align:center;
	z-index:6000;
	color:#fff;
	font-size:10px;
	background-color:#ed1c24;
	cursor:pointer;
	font-family: nhg-text-bold , arial, sans-serif;
}
.upload_dialog_grey_btn {
	float:right;
	position:relative;
	top:5px;
	width:100px;
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
	text-align:center;
	z-index:6000;
	color:#fff;
	font-size:10px;
	background-color:#595a5d;
	cursor:pointer;
	font-family: nhg-text-bold , arial, sans-serif;
}
.upload_dialog_header {
	width:100%;
	height:30px;
	background-color:#ecedee;
}
.upload_dialog_footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background-color:#ecedee;
	padding-right:10px;
}
.upload_dialog_header_text {
	font-size:13px;
	width:100%;
	text-align:left;
	padding-left:10px;
	padding-top:6px;
}
.upload_popup_header {
	width:46%; /*48 jli*/
	float:left;
	line-height:2.5;
	margin-left:5px;
	font-size:10px;
	position:relative;
	top:-5px;
}
.upload_popup_filename {
	margin-left:5px;
	font-size:10px;
	color:#333333;
	position:relative;
	left:-90px;
	top:15px;
	font-weight:bold;
}
.upload_popup_files {
	float:left;
	line-height:2.5;
	margin-left:5px;
	overflow:hidden;
	font-size:10px;
	display:none;
	position:relative;
	top:5px;
}
.upload_popup_meter {
	float:left;
	width:45%;
	position:relative;
	left:-40px;
	top:17px;
}
.upload_border {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border:1px solid #eee;
}
.upload_header_space {
	float:left;
	width:38px;
	color:rgba(0,0,0,0.0);
}

.upload_header div{
	display: table-cell;
	vertical-align: middle;
}
.upload_header_name {	
	/*height: 54px;
	float:left;
	border-left: 1px solid #595A5D;
	padding-left:15px; /*4 jli
	width:30%;
	display:none;*/
}
.upload_header_size {
/*	height: 54px;
	float:left;
    border-left: 1px solid #595A5D;
	padding-left:15px; /*4 jli
	width:10%;
	display:none;*/
}
.upload_header_status {
/*	height: 54px;
	float:left;
    border-left: 1px solid #595A5D;
	padding-left:15px; /*4 jli
	width:10%;
	display:none;*/
}
/*.upload_retry {
    float: right;
     font-family: nhg-text-bold, arial, sans-serif; Re-branding changes font-family and font-size changes 
    color: #3b73b0;
    font-size: 9px;
    padding-right: 5px;
    cursor: pointer;
}*/
.upload_retry{
	color: #0066cc;
	font-family: nhg-text-bold;
}
.
.upload_dialog_body {
	background-color:#fff;
}
.upload_sort_btn {
	cursor:pointer;
}
.upload_close {
    float:right;
    position:relative;
    right:12px;
    top:-17px; /*jli -17*/
    width:20px;
    margin-left:20px;
    margin-bottom:20px;
}
.upload_close:active, upload_close_active {
    opacity:0.666;
}

#upload_border_popup .svg-icon-close, .upload_choice .svg-icon-close{
    background: url(../../images/contacts/icon-close.svg) no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 10px;
}

#upload_border_popup .modal-body{
	padding: 5% 6% 7% 9%;
}

#upload_border_popup .modal-header{
	padding: 5% 10% 0% 9%;
}
.header-message{
	font-family: nhg-text-bold;
	padding: 20px 25px 7px;
	background-color: #bed8f1;
	margin-top: 30px;	
}

.header-message .error-text{
	padding-left: 10px;
}
/*+++++++++++++++++++ START OF RESPONSIVE LOGIC ++++++++++++++++++++++*/
/*---- device is laptop ----*/
@media screen and (min-width: 1025px) {

	#modal-body-content {
		max-height: 624px;
	}

	#upload_border_popup .modal-body-content .header-title{
		font-size: 16px !important;;
	}

	#upload_border_popup .fileDetails{
		max-height: 120px;
	}

	#upload_border_popup .modal-footer{
		padding-bottom: 54px;
	}

	#upload_border_popup .dragdrop-container{
		padding-top: 11px;
	}

	#upload_border_popup .modal-body-content,#upload_border_popup .modal-body{
		max-height: inherit;
	}

	#upload_border_popup .upload_ul{
		max-height: 200px;
	}

    .upload_mobile {
    	display:none;
    }
    .upload_desktop {
    	display:inline-block;
    }
    .upload_grey_btn {
    	left:75%;
    	margin-left:-50px;
    	top:-60px;
    }
/*    .upload_filename {
    font-size:13px;
    }*/
/*    .upload_size {
        font-size:13px;
    }*/
    /*.upload_status {
        font-size:13px;
    }*/
    /*
    .upload_retry {
        font-size:13px;
    }*/
}
/*---- device is tablet or desktop, so scale up and re-arange ----*/
@media screen and (min-width: 768px) {
/*.upload_filename {
	width:30%;
}*/
/*.upload_size {
	width:8%; 
}*/
/*.upload_status {
	width:12%; 
}*/
.upload_meter {
	width:25%;
	top:25px;
}
.upload_popup_filename {
	width:49%;
	display:inline-block;
}
.upload_popup_files {
	width:12%; /*10 jli*/
	display:inline-block;
}
.upload_popup_meter {
	width:38%;
	display:inline-block;
}
.upload_header_name {
	display:inline-block;
}
.upload_header_size {
	display:inline-block;
}
.upload_header_status {
	display:inline-block;
}
}

/*  jli  */
#nav_upload a {
    color: #595A5D; 
}
#nav_upload a.red{
    color: #ED1C24;
}
.cloudtooltip {
    display: none;
    position: absolute;
    padding:2px 2px 2px 2px;
    text-align:left;
    width:120px;
    font-size:9px;
    height:auto;
    background-color:#ecedee;
    border-radius:3px 3px 3px 3px;
    -moz-box-shadow:    2px 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow:         2px 2px 2px 2px rgba(0,0,0,0.2);
    z-index:7000;
    color:#747474;
}
.cloudtooltip.cloudtooltipNet {
    text-align:center;
    width:80px;
}

#page_upload #session_timeout_dialog .body{
	min-width: 320px;
    max-width: 1025px;
    margin: 50px auto;
    background-color: #fff;
    padding: 10px;
    max-height : calc(100% - 65px );
    overflow: auto;
    min-height: 70%;
}

#page_upload #session_timeout_dialog .header_text{
	text-align: center;
    font-size: 20px;
    margin: 25px;
    white-space : normal;
}

/* Device is ipad */

@media screen and (min-width: 768px) and (max-width: 1024px){
	 /* Added to adjust clickable area on'Browse' button in Tablets */
	.uploadInput {
		left: 92px;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
#upload_border_popup.upload .modal-body {
    max-height: 190px;
    overflow-y: auto;
}

#upload_border_popup.upload .modal-body .modal-body-content {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: initial;
    padding-right: 11px;
}
	}
/*---- device is mobile, so scale up and re-arange ----*/
@media screen and (max-width: 767px) {
/*	.upload_size {
		width:auto;
	}*/
	.upload_meter{
		top:16px;
	}
	.upload_meter_holder{
		left:15px;
		margin-left: 0px;
	}

	#upload_border_popup .upload_ul{
		font-size: 12px;
	}

	.uploadInput {
		left: 64px;
	}
	#filelist span.uploadDataPercent{
		top: -2px !important;
	}

}

.upload_cancel_btn:hover{
	background-color:#333333;
}

.filelist_header{
	background-color: #ccc;
}

.filelist_header > div:not(:last-child){
	border-right: 1px solid grey;
}
.filelist_header ~ li .upload_filename{
	/* text-align : left; */
}

.dragdrop_border{
	border: 5px solid #f00;
    opacity: 0.5;
    max-width: 1025px;
    -webkit-box-shadow: inset 0px 0px 11px 7px rgba(255,0,0,1);
    -moz-box-shadow: inset 0px 0px 11px 7px rgba(255,0,0,1);
    box-shadow: inset 0px 0px 11px 7px rgba(255,0,0,1);
}
#upload_border_popup #filelist div.upload_status{
	position: relative;
}
#upload_border_popup #filelist progress.uploadProgressBar{
	    height: 13px;
	    max-width: 90px;
	    width: 100%;
	    
}
/*Browser specific css for progress bar*/
/* 
#upload_border_popup #filelist progress.uploadProgressBar{
	    height: 13px;
	    max-width: 120px;
	    background-color: #FFF;
	    color: #FFF;
}
#upload_border_popup #filelist progress::-webkit-progress-bar {
   background-color: #FFF;
}
#upload_border_popup #filelist progress::-webkit-progress-value {
  background-color: #FFF;
}
#upload_border_popup #filelist progress::-moz-progress-bar {
   background-color: #FFF;
}
 */
#filelist span.uploadDataPercent{
	position: absolute;
    left: 47%;
    text-align: left;
    font-size: 12px;
    top: 6%;
    font-family: "nhg-display-bold";
}
#upload_border_popup span#uploadProgressText{
	    color: #4b4b4b;
	    font-size: 19px;
}
