body
{
	cursor: default;
}

select,
input[type="text"]
{
	width: 100%;
}
input[type="checkbox"],
input[type="radio"]
{
	cursor: pointer;
}
input, select, textarea
{
	font-weight: 700;
}


div#tools-list
{
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 5px;
}
#tools-list:after
{
	content: " ";
	display: block;
	clear: both;
}
.my-pagination
{
}
.my-pagination
{
	padding-:10px;
}
.my-pagination strong,
.my-pagination a
{
	display: inline-block;
	padding: 3px 5px;
	margin: 0px 2px;
}
#tools-list .my-buttons
{
	float: right;
}
.my-pagination a:hover,
.my-pagination strong
{
	background-color: #444444;
	color: white;
	text-decoration: none;
}


.filter-input
{
	width: 100%;
	color: #ff0000;
	display: block;
	border:solid 1px #1f1f1f;
}
.filter-input:focus
{
	border-color: #ff0000;
	outline: none;
}


ul li.flag a
{
	position: relative;
}
ul li.flag a:after
{
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
	width: 50px;
	height: 24px;
	content: " ";
}
ul li.flag.eng a:after
{
	background-image: url("imgs/flags_iso/24/gb.png");
}
ul li.flag.grk a:after
{
	background-image: url("imgs/flags_iso/24/gr.png");
}

div.table-responsive
{
	overflow-y: hidden;
	overflow-x: scroll;
}

.fc-event-inner
{
	cursor: pointer;
}