/***** base *****/

* {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

body {
	font-family: Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

p, blockquote, pre, td, th, ul, ol {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
}

h4, h5, h6, #bd .breadcrumbs, #ft {
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
}

h1, #hd h2 {
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
}

h2 {
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h4, h5, h6 {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0 none;
}

#layout {
	margin: 0 auto;
	text-align: left;
}

#hd:after, #bd:after, #ft:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#hd, #bd, #ft, #hd {
	clear: both;
}

#ft {
	padding: 20px;
}

#bd {
	overflow: hidden;
	min-height: 420px;
}

#mainNav {
	width: 19%;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
}

#main {
	width: 80%;
	float: right;
	font-size: 0.9em;
	line-height: 1.4em;
	border-left: 1px solid #E0E0E0;
}

#bd .navigation {
    float: left;
    width: 19%;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hd .navigation {
	margin-left: 25px;
}

#hd .navigation li {
	float: left;
    border-right: solid 1px #000000;
    margin-top: 15px;
}

#hd .navigation li.last {
    border-right: none;
}

.navigation.primary ul li {
    border-bottom: 1px solid #BEC8D2;
    float: left;
    list-style: none outside none;
    width: 100%;
}

.navigation.primary ul li {
    list-style: none outside none;
}

.navigation.primary ul li.selected {
    background: none repeat scroll 0 0 #E8ECEF;
    border-bottom: medium none;
    font-weight: bold;
    padding-bottom: 0;
}

.navigation.primary ul li.selected a:first-child:hover:after {
    content: "";
}


.navigation.primary ul a {
    float: left;
    padding: 8px 16px 8px 8px;
    width: 100%;
}

.navigation.primary ul a, .navigation.primary ul a:link, .navigation.primary ul a:visited, .navigation.primary ul a:hover, .navigation.primary ul a:focus, .navigation.primary ul a:active {
    color: #1E4164;
    text-decoration: none;
}

.navigation.primary ul li.selected a {
    padding-right: 2em;
}

.navigation.primary ul a:first-child:hover:after {
    color: #F37321;
    content: ">";
    font-family: Trebuchet,sans-serif;
    font-weight: bold;
    padding-left: 0.5em;
}

.navigation.primary ul a:hover {
    color: #F37321;
}

#hd .navigation li a {
	display: block;
	margin-right: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
}

#lstPayments.navigation li {
    padding-top: 20px;
}

#lstPayments.navigation li a {
    font-weight: bold;
    font-size: large;
}

#lstPayments.navigation li div {
    text-indent: 10px;
}

#hd-links {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right;
	margin: 12px 20px 5px 0;
}

#hd #hd-links a {
    color: #36566b;
}



#hd p, #hd h1, #hd h2, #hd h3, #hd h4, #hd h5, #hd h6 {
	padding: 0 20px 0 20px;
}

#hd .section.first h1 {
    padding: 0;
}

#main h1 {
    margin-bottom: 10px;
}

#hd .search {
	font-size: 0.8em;
	margin-right: 20px;
    margin-top: 15px;
}

#hd .search input {
	padding: 0;
	margin: 0;
}

#hd .navigation li a {
	font-size: .9em;
}

#hd .section {
	float: right;
	text-align: right;
}

#hd .section.first {
	float: left;
	text-align: left;
}

#banner 
{
    margin-top: 2px;
    height:20%;
}

#banner-left {
    float: left; 
    margin-left: 20px;
}

#banner-right {
    text-align: right;
    padding: 10px;
}

#bd .breadcrumbs {
	border-bottom: solid 1px #b2b2b2;
	display: block;
	padding: 2px 20px;
}

#bd #hd-links {
    margin-right: 0;
    margin-top: 0;
}

.pageTitle span.kbcategories {
    font-size: small;
}

#content {
	margin: 20px 20px;
	float: left;
}

#content .frame {
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 1.5em -10px;
	padding: 0.75em 10px;
    margin-right: 30px;
}

#sidebar {
	float: left;
	margin: 20px 20px 20px 0;
	min-height: 20px;
	padding: 20px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#sidebar .section:empty {
	display: none;
}

#sidebar:empty {
	display: none;
}

