﻿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;
}

.bloop-paginator-pagenav {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: white;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 5px;
    cursor: pointer;
}

    .bloop-paginator-pagenav:hover {
        background-color: #0069d9;
    }

.bloop-paginator-overflow,
.bloop-paginator-currentpage {
    background-color: white;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 5px;
    color: #252525;
}

.bloop-paginator-overflow {
    border: none;
}

.bloop-paginator-overflowcontent {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .bloop-paginator-overflowcontent:before {
        content: "\f141";
    }



.ui-datepicker {
    margin: 5px auto 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    background-color: #FFF;
}