@import url(http://fonts.googleapis.com/css?family=Lato:100,
  300,
  400,
  100italic,
  300italic,
  400italic);
body {
  font-family: "Lato", sans-serif;
}

a {
  color: #e62739;
}

a:hover {
  color: #e62739;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  font-weight: 300;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #e62739;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
}

.txt-l {
  text-align: left;
}

p {
  line-height: 180%;
  font-weight: 300;
}

.repeated-item.ng-enter,
.repeated-item.ng-move {
  -webkit-animation: 0.5s rollIn;
  -moz-animation: 0.5s rollIn;
  -o-animation: 0.5s rollIn;
  animation: 0.5s rollIn;
}

.mtop {
  margin-top: 20px;
}

/*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/

.repeated-item.ng-enter.ng-enter-active,
.repeated-item.ng-move.ng-move-active {
  opacity: 1;
}

/*
  We're using CSS keyframe animations for when
  the leave event is triggered for the element
  that has the .repeated-item class
*/

.repeated-item.ng-leave {
  -webkit-animation: 1s hinge;
  -moz-animation: 1s hinge;
  -o-animation: 1s hinge;
  animation: 1s hinge;
  position: absolute;
}

ul.socialicons {
  list-style: none;
  margin-top: -8px;
}

ul.socialicons li {
  float: left;
}

ul.socialicons li i {
  float: left;
  font-size: 25px;
  padding: 5px;
  color: #c44639;
}

ul.socialicons li i:hover {
  float: left;
  font-size: 25px;
  padding: 5px;
  color: #9c3d34;
}

.logo img {
  height: 55px;
  margin-top: -14px;
}

.img {
  width: 100%;
}

.template {
}

.template.headermenu {
  background: #e9e7e7;
  padding: 5px;
  height: 30px;
  font-size: 12px;
  color: #444;
}

.btn-primary {
  color: #fff;
  background-color: #e62739 !important;
  border-color: #e62739 !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  color: #e62739;
  border: 1px solid #e62739;
  -webkit-transition: all 0.5s;
}

.btn-primary:active,
.all-btn:focus {
  background-color: #000 !important;
  color: #fff;
  border: 1px solid #fff !important;
  -webkit-transition: all 0.5s;
}

.template.menu {
  /* background: #e62739; */
  padding: 3px;
  /* font-size: 12px; */
  color: #444;
  margin-top: 10px;
}

.template.footermenu {
  background: #e9e7e7;
  padding: 10px;
  color: #444;
}

.template.content {
}

.template.footer {
  /* background: #5C5B5B; */
  padding: 0;
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
}

.template.footermenu ul {
  list-style: none;
  padding: 0px;
}

.template.footermenu ul li a {
  color: #444;
}

.template.footer a {
  color: #eee;
}

.templatemain.header {
  background-color: #ffffff;
  /*    border-bottom: 3px solid #e62739;*/
}

.templatemain.maincontent {
  /* background-color: #F6F6F6; */
  /* border-bottom: 3px solid #e62739; */
}

.templatemain.menu {
  background-color: #e62739;
  border-right: 3px solid #fff;
  min-height: 510px;
}

.templatemain.footer {
  background-color: #e62739;
}

.menu a {
  color: white;
  font-weight: 300;
}

.menu .list-group-item {
  color: white;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #e62739;
}

a.logo {
  color: #e62739;
  font-size: 30px;
  font-weight: 300;
}

a.logo:hover {
  color: #e62739;
  text-decoration: none;
}

.templatemain.footer {
  background-color: #e62739;
  /*    border-top: 3px solid #fff;*/
}