#sidebar .section {
	margin: 0 0 20px 0;
}

#sidebar .section:last-child {
	margin: 0;
}

#sidebar .section:only-child {
	margin-bottom: 20px;
}

#ft .section {
	float: right;
	text-align: right;
	width: 50%;
}

#ft .section.first {
	float: left;
	text-align: left;
}

#ft .navigation .weblinkset-weblinks, #ft .navigation ul, #ft .navigation li {
	display: inline;
}

#ft .navigation li {
	margin-left: 1em;
}

#ft p {
	margin: 0;
}

input, textarea {
	padding: 2px;
}

h1 .xrm-attribute, h2 .xrm-attribute, h3 .xrm-attribute, h4 .xrm-attribute, h5 .xrm-attribute, h6 .xrm-attribute {
	display: block;
}

div.copy ol {
	list-style: decimal outside;
	padding-left:1.5em;
	margin-left:0;
}

div.copy ul {
	list-style: disc outside;
	padding-left:1em;
	margin-left:0;
}

span.ajax__fileupload_selectFileContainer, div.removeButton, div.ajax__fileupload_uploadbutton, div.ajax_fileupload_cancelbutton, span.ajax__fileupload_selectFileButton {
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

span.ajax__fileupload_selectFileContainer, span.ajax__fileupload_selectFileButton, div.ajax__fileupload_uploadbutton {
    background-color: #014083;
    color: #fff;
}

.ajax__fileupload_selectFileContainer:hover, span.ajax__fileupload_selectFileButton:hover, div.ajax__fileupload_uploadbutton:hover {
	background: none repeat scroll 0 0 #36566b;
	text-decoration:  none;
}

div.ajax_fileupload_cancelbutton:hover, div.removeButton:hover {
    background: none repeat scroll 0 0 #995555;
	text-decoration:  none;
}

button.button, input.button, a.button {
	background: none repeat scroll 0 0 #014083;
	border: none;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 4px 18px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

button.button:hover, input.button:hover, a.button:hover {
	background: none repeat scroll 0 0 #36566b;
	text-decoration:  none;
}

button.button:disabled, input.button:disabled, a.button:disabled {
	background: none repeat scroll 0 0 grey;
	text-decoration:  none;
}

/***** Helpers *****/

.hidden {
	display: none;
}

div.clearfix { /* force container’s height to adjust to floated elements */
	clear: both;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/***** login *****/

#login td {
	text-align: left;
}

#login label {
	font-size: 1em;
	line-height: 1.8em;
}

#login .text {
	margin-bottom: 0.85em;
	width: 90%;
}

.error {
	font-style: italic;
	padding: 5px 0 0 0;
	color: Red;
}

#login .error {
	font-style: italic;
	padding: 5px 0 0 0;
	color: Red;
}

#login .validator {
	font-style: italic;
}

#login .instruction {
	color: #666;
}

#login .success {
	background: #FFFFFF;
	border: 1px solid;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 3px 3px 0 #CCCCCC;
	-moz-box-shadow: 3px 3px 3px 0 #CCCCCC;
	box-shadow: 3px 3px 3px 0 #CCCCCC;
}

#login .button {
	margin-top: 0.85em;
	float: left;
}

#login td.checkbox label {
	padding-left: 5px;
	text-indent: -5px;
}

#login td.checkbox input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	overflow: hidden;
}

#login h2 {
	color: #003366;
}

#login #signin table {
	width: 50%;
}

#login #signup table {
	width: 50%;
}

#login #signup tr td:first-child {
	width: 135px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
}

#login #password-recovery {
	margin: 15px 0 0 0;
}

#login .title-text {
	font-weight: bold;
	font-size: 1em;
}

#login .label {
	color: #000;
}

#login #password-recovery .text {
	margin: 0;
}

/***** change-password *****/

#change-password td {
	text-align: left;
}

#change-password label {
	font-size: 1em;
	line-height: 1.8em;
}

#change-password .text {
	margin-bottom: 0.85em;
	width: 90%;
}

#change-password .error {
	font-style: italic;
	padding: 5px 0 0 0;
	color: Red;
}

