﻿html {
    position: relative;
    min-height: 100%;
}

/*@media (min-width: 100px) {
    .container {
        width: 100px;
    }
}*/

body {
    padding-bottom: 60px;
}

/*Wrapping element 
 Set some basic padding to keep content from hitting the edges*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.label {
    color: #337ab7;
}


/* Sticky footer styles */
.footer {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

    .footer .text-muted {
        margin: 0;
        display: inline-block;
    }

.body-content > .row:first-child {
    margin-bottom: 15px;
}

.k-tabstrip ul li.k-item {
    width: 100px;
}

h1 a {
    color: #e0e0e0;
    text-decoration: none;
}

    h1 a:hover,
    h1 a:active {
        color: #ffffff;
        text-decoration: none;
    }

.img-responsive {
    padding-top: 25px;
}

/* Styling menu toggle button */
.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

.banner {
    background-color: rgba(37,67,218,0.9);
}

.controlspacing {
    padding: 2px;
}

.moduleHeader {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px solid grey;
}

.moduleFunction {
    float: left;
    margin: 5px;
}

.moduleBody {
    clear: both;
    margin: 5px;
    padding-top: 5px;
}

.moduleBodyControls {
    float: left;
    width: 500px;
}

.moduleBodyData {
    float: left;
    margin: 10px;
}

#ControlGrid {
    height: 600px;
}

.bannerImageContainer {
    padding-top: 0px !important;
    line-height: 50px !important;
    padding-top: 3px;
    padding-left: 40px;
}

    .bannerImage {
        margin-bottom: 5px;
    }

dt {
    margin-top: 10px;
}

#configure {
    background: white;
    border: none;
    -webkit-tap-highlight-color: rgb(191, 29, 27);
}
