﻿.native-currency {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
  margin: 0px 10px 10px;
}
.native-currency span {
  color: #71b1d1;
}
.calendarYearMonth {
  margin-left: 15px;
}
.calendarYearMonth yearmonth {
  margin-left: 8px;
  font-weight: bold;
  color: green;
}
.customRadio {
  float: none;
}
.dateRange .ng-invalid {
    border-color: red;
} 
label [name='last2Weeks'] {
    position: relative;
    top: 2px;
}
.profileGridStyle .ngCell .ng-invalid[class~='ng-pristine'] {
  border-color: #cccccc;
}
.profileGridStyle {
  position: relative;
  width: 99% !important;
  top: 0;
  /*.ngCanvas {
       width: 99% !important;
    }
    .ngRow {
       width: 99% !important;
    }*/
}
.profileGridStyle .ngViewport {
  height: auto !important;
  overflow: visible;
}
.profileGridStyle .gridCellInput {
  width: 100%;
  height: 30px;
}
.profileGridStyle .gridCellInput:focus {
  background-color: #f3ecc2;
}
.profileGridStyle .ngCell {
  overflow: visible;
}
.profileGridStyle .ngCell .multiSelect .button {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5px 3px;
  width: 250px;
}
.profileGridStyle .ngCell .multiSelect .checkboxLayer {
  /*border-radius: 1px;
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
}
.profileGridStyle .ngCell .ng-invalid {
  border: 1px solid red;
  z-index: 1000;
}
.profileGridStyle .ngCell .ng-invalid[class~='ng-pristine'] {
  border-color: #cccccc;
}
.profileGridStyle .ngCell button {
  border-radius: 0;
  font-size: 13px;
  padding: 5px 12px;
  line-height: 1.4;
}
.profileGridStyle .ngCell .form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 30px;
}
.profileGridStyle.width100 {
    width: 100% !important;
}
.uiGridEditableControl {
  position: relative;
  width: 100% !important;
  height: 30px;
  top: 0;
}
.no-padding {
  padding: 0px;
}
.arProfileGrid input[type="text"] {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.arProfileGrid .inGrid input[type="text"] {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.arProfileGrid button {
  height: 30px;
}
.arProfileGrid .tdCode {
  width: 15px;
}
.arProfileGrid .tdAmount {
  width: 95px;
}
.arProfileGrid .tdDescription {
  width: 250px;
}
.arProfileGrid .tdGl {
  width: 150px;
}
.arProfileGrid .divGl {
  width: 180px;
}
.arProfileGrid .tdRevenueCode .button {
  width: 420px !important;
}
.arProfileGrid .tdBtn {
  width: 15px;
}
.arProfileGrid .tdRightAlign {
  text-align: right;
}
.arProfileGrid .inValid {
  color: red !important;
}
.table-striped > th {
  font-weight: normal;
}
.class-header {
  padding: 16px;
  border: 1px solid #e4e0e0;
  font-weight: bold;
  font-size: 1.2em;
  /*background-color: rgba(0,0,0,0.4);*/
  background-color: #F6F8FB;
  /*color: #fff;*/
}
.list-style-none {
  list-style: none;
  margin-left: 0;
}
.asset-class-list {
  display: block;
  padding: 15px 0 15px 0;
  background-color: #cccccc;
  border-top: 1px #ccccff;
}
.btn-icon {
   /*padding: 8px;*/
  font-size: 16px;
  margin-left: 0;
}
.btn-pure {
  color: #a3afb7;
}
.on-default {
  color: #a3afb7;
}
/*tr:hover {
        background-color: #7986AC !important;
    }*/
.btn-pure,
.btn-pure.active,
.btn-pure:active,
.btn-pure:focus,
.btn-pure:hover,
.btn-pure[disabled],
.open > .dropdown-toggle.btn-pure,
fieldset[disabled] .btn-pure {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-pill-left {
  border-radius: 500px 0 0 500px;
}
.btn-pill-right {
  border-radius: 0 500px 500px 0;
}
.btn-outsideline {
  color: #62a8ea;
  background-color: transparent;
  /*color: #fff;*/
}
.btn-outline {
  /*color: #62a8ea;*/
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-outline:hover,
.btn-outline:focus {
  color: #62a8ea;
  background-color: #FFF;
  border-color: #FFF;
}
.pad-bottom-15 {
  padding-bottom: 15px;
}
.form-group.margin-bottom0 {
    margin-bottom: 0px !important;
}
.pad-right {
    padding-right: 8px;
}
.font-weight-normal {
    font-weight: normal;
}
/*# sourceMappingURL=bas-profiles.css.map */