@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#424242;
	background-color:#ffffff;
}
* {
    outline:none;
}
a
{
	color:#424242;
	text-decoration:none;
}
a:hover
{
	color:#9e2d21;
}
ul, li
{
	padding:0;
	margin:0;
	list-style:none;
}
.container
{
	width:1100px;
	margin:0 auto;
}
.top-section
{
	width:100%;
	height:100px;
}
.logo
{
	float:left;
	height:100px;
	display : flex;
    align-items : center;
}
.top-links
{
	float:right;
	text-align:right;
	line-height:100px;
}
.top-links span
{
	padding:0 20px;
}
    .top-links form {
        float:right;
    }
.menu-section
{
	width:100%;
	height:55px;
	background:#eeeeee;
	border-radius:10px 10px 0 0;
	line-height:55px;
}
.menu-section ul
{
	float:right;
}
.menu-section li
{
	float:left;
	text-align:right;
	padding-right:35px;
}
.menu-section li a
{
	padding: 9px;
}
.menu-section li a:hover, .menu-section li a.active
{
	background-color:#ffffff;
	border-radius:7px;
	color:#424242;
}
.grouping
{
	width:100% !important;
	padding:0 0 20px 0;
	border-bottom:1px solid #ececec;
}
.grouping h2
{
	font-size:18px;
	color:#424242;
	width:50%;
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}
.fullwidth h2
{
	font-size:18px;
	color:#424242;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}
.group
{
	height:50px;
	width:85%;
}
.group label
{
	width:291px;
	text-align:left;
	float:left;
	line-height:33px;
}
.group input
{
	width:182px;
	border: 1px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 0.6em;
    vertical-align: middle;
}
.group select
{
	width:182px;
	border: 1px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 0.6em;
    vertical-align: middle;
}
.group input[type="radio"]
{
	width:auto;
	vertical-align:inherit;
	margin-left:8px;
	margin-top:9px;
}
.group input[type="checkbox"]
{
	width:auto;
	vertical-align:inherit;
	margin-top:9px;
}
.mar-left
{
	margin-left:0px !important;
}
.group input[type="button"]
{
	width:auto;
	background-color:#9e2d21 !important;
	color:#ffffff;
	border:none;
    cursor:pointer;
}

.group input[type="submit"]
{
	width:auto;
	background-color:#9e2d21 !important;
	color:#ffffff;
	border:none;
    cursor:pointer;
}

.group-button
{
	width:auto;
	background-color:#9e2d21 !important;
	color:#ffffff;
	border:none;
    height:35px;
    cursor:pointer;
    border-radius:4px;
}

.messagetxt
{
    padding: 10px;
    color: #333;
    text-align: center;
}

.dialogMain
{
    padding: 5px;
    background: #fff;
    width: 500px;
    height: auto;
}

.validation-summary-errors
{
    color: #9e2d21;
    font-size: 15px;
    text-align:left;
    font-weight:bold;
}
button.ui-button-icon-only {
    height: 32px !important;
    width: 2.4em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color:#424242 !important;
    color:white !important;
    background-image:none !important;
    border: 1px solid #d3d3d3;
    font-weight: normal;
}
.ui-widget-content {
    border:1px solid #424242 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-color: #eeeeee !important;
    background-image:none !important;
    border: 0px solid #424242 !important;
    color: #424242;
    font-weight: normal;
}
.ui-widget-header {
    background: none !important;
    color: #222222;
    font-weight: bold;
    border:none !important;
    border-radius:0 !important;
}
hr.ui-widget-content {
    border-bottom:1px solid #424242 !important;
    background-color:#424242;
    height:1px !important;
    border-bottom: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 2px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color:#ddd !important;
    background-image:none !important;
}
.ui-state-default:hover {
    border-right:1px solid #fff !important;
    background-color:#424242 !important;
    background-image:none !important;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border:0 !important;
}*/

.up-btn
{
	width:100%;
	margin-bottom: 10px;
    margin-top: 10px;
}
.secondary-btn  {
	border:1px solid #a73c31;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#a73c31;
	display:block;
	cursor:pointer;
	float:left;
	font-size:16px;
	height:48px;
	margin-bottom:0;
	outline:none;
	padding:0 25px;
	white-space:nowrap;
	background:none;
}
.secondary-group-button {
    background-color: #fff !important;
    border:1px solid #a73c31;
    color: #a73c31;
    cursor: pointer;
    height: 35px;
    width: auto;
    border-radius:4px;
}
.grid-table {
    width:100%;
    border:1px solid #424242;
    border-collapse:collapse;

}
    .grid-table th, .grid-table td {
        border:1px solid #424242;
    }
    .grid-table th {
        text-align: left;
        background-color:#424242;
        color:#fff;
        padding:10px 5px;
        border-right:1px solid #fff;
        white-space:nowrap;
    }
        .grid-table th:last-child {
            border-right:none;
        }
        .grid-table th a {
            color:#fff !important;
        }
    .grid-table td {
        padding:10px 5px;
    }
    .grid-table tr:hover {
        background-color:#eeeeee !important;
        cursor:pointer;
    }
    .grid-table tfoot tr:hover {
        background-color:#ffffff !important;
        cursor:initial;
    }
    .tr-selection {
        background-color:#dddddd !important;
        cursor:pointer;
    }
