/* Theme colors
    purple: #736BDA
    dark purple: #46437c
    magenta: #e91e63
*/

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*----------------------------------------------------
      MATERIAL ICONS
  ------------------------------------------------------*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*-------- END --------*/
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 360px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 400px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  html {
    font-size: 15px;
  }
}

/*-----------------------
        FONTS
-------------------------*/
.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font25 {
  font-size: 25px !important;
}

.font30 {
  font-size: 30px !important;
}

.light {
  font-weight: 300 !important;
}

.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase;
}

/*----------------------------------------------------
    PADDINGS
------------------------------------------------------*/
.pd-0 {
  padding: 0 !important;
}

.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-25 {
  padding: 25px;
}

.pd-30 {
  padding: 30px;
}

.pd-40 {
  padding: 40px;
}

.pd-l-0 {
  padding-left: 0px !important;
}

.pd-l-10 {
  padding-left: 10px !important;
}

.pd-l-15 {
  padding-left: 15px !important;
}

.pd-l-30 {
  padding-left: 30px !important;
}

.pd-r-0 {
  padding-right: 0px !important;
}

.pd-lr-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pd-lr-5 {
  padding: 0 5px;
}

.pd-lr-10 {
  padding: 0 10px;
}

.pd-lr-15 {
  padding: 0 15px;
}

.pd-lr-20 {
  padding: 0 20px;
}

.pd-lr-25 {
  padding: 0 25px;
}

.pd-lr-30 {
  padding: 0 30px;
}

.pd-lr-40 {
  padding: 0 40px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-t-0 {
  padding-top: 0 !important;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*----------------------------------------------------
    MARGINS
------------------------------------------------------*/
.mg-0 {
  margin: 0px !important;
}

.mg-r-5 {
  margin-right: 5px !important;
}

.mg-r-10 {
  margin-right: 10px !important;
}

.mg-r-15 {
  margin-right: 15px !important;
}

.mg-l-5 {
  margin-left: 5px !important;
}

.mg-l-10 {
  margin-left: 10px !important;
}

.mg-l-15 {
  margin-left: 15px !important;
}

.mg-t-5 {
  margin-top: 5px !important;
}

.mg-t-0 {
  margin-top: 0px !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.mg-t-20 {
  margin-top: 20px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-t-40 {
  margin-top: 40px !important;
}

.mg-b-0 {
  margin-bottom: 0px !important;
}

.mg-b-5 {
  margin-bottom: 5px !important;
}

.mg-b-10 {
  margin-bottom: 10px !important;
}

.mg-b-15 {
  margin-bottom: 15px !important;
}

.mg-b-20 {
  margin-bottom: 20px !important;
}

.mg-b-30 {
  margin-bottom: 30px !important;
}

/*----------------------------------------------------
    BORDERS
------------------------------------------------------*/
.blue {
  background-color: #002733 !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(210, 210, 210, 0.4);
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
}

h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

h6 {
  font-size: 0.8rem;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.magenta {
  color: #e91e63;
}

.no-records {
  background-color: #fff;
  color: #454545;
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding: 80px 0;
}

.no-records:before {
  background: url("/images/no-records.png") center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 80px;
  margin: auto;
  margin-bottom: 15px;
  width: 80px;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  height: 37px;
  border: 1px solid #ccc;
}

select.small {
  color: #000;
  height: 35px;
  padding: 0 5px;
  font-size: 13px;
}

/* THIS REMOVES THE YELLOW BACKGROUND COLOR FROM CHROME'S AUTOFILL INPUTS */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 30px white inset !important;
}

/*----------------------------------------------------
    MATERIAL OVERIDES
------------------------------------------------------*/
.modal {
  background: none;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  top: 0 !important;
  left: 0 !important;
  text-align: center;
}

.modal .modal-content {
  background: #fff;
  height: auto;
  min-height: 150px;
  width: 85%;
  max-width: 70%;
  position: relative;
  display: inline-block;
  margin-top: 5%;
  text-align: left;
}

.modal .modal-content h5 {
  margin-top: 0;
}

.modal .btn.modal-close {
  background-color: rgba(0, 39, 51, 0.7);
}

.modal .modal-content .modal-close:not(.btn) {
  position: absolute;
  right: -25px;
  top: -25px;
  color: #ccc;
  font-size: 2rem;
}

.modal .modal-content .modal-close:not(.btn):hover {
  color: #eee;
}

.modal .processing {
  color: #999;
  display: none;
}

#AlertBox .modal-content,
#ConfirmDiv .modal-content {
  height: auto;
  min-height: 100px;
  width: 35%;
  max-width: 600px;
  min-width: 400px;
  padding-bottom: 100px;
  font-size: 1.1rem;
}

#AlertBox .modal-content .alert-ok,
#ConfirmDiv .modal-content .confirm-actions-buttons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

#ConfirmDiv .modal-content .message-wrapper:before {
  content: 'CONFIRM YOUR ACTION';
  display: block;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #c00;
  border-bottom: #ddd solid 1px;
}

@media (max-width: 1024px) {

  #AlertBox .modal-content,
  #ConfirmDiv .modal-content {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .modal .modal-content {
    margin-top: 10%;
  }

  #AlertBox .modal-content,
  #ConfirmDiv .modal-content {
    width: 50%;
  }
}

