﻿/*@font-face {
    font-family: 'DaxCondensedRegular';
    src: url('daxcondensed-webfont.eot');
    src: url('daxcondensed-webfont.eot?iefix') format('eot'),
         url('daxcondensed-webfont.woff') format('woff'),
         url('daxcondensed-webfont.ttf') format('truetype'),
         url('daxcondensed-webfont.svg#webfontvhKdxOFi') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


.PageHeader, h1
{
    font-family: DaxCondensedRegular !important;
    font-size: 2em !important;
    font-weight:bold;
	color: white;
}

.ErrorHeader
{
    font-family: DaxCondensedRegular !important;
    font-size: 2.4em !important;
    font-weight:bold;
	color: orange;
}

.PageHeader_Small
{
    font-family: DaxCondensedRegular;
    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 #92ba22;*/
    border:1px solid silver;
}
    
.Searchesult_unSelected_Header
{
    /*background-color:#92ba22;*/
    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: DaxCondensedRegular !important;
   font-size: 1.7em !important;
   font-weight:bold;
   color: #555555;
   width:100%;
}

.CPRInputKiosk 
{
    font-size: 3em;
    font-weight:bold;            
}