.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;
}

.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;
}

.bodydiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -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;
}

.bodydiv.dashboard {
  padding-right: 0px;
  padding-left: 0px;
}

.loginheaderdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  max-width: 1024px;
  min-width: 1024px;
  margin-bottom: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logincontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  padding-left: 0px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Login_Background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Login_Background.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image {
  width: 180px;
}

.loginview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 230px;
  padding: 30px;
  -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;
  border-radius: 5px;
  background-color: #fff;
}

.defaultheader {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #6c306d;
  font-size: 18px;
  font-weight: 600;
}

.defaultheader.withspace {
  margin-top: 0px;
  margin-bottom: 20px;
}

.defaultheader.newclause {
  margin-top: 0px;
  margin-bottom: 10px;
}

.defaultheader.nospace {
  margin-top: 0px;
}

.inputfield {
  width: 100%;
  height: 30px;
  border-radius: 5px;
}

.form {
  width: 100%;
}

.form-block {
  width: 100%;
  margin-bottom: 10px;
}

.defaultbutton {
  background-color: #6c306d;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.defaultbutton.login {
  width: 200px;
  margin-top: 0px;
  padding-left: 20px;
  background-image: url('../images/SubmitLogo.png');
  background-position: 97% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  text-align: left;
}

.defaultbutton.withspace {
  margin-left: 5px;
}

.defaultbutton.withspace.warning {
  background-color: #8d2727;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-2 {
  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;
}

.headerdiv {
  width: 100%;
  min-width: auto;
}

.defaultlink {
  font-family: 'Open Sans', sans-serif;
  color: #9a9c9d;
  font-size: 12px;
  text-decoration: none;
}

.defaultlink.colored {
  color: #6c306d;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-2 {
  width: 180px;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #642565;
}

.nav-link.w--current {
  background-color: #642565;
  color: #fff;
}

.headerimage {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}

