﻿/* Pretty standard stuff */
html {
     height: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x:auto;
    height: 100%;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:80px;

}
.dl-horizontal dt {
    white-space: normal;
}
input,
select,
textarea {
    max-width: 280px;
}

.devexp_searchdd {
    max-width: 280px;
}

/*****************************************/
/**  HERE BE SOME COLOURING IN NOTES    **/
/**                                     **/
/** Rodda's:                            **/
/**     Pale Blue = #addfea             **/
/**     Dark Blue = #004964             **/
/**          Gold = #a29061             **/
/*****************************************/
/* containers */
.container-header {
    display: inline-block;
}
.container-standard-form{
    padding-top:30px;
    padding-left:50px;
}
.container-hidden{
    display:none;
}

/* Centering the log in form*/
.form-login{
  margin: auto;
  width: 305px;
  height: 100%;
}

/* This is the menu bar from the layout page */
/* It is changed dynamically with jQuery at page load */
.layout-menu-bar{
    height:30px;
    width:100%;
    clear:both;
}
.menu-links{
    float:right;
    padding-right:20px;
    height:30px;
}
.menu-links a{
    display:inline-block;
}

/* buttons, color changed with jQuery at page load*/
.btn-login{
    width:280px;
}
.btn-home{
    width:300px;
}
.btn-change-password{
    width:280px;
}
.btn-site-admin{
    width:200px;
}
.btn-create-user{
    width:280px;
}


.login_inputs{
    width: 100%;
    max-width: 100%;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 90px; /* Height of the footer element */
    min-height: 100%;
}

#menu_body_and_footer_wrapper{
    min-height: 100%;
    position: relative;
}

#footer_container{
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
    padding: 0;
    margin: 0;
}

/* Footer styles */
.auth-footer-class{
    height: 80px;
    width: 100%;
    background: #eeeeee;
    clear: both;
    padding-top: 10px;
    /*padding-right: 50px;*/
    opacity: 0.9;
    text-align: right;
	position:absolute;
	bottom:0px;
}

.auth-footer-links-right-spacer {
    display: inline-block;
    height: 5px;
    width: 50px;
}

.auth-footer-logo{
    float:right;
}
.auth-footer-link,
.auth-footer-link:hover,
.auth-footer-link:active, 
.auth-footer-link:visited, 
.auth-footer-link:focus{
    margin-right: 20px;
    font-size:smaller;
    cursor: pointer;
    text-decoration: none;
}
footer > div > div > label {
    font-size:small;
    font-weight:100;
    color:#A9A9A9 !important;
}

.password-msg-container{
    text-align: center;
    margin: auto;
}

.update_explorer_container{
    text-align: center;
    margin: auto;
}

.clearpull{
    clear: both;
}

.centerthis{
    margin: 0 auto;
}

#daysmilkvalues_topcontainer{
    width: 100%; 
    padding: 0;
}

#daysmilkvalues_midcontainer{
    padding: 0;
}

.daysmilkvaluecell{
    display: inline-block; 
    margin: 0; 
    padding: 0; 
    border: 0;
}

.ui-dialog.error_dlg_popup .ui-dialog-buttonpane{
    text-align: center;
} 

.ui-dialog.error_dlg_popup .ui-dialog-buttonpane .ui-dialog-buttonset{
    float: none;
} 

#ValidationMessage.container-validation-message{
    color: red;
}

/* Styling to resolve conflicts between the month datepicker (MonthPicker.css) and other CSS */
.month-picker-year-table > tbody > tr a {
    background-color: transparent;
}
.month-picker-year-table > tbody > tr .month-picker-previous .ui-button{
    padding: 2px 0 0 0;
    width: 55px;
    height: 25px;
}
.month-picker-year-table > tbody > tr .month-picker-next .ui-button{
    padding: 2px 0 0 0;
    width: 55px;
    height: 25px;
}

#dashboardstartdate.invalidElement{
    border: 1px solid red;
}