﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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: 400px;
}

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.panel {
    height: 95%;
    position: relative;
    min-height: 260px;
}
.panel-body {
    padding: 10px;
}
.panel-body > h3 {
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.panel-footer > p {
    position:relative;
    word-break:break-word;
    margin-bottom:0;
}

.navbar-header > a.navbar-brand {
    color: #eee !important;
}

ul.navbar-nav > li > a {
    color: #eee !important;
}

body {
    background: url("/Content/macroicon.svg");
    background-repeat:no-repeat;
    background-size:contain;
    background-color: #ddd;
    background-attachment:fixed;
}

fieldset {
    margin-top: 1.0em;
}

legend {
    margin-bottom: 0;
}

@media screen and (max-width:600px) {
    .col-sm-12 {
        width: 100%;
    }
}
@media screen and (min-width:768px){
    .NewMacroBtn {
        background-color: #383 !important;
        border-radius: 3px;
        padding: 10px !important;
        margin-top: 5px;
    }
    .NewMacroBtn:hover {
        background-color: #080 !important;
        border-radius: 3px;
        padding: 10px !important;
        margin-top: 5px;
    }
}