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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

.bodydiv {
  width: 100%;
  height: auto;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bodydiv.dashboard {
  min-height: 0;
  background-color: #eeeeef;
}

.defaultcontainer {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.defaultcontainer.paddingtop {
  max-width: 1400px;
  min-height: 0;
  padding-top: 25px;
}

.defaultcontainer.paddingtop.maxwidth {
  max-width: none;
  min-height: 0%;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.defaultcontainer.paddingtop.newcontent {
  max-width: 1000px;
  min-height: 0;
}

.logodiv {
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.loginlogo {
  width: 300px;
}

.logindiv {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logincontentdiv {
  width: 100%;
  max-width: 600px;
  padding: 0;
}

.defaultheader {
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.defaultheader.rightalignment {
  text-align: right;
  margin-bottom: 15px;
}

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

.defaultform {
  border: 1px solid #007caf;
  border-radius: 6px;
}

.defaultform.login {
  border-width: 2px;
  border-color: #1f3350;
  padding: 25px;
}

.defaultform.noborder {
  border-style: none;
  border-width: 0;
}

.defaultsubheader {
  color: #1f3350;
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.defaulttext {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

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

.defaulttext.navigation {
  font-size: 14px;
}

.defaulttext.small {
  font-size: 14px;
  font-weight: 300;
}

.defaulttext.small.maxwidth {
  text-align: center;
  flex: 1;
}

.defaulttext.small.marginbottom.nomargin {
  margin-bottom: 0;
}

.defaulttext.small.red {
  color: red;
}

.defaulttext.small.green {
  color: #00b336;
}

.defaulttext.small.orange {
  color: #e27c00;
}

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

.defaulttext.rightalignment.margintop {
  margin-top: 10px;
}

.defaulttext.rightalignment.maxwidth {
  width: 100%;
}

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

.defaulttext.big {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
}

.defaulttext.moremarginbottom {
  margin-bottom: 25px;
}

.defaulttext.licensemargin {
  margin-bottom: 14px;
}

.defaulttext.light {
  font-weight: 300;
}

.defaulttext.light.marginright {
  margin-right: 15px;
}

.defaulttext.light.marginright.fullwidth {
  flex: 1;
}

.defaulttext.white {
  color: #fff;
}

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

.defaulttextfield.staticwidth {
  width: 250px;
  flex: 0 auto;
  margin-bottom: 0;
}

.defaulttextfield.nomargin {
  margin-bottom: 0;
}

.defaulttextfield.nomargin.fixedwidth {
  width: 200px;
}

.defaulttextfield.nomargin.marginleft {
  margin-left: 5px;
}

.loginbuttondiv {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.defaultbutton {
  text-transform: uppercase;
  background-color: #1f3350;
  border: 1px solid #1f3350;
  border-radius: 6px;
  font-family: Open Sans, sans-serif;
}

.defaultbutton:hover {
  color: #1f3350;
  background-color: #fff;
}

.defaultbutton.marginleft {
  white-space: nowrap;
  background-color: #1f3350;
  border-color: #1f3350;
  margin-left: 5px;
}

.defaultbutton.marginleft:hover {
  color: #1f3350;
  background-color: #fff;
  border-color: #1f3350;
}

.defaultbutton.grey {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.defaultbutton.grey:hover {
  color: #d3d3d3;
  background-color: #fff;
}

.defaultbutton.grey.marginright {
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.defaultbutton.grey.marginright:hover {
  color: #d3d3d3;
  background-color: #fff;
}

.defaultbutton.marginright {
  height: 38px;
  background-color: #1f3350;
  border-color: #1f3350;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.defaultbutton.marginright:hover {
  color: #1f3350;
  background-color: #fff;
}

.defaultbutton.tabbar {
  margin-right: 5px;
}

.loginseparator {
  height: 100%;
  flex: 1;
}

.footerdiv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerlink {
  color: #333;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.navigationdiv {
  width: 100%;
  height: 60px;
  background-color: #1f3350;
  align-items: center;
  padding-left: 15px;
  display: flex;
  position: static;
  top: 0;
}

.navlogo {
  width: 175px;
  margin-right: 25px;
}

.brand {
  width: 0;
  height: 0;
  display: none;
}

.defaultnavlink {
  height: 60px;
  color: #fff;
  background-color: #1f3350;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.defaultnavlink:hover {
  color: #1f3350;
  background-color: #fff;
}

.defaultnavlink.w--current {
  background-color: #2c446b;
}

.defaultnavlink.w--current:hover {
  color: #fff;
}

.navcontentdiv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navseparator {
  height: 1px;
  flex: 1;
}

.navcostumdiv {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navcostumlink {
  width: auto;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.navbadge {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: red;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  right: auto;
  transform: translate(12px, -12px);
}

.badgetext {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.navmaindiv {
  align-items: stretch;
  display: flex;
}

.navburgermenu {
  width: auto;
  height: 60px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.navdropdown {
  width: 100%;
  background-color: #1f3350;
  overflow: hidden;
}

.navdropdowncontent {
  margin: 16px;
}

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

.navdropdownlink {
  width: 100%;
  height: 30px;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.navdropdownlink.costum {
  display: none;
}

.navdropdownimage {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.text-block {
  color: #fff;
}

.navtext {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.containercontentdiv {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 10px 15px;
}

.containercontentdiv.dashboard {
  margin-bottom: 10px;
  padding: 15px;
}

.containercontentdiv.profile {
  padding-bottom: 0;
}

.containercontentdiv.marginbottom {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.containercontentdiv.marginbottom.nocornertop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  overflow: visible;
}

.containercontentdiv.marginbottom.nocornertop.nomargin {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0;
}

.containercontentdiv.transparnet {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.headerbuttonformblock {
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.headerbuttonform {
  align-items: center;
  display: flex;
}

.defaultcontentrow {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 5px;
}

.defaultcontentrow.newmessage {
  background-color: #ffcdcd;
}

.defaultcontentcolumn {
  padding: 10px;
}

.rowbuttondiv {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rowbuttondiv.leftalignment {
  justify-content: flex-start;
}

.rowbuttonlinkdiv {
  margin-left: 5px;
}

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

.paginationdiv {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.paginationdiv.margintop {
  margin-top: 10px;
}

.defaultrowstatusdiv {
  align-items: center;
  display: flex;
}

.defaultrowstatusimage {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

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

.backlinkdiv {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

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

.newcontentrowdiv {
  align-items: center;
  display: flex;
}

.defaultrow.centeralignment {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.defaultrow.centeralignment.topleftassignment {
  align-items: center;
}

.defaultrow.centeralignment.topalignment {
  align-items: flex-start;
}

.defaultrow.centeralignment.topalignment.licensemargin, .defaultrow.centeralignment.licensemargin {
  margin-bottom: 25px;
}

.defaultrow.marginbottom {
  margin-bottom: 10px;
}

.defaultcolumn.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.defaultselect {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.defaultselect.marginright {
  margin-right: 5px;
}

.defaultbody {
  background-color: #eeeeef;
}

.newcontentbuttondiv {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding-right: 10px;
  display: flex;
}

.newcontentbuttondiv.nopadding {
  padding-right: 0;
}

.newcontentbuttondiv.landingpage {
  margin-bottom: 14px;
}

.newcontentbuttondiv.marginbottom {
  margin-bottom: 10px;
}

.newcontentbuttondiv.marginbottom.lessmargintop {
  margin-top: 0;
}

.veritcalseparator {
  width: auto;
  height: 1px;
  background-color: #dadada;
  margin: 30px 15px;
}

.assignmentdiv {
  flex-direction: column;
  display: flex;
}

.assignmentheaderdiv {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.assignmentlistblock {
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dadada;
  border-radius: 6px;
  padding: 10px;
  overflow: scroll;
}

.assignmentlistrow {
  border: 1px solid #dadada;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.assignmentlistcolumns {
  flex: 1;
}

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

.assignmentfunctiondiv {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dashboardheader {
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.gaugechart {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.linechart {
  width: 100%;
  height: 300px;
}

.dashboarddetaildiv {
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.subdomaindiv {
  align-items: center;
  display: flex;
}

.subdomaintext {
  flex: 0 auto;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.clientlink {
  color: #333;
  text-decoration: none;
}

.tabbarlink {
  color: #333;
  margin-right: 5px;
  padding: 10px 15px;
  text-decoration: none;
}

.tabbarlink.w--current {
  color: #fff;
  background-color: #1f3350;
  border-radius: 6px;
}

.defaulttextarea {
  min-height: 150px;
}

.uploaddiv {
  align-items: center;
  display: flex;
}

.uploadlink {
  color: #333;
  margin-left: 10px;
}

.countrydocumentbuttondiv {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  padding-right: 10px;
  display: flex;
}

.dashboarditem {
  background-color: #fff;
  padding: 15px;
}

.dashboarditem.marginright {
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.dashboarditem.marginright.marginleft {
  margin-left: 5px;
}

.dashboarditem.marginleft {
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.dashboarditem.marginleft.chart {
  margin-left: 5px;
}

.dashboarditemimage {
  width: 30px;
  height: 30px;
  margin-bottom: 25px;
}

.dashboarditemimage.user {
  margin-left: 5px;
}

.defaultlinkrow {
  color: #333;
  margin-bottom: 0;
}

.assigneehomediv {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.assigneehomediv.paddingleft {
  padding-left: 250px;
}

.assigneehomediv.paddingleft.license {
  padding-left: 90px;
}

.assigneeheader {
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.licenseradiobutton {
  justify-content: flex-end;
  display: flex;
}

.licenseradiobuttonlabel {
  width: 0;
  height: 0;
}

.defaultcheckboxfield {
  margin-bottom: 0;
}

.defaultcheckboxlabel {
  width: 0;
  height: 0;
}

.alertdiv {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.datacenterselect {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.indexnumber {
  flex: 1;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.caluclationlink {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-left: 5px;
}

.div-block-3 {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
}

.countryconsultantdiv {
  background-color: #1f3350;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px;
}

.salaryhouseaccordeon {
  margin-bottom: 15px;
}

.salaryhouseaccordeontrigger {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0 15px 15px;
  display: flex;
}

.salaryhouseaccordeoncontent {
  overflow: hidden;
}

.salaryhouseaccordeonimage {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.salaryhouseaccordeonimage.trash {
  width: 20px;
  height: 20px;
}

.trashbin {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-4 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-block {
  width: 30px;
  height: 30px;
  flex: 0 auto;
}

.image {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .defaultcontainer.paddingtop.maxwidth {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navcontentdiv {
    flex-direction: row;
  }

  .navseparator {
    display: block;
  }

  .navmaindiv {
    display: none;
  }

  .navburgermenu {
    display: flex;
  }

  .defaultcontentrow.header {
    display: none;
  }

  .assigneehomediv.paddingleft {
    padding-left: 190px;
  }
}

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

  .defaulttext.rightalignment {
    text-align: left;
    margin-bottom: 5px;
  }

  .navcostumlink, .navburgermenu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .defaultrow.centeralignment {
    flex-direction: column;
    align-items: flex-start;
  }

  .veritcalseparator {
    margin-bottom: 20px;
  }

  .dashboarditem.marginright {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .dashboarditem.marginright.marginleft {
    margin-left: 0;
  }

  .dashboarditem.marginright.marginleft.chart {
    margin-bottom: 0;
  }

  .dashboarditem.marginright.chart {
    margin-bottom: 10px;
  }

  .dashboarditem.marginleft, .dashboarditem.marginleft.chart {
    margin-left: 0;
  }

  .assigneehomediv.paddingleft {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .defaulttextfield.staticwidth, .defaulttextfield.nomargin.fixedwidth {
    width: 100%;
  }

  .loginbuttondiv {
    flex-direction: column;
  }

  .defaultbutton {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .defaultbutton.marginleft {
    text-align: center;
    margin-left: 0;
  }

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

  .defaultbutton.marginright {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 0;
    display: flex;
  }

  .footerdiv {
    flex-direction: column;
  }

  .footerlink {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .navlogo {
    width: 150px;
  }

  .navcostumdiv {
    display: none;
  }

  .navdropdownlink.costum {
    display: flex;
  }

  .headerbuttonform {
    flex-direction: column;
  }

  .defaultselect {
    margin-bottom: 5px;
  }

  .newcontentbuttondiv {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .assignmentheaderdiv, .subdomaindiv {
    flex-direction: column;
  }

  .tabbarlink, .tabbarlink.w--current {
    width: 100%;
    text-align: center;
  }
}
