﻿ul {
    list-style: none;
}
label {
    width: 100% !important;
    max-width: 100% !important;
}

.pricing-body {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.application-content {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.application-body {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.application-input {
    width: 95%;
    height: 30px;
}

.pricing-title {
    font-size: 10pt;
    color: #FFFFFF;
    text-align: center !important;
    display: inline-block !important;
    font-weight: 100;
}

.price-list-item {
    font-size: 9pt;
}

.price-label {
    font-size: 18pt;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 5px;
}

.feature-item {
    font-size: 14pt;
}

.section-column {
    margin-right: 10px;
}

.form-column {
    padding-right: 10px;
}

.contact-menu {
    display: inline;
    list-style: none;
}

    .contact-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #3276B1;
    }

.contact-menu li {
    float: left;
    width: 100px;
    font-size: 10pt;
}

.contact-menu li a {
    display: block;
    text-align: center;
    padding-bottom: 2px;
    text-decoration: none;
}

    .contact-menu li a:hover {
        background-color: #3276B1;
        color: #ffffff;
    }


.contact_menu_button {

}

.contact-panel {
    border-color: darkgray;
    border-width: thin;
    border-radius: 10px 10px 10px 10px;
}

.contact-panel-header {
    font-size: 16pt;
    font-weight: 400;
    margin-top: -50px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-panel-column {
    width: 100%;
}

.contact-type {
    font-size: 12pt;
    font-weight: 700;
    width: 200px;
}

.form-panel {
    margin-left: 20px;
    margin-bottom: 50px;
}

.credibility-type {
    font-size: 12pt;
    font-weight: 700;
    width: 200px;
}

.radio-inline {
    display: inline-block;
}

.inline-group {
    display: inline-block;
    white-space: nowrap;
}

.qualifier-type {
    font-size: 12pt;
    font-weight: 700;
    width: 200px;
}

.checkbox-inline {
    display: inline-block;
}

.custom-control-inline {
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    padding-right: 10px;
    vertical-align: middle;
}

.custom-control-label {
    font-size: 9pt;
}
.search-form-group {
    display: inline-block;
}

.fa {
    display: inline;
}

.input-group-text {
    display: inline;
    white-space: nowrap;
}

.widget-button-small {
    height: 30px;
    /*margin-top: -10px;*/
    border-radius: 10px 10px 10px 10px;
}

.widget-item {
    font-size: 10pt;
}

.main-label {
    display: inline;
    font-weight: 500;
    padding-right: 20px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.response-message {
    color: green;
    font-weight: 600;
    display: none;
    border-style: ridge;
    border-color: green;
    border-width: 2px;
    margin-bottom: 150px;
}

.active-menu-item {
    border-bottom-style: solid;
    border-bottom-color: darkgray;
}

.card-container.customListCards .card {
    align-items: baseline;
    display: flex;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    flex: 0 1 49%;
    margin: 0 0 1rem;
}



.card-body {
    padding: 1.25rem;
}

.card-title {
}

.card-subtitle {
}

.card-text:last-child {
}

.card-link {
}


.card-label {
    color: #6738ed;
    font-size: 1rem;
    font-weight: 300;
}

    .card-label.heavy {
        font-weight: bold;
    }

    .card-label.danger {
        color: red;
    }

    .card-label.caution {
        color: orange;
    }

    .card-label.good {
        color: green;
    }

    .card-label.inherit {
        font-size: inherit;
    }

    .card-label.xxs {
        font-size: 1rem;
    }

    .card-label.xs {
        font-size: 1.15rem;
    }

    .card-label.s {
        font-size: 1.25rem;
    }

    .card-label.m {
        font-size: 2rem;
    }

    .card-label.lg {
        font-size: 2.5rem;
    }

    .card-label.xlg {
        font-size: 3rem;
    }

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header::after {
    display: block;
    clear: both;
}

.card-footer {
    padding: 0;
    background-color: lightgray;
    border-top: 0 solid thin;
}

.card-header-tabs {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: 0;
    margin-left: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.card-img {
    width: 100%;
}

.card-img-top {
    width: 100%;
}

.card-img-bottom {
    width: 100%;
}

.card-deck {
    display: flex;
    /*flex-direction: column;*/
}

.card-outline {
    padding-left: 10px;
}

.card {
    /*position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;*/
    padding-left: 10px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 3px;
    box-shadow: rgba(69, 73, 90, 0.15) 0px 0px 1px 1px, rgba(69, 73, 90, 0.20) 0px 3px 6px 0px;
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-img-bottom,
.card-footer {
    border-bottom-right-radius: 0;
}

.card-img-bottom,
.card-footer {
    border-bottom-left-radius: 0;
}

.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.site-header {
}

.site-footer {
    margin: 5rem auto 0;
    padding-top: 1rem;
    text-align: center;
    font-size: 0.8rem;
}

    .site-footer a {
        font-weight: bold;
    }

.title-area .page-title {
    margin-top: 0;
}

.page-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0;
}

.title-section {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

/*quickSearch function*/
.ui-autocomplete {
}

    .ui-autocomplete li {
    }

        .ui-autocomplete li:hover {
            cursor: pointer;
        }

.category-label {
    font-size: 10pt;
    font-weight: 300;
}

.panel-border {
    border-style: solid;
    border-width: thin;
    border-color: darkgray;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}


.promotion-layout-card {
    width: 100px;
    height: 100px;
}

.campaign-border {
    border-style: solid;
    border-width: thin;
    border-color: green;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.campaign-particiapant-group {
    font-size: 14pt;
    font-weight: bold;
}


.button-label {
    font-size: 12pt;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.shadow-full {
    width: 95%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    margin-left: 10px;
}

.shadow {
    width: 80%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    margin-left: 10px;
}

.shadow-container {
    text-align: center;
    padding: 10px 20px;
}

.button-color {
    background-color: #2098D5;
    color: #ffffff;
}

.active-button-color {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.followup-header {
    padding-left: 10px;
    font-size: 10pt;
}

.followup-border {
    border-style: solid;
    border-width: thin;
    border-color: #3276B1;
    padding: 10px 1px 10px 1px;
    border-radius: 10px 10px 10px 10px;
}

.followup-button {
    width: 100px;
    height: 30px;
}

.appointment-button {
    width: 150px;
    height: 30px;
}

.appointment-highlight {
    font-size: 10pt;
    font-weight: bold;
}

input[type=checkbox].checkbox, input[type=radio].radiobox {
    visibility: visible;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}

.formfooterspecial {
    padding-top: 10px;
}

.section-followup-content {
}

.followup-list {
    font-size: 10pt;
    font-weight: 600;
}

.appointment-list {
    font-size: 10pt;
    font-weight: 600;
}

.schedule-list {
    font-size: 10pt;
    font-weight: 600;
}

.schedule-panel {
    margin-left: 20px;
    margin-right: 20px;
}

.label-inline {
    white-space: nowrap;
}

.custom-checkbox {
    height: 20px;
    width: 20px;
}

.custom-list {
    list-style-type: none;
    display: inline;
    width: 100%;
}

#contact-list-form {
    padding-left: 10px;
    width: 320px;
}

.section-content {
    padding-left: 10px;
}

.section-line {
    height: 10px;
}

.horzontal-line {
    padding-bottom: 10px;
    color: darkgray;
    height: 3px;
    border-style: solid;
    border-width: thin;
}

.query-header-left {
    text-align: center;
}

.query-header-center {
    text-align: center;
}

.query-header-right {
    text-align: center;
}

.contact-card .sixmofucontainer {
    align-items: baseline;
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
}

.contact-header-card {
    width: 100%;
    height: 150px;
    border-width: thin;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-width: thin;
    border-color: #cccccc;
    text-align: center;
}

.contact-header-row {
}

.contact-header-label-value {
    font-size: 14pt;
    font-weight: bold;
    color: #067606;
    padding-right: 10px;
}

.contact-header-row-highlight {
    background-color: #f5f7fa;
}

.contact-header-row-footer {
    height: 75px;
    text-align: center;
    padding-right: 40px;
}

.modal-title {
    font-size: 16pt;
    font-weight: bold;
}

.contact-header-label {
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
}

.panel {
    background-color: transparent;
}

.h4, h4 {
    font-size: 1.5rem;
}

#contact-header-name {
    font-size: 14pt;
    font-weight: bold;
}

#contact-header-type {
    font-size: 10pt;
    font-weight: bold;
}

.contact-email {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
    font-weight: bold;
}

.contact-phone {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
    font-weight: bold;
}

.width-broadcastlist {
    width: 250px;
}

.width-orderby {
    width: 150px;
}

.width-sortby {
    width: 150px;
}

.width-number{
    width: 50px;
}

.width-address {
    width: 300px;
}

.mobile-hide {
}

.mobile-padding-left {
}

.mobile-padding-right {

}

.contactListTitle {
    font-size: 16pt;
    font-weight: bold;
}

.button-container {
    text-align: right;
}

.line-description {
    padding-left:5px;
    font-size: 11pt;
    font-weight: 400;
}

.mobile-app-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobile-app-col {
    padding: 5px 5px 5px 5px;
    font-family: Arial;
    font-weight: 400;
    font-size: 10pt;
}

@media screen and (max-width: 480px) {
    body {
    }

    textarea {
        overflow: auto;
        max-width: 275px;
    }

    .mobile-hide {
        display: none;
    }

    .card-title {
        font-size: 12pt;
        font-weight: bold;
    }

    .mobile-padding-left {
        padding-left: 10px;
    }

    .mobile-padding-right {
        padding-right: 40px;
    }

    .smart-form .col {
        float: none;
        width: 90%;
    }

    .width-address {
        width: 200px;
    }

    .width-mergefield {
        width: 200px;
    }

    .button-container {
        text-align: right;
    }

    .shadow-full {
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 3px;
        margin-left: 3px;
    }

    .inline-group {
        display: inline-block;
        white-space: normal;
    }

    #contact-list-form {
        padding-left: 20px;
        width: 320px;
    }
}

#mainbody {
    padding: 10px 50px 10px 50px;
}

.widget-panel {
    padding-right: 50px;
}

.left-justify {
    text-align: left;
    padding-left: 20px;
}

.right-justify {
    text-align: right;
    padding-right: 20px;
    margin-top: -3px;
}

.fill-input {
    width: 95%;
}

.info-container {
    padding: 10px 10px 10px 10px;
}

.link-underline-none {
    text-decoration: none;
}

.link-underline-none-text {
    font-size: 18pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.file-input {
    font-size: 10pt !important;
    vertical-align: middle;
    height: 50px;
    border-radius: 20px 20px 20px 20px !important;
    border-style: ridge;
    border-width: thin;
}

label.uploadFile input[type="file"] {
    position: absolute;
    top: -1000px;
}

/***** Example custom styling *****/
.uploadFile {
    border-radius: 20px 20px 20px 20px !important;
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #FFFFFF;
    display: inline-block;
    width: 150px;
    text-align: center;
}

    .uploadFile:hover {
        background: #FFFFFF;
    }

    .uploadFile:active {
        background: #FFFFAA;
    }

    .uploadFile :invalid + span {
        color: #A44;
    }

    .uploadFile :valid + span {
        color: #004C82;
    }
