﻿.licensing-right {
    position: absolute;
    right: 0px;
    width: 300px;
    border: 3px solid #73AD21;
    padding: 10px;
}

.licensing-card.mdl-card {
    max-width: 750px;
    min-width: 400px;
    width: 70%;
    overflow: visible;
}

.licensing-card-wide.mdl-card {
    min-width: 1024px;
    max-width: 1920px;
    width: 90%;
    overflow: visible;
}

.licensing-card-medium.mdl-card {
    min-width: 760px;
    max-width: 1024px;
    width: 75%;
    overflow: visible;
}

.licensing-card-medium-small.mdl-card {
    min-width: 512px;
    max-width: 760px;
    width: 60%;
    overflow: visible;
}

.licensing-card-small.mdl-card {
    min-width: 380px;
    max-width: 512px;
    width: 40%;
    overflow: visible;
}

.licensing-card .mdl-textfield {
    width: 100%;
}

.licensing-card .mdl-selectfield {
    width: 100%;
}

.licensing-access-table {
    margin: 0 0 16px 16px;
    width: 90%;
}

.licensing-access-label {
    color: rgb(63,81,181);
    font-size: 12px;
    margin-left: 16px;
}

.licensing-access p {
    width: 286px;
    max-width: 286px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.licensing-access .mdl-selectfield {
    padding: 0;
    width: 250px;
    max-width: 250px;
}

.licensing-access > .mdl-selectfield--floating-label .mdl-selectfield__label:after {
    bottom: 0;
}

.licensing-access > .mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
    top: 24px;
}

.licensing-access > .mdl-selectfield--floating-label .mdl-selectfield__label {
    top: 4px;
}

.licensing-access-type .mdl-selectfield {
    width: 200px;
    max-width: 200px;
}

.licensing-access-add.mdl-button {
    position: absolute;
    right: 10px;
    bottom: 91px;
}

.vertical-line {
    border-left: 3px solid red;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: 75px;
    top: 0;
}

.scrollit {
    overflow: scroll;
    height: 20px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

/* The alert message box */
.licensing-alert {
    padding: 20px;
    background-color: #ff9800; /* Orange */
    color: white;
    margin-bottom: 15px;
}

.licensing-error-spacing{
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}