.errorMessage {
  color:#ee665a;
}

html {
    background-color: #4E75A0;
    
    background-image: url("images/app/church.jpg");
    /* Center and scale the image nicely */
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 55%;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	  background-color: #398AFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color:#FFF;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 19px!important;
}

.plus {
    background: url("images/app/details_open.png") no-repeat;
    cursor: pointer;
    padding: 14px 0 0 21px!important;
}


.minus {
    background: url("images/app/details_open.png") no-repeat;
    cursor: pointer;
    padding: 14px 0 0 21px!important;
}

/*
 
.grid-view table.items th, .grid-view table.items td {
    border: 1px solid gray !important;
} 



*/
.grid-view td.merge {
   background: none repeat scroll 0 0 #F8F8F8; 
}

.info-box {
    
    min-height: 113px!important;
    
}
.info-box-icon {
    height: 113px!important;
     width: 80px;
}

.reznone textarea {
   resize: none;
   height: 36px;
}

.fixedimagesize {
  width: 250px;
  height: 150px;
  text-align: center;
}

.month-year-bar a {
  color: #FFF!important;
}
.required span.required {
  color:#EB0018;
  font-weight: 500;
}