/*
 * Created by PWS Online Kft.
 *
 * @author    Viktor Vizmeg <info@pws-online.com>
 * @copyright 2015 PWS Online Kft.
 * @license   Copyright 2015 PWS Online Kft.
 * @date      26.05.15
 * @time      12:00
 */

.glsSelectorContainer {
    margin-bottom: 12px;
}

.glsMapContainer {
    /*width: 600px;*/
    height: 400px;
    margin-top: 12px;
}

.glsSuccessResponse {
    margin-top: 12px;
}


/* GLS */
#psitems-canvas {
    overflow: auto;
    height: 100%;
    width: 100%;
}
#left-canvas {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 30%;
    height: 100%;
}
#right-canvas {
    float: right;
    width: 70%;
    height: 100%;
}
#map-canvas {
    width: 100%;
    height: 400px;
    /*height: 100%;*/
}
#searchinput {
    background-color: whitesmoke;
    margin-left: 5px;
    width: 90%;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    padding: 5px 5px 5px 5px;
}
#searchinput.default {
    color: grey;
    font-style: italic
}
.psOver {
    background-color: infobackground;
}
.psSelected {
    font-weight: bold;
}