.module-filter-inputs-wrapper {
  display: none;
}
.module-filter-clear {
  display: inline;
  position: relative;
}
.module-filter-clear a {
  margin-left: 5px;
  font-size: 11px;
  position: absolute;
}
#module-filter-show-wrapper .form-item {
  display: inline;
}
.module-filter-no-results {
  text-align: center;
  text-transform: uppercase;
  color: #888;
}

.sticky-header {
  z-index: 1;
}

#module-filter-tabs {
  float: left;
}
#module-filter-tabs ul {
  width: 239px;
  list-style: none;
  list-style-image: none;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-top: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#module-filter-tabs li {
  background: #eee;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 0;
  min-width: 0;
}
#module-filter-tabs li#new-tab {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#module-filter-tabs li.disabled,
#module-filter-tabs li#new-tab.disabled {
  pointer-events: none;
  cursor: default;
  background: #ccc;
  border-top-color: #bbb;
  border-bottom-color: #bbb;
}
#module-filter-tabs li.disabled a,
#module-filter-tabs li.disabled span {
  color: #999;
}
#module-filter-tabs li.suggest {
  background: #F9F9F9;
}
#module-filter-tabs li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
#module-filter-tabs li a span.result-info {
  float: right;
  font-size: 10px;
  color: #999;
  margin-top: 3px;
}
#module-filter-tabs li a span.visual-aid {
  font-size: 8px;
/*  float: right;*/
}
#module-filter-tabs li span.visual-aid {
  font-weight: bold;
}
#module-filter-tabs li a span.enabling {
  color: green;
}
#module-filter-tabs li a span.disabling {
  color: red;
}
#module-filter-tabs li strong {
  font-size: 0.923em;
}
#module-filter-tabs li a:hover,
#module-filter-tabs li a:focus {
  outline: 1px dotted;
  background: #d5d5d5;
  text-decoration: none;
  outline: 0;
}
#module-filter-tabs li.selected a,
#module-filter-tabs li.selected a:hover,
#module-filter-tabs li.selected a:focus,
#module-filter-tabs li.selected a:active {
  background-color: #fff;
  margin-right: -1px;
}
#module-filter-tabs li .summary {
  display: block;
  margin-bottom: 0;
  color: #666;
  font-size: 0.846em;
  padding-top: 0.4em;
}
#module-filter-tabs li .summary .count {
  display: none;
}
#module-filter-tabs li.selected .summary .count {
  display: block;
}
html.js #module-filter-submit input {
  margin: 2em 2em 1em;
}
html.js .module-filter-inputs-wrapper {
  text-align: center;
}
html.js .module-filter-inputs-wrapper .form-item {
  margin: 0;
  padding: 9px;
}
html.js .module-filter-inputs-wrapper label {
  display: inline;
}
html.js .module-filter-inputs-wrapper input[name="module_filter[name]"] {
  width: 80%;
}
html.js #module-filter-show-wrapper {
  margin-bottom: 1em;
}
html.js #module-filter-modules {
  margin-left: 240px;
  border: 1px solid #ccc;
}
#module-filter-modules table {
  border-top: none;
  border-right: none;
  border-left: none;
}
html.js #module-filter-modules table {
  margin: 0;
  border-bottom: none;
}
html.js #module-filter-modules table tr,
html.js #module-filter-modules table td {
  border-left: 0;
  border-right: 0;
}
#module-filter-modules table thead {
  display: none;
}
#module-filter-modules table tr.admin-package-title,
#module-filter-modules table tr.admin-package-title td {
  border: none !important;
  border-top: 1px solid #ccc !important;
  background-color: transparent !important;
  padding: 10px 0 0;
}
#module-filter-modules table tr.admin-package-title.first,
#module-filter-modules table tr.admin-package-title.first td {
  border-top: none !important;
}
#module-filter-modules table tr.admin-package-header td {
  border: 1px solid #ccc;
  text-transform: uppercase;
  background: #E1E2DC;
  font-weight: normal;
  padding: 3px 10px;
}
#module-filter-modules table tr.enabling {
  background-color: #dfd;
}
#module-filter-modules table tr.disabling {
  background-color: #fcc;
}
#module-filter-modules span.module-machine-name {
  font-size: 0.9em;
  font-weight: normal;
}
.admin-version {
  white-space: nowrap;
}
.admin-operations {
  float: right;
}
.admin-operations a.module-link {
  display: inline;
}

