﻿.PageHeader, h1 {
    font-family: "Lato", 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.ErrorHeader {
    font-family: "Lato", 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
    font-size: 2.4em;
    font-weight: bold;
    color: orange;
}

.PageHeader_Small {
    font-family: "Lato", 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}

p
{
	color:white;
}

.errorText_Dialogs
{
    color:Red;
    font-weight:bold;
}

A:link {text-decoration: none; color: inherit;}
A:visited {text-decoration: none; color: inherit;}
A:active {text-decoration: none; color: inherit;}
A:hover {text-decoration: none; color: inherit;}

/* Searchesult styles */
.Searchesult_unSelected
{
    width:180px;
    border:1px solid silver;
}
    
.Searchesult_unSelected_Header
{
    background-color:silver;
}
        
.Searchesult_Selected
{
      width:180px;
      border:1px solid #fc8512;
}
    
.Searchesult_Selected_Header
{
    background-color:#fc8512;
}
/* Searchesult styles End */


.SMSButton_Enabled
{
    visibility:visible;    
}

.SMSButton_Disabled
{
    visibility:hidden;
}

.HeaderText {
    text-align: left;
    font-family: "Lato", 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
    font-size: 1.7em !important;
    font-weight: bold;
    color: #555555;
    width: 100%;
    color:black;
}

.CPRInputKiosk 
{
    font-size: 3em;
    font-weight:bold;            
}

input {
        font-family: "Lato", 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
}