@import url(//db.onlinewebfonts.com/c/127984ac535ca158ad9724f752ade6a6?family=Book+Antiqua);
body {
    overflow: hidden;
    background-image: url("../images/pdf.png");
    background-color: #F5F5F5;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently*/
}

.bg-secondary{
    background-color: #204d59;
}
.child {
    text-align: center;
    /*overflow-y: scroll;*/
}

.child-2 {
    /*overflow-y: scroll;*/
    text-align: center;
}

.parent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    height: 100vh;
    overflow-y: scroll;
}

.btn {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 12px;
}

td {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#_tilte {
    background-color: #ff0000;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 2px 2px 4px #6c757d;
    font-size: auto;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 200%;
}

#clean {
    clear: none;
}

#footer {
    background-color: #ff0000;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 2px 2px #6c757d;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#logo {
    margin: 0;
    text-align: center;
}

#button {
    background-color: #204d59;
    /* Green */
    border: none;
    border-radius: 10px 10px;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.buttonmenu {
    background-color: #ff0000;
    /* Green */
    border: none;
    border-radius: 10px 10px;
    box-shadow: 0px 0px 2px 2px blue;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#buttonmenu {
    background-color: #ff0000;
    /* Green */
    border: none;
    border-radius: 10px 10px;
    box-shadow: 0px 0px 2px 2px blue;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#back {
    background-color: #204d59;
    /* Green */
    border: none;
    border-radius: 10px 10px;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

#modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.center {
    z-index: 9999;
    margin: auto;
    background-color:rgb(255, 255, 255);
    opacity:0.8;
    height: 100%;
    width: 100%;
}

.center img {
    z-index: 99999;
    background-color: #F5F5F5;
    min-height: 10%;
    min-width: 10%;
    height: auto;
    width: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

#section_2 {
    display: none;
}

input {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 0px;
    outline: 0px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    border-bottom: 2px solid #204d59;
}

input:focus,
input:hover {
    border-bottom: 1px solid #204d59;
}

input text {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 0px;
    outline: 0px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    border-bottom: 2px solid #204d59;
}

select {
    margin: 4px 0;
    box-sizing: border-box;
    border: 0px;
    outline: 0px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    border-bottom: 2px solid #204d59;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus,
select:hover {
    border-bottom: 1px solid #204d59;
}

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: 10px;
    left: 335px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 3px;
    left: 305px;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 30px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}