    body {
        padding-top: 78px;
        color: #444444;
		display: block;
		background-image: url("/images/background-1.png");
		background-size: cover;
		background-repeat: no-repeat;
	}

    h3 {
        color:#444444;
    }

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    .list-group .active-c {
        font-weight: bold;
        background-color: #f8f9fa;
        color: #000000;
        border-color: #CCCCCC;
    }

    .nav-tabs a {
        color:          #000000 !important;
        font-size:      12pt;
        font-weight:    bold;
    }

    .list-group .active {
        font-weight: bold;
        background-color: #f8f9fa;
        color: #000000;
        border-color: #CCCCCC;
    }

    .border {
        border-color:      rgba(230, 230, 230, 1) !important;
    }

    .list-group {
        border-left-color:      #c0c3c4 !important;
        border-right-color:     #d1d4d5 !important;
        border-top-color:       #cdd0d1 !important;
        border-bottom-color:    #abaeae !important;
    }


    .rounded {
        border-radius: 0.15rem !important;
    }

    .shadow-sm{
        box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.6) !important;
		/* box-shadow: 0 6px 3px -6px #011632 !important; */
        /*box-shadow: 0px 1px 5px 1px rgba(171,174,174,.20);*/
    }


    .border-bottom {
        border-color: rgba(43,56,143,.20) !important
    }



    .rt-12{
        font-size: 12pt;
    }

    .img-link {
        max-height: 210px;
    }

    .text-hey {
        color: #0071bc !important;
    }

    .text-checkit {
        color: #0071bc !important;
        font-weight: bold;
        text-decoration: underline;
    }

    .fa-checkit {
        color: #0071bc !important;
    }

    .text-nothanks {
        color: #444444;
    }

    .invalid-field {
        border: 1px solid red;
    }

    .invalid-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: red;
        opacity: 1; /* Firefox */
    }

    .invalid-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: red;
    }

    .invalid-field::-ms-input-placeholder { /* Microsoft Edge */
        color: red;
    }

    .invalid-label {
        color: red;
    }

    .checkout-error {
        position:   fixed;
        bottom:     0px;
        z-index: 1030;!important;
        display: none;

    }

    .checkout-error-text {
        font-size: 12px;
    }

    .ssig{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .lead-card .row:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .lead-history {
         max-height:160px;
         overflow-y: scroll;
    }

    .lead-prefix {
        padding:0;
        font-size: 1vw;
    }

    .call-history {
        max-height: 100px;
        overflow-y: scroll;
    }

    smaller {
        font-size: 8pt;
    }

    .builder-card-footer {
        background-color: #7ac943;
        color: #ffffff;
        font-size: 14pt;

    }

    .builder-card-footer:hover {
        background-color: #0071bc;
    }


    .registers .nav-link:hover {
        background-color: #7ac943;
        color: #ffffff !important;
        border-color: #cccccc;
    }

    .registers th {
        border-top: 0px !important;
        background-image: linear-gradient(#1f97e6, #0071bc, #015f9e);

        color: #ffffff;
    }

    .registers .nav-link {
       border: 1px solid #cccccc;
    }

    .registers .nav-link.active {
       background-color: #1f97e6;
       border-bottom: 0px;
       color: #ffffff !important;
    }

    .registers .card-header {
       border-bottom: 0px;
    }

    /*
        green:  #7ac943;
        blue:   #0071bc;
     */

    /*.btn-info{
        background-color: #2b388f !important;
        border-color: rgba(0,0,0,.80) !important;
    }
    */
    /*  sm 576px;
        md 768px;
        lg 992px;
        xl 1200px;
     */

    @media screen and (max-width: 768px) {

    }

    @media screen and (max-width: 800px) {
        h3 {
            font-size: 5vw;
            font-weight: bold;
        }

        .rt {
            font-size: 4vw;
        }

        .rtf {
            font-size: 3.5vw;
        }

        body {
            padding-top: 140px;
        }

        .jcsnav-item {
            padding-left:   12.5px;
            padding-right:  12.5px;
        }


    }

    @media screen and (max-width: 1200px) {

    }

	.home-stat-top .stat {
		min-height: 110px;
		background-color: #000000;
		background-image: linear-gradient(#4c4c4c, #2e2e2e, #050505);
		border: 3px solid #ff0000 !important;
		text-transform: uppercase;
	}

	.home-stat-top .stat-title {
		color: #ff0000;
		font-weight: bold;

	}

	.section-header {
		font-size: 1.3rem;
		font-weight: bold;
		color: #ff0000;
	}

	.total-earnings {
		font-size: 1.5rem;
		font-weight: bold;
		color: #ffffff;
	}