#change-password .validator {
	font-style: italic;
}

#change-password .instruction {
	color: #666;
}

#change-password .success {
	background: #FFFFFF;
	border: 1px solid;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 3px 3px 0 #CCCCCC;
	-moz-box-shadow: 3px 3px 3px 0 #CCCCCC;
	box-shadow: 3px 3px 3px 0 #CCCCCC;
}

#change-password .button {
	margin-top: 0.85em;
	float: left;
}

#change-password h2 {
	color: #003366;
}

#change-password table {
	width: 50%;
}

#change-password .title-text {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}

#change-password .label {
	color: #000;
	padding-bottom: 7px;
}

/**** profile *****/

#profile .message {
	background: #FFFFFF;
	border: 1px solid;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 3px 3px 0 #CCCCCC;
	-moz-box-shadow: 3px 3px 3px 0 #CCCCCC;
	box-shadow: 3px 3px 3px 0 #CCCCCC;
}

#profile .lists {
	clear: both;
	font-size: 0.85em;
	margin: 0 0 15px 0;
}

#profile .lists .title {
	color: #003366;
	font-weight: normal;
}

#profile .lists ul {
	margin: 0;
}

#profile input[type=checkbox] {
	margin: 0 3px 0 0;
	vertical-align: middle;
}

#profile .purpose {
	font-style: italic;
	color: #666;
}

.jquery-dialog {
    display: none;
}

img.button:hover {
    cursor: pointer;
}

img.icon16, img.actions.icon16 {
    width: 16px; 
    height: 16px;
    border-style: none;
}

img.icon20, img.actions.icon20 {
    width: 20px; 
    height: 20px;
    border-style: none;
}

img.icon18, img.actions.icon18 {
    width: 18px; 
    height: 18px;
    border-style: none;
}

img.icon24, img.actions.icon24 {
    width: 24px; 
    height: 24px; 
    border-style: none;
}

img.icon32, img.actions.icon32 {
    width: 32px; 
    height: 32px; 
    border-style: none;
}

img.icon48, img.actions.icon48 {
    width: 48px; 
    height: 48px; 
    border-style: none;
}

.invisible {
    display: none;
}

table caption {
    text-align: left;
    padding-bottom: 3px;
    padding-top: 5px;
}

caption .toggle-filter-button, caption .clear-filter-button {
    font-weight: bolder;
    text-decoration: underline;
    margin-right: 20px;
}

.search_init {
	width: 99%;
}

.text_filter {
	width: 99%;
}

.select_filter {
	width: 99%;
}

 .GridPager a, .GridPager span
    {
        display: block;
        height: 15px;
        width: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
    }/*** Page Comments ***/

#comments, #post-comment {
    background-color: #EFF5FA;
    border: solid 1px silver;
    margin: 10px 0 0 0;
    padding: 5px;
}

    #comments h3, #post-comment h3 {
        margin: 0;
    }

    #comments ul li {
        background-color: #CCD9E4;
        border: solid 1px silver;
        list-style-type: none;
        margin: 5px 5px 10px 5px;
        padding: 7px;
    }


#KBSearch {
    background: none repeat scroll 0 0 #1E4164;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 15px;
    color: #FFFFFF;
}



#comments .comment p {
    margin-bottom: 0.5em;
}

#comments h6 {
    color: #888;
    font-weight: normal;
}

    #comments h6 .date {
        font-size: 10px;
    }

#comments .comment {
    padding-bottom: 5px;
    padding-top: 5px;
}

#post-comment #textarea {
    margin: 5px;
}

#post-comment textarea {
    width: 100%;
}

#post-comment input {
    margin: 10px 0;
    padding: 5px 10px;
}

/*** Page Comment Ratings ***/

#AverageRating {
    cursor: default;
}

.rating {
    margin-bottom: 1.5em;
    clear: both;
}

    .rating h6 {
        font-weight: normal;
        margin-bottom: 0;
    }

.rating-stars {
    margin-bottom: 0.9em;
}

.rating-star {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    font-size: 0pt;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 20px;
}

.user-rating {
    clear: both;
}

    .user-rating .rating-star {
        cursor: pointer;
    }

    .user-rating .readonly {
        cursor: default;
    }

