[hidden] {
  display: none !important;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  background: #f5f5f5;
  font-family: "Quicksand", sans-serif;
  display: flex;
}
input[type="text"],
input[type="password"],
select,
textarea,
option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select,
input[type="text"],
textarea,
input[type="password"] {
  height: 35px;
  font-size: 14px;
  line-height: 20px;
  color: #1f1d4a;
  background-color: #ffffff;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: all 0.5s ease-in-out;
  font-weight: normal !important;
  font-family: "Quicksand", sans-serif;
  width: 100px;
}

input[type="text"],
textarea,
input[type="password"] {
  padding-left: 10px;
}

a,
a label {
  color: #0e2d4a;
}

a:hover,
a label:hover {
  color: #d85b5b;
}
.clearfix {
  clear: both;
}
.register_big_container,
.forgot-password-panel,
.change-password-panel {
  left: 35%/9;
  top: 35%/9;
}
.register_big_container {
  border: none !important;
  background: none;
  box-shadow: none !important;
  border-radius: 7px;
  padding: 20px 30px;
  background-color: #ffffff !important;
  border-radius: 5px !important;
}
input[type="text"],
input[type="password"],
select {
  height: 35px;
  width: 100%;
  padding-left: 16px;
  border-bottom: 1px solid #e9e8ed;
  border-left: 1px solid #e9e8ed;
  border-right: 1px solid #e9e8ed;
}

.login-panel label {
  border-top: 1px solid #e9e8ed;
  border-left: 1px solid #e9e8ed;
  border-right: 1px solid #e9e8ed;
  padding-top: 10px;
  width: 100%;
  display: inline-block;
  width: 94.3%;
  background-color: #fff;
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold !important;
  font-size: 12px;
  color: #797792;
  line-height: 16px;
  padding-left: 16px;
}

.login-panel-button {
  color: #4c4a6e !important;
  background-color: #ffc700;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px;
  text-transform: capitalize;
  box-shadow: none !important;
}

#id27 {
  color: #fff !important;
  background-color: #363a76;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px;
  text-transform: capitalize;
  box-shadow: none !important;
  width: 100%;
  display: block;
  text-align: center;
}

.button_container input.login_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0e2d4a;
}

.login_header div {
  margin-bottom: 20px;
/*   text-align: center; */
}

.left {
  float: left;
}

.right {
  float: right;
}

.login_footer > div a {
  font-size: 13px;
  color: #ff5b06;
}

.login-panel-footer {
  position: relative;
}

hr {
  color: #ff5b06;
  background-color: #ff5b06;
}

.login_big_container .requiredHint {
  color: #ef8300;
}

/*------------------Registration-Panel--------------------*/
.register_big_container .vertical div {
  padding: 1px;
  color: #444;
  font-size: 14px;
}

.register_big_container .university select {
  margin-left: 58px;
}

.register_big_container .from_simple_layout_item label {
  width: 150px;
  margin-top: 5px;
}

.register_big_container .from_simple_layout_item input[type="checkbox"] {
  margin-top: 4px;
}

.register_big_container .from_simple_layout_item input[type="text"] {
  display: inline-block;
  max-width: 200px;
  width: 200px;
}

.register_big_container .from_simple_layout_item textarea {
  display: inline-block;
  max-width: 200px;
  width: 200px;
}

.register_big_container .from_simple_layout_item select {
  display: inline-block;
  max-width: 204px;
  width: 204px;
}

.register_big_container .vertical .actionBar {
  position: relative;
  margin: 0;
}

.register_big_container .actionBar input {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  margin-top: 5px;
  margin-bottom: 5px;
}

.register_big_container .actionBar input[type="button"] {
  color: #fff;
  background-color: #ff5b06;
}

.register_big_container .actionBar input[type="button"]:hover,
.actionBar input[type="button"]:active,
.actionBar input[type="button"]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #3071a9;
  border-color: #357ebd;
}

