.print_drs
{
	background: url(../image/printer.png);
	height:103px;
	width:96px;
	margin-left:120px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
.print_text
{
	margin-left:118px;
	font-weight:bold;
}

.print_drs_reverse
{
	background: url(../image/printer2.png);
	height:55px;
	width:55px;
	margin-left:120px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
.print_text_reverse
{
	margin-left:130px;
	font-weight:bold;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.securaExCopy
{
	page-break-after: always;
	padding-bottom:20px;
}

.reverseDrsPrint table td, th
{
	padding:0 5px;
}
.reverseDrsPrint
{
	padding-bottom:20px;
}
.smallFont
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
input[readonly]{
  background-color:#CCC !important;
  font-size: 1em;
}

svg > g > g:last-child { pointer-events: none }

#search-results
{
	width: 98%;
}
.dropdown .dropdown-menu .or
{
	margin-left: 42px;
    font-size: 13px;
    font-family: Courier New;
    font-weight: bold;
}
.expressText {
	float: right; 
	margin: 16px 4px 0 0; 
	color: #777; 
	font-size: 14px;
}
a.fa-globe {
  position: relative;
  font-size: 2em;
  color: grey;
  cursor: pointer;
  float: right;
  margin-top: 12px;
  margin-right: 8px;
}
span.fa-comment {
  position: absolute;
  font-size: 0.6em;
  top: -4px;
  color: red;
  right: -4px;
}
span.num {
  position: absolute;
  font-size: 0.3em;
  top: 1px;
  color: #fff;
  right: 2px;
}
/*.ui-datepicker-calendar {
    display: none;
    }*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.asnm-logo
{
    margin: 0 0 0 64px;
    height: 47px;
}

.noti-badge {
  position: absolute;
    font-weight: bold;
    top: -5px;
    right: -3px;
    padding: 3px 10px;
    border-radius: 49%;
    background: red;
    color: white;
    font-size: 12px;
}

.noti-badge-2 {
  position: absolute;
    font-weight: bold;
    top: -5px;
    right: 102px;
    padding: 3px 8px;
    border-radius: 49%;
    background: red;
    color: white;
    font-size: 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../image/Spinner.svg) no-repeat center center;
  z-index: 10000;
}