﻿        body
        {
            background-color: #dddddd;
            border-width: 0px;
        	font-family: Helvetica;
        	font-size: 11px;
        }

        img { border-style: none; }

        /* WCAG: Text contrast ratio must exceed 4.5:1. */
        ::selection {
            color: #f0f0f0;
            background-color: #1F70B9;
        }

        .normalfont {font-weight: normal !important;} 

        .menu
        {
            background-image: url(images/topbg.png);
            background-repeat:repeat-x;
        	color: #ffffff;
        	font-weight: normal;
            text-align: right;
            width: 1145px; 
            height: 22px; 
        	margin: 0px;
        	padding: 0px 0px 2px 0px;
        }

        .menu > div {
            margin-top: 5px;
            display:inline-block;
        }

        .menu > div a {
            color: #fff;
            font-family: Trebuchet MS, Helvetica;
        	font-size: 9pt;
        	text-decoration: none;    
            }

    .MenuPipe { 

            color: #fff;
            padding-top: 4px;
            text-align:center;
            width: 20px;
            font-size: 8.5px;
        }
        
        .contact, .contact td
        {
            font-size: 7pt;
            color: #666666;
        }
        
        .secondary
        {
            color: #bbbbbb;
        }

        form
        {
            border-width: 0px;
        }
        
        .section        
        {
        	font-family: Helvetica;
        	color: White;
        	background-image: url(images/headerbg.png);
        	background-repeat: repeat-x;
        	text-align: left;
        	vertical-align: middle;
        	font-weight: bold;
        	font-size: 11px;
        	padding: 3px;
            margin: 0 0 5px 0; 
        }
    .actionbutton
        {
			font-family : Trebuchet MS, Tahoma, Geneva;
	        background-color: Gray;
	        color:White;	
	         vertical-align: middle;  
	         height: 20px;     
	         border-style: none;
        }
 .actionbuttonsecure
        {
			font-family : Trebuchet MS, Tahoma, Geneva;
	        background-image: url(/50/images/lock.png);
	        background-repeat: no-repeat;
	        background-position: right;
	        background-color: Gray;
	        color:White;	
	         vertical-align: middle;  
	         height: 30px;     
	         border-style: none;
        }
        
        .activebutton
        {
        	background-image: url(images/activebutton.png);
        	color: #444444;
        	height: 25px;     
        	width: 70px;
	        border-style: none;
        }
        .activebuttonlong
        {
        	background-image: url(images/activebutton2.png);
            background-size: 100% 100%;
        	color: #444444;
        	height: 25px;     
        	min-width: 130px;
	        border-style: none;
        }

        .activebuttonlong:disabled {
            background-image: url(images/inactivebutton2.png);
            color: #888888;
            height: 25px;
            width: 130px;
            border-style: none;
        }
 
         .activebutton.disabled
        {
        	background-image: url(images/inactivebutton.png);
        	color: #888888;
        	height: 25px;     
        	width: 70px;
	         border-style: none;
        }
        .activebutton[disabled="disabled"]
		{
			background-image: url(images/inactivebutton.png);
        	color: #888888;
        	height: 25px;     
        	width: 70px;
	         border-style: none;
		}
		
             .activebutton2.disabled
        {
        	background-image: url(images/inactivebutton2.png);
        	color: #888888;
        	height: 25px;     
        	width: 130px;
	         border-style: none;
        }     
        .highlight
        {
            background-color: Gray;
        }
        .menu, div.menu, .menu.td, .menu > a, .menu > a:visited, .menu > a:hover
        {
        	font-family: Trebuchet MS, Arial;
        	font-size: 11pt;
        	font-weight: bold;
        	text-decoration: none;        	
        	color: Gray;
        }
                .bigbutton
        {
        	background-image: url(images/bigbutton.png);
        	color: #444444;
        	height: 31px;     
	         border-style: none;
	         width: 130px;
        }

        .divider
        {
            color: #dbdcde;
            border-width: 1px;
            border-style: solid;
        }
        .block
        {
        	background-color: #ebecee;
        }

        .bigbutton
        {
        	background-image: url(images/bigbutton.png);
        	color: #444444;
        	height: 31px;     
	         border-style: none;
	         width: 130px;
        }
        .smallbutton
        {
        	background-image: url('images/smallbutton.png');
        	color: #444444;
        	border-style: none;
        }
        .header
        {
        	font-size: 14px;
        	font-weight: bold;
        }
        .fieldheader
        {
        	font-size: 11px;
        	font-weight: bold;
        }

