/*
orange: #eea000;
blue: #003d7e;
grey: #3f3e3e;
*/

html {
  height: 100%;
  width: 100%;
}

body {
  background-image: url(images/bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  font-family: Arial;
  height: 100%;
  width: 100%;
  background-color: #dfcc91;
  overflow: hidden;
}

.block-shortInCenter {
  display: block;
  min-width: 60px;
  max-width: 400px;
  width: 86%;
  margin: 20px auto;
  border: 0px solid #ccc;
  border-radius: 20px;
  padding: 4%;
  position: relative;
}

.block-fullWidthContent > * {
  padding-left: 1%;
  padding-right: 1%;
  margin: 20px;
}

.block-fullWidthContent h2 {
  color: #3f3e3e;
  padding-bottom: 30px;
}

.block-fullWidthContent {
  background-color: #fff;
  position: absolute;
  top: 220px;
  font-family: Arial;
  width: 85%;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 0px;
}

.block-fullWidthContent h1 {
  font-family: Arial;
  color: #3f3e3e;
  text-shadow: none;
  font-weight: bold;
  padding-top: 10px;
  font-size: 28px;
}

.humanLogoRed {
  position: relative;
  top: 20px;
  left: 16px;
}

/*.ConfirmButtons input {
  top: 5%;
}

.ConfirmButtons input:nth-child(1) {
  left: 55%;
}

.ConfirmButtons input:nth-child(2) {
  left: 17%;
}*/

.ConfirmButtons .button {
  display: block;
  vertical-align: top;
  margin: 0 0 12px 0;
  border-radius: 17px;
  background: #eea000;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 0px;
}

.error {
  top: 120px;
  left: 125px;
}

.FormDefaultSubmit .button {
  display: block;
  vertical-align: top;
  margin: 0 0 12px 0;
  border-radius: 17px;
  background: #eea000;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 0px;
  float: right;
  margin-right: 25px !important;
  margin-top: 8px;
}

#ajaxList-coursesListForCurrentUser {
  padding: 0px;
}

#ajaxList-coursesListForCurrentUser .button {
  width: 28px;
  height: 18px;
  color: #fff;
  font-weight: bold;
  border: medium none;
  background-color: #eea000;
  border-radius: 29px;
  line-height: 18px;
  position: relative;
  left: -150px;
  top: 30px;
}

#ajaxList-coursesListForCurrentUser .button:hover {
  background: #dd9500;
}

body > section.block-fullWidthContentHeader > h1 > a {
  left: 90%;
  top: 42%;
  border: none;
  text-decoration: underline;
  font-weight: bold;
  color: blue;
  background: none;
}

.hideThis {
  display: none;
}

/* */

h1 {
  display: block;
  margin: 0 0 12px 0;
  padding-top: 22px;
  padding-left: 19px;
  font-weight: normal;
  font-size: 24px;
  font-family: Arial;
  color: white;
}

h2 {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 21px;
  color: white;
}

.error h2 {
  color: black;
  top: 0px;
}

p {
  padding: 0;
  margin: 0 0 12px 0;
}

label {
  display: block;
  font-size: 0.9rem;
  color: #666;
}

label.normal {
  display: inline;
  font-size: inherit;
  color: inherit;
}

