.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.bodydiv {
  width: 100%;
  height: 100vh;
}

.bodydiv.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Login_Background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bodydiv.agb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding: 25px 15px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Login_Background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bodydiv.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding: 25px 15px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Login_Background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.loginlogo {
  width: 150px;
  margin-bottom: 15px;
}

.loginmaindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10px;
}

.loginleftdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
}

.loginrightdiv {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url('../images/Login_Mood.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.defaultheader {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.defaultheader.underline {
  border-bottom: 1px solid #d4d4d4;
}

.defaultheader.underline.marginbottom {
  margin-bottom: 15px;
  font-size: 20px;
}

.defaultheader.underline.marginbottom.centeralignment {
  line-height: 33px;
  text-align: center;
}

.defaultheader.underline.marginbottom.centeralignment.newtask {
  margin-bottom: 25px;
}

.defaultheader.underline.marginbottom.centeralignment.mytasks {
  margin-bottom: 25px;
}

.defaultheader.marginbottom {
  margin-bottom: 20px;
}

.defaulttext {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: left;
}

.defaulttext.marginbottom {
  margin-bottom: 15px;
}

.defaulttext.marginbottom.centeralignment {
  text-align: center;
}

.defaulttext.marginbottom.centeralignment.margintopbottom {
  margin-top: 25px;
  margin-bottom: 25px;
}

.defaulttext.small {
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}

.defaulttext.small.centeralignment {
  text-align: center;
}

.defaulttext.footer {
  font-size: 12px;
  line-height: 15px;
}

.defaulttext.footer.separator {
  height: auto;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.defaulttext.accordeon {
  width: auto;
  margin: 10px 10px 10px 40px;
}

.defaulttext.bold {
  font-weight: 400;
}

.defaulttext.bold.rightalignment {
  text-align: right;
}

.defaulttext.bold.centeralignment.dashboardmargin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.defaulttext.bold.groupcard {
  font-size: 12px;
}

.defaulttext.bold.minwidth {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.defaulttext.centeralignment {
  text-align: center;
}

.defaulttext.centeralignment.marginbook {
  margin-bottom: 10px;
}

.defaulttext.cardleft {
  width: 150px;
  margin-right: 10px;
  text-align: right;
}

.defaulttext.tabbar {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.defaulttext.medium {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 15px;
}

.defaulttext.filter {
  font-weight: 400;
  text-transform: uppercase;
}

.defaulttext.filter.item {
  line-height: 16px;
  text-transform: none;
}

.defaulttext.grey {
  color: #b3b3b3;
  font-weight: 400;
}

.defaulttext.grey.collapsed {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.defaulttext.grey.collapsed.marginleft {
  margin-left: 10px;
}

.defaulttext.groupcardcontent {
  font-size: 12px;
  font-weight: 400;
}

.defaulttext.groupcardcontent.staticwidth {
  width: 75px;
  margin-right: 5px;
  text-align: right;
}

.defaulttext.groupcardcontent.autowidth {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.defaulttext.rightalignment {
  text-align: right;
}

.defaultbutton {
  width: 100%;
  border: 1px solid #319bcd;
  border-radius: 6px;
  background-color: #319bcd;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.defaultbutton:hover {
  border: 1px solid #319bcd;
  background-color: #fff;
  color: #319bcd;
}

.defaultbutton.yellow {
  background-color: #f2bf51;
  color: #333;
}

.defaultbutton.yellow.marginbottom {
  margin-bottom: 15px;
  border-style: none;
  border-width: 0px;
}

.defaultbutton.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.defaultbutton.card.leftmargin {
  margin-left: 5px;
}

.defaultbutton.card.rightmargin {
  margin-right: 5px;
}

.defaultbutton.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.defaultbutton.dashboard.marginbottom {
  height: 30px;
  margin-bottom: 5px;
}

.defaultbutton.dashboard.marginbottom.mobile {
  display: none;
}

.defaultbutton.dashboard.autowidth {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.defaultbutton.dashboard.autowidth.marginleft {
  margin-left: 5px;
}

.defaultbutton.plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.defaultbutton.marginbottom {
  margin-bottom: 5px;
}

.loginfooterdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding: 5px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
}

.loginfooterdiv.agb {
  max-width: 800px;
}

.defaultlink {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.defaultlink.small {
  font-size: 12px;
  line-height: 15px;
}

.defaultlink.small.marginright {
  margin-right: 15px;
}

.defaultlink.maxwidth {
  width: 100%;
}

.veritasfooterlogo {
  width: auto;
  height: 25px;
}

.veritasagblogo {
  width: 250px;
}

.agbmaindiv {
  width: 100%;
  max-width: 800px;
  min-width: 0px;
  margin-bottom: 10px;
  padding: 25px 15px;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
}

.agbmaindiv.overview {
  padding-bottom: 0px;
}

.link {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.link-3 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.accordeonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordeontrigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordeoncontent {
  overflow: hidden;
}

.accordeoncontent.overview {
  padding-top: 0px;
  padding-left: 30px;
}

.accordeonarrow {
  width: 16px;
  margin-right: 15px;
}

.faqbox {
  position: fixed;
  left: auto;
  top: 25px;
  right: 50px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #319bcd;
  border-radius: 20px;
  background-color: #319bcd;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.faqbox:hover {
  background-color: transparent;
  color: #319bcd;
}

.faqbox.staticposition {
  position: static;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.faqbox.mainmenu {
  position: static;
}

.faqbox.mainmenu.marginleft {
  margin-left: 10px;
}

.menumaindiv {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10px;
  padding: 15px 10px;
  background-color: #fff;
}

.menucardcolumn {
  padding: 0px 5px;
}

.menucardlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 235px;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  color: #333;
  text-decoration: none;
}

.menucardlink:hover {
  background-color: #e6e6e6;
}

.plusimage {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}

.menucardheadertext {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.menucontentdiv {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0px;
  background-color: #fff;
}

.menucontentdiv.newtask {
  overflow: hidden;
  background-color: transparent;
}

.menucontentdiv.mytasks {
  overflow: hidden;
  background-color: transparent;
}

.menucontentmaindiv {
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
  padding-bottom: 0px;
}

.defaultformblock {
  width: 100%;
}

.defaultform.mainmenu {
  width: 100%;
}

.defaultrow.leftmargin {
  margin-left: 40px;
}

.defaultrow.leftmargin.topmargin {
  margin-top: 5px;
  margin-left: 0px;
}

.defaultrow.books {
  margin-bottom: 30px;
}

.defaultrow.dashboard {
  margin-bottom: 5px;
}

.defaultcolumn.paddingtop {
  padding-top: 10px;
}

.defaultcolumn.dashboard {
  padding-right: 2px;
  padding-left: 2px;
}

.defaultselect {
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.defaultselect.newtask {
  margin-bottom: 30px;
}

.verticaldiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.taskcarddiv {
  border-radius: 0px;
}

.taskcardheaderdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d2d2d2;
}

.taskcardheaderdiv.dashboard {
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.taskcardcontentdiv {
  min-height: 140px;
  padding: 5px;
  border-radius: 0px 0px 6px 6px;
  background-color: #e2e2e2;
}

.cardrowdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cardrowdiv.nomarginbottom {
  margin-bottom: 0px;
}

.editimage {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
}

.newtaskdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.defaulttextfield {
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
}

.defaulttextfield.newtask {
  margin-bottom: 20px;
}

.mainbookdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

.bookimage {
  width: 100px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
}

.checkbox-label {
  width: 0px;
  height: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboardbodydiv {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dashboardleftdiv {
  display: block;
  overflow: scroll;
  width: 280px;
  height: auto;
  min-height: 0%;
  background-color: transparent;
}

.dashboardrightdiv {
  display: block;
  overflow: scroll;
  width: 280px;
  height: auto;
  min-height: 0px;
  background-color: transparent;
}

.dashboardcenterdiv {
  display: block;
  overflow: scroll;
  width: auto;
  height: auto;
  min-height: 0%;
  min-width: 640px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 5px solid #d6dde3;
  border-left: 5px solid #d6dde3;
  background-color: transparent;
}

.leftfilterdiv {
  padding: 25px 10px 10px;
}

.centercontentdiv {
  overflow: visible;
  padding: 25px 5px 5px;
}

.rightcontroldiv {
  width: auto;
  height: auto;
  padding: 25px 10px 10px;
}

.mobilefunctionbar {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 60px;
  border-top: 5px solid #d6dde3;
  border-right: 0px none #000;
  background-color: transparent;
}

.dashboardmaindiv {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: auto;
  min-height: 0vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block {
  width: 280px;
  height: auto;
  background-color: grey;
}

.functionbarcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.functionbaritem {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-decoration: none;
}

.functionbaritem.left {
  position: relative;
}

.functionitemimage {
  width: 50px;
  height: 20px;
  margin-bottom: 5px;
  border-radius: 20px;
  background-color: transparent;
}

.functionitemimage.filter {
  background-image: url('../images/filter_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.functionitemimage.exercise {
  background-image: url('../images/copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.functionitemimage.group {
  background-image: url('../images/user.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.functionitemimage.finish {
  background-image: url('../images/check-mark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.functionitembubble {
  position: fixed;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: red;
}

.dashboardheaderdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backlink {
  margin-right: 25px;
}

.backlinkimage {
  width: 16px;
  height: 16px;
}

.image {
  width: 36px;
  height: 36px;
  margin-right: 25px;
}

.image-2 {
  width: 25px;
  height: 25px;
  margin-right: 30px;
  margin-left: 5px;
}

.image-3 {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.separator {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 20px;
  background-color: #e4e4e4;
}

.filterwrapper {
  margin-bottom: 10px;
}

.filtertrigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background-color: #e2e2e2;
  cursor: pointer;
}

.filtertrigger:hover {
  border-color: #319bcd;
}

.filtercontent {
  overflow: hidden;
  height: auto;
}

.filterarrow {
  width: 16px;
  height: 16px;
}

.filteritem {
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
}

.filteritem:hover {
  border-color: #319bcd;
}

.filteritem:active {
  background-color: transparent;
}

.dashboardinfoimage {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.maincardfunctiondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none #000;
  border-left: 1px solid #fff;
  background-color: #319bcd;
  cursor: pointer;
}

.maincardfunctiondiv.transparent {
  border-left: 0px none #000;
  background-color: transparent;
}

.maincardfunctiondiv.roundedcornerright {
  border-top-right-radius: 6px;
}

.dashboardfunctionimage {
  width: 24px;
}

.dashboardfunctionimage.bigger {
  width: 30px;
}

.questionmark.small {
  font-size: 20px;
  line-height: 22px;
}

.div-block-2 {
  margin-top: 25px;
  margin-bottom: 24px;
}

.finalbuttondiv {
  margin-top: 15px;
}

.finalbuttondiv.nomargin {
  margin-top: 0px;
}

.taskoverlaydiv {
  position: fixed;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.8);
}

.taskoverlaydiv.final {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlaycontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 800px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.overlaycontent.final {
  height: auto;
  max-width: 400px;
  padding: 10px;
  border-radius: 6px;
}

.impressumimage {
  width: 20px;
  height: 20px;
}

.overlaybuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.pdfviewer {
  width: 100%;
  height: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.overlayclosediv {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.crossimage {
  width: 36px;
  height: 36px;
}

.overlaycrossdiv {
  display: none;
  width: 100%;
  height: auto;
  padding-right: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.groupwrapper {
  margin-bottom: 15px;
}

.grouptrigger {
  cursor: pointer;
}

.groupcontent {
  overflow: hidden;
}

.grouptriggerheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.grouptriggerfunction {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
}

.grouptriggercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.groupcardwrapper {
  margin-bottom: 5px;
}

.groupcardtrigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #d2d2d2;
  cursor: pointer;
}

.groupcardcontent {
  overflow: hidden;
  background-color: #e2e2e2;
}

.groupcardfunctions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.groupcardfunction {
  width: 16px;
  height: 16px;
  cursor: auto;
}

.groupcardverticaldiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cardgroupfunctiondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #319bcd;
  cursor: pointer;
}

.cardgroupfunctiondiv.inactive {
  background-color: #d2d2d2;
  cursor: auto;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.mobilefiltertabdiv {
  position: fixed;
  z-index: 5;
  display: none;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.mobilegrouptabdiv {
  position: fixed;
  z-index: 8;
  display: none;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 100%;
  max-width: 200px;
}

.div-block-6 {
  height: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overviewdropdownimage {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  cursor: pointer;
}

.div-block-9 {
  height: 15px;
}

.mainmenuheaderbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.demobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #319bcd;
  border-radius: 20px;
  background-color: #319bcd;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.demobox:hover {
  background-color: #fff;
  color: #319bcd;
}

.demobox.marginleft {
  margin-left: 10px;
}

.mainmenutransparentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.mainmenucard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.mainmenucard.left {
  margin-right: 5px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  cursor: pointer;
}

.mainmenucard.left:hover {
  background-color: #f3f3f3;
}

.mainmenucard.right {
  margin-left: 5px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  cursor: pointer;
}

.mainmenucard.right:hover {
  background-color: #f3f3f3;
}

.mainmenucardicon {
  width: 75px;
  height: 75px;
  margin-right: 24px;
}

.maincardtextdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbadgediv {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: red;
  -webkit-transform: translate(15px, -15px);
  -ms-transform: translate(15px, -15px);
  transform: translate(15px, -15px);
}

.navbadgetext {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.finaloverlaydiv {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.finaloverlayclosediv {
  position: fixed;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dialogverticaldiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dialoghorizontaldiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 6px 5px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .bodydiv.agb.overview {
    padding-top: 75px;
  }

  .defaulttext.footer.separator {
    display: none;
  }

  .defaulttext.rightalignment {
    margin-bottom: 10px;
  }

  .defaultbutton.dashboard.marginbottom.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .faqbox {
    right: 25px;
  }

  .taskcardheaderdiv {
    padding-left: 5px;
  }

  .dashboardbodydiv {
    min-height: 100vh;
  }

  .dashboardleftdiv {
    display: none;
  }

  .dashboardrightdiv {
    display: none;
  }

  .dashboardcenterdiv {
    min-width: 0px;
    padding-bottom: 0px;
  }

  .centercontentdiv {
    padding-bottom: 5px;
  }

  .mobilefunctionbar {
    display: block;
  }

  .functionbaritem {
    position: static;
  }

  .functionbaritem.center {
    background-color: #fff;
  }

  .functionitemimage.filter {
    height: 30px;
    background-size: 35%;
  }

  .functionitemimage.exercise {
    height: 30px;
    background-color: #dce3f7;
    background-position: 50% 50%;
    background-size: 35%;
  }

  .functionitemimage.group {
    height: 30px;
    background-size: 35%;
  }

  .functionitemimage.finish {
    height: 30px;
    background-size: 35%;
  }

  .finalbuttondiv.hideonmobile {
    display: none;
  }

  .overlayclosediv {
    display: none;
  }

  .crossimage {
    cursor: pointer;
  }

  .overlaycrossdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbadge {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: red;
  }

  .navbadgediv {
    -webkit-transform: translate(25px, -15px);
    -ms-transform: translate(25px, -15px);
    transform: translate(25px, -15px);
  }

  .navbadgetext {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .loginleftdiv {
    width: 100%;
  }

  .loginrightdiv {
    display: none;
  }

  .defaulttext.footer {
    text-align: center;
  }

  .defaulttext.rightalignment {
    text-align: left;
  }

  .loginfooterdiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .defaultlink.small.marginright {
    margin-right: 0px;
    margin-bottom: 3px;
  }

  .veritasfooterlogo {
    margin-top: 5px;
  }

  .faqbox {
    right: 25px;
  }

  .menumaindiv {
    padding-bottom: 5px;
  }

  .menucardlink {
    margin-bottom: 10px;
  }

  .defaultrow.leftmargin.topmargin {
    margin-top: 0px;
    margin-left: 0px;
  }

  .defaultcolumn {
    margin-bottom: 5px;
  }

  .taskcarddiv.overlay {
    display: none;
  }

  .taskcardheaderdiv {
    padding-left: 5px;
  }

  .overlaybuttondiv {
    margin-top: 0px;
  }

  .crossimage {
    width: 24px;
    height: 24px;
  }

  .overlaycrossdiv {
    padding-right: 10px;
  }

  .mainmenutransparentdiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mainmenucard.left {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .mainmenucard.right {
    width: auto;
    margin-left: 0px;
  }

  .maincardtextdiv {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .loginlogo {
    width: 125px;
  }

  .loginleftdiv {
    padding: 30px;
  }

  .defaulttext.bold.centeralignment.dashboardmargin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .defaultbutton.dashboard.autowidth {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .defaultbutton.dashboard.autowidth.marginleft {
    margin-left: 0px;
  }

  .defaultbutton.plus {
    height: 30px;
  }

  .accordeoncontent.overview {
    padding-left: 0px;
  }

  .menucardlink {
    min-height: 200px;
    padding-top: 60px;
  }

  .plusimage {
    width: 40px;
    height: 40px;
  }

  .menucardheadertext {
    font-size: 40px;
    line-height: 40px;
  }

  .taskcardheaderdiv {
    padding-left: 5px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mainmenuheaderbox {
    margin-bottom: 10px;
  }

  .mainmenucard.left {
    width: auto;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainmenucard.right {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainmenucardicon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .maincardtextdiv {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dialoghorizontaldiv {
    margin-top: 10px;
  }
}