﻿.rwd .rdc-form .form-row-header {
	margin-bottom: 2em;
}

.rwd .rdc-form .form-row-header h3 {
    margin-top: 0;
}

.rwd .rdc-form header.row {
	margin-bottom: 2em;
}

.rwd .rdc-form .form-row-title {
	border-top: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
	padding: 0.75em 0 1em 0;
}

.rwd .rdc-form .form-row-title > div {
}

.rwd .rdc-form .form-row-title label {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #e0e0e0;
}

.rwd .rdc-form .form-row-field {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
}

.rwd .rdc-form .form-row-table {
	padding-bottom: 0;
}

.rwd .rdc-form .form-row-field p {
	margin: 0.25em 0 0.25em 0;
	font-size: 14px;
}

.rwd .rdc-form input[type=text],
.rwd .rdc-form input[type=number],
.rwd .rdc-form input[type=email],
.rwd .rdc-form textarea {
	width: 100%;
	resize: none;
}

.rwd .rdc-form .form-row-field h3 {
	margin-top: 0;
}

.rwd .rdc-form select {
	width: 100%;
}

.rwd .rdc-form input[type=checkbox], .rwd .rdc-form input[type=radio] {
	margin-right: 0.25em;
	cursor: pointer;
}

.rwd .rdc-form input[type=checkbox] + label, .rwd .rdc-form input[type=radio] + label {
	cursor: pointer;
	font-weight: 500;
	/* margin-right: 20px; */
}

.rwd .rdc-form label {
	display: inline;
}

.rwd .rdc-form label p {
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #959595;
}

.rwd .rdc-form .btn-group {
	white-space: nowrap;
}

.rwd .rdc-form .btn-group .btn {
	margin-right: 1em;
}

.rwd .rdc-form .btn-group .btn.last-item {
	margin-right: 0;
}

.rwd .rdc-form .missing-required-field {
	color: red;
}

.rwd .rdc-form .RadPicker {
	width: 100%;
}

.rwd .rdc-form .field-group {
	margin-bottom: 1.5em;
}

.rwd .rdc-form .field-group h3 {
	margin-bottom: 0;
}

.rwd .rdc-form .radio-strong input[type=radio] + label {
	font-weight: bold;
	color: #0071c5;
}

.rwd .rdc-form input.textbox-multiple {
	margin-bottom: 0.5em;
}

.rwd .rdc-form .pull-right {
	text-align: right;
}

.rwd .rdc-form .button-full {
	width: 100%;
}

.rwd .rdc-form .input-label-group {
	white-space: nowrap;
}

.rwd .rdc-form ul.ruInputs {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.rwd .rdc-form ul.ruInputs li {
	padding: 0;
}

.rwd .rdc-form .form-row-buttons {
	margin-top: 2em;
}

.rwd .rdc-form .RadUpload_Bootstrap ul.ruInputs li {
	margin: 0.25em 0 0.25em 0;
}

.rwd .rdc-form .responsive-table-component {
    padding: 0;
}

.rwd .rdc-form .RadUpload .ruBrowse {
	margin-left: 0;
	height: 32px;
}

.rwd table.tablesorter th.header {
	cursor: pointer;
	color: #0071c5;
	background-repeat: no-repeat;
    background-position: center right;
	background-image: url('./images/tablesorter-any.gif');
}

.rwd table.tablesorter th.headerSortDown {
	background-image: url('./images/tablesorter-desc.gif');
}

.rwd table.tablesorter th.headerSortUp {
	background-image: url('./images/tablesorter-asc.gif');
}

.rwd .rdc-form header ul li {
	padding: 0;
}