.rating-star-empty {
    background-image: url('~/xrm-adx/samples/images/star-empty.png');
}

.rating-star-filled {
    background-image: url('~/xrm-adx/samples/images/star.png');
}

.rating-star-saved {
    background-image: url('~/xrm-adx/samples/images/star-saved.png');
}

#vote {
    padding: 3px 3px 3px 3px;
    border: dashed 1px #e3e3e3;
    background-color: #fafafa;
    width: 300px;
}

    #vote h6 {
        margin-bottom: 0;
    }

    #vote .vote-totals {
        width: auto;
        margin: 0 auto;
    }

    #vote .user-vote {
        float: right;
        margin-top: -17px;
        width: auto;
    }

    #vote .count {
        color: #3E3535;
    }

    #vote .user-vote input, .user-vote img, .vote-counts input, .vote-counts img {
        vertical-align: bottom;
    }


/***** Styles for Forms generated by the CrmEntityFormView control *****/

/***** Supports one and two column forms *****/

.crmEntityFormView {
	margin: 1.5em -10px;
	padding: 0.75em 10px 25px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background: #eff5fa;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
}

#signin .crmEntityFormViewContainer {
    margin-left: 0px;
    margin-right: 30px;
}

.crmEntityFormViewContainer .crmEntityFormView {
    margin-left: 0px;
    margin-right: 30px;
}

#content .site-map.crmEntityFormViewContainer {
    margin-left: 0px;
    margin-right: 30px;
}

#pnlKbArticle .crmEntityFormViewContainer, #pnlFeedback .crmEntityFormViewContainer {
    margin-left: 0px;
    margin-right: 30px;
}

span.crmEntityFormView {
	display: block;
}

.crmEntityFormView table.tab {
	width: 100%;
}

.crmEntityFormView table.tab > caption {
	background-color: #014083;
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
}

.crmEntityFormView table.section {
	margin: 0 0 5px 0;
	width: 100%;
}

.crmEntityFormView table.section:last-child {
	margin: 0;
}

.crmEntityFormView table.section caption {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	text-align:left;
	font-weight: bold;
	font-size: 13px;
	color: #3b3b3b;
}

.crmEntityFormView table.section caption.show-bar {
	border-bottom: 1px solid #c0c0c0;
}

.crmEntityFormView .cell {
	width: 50%;
	padding: 0 0 10px 10px;
}

.crmEntityFormView .cell:first-child {
	padding: 0 10px 10px 0;
}

.crmEntityFormView .cell:last-child {
	padding-right: 0;
}

.crmEntityFormView .cell div.info {
	float:left;
	padding: 0 0 1px 0;
}

.crmEntityFormView .cell div.control {
	clear:both;
	padding: 0 5px 0 0;
}

.crmEntityFormView .cell div.control:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.crmEntityFormView .cell div.info.required label:after {
	content: ' *';
	color: red;
}

.crmEntityFormView .cell div.info.required div.validators {
	display: none;
}

.crmEntityFormView .cell div.info div.validators {
	margin: 0 0 0 3px;
	float: left;
	color: Red;
}

.crmEntityFormView .cell label {
	float: left;
	font-weight: normal;
	font-size: 12px;
}

.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell input[type=file], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
	float:left;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
	color: #000;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.crmEntityFormView .cell input[readonly='readonly'], .crmEntityFormView .cell textarea[readonly='readonly'],
.crmEntityFormView .cell input[disabled='disabled'], .crmEntityFormView .cell select[disabled='disabled'], .crmEntityFormView .cell textarea[disabled='disabled'] {
	background: #fff;
	color: #000;
	border: solid 1px #ccc;
}

.crmEntityFormView .cell input, .crmEntityFormView .cell select {
	padding: 2px;
}

.crmEntityFormView .cell div.control span.checkbox {
	float: left;
}

.crmEntityFormView .cell input[type=checkbox] {
	margin: 2px 0 2px 0;
}

.crmEntityFormView .cell input[type=radio] {
	margin: 2px 0 2px 3px;
}

.crmEntityFormView .datetime-cell input.date, .crmEntityFormView .datetime-cell input.datepicker {
	width: 100px;
}

