.titlex {
    margin-top: 50px;
    font-size: 35px;
    font-weight: 300;
    color: rgb(30, 30, 30);
    margin-left: 100px;
    margin-right: 100px;
}


.footer {
    height: 50px;
    width: 100%;
    border-top: 1px solid rgb(150, 150, 150);
    color: rgb(150, 150, 150);
    background-color: rgb(230, 230, 230);
    text-align: center;
    line-height: 50px;
    font-weight: 300;
}

pre {
    display: block;
    padding: 10px;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
    text-align: justify;
    box-sizing: border-box;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 25px;
}


table {
    border-collapse: collapse;
    font-weight: 300;
    width: calc(100% - 200px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
}

td, th {
    border: none;
    text-align: left;
    padding: 10px;
}

tr:nth-child(even) {
    background-color: rgb(94, 131, 188); color: white;
}

tr:nth-child(odd) {
    background-color: rgb(230, 230, 230);
}


small {
    font-size: 11px;
}

.publish {
    background-color: rgb(50, 150, 100);
    padding: 5px 12px;
    cursor: pointer;
    color: white;
}

.delete {
    background-color: rgb(200, 50, 80);
    padding: 5px 12px;
    cursor: pointer;
    color: white;
}

.published {
    font-style: italic;
}

form {
    font-weight: 300;
    margin-left: 100px;
    margin-right: 2px;
}

.body form .subtitle {
    margin-left: 0px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    color: rgb(30, 30, 30);
}

input[type=text], input[type=email], input[type=number], input[type=password] {
    padding: 12px 20px;
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    padding: 12px 20px;
    font-size: 15px;
    margin-top: 15px;
    display: block;
    border: none;
    background-color: rgb(94, 131, 188);
    color: white;
    font-weight: 300;
    cursor: pointer;
}

input[type=submit]:disabled {
    background-color: rgb(144, 144, 144);
    color: rgb(200, 200, 200);
    text-decoration: line-through;
}

input[type=file] {
    display: none;
}

input[type=checkbox] {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 20px;
}

select {
    width: 150px;
    height: 35px;
    border: 0;
 outline: 1px solid #CCC;
    background-color: white;
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
}

.custom-file-label {
    padding: 12px 20px;
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
    border: none;
    color: white;
    font-weight: 300;
    background-color: rgb(94, 131, 188);
}

.custom-file-label.disabled {
    background-color: rgb(144, 144, 144);
    color: rgb(200, 200, 200);
    text-decoration: line-through;
}

.in4 { width: calc(25% - 5px);   }
.in3 { width: calc(33% - 6px);   }
.in2 { width: calc(50% - 10px);  }
.in1 { width: calc(100% - 20px); }

.welcome {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px 40px;
    text-align: left;
    padding-right: 20px;
    z-index: 50;
}

.welcome .close {
    color: white;
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}


