.item
{
	margin-bottom: 20px;
}

body
{
	padding-top: 80px;
}

.required
{
	color: #EB3F5D;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.ui-autocomplete
{
	z-index: 999999;
}
.block
{
	display: block;
}
.caret
{
	height: 12px;
	margin-top: 8px;
}




@-webkit-keyframes myfirst
{
	from { color: red; text-shadow: 0 0 15px #DF1C58; }
	to { color: gray; text-shadow: none; }
}

@-moz-keyframes myfirst
{
	from { color: red; text-shadow: 0 0 15px #DF1C58; }
	to { color: gray; text-shadow: none; }
}
@keyframes myfirst
{
	from { color: red; text-shadow: 0 0 15px #DF1C58; }
	to { color: gray; text-shadow: none; }
}

.blink
{
	color: red;
	text-shadow: 0 0 15px #DF1C58;
	-webkit-animation: myfirst 1s 98765432;
	-moz-animation: myfirst 1s 98765432;
	animation: myfirst 1s 98765432;
}

.wide
{
	width: 100%;
}


.label
{
	white-space: normal;
}

.hltd:hover
{
	box-shadow: 0 0 10px gray;
}

.hltd-shadow
{
	padding: 10px;
	transition: box-shadow 0.5s;
	border-radius: 15px;
}

.hltd-shadow:hover
{
	padding: 10px;
	box-shadow: 0 0 15px gray;
}

.avatar
{
	width: 100px;
	height: 100px;
	background-size: cover;
	border-radius: 50px;
}


.admin .btn
{
	text-align: left;
}



.well img, .modal-body img, .wrap-images img
{
	height: auto;
	max-width:100%;
}

.calendar td,
.calendar th
{
	text-align: center;
}
.calendar_cell
{
	padding: 1em;
}


.pointer
{
	cursor: pointer;
}

table.dataTable thead th, table.dataTable thead td
{
	padding: 1px;
}

.dataTables_info
{
	display: none;
}



td.link_place
{
	width: 100px;
	max-width: 50px;
	overflow-x: hidden;
}




.table-item tr:nth-child(even) td
{
	font-weight: bold;
	font-size: 140%;
}


.ui-datepicker-year
{
	background: black;
}


.alarm_timer td
{
	background: #F7819F;
}
