﻿.primary-button {
    background-color: #333C4E;
    color: white;
    transition-duration: 0.4s;
}

.primary-button:hover {
    background-color: #444d5e;
    color: white;
}

.btn-license-space {
    margin-right: 5px;
}

.primary-color {
    background-color: #333C4E;
}

.dark-link {
    color: #333C4E;
}

.dark-link:hover {
    color: #7b8aa6;
}

.upload-space {
    margin-bottom: 30px;
}

.top-control .input-group {
    display: inline-flex;
}

.top-control {
    width: 50%;
    border-bottom:solid 1px #e3e3e3;
    padding-bottom:10px;
}

.top-control-searchbar {
    width: 50%;
}

.top-control-buttons {
    display: inline;
}

.expired {
    background-color: lightcoral;
}

.table-title {
    caption-side: top;
}

.scrollable-table-container {
    height: 500px;
    overflow-y: auto;
}

.role-table {
    table-layout: fixed;
    width: 850px;
}

.role-table td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.opslogix-card {
    width: 330px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 7px 7px 9px -6px rgba(0,0,0,0.58);
    -moz-box-shadow: 7px 7px 9px -6px rgba(0,0,0,0.58);
    box-shadow: 7px 7px 9px -6px rgba(0,0,0,0.58);
}

dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

dt {
    /*    text-align: right;*/
    float: left;
    width: 50%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
}

dd {
    float: left;
    width: 50%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
}

.blazored-modal-header {
    /*padding: .75rem 1.25rem;*/
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.modal-header {
    background-color: rgba(0,0,0,.03);
}

.modal-footer {
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.opslogix-card-header-title {
    width: 280px;
    display: inline;
}

.opslogix-card-header-image {
    height: 25px;
    width: 25px;
    /*    display: inline;*/
    /*    text-align: left;*/
    float: right;
}

.opslogix-card-header-image img {
    /*        float: right;*/
    height: 25px;
    width: 25px;
}

.opslogix-card-body {
    height: 165px;
    display: inline-block;
    vertical-align: top;
    color: black;
    font-size: 14px;
}

    .opslogix-card-body a {
        text-decoration: none;
    }

.opslogix-card-footer {
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-text-flow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination-spacing {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.custom-container {
    margin: 25px;
    padding-left: 80px;
}

.scrollableForm {
    height: 500px;
    overflow-y: auto;
}

.generalForm {
    width: 700px;
}

.licenseModal {
    width: 500px;
}

.roleModal {
    height: 500px;
    overflow-y: auto;
}

.opslogixModal {
    max-width: 100% !important;
    width: 800px;
}

#licenseAgreementModal {
    height: 600px;
    overflow-y: auto;
}

.opslogixBar {
    background-color: #333c4e;
    height: 60px;
    width: auto;
}

.licenseBtn {
    display: block;
    margin: 10px 0;
    width: 100%;
}


.container2 {
    width: 100%;
    /*    margin-left: auto;*/
    /*    margin: 0 5px 0 5px;*/
}

.logout {
    padding: 30px;
}

.customTable a {
    text-decoration: none;
}

#copyLicense {
    width: 1200px;
}
