#tabTime {
	border-collapse: collapse;
	
	text-align: right;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}



#tabTime th {
	text-align: center;
}

#weekName div {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	width: 98px;
	padding: 2px;
	margin: 0 3px 3px 0;
}

#admDay, #userDay {
	//width: 812px;
	overflow: auto;
	font-size: 14pt;
}

#admDayForm, #userDayForm {
	margin: 3px 0;
}

#admDayForm input {
	margin: 3px 3px 3px 0;
	width: 120px;
	font-size: 16pt;
}


#admDayList div, #userDayList div {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	width: 98px;
	height: 42px;
	margin: 0 3px 3px 0;
	padding: 2px;
	background: #1683d3;
	color: white;
	cursor: pointer;
}


#admTime {
	font-size: 14pt;
}

#admTime input[type=text] {
	margin: 3px 3px 3px 0;
	width: 60px;
	font-size: 16pt;
}

#admUserData  {
	margin: 20px 0 0 0; 
	font-size: 16pt;
}

#admUserData input, #admUserData select {
	font-size: 16pt;
}



#admTime td, #admTime th {
	border: solid 1px;
	width: 40px;
	height: 20px;
}

#admUserOutTime div {
	display: inline-block;
	margin: 2px 4px 2px 0;
	padding: 2px 4px;
	background: #ff4422;
	color: white;
	cursor: pointer;
}

#admUserList {
	overflow: auto;
}

#admUserList table {
	border-collapse: collapse;
	font-size: 10pt;
}

#admUserList td {
	border: solid 1px;
	padding: 4px 6px;
}

#kcaptcha {
	margin: 0 10px;
	vertical-align: middle;
}

#userForm #userCaptcha {
	width: 50%;
}

#refcaptcha {
	vertical-align: middle;
}

#userTime {
	
}

#userForm  {
	text-align: left;
	font-size: 16pt;
	width: 100%;
}

#userForm select, #userForm input  {
	width: 100%;
	font-size: 16pt;
}

#userLegend {
	width: 100%;
	border: 2px solid;
	box-sizing: border-box;
	margin: 10px 0;
	font-size: 16pt;
}

#userLegend div {
	padding: 2px 4px;
}

#userSendResult {
	min-height: 18px;
	border: 1px solid red;
	padding: 4px 10px;
}

#userTime .qfloatr{
	float: right;
}

#userTime #tabTime {
	font-size: 16pt;
	margin: 10px 0 0 0;
	border: 2px solid;
	width: 100%;
}

#admTime #tabTime {
	font-size: 12pt;
	margin: 10px 0 0 0;
	border: 2px solid;
	width: 100%;
}

#tabTime td{
	border: solid 1px #ffffff;
	width: 52px;
	height: 32px;
	text-align: center;
}

#tabTime th, #userTime #tabTime td:first-child, #admTime #tabTime td:first-child {
	border: solid 2px black;
	background: white;
	font-weight: bold;
	text-align: center;
}

#userTime #tabTime td:first-child {
	display: none;
}

#userTime #tabTime tr:first-child {
	display: none;
}

#userTime #tabTime td.qred {
	border: none;
}

#userTime #tabTime td.qgreen {
	//border: solid 1px #55ff55;
	border: none;
}

#admTime #tabTime .qblue { 
	background: #1683d3;
	color: white;
}

#admTime .qred {
	background: #ff4422;
	color: white;
}

#userTime #tabTime .qgreen {
	background: #55ff55;
	font-size: 14pt;
}

#userTime #tabTime .qred {
	background: gray;
}

#userTime #tabTime td {
	background: gray;
	border: gray;
}

#userTime #tabTime .qblue {
	background: white;
	font-size: 11pt;
}


#userDayList .qgray {
	background: gray !important; 
}

.userPrint {
	margin: 20px 60px;
	width: 600px;
}

.userPrint table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.userPrint table td{
	border: 1px solid;
	padding: 2px 6px;
}

.userPrint .printHead{
	text-align: center;
}

.userPrint .printFoot{
	text-align: right;
}

.folded {
	display: none;
}

.but {
	display: inline-block;
	background: #1683d3;
	color: white;
	font-size: 16pt;
	padding: 8px 20px;
	margin: 3px 3px 3px 0;
	//width: 100px;
	//height: 40px; 
	//overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}

.active, .but:hover, #admDayList div:hover {
	background: #5630ba !important;
	color: white;
}

.prim {
    line-height: 0.7em;
}

#divPause {
	position: fixed;
    width: 218px;
    height: 218px;
    //background: white;
    top: 50%;
    left: 41%;
    z-index: 200;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
	position: absolute;
    top: 54px;
    left: 54px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}