﻿/*
	Client Site Specific base css
*/



/*
	WIZARD STEPS
*/

.frf-nav-pills {
    margin-bottom: 30px;
}

.frf-nav-pills > li + li {
    margin-left: 2px;
}

.frf-nav-pills > li > a {
    border: solid 1px transparent;
    -moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important; 
	border-radius: 0 !important;
    background-color: #f1f1ef !important;
}

#body .frf-nav-pills > .active > a {
    background-color: #fff !important;
    color: #000;
    font-family: "OpenSans Bold";
}

.frf-nav-pills > li > a:hover {
    background-color:#fff !important;
    color: #da291c;
    text-decoration: none;
}


/* sub modal panels */
.frf-panel-popup {
    position: relative;
    background-color: #f9f9f9;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.frf-panel-popup h3 {
    padding-top: 30px;
}

.frf-panel-popup-close {
	width: 50px;
	height: 50px;
    margin-right: 30px;
    margin-top: 30px;
	position: absolute;
	top: 0;
	right:0;
	background: url('/Images/closepopup.gif') #f9f9f9 no-repeat 50% 50%;
	cursor: pointer;
}

.frf-button-list .btn {
    margin-bottom: 10px;
}

.claim_tooltip td {
    padding: 5px;
    text-align: left;
}
.claim_tooltip .tooltip-inner { max-width: initial; }
.claim_tooltip .tooltip_header {
    white-space: nowrap;
    font-weight: bold;
}