﻿body {
    font-family: Calibri, Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#content { height: 100%; }

#devToolsGroupControl {
    display: inline-block;
    border: 1px solid red;
}

.groupControl button { width: 30px; }

#network-content {
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#map, #network {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    bottom: 0;
    display: block;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

#network {
    -ms-opacity: 0.9;
    opacity: 0.9;
}

#siteInfoScrollContainer {
    bottom: 30px;
    display: none;
    height: 286px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 30px;
    width: 602px;
}

#siteInfoControlsContainer {
    -ms-opacity: 0.7;
    background-color: #ffffff;
    display: none;
    height: 270px;
    margin-left: 30px;
    opacity: 0.7;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-top: 8px;
    right: 0;
    width: 572px;
    z-index: 1001;
}

#siteInfoDataContainer {
    -ms-opacity: 0.8;
    bottom: 13px;
    height: 270px;
    left: calc(100% - 352px);
    opacity: 0.8;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    width: 314px;
    z-index: 1002;
}

.ui-resizable-handle {
    -moz-background-position-x: 3px;
    -moz-background-position-y: 35px;
    -ms-opacity: 1;
    -ms-opacity: 0.8;
    -o-background-position-x: 3px;
    -o-background-position-y: 35px;
    background-color: #EEEEEE;
    background-image: url('../Images/arrow-left.png');
    background-position-x: 3px;
    background-position-y: 35px;
    background-repeat: no-repeat;
    bottom: 0;
    opacity: 1;
    opacity: 0.8;
    position: absolute;
}

.ui-resizable-handle:hover { background-color: #e0e0e0; }

.k-input[type="password"] {
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    font-size: 100%;
}