.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
}

span.text { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

body {
	background-color: #eeeeee;
  	padding-top: 51px;  
}
.email_txt {
	height: 185px;
}
.text-center {
  padding-top: 20px;
}
.col-xs-12 {
  background-color: #fff;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

.glyphicon {
	cursor:pointer;
}
div.alert-messages {
        position: fixed;
       	bottom: 0px;
        left: 25%;
        right: 25%;
        z-index: 7000;
}
.datepicker{z-index:1151;}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
}
/* TYPEAHEAD */

.table {
    table-layout:fixed;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
/* POPUP */
.popup-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
}
.pagination_item {
	cursor: pointer;
}
.tbl_sorter {
	cursor: pointer;
}

.no-gutter {
    padding-left:7px;
    padding-right:7px;
}

#ajax_container_statistic table th, #ajax_container_statistic table td { border: 1px solid black !important }