.crmEntityFormView .datetime-cell select.time {
	width: 80px;
}

.crmEntityFormView .empty-cell {
	display: none;
}

.crmEntityFormView .web-resource-cell {}

.crmEntityFormView .web-resource-cell iframe {}

.crmEntityFormView .cell .picklist input[type="radio"] {
	margin: 2px 3px 5px 0;
	vertical-align: top;
}

.crmEntityFormView .cell .picklist.horizontal input[type="radio"] {
	margin-left: 10px;
}

.crmEntityFormView .cell .picklist input[type="radio"]:first-child {
	margin-left: 0;
}

.crmEntityFormView .cell .picklist label {
	float: none;
	font-weight: normal;
	font-size: 12px;
}

/* Align checkbox to the left of the label */
.crmEntityFormView .cell.checkbox-cell div.control {
	clear: none;
	float: left;
	display: inline;
}
.crmEntityFormView .cell.checkbox-cell div.info {
	float: none;
	clear: none;
	display: inline;
}
.crmEntityFormView .cell.checkbox-cell label {
	clear: none;
	float: none;
}
/* End - Align checkbox to the left of the label */

.crmEntityFormView .cell.checkbox-cell:first-child {
	padding: 0 10px 0 0;
}

/* Boolean formatted as radio button list */
.crmEntityFormView .cell.boolean-radio-cell input[type="radio"] {
	margin: 2px 3px 5px 10px;
	vertical-align: top;
}
.crmEntityFormView .cell.boolean-radio-cell input[type="radio"]:first-child {
	margin-left: 0;
}
.crmEntityFormView .cell.boolean-radio-cell label {
	float: none;
	font-weight: normal;
	font-size: 12px;
}
/* End Boolean formatted as radio button list */

