body {
    top: 0;
    left: 0;
    margin: 0 0;
    background-color: #102438;
    color: rosybrown;
    font-size: 26pt;
}

#cont_login {
    width: 750px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.clearText {
    width: 400px;
    display: none;
    text-decoration: none;
    background-color: #1c2f44;
    font: inherit;
    color: rosybrown;
    font-size: 26pt;
    border: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.in_fields {
    margin-top: 15px;
    font-size: 26pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-radius: 12px;
    border-bottom-width: 4px;
    width: 100%;
    text-decoration: none;
    border-color: #d3d3d3;
    background-color: #1024381c;
    text-align: center;
    color: rosybrown;
}

.in_fields:focus, .in_fields:hover, .btn:hover {
    outline: none;
    border-color: #ffa500;
    background-color: #1c2f44;
}

#cont_search {
    top: 0;
    left: 0;
    margin-top: -25px;
    padding-top: 0;
    position: fixed;
    width: 100%;
    background-color: #102438;
}

#fader {
    height: 55px;
    width: 100%;
    position: fixed;
    top: 88px;
    left: 0;
    background-image: linear-gradient(to top, rgba(16,36,56,0),rgba(16,36,56,0.8),rgba(16,36,56,0.9), rgba(16,36,56,1));
}

.btn {
    border-style: solid;
    border-width: 4px;
    margin-top: 25px;
    border-color: #d3d3d3;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    
}

#cont_add {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0);
    display: none;
}

#cont_add_box {
    width: 750px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 4px;
    border-color: #d3d3d3;
    border-radius: 15px;
    background-color: #102438;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#table_add {
    width: 100%;
}

.add {
    margin-top: 25px;
}

td {
    padding-top: 50px;
}

.icons {
    width: 50px;
    height: 50px;
    background-color: darkgrey;
    margin: 0 1px;
}

#spacer_search {
    width: 400px;
}

#table_search {
    width: 100%;
}

#btn_add {
    margin-top: 50px;
}

#in_search{
    margin: 0 0;
}

#cont_search {
    margin-bottom: 75px;
}

#table_list {
    width: calc(100% - 50px);
    margin: 150px auto 0 auto;
}

#table_list td,#table_list th {
    margin: 0 0;
    padding-top: 15px;
    text-align: center;
    border-bottom-style: solid;
    border-collapse: collapse;
    border-spacing: 0;
    column-gap: 0;
    grid-column-gap: 0;
    padding-left: 0;
    padding-right: 0;
}

.mdi {
    width: 50px;
    fill: darkgrey;
}

.mdi path {
    stroke-width: 4;
}

.mdi_hover {
    cursor: pointer;
}

.mdi_hover:hover {
    fill: #ffa500;
}

#in_search:hover + #mdi_search {
    fill: #ffa500;
}

tr:hover td {
    background-color: #1c2f44;
}

.pwHider {
    width: 400px;
    height: 50px;
    stroke: darkgrey;
}

td:hover > .pwHider {
    display: none;
}

td:hover > .clearText {
    display: block;
}