/* 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', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px 'Roboto', sans-serif;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

#pac-container {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

#pac-input-wrapper {
    position:absolute;
    font-family: 'Roboto', sans-serif;
    top: 5px;
    left: 5px;
    z-index: 1;
}

#pac-input {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 7px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    margin-top: 10px;
    padding-top:8px;
    padding-bottom:8px;
}

#pac-input:focus {
    font-family: 'Roboto', sans-serif;
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}



.gm-style .gm-style-iw {
    /*background-color: #5c5f62;*/
    background-color: rgba(92, 95, 98, 0.95);
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    margin-top: 220px;
    margin-left: 120px;
}

.gm-style .gm-style-iw-t::after {
    display: none;
}

.gm-style-iw-tc {
    display: none;
}

.gm-style-iw-d {
    overflow: auto!important;
}


/*::-webkit-scrollbar {*/
/*    width: 5px;*/
/*}*/

.pin-info-block {
    width: 260px;
    height: 360px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.pin-info-block .pin-info-header {
    width: 100%;
    /*min-height: 40px;*/
    padding: 0;
    margin: 0;
    background-color: #c40009;
    /*position: fixed;*/
}

.pin-info-block .pin-info-header .pin-info-header-content {
    font-size: 18px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.pin-info-block .pin-info-content {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 20px;
    overflow: auto;
}

.pin-info-block .pin-info-content .pin-info-content-block {
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}

.pin-info-block .pin-info-content .pin-info-content-block .pin-info-content-item {
    padding-top: 3px;
}

.pin-info-block .pin-info-content .pin-info-content-block .pin-info-content-item .pin-info-content-item-link {
    color: #ffffff;
}

.pin-info-block .pin-info-content .pin-info-content-block .pin-info-delimiter {
    color: #ffffff;
    margin-top: 14px;
}

.collapsible {
    /*background-color: #5c5f62;*/
    background-color: rgba(92, 95, 98, 0);
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#backbtn {
    background-color: #b0b0b4;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    display: none;
}

#backbtn .pin-info-content-item {
    padding-right: 10px;
}

/*acceccisng to cross map element*/
.gm-ui-hover-effect span {
    width: 22px!important;
    height: 22px!important;
    margin-top: -8px!important;
    margin-right:0!important;
    margin-bottom:0!important;
}

.gm-style-iw-chr {
    height: 0;
}

.gm-style-iw-chr button span {
    margin-left: 18px!important;
}


/*map control elements*/
.gm-style .controls {
    font-size: 28px;
    /* this adjusts the size of all the controls */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 300;
    height: 1em;
    margin: 6px;
    text-align: center;
    user-select: none;
    padding: 2px 0;
    width: 1em;
}

.gm-style .controls button {
    border: 0;
    background-color: white;
    color: rgba(0, 0, 0, 0.6);
}

.gm-style .controls button:hover {
    color: rgba(0, 0, 0, 0.9);
}

.gm-style .controls.zoom-control {
    display: flex;
    flex-direction: column;
    height: auto;
    left: 0px;
    bottom: 20px!important;
}

.gm-style .controls.zoom-control button {
    font: 0.85em 'Roboto', sans-serif;
    margin: 1px;
    padding: 0;
}

.gm-style .controls.zoom-control button:hover {
    color: #e2001a;
    cursor: pointer;
}

.gm-style .controls.maptype-control {
    display: flex;
    flex-direction: row;
    width: auto;
}

.maptype-control-map {
    display: none;
}

.maptype-control-map {
    background: url("/storage/images/map4.png");
    width: 28px;
    background-size: 26px;
    cursor: pointer;
}

.maptype-control-map:hover {
    display: block;
    background: url("/storage/images/map2.png");
    width: 28px;
    background-size: 26px;
    cursor: pointer;
}

.maptype-control-satellite {
    display: block;
    background: url("/storage/images/map1.png");
    width: 28px;
    background-size: 26px;
    cursor: pointer;
}

.maptype-control-satellite:hover {
    display: block;
    background: url("/storage/images/map3.png");
    width: 28px;
    background-size: 26px;
    cursor: pointer;
}

.gm-style .controls.maptype-control button {
    /*display: inline-block;*/
    font-size: 0.5em;
    /*margin: 0 1px;*/
    /*padding: 0 6px;*/
}

.gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
    font-weight: 700;
}

.gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
    font-weight: 700;
}

.maptype-control {
    top: unset!important;
    bottom: 91px !important;
}

.map-satellite {
    width: 20px;
    cursor: pointer;
}


.gm-ui-hover-effect {
    opacity: 0.9;
}

.gm-ui-hover-effect>span {
    background-color: #fff;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ebebec;
}

::-webkit-scrollbar-thumb {
    background: #c4c4c6;
}

::-webkit-scrollbar-thumb:hover {
    background: #b8b8b9;
    cursor: pointer;
}

.firm-line-button {
    margin-bottom: 0;
    margin-top: 15px;
}

.arrow-down-wrapper {
    margin: 0 auto;
}

.arrow-down-wrapper .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 7px solid #c40009;
}

.cluster div {
    margin-top: 6px;
    margin-left: 6px;
}

.cluster div span {
    color: #fff;
    font-size: 14px;
}

.select2-results .select2-results__options  {
    font-family: 'Roboto', sans-serif;
}

.select2-results .select2-results__options .select2-results__option--selected {
    background-color: rgba(196, 0, 8, 0.37);
}

.select2-results .select2-results__options .select2-results__option--highlighted {
    background-color: #c40008!important;
    font-family: 'Roboto', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{

    color: #fff !important;
}

.select2-container--default .select2-selection--single{

    background-color: #c40009 !important;
    border: 1px solid #c40009 !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-top-color: rgb(255 255 255) !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    color: #fff !important;
}
