.card.guidelines {background-color: #f7fcff}
.card.guidelines ol {margin-bottom: 0}
.card.guidelines ol li strong {padding-right: 4px}
.card.guidelines ol li:not(:last-child) {margin-bottom: 10px}
.doc-type label,
.consent label{font-weight: 500;color: #000;opacity: 1;}
.pdf-doc-list li a {font-weight: 500}
.pdf-doc-list .countdown {
	display: inline-block;
	background: #e3d3f1;
	border-radius: 12px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-shadow: 1px 1px 2px #fff;
}
.card.docs .card__body {padding: 0}
.card.docs table {border: none; color: #37474f;}
.card.docs h4 {
	padding: 15px 15px 0;
	margin-bottom: 10px;
	font-size: 32px;
}
.card.docs p { 
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	font-size: 15px;
}
.card.docs tbody tr:not(:last-child) td {border-bottom: 1px solid #e9ecef;}
.card.docs table th {
    background: #f8f9fa;
    color: #37474f;
	border-bottom: 2px solid #e9ecef;
}
.card.docs .fa-file-pdf {color: #ff0000;}
td.author, td.days {font-size: 15px}
.rem-text {
	display: inline-block;
	font-weight: 500;
	color: #B20000;
}
.card.docs table tr a:hover {
	color: #006699;
	border-bottom: 1px dotted #006699;
}
main.content {background: #F5F7FA}
.progress {
    width: 100%;
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
}
.progress-bar {
    height: 100%;
	background-color: #4CAF50;
	border-radius: 2px;
}
input[type=text]:required, input[type=email]:required, input[type=password]:required, input[type=number]:required, input[type=tel]:required, textarea:required, select:required {color: #000}
p[data-sf-role="error-message"] {
	color: #B20000;
	font-style: italic;
	font-size: 15px;
}
.list-group.doc {margin-bottom: 2rem; font-size: 15px}
.list-group .label {font-weight: 600}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin: 0;
    border-radius: .25rem;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item+.list-group-item {
    border-top-width: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
div[id^="comment-submit"] img,
div[id^="comment-submit"] textarea,
ul.list-group.doc+div[data-sf-role="comments-count-wrapper"],
div[data-sf-role="comments-container"],
a[data-sf-role="comments-sort-new-button"],
a[data-sf-role="comments-sort-old-button"] {display: none !important}
#doc_preview_wrapper {margin-top: 3rem}

p[data-sf-role="review-new-form-replacement"] {
	margin-top: 2rem;
	display: inline-block;
	color: #155724;
    background-color: #d4edda;
	position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
	margin-bottom: 0;
}
div[data-sf-role="comments-new-requires-authentication"] {
	margin-top: 2rem;
	display: inline-block;
	color: #856404;
    background-color: #fff3cd;
	padding: .75rem 1.25rem;
    border: 1px solid #ffeeba;
    border-radius: .25rem;
}
div[data-sf-role="error-message"] {
	margin-left: 1rem;
	display: inline-block;
	color: #721c24;
    background-color: #f8d7da;
	padding: .75rem 1.25rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
}
.doc_share {text-align: right;}
.doc_share span {
	margin-bottom: 2rem;
	display: inline-block;
}
.doc_share span a {
	color: #fff;
	border-radius: .25rem;
	background-color: #0072b1;
	padding: 10px;
	transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.doc_share span a:hover {
	background-color: #0072b1;
	background: #258bbe;
    transform: translateY(-2px);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.doc_share .fa-linkedin-in {padding-right: 10px;}
h5.doc_title {margin-bottom: 0}
div[data-sf-role="comments-wrapper"]>div>h3 {display: none}
div[data-sf-role="comments-count-wrapper"] {display: inline-block; width: auto}
.sf-Ratings {
    display: flex;
    align-items: center;
}
.text-muted.sf-Ratings-average {
    order: -1;
    margin-right: 6px;
	margin-left: 4px;
}
.ratings_total {
    order: 0;
	padding-left: 6px;
}
.doc_rating_container {
	padding-top:1rem;
	display:flex;
}
.doc_rating_container a[data-sf-role="comments-count-anchor"],
div[data-sf-role="comments-count-wrapper"]{
	display:flex;
}
.doc_rating_container .sf-Ratings-count {padding-left:10px}
.card.docs table tr a.rate_doc {
	padding: 0;
	font-size: 11px;
}
.card.docs table tr a.rate_doc:hover {
	color: #fff;
	border-bottom:none;
}
.doc_rating_container .sf-Ratings-count {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
	color:#333;
}
form input[type=file], form input[type=text], form input[type=email], form input[type=password], form input[type=number], form input[type=tel], form textarea, form select, .accordion__content.is-active { background-color: #fff }
.sfContentBlock .accordion__content ol,
.sfContentBlock .accordion__content ul {
	margin-bottom: 0
}