fieldset {
  border: #ccc 1px solid;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* DL */

dl {
  margin-right: 5px;
  padding-left: 163px;
  position: relative;
  top: -40px;
  color: white;
}

dt {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  min-width: 60px;
  margin: 0;
  padding: 0;
  color: white;
}

dd {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin: 0 0 4px 0;
  padding: 0;
}

/* UL */

ul {
  margin: 4px 0 4px 24px;
  padding: 0;
}

li {
  margin-bottom: 8px;
}

/* INPUT */

.input {
  display: block;
  vertical-align: top;
  margin: 0 0 12px 0;
  padding: 4px 8px;
  border: 1px #ccc solid;
  border-radius: 2px;
  width: 86%;
  font-size: 24px;
  line-height: 30px;
}

.button {
  display: block;
  vertical-align: top;
  margin: 0 0 12px 0;
  padding: 4px 8px;
  border: 1px #ccc solid;
  border-radius: 8px;
  background: #dc271e;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.select {
  display: block;
  vertical-align: top;
  margin: 0 0 12px 0;
  padding: 4px 8px;
  border: 1px #ccc solid;
  border-radius: 2px;
  font-size: 24px;
  line-height: 30px;
  max-width: 363px;
}

.headerLogo {
  position: absolute;
  top: 3%;
  left: 7.5%;
}

.onerow .button,
.button.inline {
  display: inline-block;
  margin-right: 0.5rem;
  width: 170px;
  height: 32px;
  position: absolute;
}

.onerow {
  position: absolute;
  bottom: -5%;
  height: 30px;
  width: 110%;
  right: -10px;
}

.button.small {
  line-height: inherit;
}

.input[readonly] {
  color: #999;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

.deleteLabel {
  display: inline;
}

.userInfo {
  position: absolute;
  right: 8px;
  top: 49px;
  color: #3f3e3e;
  width: 316px;
}

.block-fullWidthContentHeader h1 {
  position: absolute;
  top: -2%;
  color: #003d7e;
  text-shadow: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  width: 227px;
  right: 75px;
}

.userInfo dd {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  margin: 0 0 4px 0;
  padding: 0;
  color: #003d7e;
}

.userInfo dt {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  min-width: 60px;
  color: #003d7e;
  margin-left: -5px;
  font-weight: bold;
}

.adminInfo h1 {
  color: #003d7e;
  position: absolute;
  top: -5px;
  left: 29px;
  text-shadow: none;
  width: 250px;
  z-index: 5;
}

.userInformation dl {
  margin-right: 5px;
  padding-left: 160px;
  position: relative;
  top: 15%;
  color: #3f3e3e;
  left: -140px;
}

.userInformation dt {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  min-width: 30px;
  margin: 0;
  padding: 0;
  color: #3f3e3e;
  max-width: 28%;
}

/* COLSET */

.colset:after {
  content: "";
  display: block;
  clear: both;
}

.colset > div {
  display: inline-block;
  vertical-align: top;
}

.colset > col-2 {
  width: 20%;
}

/* USERLIST */

.userlist {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.userlist tr {
  border-bottom: 1px dashed #3f3e3e;
}

.userlist thead {
  border-bottom: 2px #ccc solid;
}

.userlist tr.highlightRowOnHover:hover {
  background: #fee;
}

.userlist td {
  vertical-align: middle;
  padding: 4px;
  max-width: 140px;
}

.cell-id {
  line-height: 24px;
  width: 50px;
  color: #999;
  text-align: right;
}

.cell-name h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.cell-pdf span {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: transparent;
  background-image: url(images/PDF.png);
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
}

.cell-pdf span.pdfi {
  background-image: url(images/PDFi.png);
  opacity: 0.7;
}

.cell-kurs {
  text-align: center;
  font-size: 20px;
}

.cell-kurs.complete {
  color: #0c0;
}

.cell-kurs.incomplete {
  color: #dc271e;
}

.cell-kurs.disabled {
  color: #ccc;
}

/* COURSEDATA */

.coursedata {
  margin: 0;
  border-top: #ccc dashed 1px;
  padding: 12px 1%;
  margin: 0;
  position: relative;
}

.coursedata:last-of-type {
  border-bottom: #ccc dashed 1px;
}

.coursedata:hover {
  background: #fee;
}

.coursedata > li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  list-style: none;
  padding-left: 2%;
}

.coursedata > li:first-of-type {
  width: 50%;
  padding-left: 0;
}

.coursedata h4 {
  color: rgb(63, 62, 62);
  font-size: 26px;
  font-weight: 700;
  display: inline;
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0;
  margin-right: 410px;
}

/* SPECIAL */

.status {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 4px;
  font-size: 20px;
  top: 50px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  height: 20px;
  right: 10%;
  font-weight: bold;
}

.status.incomplete {
  color: #3f3e3e;
}

.status.complete {
  color: green;
}

.pdf-icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 4px;
  top: 50px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  left: 90%;
  font-weight: bold;
  background-image: url(images/PDF.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pin {
  display: block;
  font-size: 20px;
  color: #3f3e3e;
}

.pin:before {
  content: "PIN:";
  color: #999;
  font-size: 12px;
  padding-right: 4px;
}

.setDateRange {
  padding-right: 40px;
}

.langChange {
  top: 50px;
  right: 450px;
  background: #eea000;
  height: auto;
  position: absolute;
  padding: 12px;
  border-radius: 0px;
  border: 3px solid #003d7e;
  box-shadow: 0px 0px 8px #000;
}

.langChange a {
  margin: 10px;
}

.langChange a img {
  margin-bottom: -5px;
  height: 20px;
  width: 30px;
}

.selectedLanguage {
  border: 2px solid #d4cebd;
  border-radius: 1px;
}

.logInField {
  width: 550px;
  height: 350px;
  background: none repeat scroll 0% 0% rgb(238, 160, 0);
  border: 3px solid rgb(0, 61, 126);
  position: absolute;
  left: 0%;
  top: 100%;
}

.logInField img {
  position: absolute;
  top: -15%;
  left: 35.5%;
}

.loginForm {
  height: 100%;
  text-align: center;
}

/*.loginForm .FormErrorMessages {
  top: 170px;
}*/

.logInField h1 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  font-family: Arial;
  color: #3f3e3e;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px;
}

.logInField .input {
  display: inline-block;
  margin: 0px 0px 12px -5px;
  padding: 4px 8px;
  border: 1px solid #3f3e3e;
  width: 20%;
  font-size: 24px;
  line-height: 30px;
  height: 26px;
  border-radius: 0px;
  top: 100px;
  position: relative;
}

.pin-code {
  height: 36px;
  background: none repeat scroll 0% 0% rgb(63, 62, 62);
  right: 0px;
  border-radius: 0px;
  color: white;
  text-align: center;
  line-height: 34px;
  font-family: Arial;
  width: auto;
  position: relative;
  display: inline-block;
  top: 100px;
  min-width: 90px;
}

.white-field {
  height: 95px;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: #fff;
}

.white-field .onerow {
  bottom: 0px;
  width: 100%;
  height: 100%;
  right: 0px;
}

.white-field .onerow .button {
  position: absolute;
  width: auto;
  min-width: 170px;
  top: 50%;
  left: 50%;
  margin: 0px;
  transform: translate(-50%, -50%);
}

.whiteLine {
  border-right: 1px solid white;
  position: relative;
  left: 155px;
  top: -3px;
}

.FormSecondStep {
  font-family: Arial;
}

.FormSecondStep .onerow {
  bottom: 30px;
  width: 100%;
  right: 0px;
  text-align: center;
}

.message {
  position: relative;
  top: 100px;
  text-align: left;
}

.ResultNewUserForm .message {
  top: 0%;
  left: -450px;
}

.FormSecondStep h2 {
  left: 0px;
  top: 0px;
  border-bottom: 1px solid #800000;
  position: relative;
  display: inline-block;
}

.FormSecondStep dl {
  position: relative;
  color: #fff;
  width: 350px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  left: 170px;
}

.FormSecondStep dt {
  color: #3f3e3e;
}

#humanLogoFullRed {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 20px;
}

#nameSurname {
  position: relative;
  display: inline-block;
  left: 170px;
}

