@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito");

html {
    height: 100%;
}

html body {
    height: 100%;
    background-color: #f8f8f8;
}

html body :focus {
    outline: none !important;
}

html body a:hover {
    text-decoration: none;
}

html body .form-control {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #515151;
    padding-left: 0;
    resize: none;
}

html body .form-control + label {
    position: absolute;
    bottom: 100%;
    transition: 0.3s all;
    margin-bottom: 0;
    font-size: 12px;
}

html body .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(135, 157, 59, 0.5);
    padding-bottom: 5px;
}

html body .form-control:focus + label {
    color: #879d3b;
    font-weight: bold;
}

html body .was-validated label {
    font-size: 12px;
    font-weight: bold;
}

html body .was-validated .form-control:valid {
    border-color: #879d3b;
}

html body .was-validated .form-control:valid:focus {
    border-color: #879d3b;
    box-shadow: none;
}

html body .was-validated .form-control:invalid {
    border-color: #932500;
}

html body .was-validated .form-control:invalid:focus {
    border-color: #932500;
    box-shadow: none;
}

html body .bootstrap-select {
    width: 100% !important;
}

html body .bootstrap-select button {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    padding-left: 0;
}

html body .bootstrap-select button, html body .bootstrap-select button:focus, html body .bootstrap-select button:hover {
    background-color: transparent;
    outline: none;
}

html body .invalid-feedback {
    color: #932500;
}

html body .btn.btn-flat {
    background-color: #d2d3d4;
    transition: .5s all;
    padding: 0.5rem 2rem;
}

html body .btn.btn-flat:hover {
    background-color: rgba(135, 157, 59, 0.6);
    color: white;
}

html body .relative {
    position: relative;
}

html body .table td, html body .table th {
    vertical-align: middle;
}

html body .white-card {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
}

html body .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

html body .overlay.active {
    display: block;
    opacity: 1;
}

html body #sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #2b2b2b;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

html body #sidebar a {
    color: #879d3b;
}

html body #sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #2b2b2b;
}

html body #sidebar a[data-toggle="collapse"] {
    position: relative;
}

html body #sidebar.active {
    left: 0;
}

html body #sidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2b2b2b;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body #sidebar #dismiss:hover {
    background: #fff;
    color: #2b2b2b;
}

html body #sidebar .sidebar-header {
    padding: 20px;
    background: #2b2b2b;
}

html body #sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #515151;
}

html body #sidebar ul p {
    color: #fff;
    padding: 10px;
}

html body #sidebar ul li {
    /*a {
      color: #fff;
      background: $navbarColor;
    }*/
}

html body #sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #879d3b;
    /*position: relative;   //zseblámpa
    overflow: hidden;
    &::before {
      --size: 0;
      content: '';
      position: absolute;
      left: var(--x);
      top: var(--y);
      width: var(--size);
      height: var(--size);
      background: radial-gradient(circle closest-side, rgba(white, .4), transparent);
      transform: translate(-50%, -50%);
      transition: width .2s ease, height .2s ease;
    }*/
    position: relative;
    overflow: hidden;
}

html body #sidebar ul li a::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: 50%;
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, rgba(121, 121, 121, 0.2), transparent);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
}

html body #sidebar ul li a:hover {
    color: white;
    border-bottom: 1px solid #2b2b2b;
    border-top: 1px solid #2b2b2b;
    padding: 9px 10px;
}

html body #sidebar ul li a:hover::before {
    --size: 175px;
}

html body #sidebar ul li a[data-toggle="collapse"][aria-expanded="false"]:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

html body #sidebar ul li a[data-toggle="collapse"][aria-expanded="true"]:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

html body #sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background-color: rgba(80, 80, 80, 0.5);
}

html body #sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

html body #content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

html body #content .navbar {
    border-radius: 0;
    background-color: #2b2b2b;
}

html body #content .navbar .navbar-toggler {
    display: block;
    margin-right: 20px;
    border: none;
}

html body #content .table .thead-dark th {
    background-color: #2b2b2b;
    border-color: #515151;
}

html body #content .card {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
}

html body #content .curriculum-vitae .card-columns {
    column-count: 1;
}

@media (min-width: 1200px) {
    html body #content .curriculum-vitae .card-columns {
        column-count: 2;
    }
}

html body #content .curriculum-vitae .fa-star {
    color: #ed8927;
}

html body #content .curriculum-vitae .subMenu li {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: .5rem 1.25rem;
}

html body #content .curriculum-vitae .subMenu li a {
    font-size: 14px;
    color: #879d3b;
    cursor: pointer;
}

html body #content .curriculum-vitae .subMenu li a:hover {
    font-weight: bold;
}

html body #content #labelPage tr .saveRow, html body #content #labelPage tr .cancelRow {
    display: none;
}

html body #content #labelPage tr .editRow {
    display: inline-block;
}

html body #content #labelPage tr span {
    display: block;
}

html body #content #labelPage tr textarea {
    display: none;
}

html body #content #labelPage tr.active .saveRow, html body #content #labelPage tr.active .cancelRow {
    display: inline-block;
}

html body #content #labelPage tr.active .editRow {
    display: none;
}

html body #content #labelPage tr.active span {
    display: none;
}

html body #content #labelPage tr.active textarea {
    display: block;
}

/*# sourceMappingURL=app.css.map */
