



.sacrd-entry-box {
    border: solid 3px black;
    box-shadow: 0px 0px 10px darkblue;
    max-width: 500px;
    /* padding: 10px; */
}

.sacrd-fields-box {
    padding: 10px;
}

.sacrd-title-text {
    width: 100%;
    background-color: #0000FF20;
    padding: 10px 10px 5px 10px;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}

.topbar .sitelogo {
    height: 61px
}

@media only screen and (max-width: 365px) { /* screens less than 355 */
    .topbar .sitelogo {
        height: 50px;
    }
}

.sacrd-group-header {
    display: block;
}

.sacrd-group-permission {
    display: block;
}

.nav-item.nav-subscribe a {
    background-color: blue;
    border: thick solid blue;
    color: white!important;
    margin-right: 5px;
}

.nav-item.nav-pro-login a {
    background-color: white;
    border: thick solid blue;
    color: blue!important;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.sacrd-animate-height {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

.sacrd-animate-height.expanded {
    height: 2000px;
}

.sacrd-free-plan-card {
    border: grey solid 2px;
    padding: 10px;
    border-radius: 10px;
    max-width: 400px;
    min-height: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.sacrd-free-plan-title {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.sacrd-free-plan-button-holder {
    justify-content: flex-start;
    display: flex;
    align-self: flex-start;
}

.pro-subscriber-link {
    display: block;
    padding: 3px;
    border: white solid 5px;
}

.pro-subscriber-link-active {
    border: blue solid 5px;
}

.language-selector {
    background: none;
    border: none;
    cursor: pointer;
    color: black;
    text-decoration: none;
    font-size: 0.9rem;
  }
  
#sacrd-logged-in-user {
    color: black;
}  

.pro-table-dark {
    background-color: #F0F0F0;
}

.subscriber-entity-url {
    border: solid 1px lightgrey;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    background-color: #00a65040;
}

.sacrd-pro-disabled-anchor {
    pointer-events: none;
    text-decoration: none;
    color: lightblue
}

.pro-subscriber-div-1 {
    padding-left: 5px;
    border-left: blue solid 3px;
}

.pro-subscriber-div-2 {
    padding-left: 5px;
    border-left: purple solid 3px;
    margin-top: 10px;
}

.pro-subscriber-div-3 {
    padding-left: 5px;
    border-left: darkorange solid 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.pro-subscriber-div-4 {
    padding-left: 5px;
    border-left: darkgreen solid 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.pro-subscriber-div-5 {
    padding-left: 5px;
    border-left: red solid 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.pro-subscriber-div-6 {
    padding-left: 5px;
    border-left: orange solid 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.pro-contact-row {
    cursor: pointer;
    display: inline-block; 
    height: 30px;
}

.pro-contact-row-no-hand {
    display: block; 
    height: 30px;
}

.pro-contact-row-dark {
    background-color: #80808020;
}

.pro-contact-col {
    width: 300px;
}

.pro-contact-col-nok {
    display: inline-block;
}

@media only screen and (max-width: 400px) { /* narrow screens */
    .pro-contact-col-ok {
        display: none;
    }
}

@media only screen and (min-width: 401px) {
    .pro-contact-col-ok {
        display: inline-block;
    }
}

#pro-contact-new-message {
    padding-left: 5px;
    border: black solid 1px;
    border-left: solid 3px;
    margin-top: 10px;
}

#pro-contact-messages {
    padding-left: 5px;
    padding-right: 5px;
}

.pro-contact-details {
    border: black solid 1px;
    display: flex;
    justify-content: space-between;
    padding: 5px;

    padding-left: 5px;
    border-left: solid 3px;
    margin-bottom: 15px;
}

.pro-contact-details-header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.pro-contact-header {
    display: inline-block;
    min-width: 300px;
}

.pro-contact-header-actions {
    display: inline-block;
}

#pro-contact-name {
    display: inline-block;
    min-width: 300px;
}

#pro-contact-email {
    display: inline-block;
    min-width: 300px;
}

#pro-contact-phone {
    display: inline-block;
    min-width: 300px;
}

#pro-contact-actions {
    display: inline-block;
}

@media only screen and (max-width: 400px) { /* narrow screens */
    #pro-contact-name {
        display: block;
    }
    
    #pro-contact-email {
        display: block;
    }
    
    #pro-contact-phone {
        display: block;
    }
}

.pro-messages-div {
    padding-left: 5px;
    border: black solid 1px;
    border-left: solid 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.pro-contact-message {
    margin-right: 10px;
}

a.pro-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 50%;
}

.pro-contact-row-data:hover {
    background-color: rgb(187, 217, 226);
}

/* #pro-contact-tbody-messages tr:hover {
    background-color: rgb(187, 217, 226);
} */

.pro-contact-header-top {
    display: flex;
    justify-content: space-between;
}

#pro-contact-back {
    color: #00008b;
    font-size: 2rem;
}

.pro-contact-back-disabled {
    color: #00008b80 !important;
}

.pro-history-row-light {
    background-color: white;    
}

.pro-history-row-light:hover {
    background-color: rgb(187, 217, 226);
}

.pro-history-row-dark {
    background-color: #F0F0F0;    
}

.pro-history-row-dark:hover {
    background-color: rgb(187, 217, 226);
}

.pro-entity-inactive {
    text-decoration: line-through;
}

.pro-paginator {
    font-size: 1.2rem;
    border: lightgray solid 3px;
    width: fit-content;
}

.pro-page-start {
    border-right: darkblue solid 1px;
    padding: 5px;
    cursor: pointer;
}

.pro-page-previous {
    border-right: darkblue solid 1px;
    padding: 5px;
    cursor: pointer;
}

.pro-page-next {
    border-right: darkblue solid 1px;
    border-left: darkblue solid 1px;
    padding: 5px;
    cursor: pointer;
}

.pro-page-last {
    padding: 5px;
    cursor: pointer;
}

.pro-view-user-title {
    font-weight: bold; 
    margin-bottom: 0px;    
}

.pro-view-user-line {
    margin-left: 20px; 
    margin-bottom: 0px; 
    display: inline-block;
}

.pro-view-user-line-1 {
    margin-left: 20px; 
    margin-bottom: 0px; 
}

.pro-view-user-form {
    margin-bottom: 0px; 
    display: inline;
}

.pro-button-edit-save {
    color: white; 
    padding: 4px 6px 6px 6px; 
    border-radius: 4px;
}

