html, body					{margin: 0px; padding: 0px; height: 100%; font-family: Helvetica; font-size: 14px; color: #222222; background-color: #FFFFFF;}

input, select					{padding: 8px 10px; margin: 6px 0; font-family: Helvetica; font-size: 14px; border: 1px solid #DDDDDD; border-radius: 5px; background-color: #FFFFFF; transition: border-color 0.2s ease, box-shadow 0.2s ease; box-sizing: border-box;}

select						{appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; background: url('arrow_down.png') no-repeat; background-position: calc(100% - 10px) center; background-color: #FFFFFF; padding-right: 30px;}

input:focus, select:focus			{border-color: #3498DB; box-shadow: 0px 0px 0px 3px rgba(52, 152, 219, 0.25); outline: none;}

input[type="submit"]				{background-color: #5EC115; color: #FFFFFF; width: 150px; height: 40px; border: none; font-weight: bold; cursor: pointer;}
input[type="submit"]:hover			{background-color: #4AA810;}

input[type="button"]				{background-color: #DDDDDD; color: #222222; width: 150px; height: 40px; border: none; font-weight: bold; cursor: pointer;}
input[type="button"]:hover			{background-color: #CCCCCC;}

a						{color: #222222; text-decoration: none;}
a:hover					{color: #222222; text-decoration: none;}

div#header a					{color: #FFFFFF; text-decoration: none; font-weight: bold;}
div#header a:hover				{color: #5AC310; text-decoration: none; font-weight: bold;}

div#container					{height: 100vh; display: flex; flex-direction: column;}
div#header					{height: 140px; flex-shrink: 0; background-image: url('background.png'); text-align: left; color: #FFFFFF; padding: 0px;}
div#footer					{height: 50px; flex-shrink: 0; background-color: #12161C; color: #CCCCCC; text-align: center; padding-top: 30px;}
div#text					{flex: 1; overflow: hidden; hidden; padding: 20px; display: flex; flex-direction: column;}

.wrapper-table				{flex: 1; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none;}
.wrapper-table::-webkit-scrollbar		{display: none;}

.header-table					{width: 100%;}

.cell-logo					{width: 000%; vertical-align: top; text-align: left;}
.cell-title					{width: 100%; vertical-align: top; text-align: left; font-size: 24px; line-height: 1.5; font-weight: bold;}
.cell-menu					{width: 100%; height: 30px; vertical-align: middle; text-align: left;}

.logo						{width: 207px; height: 090px;}
.subtitle					{font-size: 18px; padding-top: 17px;}
.access-denied				{width: 100%; text-align: center;}

#header ul					{padding: 0px; margin: 0px; z-index: 999;}
#header li					{padding: 0px; margin: 0px; list-style: none; z-index: 999;}
#header li.level-1				{float: left; padding: 8px 0px 8px 0px;}
#header li.level-1 a				{display: block; padding: 0px 15px 0px 15px; color: #FFFFFF; text-decoration: none;}
#header li.level-2 a				{text-align: left; color: #FFFFFF; padding: 8px 15px 8px 15px; margin: 0px;}
#header ul.level-2				{position: absolute; margin-top: 8px; display: none; background-color: #373637;}
#header li.level-1:hover ul.level-2	{display: block;}
#header li.level-2:hover			{margin-bottom: -2px; border-bottom: 2px solid #5AC310;}

.input-search-key				{width: 400px; height: 40px;}
.select-presence				{width: 160px; height: 40px;}

.directory-table				{width: 1270px;}
.directory-table th, .directory-table td	{height: 40px; border-bottom: 1px solid #DDDDDD; text-align: left; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.directory-table th				{font-weight: bold;}
.directory-table tbody tr:hover		{background-color: #EDEDED;}
.directory-table tbody tr:nth-child(even)	{background-color: #F9F9F9;}

.col-empty					{width: 020px;}
.col-personal-num				{width: 100px;}
.col-name					{width: 300px;}
.col-phone					{width: 200px;}
.col-ext					{width: 150px;}
.col-email					{width: 300px;}
.col-resort					{width: 100px;}
.col-presence					{width: 100px;}

.icon-present					{color: #5EC115; font-size: 1.4em; vertical-align: middle;}
.icon-absent					{color: #F44336; font-size: 1.4em; vertical-align: middle;}
.icon-vacation				{color: #FFA500; font-size: 1.4em; vertical-align: middle;}
.icon-unknown					{color: #9E9E9E; font-size: 1.4em; vertical-align: middle;}