/* Add here all your CSS customizations */
/*body {
	background: #fffeee;
	width: 100%;
}*/
body {
	direction: rtl;
	unicode-bidi: embed;
}

.datetimepicker.datetimepicker-rtl {
    right: auto
}

.table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.notifications > li .notification-icon .badgeblue {
	/*background: #D2312D;*/
	background: #0088cc;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	left: -8px;
	top: -3px;
}
.badgeblue {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.notifications > li .notification-icon .badgePrimary {
	/*background: #D2312D;*/
	background: #0088cc;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	left: -8px;
	top: -3px;
}

.badgePrimary {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.notifications > li .notification-icon .badgeDanger {
	/*background: #D2312D;*/
	background: #d2322d;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	left: -8px;
	top: -3px;
}

.badgeDanger {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.notifications > li .notification-icon .badgeInfo {
	background: #5bc0de;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	left: -8px;
	top: -3px;
}

.badgeInfo {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.notifications > li .notification-icon .badgeWarning {/* Priza */
	background: #ed9c28;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	left: -8px;
	top: -3px;
}

.badgeWarning { /* Priza */
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.notifications > li .notification-icon .badgeSuccess {/* Priza */
	background: #47a447;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	left: -8px;
	top: -3px;
}

.badgeSuccess { /* Priza */
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.notifications > li .notification-icon .badgeDark {/* Priza */
	background: #000000;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	left: -8px;
	top: -3px;
}

.badgeDark { /* Priza */
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.userbox .profile-picture-list img {
	width: 20px;	/*Priza*/
	color: transparent;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}




/* Filter */
.dataTables_wrapper .dataTables_filter label {
	width: 100%;
}


table.tablesorter thead tr .header {
    background-position: center left;
    padding-left: 20px;
}

.nobr {white-space: nowrap;} 
/**/
