/*Classical Toolbar*/
/*Classical Menubar*/
/*card color*/
body {
  background-image: url("../bg-min.jpg");
  overflow: hidden;
  max-height: 100%;
  max-width: 100%; }

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center; }

.export-table {
  color: #fff;
  height: auto;
  max-height: none; }

.view-container {
  max-height: 100%; }
  .view-container div {
    max-height: 100%;
    max-width: 100%; }

#outer-spinner {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999; }

#inner-spinner {
  display: table-cell;
  vertical-align: middle; }

.ngdialog {
  z-index: 100 !important; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  background-color: #fff !important; }

.ngDialogForm {
  overflow: hidden; }

.ngDialogLabel {
  font-family: "Roboto", sans-serif;
  color: #fff;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  transform: translate3d(0px, 6px, 0px) scale(0.75) !important;
  padding-left: 2px;
  pointer-events: none;
  position: relative;
  transform-origin: left top 0;
  transition: none !important; }

md-chips input:focus .ngDialogLabel {
  color: #FF00FF; }

.mdChipClose {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  box-shadow: none;
  display: block;
  height: 25px;
  line-height: 24px;
  margin-top: 3px;
  padding: 0;
  position: relative;
  text-align: center;
  transition: background 0.15s linear 0s;
  width: 25px; }

.mdChipClose:hover, .mdChipClose:focus {
  background: rgba(255, 0, 0, 0.8); }

.container {
  padding: 10px; }

/*Classic Toolbar styles*/
.classicToolbar {
  background-color: #BC3515 !important; }
  .classicToolbar div {
    margin: auto 0;
    text-align: center; }
    .classicToolbar div button {
      float: left; }
    .classicToolbar div button md-icon {
      color: #fff !important; }
    .classicToolbar div .header {
      display: inline-block;
      vertical-align: middle; }
      .classicToolbar div .header span {
        text-align: center;
        font-size: 33px;
        color: #fff;
        font-family: "Roboto", sans-serif; }

/*Classic Navigation styles*/
#classicNavigation {
  background-color: #000;
  overflow: hidden; }
  #classicNavigation md-toolbar {
    background-color: #b73019; }
  #classicNavigation div {
    overflow: auto; }
  #classicNavigation div .menuHeader {
    margin: 10px 15px; }
    #classicNavigation div .menuHeader img {
      width: 75%;
      margin: 0 auto; }
    #classicNavigation div .menuHeader div {
      font-size: 26px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      text-align: center;
      color: #fff; }
  #classicNavigation ul {
    padding: 0;
    display: block; }
    #classicNavigation ul li {
      padding: 10px 20px;
      font-size: 20px;
      font-weight: 400;
      color: #fff;
      font-family: "Roboto", sans-serif;
      border-bottom: 2px solid #343434; }
      #classicNavigation ul li span {
        margin-left: 10px; }
        #classicNavigation ul li span strong {
          margin-left: 10px; }