.FormSecondStep .button {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 170px;
  border-radius: 17px;
  background: #eea000;
  font-size: 14px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 0px;
  margin: 0px 10px;
}

.FirstPageEnter {
  position: relative;
  top: 8px;
}

.userInformation {
  width: 360px;
  height: 140px;
  position: absolute;
  right: 10%;
  margin-left: auto;
  background: none repeat scroll 0% 0% #fff;
  opacity: 0.8;
}

.userInformation h1 > img {
  left: 97%;
  top: 40%;
  position: absolute;
}

.block-fullWidthContentHeader a {
  border-radius: 17px;
  background: #eea000;
  font-size: 14px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  float: right;
  height: 13px !important;
  width: 53px !important;
  line-height: 16px !important;
  top: -27px;
  left: 6px;
}

.adminInformation .button,
.userInformation .button {
  border: none;
  height: 13px !important;
  width: 53px !important;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: none;
  color: #003d7e;
  text-decoration: underline;
  bottom: 0px;
  left: 94%;
  top: 23px;
}

.adminInformation .button:hover,
.userInformation .button:hover {
  background: none;
}

.adminInformation {
  width: 360px;
  height: 64px;
  position: absolute;
  right: 7.5%;
  margin-left: auto;
  background: white;
  opacity: 0.8;
  top: 3%;
}

