body {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
  }

  body { padding: 50px; }


/* Overwrite the default to keep the scrollbar always visible */

  ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 10px;
      background-color: lightblue;
  }

  ::-webkit-scrollbar-thumb {
      border-radius: 1px;
      background-color: rgba(22, 80, 62, 0.5);
      /* -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); */
  }
  

  .starter-template {
    padding: 40px 15px;
    text-align: center;
  }

  .mainView {
    padding-top: 150px;
  }
  .Appeal {
    position: relative;
    margin-top: 20px;
    background-color: rgb(224, 224, 224);
    /* border: 1px solid rgb(112, 187, 112); */
    color: #505959;
    /* letter-spacing: 2px; */
    padding: 1.2em 2.2em;
    box-shadow: 0 27px 55px rgba(0, 0, 0, 0.3), 0 17px 17px rgba(0, 0, 0, 0.15), 0 0 0 1px transparent;
    -webkit-transition: 200ms all;
    transition: 200ms all;
  }

  .Appeal:hover {
    background-color: rgb(118, 214, 166);
    box-shadow: 0 7px 5px rgb(22, 32, 94), 0 1px 1px rgba(82, 81, 81, 0.15), 0 0 0 1px transparent;
    cursor: pointer;
  }

  @keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    } 
  }

  .alert {
    animation: fadeIn 1.0s ease forwards;
    transition: 1s all;
  }

  .modal-content {
    color: black;
    border: 2px solid green !important;
    border-radius: 0px !important;
  }

  .modalModule {
    margin-top: 20px;
  }

  .navbar-brand {
    padding: 0 15px;;
  }

  .logo {
    max-height: 50px;
    border: 1px solid green;
    opacity: 0.9;
    border-radius: 3px;
  }

  .logo:hover {
    opacity: 1;
  }
  
  .logoText {
    padding: 20px;
    padding-bottom: 5px;
    font-size: 4vh;
  }

  .subText {
    padding: 15px;
    padding-top: 0px;
    font-size: 2vh;
  }

  .pspLogo {
    border: 1px solid white;
    border-radius: 5px;
    opacity: 0.7;
  }

  .appealApr {
    background-color: rgb(114, 230, 114);
  }

  .appealCancel {
    background-color: rgb(204, 212, 81);
  }

  .modal-content {
    width: 110%;
  }

  .appealStatusValid {
    background-color: rgb(98, 179, 98);
    color: white;
  }

  .appealStatusUsed {
    background-color: rgb(95, 88, 87);
    color: white;
  }

  .printAppeal {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    /* min-width: 600px; */
    width: 100%;
  }

  @media print {
    body :not(.wrapper) :not(.container) :not(.view) :not(.printAppeal) row col-xs-3 {
      display: none;
    }
    .mainView {
      display: none;
    }
    .modal-content {
      display: none;
    }
    .printAppeal {
      display: block;
      font-family: Arial, Helvetica, sans-serif;
    }
  }
  
  .printNumber>div:first-child {
    font-style: italic;
    margin-top: 5px;
  }

  .printNumber>div:last-child {
    font-size: 25px;
    border: 1px solid black;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 5px;
  }

  .printLogo {
    max-width: 105px;
    padding: 0;
  }
  .printLogo>div {
    padding: 0;
  }

  .printLogo>div>img {
    height: 65px;
  }

  .appealAddres {
    font-size: 10px;
    border-bottom: 1px solid black;
    padding: 0;
    height: 65px;
  }
  .appealAddres>div {
    padding: 0;
  }

  .printPersonalInfo, .printPersonalInfo>div {
    padding: 0;
  }

  .printTanag {
    padding: 10px;
    position: relative;
    min-height: 100px;
    background-color: gray;
  }

  .printTanag:after {
    content: '';
    left: 0px;
    top: 5%;
    height: 100%;
    position: absolute;
    border-left: 1px solid black;
  }

  .secondRow {
    min-height: 120px;
    position: relative;
  }

  .secondRow:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 2%;
    width: 80%;
    border-bottom: 1px solid black;
  }

  .printTitle {
    font-style: italic;
  }

  .printTitle:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
    border-bottom: 1px solid black;
  }

  .printSignature {
    margin-top: 30px;
  }

  .printSignature:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 10%;
    width: 80%;
    border-top: 1px solid black;
  }

  .printInfo {
    width: 100px;
    height: 100px;
    border: 1px solid black;
    border-radius: 80px;
    margin-top: -50px;
    font-size: 7px;
    padding: 12px 0;
  }

  .printInfo>span {
    font-size: 14px;
    font-weight: bold;
  }

  .active>a {
    font-weight: bold;
  }

  .profile:hover>a>span:first-child {
    color: rgb(32, 165, 87);
    display: none;
  }

  .profile>a>span:first-child {
    position: absolute;
    margin: 14px;
    color: rgb(83, 82, 82);
    opacity: 0.5;
    font-size: 25px;
    z-index: -10;
    display: none;
  }
  
  /**/
  .lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 34px;
    top: -15px;
    right: 0px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: rgb(125, 182, 163);
    animation: lds-facebook 0.8s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 6px;
      height: 51px;
    }
    50%, 100% {
      top: 19px;
      height: 26px;
    }
  }

  .childs>div {
    float: left;
    padding: 10px 20px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  .childs>div:hover {
    background-color: rgb(68, 189, 148);
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow:inset -1px -1px 0px 1px rgb(97, 128, 117);
    -moz-box-shadow:inset -1px -1px 0px 1px rgb(97, 128, 117);
    box-shadow:inset -1px -1px 0px 1px rgb(97, 128, 117);
    text-shadow: 1px 1px 1px rgb(95, 88, 87);
  }

  .childs>div:active {
    -webkit-box-shadow:inset 1px 1px 0px 1px rgb(97, 128, 117);
    -moz-box-shadow:inset 1px 1px 0px 1px rgb(97, 128, 117);
    box-shadow:inset 1px 1px 0px 1px rgb(97, 128, 117);
  }

  .shake {
    animation-timing-function: linear;
    position: relative;
    /* -webkit-animation: mymove 200ms infinite; */
    /* animation: mymove 200ms 5; */
    color: rgb(99, 110, 102);
    font-weight: bold;
    box-shadow:inset 1px 1px 0px 1px rgb(97, 128, 117);    
  }

  /* @-webkit-keyframes mymove {
    0%   { top:0px; }
    25%  { top:5px; }
    50%  { bottom:5px; }
    75%  { top:5px; }
    100% { top:0px; }
  }

  @keyframes mymove {
    0%   { top:0px; }
    25%  { top:2px; }
    50%  { bottom:2px; }
    75%  { top:2px; }
    100% { top:0px; }
  } */
