@font-face {
  font-family: 'MontSerratMedium';
  src: url('../fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MontSerratRegular';
  src: url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontSerratLight';
  src: url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MontSerratBold';
  src: url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'MontSerratSemiBold';
  src: url('../fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.wrapper,
html,
body {
  height: 100%;
  margin: 0;
  overflow: auto;
}
body {
  font-family: 'MontSerratRegular';
  font-weight: normal;
  background: #ffffff;
}
body .wrapper {
  display: flex;
  flex-direction: column;
  background: url("../img/bg-splash.png") bottom left no-repeat;
  background-size: auto;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  body .wrapper {
    padding-top: 100px;
  }
}
header .navbar {
  background: #ffffff;
  height: 100px;
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
header .navbar .navbar-toggler {
  margin-left: auto;
}
header .navbar .menu-container {
  width: 100%;
}
header .navbar .menu-container .nav-item .nav-link {
  text-transform: uppercase;
  font-family: 'MontSerratSemiBold';
  font-weight: 700;
  color: #1776a0;
  font-size: 18px;
}
header .navbar .menu-container .nav-item .nav-link.active {
  color: #2daae1;
}
@media (max-width: 991px) {
  header .navbar {
    position: fixed;
    left: 0;
    right: 0;
  }
  header .navbar .menu-container {
    width: auto;
  }
  header .navbar .menu-container .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    background: #ffffff;
    text-align: center;
  }
}
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #dedede;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4abbe5;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f9b510;
}
.btn.btn-primary {
  background: #f9b510;
  color: #ffffff;
  font-family: 'MontSerratLight';
  font-weight: 400;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  padding: 6px 25px;
  outline: none;
  box-shadow: none;
}
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  background: #fdbe28;
  box-shadow: none;
  outline: none;
}
.btn.btn-secondary {
  background: #ffffff;
  color: #027ad3;
  font-family: 'MontSerratLight';
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 5px 16px;
  outline: none;
  box-shadow: none;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
  background: #dedede;
  box-shadow: none;
  outline: none;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.smaller {
  padding: 6px 10px;
  font-size: 16px;
}
.btn.transparent {
  background: #3687fa;
}
.btn.bordered {
  border: 1px solid #4abbe5;
}
.white-icon {
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #4abbe5;
}
/*# sourceMappingURL=style.css.map */

.card-wrapper .card {
    background: rgb(30 135 250) !important;
    box-shadow: 0px 6px 11px 0px rgb(0 0 0 / 30%);
    border-radius: 12px;
    border: none;
    position: relative;
    height: auto;
    flex: 1;
}


header .navbar .menu-container .nav-item .nav-link {
    text-transform: uppercase;
    font-family: 'MontSerratSemiBold';
    font-weight: 700;
    color: #000000 !important;
    font-size: 18px;
}

.card-wrapper .card .card-body .progress-widget .progress .progress-bar {
    background: #008fc3;
    background: linear-gradient(
90deg, #008fc3 0%, #48b6de 100%);
    border: 2px solid #48b7e0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}



img.img-fluid.pause-btn {
    display: none;
}



.card-wrapper .card-title {
    text-align: center;
    position: relative;
    font-family: 'MontSerratRegular';
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    color: black;
}



.table-caption .table-actions .add {
    color: #ffffff;
    width: auto !important; 
    height: auto !important;
    border-radius: 4px;
    font-size: 15px !important;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: #4abbe5;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}




button.btn.btn-color.red.uppercase {
    background: red;
    color: white;
    font-size: 12px;
}


button.btn.btn-color-off.red.uppercase {
    color: black;
    background: white;
    font-size: 12px;
}



button.btn.btn-primary.uppercase {
    font-size: 13px;
}



section.wrapper.register {
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
}


section.wrapper.register .rendered-form {
    padding: 20px;
    background: #ececec;
    border-radius: 5px;
    border: 1px solid #cfcdcd;
}



.szemelyesadatok {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}



.rendered-form span {
    font-size: 14px;
    font-weight: bold !important;
    margin-top: 15px !important;
    
    display: block;
    float: left !important;
}



.col-12.adatvedelem {
    margin-top: 25px;
}

.img-fluid {
    width: 100% !important;
    height: auto;
    max-width: 300px !important;
}


.btn.btn-secondary {
    background: rgb(30 135 250) !important;
    color: #ffffff !important;
    font-family: 'MontSerratLight';
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    padding: 5px 16px;
    outline: none;
    box-shadow: none;
}



img.img-fluid.mb-5 {
    display: none !important;
}




.login-form .form-group .form-control {
    background: transparent;
    border: none;
    color: #000000 !important;
    font-family: 'MontSerratLight';
    font-weight: 400;
    font-size: 20px;
}




a {
    color: rgb(30 135 250) !important;
    text-decoration: none !important;
}



.btn.bordered {
    border: none !important;
}



.table-responsive {
    background: rgb(30 135 250) !important;
    box-shadow: 0px 6px 11px 0px rgb(0 0 0 / 30%);
    border-radius: 12px;
    border: none;
    padding: 1rem;
}



div#modalContent h1 {
    color: black;
}




button#close-button {
    background: rgb(30 135 250) !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 0;
    color: white;
    text-align: center;
    border: none !important;}



button#close-button span {
    margin-left: -2px;
    margin-top: -1px !important;
    display: block;
    background: none !important;
}



.card-wrapper .card .card-body .degree .white-icon {
    background: transparent;
    display: inline-block;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: white !important;
}


.table-caption .table-actions .add {
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: #4abbe5;
    cursor: pointer;
    text-decoration: none;
    background: rgb(30 135 250) !important;
}



.table-caption .table-actions .add a {
    color: #ffffff !important;
    
}



.card-wrapper .card .card-body .card-state {
    height: auto;
    flex: none !important;
    width: 80px !important;
    height: 80px !important;
}


span.formbuilder-required {
    color: red !important;
}





button.btn.btn-primary.smaller.bordered.uppercase.mb-3.mb-md-0 {
    background: white;
    color: black;
    border: 1px solid black !important;
}




button.btn.btn-primary.smaller.bordered.uppercase.mb-3.mb-md-0:hover {
    background: rgb(30 135 250) !important;
    color: white !important;
    border: 1px solid rgb(30 135 250) !important;
}



span.selectedUser1 {
    display: block;
    font-size: 10px;
}



span.selectedUser2 {
    font-weight: bold !important;
    font-family: arial;
}



span.selectedUser3 {
    background: yellow !important;
    border-radius: 50%;
    color: black;
    padding: 5px;
    font-size: 11px;
    margin-left: 5px;
}



span.selecttemp1 {
    /* margin-left: -20px; */
    text-align: left !impportant;
    display: block;
    width: 100% !important;
    text-align: left !important;
    margin-left: 35px;
    margin-bottom: -5px;
}



span.acttemp1 {
    display: block;
    font-size: 12px;
}



span.acttemp2 {
    display: block !important;
    font-size: 12px;
    font-weight: bold !important;
    font-family: arial;
}




.acttempdiv {
    margin-left: 30px;
    margin-top: 10px;
}



button.btn.btn-color.yellow.uppercase {
    background: #105eb3 !important;
    color: white;
    background: white;
    font-size: 12px;
}