
body {
	font-size:12pt;
}

@font-face {
  font-family: Axiforma;
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/Axiforma-Bold.eot") format('embedded-opentype');
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/Axiforma-Bold.woff") format('woff');
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/Axiforma-Bold.woff2") format('woff2');
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/Axiforma-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal; 
}

@font-face {
  font-family: SofiaProLight;
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/SofiaProLight.eot") format('embedded-opentype');
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/SofiaProLight.woff") format('woff');
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/SofiaProLight.woff2") format('woff2');
  src: url("https://s3.ap-southeast-2.amazonaws.com/resources.umpshealth.com/fonts/SofiaProLight.ttf") format('truetype');
  font-weight: normal;
  font-style: normal; 
}

a {color:#191746}

h1 {
	color:#191746;
	font-family: Axiforma;
    font-size:20pt;
}

h4 {
	color:#191746;
    font-family: Axiforma;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size:16pt;
}

th {
	color: #f5f5f7;
    padding: 8px 8px;
	
}

td {
	vertical-align: middle;
}

.tr-hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

body {
	font-family: SofiaProLight;	
}

textarea {
	font-family: SofiaProLight;		
	width: 100%;
}

table {
	width: 100%
}

input {
	font-size:18pt;
	font-family: SofiaProLight;	
	border-color: #191746;
    border-width: thin;
    padding:6px;
    margin-bottom:10px;
}

label {
	font-size:15pt;
}

input[type=submit],input[type=button] {
    background-color: #f47c4d;
    border: none;
    color: white;
    padding: 6px 32px;
    text-decoration: none;
    margin: 8px 8px;
    cursor: pointer;
    font-size:18pt;
  }
  
input[type=submit]:hover,input[type=button]:hover {
    background-color: #ffffff;
    border: 3px solid #191746;
    color: #191746;
  }
  
.alert-td {
    width:10%;
    text-align:center;
    padding:8px;
    vertical-align:middle;
    font-size:26pt;
}

.alert-name {
    padding:8px;
    font-size:16pt;
    vertical-align:middle;
}

.client-row:hover *{
    background-color: #191746;
    color: white !important;
}

.no-border {
    border:0px !important;
}

.client-status-element-icon {
    font-size:50pt;
    vertical-align:middle;
    text-align:center;
    padding:12px;
    width:15%;
}

.client-status-element-text {
    padding:8px;
    font-size:12pt;
    vertical-align:middle;
}

.client-td{
    padding:8px;
}