﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

header, footer {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}

header {
    top: 0;
}

footer {
    bottom: 0;
}

body {
    background: #fff;
}

.navbar-inverse,
.navbar-inverse .navbar-nav > li.open > a:focus {
    background-color: #000000;
}

.navbar-inverse .navbar-brand {
    background: url("../Images/City_of_Brandon_Logo_white.png") no-repeat left;
    background-size: 100px;
    color: snow;
    width: 250px;
    text-align: right;
}

.navbar-brand,
.nav.navbar-nav li a {
    line-height: 80px;
    height: 80px;
    padding-top: 0;
}

.nav.navbar-nav li a {
    color: white;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #000000;
    color: white;
}

.field-validation-error {
    color: red;
}

#canvas {
    border: 1px solid black;
    bottom: 10px;
    left: 380px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 90px;
}

#selection {
    background: #fff;
    border: 1px solid black;
    left: 5px;
    margin: 0;
    max-height: calc(100% - 130px);
    overflow-x: hidden;
    /*overflow-y: auto;*/
    padding-bottom: 2px;
    position: absolute;
    top: 90px;
    width: 370px;
}

.step {
    background: #000000;
    color: white;
    display: flex;
    justify-content: space-between;
}

#ajaxpart {
    display: flex;
    flex-direction: column;
}

.selection-ctrl {
    margin-bottom: 2px;
    margin-top: 2px;
}

.requestData {
    bottom: 5px;
    left: 120px;
    position: absolute;
}

/*.modal-body {
    background: url("../Images/under_construction_96px.png") no-repeat center;
}*/

#Url {
    max-width: 100%;
}

.modal-dialog {
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #808080;
}