.alert-danger1{
background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}
.alert1 {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.errorMessage{
	float:left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	color:#d9534f;
}
.grid-view table.items thead th{
  background:#CCC !important;
}
.grid-view table.items th a{
   font-family: 'Open Sans', sans-serif !important;
   font-weight:400 !important;
   color: #666 !important;
}
.grid-view table.items th a:hover{
   color: #f5f5f5 !important;
}

.grid-view table.items{
	border: 1px solid #ddd;
}
.grid-view table.items tr.odd{
    background: #fff !important;
}
.grid-view table.items tr.even{
    background: #cecece;
}
.grid-view table.items tr.odd:hover{
    background: #f5f5f5 !important;
}
.grid-view table.items tr.even:hover{
    background: #f5f5f5;
}
.grid-view table.items td{
	border-left-width: 1px solid #f5f5f5 !important;
}
.grid-view table.items td.button-column{
   width:15%;
   background: #fff;
}
/* .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{padding-top:0px;} */
#user-form .errorMessage{float: left;width: 100%;position: relative;left: 25%;}