﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 170px; /*156*/
    padding-bottom: 50px;
    font-family: 'Times New Roman', Times, serif;
    background-image: url('../Images/BackgrndImg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.body-Style {
    background: white;
    max-width: 1000px;
    border: solid;
    border-color: #323231;
    border-width: 1px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 10px 10px 10px;
}

.grecaptcha-badge {
    bottom: 65px !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    margin-top:156px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select /*, textarea*/ {
    max-width: 280px;
}

.testborder {
    border: 1px solid red;
}

.fontSize_Hdr {
    font-size: 20px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.leftPad10 {
    padding-left: 10px;
}

.bottomPad10 {
    padding-bottom: 10px;
}

.imgWidthIcons {
    width: 150px;
}

.underline {
    text-decoration: underline;
}

/* change the background color */
.navbar-custom {
    background-color: #383838;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #ffffff;
        color: rgba(255,255,255,.8);
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #ffffff;
        color: rgba(255,255,255,.8);
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:focus .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }

    /* change the hamburger*/
    .navbar-custom .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.active {
    box-shadow: 0 0 10px #ccd;
    border-radius: 5px;
}

.rowSpaceSm {
    height: 10px;
}

.rowSpaceMd {
    height: 20px;
}

.RedFont {
    color: red;
}

#PageHeader {
    /*background-image: url('../Images/SDTourism.png');*/
    /*background-color: #0c11bc;*/
    background-color: #383838; 
    min-height: 100px;
    /*background-color: #0b486b;*/
    text-align: center;
    color: white;
    background-size: cover;
}


#PageHeader img {
    /*padding: 10px 20px 0 0;*/
    /*float: right;*/
}

#PageHeader2 img {
    /*padding: 10px 0 0 20px;*/
    /*float: left;*/
}

.imgLeft {
    padding: 10px 0px 0px 20px;
    /*float: left;*/
}

.imgRight {
    padding: 10px 20px 0px 0px;
}

#TitleHead {
    padding-top: 30px;
    font-size: 38px;
    /*font-family: Gabriola;*/
}

#TitleHead2 {
    padding-top: 30px;
    font-size: 38px;
    /*font-family: Gabriola;*/
}

.curPointr {
    cursor: pointer;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hidden {
    display: none;
}

.paddingTop {
    padding-top: 5px;
}

.lnkButton {
    text-decoration: none;
}

.InnerFormSection {
    background: white;
    /*width:450px;*/
    /*width: 100%;
    margin: 0 auto; 
    padding:30px;*/
    border-radius: 5px;
    border: 1px solid lightslategray;
}

.InnerFormSectionHd {
    background: white;
    /*width:450px;*/
    /*width: 100%;
    margin: 0 auto; 
    padding:30px;
    border-radius: 5px;*/
    border-top: 1px solid lightslategray;
    padding-bottom: 5px;
}

.selectedSection {
    background-color: #EEEEEE; /*#E6E6E6;*/
    border-bottom: 1px solid #CDCDCD;
}

.selectedSectionHdr {
    background-color: #CDCDCD; /*#E6E6E6;*/
}

.InnerFormSectionDiv {
    background: white;
    /*width:450px;*/
    /*width: 100%;
    margin: 0 auto; 
    padding:30px;
    border-radius: 5px;*/
    border-top: 1px solid gainsboro;
    margin: 7px 0 5px 0;
}

.form-controlMod {
    /*display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;*/
    display: inline-block;
    height: 45px;
    vertical-align: middle;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    box-shadow: none;
    transition: box-shadow 0.15s ease-in-out;
}

.form-controlBox {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    box-shadow: none;
    transition: box-shadow 0.15s ease-in-out;
}

.form-controlModW {
    width: 50%;
}

.input-text-top {
    text-align: left;
    font-size: 10px;
    display: none;
}

.input-text-container {
    height: 14px;
    padding-left: 5px;
}

.sectionHeader {
    font-weight: bold;
    font-size: 20px
}

.sectionHeader2 {
    font-size: 20px
}

.sectionHeader3 {
    font-size: 16px
}

.fullWidth {
    width: 100%
}

.Width90 {
    width: 90%;
}

.Width80 {
    width: 80%;
}

.ElementBorder {
    border: 0;
    outline: 0;
    padding-left: 5px;
    color: #495057;
    background-color: #fff;
    vertical-align: middle;
}

.linkbtnStyle, a.linkbtnStyle:link, a.linkbtnStyle:visited, a.linkbtnStyle:active, a.linkbtnStyle:hover, a.linkbtnStyle:disabled {
    color: #383838 !important;
    text-decoration: underline;
    background-color: transparent !important;
    cursor: pointer;
}

.ftrbtns {
    padding: 10px 0 10px 0;
    text-align: center;
}

footer A:link, footer A:visited, footer A:active, .ftr {
    /*font-family: verdana;*/
    font-size: 12px;
    color: #D8DBE2;
    text-decoration: none;
}


/* Responsive: Portrait tablets and up 768*/
@media screen and (max-width: 1000px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    #TitleHead {
        font-size: 14px;
    }

    .fixed-bottom {
        position: relative;
    }

    .bottomMar20Sm {
        margin-bottom: 20px;
    }

    .Width80 {
        width: 90%;
    }
}

/* Responsive: Portrait tablets and up 975 */
@media screen and (max-width: 975px) {

    .fixed-bottom {
        position: relative !important;
    }
}

@media screen and (max-width: 500px) {


    img {
        width: 100%;
    }
}
