@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,700|Roboto:300,700|Roboto+Condensed:700');
@import url('/Fonts/MaterialIcons/material-icons.css');
/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.cropbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
  z-index: 1001;
}
.cropbox .crop {
  overflow: hidden;
  background: #212121;
  width: 500px;
  height: 500px;
  margin-bottom: 15px;
}
.cropbox .cancel {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cropbox .crop {
    width: 300px;
    height: 300px;
  }
}
.img-avatar {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
.avatar {
  display: inline-block;
  border-radius: 50%;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
  margin-right: 5px;
}
.avatar.avatar-sm {
  max-width: 48px;
  height: auto;
}
.filter {
  color: #9E9E9E;
  background-color: #FAFAFA;
  border-radius: 9px;
  padding: 30px 30px 0;
  margin-bottom: 30px;
}
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-icon {
  max-width: 70px;
  margin-right: 15px;
}
.material-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}
.material-link:hover,
.material-link:focus,
.material-link:active {
  text-decoration: none;
}
.material-link .material-icons {
  margin-right: 5px;
}
.material-icons {
  vertical-align: middle;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-default {
  color: #E91E63;
}
.title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.bootstrap-tagsinput {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  min-height: 42px;
  padding: 2px;
  margin-bottom: 30px;
  box-shadow: none;
  cursor: text;
  flex-wrap: wrap;
}
.bootstrap-tagsinput input[type='text'] {
  font: 300 18px/1em 'Roboto', sans-serif;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 3px 3px 3px 7px;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input[type='text']:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  font: 300 18px/1em 'Roboto', sans-serif;
  margin: 3px;
  padding: 5px;
}
.bootstrap-tagsinput .tag.big {
  color: #ffffff;
  background-color: #CDDC39;
  border-radius: 5px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\00D7";
  font-weight: bold;
  padding: 0px 2px;
}
.gallery {
  padding-right: 15px;
}
.gallery > div {
  padding-right: 0;
  margin-top: 15px;
}
.modal-content {
  border-radius: 0;
}
.panel-empty {
  padding: 100px 0;
  text-align: center;
  font: 300 18px/1em 'Raleway', sans-serif;
  color: #BDBDBD;
  background-color: #FAFAFA;
  border-radius: 24px;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  /*height:2em;*/
  padding: .25em;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__frame {
  transition: none;
}
.upload-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.upload-container .upload {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(33, 33, 33, 0.5) url("/Images/icon-upload.svg") no-repeat center;
}
.top-buffer-sm {
  margin-top: 15px;
}
.rating {
  display: flex;
  align-items: center;
}
.rating.rating-center {
  flex-direction: column;
}
.rating .star {
  width: 134px;
  height: 24px;
  background: url(../Images/bg-Rate.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.rating .star.star-0 {
  background-position: 2px -2px;
}
.rating .star.star-1 {
  background-position: -2px -36px;
}
.rating .star.star-2 {
  background-position: -2px -70px;
}
.rating .star.star-3 {
  background-position: -2px -104px;
}
.rating .star.star-4 {
  background-position: -2px -138px;
}
.rating .star.star-5 {
  background-position: -145px -2px;
}
.rating .star.star-lg {
  width: 178px;
  height: 32px;
  background: url('../Images/bg-Rate.png') no-repeat;
  display: inline-block;
}
.rating .star.star-lg.star-0 {
  background-position: -293px -2px;
}
.rating .star.star-lg.star-1 {
  background-position: -293px -36px;
}
.rating .star.star-lg.star-2 {
  background-position: -293px -70px;
}
.rating .star.star-lg.star-3 {
  background-position: -293px -104px;
}
.rating .star.star-lg.star-4 {
  background-position: -293px -138px;
}
.rating .star.star-lg.star-5 {
  background-position: -483px -2px;
}
.ngrateit {
  display: flex;
  justify-content: center;
}
.ngrateit-star {
  background-size: 32px;
}
.statistic {
  margin-bottom: 30px;
}
.statistic > .material-icons {
  font-size: 48px;
  color: #ffffff;
  background-color: #E91E63;
  border-radius: 9px;
  vertical-align: bottom;
  margin-right: 10px;
  padding: 10px;
}
.statistic > .number {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -0.1em;
  text-align: right;
  color: #000000;
  font-size: 80px;
}
.statistic > label {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 2px solid #E91E63;
  text-transform: uppercase;
  color: #BDBDBD;
}
-webkit-keyframes autofill to {
  color: #666;
  background: transparent;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.form-group {
  margin-bottom: 15px;
}
.form-group.error label {
  color: #D50000;
}
.form-group.error .form-control {
  border: 2px solid #D50000;
  padding-right: 37px;
  background: url("../Icons/ic_error_red_24px.svg") no-repeat center right;
}
.value {
  font: 300 18px/1.5em 'Roboto', sans-serif;
  color: #212121;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-control {
  height: 42px;
  font: 300 18px/1.5em 'Roboto', sans-serif;
  color: #424242;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url("/Images/icon-arrow-down.svg") no-repeat center right;
}
input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #E0E0E0;
}
.form-control:focus {
  border-color: #E91E63;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.form-control-lg {
  height: 54px;
  font: 300 24px/1em 'Roboto', sans-serif;
}
.input-group-addon {
  border: 1px solid #E0E0E0;
}
.validation-message {
  opacity: 0;
  font: 700 12px/1.5em 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #D50000;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
label {
  display: block;
  color: #000000;
  font: 400 12px/1.5em 'Raleway', sans-serif;
}
label.radio-inline {
  font: 300 18px/1.25em 'Roboto', sans-serif;
  color: #212121;
}
label.req {
  font-weight: 700;
}
label span {
  color: #BDBDBD;
  font-weight: normal;
}
label span:before {
  content: ' ';
}
div.checkbox label {
  font: 300 18px/1.5em 'Roboto', sans-serif;
  color: #212121;
  display: inline-block;
}
h2.separator {
  font: 300 36px/1em 'Raleway', sans-serif;
  color: #E91E63;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  margin: 15px 0;
}
h2.separator + table {
  margin-top: -30px;
}
.btn {
  border: none;
  text-transform: uppercase;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn.active.focus,
.btn:active.focus,
.btn.active:focus,
.btn:active:focus,
.btn.focus,
.btn:focus {
  outline: none;
  outline-offset: unset;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #E91E63;
}
.btn.btn-default.active.focus,
.btn.btn-default:active.focus,
.btn.btn-default.active:focus,
.btn.btn-default:active:focus,
.btn.btn-default.focus,
.btn.btn-default:focus {
  color: #ffffff;
  background-color: #c1134e;
}
.btn.btn-lg {
  font: 700 24px/1em 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 15px 30px;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 30px;
  border-radius: 9px;
}
form .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
  margin-top: 30px;
}
.table > tbody > tr.inactive {
  color: #9E9E9E;
  background-color: #F5F5F5;
}
.table td:last-child {
  text-align: right;
}
.table td.text-left {
  text-align: left;
}
.table > thead > tr > td,
.table > thead > tr > th {
  border-bottom-color: #E91E63;
  padding: 5px;
  vertical-align: middle;
}
.table > thead > tr > td:first-child,
.table > thead > tr > th:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .table > thead > tr > td:first-child,
  .table > thead > tr > th:first-child {
    padding-left: 10px;
  }
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  padding: 15px 5px;
  vertical-align: middle;
}
.table > tbody > tr > td .material-icons,
.table > tbody > tr > th .material-icons {
  margin-left: 15px;
}
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .table > tbody > tr > td:first-child,
  .table > tbody > tr > th:first-child {
    padding-left: 10px;
  }
}
.table.table-review {
  font-size: 12px;
  margin-top: -15px;
}
.table.table-review tr:first-child > td {
  border-top: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(233, 30, 99, 0.5);
}
.nav-tabs {
  margin-bottom: 30px;
  border-bottom: 0;
}
.nav-tabs > li > a {
  color: #ffffff;
  background-color: #212121;
  text-transform: uppercase;
  border-radius: 24px;
  border: 0;
  padding: 5px 15px;
  margin-right: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #ffffff;
  background-color: #E91E63;
  border: 0;
}
.breadcrumb a {
  text-transform: uppercase;
}
.pagination > li > a,
.pagination > li > span {
  color: #E91E63;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #212121;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #FF3D00;
  text-transform: uppercase;
  font-size: 11px;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #FF3D00;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #FF3D00;
  background-color: #FF9E80;
  border-color: #FF3D00;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #E0E0E0;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #E0E0E0;
  background-color: #FAFAFA;
  border-color: #E0E0E0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #E91E63;
  border-color: #E91E63;
}
.help-block {
  display: inline-block;
  font-size: 11px;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #E91E63;
}
.well {
  border: 0;
  background-color: #FAFAFA;
  border-radius: 24px;
  box-shadow: none;
}
ul.list-inline > li > label.value {
  margin-top: 8px;
  margin-bottom: 8px;
}
#auth-login .auth-error {
  display: flex;
  align-items: center;
  font: 300 24px/1.25em 'Raleway', sans-serif;
  margin-bottom: 30px;
}
#auth-login .auth-error .material-icons {
  margin-right: 15px;
}
#auth-login .panel-left {
  position: relative;
  background: url(../../Images/bg-login.svg) no-repeat;
  background-color: #E91E63;
  background-size: cover;
  min-height: 100vh;
}
#auth-login .panel-left .pattern {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
#auth-login .panel-left .pattern .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#auth-login .panel-left .pattern .signature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#auth-login .panel-right {
  color: #E91E63;
  background-color: #ffffff;
  min-height: 100vh;
  padding: 10vw;
}
#auth-login .panel-right h1 {
  color: #E91E63;
  padding-bottom: 15px;
  border-bottom: 2px solid #E91E63;
  margin-bottom: 30px;
}
#auth-login .panel-right label {
  color: #212121;
}
#auth-login .panel-right div.email-wrapper {
  display: inline-block;
  width: 100%;
}
#auth-login .panel-right div.email-wrapper input[type='email'] {
  background: #ffffff url('/Images/MaterialIcons/ic_account_box_black_24px.svg') no-repeat 10px 10px;
  padding-left: 40px;
}
#auth-login .panel-right div.password-wrapper {
  display: inline-block;
  width: 100%;
  background: #ffffff url('/Images/MaterialIcons/ic_lock_black_24px.svg') no-repeat 10px 10px;
}
#auth-login .panel-right div.password-wrapper input[type='password'] {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent;
  padding-left: 40px;
}
#auth-login .panel-right .forgot {
  color: #E91E63;
  line-height: 54px;
}
body {
  overflow-x: hidden;
}
/* GENERAL STRUCTURE */
#wrapper > .sidebar {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 250px;
  background-color: #E91E63;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper > .sidebar .menu {
  height: 300px;
  overflow-y: auto;
  /*&::-webkit-scrollbar {
				width: 5px;
			}

			&::-webkit-scrollbar-track {
				background-color: transparent;
			}

			&::-webkit-scrollbar-thumb {
				background-color: @palette-White-500;
			}*/
}
#wrapper > .sidebar .signature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#wrapper > .content {
  position: relative;
  margin-left: 250px;
  padding: 80px 0 30px;
  min-width: 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.open > .sidebar {
  left: 0;
}
#wrapper.open > .content {
  margin-left: 250px;
}
/* MENU */
#wrapper > .sidebar .user {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper > .sidebar .user p {
  margin-top: 15px;
  font: 300 18px/1em 'Raleway', sans-serif;
  color: #ffffff;
}
#wrapper > .sidebar .user p small {
  font-size: 12px;
}
#wrapper > .sidebar .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrapper > .sidebar .menu ul li {
  border-top: 1px solid #c1134e;
}
#wrapper > .sidebar .menu ul li a {
  font: 300 18px/1em 'Raleway', sans-serif;
  width: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
}
#wrapper > .sidebar .menu ul li a div .material-icons {
  line-height: 1.5em;
  padding: 0 12px;
}
#wrapper > .sidebar .menu ul li a div.icon {
  width: 50px;
  text-align: center;
}
#wrapper > .sidebar .menu ul li a div.area {
  font-weight: 400;
}
#wrapper > .sidebar .menu ul li a div.link {
  margin: 8px 0 7px;
}
#wrapper > .sidebar .menu ul li a div.arrow {
  margin-left: auto;
}
#wrapper > .sidebar .menu ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #eb3573;
}
#wrapper > .sidebar .menu ul li a:active,
#wrapper > .sidebar .menu ul li a:focus {
  text-decoration: none;
}
#wrapper > .sidebar .menu ul li .menu-item > .arrow > .material-icons .on {
  display: none;
}
#wrapper > .sidebar .menu ul li .menu-item > .arrow > .material-icons .off {
  display: inline;
}
#wrapper > .sidebar .menu ul li.selected .menu-item > .arrow > .material-icons .on {
  display: inline;
}
#wrapper > .sidebar .menu ul li.selected .menu-item > .arrow > .material-icons .off {
  display: none;
}
#wrapper > .sidebar .menu ul li.selected .submenu {
  height: auto;
}
#wrapper > .sidebar .menu ul li .submenu {
  background-color: #d81557;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* TOPBAR */