.crmEntityFormView .validation-summary {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.crmEntityFormView .validation-summary ul {
	margin: 0;
	list-style: none;
}

.crmEntityFormView fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.crmEntityFormView legend {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}

.crmEntityFormView div.row.full div.cell {
	width: 100%;
}

.crmEntityFormView .actions {
	padding: 10px 0 0 0;
}

.crmEntityFormView .actions:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

/* Section override to support section title as the question label to a group of fields within the section
   such as Two Options in support of Multiple Choice questions.  If the section's "Show a line at top of 
   the section" property is false then the caption is styled like field labels. */
.crmEntityFormView table.section > caption {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.crmEntityFormView table.section {
	margin: 0;
}
.crmEntityFormView table.section > caption.show-bar {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	text-align:left;
	font-weight: bold;
	font-size: 13px;
	color: #3b3b3b;
	border-bottom: 1px solid #c0c0c0;
}
/* End - Section override */

div.message.success {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 3px 3px 3px 0 #CCCCCC;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0 10px 0;
	text-align: center;
}

/* Multiple Choice Matrix */
.crmEntityFormView .cell.picklist-matrix-cell {
	padding: 0;
}
.crmEntityFormView .picklist.horizontal.labels-top label {
	display: block;
}
.crmEntityFormView .picklist.horizontal.labels-top td {
	padding-right: 20px;
	text-align: center;
}
.crmEntityFormView .picklist-matrix-cell .picklist.horizontal.labels-top input[type="radio"] {
	margin-left: 0px;
}
.crmEntityFormView .picklist-matrix-cell div.info {
	width: 150px;
}
.crmEntityFormView .picklist-matrix-cell div.control {
	clear: none;
	float: left;
}
.crmEntityFormView .picklist-matrix-cell div.control .picklist label {
	visibility: hidden;
	height: 0px;
}
.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control .picklist label {
	visibility: visible;
	height: auto;
	display: block;
}
.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.info {
	padding-top: 18px;
	vertical-align: bottom;
}
.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control {
	margin-top: -10px;
	padding-top: 10px;
}
/* End - Multiple Choice Matrix */
/***** Manually Generated Forms *****/
.form {
    width: 98%;
}

.form .row {
	clear: both;
	margin-bottom: 10px;
    margin-left: 10px;
    text-align: left;
}

.form .row .align-right {
    float: right;
}

.form .row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.form .row.row_3 .field {
	float: left;
	width: 30.8%;
    margin-right: 25px;
}

.form .row.row_4 .field {
	float: left;
	width: 22.5%;
    margin-right: 25px;
}

.form .row.row_6 .field {
	float: left;
	width: 16%;
    margin-right: 25px;
}

.form .row .field {
	float: left;
	width: 48%;
    margin-right: 25px;
}

.form .row .field.span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.form .row .field.span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.form .row .field.span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.form .row .field.span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.form .row .field.span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.form .row .field.span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.form .row .field.span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.form .row .field.span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.form .row .field.span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.form .row .field.span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.form .row .field.span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.form .row .field.span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.form .row .field.offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.form .row .field.offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.form .row .field.offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.form .row .field.offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.form .row .field.offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.form .row .field.offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.form .row .field.offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.form .row .field.offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.form .row .field.offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.form .row .field.offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.form .row .field.offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.form .row .field.offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.form .row .field.offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.form .row .field.offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.form .row .field.offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.form .row .field.offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.form .row .field.offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.form .row .field.offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.form .row .field.offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.form .row .field.offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.form .row .field.offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.form .row .field.offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.form .row .field.offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.form .row .field.offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}



















.form .row .field.field_3 {
	float: left;
	width: 30.8%;
    margin-right: 25px;
}

.form .row .field.field_4 {
	float: left;
	width: 22.5%;
    margin-right: 25px;
}

.form .row .field.field_6 {
	float: left;
	width: 16%;
    margin-right: 25px;
}



.form .row .field:last-child {
	margin-right: 0px;
}

.form .row.full .field {
	margin: 0;
	width: 100%;
}

.form .row .field label {
	margin-bottom: 2px;
    text-align: left;
}

.form .row .field.required label:after {
	content: ' *';
	color: red;
}

.form .row .field input[type=text], .form .row .field input[type=file], .form .row .field select, .form .row .field textarea {
	padding: 2px;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form .row .field input.DatePicker {
    width: 100px;
}

.form fieldset {
	margin: 0;
}

.form legend {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

.form .validation-message {
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.form .validation-summary {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.form .validation-summary ul {
	margin: 0;
	list-style: none;
}/***** Search *****/

.search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-results li {
	margin-bottom: 1.5em;
}

.search-results li a {
	font-weight: bold;
}

.search-results li .category {
	color: black;
    font-weight: bold;
    font-size:90%;
}

.search-results li .title {
	text-decoration: underline;
}

.search-results li .fragment {
	margin: 0;
}

.search-results li .url {
	color: green;
	font-size: 0.833333em;
	font-weight: normal;
	line-height: 1.8em;
}

.search-results .querytext, .search-results .highlight {
	background-color: #FFFCAC;
	font-style: normal;
}

.search-results .search-result-pager {
	margin: 1.5em 0;
}

.search-results .search-result-pager a[disabled=disabled] {
	color: #aaa;
	text-decoration: none;
}.dataTables_wrapper  .pager td.paginate_button, .dataTables_wrapper  .pager td.paginate_button:hover {
    padding: 0;
}

.dataTables_wrapper .pager .paginate_button {
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: #333333 !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
}

.dataTables_wrapper .pager .paginate_button.disabled, .dataTables_wrapper .pager .paginate_button.disabled:hover, .dataTables_wrapper .pager .paginate_button.disabled:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #666666 !important;
    cursor: default;
}

.dataTables_wrapper .pager a.paginate_button:hover {
    background: linear-gradient(to bottom, #585858 0%, #111111 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #111111;
    color: #ffffff !important;
}

.dataTables_wrapper .pager span.paginate_button:hover {
    cursor: auto;
}

.dataTables_wrapper .pager .paginate_button.current, .dataTables_wrapper .pager .paginate_button.current:hover, .dataTables_wrapper .pager .paginate_button.current:hover:active {
    background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cacaca;
    color: #333333 !important;
}

.paginate_button:hover a {
    color: white;
    font-weight: bold;
}/* alerts */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 2px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}


/* Basic formats */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

/* Global align classes */

.left {
	text-align: inherit;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.full {
	text-align: justify
}

.section {
    margin-top: 40px;
}

/** Tabular Data (Gridview) **/

div.Tabular-Data {
	margin-top: 10px;
}

div.Tabular-Data .case-filter {
	margin-bottom: 1.5em;
}

div.Tabular-Data div.case-filter {
	margin-bottom: 0.5em;
    font-weight: bold;
    text-align: right;
}


div.Tabular-Data .tabular-data {
	margin-bottom: 1.5em;
	width: 100%;
}

div.Tabular-Data .tabular-data th {
	font-weight: bold;
}

div.Tabular-Data .tabular-data tr.information-requested {
    font-style: italic;
    color: red;
}

div.Tabular-Data .tabular-data tr.information-provided {
    font-style: italic;
    color: green;
}

div.Tabular-Data .tabular-data td.center {
	text-align:center;
}

div.Tabular-Data .tabular-data th, div.Tabular-Data .tabular-data td {
	border: solid 1px #ccc;
	padding: 0.4em 0.8em;
	text-align: left;
}

/** Schedule Services **/

#SearchSchedule {
	line-height: 25px;
}

#SearchSchedule .errorLabel, .bookingError {
	font-weight:bold;
	clear:both;
}

#SearchSchedule .serviceDropdown {
	min-width: 150px;
}

.sectionSpacer {
	padding-bottom: 10px;
}

.instructionText {
	font-weight:bold;
}

.leftCalendar {
	clear:both;
	float:left; 
	padding-bottom: 10px;
	width: 300px;
}

.rightCalendar {
	float:left; 
	padding-bottom: 10px;
	width: 300px;
}

/** Knowledge Base **/

#kb-search {
	margin-bottom: 20px;
}

#kb-search .kb-search-input {
	width: 300px;
}

