/* $Id: my-account.css 62663 2024-06-25 18:55:44Z chrisl $ */

/* change the list items to gray checks */
UL.reasons {
	list-style: url(/assets/hej/img/elements/gray-check.gif);
	font-size: larger;
	padding-left: 30px;
}


/** START GATEWAY **/
.widget .survey-answer {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.widget.survey-widget .widget-mid-bar {
	white-space: normal;
}
.widget .progress {
	height: 15px;
	background-color: #4d4f53;
}
.widget .progress-bar {
	background-color: #f0ab00;
}
/** END GATEWAY **/


/** START OVERVIEW **/
.overview-records.striped .record:first-of-type {
	border-top: 1px solid #999;
}
/** END OVERVIEW **/


/*** START COMPONENT SECTION ***/
.btn.btn-green.disabled {
	background-color: #777;
	color: #FFF;
}
/*** END COMPONENT SECTION ***/


/*** START RESUME SECTION ***/
.gray {
	color	:	#999 !important;	
}

.expand-group.inverse .expand-btn {
	margin-right	:	20px;
}

#captchaDiv_noJS IMG {
	border				:	1px solid #dfdfdf;	
}
/*** END RESUME SECTION ***/


/*** START HELP SECTION ***/
UL.noBullets {
	margin-left : 17px;
	list-style : none;
}

.widget.help UL {
	margin-top: 10px;
}
.widget.help .expand-group.filters .expand-content {
	white-space: normal;
}
/*** END HELP SECTION ***/


/*** START DOCUMENT UPLOAD ***/
.js-filePreview {
	background-color: #eee;
	border-radius: 0;
	border-width: 1px 0 0 0;
}
.file-drop-zone {
	border: 0 !important;
}
.file-drop-zone-title {
	padding: 45px 10px;
	color: #666;
}
.file-drop-zone-title i.fa {
	color: #CCC;
	font-size: 300%;
}
.file-drop-zone-title small {
	font-size: 75%;
}
.file-drop-zone-title em {
	font-style: normal;
	font-weight: 600;
	color: #0062A7;
	cursor: pointer;
}

.file-caption-main,
.kv-upload-progress {
	display: none !important;
}

.js-previewThumb {
	background-color: #FCFCFC;
}
.krajee-default .file-footer-caption {
	font-size: 12px;
}

.file-upload-progress {
	padding: 40px 10px;
}
.file-upload-progress.lose-padding {
	padding: 10px 10px;
}
.file-upload-progress .easy-pie-chart .number {
	font-size: 1.6em !important;
	color: #58a618;
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.file-upload-progress .progress-message {
	margin-top: 20px;
	font-size: 1.6em;
	color: #666;
}

.file-upload-progress .fa-lg {
	color: #58a618;
	font-size: 5em;
}

.file-upload-progress .fa-error {
	color: #967170;
	font-size: 10em;
}
.file-upload-progress .alert {
	margin-top: 20px;
	margin-bottom: 0;
}
/*** END DOCUMENT UPLOAD ***/

.no-border {
	border : none !important;
}

#vmap {
	width				:	100%; 
	height				:	170px;
	margin				:	0 0 20px 0;
}
.map-borders {
	border-top			:	1px solid #cccccc;
	border-bottom		:	1px solid #cccccc;
}