html, body {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body {
    font-family: Arial;
    font-size: 12pt;
}


.shadowed {
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.5));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='2'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
}

.shadowed-selectable {
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.5));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='2'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
}

.shadowed-selectable:hover {
    -webkit-filter: drop-shadow(5px 5px 2px rgba(196,196,0,1));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='2'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(196,196,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}

.tool {
    width: 40px;
    float: left;
    padding-right: 16px;
    cursor: hand;
}

.tool:hover {
    cursor: pointer;
}


.tool img {
    position: absolute;
    width: 40px;
}

.tool .selected {
    width: 50px;
    margin: -6px;
    opacity: 0.8;
}


.floatPanel {
    position: absolute;
    width: 330px;
    height: 400px;
    background: darkgray;
    border: 4px solid #606060;
    border-radius: 8px;
    padding: 5px;
    padding-top: 32px;
    opacity: 0.90;
    z-index: 100;
}

.floatPanel .content {
    width: 100%;
    height: 100%;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.floatPanel > .header {
    position: absolute;
    top: 4px;
    width: 100%;
    cursor: move;
}

.floatPanel .icon {
    position: absolute;
    top: -26px;
    left: 0px;
}
.floatPanel .icon img {
    width: 40px;
}


.floatPanel > .header .title {
    color: white;
    font-family: Arial;
    font-weight: bold;
    padding-left: 40px;
    float: left;
    z-index: 1;

}

.floatPanel .header .close {
    float: right;
    margin-right: 20px;
    background: url("../images/dismiss.png") no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#map {
    width: 100%;
    height: 100%;
}

#toolPanel {
    position: absolute;
    top: 40px;
    left: 20px;
    opacity: 0.9;
    z-index: 19;
}

#toolPanel .background {
    position: absolute;
    width: 330px;
    height: 40px;
    background: darkgray;
    border: 4px solid #606060;
    border-radius: 8px;
    z-index: -99;
}

#title {
    padding-top: 10px;
    padding-left: 50px;
    color: white;
    font-family: Arial;
    font-weight: bold;
}

#logo {
    position: absolute;
    top: -40px;
}

#logo img {
    width: 48px;
    color: #000000;
}

#splash {
    width: 600px;
    height: 400px;
}

#splash .logo {
    float: left;
}

#splash .logo img {
    width: 48px;
    padding: 10px;
}

#splash .title {
    text-align: center;
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: bold;
}

#splash .title, #splash .software {
    margin-top: 20px;
    text-align: center;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 18pt;
    font-weight: bold;
}

#splash .software {
    font-size: 14pt;
}

#splash .links {
    position: absolute;
    clear: both;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 6px;
}

#splash .links .left, #splash .links .center, #splash .links .right{
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 8pt;
}

#dialog-export .field {
    clear: both;
    padding-top: 6px;
}

#dialog-export .field label {
    width: 80px;
    float: left;
}


#giobo {
    font-size: 9pt;
}


#toolPanel .background, .floatPanel {
    box-shadow: 5px 5px 10px 0px #000000;
}

#documents {
    height: 100%;
}

#documents-top-panel {
    border-bottom: 1px solid grey;
    background-color: lightgray;
    height: 48px;
}

#btnDocumentDownload img {
    height: 36px;
    padding: 6px;
}

#documents-left-panel {
    height: 100%;
    width: 200px;
}

#documents-find {
    position: absolute;
    overflow: hidden;
}

#documents-find-panel {
    clear: both;
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border:1px solid gray;
}

#documents-find-panel-buttons {
    float: right;
    width: 85px;
    height: 30px;
    text-align: right;
}

#documents-find-panel-buttons button {
    width: 40px;
    height: 100%;
}

#documents-find-panel-text {
    margin-right: 90px;
}

#documents-find-panel-text input {
    width: 100%;
    height: 23px;
}

#documents-find-result {
    position:absolute;
    top: 32px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y:auto;
}

#browser .file, #browser .folder {
    white-space: nowrap;
    font-size: 10pt;
}

#browser .file a {
    text-decoration: none;
    color: #000000;
}

#documents-find-result  a {
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
    font-size: 10pt;
}

#panel-find {
    height: 230px;
    top: 150px;
    left: 100px;
    display: none;
}

#panel-find .search-field {
    padding: 10px;
}
#panel-find .search-field label{
    display: inline-block;
    width: 100px;
}

#panel-find .search-field input, #panel-find .search-field select{
    width: 160px;
}


#panel-find .search-options {
    padding: 10px;
    text-align: center;
}

#panel-find .search-buttons {
    padding-top: 20px;
    text-align: center;
    bottom : 20px;
}

.popup-content .caption {
    font-size: 8pt;
    padding: 4px;
}

.popup-content > .layers {
    position: absolute;
    overflow: auto;
    top:0px;
    bottom: 24px;
    left: 0px;
    right: 0px;
}

.popup-content > .layers table {
    width: 100%;
}

.popup-content > .layers table .symbol{
    width: 50px;
}


.popup-content > .documents {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}


.kelydra-map-toolBar {
    position: absolute;
    top: 120px;
    left: 20px;
}

.kelydra-map-tool {
    float: none;
    border: 1px solid #808080;
    border-radius: 3px;
    background: #f0f0f0;
    box-shadow: 2px 2px 2px 0px #808080;
}








