/* Bootstrap 4 text input with search icon */


/* Public Problem Reporting Form Styles */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.prform-label_one {
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 102, 204);
}

.prform-text {
    font-size: 16px;
    font-weight: bold;
    color: rgb(33, 37, 41);
}

label.prform-text {
    margin-bottom: 32px;
    /* width: 162px; */
    vertical-align: top;
}

label.prform-text-checkbox {
    margin-bottom: 18px;
    /* width: 184px; */
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    color: rgb(33, 37, 41);
}

.prform-text-checkbox span {
    font-size: 12px;
    font-weight: bold;
    color: rgb(33, 37, 41);
}


/* Google Map */

.map-responsive {
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    height: 100%;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.map-border {
    border: #C9C2BF 1px solid;
}

.card-title-blue {
    font-size: 20px;
    font-weight: bold;
    color: #0033CC;
}

.btn-size {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 130px;
    height: 45px;
}

.required .control-label::before {
    font-size: 14px;
    content: "*";
    color: red;
    padding-right: 2px;
}

.mr-100 {
    width: 203px;
}

.pr-100 {
    width: 203px;
}


/* @ Media Quries */


/* Extra small devices (<768px): width: auto (or no width)
Small Devices (≥768px): width: 750px
Medium Devices (≥992px): width: 970px
Larger Devices (≥1200px): width: 1170px */


/* Extra Small Devices (e.g. cell phones) are the default, creating the “mobile first” concept in Bootstrap. This covers devices smaller than 768px wide. */

@media (max-width: 767px) {
    .prform-label_one {
        font-size: 14px;
        font-weight: bold;
        color: rgb(0, 102, 204);
    }
    .prform-text {
        font-size: 14px;
        font-weight: bold;
        color: rgb(33, 37, 41);
    }
    /* .map-responsive {
        overflow: hidden;
        padding-bottom: 52%;
        width: auto;
        height: 0;
    } */
}


/* “Small Devices” (e.g. tablets) are targeted with  */

@media (min-width: 768px) and (max-width: 991px) {}


/* Medium Sized Devices (e.g. Desktops) have a screen size smaller than 1200px and greater than 991px, using  */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Larger Devices (e.g. wide-screen monitors) are greater than 1200px, targeted using  */

@media (min-width: 1200px) {
    /* .map-responsive {
        overflow: hidden;
        padding-bottom: 43%;
        height: 0; */
}

a:hover {
    font-weight: normal!important;
}

.close {
    color:#ffffff !important;
}

.k-loading-image {
    
    background-image: url('../Images/animation_processing-Blue.gif');
    background-position: center center;
}

.k-loading-image {
    background-position: center center;
}

.k-loading-mask, .k-loading-image, .k-loading-text{
    position: absolute;
}