﻿.phys-schedule-wrap {
	border: 1px solid transparent;
    background: #f7f8f8;
	padding: 20px;
	width: auto;
}

.phys-schedule-wrap h2 {margin: 0 0 25px;}

.phys-schedule-wrap ul.iq-controls-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: visible;
}

.phys-schedule-wrap ul.iq-controls-wrap > li {padding: 0;}

.phys-schedule-wrap ul.iq-controls-wrap label {display: block;}
.phys-schedule-wrap ul.iq-controls-wrap select {padding: 2px 4px; width: calc(100% - 8px);}
.phys-schedule-wrap ul.iq-controls-wrap input[type="button"] {font-weight: 700;}
.phys-schedule-wrap ul.iq-controls-wrap > li.btn-wrap {width: 100%; padding: 10px 0 0;}

.phys-schedule-wrap .info-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.phys-schedule-wrap .info-tooltip .content-wrap {
    display: none;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 100;
    font-size: 0.95em;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.phys-schedule-wrap .info-tooltip:hover .content-wrap,
.phys-schedule-wrap .info-tooltip:focus-within .content-wrap {
    display: block;
}

@media only screen and (max-width : 768px) {
	.phys-schedule-wrap ul.iq-controls-wrap > li {width: 100%; margin: 0 0 10px;}
	.phys-schedule-wrap ul.iq-controls-wrap > li.btn-wrap {margin: 0;}
}