/* FONTS */
@import url(//fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Exo&subset=latin,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext,cyrillic);

/* UPLOAD PROGRESS */
#DivSonuc
{
	font-size:10px;
	padding-top:10px;		
}

#DivYuzde span
{
	color:#FFFFFF;
	background:#4284D3;
	width:0;
	height:30px;
	display:block;
	text-indent:2px;
	vertical-align:middle;
	font-weight:bold;
	padding-top:5px;
}
/* UPLOAD PROGRESS */

/* CHAR COUNT */
.CharCountWarning
{
	color:#FF0000;
	font-weight:bold;
}	

.CharCountExceeded
{
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
/* CHAR COUNT */

/* FORM UPLOAD */
#DivYuklemeSonuc
{
	font-size:10px;
	padding-top:10px;		
}

#DivYuklemeYuzde span
{
	color:#FFFFFF;
	background:#4284D3;
	width:0;
	height:30px;
	display:block;
	text-indent:2px;
	vertical-align:middle;
	font-weight:bold;
	padding-top:5px;
}
/* FORM UPLOAD */

/* TABLE */
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled,
.paginate_enabled_previous,
.paginate_enabled_previous:hover,
.paginate_disabled_previous,
.paginate_enabled_next,
.paginate_enabled_next:hover,
.paginate_disabled_next 
{
	position: relative;
	background: none;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting_asc_disabled:before,
.sorting_desc_disabled:before,
.paginate_enabled_previous:before,
.paginate_disabled_previous:before,
.paginate_enabled_next:before,
.paginate_disabled_next:before 
{
	margin-right: 10px;
	color: #e74c3c;
	font-family: FontAwesome;
	font-size: 16px;
}

.sorting:before 
{
	content: "\f0dc";
	color: #bbb;
}

.sorting_asc:before,
.sorting_asc_disabled:before 
{
	content: "\f0de";
}
.sorting_desc:before,
.sorting_desc_disabled:before 
{
	content: "\f0dd";
}

.sorting_asc_disabled:before,
.sorting_desc_disabled:before 
{
	color: #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus 
{
	color: #23527c;
	background-color: #337ab7;
	border-color: #ddd;
}
/* TABLE */