﻿@media screen and (max-height: 475px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 675px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

div.g-recaptcha {
    display: inline-block;
}

.custommodule {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 125px;
}

@media screen and (max-width: 575px) {
    .custommodule {
        padding-top: 50px;
    }
}

.input-cursor {
    cursor: pointer;
}

.fs-20 {
    font-size: 20px;
}

.breadcrumb-item {
    font-size: large;
}

.timestwo {
    transform: scale(2);
}

.checked {
    color: orange;
}

.form-control {
    height: auto !important;
    text-transform: none;
    max-width: 100%;
    font-size: medium;
    padding-left: 10px;
}

.delete-link:hover {
    color: firebrick;
}

hr.withline {
    border: 0;
    clear: both;
    display: block;
    width: 95%;
    background-color: darkgrey;
    height: 1px;
}

ul.withbullets {
    list-style-type: disc !important;
    padding-left: 1em;
}

body {
    color: dimgray;
    font-size: 14pt;
}

.module-page-title {
    padding: 100px 0 15px;
}

@media screen and (max-width: 992px) {
    .module-page-title {
        padding: 30px 0px;
    }
}

.ui-datepicker {
    z-index: 1000;
}

#maps {
    margin: 20px 0;
    padding: 0;
    height: 300px;
    float: left;
    width: 100%;
}