/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

 html,
 body {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
 }
 
 ul {
     margin: 0;
     padding: 0;
 }
 
 .ms-welcome__header {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
 }

 .ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 8px;
 }
 
 .ms-welcome__main > h2 {
     width: 100%;
     text-align: center;
 }
 
 .ms-welcome__features {
     list-style-type: none;
     margin-top: 20px;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem {
     padding-bottom: 20px;
     display: -webkit-flex;
     display: flex;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
     margin-right: 10px;
 }
 
 .ms-welcome__action.ms-Button--hero {
     margin-top: 30px;
 }
 
.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
  color: #005a9e;
  cursor: pointer;
}

b {
    font-weight: bold;
}



/* PERFEX CSS  */
.card {
    border-radius: 0;
}

.card > .card-body > .row:not(:first-child) {
    border-top: 1px solid #f5f5f5;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon {
    right: -7px;
    top: -6px;
    width: 125px;
    height: 125px;
}



  .ribbon span {
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px;
  }

  .ribbon span {
      top: 30px;
      right: -22px;
      width: 145px;
      height: 20px;
      font-size: 10px;
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

.ribbon {
    width: 95px;
    height: 80px;
}

.ribbon span {
    top:20px;
    right: -18px;
    width:115px;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
      border-left-width: 3px;
    border-bottom: 3px solid transparent;
}

.ribbon span::after {
    border-top: 8px solid transparent;
      border-top-color: transparent;
    border-top-color: inherit;
    border-left-width: 7px;
    filter: brightness(0.70);
}

  .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1C841B;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1C841B;
  }
  .ribbon span::before {
      border-top: 3px solid transparent;
        border-top-color: transparent;
      border-top-color: inherit;
      border-left: 3px solid transparent;
        border-left-color: transparent;
      border-left-color: inherit;
      filter: brightness(0.70);
    }

.staff_icon {
    height: 24px;
    border-radius: 50%;
    width: 24px;
}

.col-form-label {
    font-weight: bold;
}

.badge {
    font-size: inherit;
    vertical-align: middle;
}