html,
body {
  height: initial;
}
body {
  color: #506a85;
}
hr {
  margin: 0;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.center {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  width: 100%;
}
[v-cloak] {
  display: none;
}
.btns {
  background-color: #91c66b !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 50px;
  box-shadow: inset, 0, -2px, 0, #7ba75b;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 2px;
  height: 50px !important;
  min-width: 150px !important;
  margin: 0;
  outline: none;
  padding: 0;
}
.btns:hover {
  background-color: #99d171 !important;
  box-shadow: inset, 0, -4px, 0, #7ba75b;
}
.btns:focus,
.btns:active {
  box-shadow: none;
  background: #698f4d !important;
  outline: none;
}
.btns.small {
  font-size: 13px;
  box-shadow: inset, 0, -2px, 0, rgba(0,0,0,0.15);
  line-height: 30px;
  height: 30px;
  min-width: initial;
  padding: 1px 20px;
}
.btns.blue {
  background-color: #506a85 !important;
  box-shadow: inset, 0, -2px, 0, #2f3f51;
}
.theme--light .btns .v-btn--large {
  max-width: 240px;
}
.theme--light .btns .v-btn--large .v-btn--disabled {
  color: #fff !important;
}
.theme--light .btns .v-btn--large .v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
  background: #d7dfe8 !important;
}
.panelBeyond4 {
  color: #fff;
  position: relative;
}
.panelBeyond4:before,
.panelBeyond4:after {
  content: "";
  display: table;
}
.panelBeyond4:after {
  clear: both;
}
.panelBeyond4 .bgBlue {
  background: #2f4052;
}
.panelBeyond4 .card-reveal {
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  width: 100%;
}
textarea::-webkit-input-placeholder {
  color: #fff !important;
}
textarea::-moz-placeholder {
  color: #fff !important;
}
textarea:-ms-input-placeholder {
  color: #fff !important;
}
.v-btn {
  margin: 8px;
}
.v-btn--fab.v-size--default {
  height: 36px;
  width: 36px;
}
.b4-page-info {
  background-color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #e1e4e5;
  margin: -16px -16px 16px;
  padding: 16px 34px;
}
.b4-page-info h2 {
  line-height: normal;
  margin-bottom: 5px;
}
.b4-page-info p {
  font-style: italic;
  margin-bottom: 0;
}
.cus-icon {
  opacity: 0;
}
.cus-icon i {
  width: 26px;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 73px;
  color: #506a85;
  padding: 0;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #506a85;
  padding: 0;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #506a85;
  padding: 0;
}
p {
  color: #506a85;
}
.b4-icon-plus {
  display: inline-block;
  height: 32px;
  position: relative;
  width: 32px;
}
.b4-icon-plus.small {
  height: 18px;
  margin: 0;
  width: 18px;
}
.b4-icon-plus.small:before {
  height: 2px;
}
.b4-icon-plus.small:after {
  width: 2px;
}
.b4-icon-plus:before {
  background: #91c66b;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.b4-icon-plus:after {
  background: #91c66b;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  width: 6px;
  top: 0;
  transform: translateX(-50%);
}
.block-list .v-list::-webkit-scrollbar-track,
.v-dialog--scrollable .v-card__text::-webkit-scrollbar-track,
.dropzone::-webkit-scrollbar-track,
.cont-panel::-webkit-scrollbar-track,
.cont-dialog-full::-webkit-scrollbar-track,
.all-border::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #f5f5f5;
}
.block-list .v-list::-webkit-scrollbar,
.v-dialog--scrollable .v-card__text::-webkit-scrollbar,
.dropzone::-webkit-scrollbar,
.cont-panel::-webkit-scrollbar,
.cont-dialog-full::-webkit-scrollbar,
.all-border::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
.block-list .v-list::-webkit-scrollbar-thumb,
.v-dialog--scrollable .v-card__text::-webkit-scrollbar-thumb,
.dropzone::-webkit-scrollbar-thumb,
.cont-panel::-webkit-scrollbar-thumb,
.cont-dialog-full::-webkit-scrollbar-thumb,
.all-border::-webkit-scrollbar-thumb {
  background-color: #91c66b;
  border: 2px solid #91c66b;
}
.all-border::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #f5f5f5;
}
.all-border::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
.all-border::-webkit-scrollbar-thumb {
  background-color: #506a85;
  border: 2px solid #506a85;
}
.auto-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
  background-color: rgba(245,245,245,0.5);
}
.auto-scroll::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(245,245,245,0.5);
}
.auto-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}
body {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
body.overflow {
  overflow: hidden;
}
a.txt-forget {
  color: #fff;
}
.dt-picker label {
  font-size: 20px !important;
}
.dt-picker .v-icon {
  color: #fff !important;
}
.dt-picker .v-icon.primary--text {
  color: #fff !important;
}
.dt-picker .v-icon.v-icon--disabled {
  color: rgba(0,0,0,0.38) !important;
}
.dt-picker input {
  font-size: 20px !important;
}
.dt-picker .v-icon {
  color: #fff;
  min-width: 30px !important;
}
.dt-picker .v-input-group__details {
  max-width: calc(100% - 30px) !important;
}
.k-ie .v-dialog .flex.xs12,
.k-safari601 .v-dialog .flex.xs12 {
  flex-basis: auto;
  width: 100%;
}
.k-ie .email-subscribers .progress-circular svg,
.k-safari601 .email-subscribers .progress-circular svg,
.k-ie .sms-subscribers .progress-circular svg,
.k-safari601 .sms-subscribers .progress-circular svg {
  overflow: visible;
}
.k-ie .min-width,
.k-safari601 .min-width {
  min-width: 200px;
}
.k-ie .v-dialog--scrollable > .v-card,
.k-safari601 .v-dialog--scrollable > .v-card {
  width: 100%;
}
.animated-profile {
  height: 0px;
  overflow: hidden;
  transition: height 0.35s;
}
.animated-profile .v-input {
  margin-top: 15px;
}
.animated-profile .v-input__slot {
  margin-bottom: 4px;
}
.animated-profile .v-input.v-input--switch {
  margin-top: 0;
}
.animated-profile .v-input.v-input--checkbox {
  margin-top: 0px;
}
.animated-profile .v-messages {
  min-height: 2px;
}
.container {
  padding: 24px;
}
.login {
  background: #2f4052;
  color: #fff;
  left: 50%;
  max-width: 695px;
  padding: 3px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.login-body {
  padding: 0 11px;
}
.login .logo {
  padding: 0 0 23px;
}
.login .footer {
  margin-top: 30px;
}
.login .txt-footer {
  text-align: center;
  width: 100%;
}
.login a {
  color: #fff !important;
  text-decoration: none;
}
.txt-forget {
  margin: 38px 0 20px;
}
.title-login {
  color: #fff;
  padding: 0 0 20px;
}
.application--light .login .v-input-group input {
  color: #fff;
}
.application--light .login .v-input-group:not(.v-input-group--error) label {
  color: #fff;
}
.application--light .login .v-input-group:not(.v-input-group--error) .v-input-group__messages {
  color: rgba(255,255,255,0.54);
}
.application--light .login .v-input-group.v-input-group--selection-controls.checkbox:not(.v-input-group--active) .v-input-group__input .v-icon {
  color: #fff;
}
.application--light .login .v-btn .v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #91c66b !important;
}
.dis-none {
  display: none;
}
.btn-green {
  background-color: #91c66b !important;
  color: #fff !important;
}
.btn-green.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #91c66b !important;
}
.btn-red {
  background-color: #ff5353 !important;
  color: #fff !important;
}
.btn-blue-light {
  background-color: #6383a6 !important;
  color: #fff !important;
}
.btn-blue-light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #6383a6 !important;
}
.btn-goBack,
.btn-blue {
  background-color: #506a85 !important;
  color: #fff !important;
}
.btn-goBack.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat),
.btn-blue.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #506a85 !important;
}
.btn-dark-blue {
  background-color: #2f4052 !important;
  color: #fff !important;
  box-shadow: none, !important;
}
.btn-dark-blue.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #2f4052 !important;
}
.c-green {
  color: #91c66b;
}
.icon-right {
  font-size: 20px;
  float: right;
  margin-right: 6px;
}
.panelBeyond4 {
  color: #fff;
}
.panelBeyond4 .bgBlue {
  background: #2f4052;
}
.cnavy {
  background: #1a334d !important;
  color: #fff !important;
}
.cDarkGrayBlue {
  color: #2f4052 !important;
}
.navTop {
  background-color: #f2f5f7 !important;
  border-bottom: 2px solid #e1e4e5 !important;
  z-index: 25 !important;
}
.navTop .v-toolbar__content {
  padding-right: 0;
}
.navTop .v-btn .v-icon {
  color: #2f4052 !important;
}
.navTop.v-toolbar {
  height: 57px !important;
}
.bg-green {
  background-color: #91c66b !important;
}
.bg-green.v-toolbar .v-text-field--single-line {
  padding-top: 0;
}
.bg-green.v-toolbar .v-btn {
  color: #fff;
}
.bg-green-system {
  background-color: #91c66b !important;
  color: #fff !important;
}
.bg-red {
  background-color: #ff5353 !important;
}
.bg-blue {
  background-color: #2f4052 !important;
  color: #fff;
}
.bg-blue .v-btn {
  color: #fff;
}
.bg-blue .v-input {
  color: #fff;
}
.bg-blue-light {
  background-color: #6383a6 !important;
  color: #fff;
}
.bg-white {
  background: #fff;
}
.bg-red-light {
  background-color: #f05252 !important;
  color: #fff;
}
.bg-yellow-light {
  background-color: #ffd700 !important;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
.green-black {
  color: #688e4d !important;
}
.blue-black {
  color: #314355 !important;
}
.min-width-last {
  min-width: 70px !important;
}
.border-none {
  border: none !important;
}
.txt-darkgrayblue {
  color: #2f4052 !important;
}
.wth-10p {
  width: 10%;
}
.wth-15p {
  width: 15%;
}
.wth-20p {
  width: 20%;
}
.wth-25p {
  width: 25%;
}
.wth-30p {
  width: 30%;
}
.wth-33p {
  width: 33.333%;
}
.wth-40p {
  width: 40%;
}
.wth-50p {
  width: 50%;
}
.wth-60p {
  width: 60%;
}
.wth-80p {
  width: 80%;
}
.wth-75 {
  width: 75px;
}
.wth-100 {
  width: 100px;
}
.wth-110 {
  width: 110px;
}
.wth-120 {
  width: 120px;
}
.wth-130 {
  width: 130px;
}
.wth-140 {
  width: 140px;
}
.wth-150 {
  width: 150px;
}
.wth-160 {
  width: 160px;
}
.wth-170 {
  width: 170px;
}
.wth-180 {
  width: 180px;
}
.wth-190 {
  width: 190px;
}
.wth-200 {
  width: 200px;
}
.wth-210 {
  width: 210px;
}
.wth-220 {
  width: 220px;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.border-top {
  border-top: 2px solid #dcdfe0;
}
.border-right {
  border-right: 2px solid #dcdfe0;
}
.border-bottom {
  border-bottom: 2px solid #dcdfe0;
}
.border-left {
  border-left: 2px solid #dcdfe0;
}
.all-border {
  border: 2px solid #dcdfe0;
}
.dis-flex {
  display: flex;
}
.bold {
  font-weight: bold;
}
.bg-size-containter .v-card__media__background {
  background-size: contain !important;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.icon-bottom .v-input__append-inner {
  align-self: flex-end;
}
.vertical-separator {
  margin: 0 8px;
}
.step-visible .v-stepper__wrapper {
  overflow: visible;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.label-disabled {
  color: #828c97 !important;
}
.width-auto {
  flex: 0 0 135px;
}
.pa-toolbar-0 .v-toolbar__content {
  padding: 0 !important;
}
.pr-toolbar-0 .v-toolbar__content {
  padding-right: 0 !important;
}
.pl-toolbar-0 .v-toolbar__content {
  padding-left: 0 !important;
}
.semi-full-height {
  height: 50% !important;
}
.full-height {
  height: 100% !important;
}
.v-application .custom-list-select .v-input--is-dirty .v-icon {
  color: #49b04c !important;
}
.v-application .custom-list-select .v-list-item--active {
  color: #91c66b !important;
}
.ckb-text-white .v-label {
  color: #fff !important;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: initial;
}
.position-relative {
  position: relative;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-line-text {
  text-decoration: underline;
}
.no-border-radius {
  border-radius: 0 !important;
}
.btn-full-height {
  box-shadow: none!important;
  border-radius: 0;
  height: 100% !important;
  margin: 0;
}

