/*///////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);

/*///////////////////////////////////////////////////////////////////////*/
* {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #333;
}

html, body {
    font-size: 14px;
    width: 90%;
    margin: 30px auto;
}

a, a:hover {
    color: #000;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.section {
    margin: 20px 0;
}

.section-title {
    font-size: 1.4em;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

.alert {
    background-color: #eee;
    padding: 15px 25px;
    border-bottom: 3px solid #ccc;
    margin-bottom: 30px;
}

.block {
    background-color: #eee;
    padding: 15px 25px;
    border-bottom: 3px solid #ccc;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-bottom: 3px solid #ccc;
}

th {
    font-weight: bold;
    text-align: left;
    background-color: #ddd;
    padding: 10px 8px 7px 8px;
    height: 17px;
    border-bottom: 3px solid #ccc;
}

th[data-sort] {
    cursor: pointer;
}

td {
    padding: 5px 8px;
}

tr {
    cursor: pointer;
}

tr.even {
    background-color: #efefef;
}

tr:hover {
    background-color: #ccc;
}

.sorting-asc::before {
    content: "\2193";
}

.sorting-desc::before {
    content: "\2191";
}

.navigation:after {
    clear: both;
    content: "";
    display: table;
}

.navigation .page {
    font-size: 1.3em;
}

.navigation > div {
    color: #aaa;
    font-size: 1.5em;
    float: left;
    margin-right: 8px;
}

.icon {
    color: #aaa;
    font-size: 1.3em;
}

.navigation .icon {
    color: #aaa;
    font-size: 1em;
    transition: opacity .3s ease-out;
    cursor: pointer;
    opacity: 0.5;
}

.navigation .icon:hover {
    opacity: 1;
}

.navigation .page {
    margin-left: 10px;
}

.name a {
    color: #000;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
}

h1, h2, h3 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

code {
    font-family: courier;
    background-color: #ddd;
    padding: 0px 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.9em;
}

.noselect {
    -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
                                     supported by Chrome and Opera */
}

.admin-section {
    position: absolute;
    margin-top: 6px;
    top: 0;
    right: 30px;
    color: #fff;
    background-color: #ddd;
    padding: 5px 7px;
    opacity: 0.8;
    z-index: 1;
}

.tools {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ccc;
}

.logo img {
    width: 90px;
    float: right;
}

.readme img {
    max-width: 90%;
    margin: 5px auto;
    display: block;
}

input {
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    display: block;
    margin: 15px auto;
    border: none;
    border-radius: 5px;
    font-size: 1em;
}

input:focus {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
    outline: 0 none;
}

input[type=submit] {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity .3s ease-out;
}

input[type=submit]:hover {
    opacity: 1;
}

input[type=submit].cancel {
    opacity: 0.3;
}

input[type=submit].cancel:hover {
    opacity: 1;
}

label {
    margin: 0 15px;
}

form.inline input {
    display: inline;
}

.footer {
    margin-top: 40px;
    border-top: 0px solid #ddd;
    padding: 20px 0 0 0;
    text-align: center;
    color: #d0d0d0;
}

.logo {
    opacity: 1;
    background: url("logo.png");
    width: 100px;
    height: 100px;
    background-size: cover;
    /*margin:0 auto;*/
    margin: 0 0 30px 0;
    display: block;
}

.disabled {
    opacity: 0.3;
}

a.disabled:hover {
    opacity: 0.3;
}

#passwords span {
    margin-right: 10px;
}

html {
    border-top: 6px solid #000;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    margin: 30px auto 30px auto;
    width: 90%;
    max-width: 1100px;
}

body.admin {
    max-width: 1800px;
}

.logo {
    background: url("logo.png");
    width: 100px;
    height: 100px;
    background-size: cover;
    /*margin:0 auto;*/
    margin: 0 0 30px 0;
    display: block;
}

.name {
    display: none;
}

.footer {
    border: none;
    margin-top: 15px;
    bottom: 0;
}

td.actions a {
    margin-right: 3px;
}

.warning {
    color: red;
}

.readmore {
    margin-top: 5px;
}

strong {
    font-weight: bold;
}

#new-share {
    position: fixed;
    top: 40px;
    right: 0;
    width: 300px;
    background-color: #eee;
    padding: 15px 25px;
    border-left: 0px solid #ccc;
    box-shadow: 1px 1px 20px #555;
    margin-bottom: 30px;
    opacity: 1;
}

.share ul {
    margin: 0;
    left: 0;
    padding: 0;
    list-style: none;
}

.share ul a {
    color: #777;
}