/*

* Override Pages default styles or create your own styles here

*/
.form-group.has-error ul.has-error { display: none; }
.form-group .help-block { display: none; }

.form-horizontal .checkbox label.checkbox {
	padding-top: 0px;
}

ul.filter 				{ list-style: none; padding-left: 0;}
ul.filter  li			{ display: inline-block; }

select.form-control { padding-top: 4px; padding-bottom: 4px;  }
.alert-dismissable .close, .alert-dismissible .close {
	right: -4px !important;
}
.dropdown-menu > li > a:hover {
	background-color: #e6e6e6 !important; 
} 

.bootstrap-select .dropdown-menu > li:first-child,
.bootstrap-select .dropdown-menu > li:last-child {
	padding-top: 0 !important; 
	padding-bottom: 0 !important; 
}

.bootstrap-select.btn-group .dropdown-menu li {
	margin-bottom: 4px !important; 
}
.bootstrap-select.btn-group .dropdown-menu li:last-child {
	margin-bottom: 0 !important;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
  display: table;
}
.placeholder {
	border: 2px dashed rgba(230, 230, 230, 0.7);
	height: 80px;
}
.placeholder.td {
	border: none !important; 
	width: 100%;
	
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.fatyma-user { display: inline-block; }

.table.table-striped.table-hover tbody tr:hover td {
	background: #daeffd !important;
}

.thumbnail-wrapper.d128 {
	width: 128px;
	height: 128px;
}

.mg					{ margin: auto; }
.mg-r				{ margin-right: auto;}
.mg-l				{ margin-left: auto;}
.mg-r.mg-10			{ margin-right: 10px !important;}
.mg-l.mg-10			{ margin-left: 10px !important;}

.search-results .item { min-height: 80px; }

.form-group .btn-group button {margin-right: 10px;}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 3px !important;
}

.profile-dropdown-toggle .thumbnail-wrapper {
	background-color: #ededed;
}

.table tbody tr td {
	padding: 8px;
}
.form-horizontal .form-group {
	padding-top: 8px;
	padding-bottom: 8px;
}