.loading-container {
  display: table !important;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  left: 0;
  top: 0; }

.loading-container .loading-content {
  display: table-cell;
  vertical-align: middle; }

#ajax_loader {
  margin: 20px;
  text-align: center; }
.alerts-container {
  display: table !important;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  top: 0; }

.alerts-container .alert {
  display: table-cell;
  vertical-align: middle; }

alerts-box > div {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative; }

alerts-box .alertClose {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 10px; }
.ag-root {
  font-size: 13px; }

.ag-fresh .ag-header-group-text {
  font-size: 14px; }

.ag-fresh .ag-root {
  border-color: #BBB; }

.ag-fresh .ag-cell-no-focus:last-child {
  border-right: 0; }

.ag-fresh .ag-header-group:last-child .ag-header-group-cell {
  border-right: 0; }

.ag-fresh .ag-filter {
  border-color: #BBB;
  border-radius: 0px 7px 7px 7px; }

.ag-fresh .ag-filter-checkbox {
  left: 4px;
  margin-right: 6px; }

.ag-fresh .ag-filter-value {
  margin-left: 2px; }

.ag-filter-filter {
  margin: 0;
  width: 96%;
  margin: 2%; }

.ag-filter-list-viewport {
  height: auto;
  padding-bottom: 10px; }

.ag-fresh .ag-cell-focus {
  border: none; }

.comboSearch .input-group-addon {
  border-right: 0;
  background-color: transparent; }

.comboSearch .form-control {
  border-left: 0; }

.comboSearch .glyphicon {
  top: 0px; }

.margIcon, .addItem {
  margin-right: 5px; }

.actBtn {
  margin-right: 5px; }

.listFilters {
  margin-bottom: 15px; }

.icoTrue {
  color: #00A000;
  margin: 0 auto;
  display: block; }

.icoFalse {
  color: #FF0000;
  margin: 0 auto;
  displat: block; }
body {
  padding-top: 50px; }

a {
  cursor: pointer; }

.modal-lg {
  width: 90%; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu .pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.root:hover > .dropdown-menu {
  display: block; }

.marTop5 {
  margin-top: 5px; }

.marTop10 {
  margin-top: 10px; }

.marBot5 {
  margin-bottom: 5px; }

.marBot10 {
  margin-bottom: 10px; }

.marRig5 {
  margin-right: 5px; }

.marRig15 {
  margin-right: 15px; }

.padTop5 {
  padding-top: 5px; }

.padTop10 {
  padding-top: 10px; }

.padBot5 {
  padding-bottom: 5px; }

.padBot10 {
  padding-bottom: 10px; }

.padRig0 {
  padding-right: 0; }

.padLef0 {
  padding-left: 0; }

.padRig5 {
  padding-right: 5px; }

.padLef5 {
  padding-left: 5px; }

.padRig10 {
  padding-right: 10px; }

.padLef10 {
  padding-left: 10px; }

.scroll300 {
  height: 300px;
  overflow-y: auto; }

.bottom-grey {
  border-bottom: 1px solid #ddd; }

.conditionRuleWeekTable td {
  padding: 4px !important; }

.conditionRuleWeekTable th {
  padding: 4px !important; }

i span {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.hideSpinButtons input[type="number"]::-webkit-outer-spin-button,
.hideSpinButtons input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

div#wrap {
  padding-bottom: 50px;
  padding-top: 20px; }