.adminInformation .log-out-image {
  left: 84%;
}

.adminContentWrapper .button {
  vertical-align: top;
  border: none;
  border-radius: 30px;
  background: #eea000;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  left: 20px;
  height: 38px;
}

.adminContentWrapper .editButton {
  border-radius: 100% !important;
  cursor: pointer;
  background-image: url("images/pen.png") !important;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  background-position: 55% 50%;
  position: relative;
  left: 13px;
  vertical-align: middle;
  margin: 0;
}

.adminContentWrapper .editButton {
  background: #003d7e;
  background-repeat: no-repeat;
  background-position: 55% 50%;
}

.adminContentWrapper .editButton:hover {
  background: #053262;
  background-position: 55% 50%;
  background-repeat: no-repeat;
}

.adminContentWrapper h1 input {
  top: -9px;
  position: relative !important;
}

#PopupForEditUser {
  background: none repeat scroll 0% 0% #fff;
  width: 302px !important;
  border-radius: 0px;
  border: 3px solid #003d7e;
}

#PopupForEditUser input[name="vards"] {
  width: 40%;
  display: inline;
}

#PopupForEditUser label[for="uzvards"] {
  position: relative;
  top: -20px;
  left: 16px;
  display: inline-block;
}

#PopupForEditUser input[name="uzvards"] {
  width: 40%;
  float: right;
  display: inline-block;
  position: relative;
  bottom: 52px;
}

#PopupForEditUser .error {
  left: 16px;
  top: 705px;
  width: 250px;
}

.editVeiForm {
  width: 241px;
  height: 40px;
  overflow: auto;
}

#customcourse {
  height: 80px;
  overflow: auto;
}

.addNewVeiForm {
  width: 362px;
}

.dimiRunningForm header h1 {
  position: relative;
  top: -38px;
  left: -20px;
  font-size: 31px;
  color: #003d7e;
  width: 125%;
}

#PopupForEditUser
  > div
  > div
  > section
  > form
  > div.dimiRunningSubmitButton.onerow
  > input.button {
  display: block;
  border-radius: 17px;
  background: none repeat scroll 0% 0% #eea000;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 0px;
  width: auto;
  margin: 0px;
  bottom: 0px;
}

#PopupForEditUser
  > div
  > div
  > section
  > form
  > div.dimiRunningSubmitButton.onerow
  > input.button:nth-child(1) {
  left: 0px;
}

#PopupForEditUser
  > div
  > div
  > section
  > form
  > div.dimiRunningSubmitButton.onerow
  > input.button:nth-child(2) {
  right: 0px;
}

#PopupForEditUser
  > div
  > div
  > section
  > form
  > div.dimiRunningSubmitButton.onerow
  > input.button:hover {
  background: #dd9500;
}

input.input:nth-child(20) {
  position: absolute;
}

.dirInformation {
  height: 95px;
}

