﻿/* Styles for forms */


.alertPopup
{
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1008;
  width: 300px;
  height: 80px;
  margin:  0px 0 0 0px;
  overflow: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.action-button-container {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:right;
}

.insertEditForm
{
    position: absolute;
    top: 0px;
    display: block;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    background-color: #F0F0F0;
    padding: 20 20 20 20;
    z-index: 1031;
  
}

.insertEditForm-body {
  padding: 15px;
  overflow-y: auto;
}

/* Must keep these */

.fieldValidator, .validationMessage
{
   color: #b94a48!important;   
}


.wijmo-wijgrid-filterrow, .wijmo-wijgrid-filterrow input
{
    margin-bottom: 0px!important;
    padding-bottom: 5px!important;
}

.centeredDiv500
{
  
  position:absolute;
  top: 20%;
  width: 30% ;
  left: 35%;
  margin-left: auto ;
  margin-right: auto ;

}

.padded10
{
    padding: 10px;
}



.banner
{
    height: 260px;
    width: 100%;
}

.contentColumnLeft
{
    padding-left: 4px;
}

.contentColumnRight
{
    padding-right: 4px;
}

.contentBackground{padding-left: 7px;padding-right: 7px;padding-bottom: 7px;}

.tiltHeader, .tiltFooter, .contentBackground
{
    background-color: white;
}

*{  
   margin:0;   
}  
  
#wrapper{  
   max-width: 1190px;  
   margin:0 auto;  
   text-align:left;  
} 


.widgetRow
{
    margin-top: 10px;
    margin-left: 0px!important;
}

.tenantHeader, .adminPortalBody
{
}

/*show an image so it appears disabled*/
img.disabledImage, .disabledImage
{
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}

.buttonContainer {
    padding: 10px 10px 10px 10px;
}

/*Ensure that date pickers appear above bootstrap modals*/
.ui-datepicker {
    z-index: 1051!important;
}

.alert-row {
    margin-bottom: 5px!important;
}

/* make sure this is above any modals from bootstrap*/
.dropdown-menu {
    z-index: 1051!important;
}

#editorModal {

    width: 70%;
    margin-left: -30%;
}

.wideModal {

    width: 60%;
    margin-left: -35%;
}

#articleForm, #recipeForm
{
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #F0F0F0;
    padding: 20 20 20 20;
    z-index: 1031;
  
}


.spanMarginAdjust {
    margin-left: 0px!important;
}

