/* CSS Document */
.required-field-icon-svg-color {
	stroke: #871631;
	fill: none;
	stroke-width: 1px;
}
.shevron-down-icon-svg-color {
	stroke: #000000;
	stroke-width: 2px;
}
.shevron-down-icon-svg-color-blue {
	stroke: #7671ff;
	stroke-width: 2px;
}
.offcanvas-close-icon-svg-color {
	fill: none;
	stroke: #000000;
	stroke-width: 3px;
}
.optional-field-icon-svg-color {
	fill: none;
	stroke: #AAABB5;
	stroke-width: 3px;
}
.first-upload-icon-svg-color {
	stroke: #7671ff;
	stroke-width: 1px;
	fill: none;
}
.upload-button-icon-svg-color {
	stroke: #7671ff;
	stroke-width: 1px;
	fill: none;
}
.search-icon-svg-color {
	stroke: #7671ff;
	stroke-width: 1;
	fill: none;
}
.hamburger-icon-svg-color {
	stroke: #000000;
	fill: none;
}
.update-file-type-icon-svg-color { stroke: #7671ff; stroke-width: 2px; fill: none; }
.remove-file-icon-svg-color { stroke: #7671ff; stroke-width: 2px; fill: none; }
.loader-icon-svg-color {
	stroke: #7574f6;
	stroke-width: 8px;
	fill: none;
}                                                                         
.red {
  color: #871631;
}
.print-only, .hidden, .error_hidden {
	display:none;
}
header .nav-link.active, header .nav-link:focus, header .nav-link:hover, 
footer a:hover, header .nav-link:hover .search-icon-svg-color, .search-icon .search-icon-svg-color:hover,
footer .footer-menu a:hover {
	color: #7671ff !important;
	stroke: #7671ff !important;
}
.iconContainer.social-icon:hover {
	background-color: #7671ff !important;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
@media print {
 .no-print,footer,.footer-corventis,.btn {
  	display:none;
  }
  .print-only {
	display:block;
  }
}

/* =============================================================================
   FILEUPLOADER
   ========================================================================== */
.qq-uploader { position:relative; width: 100%;cursor:pointer;}
.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#7671ff; text-align:center;color: #2E4362; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;color: #fff !important;
}
.qq-upload-drop-area-active {
	background:#871631;
}
.qq-upload-success{
	display:none;
}
#file-uploader .qq-upload-list{
	display:none !important;
}