.dirInformation .humanLogoRed {
  top: 12px;
}

#dirHumanLogo {
  position: relative;
  top: 9px;
  left: 17px;
}

.dirInfo {
  position: absolute;
  top: -8%;
}

.dirInfo dl {
  margin-right: 5px;
  color: #3f3e3e;
  position: relative;
  left: 5%;
  padding-left: 0px;
  padding-top: 44px;
  top: 0% !important;
  width: 290px;
}

.dirInfo dt {
  color: #3f3e3e;
}

.dirLine {
  border-top: 1px dashed #d4cebd;
  position: absolute;
  height: 1px;
  width: 290px;
  top: 53%;
  right: -4%;
}

.userLine {
  border-top: 1px dashed #d4cebd;
  position: absolute;
  top: 38%;
  right: 6%;
  height: 1px;
  width: 320px;
}

.addNew {
  width: auto !important;
  top: -3px !important;
}

.FormErrorMessages {
  position: relative;
  left: 41px;
}

/* .adminPass{
//   top: 47% !important;
// }
// .pin-code-admin {
//   top: 47%;
// }
// .pin-code-dir {
//   top: 47%;
//   width: 130px;
//   left: 21%;
// }
// .pin-code-ru {
//   width: 180px;
//   left: 11.5%;
// }
// .adminPassLogo{
//   left: 41px !important;
//   top: -27px !important;
// } */

.dirPassError {
  position: relative;
  top: -60px;
}

.dimiRunningSubmitButton .button {
  width: 149px;
  bottom: 30%;
}

.dimiRunningSubmitButton {
  bottom: -5%;
}

.addNewUserSubmitButtons {
  left: 0px;
  bottom: -2%;
}

.addNewUserSubmitButtons input:nth-child(1) {
  left: 50%;
}

.addNewUserSubmitButtons input:nth-child(2) {
  left: 13%;
}

.button:hover {
  background: #dd9500;
}

.newUserCreatedWindow {
  border: 5px solid #d4cebd;
  width: 800px;
  position: absolute;
  top: 7%;
  border-radius: 0px;
}

.newUserCreatedWindow > div {
  height: 56px;
  width: 800px;
  border-bottom: 5px solid #d4cebd;
  background: none repeat scroll 0% 0% #003d7e;
}

.jaunsLiet {
  color: white !important;
  font-family: Arial;
  text-shadow: 1px 1px black;
  left: 21px;
  top: 16px;
}

.bigHumanLogo {
  padding: 25px;
  border: 3px solid #003d7e;
  border-radius: 7px;
  position: relative;
  top: 39px;
  left: 39px;
}

.newUserCreatedInfo dt {
  color: #3f3e3e;
}

.newUserCreatedInfo {
  margin-right: 5px;
  padding-left: 163px;
  position: relative;
  top: -96px;
  color: #3f3e3e;
  width: 400px;
  left: 21px;
}

.newUserClose {
  position: absolute;
  left: 150px;
  top: 260px;
}

.newUserBlock {
  width: 509px;
  height: 250px;
}

.userInformation > h1 > a {
  left: 101% !important;
  top: 40%;
  border: none;
  text-decoration: underline;
  font-weight: bold;
  color: #003d7e;
  background: none;
}

.userInformation > h1 > a:hover {
  background: none;
}

body > section.block-fullWidthContentHeader > h1 > a:hover {
  background: none;
}

.log-out-image {
  left: 76%;
  position: absolute;
  top: 43%;
}

.addNew,
.FilterRedraw,
.FilterClear,
.SaveExcel {
  position: relative !important;
}

.col-2 input.button.inline.SaveExcel {
  width: 230px !important;
}

.runCourse {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: -10%;
  z-index: 1;
}

.deactivated {
  opacity: 0.5;
}

.btn-overlay {
  background: transparent !important;
  z-index: 2;
  left: -206px !important;
}

.is-hidden {
  display: none !important;
}