@media (max-width: 499px) {

  #AlertBox .modal-content,
  #ConfirmDiv .modal-content {
    width: 90%;
  }
}

.spinner-white,
.spinner-white-only {
  border-color: #ffffff;
}

.error {
  color: #e07a78 !important;
  font-size: 13px;
  margin-top: 5px;
}

/*.error:before {
  background-image: url(/images/exclamation-triangle-solid.svg);
  content: " ";
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  width: 14px;
  color: red;
}*/

.list-inline li {
  display: inline-block;
}

.inline {
  display: inline-block;
}

.bottom {
  vertical-align: bottom;
}

.middle {
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.block {
  display: block;
  width: 100%;
}

form .row {
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 15px;
}

.input-label {
  font-weight: 500;
}

.input-label.required:after,
th.required:after {
  content: "*";
  color: #e54658;
  margin-left: 5px;
}

.page-header {
  position: relative;
}

.page-header .right-section {
  position: absolute;
  top: 0;
  right: 0;
}

.page-header .title {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 7px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

@media only screen and (max-width: 600px) {
  .page-header .title {
    font-size: 16px;
    margin-top: 18px;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

/*----------------------------------------------------
    MATERIAL OVERIDES
------------------------------------------------------*/
a {
  color: rgba(5, 144, 133, 0.8);
  cursor: pointer;
}

a.underline {
  text-decoration: underline;
}

a.link.outline {
  border: 1px solid #002733;
  border-radius: 50px;
  padding: 5px 10px;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

a.link.outline:hover {
  background-color: #002733;
  color: #fff;
}

a.link.outline i.left {
  margin-right: 5px;
}

a.link.filled {
  background-color: #002733;
  color: #fff;
}

a.link.filled i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

a.link.filled:hover {
  background-color: #002733;
  border: 1px solid #002733;
}

.action_buttons a.link {
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  padding: 2px 3px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.action_buttons a.link:hover {
  border: 1px solid #002733;
}

.btn.round {
  border-radius: 50px;
}

.btn-primary {
  background-color: rgba(0, 39, 51, 0.7);
  border-radius: 5px;
  margin: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #002733;
}

.btn-secondary {
  background-color: #df1e54;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #df1e54;
}

.btn-back:not(.back-inherited) {
  font-size: 1.5rem;
  background-color: rgba(36, 77, 175, 0);
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  width: 36px;
  text-align: center;
  display: inline-block;
}

.btn-back:not(.back-inherited) i.material-icons {
  color: #454f63;
  vertical-align: sub;
}

.page_header a.btn-back:not(.back-inherited) {
  height: auto;
  line-height: inherit;
}

.btn-flat {
  border: 1px solid #ddd;
}

.btn.btn-flat:hover {
  background-color: transparent;
  border: 1px solid;
}

.btn.small {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}

.file-field.small .btn {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}

.file-field.small .file-path {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}

.dropdown-content li {
  border-bottom: 1px solid #e2eaf7;
  min-height: 45px;
}

.dropdown-content li:last-child {
  border-bottom: none;
}

.dropdown-content li>a,
.dropdown-content li>span {
  font-size: 13px;
  color: #000;
  display: block;
  line-height: 22px;
  padding: 10px 16px;
}

.dropdown-content li>a>i {
  height: inherit;
  line-height: inherit;
  float: left;
  font-size: 16px;
  margin: 0 10px 0 0;
  width: 22px;
}

.dropdown-content li>a:hover {
  background: transparent;
}

i.left {
  margin-right: 10px;
}

label {
  color: rgba(0, 0, 0, 0.87);
}

.switch label input[type="checkbox"]:checked+.lever:after {
  background-color: rgb(0, 39, 51, 0.8) !important;
}

.switch label input[type="checkbox"]:checked+.lever {
  background-color: rgba(0, 39, 51, 0.5) !important;
}

[type="checkbox"]+span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 1rem;
  vertical-align: sub;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="checkbox"]+label {
  height: 15px;
  line-height: 25px;
}

.open-dropdown {
  display: block;
  opacity: 1;
}

[type="checkbox"]+label,
[type="radio"]+label {
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="checkbox"]:not(.browser-default)+label,
[type="radio"]:not(.browser-default):not(:checked)+label,
[type="radio"]:not(.browser-default):checked+label {
  padding-left: 30px;
}

[type="checkbox"].filled-in:not(:checked)+label:after,
[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #5a5a5a;
  border-radius: 2px;
  top: 3px;
}

[type="checkbox"].filled-in:checked+label:after {
  height: 18px;
  width: 18px;
  top: 3px;
}

[type="checkbox"].filled-in:checked+label:before {
  width: 7px;
  height: 12px;
  top: 3px;
}

.select-wrapper input.select-dropdown {
  height: calc(2.8rem);
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #999;
  border-radius: 2px;
  outline: none;
  padding-left: 10px;
  width: calc(100% - 10px);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-wrapper .select-dropdown [type="checkbox"]:not(.browser-default)+label {
  height: 18px;
}

.select-wrapper span.caret {
  right: 10px;
}

.material-tooltip {
  font-size: 12px;
}

.material-tooltip>.backdrop {
  background-color: #2a2a2a;
}

.pagination li a {
  font-size: 0.9rem;
}

.pagination li.active {
  background-color: #002733;
}

.pagination li.prev,
.pagination li.next {
  width: auto;
}

#toast-container {
  bottom: 2%;
  left: 0%;
  top: auto;
  text-align: center;
  margin: auto;
  max-width: 600px;
  width: 100%;
}

.toast {
  font-size: 1rem;
  word-break: normal;
  text-align: left;
  background-color: #111111;
}

.toast .toast-action {
  margin-left: 0;
}

@media only screen and (min-width: 601px) and (max-width: 1260px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1261px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1260px) {
  #toast-container {
    right: 0%;
    left: 0%;
  }
}

@media only screen and (min-width: 1261px) {
  #toast-container {
    right: 0%;
  }
}

.chips {
  border-radius: 2px;
  min-height: 45px;
  padding: 0px;
}

.chip.small {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}

.tabs {
  border-radius: 5px;
  display: flex;
}

.tabs .tab {
  border-radius: 5px 0 0 0;
  line-height: 40px;
  height: 40px;
  text-transform: none;
}

.tabs .tab a {
  background-color: rgba(0, 39, 51, 0.6);
  border-right: 1px solid #ccc;
  color: #fff;
  font-weight: 700;
}

.tabs .tab a:hover {
  color: rgba(2, 2, 2, 1);
}

.tabs .tab.active a,
.tabs .tab a.active,
.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(0, 39, 51, 0);
  border: none;
  color: #002733;
}

.tabs .indicator {
  background-color: #46437c;
  display: none;
}

.card-panel .tab-content {
  padding: 20px;
}

.custom-tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.custom-tabs li {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.custom-tabs li a {
  color: rgba(2, 2, 2, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease;
  transition: color 0.28s ease;
}

.custom-tabs li a:hover {
  color: #000;
}

.custom-tabs li a.active {
  background-color: rgba(162, 139, 255, 0.2);
  border-top: 2px solid #46437c;
  color: #000;
}

.tab-content>div:not(.filter-panel) {
  display: none;
}

.tab-content>div.active {
  display: block;
}

.flatpickr-input {
  border-bottom: 1px solid #9e9e9e !important;
  color: #333 !important;
}

.browser-default {
  width: 100%;
  height: calc(2.5rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 39, 51, 0.2);
  border-radius: 4px;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.browser-default.highlight {
  color: #e91e63;
  font-weight: 600;
}

textarea.browser-default {
  background-color: #ffffff;
  border: 1px solid #c4dbfc;
  border-radius: 4px;
  color: #565656;
  padding: 12px;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.input-group>.custom-select:not(:first-child),
.input-group>.browser-default:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.browser-default {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group-text .secondary_input {
  border: none;
  background: transparent;
  height: 28px;
  width: 50px;
}

.browser-default:focus,
textarea.browser-default:focus {
  border: 1px solid #002733;
  outline: none;
}

/*----------------------------------------------------
    SUMMERNOTE EDITOR OVERIDES
------------------------------------------------------*/
.note-editor .note-editing-area p {
  margin: 0 !important;
}

/*----------------------------------------------------
    FOOTABLE OVERIDES
------------------------------------------------------*/
th {
  font-weight: 600;
}

td,
th {
  padding: 8px 5px;
}

table caption {
  color: #888;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

table.bordered>tbody>tr.footable-detail-row {
  background-color: #f4f4f4;
  border: none;
  padding: 0;
}

table.bordered>tbody>tr.footable-detail-row>td {
  padding-bottom: 0;
}

table.footable>tbody>tr.footable-empty>td {
  font-size: 21px;
}

table.bordered>thead>tr,
table.bordered>tbody>tr {
  border-bottom: 1px solid #ececec;
}

table>thead.border-top {
  border-top: 1px solid #d0d0d0;
}

table.noborder tr {
  border: none;
}

table.highlight>tbody>tr:hover {
  background-color: #ebf0fd;
}

.fooicon {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Material Icons" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fooicon-plus:before {
  content: "arrow_drop_down";
}

.fooicon-minus:before {
  content: "arrow_drop_up";
}

.fooicon-loader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #000;
  display: block;
  height: 50px;
  width: 50px;
  animation: fooicon-spin-r 0.6s linear infinite;
}

table>tbody>tr>td>span.footable-toggle {
  margin-right: 8px;
  opacity: 1;
}

table.compact td,
table.compact th {
  padding: 5px;
}

.footable-empty td {
  color: #666;
  padding: 50px 0 !important;
}

table tr.anchor {
  cursor: pointer;
}

/*----------------------------------------------------
    ALERTBOX
------------------------------------------------------*/

.alertbox-error {
  color: #f05050;
  font-size: 16px;
}

.alertbox-error:before {
  content: "!";
  color: #f05050;
  display: block;
  border: 1px solid #f05050;
  border-radius: 50px;
  font-size: 30px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.alertbox-success {
  color: #518d33;
  font-size: 16px;
}

.alertbox-success:before {
  font-family: "Material Icons";
  content: "thumb_up";
  color: #518d33;
  display: block;
  border: 1px solid #518d33;
  border-radius: 50px;
  font-size: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#ConfirmDiv .btn-flat {
  border: 1px solid #eee;
}

#ConfirmDiv .btn-flat:hover {
  border: 1px solid #002733;
}

/*----------------------------------------------------
    TABLE SORT ARROWS
------------------------------------------------------*/

th a {
  color: #333;
}

th a.sort-by {
  padding-right: 18px;
  position: relative;
}

a.sort-by:before,
a.sort-by:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}

a.sort-by:before {
  border-bottom-color: #666;
  margin-top: -9px;
}

a.sort-by:after {
  border-top-color: #666;
  margin-top: 1px;
}

a.sort-by.desc:before {
  border-bottom: none;
  margin-top: 1px;
}

a.sort-by.asc:after {
  border-top: none;
  margin-top: 1px;
}

.card {
  border-radius: 5px;
}

.card-panel {
  border-radius: 5px;
  position: relative;
  padding: 15px 20px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
    0 2px 9px 0 rgba(62, 57, 107, 0.06);
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
    0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.records-per-page {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.records-per-page select {
  border: 1px solid #ccc;
  font-size: 13px;
  height: 35px;
}

.chip.fi {
  position: relative;
}

.chip.fi .floatingIcon {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}

form table ul.dropdown-content {
  height: auto;
}

form table ul.dropdown-content li {
  min-height: 40px;
  line-height: 1.2rem;
}

form table ul.dropdown-content li a {
  padding: 10px 16px;
}

@media (max-width: 600px) {
  .card-panel {
    padding: 15px;
  }
}

/*----------------------------------------------------
        LOADER USED IN SHOWPROCESSING
------------------------------------------------------*/
.processingModal {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.processingModal .spinner-blue,
.processingModal .spinner-blue-only {
  border-color: #fff;
}

/*----------------------------------------------------
    SPINNER
------------------------------------------------------*/

.spinner {
  position: relative;
  opacity: 1;
  color: transparent !important;
  text-shadow: none !important;
}

.spinner:hover,
.spinner:active,
.spinner:focus {
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-top-color: #333;
  -webkit-animation: spinner 0.8s linear infinite;
  -moz-animation: spinner 0.8s linear infinite;
  -o-animation: spinner 0.8s linear infinite;
  animation: spinner 0.8s linear infinite;
}

.large.spinner:before {
  margin-top: -19px;
  margin-left: -19px;
  width: 38px;
  height: 38px;
}

.medium.spinner:before {
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
}

.small.spinner:before {
  border-width: 2px;
  border-top-color: #333;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}

.xsmall.spinner:before {
  border-width: 2px;
  border-top-color: #333;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}

.spinner.blue.spinner:before {
  border-color: #69b1e5;
  border-top-color: #000;
}

.spinner.gray.spinner:before {
  border-color: #ccc;
  border-top-color: #000;
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
  }
}

/*----------------------------------------------------
    CAPTCHA
------------------------------------------------------*/
.captcha-container {
  position: relative;
  clear: both;
  left: 0;
  width: 100%;
  z-index: 500;
}

.captcha-div {
  width: 14%;
  padding-bottom: 12%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  float: left;
  top: 0;
  bottom: 0;
}

.captcha-btn {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 35%;
  border: none;
  width: 100%;
}

.myCaptcha {
  display: none;
  margin: 5px 0 20px 0;
}

.myCaptcha table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

.myCaptcha table td button {
  border: none;
  width: 100%;
  height: 50px
}

.myCaptcha .text {
  font-weight: bold;
  padding-bottom: 5px;
}

.myCaptcha .btns-wrapper {
  background: #F5F7FA;
  border: 1px solid #e9e9e9;
  display: block;
  padding: 0px;
}

.myCaptcha .btns-wrapper button {
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  margin: 3px;
  height: 20px;
  width: 20px;
}

.filter-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 0 5px 5px 5px;
  padding-bottom: 0px;
  position: relative;
  margin: 0;
  border-radius: 2px;
  background-color: #fff;
}

.filter-panel .search-input {
  float: left;
  vertical-align: top;
}

.filter-panel .search-input .input-field {
  margin-top: 0rem;
}

.filters {
  margin: 0;
  padding: 0px;
}

.filters>li {
  display: inline-block;
  vertical-align: top;
}

.filters>li:last-child {
  padding-right: 0px;
}

.filters>li .search {
  width: 250px;
}

.filters>li .input-field {
  margin: 0;
}

.filters>li input[type=text]:not(.browser-default) {
  height: 2.5rem;
  margin: 0 0 10px 0;
}

.filters>li .select-wrapper input.select-dropdown {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.filters>li .dropdown-content li {
  min-height: 40px;
  line-height: 1.2rem;
}

.filters>li .dropdown-content li>a {
  font-size: 12px;
  color: #333;
  display: block;
  line-height: 22px;
  padding: 10px 15px;
}

.filters>li .select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.8);
}

.filter-panel .filters .input-field .prefix {
  color: #888;
  top: 12px;
  width: 2rem;
  font-size: 1.5rem;
}

.filter-panel .filters .input-field .prefix~input {
  margin-left: 2rem;
  width: 92%;
  width: calc(100% - 2rem);
}

.filter-panel .action-buttons {
  position: absolute;
  right: 15px;
  top: -15px;
}

.filter-panel .action-buttons>li {
  display: inline-block;
  margin-bottom: 8px;
  padding-right: 10px;
  vertical-align: top;
}

.filter-panel .action-buttons>li:last-child {
  padding-right: 0px;
}

.filter-chips .chip {
  background-color: #c93337;
  color: white;
  font-weight: 300;
  font-size: 0.85rem;
  height: 28px;
  line-height: 28px;
}

.filter-chips .chip .close {
  line-height: 28px;
}

.filter-panel .collapsible-body [type="checkbox"]+label {
  line-height: 18px;
}

.filter-panel .collapsible-body [type="checkbox"].filled-in:not(:checked)+label:after {
  height: 16px;
  width: 16px;
}

li.email-list-item {
  display: inline-block;
  vertical-align: baseline;
  float: right;
  margin: 0px;
}

li.email-list-item img {
  width: 25px;
  height: max-content;
  margin: 0px;
  vertical-align: middle;
}

.option:hover {
  background: red;
}