@font-face {
  font-family: Artega;
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/Artegra-sans/Artegra_Sans-500-Medium.ttf") format("opentype"); }

@font-face {
  font-family: Artega;
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/Artegra-sans/Artegra_Sans-400-Regular.ttf") format("opentype"); }

@font-face {
  font-family: Artega;
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/Artegra-sans/Artegra_Sans-600-SemiBold.ttf") format("opentype"); }

@font-face {
  font-family: Artega;
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/Artegra-sans/Artegra_Sans-700-Bold.ttf") format("opentype"); }

@font-face {
  font-family: Artega;
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/Artegra-sans/Artegra_Sans-300-Light.ttf") format("opentype"); }

@font-face {
  font-family: ArtegaExtended;
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/Artegra-sans-extended/Artegra_Sans-Extended-500-Medium.ttf") format("opentype"); }

@font-face {
  font-family: ArtegaExtended;
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/Artegra-sans-extended/Artegra_Sans-Extended-400-Regular.ttf") format("opentype"); }

@font-face {
  font-family: ArtegaExtended;
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/Artegra-sans-extended/Artegra_Sans-Extended-600-SemiBold.ttf") format("opentype"); }

@font-face {
  font-family: ArtegaExtended;
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/Artegra-sans-extended/Artegra_Sans-Extended-700-Bold.ttf") format("opentype"); }

@font-face {
  font-family: ArtegaExtended;
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/Artegra-sans-extended/Artegra_Sans-Extended-300-Light.ttf") format("opentype"); }

body {
  font-family: Artega;
  background-color: #000;
  color: #494745;
  font-size: 0.75rem;
  /*
Block elements with bottom margins only
---------------------------------------
*/ }
  @media screen and (min-width: 40em) {
  body {
    font-size: 0.75rem; } }

h1, h2, h3, h4, h5, h6 {
  font-family: ArtegaExtended;
  color: #494745; }

h1 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem; }

h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }

h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }

button, input[type="button"], input[type="submit"], a.button, .a.button, a.button.download {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  text-align: center;
  background: initial;
  box-sizing: border-box;
  border: solid 1px #b1004d;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 0 1rem;
  height: 2rem;
  color: #b1004d;
  white-space: nowrap;
  outline: none;
  font-family: ArtegaExtended;
  text-transform: uppercase; }
  button.outline, input[type="button"].outline, input[type="submit"].outline, a.button.outline, .a.button.outline, a.button.download.outline {
    background-color: #fff;
    color: #b1004d;
    border: solid 1px #b1004d; }
  button.small, input[type="button"].small, input[type="submit"].small, a.button.small, .a.button.small, a.button.download.small {
    border-radius: 1.625rem;
    -webkit-border-radius: 1.625rem;
    -moz-border-radius: 1.625rem;
    font-size: 0.5rem;
    display: inline-block;
    padding: 0 1.5rem;
    line-height: 1.5rem;
    min-width: 5rem;
    height: 1.5rem; }
  button.big, input[type="button"].big, input[type="submit"].big, a.button.big, .a.button.big, a.button.download.big {
    font-size: 0.75rem;
    padding: 0.5rem; }
  button.danger, input[type="button"].danger, input[type="submit"].danger, a.button.danger, .a.button.danger, a.button.download.danger {
    background-color: #ff8270;
    border-color: #ff8270; }
  button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, a.button:disabled, .a.button:disabled, a.button.download:disabled {
    background-color: #cecdc2 !important;
    border-color: #cecdc2;
    cursor: auto; }

input[type="checkbox"]:focus {
  box-shadow: 0 0 5px 1px #b1004d; }
  input[type="checkbox"]:checked:after, input[type="checkbox"][indeterminate]:after {
    background-image: url("/static/img/lms/form/cbx-checkmark.png"); }

.datePicker input[name="date"] {
  background-image: url("/static/img/lms/forfin/icons/cal.svg");
  background-position: calc(100% - .5rem) 50%; }

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  font-size: 0.875rem;
  background-color: #fff;
  border: solid 1px #49474566;
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 0 1.25rem;
  height: 2rem; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder {
    color: #708eb4; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
    box-shadow: 0 0 0.5rem 0.125rem #49474566; }

select {
  background-image: url("/static/img/lms/forfin/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: calc(1.5rem + 2px) 1.5rem;
  background-position: calc(100% - .5rem) 50%;
  border: solid 1px #49474566;
  border-radius: 1rem;
  padding: 0 2rem 0 1.25rem;
  height: 2rem; }
  select:focus {
    box-shadow: 0 0 0.5rem 0.125rem #49474566; }

textarea {
  background-color: #fff;
  border-radius: 0.5rem;
  border: solid 1px #cecdc2; }

.lmsDashboardWidget {
  box-sizing: border-box;
  border-radius: 1.25rem;
  display: flex;
  background-color: white;
  flex-direction: column;
  margin-bottom: 1.25rem;
  padding: 1rem 0.5rem;
  min-height: 20rem; }
  .lmsDashboardWidget.quarter, .lmsDashboardWidget.half {
    width: 100%; }
  .lmsDashboardWidget:hover {
    text-decoration: none; }
  .lmsDashboardWidget .lmsDashboardWidgetTitle, .lmsDashboardWidget .lmsDashboardWidgetTitleWithControls {
    display: flex;
    align-items: center;
    margin: 0 0.5rem 1rem; }
    .lmsDashboardWidget .lmsDashboardWidgetTitle h2, .lmsDashboardWidget .lmsDashboardWidgetTitleWithControls h2 {
      margin: 0; }
  @media (min-width: 40em) {
  .lmsDashboardWidget.quarter {
    width: calc((100% - 1.25rem) / 2); }
    .lmsDashboardWidget.quarter:nth-child(2n+1) + .lmsDashboardWidget {
      margin-left: 1.25rem; } }
  @media (min-width: 80em) {
  .lmsDashboardWidget.quarter {
    width: calc((100% - 3.75rem) / 4); }
  .lmsDashboardWidget.half {
    width: calc((100% - 1.25rem) / 2); }
  .lmsDashboardWidget + .lmsDashboardWidget {
    margin-left: 1.25rem; } }

a.lmsDashboardWidget {
  color: inherit; }

.lmsPage {
  background-color: #4a4847;
  margin: auto;
  max-width: 90rem; }

#mLmsAddCert .container > .content {
  border-radius: 1.5rem; }
  #mLmsAddCert .container > .content form > .buttons button {
    color: #b1004d; }
    #mLmsAddCert .container > .content form > .buttons button:hover {
      background-color: #b1004d;
      color: #fff; }
    #mLmsAddCert .container > .content form > .row label + em {
      color: #708eb4; }
    #mLmsAddCert .container > .content form > .row .attachment .file .upload-progress {
      border: solid 1px #b1004d; }
      #mLmsAddCert .container > .content form > .row .attachment .file .upload-progress .value {
        background-color: #b1004d; }
    #mLmsAddCert .container > .content form > .row .attachment .selectFile {
      border: solid 1px #cecdc2; }
