
.btn-primary {
	color: #FFB806;
	background-color: #fff;
	border-color: #FFB806;
}
.btn-primary:hover {
  color: #FFB806;
  background-color: #fff;
  border-color: #FFB806;
}

h1 {
	font-size: 30px;
	color: #fff;
}
h4{
	font-size: 16px;
	font-weight: bold;
	color: #7C7D81;
}

a {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	color: #FFB806;
}
a:hover {
	color: #ffffff;
}

a.trash:hover {
	color: #ff0000;
}

.orange {
	color: #FFB806;
}

div.add_link {
	padding-bottom: 20px;
}

div.hidden {
	display:none;
}

div.red {
	color: red;
}

div.msg {
	text-align:center;
	width:100%;
	color: red;
	font-weight: bold;
	padding: 20px;
}

th {
	color: #fff;
}
tr.record_pending td {
	color: orange;
}
tr.record_removed td {
	color: red;
	text-decoration: line-through;
}
tr.record_ok td {
	color: green;
}

tr.domain_pending td {
	color: red;
	text-decoration: line-through;
}
/* Login */

html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}

*, *::before, *::after {
	box-sizing: border-box;
	font-family: 'Switzer', sans-serif;	
}

body {
	margin: 0;
	font-family: 'Switzer', sans-serif;
	font-weight: 400; /* Switzer Regular */
  background-color: #000;
  font-size: 14px;
  color: #41464F;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s; /* hack: delay Chrome autofill background */
}

body#signin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
  font-size: 12px;
  color: #fff;
}
body#portal input,
body#portal select,
body#signin input {
  color: #41464F;
  font-size: 12px;
  border: 1px solid #41464F;
  border-radius: 8px;
  background-color: inherit;
}

body#portal input:focus,
body#portal select:focus,
body#signin input:focus {
  color: #FFB806;
  font-size: 12px;
  border: 1px solid #FFB806;
  border-radius: 8px;
  background-color: inherit;
  box-shadow: none;
}

body#portal input[type=submit] {
  color: #7C7D81;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #41464F;
  border-radius: 8px;
  background-color: inherit;
  min-width: 100px
}
body#portal input[type=submit]:hover {
  color: #000;
  border: 1px solid #FFB806;
  background-color: #FFB806;
  cursor: pointer;
}

body#portal button,
body#signin button {
  color: #7C7D81;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #41464F;
  border-radius: 8px;
  background-color: inherit;
}
body#signin button {
  margin-top: 50px;
}

body#portal button#login,
body#signin button#login {
  margin-top: 0px;
}

body#portal button:hover,
body#signin button:hover {
  color: #000;
  border: 1px solid #FFB806;
  background-color: #FFB806;
}

body#portal select option {
  background-color: #000;
  color: #fff;
}

div.already {
  margin-top: 6px;
  color: #41464F;
}
div.already a:hover {
  color: #fff;
  text-decoration: none;
}

.logo {
	text-align: center;
	font-weight: 500; /* Medium */
	font-size: 24px;
	color: #ffffff;
}

.box {
	margin-top: 20px;
	border-radius: 40px;
	border: 1px solid #41464F;
	padding: 0px;
}
.box h4{
	font-size: 16px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
  color: #41464F;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.custom-checkbox {
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Alapértelmezett stílus törlése */
  width: 18px;
  height: 18px;
  border: 1px solid #41464F;
  background-color: inherit;
  border-radius: 1px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

.custom-checkbox:checked {
  background-color: #FFB806;
}

/* amikor be van pipálva */
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid #FFB806;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Dashboard */
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #fff;
}
.sidebar .nav-link:hover {
  color: #FFB806;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #fff;
}

.sidebar .nav-link.active {
  color: #FFB806;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: #FFB806;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.navbar {
  background-color: #000;
}

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: #000;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

#dashboard span.fas {
	font-size:80px
}

.info-circle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        font-size: 12px;
        background-color: #FFB806; /* Bootstrap info */
        color: white;
        border-radius: 50%;
        font-weight: bold;
        line-height: 1;
}

