﻿* {
    box-sizing: border-box;
}

body {
    font-family: Verdana;
    color: #3b3838;
}

.subTitle {
    font-family: Arial;
    font-size: 18px;
    color: #a62440;
    font-weight: bold;
    /* position: relative;
        top: 20px;
        left: 10px;*/
}
input{
    /*height:35px;*/
    font-size:16px;
}

.radiobtn {
    position: relative;
    top: 10px;
}
.subContent {
    font-family: Arial;
    font-size: 14px;
    color: #46567a;
    padding: 8px;
}

.subContent p {
    margin-top:6px;
}

.subHeader {
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    color: #d40754;
}

.main {
    /*  float: left;*/
    width: 100%;
    /*padding: 0 20px;*/
}

.logosize {
    width: 168px;
}

.chgWidth {
    width: 350px;
}

#logo {
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-indent: -9999px;
}

.footer {
    text-align: center;
    color: #aaaaaa;
    font-size: 12px;
    background-color: #104b7d;
    margin-top: 7px;
    /*    width: 1024px;
    margin: 0 auto;*/
    padding: 10px 0;
}

.wrapper {
    width: 1024px;
    margin: 0 auto;
/*    padding: 0 10px;*/
}

.hrline1 {
    color: #aab5c7
}

.tableReserv {
    width: 98%;
    margin: 0px auto;
    font-family: Arial;
    /*	border: 1px solid white;*/
    background-color: #eef2f9;
    color: #233151;
}
.ddlist {
    height: 35px;
    font-size: 16px;
    width:70px;
}

.ddlistwider {
    height: 35px;
    font-size: 16px;
    width: 110px;
}

.secTitle {
    font-family: Verdana;
    height: 28px;
    line-height: 28px;
    background-color: #6e94b8;
    color: White;
    font-size: 12px;
    padding-left: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: rgba(0,0,0,.3) 0px 1px 1px;
    /*    zoom: 1;*/
}

.policy {
    font-family: Verdana;
    /*    height: 28px;*/
    line-height: 28px;
    background-color: #6e94b8;
    color: #d40754;
    font-size: 14px;
    padding-left: 8px;
    font-weight: bold;
}

.formbox {
    background-color: #eef2f9;
    /*border-bottom: 3px solid white;*/
    width: 100%;
    padding: 5px 0px 10px;
}

.formboxsubmit {
    background-color: #eef2f9;
    /*border-bottom: 3px solid white;*/
    width: 100%;
    padding: 5px 0px 10px;
}

.tdTitle {
    width: 320px;
    text-align: right;
    padding-right: 3px;
    font-size: 14px;
    vertical-align: top;
    /*	border-bottom: solid 2px white;*/
    float: left;
}

.tdField {
    text-align: left;
    width: 70%;
    font-family: Arial;
    font-size: 14px;
    color: #233151;
    vertical-align: top;
    /*	border-bottom: solid 2px white;*/
    margin: 0 auto;
}
.tdFieldtxt {
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    color: #233151;
}

.requred {
    color: Red;
    font-size: 12px;
}

#dropoffSec {
    width: 300px;
    float: left;
    font-size: 14px;
}

#pickupSec {
    width: 300px;
    float: left;
    font-size: 14px;
}
/* Rate */

#vaccinSec {
    width: 500px;
}

    #vaccinSec table {
        width: 100%;
    }

#dogVaccinSec {
    width: 50%;
    float: left;
}

#catVaccinSec {
    width: 50%;
    float: left;
}
.morepet {
    font-size: 10px;
}
.areabox {
    width: 370px;
}

.areabox2 {
    width: 700px;
}

/* *************** Popup Policies Window ****************** */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 68vw;
    height: auto;
    max-height: 600px;
    position: relative;
    transition: all 5s ease-in-out;
    overflow:auto;
}

    .popup h2 {
        margin: 0 auto;
        color: #104b7d;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

.content ol li {
    padding-bottom: 10px;
}

@media screen and (max-width: 700px) {
    .box {
        width: 88%;
    }

    .popup {
        width: 88%;
    }
}


/* **********************************  MOBILE *******************************/
@media only screen and (max-width: 620px) {
    /* For mobile phones: */
    .menu, .main, .right {
        width: 100vw;
    }
    .wrapper, .footer {
        width: 100vw;
        margin: 0 auto;
    }
    #tableReserv {
        width: 98%;
    }
    .secTitle {
        font-size: 16px;
        padding-left: 5px;
    }

    td, .tdTitle, .tdField {
        font-size: 16px;
    }

    .tdTitle {
        width: 350px;
        text-align: left;
        padding-left: 10px;
        float: none;
    }

    .tdField {
        text-align: left;
        margin: 5px auto 13px 13px;
        width: 90%;
    }
    .btn {
        padding-left: 0px;
        background-color: Transparent;
        text-align: right;
    }
    .requred {
        font-size: 15px;
    }

    #dropoffSec {
        width: auto;
        float: none;
        font-size: 15px;
        padding-bottom: 5px;
    }

    #pickupSec {
        width: auto;
        float: none;
        font-size: 15px;
        padding-bottom: 5px;
    }

    .chgWidth {
        width: 288px;
    }

    .tdFieldtxt {
        font-size: 15px;
    }

    .chgSize {
        font-size: 15px;
    }

    #contentContainer {
        width: 99%;
    }

    .areabox, .areabox2 {
        width: 100%;
    }

    .btn {
        padding-left: 0px;
        background-color: Transparent;
        text-align: right;
    }

    #bottomCtn {
        width: 100vw;
    }

    #bottomRgt, #bottomLft {
        width: 0;
    }

    .taller {
        height: max-content;
    }

    .morepet {
        line-height: 14px;
    }
    .logosize {
        width: 158px;
    }

    .wrapper, .footer {
        width: 100vw;
        margin: 0 auto;
    }

    .subContent, .subHeader {
        font-size: 16px;
    }
    .subTitle {
        padding-left: 8px;
    }

    .formbox{
        display:block;
        background-color: azure;
        border-bottom: 5px solid white;
    }

    .formboxsubmit {
        background-color: white;
        /*border-bottom: 3px solid white;*/
        width: 100%;
        padding: 5px 0px 10px;
    }
    
}

@media only screen and (max-width: 500px) {
    /* For mobile phones: */
    
}
