﻿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: 280px;
}

.buttons-excel {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 0.167em;
    margin-right: 0.167em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
    /*border-radius: 2px;*/
    cursor: pointer;
    /*font-size: .88em;*/
    line-height: 1.6em;
    /*color: black;*/
    white-space: nowrap;
    overflow: hidden;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /*background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
    background: #023c5b;
    color: #f5f5f2;
    font-weight: 500;
    border-radius: 4px;
    border-color: #023c5b;
    border-bottom: solid medium #333;
}

    .buttons-excel:hover {
        background: #023c5b87;
        color: #f5f5f2;
        font-weight: 500;
        border-radius: 4px;
        border-color: #023c5b;
        border-bottom: solid medium #333;
        box-shadow: 0 0 0 0.2rem #44464524;
    }