.register_big_container .actionBar div {
  display: inline;
}
/*---------------Forgot-Password-Panel------------------*/
.login-panel .forgot-password {
  font-size: 15px;
  padding: 5px 0px 5px 0px;
  /* 	font-weight: 300; */
}

.login-panel-footer .forgot-password a {
  font-family: Quicksand !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 40px !important;
  text-decoration-line: underline !important;
  color: #363a76 !important;
}

.forgot-password-panel {
  height: auto;
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
  color: #444444;
  border-radius: 5px;
  margin-top: 20px;
  text-align: left;
}

.forgot-password-panel .kinput {
  text-align: center;
}

.forgot-password-panel .kinput > div {
  display: inline-block;
  padding: 5px;
}

.forgot-password-panel .title-tabs label {
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  color: #363a76;
}

.forgot-password-panel input[type="text"] {
  height: 40px;
}

.generate-password a {
  color: #ff5b06;
  font-size: 14px;
}
.generate-password a:hover {
  text-decoration: underline;
}

/*--------------Change-password-----------*/

.login-panel-footer {
  font-size: 14px;
}

.change-password-on-register .login-panel-footer div {
  padding: 15px 0px 30px 0px;
}

.title-tabs {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.title-tabs label {
  margin-top: 0;
  color: #0e2d4a;
  font-weight: bold;
  font-size: 20px;
}

.title-tabs li a:hover,
.title-tabs li a:active {
  background-color: #0e729d;
  transition: all 0.3s ease-in-out;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: white !important;
}

.key-icon {
  height: 20px;
  width: 13px;
  background: url("images/key.png") no-repeat 0 0;
  background-position: 0px 0px;
  padding: 3px 6px;
}

.avatar_icon {
  /* 	background: url('images/avatar3.png') no-repeat 0 0; */
  background-position: 174px 57px;
  /* 	padding: 96px 234px; */
}

/* .forgot_icon{ */
/* 	background: url('images/lock_icon.png') no-repeat 0 0; */
/* 	background-position: 108px 0px; */
/* 	padding: 102px 161px; */
/* } */

.change_icon {
  /* 	background: url('images/refresh.png') no-repeat 0 0; */
  background-position: 108px 0px;
  /* 	padding: 102px 161px; */
}
/* ---------------------FORM-FIELDS-------------------- */
.form-fields {
  margin-bottom: 25px;
}
.form-fields-block {
  margin-bottom: 5px;
}
.form-fields .form-fields-block > div:first-child {
  display: inline-block;
  width: 180px;
  color: #6d6d6d;
}
.form-fields-block .feedback-panel {
  display: inline;
  padding-top: 5px;
}
.form-fields .form-fields-block > div:last-child {
  display: inline-block;
}

.select2-container {
  background-color: #fff;
  width: 300px !important;
  border-radius: 5px;
  font-family: Clear Sans, sans-serif;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: 8px !important;
  line-height: normal !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 2px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  height: 35px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* .select2-container--default .select2-selection--single .select2-selection__placeholder{ */
/* 	text-transform: capitalize !important; */
/* } */

.login-panel input::-webkit-input-placeholder {
  /* Edge */
  font-family: Quicksand !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #1f1d4a !important;
  opacity: 0.2 !important;
}

.login-panel input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Quicksand !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #1f1d4a !important;
  opacity: 0.2 !important;
}

.login-panel input::placeholder {
  font-family: Quicksand !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #1f1d4a !important;
  opacity: 0.2 !important;
}

.select2-choices {
  border-radius: 5px;
}
.select2-container {
  font-size: 13px;
  color: #555 !important;
}
.select2-search input {
  width: inherit;
}
.select2-results .select2-highlighted {
  background: #ff5b06 !important;
  color: #fff !important;
}
.login-panel-footer {
  position: relative;
  width: 100%;
}
.signup-user-types div {
  /* 	display: inline-block; */
  /* 	position: absolute; */
}
.signup-user-types div:first-child {
  left: 0px;
}
.signup-user-type {
  right: 0px;
}
.signup-label {
  display: none;
}
.signup-label,
.signup-user-type a label {
  font-size: 14px;
}
/* .signup-user-type a { */
/*   margin-left: 5px; */
/* } */
.singup-user-links div {
  display: inline-block;
}
.password-label {
  vertical-align: top;
}
.password-group-inputs div:first-child input {
  margin-bottom: 5px;
}
/* ---------CALENDAR-CONTAINER------------- */
.yui-skin-sam img {
  opacity: 0;
  margin-left: -23px;
  margin-bottom: -10px;
  padding: 3px;
}
.yui-skin-sam:before {
  font-family: FontAwesome;
  content: "\f073";
  font-size: 18px;
  color: #0e2d4a;
}
.yui-skin-sam:hover:before {
  color: #d85b5b;
}
.yui-skin-sam span {
  width: 200px;
}
.yui-skin-sam .yui-calcontainer .title {
  background: none !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px !important;
  border-bottom: none !important;
}
.yui-skin-sam .yui-calcontainer {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  padding: 10px;
  border-radius: 5px !important;
  width: 240px;
}
.yui-skin-sam .yui-calendar {
  width: 100% !important;
}
.yui-skin-sam .yui-calendar .calheader {
  text-transform: capitalize;
}
.yui-skin-sam .yui-calendar td.calcell {
  border: none !important;
}
.yui-skin-sam .yui-calendar td.calcell.oom {
  background-color: #fff !important;
  color: #ddd !important;
  cursor: default;
}
.yui-skin-sam .yui-calendar .calweekdaycell {
  color: #555 !important;
  font-weight: bold !important;
}
.yui-skin-sam .yui-calendar td.calcell:hover {
  background-color: #0e2d4a !important;
  color: #fff !important;
}
.yui-skin-sam .yui-calendar td.calcell.today {
  background-color: #0e2d4a !important;
}
.yui-skin-sam .yui-calendar td.calcell.today a {
  background-color: #0e2d4a !important;
  color: white !important;
}
.yui-skin-sam .yui-calendar td.calcell.today a:hover {
}
.yui-skin-sam .yui-calendar td.calcell.selected a {
  background-color: #d85b5b !important;
  color: #fff !important;
}

.yui-skin-sam .yui-calendar td.calcell a {
  color: #0e2d4a !important;
}
.yui-skin-sam .yui-calendar td.calcell a:hover {
  color: #fff !important;
  background-color: #0e2d4a !important;
}
.yui-skin-sam .yui-calcontainer .yui-cal-nav {
  border: 1px solid #a0a0a0 !important;
}
.yui-skin-sam .yui-calcontainer .yui-cal-nav {
  background-color: #fff !important;
}
.yui-cal-nav-b .yui-default {
  background-color: #d85b5b !important;
  border-color: #d85b5b !important;
}
.yui-skin-sam .yui-calendar a.calnav,
.yui-skin-sam .yui-calendar a.calnav:hover,
.yui-skin-sam .yui-calendar a.calnav:focus,
.yui-skin-sam .yui-calendar a.calnav:active {
  background: none !important;
  outline: 0 !important;
  border: none !important;
}
.yui-skin-sam .yui-calendar a.calnav:hover {
  color: #d85b5b !important;
}
.yui-skin-sam .yui-calcontainer.withtitle {
  margin-top: 20px !important;
}
.kcaptcha-image a:before {
  font-family: FontAwesome;
  content: "\f021";
  font-size: 20px;
}

.kcaptcha-image div {
  display: inline-block;
}
.kcaptcha-refresh {
  vertical-align: super;
}
.kcaptcha-add {
  margin-top: 10px;
  text-align: left;
}
.kcaptcha-add div {
  padding-bottom: 5px;
}

.kcaptcha-add label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #797792;
}

.kcaptcha-image div {
  width: 46%;
  margin-top: 10px;
  display: inline-block;
}
.kcaptcha-image div img {
  width: 50%;
  height: 35px;
}
.kcaptcha-image {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.kcaptcha-image div {
  width: 84%;
}
.kcaptcha-image .kcaptcha-refresh {
  margin-left: -10px;
  width: 15%;
  text-align: right;
}
.login-form-panel form div {
  padding-bottom: 8px;
}
/* 
.login-container > div {
  display: table;
  margin: 0 auto;
} */

.login-logo span {
  font-size: 75px;
  color: #0e2d4a;
/*   border: 3px solid #0e2d4a; */
/*   border-radius: 229px; */
/*   width: 75px; */
  background-color: white;
}

.change-password-logo span {
  border: 3px solid #fff;
}
/* ----------------Feedback-Panel----------------------- */
.kglobal-feedback-panel ul.feedbackPanel {
  background: none;
  border: none;
  padding: 0px 0px 10px 0px;
}
.feedbackPanel li span {
  font-weight: bold !important;
}
.feedbackPanel li.feedbackPanelERROR,
.feedbackPanel li.feedbackPanelINFO,
.redirect-message {
  font-size: 13px !important;
  padding: 10px 10px;
}

.feedbackPanel {
  position: fixed !important;
  right: 20px !important;
  left: auto !important;
  width: auto !important;
}

.feedbackPanel li.feedbackPanelERROR {
  color: #fff;
  background: #1f1d4a !important;
  opacity: 0.9;
  margin-bottom: 5px;
}

.feedbackPanel li.feedbackPanelERROR {
  color: #fff !important;
  border-color: transparent;
}
.feedbackPanel li.feedbackPanelERROR,
.redirect-message {
  color: #d85b5b;
  background-color: #1f1d4a;
  border: 1px solid #1f1d4a;
}

.kglobal-feedback-panel .feedbackPanel li.feedbackPanelERROR {
  border-color: #1f1d4a;
}

.feedbackPanel li.feedbackPanelINFO {
  color: green;
  background-color: rgba(2, 167, 68, 0.4);
  border: 1px solid green;
}
.feedbackPanelERROR span:before,
.redirect-message:before {
  font-family: FontAwesome;
  content: "\f071";
  margin-right: 5px;
  font-size: 1rem;
}
.feedbackPanelERROR span:before,
.feedbackPanelINFO span:before,
.redirect-message:before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1rem;
}
.feedbackPanelERROR span:before {
  content: "\f071";
}
.feedbackPanelINFO span:before {
  content: "\f058";
}
.custom-user-info {
  max-width: 300px;
}
.custom-user-info > span,
.custom-user-info div:first-child {
  /* 	float: left; */
  margin-top: 1px;
  margin-bottom: -1px;
}
.custom-user-info > div:nth-child(2) {
  margin-top: -3px !important;
}
.select2-results .select2-results__option:hover,
.select2-results .select2-results__option--highlighted {
  background-color: #d85b5b !important;
  color: #fff !important;
}
.select2-results .select2-results__option[aria-selected="true"] {
  background-color: #0e2d4a !important;
  color: #fff !important;
}
.redirect-message {
  width: 100%;
  position: absolute;
  bottom: 0;
}
/* ---------------------------- */
.login-panel-button {
  margin: 0px;
  display: block;
  text-align: center;
}
.login-panel-button a {
  color: #ffffff !important;
}
.register-logo i {
  font-size: 79px;
  height: 90px;
  width: 90px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.user-registration-form div input {
  margin: 3px 0px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #999 !important;
}
.select2-container--default
  .selection
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: 10px !important;
  text-transform: capitalize !important;
}
/*---------------------MODAL---------------------- */
.wicket-modal {
  min-width: 400px !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0px none;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
  overflow: auto;
}

@media screen and (max-width: 480px) {
  .wicket-modal {
    min-width: 80vw !important;
    max-width: 80vw !important;
  }
}

.w_content_container .kview {
  width: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wicket-modal .w_caption {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.wicket-modal .w_topLeft,
.wicket-modal .w_topRight,
.wicket-modal .w_top,
.wicket-modal .w_bottom,
.wicket-modal .w_bottomLeft,
.wicket-modal .w_bottomRight,
.wicket-modal .w_left,
.wicket-modal .w_right {
  background-image: none !important;
}
.wicket-modal div.w_content_3 {
  border: 0 !important;
}
.wicket-modal h3 {
  font-size: 13px !important;
  color: #0e2d4a;
}
/*----------------------MODAL-END---------------- */
/*----------------------SCROLL-BAR--------------- */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0e2d4a;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
} /*----------------------SCROLL-BAR-END----------- */
/* ------------Terms and conditions -------------- */
.kbtn {
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 16px;
  margin: 3px;
  line-height: inherit;
  background-color: #d85b5b;
  border: 1px solid #d85b5b;
  color: white;
  text-transform: capitalize;
}
.kbtn:hover,
.kbtn:active,
.kbtn:focus {
  background-color: #0e2d4a;
  border: 1px solid #0e2d4a;
}

.terms-panel {
  font-family: "Quicksand", sans-serif;
}
.terms-panel h1,
.terms-panel h2 {
  margin-bottom: -15px;
  padding: 10px 10px 0px 5px;
  color: #0e2d4a;
}
.terms-panel h1 {
  font-size: 16px;
}
.terms-panel h2 {
  font-size: 14px;
}
.terms-paragraph {
  font-size: 14px;
  line-height: 1.5;
  padding: 0px 5px 5px 5px;
}
.kview-actions {
  text-align: left !important;
}
/* .kview-content{ */
/* 	position: absolute; */
/*     height: calc(100% - 56px); */
/*     max-height: 100%; */
/*     width: 100%; */
/*     overflow-y: auto; */
/* } */
/* .kview-footer{ */
/*     position: absolute; */
/*     bottom: 0; */
/*     background-color: #fff; */
/*     width: 100%; */
/* } */
.kmutiline-message p {
  font-size: 14px !important;
}

.login-container {
  position: relative;
}

.login-container::before {
  content: "";
  background-image: url(./images/login_bg_top.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
}

.forgot-password-panel,
.login-content,
.user-registration {
  width: 320px;
  margin: 15% 20% 0;
}

.remember-me input[type="checkbox"] {
  vertical-align: middle;
}

.login-panel .title {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #363a76;
}

.login-panel .hints {
  font-family: Quicksand;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #363a76;
  padding-bottom: 16px;
}

/* .login_header { */
/*   display: none !important; */
/* } */

.requiredHint {
  display: none;
}

/*========== de aici in jos era ===========*/
.login {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
}

/* .login .clearfix { */
/*   display: none !important; */
/* } */

.login-container-left {
  background-image: url(./images/login_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.login-container-left::after {
  content: "";
  background-image: url(./images/graphic-circle.png);
  width: 273px;
  height: 194px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: -181px;
}

.forgot-password-panel .login-logo {
  display: none;
}

.login_header .title-tabs {
	display: none;	
}

.login_header .fa-user::before {
	content: "" !important;
	font: inherit;
	background-image: url(./images/poc.png);
	position: absolute;
	top: 0;
/* 	right: 0; */
	width: 320px;
	height: 110px; 
	background-repeat: no-repeat;
	background-size: contain;
}

.wicketDebugBar {
	z-index: 1000;
}

.login-footer {
	position: absolute;
	bottom: 10px;
/* 	font-size: 14px; */
	line-height: 1rem;
}
.login-footer a:hover {
	text-decoration: underline !important;
	cursor: pointer;
}