div.login-submit{
  text-align: center;
  margin-bottom: 1em;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}

.checkbox, .radio{margin-top: 0;}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {margin-left: 0;}

span.status{
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
}

.invoice{
    margin: 10px 15px;
}

.content-wrapper{
    padding-bottom: 20px;
}

.table tr th {
    background-color: #337AB7;
    color: white;
}
.table tr td {
    background-color: #ffffff;
}
.table tr:nth-child(even) td {
    background-color: #DDDDDD;
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
    padding: 0;
    margin: 0;
}

.error-col {
  min-width: 200px;
}

.paginator {
  text-align: center;
}
.paginator {
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  margin: 0;
  padding: 5px;
  background-color: #52B9E9;
}
.paginator > li {
  display: inline;
}
.paginator > li > a,
.paginator > li > span {
  float: left;
  border: 2px solid transparent;
  margin: 0 3px;
  color: #ffffff;
  background: transparent;
  padding: 1px 5px;
  text-decoration: none;
}
.paginator > li.disabled > a {
  color: #888;
}
.paginator > li.active > a {
  border-color: #ffffff;
}
.paginator > li:first-child > a,
.paginator > li:last-child > a,
.paginator > li:first-child > span,
.paginator > li:last-child > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.tooltip-inner {
    white-space:pre-wrap;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.7);
    display:none;
}
.loader i {
  font-size: 30em;
}
.loader-inside{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.loader.show {display:block}

.btn-group {
  margin-bottom: .5em;
}

/* MEDIA QUERIES */
@media only screen and (max-width : 480px) {
  .info-box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}

@media only screen and (min-width : 361px) and (max-width : 939px) {
  li.mobile-hider {
    display: none;
  }
}

@media only screen and (min-width : 0px) and (max-width : 360px) {
  li.small-mobile-hider {
    display: none;
  }
  li.mobile-hider {
    display: none;
  }
}