.wrapColumn {
    overflow-wrap: break-word;
}

.RadGrid_Default .rgSelectedRow {
    background: #236FF5 !important;
    /* Ensure text is white for legibility against blue background even if it was set to red before. */
    color: white !important;
    height: 22px;
    border: solid 1px #236FF5;
    border-top: solid 1px #236FF5;
    border-bottom: solid 1px white;
    padding-left: 4px;
}


.RadPicker {
    display: inline-table;
}

/*
    WCAG: Text contrast ratio must exceed 4.5:1.
    Placeholder text color darkened for sufficient contrast with white background.
    CSS selector must be more specific than Telerik stylesheet to override it.
*/

/* Rad Input */
html body .RadInput_Default input.riTextBox {
    border-color: rgb(117, 117, 117);
}

.RadInput_Default input.riFocused {
    border-color: rgb(81, 81, 81);
}
html body .RadInput_Default input.riHover {
    border-color: rgb(0, 0, 0);
}

html body form .RadInput_Default .riEmpty, 
html body form .RadInput_Empty_Default {
    color: #767676;
}

/* Rad ComboBox*/
html body form .RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
    color: #000;
}

div.RadComboBoxDropDown_Default .rcbHovered {
    background-color: rgb(117, 117, 117);
    color: rgb(255, 255, 255);
}

/* Rad Calendar */
table.RadCalendar_Default .rcMain .rcRow .rcSelected {
    background-image: none;
    background-color: rgb(117, 117, 117);
}

table.RadCalendar_Default .rcMain .rcRow td {
    color: rgb(0, 0, 0);
    text-align: center;
}

    table.RadCalendar_Default .rcMain .rcRow td a {
        color: rgb(0, 0, 0);
        text-align: center;
    }

    table.RadCalendar_Default .rcMain .rcRow td span {
        color: rgb(0, 0, 0);
        text-align: center;
    }

    table.RadCalendar_Default .rcMain .rcRow td.rcHover {
        background-image: none;
    }

table.RadCalendar_Default .rcMain .rcRow .rcToday {
    border-top-color: rgb(137, 137, 137);
}

table.RadCalendar_Default .rcMain .rcRow .rcOtherMonth {
    color: rgb(117, 117, 117);
}

    table.RadCalendar_Default .rcMain .rcRow .rcOtherMonth a {
        color: rgb(117, 117, 117);
    }

/* Images and text */
div.RadPicker_Default .rcCalPopup {
    filter: brightness(70%);
}

.error-text {
    color: #DB0000;
}

html body form div.RadMenu_Default .rmLink:hover,
.RadMenu_Default .rmFocused, .rmLink
.RadMenu_Default .rmSelected {
    background-color: #757575 !important;
    background-image: none !important;
    background-position: 0px 0px !important;
    color: rgb(255, 255, 255);
}

html body form div.RadMenu_Default .rmText {
    background-image: none !important;
}

.search-controls-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .search-controls-wrapper .RadLabel,
    .search-controls-wrapper .RadInput .riLabel,
    .search-controls-wrapper .RadComboBox .rcbLabel {
        display: block;
        padding-top: 0.6em;
        padding-bottom: 0.2em;
        font-size: 11px;
        font-family: Helvetica;
        line-height: normal;
    }

    .search-controls-wrapper .activebutton {
        align-self: flex-end;
        margin-top: 0.6em;
    }

.message-span {
    padding-top: 1em;
    display: inline-block;
}

/* TreeView */
div.RadTreeView_Default .rtSelected .rtIn {
    background-image: linear-gradient(#757575,#757575);
}

/* Hidden button */
.hidden {
    display: none;
}