@charset "UTF-8";

body {
    background-color: #333333;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

.pointer {
    cursor: pointer;
}

#page-display {
    padding-top: 30px;
}

#login-display .input-group {
    margin-bottom: 15px;
}


/* Everywhere */
.nav-tabs .nav-item {
    background-color: #495057;
}

.nav-link.active, .nav-link-logout {
    text-decoration: none;
}

.nav-link.bordered {
    border-color: #e9ecef #e9ecef #dee2e6 !important;
}

.sltr-nav-a {
    color: #dee2e6;
}

.sltr-nav-a:hover {
    color: #dee2e6;
}

.nav-link-logout {
    text-decoration: none;
    background-color: transparent;
}

#employee-sales-tab-content, #employee-schedule-tab-content {
    padding-top: 10px;
}


/* Employee Schedule */
.calendar-icon-display {
    display: inline-block !important;
}

.calendar-icon {
    margin-right: 7px;
    margin-bottom: -3px;
    color: white;
}

.date-picker-input {
    display: inline-block !important;
    width: 50%;
}


#date-prev-btn {
    margin-left: 10px;
}

#date-prev-btn {
    margin-left: 5px;
}

.date-switcher-btn {
    background-color: #ced4da;
    color: black;
    border: 1px solid black;
    outline: 0 !important;
    padding: 8px;
}



.appointment-filter-btn:focus {
    background-color: #5d7fdd;
}



.date-switcher-btn:active {
    background-color: #5d7fdd;
}

.appointment-filter-btn:active {
    background-color: #5d7fdd;
}





.appointment-filter-btn {
    margin-top: 15px;
    width: 100px;
    background-color: #ced4da;
    color: black;
    border: 1px solid black;
    outline: 0 !important;
}


#show-both-btn {
    border-top-right-radius: 0.5em;
    -moz-border-radius-topright: 0.5em;
}

#show-appointments-btn {
    border-top-left-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
}


#employee-schedule-display {
    margin-top: 15px;
}

.no-appointment-row {
    background-color:rgba(255, 255, 255, 0.05);
    border-bottom-color:rgb(128, 128, 128);
    border-collapse:collapse;
    border-left-color:rgb(128, 128, 128);
    border-right-color:rgb(128, 128, 128);
    border-top-color:rgb(128, 128, 128);
}

.appointment-time-td {
    vertical-align: middle !important;
    width: 100px;
}

.table-dark td {
    border-color: #666 !important;
}

.appointment {
    max-width: 500px;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid black;
    margin-top: 2px;
    margin-bottom: 2px;    
}

.schedule-status-display {
    position: absolute;
    right: 0;
    top: 0;
    width: 5%;
    height: 10px;
    background-color: grey;
    border-bottom: 1px solid rgb(76, 75, 71);
    border-left: 1px solid rgb(76, 75, 71);
    border-radius: 0 4px 0 4px;
}

.Scheduled-color {
    display: none !important;
}

.In-Session-color {
    background-color: yellow;
}

.Checked-out-color{
    background-color: LawnGreen;
}

.Arrived-color{
    background-color: white;
}

.Session Completed-color{
    background-color: purple;
}

.No Show-color{
    background-color: red;
}


.group-btn {
    border: 2px solid black;
    border-radius: 10px;
    width: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 4px;
    position: absolute;
    right: -15px;
    top: 4px;
    margin-right: -15px;
}

/* Employee Sales */
.sale-date-display {
    background-color: grey;
    padding: 15px;
    margin-bottom: 15px;
}

.sales-table-head-tr th {
    width: 20%;
}


/* Error Handling */
.input-error-message {
    color: white;
    margin-bottom: 10px;
}

.error {
    border: 2px solid #ff6b6b !important;
}

.input-error-icon {
    margin-right: 10px;
    color: #ff6b6b;
}


/* Utilities */
.round-all {
    border-radius: 0.5em;
    border-top-left-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    border-bottom-left-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    border-top-right-radius: 0.5em;
    -moz-border-radius-topright: 0.5em;
    border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}

.clear-col-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #000000;
	line-height: normal;
	margin-top: 2%;
	padding-top: 2%;
}

#copyright-display {
    padding-top: 15px;
}



/* Media Queries */
@media only screen and (min-width: 0px) and (max-width: 480px) {

    .appointment-time-td {
	width: 71px;
    }
    
    #login-snap-col {
	padding-left: 7px;
	padding-right: 7px;
    }
    
    .appointment {
	margin-right: 40px;
    }
    
}