.menuIcon {
  color: #fff; }

.menuActive {
  background-color: #d04a31; }

.editIcon {
  height: 50%;
  position: absolute;
  right: 50%;
  top: 50%;
  width: auto !important;
  -moz-transform: translate(55%, -50%);
  -webkit-transform: translate(55%, -50%);
  -ms-transform: translate(55%, -50%);
  -o-transform: translate(55%, -50%);
  transform: translate(55%, -50%); }

.cropButton {
  display: none; }

.editImage {
  max-width: 100%; }

.imageInput {
  display: none !important; }

.barButtons {
  background: none;
  border: none;
  padding: 5px; }

.barIcons {
  font-size: 20px;
  color: #fff; }

.addBox {
  border: 1px solid #fff;
  height: 170px;
  width: auto;
  max-width: 170px;
  position: relative; }
  .addBox button {
    position: absolute;
    left: 29%;
    top: 40%; }

.searchIcon {
  color: #fff;
  position: absolute;
  right: 35px;
  top: 49%;
  font-size: 16px; }

.ng-jcrop-thumbnail-wrapper {
  display: none; }

cropme .step-1, cropme .step-2, cropme img {
  max-width: 100%; }

.md-select-menu-container {
  z-index: 100; }

.dailyReport {
  color: #fff;
  font-size: 25px;
  padding-bottom: 10px; }

.md-datepicker-calendar-pane{
  z-index: 100;
  background-color: #FFF;
}

.artistCard.couponCard{
  /*height: 140px;*/
  height: 65px;
  margin: 10px 0px;
}

.artistCard.couponCard .artistName{
  margin: 25px 0 0;
  padding: 10px 5px;
  background-color: #d04a31;
  text-transform: uppercase;
  min-height: 95px;
  font-size: 13px;
  text-align: center;
  display: table;
  width: 100%;
}

.artistCard.couponCard .artistName span{
  display: table-cell;
  vertical-align: middle;
}

.artistCard.couponCard .artistName.inactiveArtist{
  background-color: #555555;
}

.artistCard.couponCard .addBox button{
  left: 3%;
  /*top: 30%;*/
  top: 10%;
  width: 94%;
}

.couponForm md-input-container{
  padding-top: 10px;
  padding-bottom: 10px;
}

.couponForm md-content md-content{
  display: inline-block;
  width: 100%;
}
.couponForm .md-chips .md-chip{
  height: auto;
  text-align: center;
}
.couponForm md-input-container:not(.md-input-has-value) input:not(:focus){
  color: inherit;
}

.couponDateLabel{
  margin-top: 8px;
}

.couponForm md-checkbox{
  font-size: 14px;
  line-height: 16px;
}

.couponRadioButtons{
  font-size: 14px;
  width: 100%;
  clear: both;
  float: left;
}

.couponRadioButtons md-radio-button{
  margin: 0px;
  outline: none;
}

.couponRadioButtons md-radio-button .md-ripple-container{
  display: none;
}

.coupon-half-input-container{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    flex-direction: initial;
    position: initial;
    float: left;
}
.errorCouponMessage{
  font-size: 14px;
}
.couponlimitContainer{
  text-align: center;
  color: #FFF;
}

.settingCard .couponlimitContainer{
  color: #000;
}

.couponlimitContainer .layout-row > div{
  border: 1px solid #000;
}
.couponlimitContainer .layout-row div strong{
  padding: 5px;
  display: block;
}
.purchaseContainer{
  text-align: center;
  color: #FFF;
}
.purchaseContainer .layout-row div{
  border: 1px solid #000;
}
.purchaseContainer .layout-row div strong{
  padding: 5px;
  display: block;
}
.planContainer{
  text-align: center;
}
.planContainer .layout-row div{
  border: 1px solid #FFF;
}
.planContainer .layout-row div strong{
  padding: 5px;
  display: block;
}
.inactivePlan{
  background-color: #AAA;
}
.layout-wrapper{
  max-height: 100%;
  overflow:hidden;
}
.layout-innerWrapper{
  overflow:hidden;
}
#classicContent{
  overflow: auto;
  min-height:600px
}
.couponLimitTable{
  width: 100%;
}
.purchaseTable{
  width: 100%;
}
.planTable{
  width: 100%;
  color: #FFF;
}
.couponTable{
  width: 100%;
  margin: 0 0 0 0;
  word-wrap: break-word;
}
.couponTableRows{
  background-color: #d05f49;
  color: #FFFFFF;
}
.couponTableRows.inactiveArtist{
  background-color: #555555;
}
.couponTableHeadRows{
  background-color: #FFFFFF;
  color: #000000;
}
.ngdialog{
  background-color: rgba(0,0,0,0.5);
}
#classicNavigation div .menuHeader{
  max-height: none;
}
#classicNavigation div.sideNavClassic{
  max-height: none;
  height: 100%;
}
.activeCheck md-radio-group{
  float: left;
  width: 100%;
  color: #FFF;
}
.activeCheck md-radio-group md-radio-button{
  margin: 0px;
}
classic-toolbar.layout-row{
  display: inline-block;
}
.squareBtn {
    background: #cacaca;
    border-radius: 3px;
    padding: 8px;
    margin: 0px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.customHeading {
    width: 100%;
    float: left;
}
.squareBtn.cancelBtn {
    top: 0px;
    right: 0px;
    position: absolute;
}
.singleLineRadio md-radio-button{
  margin: 0; 
}
/*# sourceMappingURL=app.css.map */