html.js .toggle-enable {
  margin: auto;
  position: relative;
  width: 50px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.50) inset;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.50) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.50) inset;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(50%, red), color-stop(50%, orange), color-stop(100%, orange));
  background-image: -moz-linear-gradient(left, red 50%, orange 50%, orange 100%);
  background-image: linear-gradient(left, red 50%, orange 50%, orange 100%);
}
html.js .toggle-enable.enabled {
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(50%, orange), color-stop(50%, green), color-stop(100%, green));
  background-image: -moz-linear-gradient(left, orange 50%, green 50%, green 100%);
  background-image: linear-gradient(left, orange 50%, green 50%, green 100%);
}
html.js .toggle-enable.disabled {
  background: #ccc;
  border-color: #ddd;
  cursor: auto;
}
html.js .toggle-enable div {
  position: relative;
  color: #777;
  width: 26px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background: white;
  text-shadow: 1px 1px 0 white;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FEFEFE), color-stop(100%, #EAEAEA));
  background-image: -moz-linear-gradient(top, #FEFEFE 0%, #EAEAEA 100%);
  background-image: linear-gradient(top, #FEFEFE 0%, #EAEAEA 100%);
  -webkit-transition: left 0.2s;
  -mox-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}
html.js .toggle-enable.disabled div {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FEFEFE), color-stop(100%, #EEEEEE));
  background-image: -moz-linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
  background-image: linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
}
html.js .toggle-enable div:after,
html.js .toggle-enable div:before {
  color: white;
  text-shadow: none;
  width: 25px;
  position: absolute;
  top: 0;
  font-size: 9px;
  font-weight: bold;
}
html.js .toggle-enable div:before {
  content: "OFF";
  left: -24px;
}
html.js .toggle-enable div:after {
  content: "ON";
  right: -24px;
}
html.js .toggle-enable.off div {
  left: 24px;
}

#module-filter-tabs.top-fixed {
  position: fixed;
  top: 0;
}
#module-filter-tabs.bottom-fixed {
  position: fixed;
  bottom: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.14.30
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  position:absolute;
  z-index:9999;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
    color:#000;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
  color:#000;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
 color:#000; cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td a
{color:#000!important;}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}                                                                                                                                                 


.hide {
	display: none;
}

.inuse, .ui-slider-range .inuse, .yadcf-filter-range-number-slider .inuse {
	background: #8BBEF0;
}

.yadcf-filter-reset-button {
	display: inline-block;      margin-left: 15px;
    padding: 5px;
    background-color:#fff;
    border:1px solid #abadb3;
}
.yadcf-filter-reset-button:hover
{cursor:pointer;}
.yadcf-filter-reset-button.range-number-slider-reset-button{
	position: relative;
	top: -6px;	
}

.yadcf-filter {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.yadcf-filter > option{
    background: white;
}

.ui-autocomplete .ui-menu-item { 
	font-size:13px;
}

#ui-datepicker-div { 
	font-size:13px;
}
.yadcf-filter-wrapper {
	display: inline-block;
	white-space: nowrap;
	margin-left: 2px;
}

.yadcf-filter-range-number {
	width: 40px;
}

.yadcf-filter-range-number-seperator {
	margin-left: 10px;
	margin-right: 10px;
}

.yadcf-filter-range-date {
	width: 80px;
}

.yadcf-filter-range-date-seperator {
	margin-left: 10px;
	margin-right: 10px;
}

.yadcf-filter-wrapper-inner {
	display: inline-block;
}
.yadcf-filter-wrapper-inner input
{
	border: 1px solid #ABADB3; padding:5px;}
.yadcf-number-slider-filter-wrapper-inner {
	display: inline-block;
	width: 200px;
	margin-bottom: 7px;
}

.yadcf-filter-range-number-slider .ui-slider-handle {
	width: 10px;
	height: 10px;
	margin-top: 1px;
}

.yadcf-filter-range-number-slider .ui-slider-range {
	position: relative;
	height: 5px;
}

.yadcf-filter-range-number-slider {
	height: 5px;
	margin-left: 6px;
	margin-right: 6px;
}

.yadcf-filter-range-number-slider {
    overflow: visible;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip {
	font-size: 13px;
	font-weight: normal;
	position:absolute;
	outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip-inner {
	position:absolute;
	top: 11px;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip-inner {
	position:absolute;
	top: 11px;
}

.yadcf-exclude-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.yadcf-label.small {
	font-size: 10px;
}
.dataTables_scrollHead {
	overflow: visible !important;
}


.sorting_asc {
	background: #D5D6D0 url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: #D5D6D0 url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: #E1E2DC url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: #F5F6F0 url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: #F5F6F0 url('../images/sort_desc_disabled.png') no-repeat center right;
}
.sorting_disabled {
	background: #F5F6F0t;
}

.dataTables_wrapper
{margin-top:30px;} 

.dataTables_length,.dataTables_filter
{     background-color: #f2f2f2;
    padding: 1%;
    width: 48%;
    margin: 0;
    border: 0;
    float: left;}
    
   .created h5
    {    float: left; 
     margin: 0px;margin-right: 10px;}
     tr.odd td.sorting_1
     {    background-color: #F0F0F0;}  
        tr.even td.sorting_1
     {    background-color: #F0F0F0;}
       tr.odd td
     {    background-color: #FFF;}  
        tr.even td
     {    background-color: #FAFAFA;}