#kb-search div.instructions {
    margin-top: 10px;
    font-size: smaller;
}

.emailAddressInput {
	Width: 250px;
}

.emailBtn {
	margin-bottom: 20px;
}

/** Cases **/

#service-cases fieldset {
	margin: 1.5em 0;
}

#service-cases ul {
	margin: 0;
	padding: 0;
}

#service-cases fieldset label {
	display: block;
	margin-bottom: 2px;
}

#service-cases fieldset ul li {
	margin-bottom: 10px;
}

#service-cases fieldset ul input, #service-cases fieldset ul select, #service-cases fieldset ul textarea {
	width: 96%
}

#service-cases fieldset ul textarea {
	height: 10em;
}

#service-cases ul li {
	list-style: none;
}

input.PostButton {
	margin: 5px 0;
	padding: 0.3em;
}

ul#case-notes > li {
	border-top: solid 1px #ccc;
	width: 98%;
}

ul#case-notes li p.note-data {
	color: #666;
	font-size: 1em;
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ul#case-notes li .note-attachment {
	float: right;
    text-align: right;
}

ul#case-notes li a.note-attachment {
	font-size: 1.1em;
	color: blue;
	font-weight: bold;
}

ul#case-notes li p.note-content {
	clear: both;
	margin-bottom: 1.5em;
}

div.note-content ul {
    list-style: inside disc;
}

div.note-content {
	clear: both;
	margin-bottom: 1.5em;
    font-size: 1.1em;
}

div.note-content ol {
    list-style: inside decimal;
}

ul#kbarticle-comments li {
	border-top: solid 1px #ccc;
	width: 98%;
    padding-top: 10px;
}

ul#kbarticle-comments li div.kbarticle-comment-data {
	font-size: 0.7em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
    text-align: right;
    color: blue;
    font-style: italic;
}

ul#kbarticle-comments li div.kbarticle-comment-content {
	margin-bottom: 1.5em;
    margin-top: 1em;
    font-size: 0.8em;
}

ul#kbarticle-comments li div.kbarticle-comment-expand {
	margin-bottom: 1.5em;
    text-align: right;
    font-size: 0.8em;
}

ul#kbarticle-comments li div.kbarticle-comment-expand a:hover {
	cursor:pointer;
}

#service-cases ul.case-data {
	color: #666;
	font-size: 0.9em;
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

