﻿td, body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
}

td { margin:10px; }

input, select, option, button, textarea {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
}
.textInput {

	border: 1px solid #d6d5d9;
	/* height: 21px; */
}

.textarea{
	border: 1px solid #d6d5d9;
}
.msrs-buttonHeaderBackground 
{
	background-color: ButtonFace;
	border-bottom: 1px solid #FFFFFF;
}

a { color: #007FC5; text-decoration: none; }  
a:hover { color: #005F93; }
img, table { border: 0;}

.pageTitle {
	color: #650000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	/*font-weight: bold;*/
	vertical-align:middle;
	padding-left: 10px;
}

hr {
	height: 1px;
	color : #007FC5;
    background-color : #007FC5;
    border: 0;
}

/*Readonly controls*/
.txtReadOnly 
{
	color: Orange;
}

/*RollOver*/
#dhtmltooltip {
	position: absolute;
	border: 1px solid black; 
	background: #FFFFE0; 
	padding: 3px;
	display:none;
	color: black;
	z-index: 100;
	width: 200px;
}

#dhtmltooltipFrame {
	position: absolute;
	display: none;
	z-index: 99;
	height: 10px;
	width: 200px;
}

#tblWorkflowMenu .selected
{
    cursor:pointer;
    font-weight: bold;
    font-style:italic;
}

#tblWorkflowMenu .disabled
{
    background:white;
    color:silver;
    cursor:default;
}

#tblWorkflowMenu .mouseover
{
    background:#A0C0FF;
    cursor:pointer;
}

#tblWorkflowMenu .mouseout
{
    background:white;
    cursor:pointer;
}

#tblWorkflowMenu td
{
    border-bottom: 1px solid silver;
}

.swal2-title  {
	font-family: Raleway, Helvetica, sans-serif;
}

.swal2-content {
	font-family: Raleway, Helvetica, sans-serif;
}
.swal2-popup {
	font-family: Raleway, Helvetica, sans-serif;
}
.swal2-input {
	font-family: Raleway, Helvetica, sans-serif;
}