@media print {
	/*Page printing styling*/
	
  	/*Hide target URLs from links*/
  	a[href]:after {
    	content: none !important; 
  	}
  	
  	/*Make the container and the content span full width*/
  	.container, body{
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}
	#sas_content_container {
		margin: 0;
		width: 100%;
	}

	hr {
		margin-bottom: 5px !important;
		margin-top:5px !important;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.col-print-1 {width:8%;  float:left;}
	.col-print-2 {width:16%; float:left;}
	.col-print-3 {width:25%; float:left;}
	.col-print-4 {width:33%; float:left;}
	.col-print-5 {width:42%; float:left;}
	.col-print-6 {width:50%; float:left;}
	.col-print-7 {width:58%; float:left;}
	.col-print-8 {width:66%; float:left;}
	.col-print-9 {width:75%; float:left;}
	.col-print-10{width:83%; float:left;}
	.col-print-11{width:92%; float:left;}
	.col-print-12{width:100%; float:left;}

	body.modal-open .hide-on-print-modal {
		display: none !important;
	}

	.print-modal.in {
		display:block !important;
		position: relative;
		left: 0 !important;
		top: 0  !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

/* Adding non-standard fonts */
@font-face {
	font-family: "Agency FB";
	src: url('fonts/AGENCYR.TTF');
}
@font-face {
	font-family: "Agency FB";
	font-weight: bold;
	src: url('fonts/AGENCYB.TTF');
}
@font-face {
	font-family: "Segoe UI Black";
	src: url('fonts/seguibl.ttf');
}
@font-face {
	font-family: "Segoe UI";
	src: url('fonts/segoeui.ttf');
}

.sas_std_table
	{
	background-color:#fff;
	}
	


.sas_default_alert
	{
	width:70%;
	}
	
.sas_panel
	{
	font-size: 16px;
	}
	
.bold
	{
	font-weight:bold;
	}

.sas_notopmargin_hr
    {
    margin-top: 7px;
    margin-bottom: 15px;
    }
    
.alt_bg
	{
	background-color: #ccc;
	}
	
.sas_nav_sections
	{
	margin: 7px 0px;
	}

.remove_side_padding
	{
	padding-left: 0px;
	padding-right: 0px;
	}	
.tag_container
    {
    line-height: 130%;
    float: left;
    height: 250px;
    overflow: scroll;
    padding: 5px 7px;
    }
    
.tag
    {
    color: #000;
    font-size: 12px;
    padding: 4px 3px 4px 6px;
    white-space: nowrap;
    background: #ddd;
    border: 1px solid #bbb;
    display: inline-block;
    margin: 3px 3px 3px 0;
    border-radius: 1px;
    }
.tag>button.close {
	margin: 0 0 0 5px;
	font-size: 18px;
}
.tag-sm {
	padding: 0 1px;
	margin: 0 1px;
	font-size: unset;
}

.tag_no_number, .tag-danger
	{
	background: #faa;
	border: 1px solid #f55;
	}

.tag-success {
	background: #8d8;
	border: 1px solid #393;
}

.tag-alt {
	border-radius: 10px !important;
	border-style: dashed !important;
}
    
.tag_footer
    {
    margin-top: 10px;    
    }

.tag_header
    {
    line-height: 150%;
    }
    
.search_result
    {
    display: inline-block;
    margin-right: 10px;   
    } 
    
.recipients_id
	{
	display: none;
	}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

.sms_settings_group {
	margin-bottom: 10px;
	font-size: 16px;
}

.link-unstyled {
  color: inherit;
  text-decoration: inherit;
}

.link-unstyled:link {
  color: inherit;
  text-decoration: inherit;
}

.link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

.file-unstyled {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}