nav.navbar-controlpanel {
  z-index: 1000;
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  left: 250px;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 300px;
  color: #ffffff;
  background-color: #212121;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav.navbar-controlpanel div {
  color: #ffffff;
}
nav.navbar-controlpanel div a {
  color: #ffffff;
}
nav.navbar-controlpanel div .material-icons {
  line-height: 1.5em;
}
nav.navbar-controlpanel div #menu-toggle {
  padding: 12px 0 12px 12px;
}
nav.navbar-controlpanel div.title {
  padding: 12px 0 12px 12px;
  font: 400 18px/1em 'Raleway', sans-serif;
}
nav.navbar-controlpanel div.quit {
  padding: 12px 12px 12px 0;
  margin-left: auto;
}
/* RESPONSIVE */
@media (min-width: 1200px) {
  #wrapper nav.navbar-controlpanel .menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  #wrapper > .sidebar {
    left: -250px;
  }
  #wrapper > .content {
    margin-left: 0;
  }
  #wrapper nav.navbar-controlpanel {
    min-width: 300px;
    left: 0;
  }
  #wrapper.open > .sidebar {
    left: 0;
  }
  #wrapper.open > .content {
    margin-left: 250px;
  }
  #wrapper.open nav.navbar-controlpanel {
    min-width: 300px;
    left: 250px;
  }
}
body {
  font: 400 14px/1.5em 'Raleway', sans-serif;
}
h1 {
  color: #E91E63;
  font: 300 60px/1em 'Raleway', sans-serif;
  margin: 0;
}
a {
  color: #E91E63;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  color: #c1134e;
}
p + p:last-child {
  margin-bottom: 0;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
  opacity: 1;
}
.ng-confirm-title {
  line-height: 1.25em;
  text-transform: uppercase;
}
.note-editable {
  font: 300 18px/1.5em 'Roboto', sans-serif;
}
.table-container {
  height: 580px;
}
