/* 
Remove default shadow box from around LiveForms forms
DW2 - 2020 July 07
*/
.LiveForm.Default ul.page-break-section, .LiveForm.Default .thank-you {
 padding: 10px !important;
 /* border-radius: 3px; 
  background-color: #ffffff;       Note: from original code sample  */
 box-shadow: none !important; 
}
/* Style headers on LiveForms forms - DW2 - 2020 July 07  */
.LiveForm.Default .Field.Heading .Header {
 font-weight: 100  !important; 
}
.LiveForm.Default .Field.Heading h2 {
 font-size: 2.1em !important; 
  letter-spacing: 0px !important;
}

html.boxed header, html.boxed header .header-body, html.boxed header.header-bottom .header-nav-bottom {
    max-width: 100% !important;
}

html .bstrap3-material .alert-info {
    width: 100%;
}

 label.required:after {
    font-weight: bold;
    content: '*';
    color: red;
}

.bootButton{
    background-color:#2196f3;
    text-transform:uppercase;
    padding: 6px 16px;
    border-color:#2196f3;
}

.jq-icon-success p{color:#fff!important;}


html body {
    color: #0d0d0d!important;
}

.submit{
    border-color: transparent !important;
    height:auto !important;
    text-transform: uppercase !important;
    border: 1px solid transparent !important;
    white-space: nowrap;
    padding: 6px 16px !important;
    font-size: 13px;
    line-height: 1.846 !important;
    border-radius: 3px;
}

.btn-success{
    background-color: #2196f3 !important;
}

html header .nav-bar-primary nav ul.nav-main > li.dropdown-primary > a{text-decoration:none;}

.form-check-label {
    margin-left: 25px;
}

#mainMenu{padding-left: 40px;}
.busSchedH td{color:#fff;}

html p, html blockquote p, html .testimonial.testimonial-style-5 blockquote p, html .testimonial.testimonial-style-4 blockquote p, html .testimonial.testimonial-style-3 blockquote p {color: #0d0d0d!important;
}

html .btn-light{color:#000 !important;}

.dropdown-menu{z-index:2000 !important;}









