.wol_table {
	border-collapse: collapse;
}

.wol_table th,
.wol_table td {
	border: 1px solid #000000;
	padding: 4px 10px;
	font-size: 13px;
	height: 31px;
}

.wol_table th {
	background-color: #fdca52;
}

.wol_text_center {
	text-align: center;
}

.wol_action {
	margin-right: 10px;
}

.wol_action:hover {
	text-decoration: underline;
	cursor: pointer;
}

.wol_refresh {
	display: flex;
	margin-bottom: 5px;
	line-height: 15px;
}

.wol_refresh img {
	width: 15px;
	height: 15px;
}

.wol_button {
	cursor: pointer;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.wol_checkbox_area {
	margin: 10px 0;
}

.wol_spinner,
.wol_countdown {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	border: 2px solid #000;
	background-color: #d2d2d2;
	display: none;
}

.wol_button_edit {
	background-color: #fdca52;
	border: 1px solid #fdca52;
}

.wol_button_edit:hover {
	background-color: #fdbe2c;
	border: 1px solid #fcbb20;
}

.wol_button_delete {
	color: #fff;
	background-color: #fd6652;
	border: 1px solid #fd6652;
}

.wol_button_delete:hover {
	background-color: #fd452c;
	border: 1px solid #fc3920;
}

.wol-success,
.wol-error {
	margin-bottom: 10px;
	padding: 5px 10px;
}

.wol-success {
	background-color: #c5ffc5;
	border: 2px solid #58cf58;
}

.wol-error {
	background-color: #ffc5c8;
	border: 2px solid #d83a49;
}

.wol_form-holder {
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.wol_input-group-prepend {
	margin-right: -1px;
	display: flex;
}

.wol_input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4d4a45;
	text-align: center;
	white-space: nowrap;
	background-color: #f0eeeb;
	border: 1px solid #e6e2da;
}

.wol_form-input {
	padding: .375rem .75rem;
	width: 100%;
}

.wol_form-holder input {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	border: 1px solid #e6e2da;
}

.wol_login-form-wrapper,
.wol_copyright-login {
	width: 350px;
	max-width: 100%;
}

.wol_login-form-wrapper {
	margin: 50px auto 0 auto;
}

.wol_copyright-login {
	margin: 15px auto 0 auto;
}

.wol_copyright {
	width: 100%;
	max-width: 100%;
}

.wol_text-center {
	text-align: center;
}

.wol_text-muted {
  color: #bfbbb2 !important;
  font-size: 12px;
}

.wol_buttons-form-wrapper {
	position: relative;
	background: #292721;
	padding: 0 15px;
	color: #d9d5cc;
	display: flex;
	font-size: 12px;
}

.wol_buttons-form-wrapper input {
	padding: 10px;
	background: #1a1816;
	border: 1px solid #1a1816;
	color: #d9d5cc;
}

.wol_buttons-form-wrapper input:hover {
	color: #4d4a45;
}

.wol_buttons-form-wrapper .wol_button_logout:hover {
	background-color: #fd6652;
	border: 1px solid #fd6652;
	color: #fff;
}

.wol_left-menu {
	width: 60%;
}

.wol_right-menu {
	width: 40%;
}

.wol_right-menu {
	text-align: right;
}

.wol_right-menu span {
	margin-left: 15px;
}

.wol_logout-form {
	margin-left: 15px;
}

.wol_body {
	margin: 15px;
	padding: 15px;
	background-color: #fff;
}

.wol_body h2 {
	margin-top: 0;
}

.wol_body label {
	line-height: 1.5rem;
}

.wol_body input[type="text"],
.wol_body input[type="password"],
.wol_body input[type="number"] {
	border: 1px solid #b2b2b2;
	color: #4d4a45;
}

.wol_computer-table img {
	width: 12px;
}

.wol_computer_state_explanation {
	margin-top: 15px;
}

.wol_inner-form-holder {
	width: 300px;
	max-width: 100%;
	margin-bottom: 10px;
}

.wol_version {
	display: inline;
}

.wol_version img {
	width: 19px;
	position: relative;
	bottom: -4px;
	left: -2px;
}

.wol_computer_state_explanation h4 {
	margin-bottom: 5px;
}

.wol_logo {
	position: relative;
	width: 225px;
	display: inline-block;
}

.wol_logo h1 {
	line-height: 14px;
	padding-top: 13px;
	margin: 0;
	position: absolute;
	z-index: 100000;
	top: -25px;
	color: #292721;
	background-color: #fdca52;
	height: 40px;
	width: 200px;
	padding-left: 19px;
}

.wol_logo_responsive,
.wol_logo_responsive h1 {
	display: none;
}

hidden {
	display: inline;
}

@media only screen and (max-width: 1400px) {
	.wol_logo,
	.wol_logo h1 {
		display: none;
	}

  .wol_logo_responsive {
		position: relative;
		width: 95px;
		display: inline-block;
	}

	.wol_logo_responsive h1 {
		line-height: 14px;
		padding-top: 13px;
		margin: 0;
		position: absolute;
		z-index: 100000;
		top: -25px;
		color: #292721;
		background-color: #fdca52;
		height: 40px;
		width: 80px;
		padding-left: 13px;
		display: block;
	}
}

@media only screen and (max-width: 1350px) {
	.wol_version {
		display: none;
	}
}

@media only screen and (max-width: 950px) {
	hidden {
		display: none;
	}
}