body {
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.42857143;
  color: rgb(141, 141, 141);
  background-color: #fff;
}
.disabled-btn-date {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.create-btn {
  padding: 6px 12px;
  margin-bottom: 3px;
}

.mr5 {
  margin-right: 5px;
}

.p11 {
  padding: 11px 0px;
}

.logout {
  padding: 9px 32px;
  font-weight: 300;
  border: 1px solid #e62739;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #e62739;
  margin-top: 10px;
  -webkit-transition: all 1s;
}

.bkp {
  background: url("../img/bkp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.logout:hover {
  color: white;
  background-color: #e62739;
  border-color: #fff;
}

.all-btn {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  border: 1px solid #e62739;
  -webkit-transition: all 1s;
}

.all-btn:hover {
  background-color: #fff !important;
  color: #e62739;
  border: 1px solid #e62739;
  -webkit-transition: all 0.5s;
}

.all-btn:active,
.all-btn:focus {
  background-color: #000 !important;
  color: #fff;
  border: 1px solid #fff !important;
  -webkit-transition: all 0.5s;
}

.panel-default > .panel-hdr {
  color: #fff;
  background-color: #e62739;
  border-color: #e62739;
}

.search-box input[type="search"] {
  padding: 6px 5px;
  border: 1px solid #e62739;
}

.search-box input[type="search"]:focus {
  outline: none;
}

.all-btn .badge {
  color: #fff;
  background-color: #e62739;
  border: 1px solid #e62739;
}

.all-btn:hover .badge {
  color: #e62739;
  background-color: #fff;
  border: 1px solid #fff;
}

.box {
  padding: 0;
  border: 1px solid #e62739;
  color: #e62739;
}

.box .icon {
  background: #e62739;
  font-size: 41px;
  color: white;
  text-align: center;
  padding: 40px 0;
}

.box .text {
  /*padding: 10px;*/
  cursor: pointer;
  padding-top: 20px;
}

.box h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.logo .logo span {
  font-size: 30px;
  font-weight: bold;
}

.box p {
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  margin: 0;
}

.panel-default {
  border-color: #e62739;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  color: #444;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #999;
}

.table-bordered {
  border: 1px solid #999;
}

label {
  color: #444;
}

.page-signin .logo {
  font-size: 46px;
  font-weight: 400;
}

.page-signin .signin-header {
  padding: 25px 0;
  background-color: #dfe0e6;
}

.page-signin .signin-body {
  border-top: 1px solid #c2c2c2;
  padding: 70px 10px;
}

.page-signin .form-container {
  max-width: 420px;
  margin: 10px auto;
}

.btn-icon-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 8px;
}

.btn-icon {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bg-twitter {
  background-color: #00c7f7;
  color: #ffffff;
}

.btn-icon:hover {
  color: #ffffff;
}

.bg-facebook {
  background-color: #335397;
  color: #ffffff;
}

.bg-google-plus {
  background-color: #df4a32;
  color: #ffffff;
}

a.btn-icon.btn-icon-sm i {
  line-height: 2;
}

.page-signin .line-thru,
.page-signup .line-thru {
  margin: 1em 0;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.page-signin .line-thru:before,
.page-signup .line-thru:before {
  width: 50px;
  height: 10px;
  background-color: #ffffff;
  content: "";
  margin: -5px 0 0 -20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.page-signin .line-thru:after,
.page-signup .line-thru:after {
  width: 100%;
  border-bottom: 1px solid #dadada;
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  z-index: -2;
}

.page-signin .logo a:hover,
.page-signup .logo a:hover {
  text-decoration: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  font-family: "lato";
  font-weight: 300;
}

p.text-center a:hover {
  text-decoration: none;
}

a.btn-icon.btn-icon-sm.bg-twitter {
  border-radius: 100%;
  height: 32px;
  width: 32px;
  padding: 3px;
}

a.btn-icon.btn-icon-sm.bg-facebook {
  border-radius: 100%;
  height: 32px;
  width: 32px;
  padding: 3px;
}

a.btn-icon.btn-icon-sm.bg-google-plus {
  border-radius: 100%;
  height: 32px;
  width: 32px;
  padding: 3px;
}

p.text-center.pss {
  font-weight: 400;
}

p.text-center.text-muted.text-small {
  font-weight: 400;
}

span.glyphicon {
  /* color: #e62739; */
}

select:-internal-list-box option:checked {
  background-color: #e62739 !important;
  color: #fff !important;
}

.sortcolor {
  background-color: transparent;
  border: 0px;
  color: #e62739;
}

.adjust {
  width: 23%;
  float: right;
  margin-right: 30px;
}

.towardsfilter {
  margin-left: 12px;
}

.adjustout {
  width: 23%;
  float: right;
  margin-right: 200px;
}

.towardsfilterout {
  margin-left: 100px;
}

textarea.form-control + textarea.form-control {
  margin-top: 10px;
}

h4.labeler {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #444;
}

.form-control {
  border: 0px;
  box-shadow: none;
  border: 1px solid #999999;
}

.form-control:focus {
  border-color: #e62739;
  outline: 0;
  color: #444;
  box-shadow: none;
  border-width: 2px;
}

/*.ui-selecter input {
  padding: 10px;
}*/

.selct-height {
  height: 45px;
}

.pdtb {
  padding: 0 15px;
}

.max > input {
  max-width: 100%;
}

.fifty {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.ngdialog-content {
  /*background-color: #fff !important;*/
  width: 100% !important;
  background-color: transparent !important;
  padding: 30px !important;
  border-radius: 0 !important;
}

.navbar-default {
  background-color: transparent;
  border-color: rgba(231, 231, 231, 0);
}

.margright {
  margin-right: 8px;
}

.navbar {
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.marright {
  margin-right: 17px;
  text-align: right;
}

.white-bg {
  padding: 30px;
  background-color: #fff;
}

ngdialog-close {
  display: block;
  left: 65%;
}

.ui-select-container {
  padding: 0px !important;
}

.ui-selecter input {
  padding: 0px;
  border: 0px;
  padding-left: 10px;
  height: -webkit-fill-available;
}

/*.ngdialog-close {
  display: none;
}*/

.ngdialog.ngdialog-theme-default .ngdialog-close {
  right: 20px;
}

.align {
  text-align: center;
}

.count-donor {
  margin: 0 0 20px;
  color: #e62739;
}

/*loading bar start*/

.loadingcfp {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transform: translateY(-50%);
  top: 50%;
  background: rgba(255, 255, 255, 0.75);
}

.in-box {
  width: 200px;
  padding: 40px 0;
  margin: auto;
  font-size: 16px;
  text-align: center;
  position: fixed;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-fading-circle {
  margin: 0px auto 20px;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  -moz-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  -o-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@-moz-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@-o-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*.marb {
    margin-bottom: 20px;
}*/

.nomg {
  margin: 0;
}

.manage {
  margin: 10px 1px 10px 0;
  float: right;
}

/*loading bar end*/

.myhr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 5px solid #eee;
}

.ngdialog-custom1 .ngdialog-content {
  width: 400px !important;
  margin: 0 auto;
  position: relative;
}

.ngdialog-custom1 .ngdialog-content .ngdialog-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: 0;
  font-size: 20px;
}
.error-msg {
  /* color: red; */
  position: absolute;
  right: 0;
  background-color: #ea5249;
  color: white;
  padding: 5px 23px;
  font-size: 11px;
  bottom: -10px;
  text-transform: uppercase;
}
/* .toast-success {
  background-color: #0890ff;
} */
/*toastr*/

.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
  background-color: green;
  padding: 5px;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
  background-color: green;
  padding: 5px;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  background-color: green;
  padding: 5px;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
}
#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
#toast-container .toast.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container .toast.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container .toast.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container .toast.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width .toast,
#toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/*Animations*/
div[toast] {
  opacity: 1 !important;
}
div[toast].ng-enter {
  opacity: 0 !important;
  transition: opacity 0.3s linear;
}
div[toast].ng-enter.ng-enter-active {
  opacity: 1 !important;
}
div[toast].ng-leave {
  opacity: 1;
  transition: opacity 0.3s linear;
}
div[toast].ng-leave.ng-leave-active {
  opacity: 0 !important;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