.headerimagediv {
  width: 100%;
  height: 200px;
  min-height: 200px;
  margin-top: 10px;
  background-image: url('../images/5aa142aaefcfd200016263cd_Header_Image.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-2 {
  margin-top: -10px;
}

.text-block {
  margin-right: 10px;
  margin-left: 10px;
  color: #9a9c9d;
  font-size: 12px;
}

.text-span {
  font-weight: 700;
}

.contentdiv {
  width: 100%;
  padding-bottom: 25px;
}

.contentcontainer {
  position: static;
  padding-top: 25px;
}

.button {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
}

.headerbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.searchdivcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.searchdivcontent.simple {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 25px;
  -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;
}

.searchdivcontent.simple.nomargin {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 0px;
}

.searchdivcontent.advanced {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 25px;
  -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;
}

.image-3 {
  margin-right: 10px;
}

.defaulttextbig {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.defaulttextbig.advancedsearch {
  width: 150px;
}

.defaultsearchbar {
  margin-bottom: 0px;
}

.form-block-2 {
  margin-right: 13px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filterrowdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
}

.filterrowdiv.right {
  width: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filterrowdiv.margintopbuttom {
  margin-top: 5px;
  margin-bottom: 10px;
}

.defaultext {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.defaultext.advancedsearch {
  width: 150px;
}

.defaultdropdown {
  width: 350px;
  height: 30px;
  margin-bottom: 0px;
}

.form-block-3 {
  margin-bottom: 0px;
}

.clauselistdiv {
  margin-top: 25px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.clauseentrydiv {
  margin-top: 20px;
}

.clauseentryheader {
  background-color: #cfcfcf;
  cursor: pointer;
}

.clauseentrybody {
  overflow: hidden;
  padding: 0px 20px;
  background-color: #fff;
}

.clauseentry1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0px 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;
  background-color: #e7e7e7;
}

.clauseentry1.ondeletion {
  color: #d50000;
}

.clauseentry1.group {
  padding-bottom: 10px;
}

.functionlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-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 #000;
}

.functionlink.small {
  width: 24px;
  height: 24px;
}

.functionlinkimage {
  width: 16px;
}

.text-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.defaultheaderblack {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.clauseentry2 {
  padding-left: 40px;
  background-color: #e7e7e7;
}

.text-block-4 {
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.paragraph {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}

.paragraph.contract {
  padding: 10px;
  background-color: #fff;
}

.paragraph.caseentry {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-2 {
  font-weight: 600;
}

.newclausediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #f5f5f5;
}

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

.defaultrow {
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.defaultrow.header {
  margin-top: 25px;
}

.defaultrow.header.nospace {
  margin-top: 0px;
}

.defaultrow.header.buttom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.defaultrow.content {
  margin-top: 15px;
  padding-left: 5px;
}

.defaultheadersub {
  font-family: 'Open Sans', sans-serif;
  color: #6c306d;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  color: #6c306d;
}

.defaulttextfield {
  height: 30px;
  margin-bottom: 0px;
}

.form-block-4 {
  margin-bottom: 0px;
}

.assignementdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.assignemtcolumndiv {
  width: 300px;
}

.select-field {
  height: 30px;
}

.form-block-5 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.form-block-5.nomargin {
  margin-top: 0px;
}

.textarea {
  margin-bottom: 0px;
}

.richtexteditor {
  margin-top: 15px;
  background-color: #fff;
}

.buttombuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.buttombuttondiv.leftalignment {
  padding-left: 0px;
  -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;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  text-decoration: none;
}

.columns {
  margin-top: 15px;
  margin-bottom: 4px;
}

.unordered-list {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.defaultparagraph {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.defaultparagraph.clause {
  padding: 10px;
  background-color: #fff;
}

.defaultparagraph.marginleft {
  margin-left: 7px;
}

.shortcutbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.text-span-3 {
  text-align: left;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  font-weight: 600;
}

.text-span-7 {
  font-weight: 600;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-7 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-8 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-10 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-11 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-12 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-13 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-14 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-15 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-16 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-17 {
  font-family: 'Open Sans', sans-serif;
}

.text-span-8 {
  font-weight: 600;
}

.text-span-9 {
  font-weight: 600;
}

.text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-weight: 700;
}

.text-span-12 {
  font-weight: 700;
}

.columns-2 {
  margin-top: 25px;
}

.columns-2.nospace {
  margin-top: 5px;
}

.columns-2.nospace.innermargin {
  margin-top: 5px;
  padding-left: 10px;
}

.columns-2.nospace.innermargin.space {
  margin-top: 15px;
}

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

.column-5 {
  padding-top: 0px;
}

.text-block-18 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-19 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-20 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-21 {
  font-family: 'Open Sans', sans-serif;
}

.image-5 {
  margin-right: 10px;
}

.select-field-2 {
  width: 350px;
}

.column-6 {
  padding-left: 0px;
}

.form-2 {
  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;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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;
}

.radio-button-label {
  margin-bottom: 0px;
}

.radio-button-label-2 {
  margin-bottom: 0px;
}

.radio-button {
  margin-left: 0px;
}

.radio-button-field-2 {
  margin-right: 25px;
}

.radio-button-label-3 {
  margin-bottom: 0px;
  padding-top: 2px;
}

.radio-button-label-4 {
  margin-bottom: 0px;
  padding-top: 2px;
}

.form-block-6 {
  display: block;
  margin-bottom: 0px;
}

.form-block-6.marginbottom {
  margin-bottom: 15px;
}

.form-block-6.marginbottom.margintop {
  margin-top: 15px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-field {
  margin-right: 10px;
  margin-bottom: 0px;
}

.column-7 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-8 {
  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;
}

.typelistdiv {
  overflow: scroll;
  height: 400px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
}

.typelistdiv.margintop {
  margin-top: 60px;
}

.typelistdiv.margintopless {
  margin-top: 12px;
}

.typelistrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 3px;
  padding-right: 10px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.text-block-22 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #616060;
}

.defaulttab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border: 1px solid #6c306d;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #642565;
}

.defaulttab.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #642565;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-23 {
  color: #642565;
}

.tabcontent {
  padding-top: 15px;
  padding-bottom: 15px;
}

.columns-3 {
  margin-right: 15px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-24 {
  margin-left: 15px;
}

.groupentrydiv {
  margin-top: 20px;
}

.groupentrybody {
  overflow: hidden;
  height: auto;
  padding-left: 25px;
}

.text-block-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #7f8183;
  font-weight: 300;
}

.checkbox-label {
  color: #7f8183;
}

.updloaddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.updloaddiv.invoices {
  margin-top: 5px;
}

.html-embed {
  width: auto;
  height: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.invoicebox {
  margin-right: 15px;
}

.admincontentrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-5 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.adminrightcolumn {
  padding-right: 0px;
  padding-left: 0px;
}

.overlayclosebutton {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/close_1close.png');
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.adminleftcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overlaydiv {
  position: fixed;
  z-index: 9000;
  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 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;
  background-color: rgba(0, 0, 0, 0.8);
}

.buttondiv-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.buttondiv-2.nomargin {
  margin-bottom: 0px;
}

.overlaycontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.defaulttext {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #7f8183;
  font-weight: 300;
}

.defaulttext.nomargin {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-field-5 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.dialogheader {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

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

.defaultbutton-2.staticwidth {
  width: 270px;
  margin-left: 5px;
}

.defaultbutton-2.upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  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;
}

.form-4 {
  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;
}

.text-field-6 {
  margin-bottom: 0px;
}

.select-field-6 {
  margin-bottom: 0px;
}