
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/*Override dataTables and buttons align properties to centre the buttons on the page*/
.dataTables_wrapper .dt-buttons {
    float:none;
    text-align:center;
}


/*Make a very large modal*/
@media only screen and (min-width: 767px){
    .bigModal
    {
        width: 1450px;
        margin-left: -330px;
    }}

/*Make a medium large modal*/
@media only screen and (min-width: 767px){
    .mediumModal
    {
        width: 1000px;
        margin-left: -330px;
    }}


/*Override the color of an Active tab*/
#selectedTab
{
    background-color: #343a40;
    color: white;
}

#deselectedTab
{
    background-color: lightgrey;
    color: black;
}

/*Override the color of an Active tab class*/
.selectedTab
{
    background-color: #343a40;
    color: white;
}

.deselectedTab
{
    background-color: lightgrey;
    color: black;
}


/*Align all number input fields to the right*/
input[type=number]
{
    text-align:right
}


/*Show validation errors as red*/
label.error {
    color: red;
}

/* links */
label {
    font-weight: bold;
}

.table-cell-right-align {
    text-align: right;
}


a.paginate_button .current {
    background: red !important;

}


/*To bring data picker to the front on modal*/
.datepicker {z-index: 1151 !important;}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
