body.tmcuicore md-progress-linear .md-default-theme .md-bar .md-container,
body.tmcuicore md-progress-linear .md-container {
  background-color: #D0D0CE;
}
body.tmcuicore md-progress-linear .md-default-theme .md-bar.green-bar .md-bar,
body.tmcuicore md-progress-linear.green-bar .md-bar {
  background-color: #86BC25;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.3s;
}
.animate__animated.animate__fadeInLeft {
  --animate-duration: 0.4s;
}

.tmcuicore {
  font-family: 'Open Sans', sans-serif, Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
}
.tmcuicore .green {
  color: #86BC25;
}
.tmcuicore .body-content {
  background-color: black;
}
.disclaimer {
  font-size: 8px;
}
.dtt-btn-container {
  text-align: center;
  width: 100%;
}
.dtt-btn {
  padding: 5px 10px;
  width: 80px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px auto;
  display: inline-block;
  margin-right: 10px;
}
.dtt-btn:hover {
  cursor: pointer;
}
.dtt-btn.dtt-btn-cancel {
  background-color: #3e5681;
}
.dtt-btn.dtt-btn-primary {
  background-color: #86BC25;
}
.tabContainer {
  border-bottom: 1px #ddd solid;
  margin-left: -10px;
  margin-right: 10px;
  color: #fff;
}
ul.nav-tabs {
  width: 500px;
  margin: 0 auto;
  border-bottom: 0;
}
ul.nav-tabs li.nav-item {
  flex: 1 1 auto;
}
ul.nav-tabs li.nav-item a {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #86BC25;
}
ul.nav-tabs li.nav-item a.active {
  background-color: #0076A8;
  color: #fff;
}
.tabContent {
  margin-top: 20px;
  padding: 10px;
}
.tableTitle {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
table.tmcTable {
  width: 650px;
  margin: 5px auto;
}
table.tmcTable td {
  padding: 5px;
}
table.tmcTable tr.header td {
  font-weight: bold;
  border-bottom: 2px #b7b7b7 solid;
  padding-bottom: 5px;
}
table.tmcTable tr.header + tr td {
  padding-top: 10px;
}
table.tmcTable tr.rowData td {
  padding: 6px 10px;
  border-bottom: 1px #ccc dotted;
}
table.tmcTable tr.rowData td:hover {
  cursor: default;
}
table.tmcTable tr.rowData:nth-child(even) {
  background-color: #eee;
}

.tmcuicore-footer {
  background-color: black;
  color: #fff;
  font-size: 10px;
  height: 40px;
  min-height: initial;
}

.logo-deloitte {
  margin-top: 15px;
  /*margin-left: @sideMenuWidth+10px;*/
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.tmcuicore-header {
  height: 56px;
  border-bottom: 6px #86BC25 solid;
  margin-bottom: 1px;
  background-color: black;
}
.app-title {
  float: right;
  color: white;
  font-size: 22px;
  margin-right: 10px;
  padding-top: 10px;
  display: inline-block;
  font-weight: 400;
  margin-right: 30px;
}

.disclaimer {
  font-size: 8px;
}

.tmcuicore-panel-container {
  background-color: #454545;
  position: absolute;
  /*top: @headerHeight+@headerMargin;*/
  top: 5px;
  bottom: 46px;
  /*left: @sideMenuWidth;*/
  right: 0;
  width: auto;
  padding: 0;
  display: flex;
  overflow-y: hidden;
}
.tmcuicore-panel-container.black {
  background-color: #000;
}
.tmcuicore-panel-container.inIFRAME {
  top: 0;
  bottom: 0;
}
.tmcuicore-panel-container.notInIFRAME {
  padding-top: 70px;
}


.dtHome .containerTable {
  width: 95%;
  margin: 10px auto;
  margin-top: 2px;
  font-size: 16px;
}
.dtHome .containerTable .welcomeText {
  margin-bottom: 10px;
}
.dtHome .containerTable .welcomeText .welcomeRow {
  font-size: 40px;
  margin-bottom: 20px;
}
.dtHome .containerTable .welcomeText > div {
  margin-bottom: 10px;
}
.dtHome .containerTable .guidanceText {
  vertical-align: top;
  padding-left: 30px;
  border-left: 1px solid black;
}
.dtHome .containerTable .leftColumn {
  width: 60%;
  padding-right: 20px;
}
.dtHome .containerTable .selectorTable {
  width: 100%;
  /* Buttons */
  /* Up */
  /* Down */
}
.dtHome .containerTable .selectorTable .country-flag-small {
  width: 16px;
}
.dtHome .containerTable .selectorTable .country-flag-medium {
  width: 32px;
}
.dtHome .containerTable .selectorTable .country-flag-large {
  width: 64px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.dtHome .containerTable .selectorTable td {
  padding-bottom: 10px;
}
.dtHome .containerTable .selectorTable td.proceedRow {
  text-align: center;
}
.dtHome .containerTable .selectorTable .selectedCountry {
  text-align: left;
  vertical-align: top;
}
.dtHome .containerTable .selectorTable .selectedCountry .listOption {
  width: 46%;
  display: inline-block;
  background-color: #00A3E0;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  border-radius: 4px;
  margin: 2%;
  font-size: 16px;
  font-weight: bold;
}
.dtHome .containerTable .selectorTable .selectedCountry .listOption:hover,
.dtHome .containerTable .selectorTable .selectedCountry .listOption.selected {
  background-color: #86BC25;
  cursor: pointer;
}
.dtHome .containerTable .selectorTable .jurisdictionsContainer {
  width: 350px;
}
.dtHome .containerTable .selectorTable .jurisdictionsContainer .jurisdictions {
  height: 300px;
  width: 300px;
  overflow-y: auto;
}
.dtHome .containerTable .selectorTable .jurisdictionsContainer .jurisdictions .jurisdiction {
  padding-bottom: 10px;
}
.dtHome .containerTable .selectorTable .jurisdictionsContainer .jurisdictions .jurisdiction:hover,
.dtHome .containerTable .selectorTable .jurisdictionsContainer .jurisdictions .jurisdiction.selectedJurisdiction {
  cursor: pointer;
  color: #86BC25;
}
.dtHome .containerTable .selectorTable ::-webkit-scrollbar {
  width: 30px;
  background: transparent;
}
.dtHome .containerTable .selectorTable ::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
}
.dtHome .containerTable .selectorTable ::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #00A3E0 transparent;
}
.dtHome .containerTable .selectorTable ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #86BC25 transparent;
}
.dtHome .containerTable .selectorTable ::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 15px 15px 15px;
  border-color: #00A3E0 transparent transparent transparent;
}
.dtHome .containerTable .selectorTable ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #86BC25 transparent transparent transparent;
}
.dtHome .containerTable .entityInfoSection .entityInfo {
  font-size: 16px;
  padding-right: 30px;
  padding-bottom: 15px;
}
.dtHome .containerTable .entityInfoSection .entityInfo .entityName {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.dtHome .flexContainer {
  display: flex;
}
.dtHome .startButton {
  width: 100%;
  border-radius: 4px;
  background-color: #000;
  padding: 10px 25px;
  text-align: right;
  color: #fff;
  font-size: 20px;
}
.dtHome .startButton:hover {
  background-color: #86BC25;
  cursor: pointer;
}
.dtHome .decisionTreeTable {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.dtManager .decisionTreeMenu {
  width: 1200px;
  margin: 30px auto;
  background-color: #000;
  padding: 10px;
  border-radius: 9px;
}
.dtManager .decisionTreeMenu > div {
  width: 45%;
  padding: 10px;
  text-align: center;
  height: 100%;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  vertical-align: top;
}
.dtManager .decisionTreeMenu > div img {
  display: inline-block;
}
.dtManager .instruction {
  font-size: 14px;
  max-width: 80%;
  text-align: center;
  margin: 5px auto;
}
.dtManager.notInIFRAME {
  display: none;
}
.dtManager .unauth {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px dashed #86BC25;
  height: 200px;
  width: 500px;
  text-align: center;
}
.dtManager .unauth .unauthText {
  padding: 20px;
  font-size: 20px;
}

.dtQuestionnaire {
  margin-top: 10px;
}
.dtQuestionnaire .questionnaireArea {
  display: flex;
  justify-content: flex-start;
}
.dtQuestionnaire .questionnaireArea .qHeader {
  font-size: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.dtQuestionnaire .questionnaireArea .taxTypeHeader {
  font-size: 20px;
  margin-bottom: 10px;
}
.dtQuestionnaire .questionnaireArea .flexColumnContainer {
  background-color: #000;
  border-radius: 6px;
  margin-right: 20px;
  padding-left: 10px;
  height: calc(100vh - 80px - 5px - 56px);
}
.dtQuestionnaire .questionnaireArea .flexColumnContainer .key .keyItem {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.dtQuestionnaire .questionnaireArea .flexColumnContainer .key .keyGreen {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #86BC25;
  color: white;
}
.dtQuestionnaire .questionnaireArea .flexColumnContainer .key .keyAmber {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #e4c404;
}
.dtQuestionnaire .questionnaireArea .flexColumnContainer .key .keyRed {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #a90909;
}
.dtQuestionnaire .questionnaireArea ::-webkit-scrollbar {
  width: 1.5em;
  /* Total width including `border-width` of scrollbar thumb */
  height: 0;
}
.dtQuestionnaire .questionnaireArea ::-webkit-scrollbar-thumb {
  height: 1em;
  border: 0.5em solid rgba(0, 0, 0, 0);
  /* Transparent border together with `background-clip: padding-box` does the trick */
  background-clip: padding-box;
  -webkit-border-radius: 1em;
  background-color: #86BC25;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025);
}
.dtQuestionnaire .questionnaireArea ::-webkit-scrollbar-button {
  width: 0;
  height: 10px;
}
.dtQuestionnaire .questionnaireArea ::-webkit-scrollbar-corner {
  background-color: transparent;
}
.dtQuestionnaire .questionnaireArea div.flexColumn {
  width: 32%;
  color: #fff;
  flex-grow: 2;
  align-items: stretch;
  overflow-y: auto;
  background-color: #000;
  border-radius: 6px;
  margin-right: 20px;
  padding-left: 10px;
  height: calc(100vh - 80px - 5px - 56px);
}
.dtQuestionnaire .questionnaireArea div.flexColumn .key .keyItem {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.dtQuestionnaire .questionnaireArea div.flexColumn .key .keyGreen {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #86BC25;
  color: white;
}
.dtQuestionnaire .questionnaireArea div.flexColumn .key .keyAmber {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #e4c404;
}
.dtQuestionnaire .questionnaireArea div.flexColumn .key .keyRed {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #a90909;
}
.dtQuestionnaire .questionnaireArea div.flexColumnSelection {
  width: 20%;
  color: #fff;
  flex-grow: 1;
  align-items: stretch;
  overflow-y: auto;
  background-color: #000;
  border-radius: 6px;
  margin-right: 20px;
  padding-left: 10px;
  height: calc(100vh - 80px - 5px - 56px);
}
.dtQuestionnaire .questionnaireArea div.flexColumnSelection .key .keyItem {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.dtQuestionnaire .questionnaireArea div.flexColumnSelection .key .keyGreen {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #86BC25;
  color: white;
}
.dtQuestionnaire .questionnaireArea div.flexColumnSelection .key .keyAmber {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #e4c404;
}
.dtQuestionnaire .questionnaireArea div.flexColumnSelection .key .keyRed {
  margin-bottom: 15px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #a90909;
}
.dtQuestionnaire .questionnaireArea div.flexColumnSelection md-progress-circular svg path {
  stroke: #86BC25;
}
.dtQuestionnaire .questionnaireArea .questionIndicator {
  margin: 10px 0;
}
.dtQuestionnaire .questionnaireArea .questionNavigation {
  margin-top: 30px;
  height: 60px;
}
.dtQuestionnaire .questionnaireArea .questionNavigation button {
  background-color: #86BC25;
}
.dtQuestionnaire .questionnaireArea .question {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 18px;
}
.dtQuestionnaire .questionnaireArea .answer {
  font-size: 14px;
  color: white;
  padding-top: 15px;
  background-color: #0076A8;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  margin-top: 5px;
}
.dtQuestionnaire .questionnaireArea .answer:hover {
  cursor: pointer;
  background-color: #86BC25;
}
.dtQuestionnaire .questionnaireArea .glossaryTable {
  border-top: 1px solid white;
  margin-top: 20px;
  font-size: 14px;
  width: 100%;
}
.dtQuestionnaire .questionnaireArea .glossaryTable td {
  padding-top: 10px;
}
.dtQuestionnaire .questionnaireArea .glossaryTable td.item {
  font-weight: bold;
  padding-right: 10px;
}
.dtQuestionnaire .questionnaireArea .answersTable {
  width: 100%;
}
.dtQuestionnaire .questionnaireArea .answersTable th,
.dtQuestionnaire .questionnaireArea .answersTable td {
  height: 75px;
  vertical-align: middle;
}
.dtQuestionnaire .questionnaireArea .answersTable .questionText {
  font-weight: 700;
  background-color: #53565A;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.dtQuestionnaire .questionnaireArea .answersTable .answerText {
  margin-bottom: 15px;
  background-color: #005587;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.dtQuestionnaire .questionnaireArea .previousButton {
  float: left;
}
.dtQuestionnaire .questionnaireArea .submitButton {
  float: left;
}
.dtQuestionnaire .questionnaireArea .restartButton {
  float: right;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable {
  /*                th,
                td {
                    height: 20px;
                    overflow: hidden;
                    vertical-align: middle;
                    padding: 10px;
                }*/
  width: 100%;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable .outcomeFlag {
  color: #a90909;
  font-size: 20px;
  padding-left: 20px;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable .statement {
  font-weight: 700;
  background-color: #53565A;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable .outcome {
  margin-bottom: 15px;
  /*background-color: @Deloitte-Green;*/
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable .flag {
  background-color: #a90909;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable .red {
  margin-bottom: 15px;
  /*background-color: @Deloitte-Green;*/
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #a90909;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable .amber {
  margin-bottom: 15px;
  /*background-color: @Deloitte-Green;*/
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #e4c404;
}
.dtQuestionnaire .questionnaireArea .adviceClass .adviceTable .green {
  margin-bottom: 15px;
  /*background-color: @Deloitte-Green;*/
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: #86BC25;
}
.dtQuestionnaire .questionnaireArea .adviceClass .submissionButtons {
  margin: 0 auto;
}
.dtQuestionnaire .questionnaireArea .adviceClass .submissionButtons td {
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.dtQuestionnaire .questionnaireArea .selectionInformation .text {
  width: 100%;
  font-size: 30px;
  padding-top: 10px;
}
.dtQuestionnaire .questionnaireArea .selectionInformation .flag {
  text-align: right;
}
.dtQuestionnaire .questionnaireArea .selectionInformation .flag .country-flag {
  width: 35px;
  padding-left: 5px;
}
.dtQuestionnaire .questionnaireArea .permutationViewer {
  margin-right: 0px;
}
.dtQuestionnaire .questionnaireArea .permutationViewer .progressTick {
  color: #86BC25;
  font-size: 40px;
  padding-left: 20px;
}
.dtQuestionnaire .questionnaireArea .permutationViewer .progressCross {
  color: #a90909;
  font-size: 40px;
  padding-left: 20px;
}
.dtQuestionnaire .questionnaireArea .permutationViewer .permutationsText {
  font-size: 18px;
  padding-right: 40px;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector {
  padding-bottom: 10px;
  margin: auto;
  display: flex;
  align-items: center;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseType {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseType:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseType {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  background-color: #8e8e8e;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseType:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseTypeRed {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  background-color: #a90909;
  border: 1px solid white;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseTypeRed:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseTypeRed {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  background-color: #a90909;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseTypeRed:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseTypeAmber {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  background-color: #e4c404;
  border: 1px solid white;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseTypeAmber:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseTypeAmber {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  background-color: #e4c404;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseTypeAmber:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseTypeGreen {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  background-color: #86BC25;
  border: 1px solid white;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .selectedResponseTypeGreen:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseTypeGreen {
  background-color: #00A3E0;
  padding: 5px;
  border-radius: 2px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  background-color: #86BC25;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .responseTypeGreen:hover {
  cursor: pointer;
  background-color: #00A3E0;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .submissionButton {
  background-color: #0075ba;
  padding: 5px;
  border-radius: 2px;
  width: 120px;
  text-align: center;
  margin-right: 10px;
  height: 30px;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .submissionButton:hover {
  cursor: pointer;
  background-color: #005587;
}
.dtQuestionnaire .questionnaireArea .responseTypeSelector .buttonContainer {
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
}

.modalContainer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9000;
  background-color: #ffffffeb;
}
.modalContainer .popUp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
  width: 400px;
  height: 200px;
  background-color: black;
  border-radius: 5px;
}
.modalContainer .popUp .popUpInfoTable {
  text-align: center;
  color: white;
  margin: 15px;
  height: 100%;
}
.modalContainer .popUp .popUpInfoTable td {
  padding-bottom: 20px;
}
.modalContainer .popUp .popUpInfoTable .popUpButton {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px auto;
}
.modalContainer .popUp .popUpInfoTable .popUpButton:hover {
  cursor: pointer;
}
.modalContainer .popUp .popUpInfoTable .popUpButtonConfirm {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px auto;
  background-color: #86BC25;
}
.modalContainer .popUp .popUpInfoTable .popUpButtonConfirm:hover {
  cursor: pointer;
}
.modalContainer .popUp .popUpInfoTable .popUpButtonConfirm:hover {
  background-color: #a0d93b;
}
.modalContainer .popUp .popUpInfoTable .popUpButtonCancel {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px auto;
  background-color: #a90909;
}
.modalContainer .popUp .popUpInfoTable .popUpButtonCancel:hover {
  cursor: pointer;
}
.modalContainer .popUp .popUpInfoTable .popUpButtonCancel:hover {
  background-color: #d90c0c;
}

.tmcuicore-panel {
  position: relative;
  border-right: 5px #fff solid;
  border-left: 5px #fff solid;
  border-bottom: 10px solid white;
  /*width: calc(~"100vw - @{sideMenuWidth}");*/
  width: 100vw;
  height: 100%;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
}
.tmcuicore-panel.ng-enter {
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.tmcuicore-panel.ng-leave {
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s;
}
.tmcuicore-panel .tmcuicore-panelHeader {
  background-color: #BBBCBC;
  height: 50px;
  display: block;
  border-bottom: 1px #fff solid;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.tmcuicore-panel .tmcuicore-panelHeader .tmcuicore-panel-title {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}
.tmcuicore-panel .tmcuicore-panelHeader .tmcuicore-panel-subtitle {
  font-size: 14px;
}
.tmcuicore-panel .tmcuicore-panelHeader .tmcuicore-panel-filters {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}
.tmcuicore-panel .tmcuicore-panelBody {
  display: block;
  color: #222;
  overflow-y: auto;
  height: 100%;
}
.tmcuicore-panel .tmcuicore-panelBody.black {
  background-color: #000;
}
.tmcuicore-panel-doubleWidth {
  position: relative;
  border-right: 5px #fff solid;
  border-left: 5px #fff solid;
  border-bottom: 10px solid white;
  /*width: calc(~"100vw - @{sideMenuWidth}");*/
  width: 100vw;
  height: 100%;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  width: 1000px;
}
.tmcuicore-panel-doubleWidth.ng-enter {
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.tmcuicore-panel-doubleWidth.ng-leave {
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s;
}
.tmcuicore-panel-doubleWidth .tmcuicore-panelHeader {
  background-color: #BBBCBC;
  height: 50px;
  display: block;
  border-bottom: 1px #fff solid;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.tmcuicore-panel-doubleWidth .tmcuicore-panelHeader .tmcuicore-panel-title {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}
.tmcuicore-panel-doubleWidth .tmcuicore-panelHeader .tmcuicore-panel-subtitle {
  font-size: 14px;
}
.tmcuicore-panel-doubleWidth .tmcuicore-panelHeader .tmcuicore-panel-filters {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}
.tmcuicore-panel-doubleWidth .tmcuicore-panelBody {
  display: block;
  color: #222;
  overflow-y: auto;
  height: 100%;
}
.tmcuicore-panel-doubleWidth .tmcuicore-panelBody.black {
  background-color: #000;
}
.tmcuicore-panel-gray {
  position: relative;
  border-right: 5px #fff solid;
  border-left: 5px #fff solid;
  border-bottom: 10px solid white;
  /*width: calc(~"100vw - @{sideMenuWidth}");*/
  width: 100vw;
  height: 100%;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  background-color: #e9e9e8;
}
.tmcuicore-panel-gray.ng-enter {
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.tmcuicore-panel-gray.ng-leave {
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s;
}
.tmcuicore-panel-gray .tmcuicore-panelHeader {
  background-color: #BBBCBC;
  height: 50px;
  display: block;
  border-bottom: 1px #fff solid;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.tmcuicore-panel-gray .tmcuicore-panelHeader .tmcuicore-panel-title {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}
.tmcuicore-panel-gray .tmcuicore-panelHeader .tmcuicore-panel-subtitle {
  font-size: 14px;
}
.tmcuicore-panel-gray .tmcuicore-panelHeader .tmcuicore-panel-filters {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}
.tmcuicore-panel-gray .tmcuicore-panelBody {
  display: block;
  color: #222;
  overflow-y: auto;
  height: 100%;
}
.tmcuicore-panel-gray .tmcuicore-panelBody.black {
  background-color: #000;
}
.tmcuicore-panel-journey {
  position: relative;
  border-right: 5px #fff solid;
  border-left: 5px #fff solid;
  border-bottom: 10px solid white;
  /*width: calc(~"100vw - @{sideMenuWidth}");*/
  width: 100vw;
  height: 100%;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  border-left: 0px;
  left: -5px;
}
.tmcuicore-panel-journey.ng-enter {
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.tmcuicore-panel-journey.ng-leave {
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s;
}
.tmcuicore-panel-journey .tmcuicore-panelHeader {
  background-color: #BBBCBC;
  height: 50px;
  display: block;
  border-bottom: 1px #fff solid;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.tmcuicore-panel-journey .tmcuicore-panelHeader .tmcuicore-panel-title {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}
.tmcuicore-panel-journey .tmcuicore-panelHeader .tmcuicore-panel-subtitle {
  font-size: 14px;
}
.tmcuicore-panel-journey .tmcuicore-panelHeader .tmcuicore-panel-filters {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}
.tmcuicore-panel-journey .tmcuicore-panelBody {
  display: block;
  color: #222;
  overflow-y: auto;
  height: 100%;
}
.tmcuicore-panel-journey .tmcuicore-panelBody.black {
  background-color: #000;
}
.tmcuicore-panel-review {
  position: relative;
  border-right: 5px #fff solid;
  border-left: 5px #fff solid;
  border-bottom: 10px solid white;
  /*width: calc(~"100vw - @{sideMenuWidth}");*/
  width: 100vw;
  height: 100%;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  border-left: 0px;
  left: -10px;
  background-color: #e9e9e8;
}
.tmcuicore-panel-review.ng-enter {
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.tmcuicore-panel-review.ng-leave {
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s;
}
.tmcuicore-panel-review .tmcuicore-panelHeader {
  background-color: #BBBCBC;
  height: 50px;
  display: block;
  border-bottom: 1px #fff solid;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.tmcuicore-panel-review .tmcuicore-panelHeader .tmcuicore-panel-title {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}
.tmcuicore-panel-review .tmcuicore-panelHeader .tmcuicore-panel-subtitle {
  font-size: 14px;
}
.tmcuicore-panel-review .tmcuicore-panelHeader .tmcuicore-panel-filters {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}
.tmcuicore-panel-review .tmcuicore-panelBody {
  display: block;
  color: #222;
  overflow-y: auto;
  height: 100%;
}
.tmcuicore-panel-review .tmcuicore-panelBody.black {
  background-color: #000;
}

.spinnerContainer {
  position: absolute;
  background-color: rgba(81, 81, 81, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  /*&.ng-enter {
        -webkit-animation: fadeIn 0.5s;
        -moz-animation: fadeIn 0.5s;
        -ms-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
    }

    &.ng-leave {
        -webkit-animation: fadeOut 0.1s;
        -moz-animation: fadeOut 0.1s;
        -ms-animation: fadeOut 0.1s;
        animation: fadeOut 0.1s;
    }*/
}
.spinnerContainer .spinner {
  position: relative;
  top: 30%;
  margin: 0px auto;
  color: white;
  width: 200px;
  height: 200px;
  border: 3px white solid;
  border-radius: 50%;
  z-index: 9000;
  background-color: #000;
}
.spinnerContainer .loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 10px;
  text-indent: -9999em;
}
.spinnerContainer .loader-animation-1 .loading:before,
.spinnerContainer .loading:before {
  width: 1.25em;
  height: 5em;
  margin: -2.5em 0 0 -0.625em;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #86BC25;
  -webkit-animation: loader-animation-1 0.8s infinite ease-in-out;
  animation: loader-animation-1 0.8s infinite ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes loader-animation-1 {
  0%,
  100% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  12.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  25% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -2.5em 0 0 #86BC25, -1.875em 2.5em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -2.5em 0 0 #86BC25, -1.875em 2.5em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  37.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  50% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -2.5em 0 0 #86BC25, 0 2.5em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -2.5em 0 0 #86BC25, 0 2.5em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  62.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
  }
  75% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -2.5em 0 0 #86BC25, 1.875em 2.5em 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -2.5em 0 0 #86BC25, 1.875em 2.5em 0 0 #86BC25;
  }
  87.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
  }
}
@keyframes loader-animation-1 {
  0%,
  100% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  12.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  25% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -2.5em 0 0 #86BC25, -1.875em 2.5em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -2.5em 0 0 #86BC25, -1.875em 2.5em 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  37.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em -1.25em 0 0 #86BC25, -1.875em 1.25em 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  50% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -2.5em 0 0 #86BC25, 0 2.5em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -2.5em 0 0 #86BC25, 0 2.5em 0 0 #86BC25, 1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25;
  }
  62.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 -1.25em 0 0 #86BC25, 0 1.25em 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
  }
  75% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -2.5em 0 0 #86BC25, 1.875em 2.5em 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -2.5em 0 0 #86BC25, 1.875em 2.5em 0 0 #86BC25;
  }
  87.5% {
    -webkit-box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
    box-shadow: -1.875em 0 0 0 #86BC25, 1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, -1.875em 0 0 0 #86BC25, 0 0 0 0 #86BC25, 0 0 0 0 #86BC25, 1.875em -1.25em 0 0 #86BC25, 1.875em 1.25em 0 0 #86BC25;
  }
}

.toast .toastContainer {
  position: absolute;
  z-index: 9000;
  top: 10px;
  left: 40%;
  color: white;
  font-size: 16px;
}
.toast .toastContainer div {
  width: 400px;
  min-height: 40px;
  margin-bottom: 9px;
  padding: 10px;
  border-radius: 3px;
  animation-name: fadeInRight;
  animation-duration: 0.5s;
  text-align: center;
}
.toast .toastContainer div.ng-leave {
  animation-name: fadeOutUp;
  animation-duration: 0.3s;
}
.toast .toastContainer .success {
  background-color: #86BC25;
}
.toast .toastContainer .info {
  background-color: #62B5E5;
}
.toast .toastContainer .error {
  background-color: #d90909;
}
.toast .toastContainer .warning {
  background-color: #f1be25;
}
