﻿@media (min-width: 500px) {
    .as-panel.agent {
        margin: 20pt auto;
        border: 1px solid #e1e1e1;
        padding: 10pt 20pt;
        box-sizing: border-box;
        background-color: #f5f5f5;
        margin-bottom: 0px;
    }
}


.agent-no-players {
    position: absolute;
    left: 15%;
    width: 75%;
    margin-top: 20px;
    color: white;
}

.agent .mvc-grid table tbody {
    background: white;
}

.agent .mvc-grid {
    margin-top: 15px
}

    .agent .mvc-grid table thead tr th {
        background: #522E91;
        color: #FFFFFF;
        border-color: grey
    }

a.btn.agent-button {
    background: #FFFFFF;
    color: #535353
}

#datetimepicker4 {
    margin-bottom: 10px
}

.ui-slider {
    margin-top: 5px
}

input[type=number]#StartSalaryRange::-webkit-inner-spin-button,
input[type=number]#StartSalaryRange::-webkit-outer-spin-button,
input[type=number]#EndSalaryRange::-webkit-inner-spin-button,
input[type=number]#EndSalaryRange::-webkit-outer-spin-button,
input[type=number]#TargetPrice::-webkit-inner-spin-button,
input[type=number]#TargetPrice::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#preview-zone {
    overflow: auto;
}

.dz-preview {
    margin-left: 15px;
}

#AgentAttachment {
    display: none !important;
}

#File {
    display: none !important;
}

.usernameAndSalutation {
    width: 100% !important;
    margin-bottom: 5px;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: rebeccapurple;
}

.birthMonth {
    min-width: 40%;
}


h1 {
    font-family: "Gotham HTF Black";
    text-transform: uppercase;
    color: #000;
}

h2 {
    font-family: "Gotham HTF Black";
    text-transform: uppercase;
    color: #6E6E6E;
    font-size: 21px;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham HTF Bold";
}

.btn-form {
    margin-bottom: 20px;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 15px;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        background-color: #6a5a8c;
    }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    margin-left: 2rem;
    padding-left: 10px;
    font-weight: normal;
}

    .custom-control-label::before {
        position: absolute;
        top: 0;
        left: -2rem;
        display: block;
        width: 22px;
        height: 22px;
        pointer-events: none;
        content: "";
        border: solid #dedede 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0;
        left: -2rem;
        display: block;
        width: 22px;
        height: 22px;
        content: "";
        background: no-repeat 50%/50% 50%;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #522E91;
}

.custom-checkbox .custom-control-input:hover ~ .custom-control-label::before {
    border-color: #cdc7d9;
}

.modal-background {
    padding: 1px;
}

.btn.btn-optin {
    border-color: #522E91;
    border-width: 2px;
    color: #522E91;
    background-color: #F5F5F5;
}

    .btn.btn-optin.active {
        background-color: #522E91;
        color: #F5F5F5;
        border-color: #522E91;
        box-shadow: none;
    }

    .btn.btn-optin:hover {
        background-color: #522E91;
        color: #F5F5F5;
    }

    .btn.btn-optin.active.focus {
        outline: none;
        border-color: #522E91;
    }

    .btn.btn-optin:last-of-type {
        border-left: none;
    }

.row-optin {
    display: flex;
    flex-direction: row;
}

    .row-optin > label {
        flex: 1;
    }

.form-group > .day-of-birth-icon {
    position: relative;
    bottom: 0;
    right: 0;
}

span.cashlesscard-image-stack {
    display: grid;
}

img.cashlesscard-image-stack-top {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    margin-left: 17rem;
    box-shadow: -1px 0 2px #505050;
}

img.cashlesscard-image-stack-bot {
    grid-column: 1;
    grid-row: 1;
}
