.currency, .ng-valid-currency:not(form), .ng-invalid-currency:not(form){
	text-align: right;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}
.left{
  text-align: left;
}
.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

th{
  text-align: center !important;
}

tr.total, tr.grand-total{
  /*border-top: double;*/
  border-top-color: #000;
  border-top: solid 2px;
}
tr.grand-total{
  border-bottom: double;
}

.btn{
  color: #fff!important;
}

.control-label {
  text-align: right;
}

.no-border {
    border: none !important;
}

.left-border{
    border: none !important;
    border-left: 1px solid !important;
}

.right-border{
    border: none !important;
    border-right: 1px solid !important;
}

.bottom-border{
    border: none !important;
    border-bottom: 1px solid !important;
}

.card-body.work-order {
    min-height: 180px;
}

.card-body.thumbnail {
    min-height: 220px;
}

.app-header{
  background-color: #00aadd!important;
}

.ekko-lightbox-nav-overlay{
    left: -15% !important;
    width: 130% !important;
}
.nav-tabs .nav-link{
  color: #73818f!important;
}
.display-flex{
  display: flex;
}
.display-flex label.switch{
  margin-right: 20px;
}

.img-avatar {
  float: center;
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 50%;
}

.img-big-avatar {
  float: center;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
}

.error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: normal;
  color: #e3342f;
}

.hand{
  cursor: pointer;
}

.no-margin{
  padding: 0 !important;
  margin: 0 !important;
}

.card-body{
  padding: 1rem !important;
}

.content{
  padding: 0 !important;
}

.no-style{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.small-text {
  font-size: small;
}