.coldiron-qtip{
	font: 10pt Calibri, Tahoma, Arial;;
}

.qtip-trip-last24contact{
	color: red;
}

.qtip-driver-eqp-legend{
	border:2px solid #8892c1;
}

.qtip-notes{
	font: 9pt Calibri, Tahoma, Arial;;
	border:2px solid #002699;
	background-color: #e6f2ff;
}

.qtip-drv-notes-con{
	font: 9pt Calibri, Tahoma, Arial;;
	border:2px solid #009900;
	background-color: #e6ffe6;
}

.qtip-drv-notes-main{
	font: 9pt Calibri, Tahoma, Arial;;
	border:2px solid #002699;
	background-color: #e6f2ff;
}

.nopad-label{
	padding: 0px;
}

button{
	cursor:pointer;
}

button:focus{
	border: #4d68f2 1px solid;
	background: #C2CBFA;
}

select:focus{
	border: #4d68f2 1px solid;
}

input[type="radio"]:focus + label{
	border: #4d68f2 dotted 1px;
}

div.check-to-export-table td.GrBlueColdironGridData{
	border-top: 1px solid #8892C1;
}

div.check-to-export-table td.GrBlueColdironGridDataAlt{
	border-top: 1px solid #8892C1;
}

.email-queue-detail{
	-webkit-user-select: text;  /* Chrome all / Safari all */
	-moz-user-select: text;     /* Firefox all */
	-ms-user-select: text;      /* IE 10+ */
	user-select: text;          /* Likely future */ 
}

.quote-request-alert{
	width:300px; 
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.yellowflash{

  -moz-animation: yellowflash 4s ease-out;
  -moz-animation-iteration-count: infinite;

  -webkit-animation: yellowflash 4s ease-out;
  -webkit-animation-iteration-count: infinite;

  -ms-animation: yellowflash 4s ease-out;
  -ms-animation-iteration-count: infinite;

}

@-webkit-keyframes yellowflash {
    0% { background-color:transparent;}
    50% { background-color:#ffff66;}        
    100% {background-color:transparent;}
}

@-moz-keyframes yellowflash {
    0% { background-color:transparent;}
    50% { background-color:#ffff66;}        
    100% {background-color:transparent;}
}

@-ms-keyframes yellowflash {
    0% { background-color:transparent;}
    50% { background-color:#ffff66;}        
    100% {background-color:transparent;}
}
