.container {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: justify;
}

.bg-blue {
    background-color: #48a9e4;
    background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: -ms-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: -o-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0779bf), color-stop(1, #48a9e4));
    background-image: -webkit-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%);
}

.website-header {
    padding: 16px 16px 0px 16px;
    color: white;
}

.header {
    margin-bottom: 50px;
}

.logo {
    height: 60px;
}

.flashes {
    margin-top: 20px;
}

.alert {
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
}

.close {
    margin-left: 40px;
}

.close:hover {
    cursor: pointer;
}

.icon-button {
    border: none !important;
}

.icon-button:hover {
    cursor: pointer;
    border: none !important;
}

.tight-form {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
}

/* RESOLVER */
.resolver-container {
    padding-top: 60px;
    clear: both;
}

.resolver-image {
    float: left;
    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
}

.resolver-about {
    text-align: justify;
}

/* PUBLICATION */
.publication-container {
    margin-left: 30px;
    width: calc(100% - 50px);
    border-collapse: separate;
    border-spacing: 0px;
}

.publication-row td {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.publication-row:hover td {
    background-color: rgba(0,0,0,.075);
}

.publication-row:hover td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.publication-row:hover td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.publication-description {
    padding-left: 1em;
}

.publication-action {
    text-decoration: none;
    font-size: 1.8em;
    width: 1.5em;
    text-align: center;
}

.publication-action a, .publication-action i {
    color: lightgray !important;
}

.publication-row:hover .publication-link a, .publication-row:hover .publication-link i {
    color: rgb(213, 0, 0) !important;
}

.publication-row:hover .publication-edit i {
    color: green !important;
}

.publication-row:hover .publication-remove i {
    color: black !important;
}

/* LOGIN FORM */
.login-container {
    width: 100%;
    text-align: center;
}

.login-container input {
    width: 275px;
    display: inline;
    margin-bottom: 20px;
}

/* USERS */
.users-container {
    width: 100%;
}

.users-row td {
    padding: 12px;
}

.users-row:hover td.users-email, .users-row:hover td.users-name, .users-row:hover td.users-role {
    background-color: rgba(0,0,0,.075);
}

.users-row td.users-action {
    opacity: 0;
    width: 1em;
}

.users-row:hover td.users-action {
    opacity: 1;
}

td.users-action i:hover {
    cursor: pointer;
}

.users-row td.users-role {
    width: 130px;
}

.users-row:hover td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.users-row:hover td:nth-last-child(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.users-add {
    color: green;
}

.users-remove {
    color: darkred;
}

.user-edit > input, .user-edit > select, .user-edit > div {
    margin-bottom: 20px;
}

.user-inactive {
    color: lightgray;
    font-style: italic;
}

/* USER SAVE */
.user-save-container input {
    width: 275px;
    display: inline;
    margin-bottom: 20px;
}

.user-settings-container {
    margin-bottom: 40px;
}

.user-settings-container legend {
    margin-left: -20px;
}

.user-settings-container input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.user-edit-container {
    margin-left: 20px;
}

/* PUBLICATION CATEGORY */
.publication-category-container {
    margin-top: 45px;
}

/* FILE MANAGER */
.clickable-row:hover {
    cursor: pointer;
}

.file-manager-container #files .table td:first-child {
    text-align: center;
}

.file-manager-container #files .table th {
    border-top: none !important;
}

.file-manager-container #files .table td {
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    vertical-align: middle;
}

.file-manager-container #create-dir {
    font-size: 0.8em;
}

.file-manager-container #create-dir.enabled {
    color: rgba(0, 123, 255, 0.48);
}

.file-manager-container #create-dir.enabled:hover {
    cursor: pointer;
    color: rgba(0, 123, 255, 1);
}

.file-manager-container #create-dir.disabled {
    color: rgba(128, 128, 128, 0.31);
}

.file-manager-container #create-dir.disabled:hover {
    cursor: not-allowed;
}

.file-information td:first-child {
    font-weight: bold;
    padding-right: 10px;
}

.tooltip.show {
    opacity: 0.8 !important;;
}

.tooltip-inner {
    max-width: inherit !important;
    text-align: left !important;;
}

.models-container th {
    border-top: none !important;
}