﻿/*---------------------------------------Generic Styles---------------------------------------*/
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: rgb(248, 245, 246);
    background-image: url('../Images/Background.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    margin: 0 auto;
    padding: 0;
}

body .card {
    border: 2px solid grey;
    border-radius: 10px;
}

.videos {
    font-size:18px;
    margin-left: -50px;
}
.videos a {
    display: inline-block;
    list-style-type: circle;
}
    .videos a img {
        width: 50px;
    }

/*------------------------------------BurnPermitForm Styles------------------------------------*/
#BurnSearchContainer {
    height: 400px;
    width: 100%;
    border: 2px solid grey;
    background: white;
    overflow-x: hidden;
    overflow-y: scroll;
}

#burnPermitMap {
    padding: 0;
    margin: 0;
    height: 400px;
    width: 100%;
    border: 2px solid grey;
}

#comments {
    resize: vertical;
}

.modalLabel {
    font-weight: bold;
    margin-bottom: 0px;
}

.modal-body .col-sm-6 {
    padding: 0 3px;
}

#modalBurnMap {
    height: 300px;
    width: 70%;
    margin: 0 auto;
}
.modal-header h2 {
    width: 100%;
}

.modal-content {
    padding: 10px 5px 0 10px;
}

#modalAddress2 {
    margin-top: -17px;
    margin-bottom: 0px;
}

.checkbox {
    text-align: center;
}

    .checkbox p {
        color: red;
        font-size: 26px;
        display: inline;
        position: relative;
        top: -4px;
    }

.modal-body h4 {
    border-bottom: 1px solid #e9ecef;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 13px;
    text-align: left !important;
    padding-left: 5px;
}

#TACcheckbox {
    width: 25px;
    height: 25px;
}

@media (max-width: 768px) {
    .modalLabel {
        text-align: left;
    }

    #modalBurnMap {
        height: 200px;
        width: 90%;
    }
}
/*----------------------------------End BurnPermitForm Styles----------------------------------*/

















