/**
@author: Allan Amevor
*/
.pc-overlay-md {
    position: fixed;
    z-index:100000;
    padding: 20px;
    background-color: #eee;
    box-sizing: border-box;
    padding: 45px 20px 20px 20px;
    display: none;
  }

  .pc-overlay-inner{
    position: relative;
    display: block;
    width: 100%; 
    height: auto;
    padding: 10px 10px 10px 10px;
    overflow-y: auto;
    height: 400px;
  }

  .righttop {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .rightbottom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-right: 20px;
  }

  .boxshadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
  }

  /* Button */
  .wrc-btn {
    box-sizing: border-box;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 15px 30px 15px 30px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: button;
    background-color: #f8f9fa;
    border: 0;
  }

  .wrc-control{
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 10px 10px 10px;
    border: 0;
    width: 80%;
    background-color: #f8f9fa;
  }

  .wrc-label{
    display: inline-block;
    padding: 10px 10px 10px;
  }
  .wrc-form-group{
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 10px 0px 10px 0px;
  }
  .wrc-form-group input[type=text], input[type=password], input[type=email], input[type=url], textarea{
    width: 100% !important;
  }
  .wrc-message{
    margin-left: 10px;
  }

  .wrc-info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
      margin-bottom: 15px;
    padding: 10px 12px;
  }

  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
#PCFormModal{
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-left: none;
    height: auto;
}
#PCFormModal .z-overlay-inner{
   margin-top: 0px !important;
}

* { 
  box-sizing: border-box;
}

.m-submit-btn {
  background-color: #dadce0;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}

.m-submit-btn:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}

.mfm-control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
}

  .mfm-control input {
          position: absolute;
          z-index: -1;
          opacity: 0;
      }
  .control_indicator {
      position: absolute;
      top: 2px;
      left: 0;
      height: 20px;
      width: 20px;
      background: #e6e6e6;
      border: 0px solid #000000;
      border-radius: 0px;
  }
  .mfm-control:hover input ~ .control_indicator,
  .mfm-control input:focus ~ .control_indicator {
      background: #cccccc;
  }

  .mfm-control input:checked ~ .control_indicator {
      background: #2aa1c0;
  }
  .mfm-control:hover input:not([disabled]):checked ~ .control_indicator,
  .mfm-control input:checked:focus ~ .control_indicator {
      background: #0e6647d;
  }
  .mfm-control input:disabled ~ .control_indicator {
      background: #e6e6e6;
      opacity: 0.6;
      pointer-events: none;
  }
  .control_indicator:after {
      box-sizing: unset;
      content: '';
      position: absolute;
      display: none;
  }
  .mfm-control input:checked ~ .control_indicator:after {
      display: block;
  }
  .control-checkbox .control_indicator:after {
      left: 8px;
      top: 4px;
      width: 3px;
      height: 8px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
  }
  .control-checkbox input:disabled ~ .control_indicator:after {
      border-color: #7b7b7b;
  }
  .control-checkbox .control_indicator::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 4.5rem;
      height: 4.5rem;
      margin-left: -1.3rem;
      margin-top: -1.3rem;
      background: #2aa1c0;
      border-radius: 3rem;
      opacity: 0.6;
      z-index: 99999;
      transform: scale(0);
  }
  @keyframes s-ripple {
      0% {
          transform: scale(0);
      }
      20% {
          transform: scale(1);
      }
      100% {
          opacity: 0;
          transform: scale(1);
      }
  }
  @keyframes s-ripple-dup {
     0% {
         transform: scale(0);
      }
     30% {
          transform: scale(1);
      }
      60% {
          transform: scale(1);
      }
      100% {
          opacity: 0;
          transform: scale(1);
      }
  }
  .control-checkbox input + .control_indicator::before {
      animation: s-ripple 250ms ease-out;
  }
  .control-checkbox input:checked + .control_indicator::before {
      animation-name: s-ripple-dup;
  }

  .mform-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 30px;
    width: 100%;
    position: relative;
    display: block;
    margin: 40px auto 40px auto;
    box-sizing: border-box;
  }

  .mform-container *{
      box-sizing: border-box;
  }

  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 800px) {
    .mform-container {
      width: 100%;
    }
  }

.pc-btnlink {
  display: block;
  width: 100%;
  border: none;
  background-color:#dadce0;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color:#343a40;
  margin-top: 8px;
}

.pc-btnlink:hover {
  background-color: #ddd;
  color: black;
}

.pc-alert-error {
  padding: 20px;
  background-color: #f44336;
  color: white;
}
.pc-alert-success {
  padding: 20px;
  background-color: #4CAF50;
  color: white;
} 