﻿body {
    background: linear-gradient(0deg, rgba(255,250,250,0.9), rgba(128,128,128,0.9)),url("../images/Wallpaper.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.back {
/*    background: rgba(128,128,128,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;*/
}
.my-custom-panel {
    border: 0px;
    position: relative;
    min-height: 300px;
    padding: 10px;
}

.qr-my-custom-panel {
    border: 0px;
    position: relative;
    min-height: 300px;
    padding: 10px;
}

.my-custom-panel-instructions {
    background: rgba(255,255,255,0.7);
    text-align: justify;
}

.my-panel-login {
    padding-top: 30px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: white;
}
.my-panel-login:hover {
    background: rgba(0,0,0,0.7);
}
.label{
    font-size:large;
    color: yellow;
    line-height:40px;
}
.table {
    top: 0px;
    left: 1px;
    background: rgba(255,255,255,0.7);
}
.container {
    /*display: flex;*/
    justify-content: center;
    overflow-x:hidden
}

.center {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header {
    padding: 10px;
    width: 90%;
    height: 50%;
    background: rgba(128,128,128,0.9);
    color: black;
    font-size: 10px;
    border-radius: 10px;
    /*min-height: 60vh;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

hr.solid {
    border-top: 3px solid #bbb;
}
.custom-container{
    
    text-align: center;
    justify-content: center;
}

.pdf-buttons-container-left {
    margin: 20px;
    float: left;
}
.pdf-buttons-container-right {
    margin: 20px;
    float: right;
}
.line-bottom{
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

#mdlTest .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
