﻿form {
    background-color: #F4F4F5;
}
label {
    margin-left: 6px;
}
.card-header {
    background-color: #FFFFFF;
    border-color: #F4F4F5;
    position: relative;
}
.card-header h2 {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: solid 1px #828282;
    }
.card-footer {
    background-color:inherit;
}
/*.card {
    border: solid;
    border-color: green;
    border-width: 1px;
    border-radius: 10px !important;
    padding: 5px;
    margin-bottom: 5px;
}
.card {
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 35px !important;
    padding-top: 10px;
    padding-bottom: 35px;
}
.card-header {
    font-weight: 700;
}

.card label {
    margin-left: 12px !important;
}*/

.chosen-container {
    font-size: 16px !important;
    margin-left: 2px;
    margin-right:2px;
    width:98% !important;
    
}
.chosen-single {
    border-radius: 5px !important;
    height: 36px !important;
    padding: 4px 4px 0 8px !important;
}

.aria-autocomplete__input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.aria-autocomplete__option {
    list-style: none;
    margin-left: -28px;
}
.aria-autocomplete__option:hover {
    font-size: larger;
    font-weight: 600;
    cursor: grab;
}
.home {
    /*background-image: url("../images/BG.png");*/
    min-height: 600px;
}

.home_title {
    font-size: 54px;
    /*font-weight: 900;*/
    margin-top:-7px;
}

.home_subtitle {
    font-size: 16px;
    /*font-weight: normal;*/
    margin-top:-16px;
    color:gray !important ;
}

.home_title, .home_subtitle {
    /*background-color: #16281A;*/
    color: black;
}

.bg_16281A {
    background-color: #16281A;
}

.white {
    color: white;
}
.home_contact {
    font-size: .8em;
}

.home_contact a {
    color: white;
}

.GreenGreen {
    background-color: #166e2d;
    color: lightgreen;
}

    .GreenGreen a {
        color: lightgreen;
    }

.home_Blog, .home_Blog a {
    background-color: white;
    color: black;
    font-size: 0.95em;
    overflow-y: scroll;
}

.pad5 {
    padding: 5px;
}

.home_blog_title, .home_blog_title a {
    font-weight: 700;
}

.home_blog_Description, .home_blog_Description a {
    font-size: 80%;
    margin-bottom: 5px;
}

.blog_panel {
    border-radius: 5px;
}
.ui-widget-content a {
    color: #166E2D !important;
    font-weight:bold;
}
    .pad_left5 {
    padding-left: 5px;
}

.whatTitle {
    margin: 0px;
}

.whatText, .whatText a {
    color: slategrey;
    margin-bottom: 10px;
}
.footer {
    font-size: 0.7em;
    padding-left:10px;
}
.ShortDisclaimer {
    font-size: 0.6em;
    background-color: black;
    color: white;
    /*padding: 4px;*/
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    border-radius:5px;
}

.BtnTick {
    width: 56px;
}

.BtnTickImg {
    height: 27px;
}

.BtnClear {
    width: 42px;
    margin-left: -40px;
    z-index: 100;
}

.BtnClearImg {
    height: 12px;
    margin-top: -24px;
    margin-right: -10px;
}
.BtnDelResult {
    height: 21px;
    border-radius: 5px !important;
    background-color: lightgrey;
    padding: 3px 7px 0px 9px;
    font-size: 0.75em;
    /*line-height: 1.0px;*/
    border: solid 1px !important ;
}

.BtnDelResultCross {
    height: 8px;
    z-index: 10;
    margin-left: -14px;
    margin-top: -7px;
}
.column {
    margin: 0 auto;
}

/*  Print Section */
@media screen {
    .onlyPrint {
        display: none !important;
    }
}
/*@media only screen and (min-width: 576px) {
    .chosen-container {
        width: 270px !important;
    }
}

@media only screen and (min-width: 768px) {
    .chosen-container {
        width: 270px !important;
    }
}
@media only screen and (min-width: 768px) {
    .chosen-container {
        width: 270px !important;
    }
}*/