html,body,.container
{
    height:100%;
}

html,body {
    min-width: 1024px;
    min-height: 780px;
}

.disable-text-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alertsContainer{
    position: absolute;
    width: 30%;
    z-index: 10000;
    margin-left: 35%;
}

.alert-show {
    width: 100%;
    right: 0px;
    margin: auto !important;
}

.header, .navbar {
    min-height: 50px !important;
    border: 0px !important;
}

#header .pull-left{
    position: absolute;
    top: 0px;
}


#header .pull-right{
    position: absolute;
    top: 0px;
    right: 20px;
}

.container
{
    display:table;
    width: 100%;
    margin-top: 0px;
    padding: 50px 0 0 0; /*set left/right padding according to needs*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    min-height: inherit;
    min-width: inherit !important;
}
.header
{
    background: #e7e7e7;
    height: 50px;
}

.container-row
{
    height: 100%;
    display: table-row;
}

.col-xs-12
{
    padding: 0px;
}

.info-window
{
    z-index:15;
}

.tooltip-btn{
    padding: 1px 1px;
}

.modal-dialog{
    overflow-y: initial !important
}

.modal-body{
    overflow-y: auto;
}

.input-invalid{
    border: 1px solid red;
}

.cursor-select{
    cursor: pointer;
}

/* start Password strength bar style */
ul#strengthBar {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}

.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}

#layerSelectionDropdown ul{
    list-style: none;
}

/* end Password strength bar style */

.sidebarContainer
{
    background: #e7e7e7;
    width: 20%;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 50px;
    overflow-y: auto;
    max-height: 100%;
}

.sidebarContainer .tab {
    display:none;
}

.btn {
    border-radius: 0px !important;
}

.sidebarContainer .tab.active {
    display:block;
}

.panoramaContainer
{
    background: #e7e7e7;
    position: absolute;
    left: 20%;
    right: 0;
    bottom: 0;
    top: 50px;
    /*-moz-transition: left 0.5s ease;
    transition: left 0.5s ease;*/
    z-index: 10;
}
.sidebarClosed {
    left: 0 !important;
}

#mouseTooltip{
    z-index: 12;
}

/* SIDEBAR TABS */

#tabs-titles {
    z-index: 13;
    position: absolute;
    left: 20%;
    background-color: blue;
    padding: 0px;

    /*-moz-transition: left 0.5s ease;
    transition: left 0.5s ease;*/
}
#tabs-titles li{
    cursor:pointer;
    background-color: #e7e7e7;
    list-style: none;
    border: 1px solid black;
}

#tabs-titles li.current{
    font-weight:bolder;
}

#tabs-titles {
    position: absolute;
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    height: 30px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translate(0px, 0px);
    -moz-transform: rotate(90deg) translate(0px, 0px);
    -o-transform: rotate(90deg) translate(0px, 0px);
    transform: rotate(90deg) translate(0px, 0px);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#tabs-titles li {
    float: left;
    width: 100px;
    height: 30px;
    border: 1px solid #000;
}
#tabs-titles li a {
    display: block;
    padding: 11px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background-color: #ddd;
}
#tabs-titles li a:hover {
    background-color: #bbb;
}

/* END SIDEBAR TABS*/

/* BEGIN MAP CONTAINER*/

#mapContainer {
    background-color: white;
    border-radius: 2px;

    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    z-index: 12;
}

.mapMinimized {
    height: 0px !important;
    width: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 0px !important;
}

.mapAverage{
    width: 320px !important;
    height: 280px !important;
    border: 2px solid white;
}

.mapMaximized {
    width: 650px !important;
    height: 400px !important;
    border: 2px solid white;
}

#mapDecrement {
    bottom: 0;
    right: 0;
}

#mapDecrement span {
    background-image: url("../../assets/images/minimize.png");
}

#mapIncrement {
    top: 0;
    left: 0;
}

.mapMinimized #mapIncrement {
    top: -20px;
    left: -20px;
}

#mapIncrement span {
    background-image: url("../../assets/images/maximize.png");
}

.mapResizeTools {
    background-color: lightgray;
    opacity: 0.7;
    position: absolute;
    z-index: 1000;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
}

.mapResizeTools span {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 1;
}

/* END MAP CONTAINER*/



/* BEGIN of tree styling*/


.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
    cursor: default !important;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}
.tree-node-content {

}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.tree-node-button-group {
    position: absolute;
    top: 0;
    padding: 12px;
    right: 0;
    background-color: #f8faff;
    border-top: 1px solid #dae2ea;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tree-label{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

.bottom-button-bar{
    bottom: 0px;
    position: absolute;
    width: 100%;
}

/* END of tree styling */


.layerInfo {
    max-height: 300px;
}



#company-results{
    top: 20px;
}


body.waiting * {
    cursor: progress;
}


.ol-attribution {
    display: none !important;
}
.ol-zoom {
    top: 30px !important;
}

.infowindow-body{
    max-height: 300px !important;
}

.brightness button {
    margin-top: 7px;
    padding: 2px 8px 2px 8px;
}

.brightness button i {
    font-size: 20px;
}

.brightness .input-wrapper {
    position: absolute;
    margin-top: 7px;
    z-index: 10;
    width: 100px;
    margin-left: -30px;
    padding: 5px;
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.ol-zoom-right {
    top: 30px !important;
    right: 5px !important;
}
