﻿.avatar-fs {
    font-size: 0.8rem !important;
}

html, body {
    height: 100vh;
}

.w-action {
    min-width: 120px;
}

.mud-table-container-extended .mud-table-container {
    height: calc(100vh - (190px));
    background-color: transparent;
}

.mud-table-root .mud-table-body .mud-table-cell {
    padding: 12px 15px;
}

.mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 600;
}

.mud-input {
    font-size: .9rem;
}

.mud-button{
    border-radius : 18px !important;
}

label.mud-input-label.mud-input-label-animated.mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: .9rem;
}

.switch-text {
    font-size: .9rem;
}

.mud-table-cell {
    border-top: 7px solid var(--mud-palette-background);
    border-bottom: 1px solid var(--mud-palette-table-striped);
}

.mud-table-head .mud-table-cell {
    border-top: 4px solid var(--mud-palette-surface);
}

.table-cell-more {
    text-align: right;
}

/*Custom rules*/
.mainContainer {
    border: 1px solid #c4c4c4;
    margin-bottom: 12pt;
}

p.mud-typography.mud-typography-body2 {
    margin: 12pt;
}

.mud-input-label-outlined {
    background-color: var(--mud-palette-background);
}

.mud-input-control.required .mud-input-label:before {
    content: "* ";
    color: red;
}

.formContainer {
    margin-bottom: 12pt;
}

.mud-container.mud-input-error {
    padding-left: 8px;
    padding-right: 8px;
}

.button-margin-10 {
    margin: 10px;
}

p.mud-typography-body2 p {
    margin-bottom: 4pt;
}

p.mud-typography-body2 ul {
    list-style: circle;
    margin-left: 40px;
}

.logoEditionsGallimard {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.logoEditionsGallimard-md {
    width: 250px;
}

.logoContainer {
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: center;
}

.logoNRF {
    width: 100px;
}

.mud-grid-item-sm-6.flex-basis-1, .mud-grid-item-md-6.flex-basis-1, .mud-grid-item-lg-6.flex-basis-1 {
    flex-basis: 48%;
}

.successMessage {
    color: var(--mud-palette-success);
}

.errorContainer {
    text-align: center;
    margin-bottom: 10px;
}

.actionsContainer .RemoveActions button {
    float: left;
    clear: both;
}

.actionsContainer .AddActions button {
    float: right;
    clear: both;
}

@media (max-width: 600px) {
    .mud-xs-table .mud-table-cell {
        display: grid;
        margin: 10px 0px 0px 0px !important;
        padding: 10px 15px 0px 30px !important;
    }
        .mud-xs-table .mud-table-cell:before {
            font-weight: 600;
        }

    .mud-xs-table .mud-table-row {
        display: block;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin: 0px 2px;
        padding: 0px 0px;
        background-color: var(--mud-palette-surface);
    }

    .mud-xs-table {
        background-color: var(--mud-palette-background);
    }

        .mud-xs-table .mud-table-row .mud-table-cell:last-child {
            border-bottom: 0px solid var(--mud-palette-table-lines);
            padding-bottom: 20px !important;

        }

        .mud-xs-table .mud-table-row .mud-table-cell:first-child {
            border-bottom: 0px solid var(--mud-palette-table-lines);
            margin-top: 10px !important; /* Space between card */
            padding-top: 25px !important;
        }

    ::-webkit-scrollbar {
        background: transparent; /* Optional: just make scrollbar invisible */
        width: 0px !important;
        height: 0px !important
    }

    ::-webkit-scrollbar-thumb {
        background: red !important;
    }

    .table-cell-more {
        position: relative !important;
        right:0 !important;
    }

    .table-cell-more-pos {
        position: absolute !important;
        right: 0 !important;
        bottom: 0px;
        margin: 10px
    }


}

@media (min-width: 900px) {
    .actionsContainer {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1200px) {
    /*Custom rules*/
    .authorModuleContainer, .manuscriptModuleContainer {
        width: 50%;
        float: left;
    }
}

@media (min-width: 1680px) {
    .mud-container-maxwidth-lg {
        max-width: 1580px;
    }
    .actionsContainer {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (min-width: 2080px) {
    .actionsContainer {
        padding-left: 200px;
        padding-right: 200px;
    }
}

.captcha-container {
    text-align: center;
}

.captcha-container .btn-refresh {    
    background-color: transparent;
    vertical-align: middle;
    padding: 0 10px;
}

.captcha-container .btn-refresh:before {    
    margin: 0;
    width: 16px;
}

.divCaptach {
    display: block !important;
    margin: 0 auto;
}

.mud-input-control.multiline .mud-input-helper-text .ml-auto {
    margin-top: auto;
}