﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap');

body {
    font-family: "Source Sans Pro", sans-serif;
}

.al-header-container {
    max-width: 590px;
    margin-top: 1em;
    padding-left: 1em;
}

.al-header-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #0e3f75;
}

.al-header-divider {
    margin: 0.5em 0;
}

.al-header-content {
    font-size: 16px;
    line-height: 24px;
}

.al-search-container {
    max-width: 590px;
    margin-top: 1em;
    padding-left: 1em;
}

.al-input-row {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: flex-start;
}

    .al-input-row .oh-component {
        flex: 1;
    }

    .al-input-row .oh-input__input-wrapper .oh-input {
        width: 100%;
    }

.oh-component {
    font-size: 18px;
    line-height: 24px;
    color: #222222;
}

.oh-input .oh-input__label {
    display: block;
}

.oh-input .oh-input__input-wrapper {
    position: relative;
}

.oh-input input{
    box-sizing: border-box;
    margin: 12px 0 0;
    border: 2px solid #949494;
    border-radius: 8px;
    padding: 0 24px;
    width: 50%;
    height: 50px;
    font-size: 16px;
    color: #222222;
}

    .oh-input input:focus {
        outline: 4px solid #99D6ED;
        border-color: #444444;
    }

.oh-animated {
    transition: all .22s ease-in-out;
}

.oh-focusable:focus {
    box-shadow: none;
    z-index: 2;
    outline: 4px solid #99D6ED;
    transition: outline 0.1s ease-in-out;
}

.oh-input.input-error {
    border: 2px solid #CC071E !important;
}

#txtFirstName,
#txtLastName {
    font-family: "Source Sans Pro", sans-serif;
}

.al-validation-row {
    margin-top: 8px;
}

#ValidateSearch {
    color: #CC071E !important;
    font-size: 15px;
}

.al-search-row {
    display: flex;
    justify-content: end;
    margin-top: 1em;
}

.oh-component.oh-button--square {
    border-radius: 8px;
}

.oh-component.oh-button--standard {
    height: 44px;
}

.oh-component.oh-button {
    border-style: solid;
    border-width: 3px;
    box-sizing: border-box;
    width: max-content;
    min-height: 38px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 24px;
    transition: all .22s ease-in-out;
}

.oh-button--themed--primary {
    color: #FFFFFF;
    background-color: #0E3F75;
    border-color: #0E3F75;
}

    .oh-button--themed--primary:hover:not(:disabled) {
        color: #FFFFFF;
        background: #082646;
        border-color: #082646;
    }

#search {
    font-family: "Source Sans Pro", sans-serif;
}

.al-results-container {
    max-width: 1400px;
    display: block;
    margin-top: 1em;
    padding: 24px;
}

.al-empty-results-message {
    font-size: 20px;
    font-weight: 600;
}

.al-results-table {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: auto hidden;
    min-height: 0px;
    box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .08);
}

.al-results-header, .al-results-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.al-results-header {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    min-height: unset;
    height: 64px;
    padding: 0 16px;
    background: #E5E5E5;
    font-size: 20px;
    font-weight: 600;
}

    .al-results-header .al-col {
        position: relative;
        padding: 0 24px;
    }

        .al-results-header .al-col:not(:first-child)::before {
            content: "";
            position: absolute;
            left: 0;
            width: 2px;
            height: 70%;
            background: #FFFFFF;
        }

.al-results-row {
    padding: 8px 16px;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
}

    .al-results-row .al-col {
        position: relative;
    }

        .al-results-row .al-col:not(:first-child)::before {
            content: "";
            position: absolute;
            left: 0;
            width: 2px;
            height: 100%;
            background: #F0F0F0;
        }

    .al-results-row:not(:last-child) {
        border-bottom: 2px solid #F0F0F0;
    }

.al-col {
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    align-items: center;
    position: relative;
}

.al-col-name {
    flex: 1.2 1 0;
    min-width: 140px;
}

.al-col-address {
    flex: 1.6 1 0;
    min-width: 180px;
}

.al-col-category {
    flex: 1 1 0;
    min-width: 80px;
}

.al-col-licenseno,
.al-issue-date-col {
    flex: 0.5 1 0;
    min-width: 150px;
}

.al-exp-date-col {
    flex: 0.7 1 0;
    min-width: 185px;
}

.al-pagination-component {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    font-weight: 500;
    min-height: 56px;
    align-items: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.54);
}

    .al-pagination-component > label,
    .al-pagination-component > span {
        margin: 0 8px;
    }

.al-pagination-dropdown {
    position: relative;
    display: inline-block;
}

    .al-pagination-dropdown select {
        display: flex;
        padding: 6px 24px 6px 12px;
        border-radius: 6px;
        box-shadow: 0 0 0 3px #E5E5E5;
        background: #FFFFFF;
        color: #666666;
        cursor: pointer;
        height: 24px;
        max-width: 100%;
        user-select: none;
        box-sizing: content-box;
        font-size: inherit;
        border: none;
        appearance: none;
        direction: ltr;
        flex-shrink: 0;
    }

    .al-pagination-dropdown svg {
        top: 6px;
        right: 0px;
        color: inherit;
        position: absolute;
        fill: currentcolor;
        width: 24px;
        height: 24px;
        display: inline-block;
        user-select: none;
        pointer-events: none;
    }

#ddlPageSize {
    font-family: "Source Sans Pro", sans-serif;
}

.al-pagination-arrows {
    display: flex;
    align-items: center;
}

.arrow-button {
    position: relative;
    display: block;
    user-select: none;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 8px;
    cursor: pointer;
    transition: 0.4s;
    color: rgba(0, 0, 0, 0.54);
    fill: rgba(0, 0, 0, 0.54);
    background-color: transparent;
}

    .arrow-button:disabled {
        cursor: unset;
        color: rgba(0, 0, 0, 0.18);
        fill: rgba(0, 0, 0, 0.18);
    }

    .arrow-button:hover:not(:disabled) {
        background-color: rgba(0, 0, 0, 0.12)
    }