.line-item-property__field .ui-datepicker.ui-widget {
	width: 100% !important;
}
.line-item-property__field .ui-datepicker table td.ui-state-disabled .ui-state-default {
    background-color: #000000;
    text-decoration: line-through;
    color: #fff;
}
.line-item-property__field .ui-datepicker.ui-widget .ui-datepicker-calendar td {
	padding: 1px !important;
}
.line-item-property__field .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
	text-align: center!important;
}
.line-item-property__field .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
	background: #5a8e46!important;
}
.line-item-property__field {
	margin-bottom: 30px;
}

li.demo .ui-datepicker.ui-widget {
	width: 100% !important;
}
li.demo .ui-datepicker.ui-widget .ui-datepicker-calendar td {
	padding: 1px !important;
}
li.demo {
    list-style: none;
}
li.demo .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
	text-align: center!important;
}

li.demo .ui-state-highlight a {
    background: #4caf50 !important;
    color: #fff !important;
}
h4.modal-title {
    float: left !important;
    font-size: 16px;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 15px;
}

.edit-phong {
    margin-bottom: 18px;
    margin-top: 10px;
}

button.confirm.btn.btn-lg.btn-primary {
    background: #5cb85c;
    border: 0px;
    padding: 10px 40px;
}

.sweet-alert h2 {
    font-size: 25px;
}