﻿

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Taakfolio styles */


#AppDivContentPageSheetInner {
    width: 100%;
    height: 100%;
    padding: 0.25rem;
    background-color: white;
    opacity: 0.90;
    border-radius: 8px;
}

#AppDivContentPageLeft {
    width: 16rem;
    height:100%;
    padding:0.25rem;
    padding-left:1rem!important;
}

#AppDivContentPageLeftInner {
    width: 100%;
    height: 100%;
    padding: 0.25rem;
    background-color: white;
    opacity: 0.90;
    border-radius: 8px;
}

#AppDivContentPageRight {
    width: 14rem;
    padding: 0.25rem;
    background-color: transparent;
    padding-left: 1rem !important;
}
