Current File : /home/inlingua/public_html/sensoriumpsychologists.com/admin/sass/plugins/xeditable.scss
.editable-input{
	.datepicker-inline{
		width:260px;
	}

	.datepicker{
		table{
			tr{
				td{
					@include border-radius(0);
					&:hover{
						background: #bbb;
					}
					&.active{
						background: $blue;

						&:hover{
							background: darken($blue, 15%);
						}
					}
				}
			}
		}
	}
}

.editable-address {
	display: block;
	margin-bottom: 5px;  
}

.editable-address span {
	width: 70px;  
	display: inline-block;
}