a {
    color: #c8102e;
    text-decoration: underline;
    transition-duration: 0.25s;
    transition-property: color;
    transition-timing-function: ease;
}

a:visited,
a.demo-visited,
a:active,
a.demo-active {
    color: #780519;
}

a:focus,
a:hover,
a.demo-focus,
a.demo-hover {
    color: #d41f34; 
    text-decoration: none;
    outline: auto; 
}

a:not(.btn) {
    text-decoration: underline;
}

/*a:focus {
    text-decoration: none; 
}
    */

/*
a:focus,
a.demo-focus {
     Not sure about the OutlineGlow here "@include setOutlineGlow( $removeOutline: true );" 
}
*/



body {
    color: #333;
    font-family: Open Sans, Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.special {
	/*background-color: lightblue;*/
    padding: 20px;
}
.faq-container
{
    margin-left: 10%;
    margin-right: 10%;
}

/* Footer Background color fix */
.footer .footer-top{
    background-color: inherit;
}
 
.crmEntityFormView, .entitylist, .modal-content, .popover-content{
    border:0;
}
 
/* Filters */
.entitylist-filter{
    border:0;
}
 
.entitylist-filter-option-group-label{
    padding: 5px 0px 5px 5px;
    border-width: 0px 0px 0 0px;
    border-style: solid;
    border-color: #3F474E;
    background-color: #3F474E;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}
 
.entitylist-filter-option div.checkbox{
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left:3px;
}
 
.entitylist-filter-option  input[type=checkbox] {
    position: relative;
      cursor: pointer;
      margin-right: 7px;
}
.entitylist-filter-option input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #555555;
    border-radius: 3px;
    background-color: white;
}
.entitylist-filter-option input[type=checkbox]:checked:before {
    background:#3F474E;
}
 
.entitylist-filter-option input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 5px;
}

.entitylist, .entitylist .view-toolbar {
    border:0;
}
 
.entitylist .btn-primary, .entitylist .view-grid th a {
    text-decoration: none;
    color:#fff;
}
.entitylist .view-grid thead{
    background: #4a4f55;
    color:#fff;
}
 
.entitylist .view-grid tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
 
@media only screen and (min-width: 768px) {
	.entitylist .view-grid {
		font-size: 14px;
	}

	.entitylist .btn-default {
	  border-color: transparent;
	  background-color: transparent;
	}

	.entitylist .view-grid tbody tr:first-child td{
		padding:16px 8px 8px;
	}
}

#content-container, #content_form
{
    min-height: calc(100vh - 380px);
}


.linkButton
{
    white-space: nowrap;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgb(232, 98, 91);
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 10px;
    user-select: none;
    width: 300px;
    color: rgb(255, 255, 255);
    background-color: #c8102e;
}

p {
    line-height: 1.5;
    margin-bottom: 2.25rem;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 12px;
}

.mt-4 {
    margin-top: 15px;
}

.mt-5 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 8px;
}

div.heading-with-hr h2 {
    margin-bottom: 0;
}

div.heading-with-hr hr {
    width: 5.5em;
    background: #c8102e;
    height: .30rem;
    float: left;
    margin-top: 5px;
}

.clear-both {
    clear: both;
}

.cui-card-list .cui-card-body {
    box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.cui-card-list .card-title {
    color: #c8102e;
    margin-top: 5px;
}

.cui-card-list p {
    margin-bottom: 5px;
}

.cui.coc-footer {
    background: #333;
    color: #c9cacc;
    overflow: hidden;
    padding: 2.25rem 1.125rem
}
.footer-row {
    padding: 30px;
    background: #333
}
.cui.coc-footer h3 {
    margin-bottom: 2.8rem;
}

.cui.coc-footer .footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 992px
}

@media (min-width:1200px) {
    .cui.coc-footer .footer-inner {
        max-width: 1200px
    }
}

.cui.coc-footer .footer-section {
    margin-bottom: 2.25rem
}

.cui.coc-footer a {
    color: #f6f6f6
}

.cui.coc-footer .footer-links-horz ul,
.cui.coc-footer .footer-links-vert ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cui.coc-footer .footer-links-horz ul li,
.cui.coc-footer .footer-links-vert ul li {
    list-style: none;
	margin-right: 10px;
}

.cui.coc-footer .footer-links-vert ul {
    margin-bottom: 2.25rem
}

.cui.coc-footer .footer-links-vert li {
    line-height: 1.5;
    margin-bottom: .75rem
}

.cui.coc-footer .footer-copyright p {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.cui.coc-footer .footer-top.cui hr {
    border-top: .0625rem solid #6f7277;
    margin-bottom: 0px;
}

@media (min-width:1200px) {
    .cui.coc-footer .footer-top.cui hr {
        margin-bottom: 20px;
    }
}

input[type='radio'][id^="coc"] {
    accent-color: #0060df;
}

input[type='radio'][disabled] {
    background-color: #0060df;
}


input[type='radio'] [checked] {
    accent-color: #0060df;
}



.radio[disabled] {
    accent-color: #0060df;
}

.radio[checked] {
    accent-color: #0060df;
}

input[type="radio"]:disabled + label {
    filter: grayscale(100%);
    opacity: .5;
    pointer-events: none;
}

th {
    font-weight:normal;
}

label {
    margin-bottom: 12px;
}

.button1, .btn-primary {
    color: black !important;
    background-color: white;
    border: 4px solid #c8102e;
}

.button1:hover, .btn-primary:hover {
    color: black !important;
    background-color: white !important;
    border: 4px solid #c8102e !important;
    box-shadow: .1875rem .1875rem .4375rem rgba(0, 0, 0, 0.3);
}

.button1:active, .btn-primary:active {
    color: black !important;
    background-color: white !important;
    border: 4px solid #c8102e !important;
    box-shadow: .1875rem .1875rem .4375rem rgba(0, 0, 0, 0.6);
}

.button1:focus, .btn-primary:focus {
    color: black !important;
    background-color: white !important;
    border: 4px solid #c8102e !important;
    box-shadow: 0 0 8px rgb(102 175 233 / 60%);
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    border: 0; 
    border-bottom: 0px;
}

.legend1 {
    display: block;
    font-size: 15px;
}

/*Accessibility 2.4.7 Keyboard focus is not visible  */
.navbar {
    padding: 0 !important;
}

.navbar-brand.navbar-header {
    padding: 0 !important;
}

.navbar-brand.navbar-header .xrm-attribute-value a {
    display: inline-block;
}