#service-cases .case-kb-article {
	font-style: italic;
}

#service-cases .case-kb-article .title {
	display: inline;
}

.link-list .heading {
	font-size: 1.2em;
	margin-top: 1em;
}

h3.list-title {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

/** Profile **/

.register-form .link-list input {
	width: auto;
}

.register-form ul.link-list {
	margin: 0 0 0 10px;
	clear:both;
}

.register-form ul.link-list li {
	list-style:none;
}

.register-form .checkbox span {
	display: inline;
	padding: 0;
}

.register-form input[type="checkbox"] {
	margin: 0 0.5em 0 0.3em;
	vertical-align:middle;
}

.register-form .marketing-preferences .field, .register-form .marketing-lists .field {
	width:auto;
	font-size: 0.833333em;
	font-weight: bold;
	line-height: 1.8em;
}

.register-form .contactOptions {
	clear: both;
}

.register-form fieldset:last-child {
	margin: 0 0 .75em 0;
}

/** Product Registration **/
.register-product .row {
	margin-bottom: 10px;
}

.register-product .cell .info, .register-product .row .cell-info {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 2px;
}

.register-product input.text, .register-product textarea, .register-product select {
	width: 400px;
	padding: 2px;
}

.register-product textarea {
	height: 150px;
}

.register-product input.text, .register-product textarea {
	padding: 2px;
}

.register-product .actions .button {
	padding: 2px 4px;
}

.register-product .validators {
	display: inline;
	margin-left: 2px;
}

.register-product .actions {
	margin-bottom:20px;
}

.register-product .row span.RegistrationFailure {
	font-weight: bold;
	color: #FF0000;
}

.register-product .row span.RegistrationSuccess {
	font-weight: bold;
	color: #215E21;
}

/** Contact Us Form **/

.contact-us {
	margin-bottom: 1.5em;
}

.contact-us fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.contact-us .row {
	margin-bottom: 10px;
}

.contact-us .cell .info {
	font-size: 1em;
	margin-bottom: 2px;
}

.contact-us .cell .info label {
	font-weight: bold;
}

.contact-us .cell .info.required:after {
	content: "(Required)";
}

.contact-us input.text, .contact-us textarea {
	width: 400px;
}

.contact-us textarea {
	height: 150px;
}

.contact-us input.text, .contact-us textarea {
	padding: 2px;
}

.contact-us .actions .button {
	padding: 2px 4px;
}

.contact-us .validation-summary ul {
	margin-bottom: 0;
}

.contact-us .validators, .contact-us .validation-summary {
	color: Red;
}

.contact-us .validators {
	display: inline;
	margin: 0 2px;
}

/****iCalendar*****/

a.vevent {
	background: #e8e8e8 url('../images/calendar_add.png') no-repeat 5px 50%;
	border: solid 1px #adadad;
	padding: 6px;
	padding-left: 26px;
	text-decoration: none;
}

a.vevent.icon {
	padding-left: 21px;
}

a.vevent:hover {
	background-color: #889bac;
	color: #fff;
}

a.link {
    color: blue;
    text-decoration: underline;
}

div.Ssc.ThankYouMessage {
    padding: 30px 30px 30px 30px;
}

div.Ssc.ThankYouMessage p {
    font-size: 12px; width: 97%;
}

div.Ssc.ThankYouMessage p.message {
    font-weight: bold;
}

div.Ssc.form p.top.message {
    font-size: 12px; 
    width: 97%;
}

div.Ssc.form p.bottom.message {
    width: 97%; 
    margin-top: 20px; 
    font-size: smaller;
}

.disclaimer {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px 5px 5px 5px;
    background-color:#fcf8e3;
    border-color:#eed3d7;
    color:#c09853;
    border:1px solid;
}
/**
 * @fileOverview CSS for jquery-autocomplete, the jQuery Autocompleter
 * @author <a href="mailto:dylan@dyve.net">Dylan Verheul</a>
 * @license MIT | GPL | Apache 2.0, see LICENSE.txt
 * @see https://github.com/dyve/jquery-autocomplete
 */
.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;	
}

.acResults ul li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.acLoading {
	background : url('indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
}

