﻿

.maindiv {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

maindiv:hover .listimg {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.dropdownsize {
   padding:0 !important;
}

.zoom_img img {
    width: 100px;
    max-height: unset !important;
    padding: 0px !important;
    border-radius: 1px;
    -moz-transition: -moz-transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease-in;
    z-index: 9999;
    display: block;
}

    .zoom_img img:hover {
        -moz-transform: scale(3) !important;
        -webkit-transform: scale(3) !important;
        -o-transform: scale(3) !important;
        z-index: 9999 !important;
        cursor: none !important;
    }

#map {
    border: 4px solid rgba(255,255,255,.2);
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(255,255,255,.8), 0 0 3px rgba(0,0,0,.8), 1px 1px 0 rgba(0,0,0,.8) inset, -1px -1px 0 rgba(0,0,0,.8) inset;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.carddelete {
    top: 0;
    right: 0;
    position: absolute;
}

.customizedheader{
    float: left;
width: 100%;
display: inline-block;
    padding: 5px 20px !important;
    margin-bottom:15px;
}

.close.kv-error-close
{
    display:none !important;
}
dp-date-picker {
    height: 3.5rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-radius: 0.25rem;*/
    -webkit-transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
    -webkit-box-shadow: 0.15s ease-in-out;
    box-shadow: 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
    box-shadow: 0.15s ease-in-out;
}

.dp-picker-input {
    border: none;
    background: transparent;
    padding-bottom: .5rem;
}