/* taken from academy. Needs cleaning up */

h1 {
    font-size: 22px
}

h1,
h2 {
    color: #21759b;
    font-weight: 600
}

h2 {
    font-size: 20px
}

hr {
    border-color: #dadada
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 3rem
}

div.formbox {
    padding:10px;
    background-color: #fafafa;
    border:1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 #f8f8f8, 0 3px 5px 0 #f8f8f8;
    margin-bottom: 30px;
}

div.formbox.mb-60 {
    margin-bottom: 60px;
}

.footer {
    padding-top: 1.5rem;
    color: #777;
    border-top: .05rem solid #e5e5e5
}

.container-narrow>hr {
    margin: 2rem 0
}

.header {
    background: #fff;
    min-height: 80px;
    margin-bottom: 1em;
    border-bottom: 2px solid #ccc;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Apple Color Emoji,sans-serif;
    padding: 0;
    background: #e6e6e6;
    font-size: 0.9rem;
    color: #575757;
}


tr.disabled {
    text-decoration: line-through
}

a.disabled {
    cursor: default
}

a {
    color: #2f6088;
}

span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

a.disabled:hover {
    color: inherit;
    text-decoration: none
}

.useredit .action-buttons button {
    width: 100%
}

.useredit .action-buttons button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.useredit .student table {
    margin-top: 10px;
    margin-bottom: 20px
}

.useredit .educationtable table button {
    min-width: 125px
}

.useredit .educationtable table button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.useredit .educationtable table thead>td:not(:last-child) {
    margin-bottom: 1px;
    font-weight: 600;
    padding: 0 4px;
    border-bottom: 1px solid #000
}

.useredit input {
    width: 100%
}

.educationcontainer {
    display: table;
    width: 100%
}

.educationcontainer>ul {
    padding: 0!important
}

.educationcontainer ul {
    padding: 0 20px
}

.educationcontainer ul li {
    list-style: none
}

.educationcontainer ul li .block-container {
    position: relative;
    margin-bottom: .5em;
    min-height: 50px
}

.educationcontainer ul li .block-container .handle {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .15);
    height: 100%;
    width: 4rem;
    cursor: move
}

.educationcontainer ul li .block-container .stephandle {
    left: 0;
    top: 0
}

.educationcontainer ul li .block-container .collapsehandle {
    right: 0;
    top: 0;
    cursor: pointer
}

.educationcontainer ul li .block-container .collapsehandle>span.fa:before {
    content: "\F077"
}

.educationcontainer ul li .block-container .block-content {
    min-height: inherit;
    padding: .5rem .5rem .5rem 4.5rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px
}

.educationcontainer ul li .block-container .block-content.no-handle {
    padding-left: .5rem
}

.educationcontainer ul li .block-container .delete {
    padding: 4px calc(4rem + 8px) 0 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: right
}

.educationcontainer ul li .block-container .delete.no-handle {
    padding: 4px 8px 0 0
}

.educationcontainer ul li textarea {
    width: 100%;
    min-height: 100px
}

.educationcontainer ul li input[type=number] {
    width: 100px
}

.educationcontainer ul li .btn {
    margin-bottom: .5rem
}

.educationcontainer ul li.collapsed>ul {
    display: none
}

.educationcontainer ul li.collapsed .collapsehandle>span.fa:before {
    content: "\F078"
}


.educationcontainer-active .control table {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2em
}

.educationcontainer-active .control table td {
    padding: 0 30px
}

.educationcontainer-active .control table tr td {
    font-size: 50px
}

.educationcontainer-active .control table tr td.done {
    color: #3dae5c
}

.educationcontainer-active table.center {
    margin-left: auto;
    margin-right: auto
}

.educationcontainer-active .button-container {
    text-align: center
}

.educationcontainer-active ul {
    list-style: none;
    padding: 0
}

.educationcontainer-active ul li.answerlist {
    position: relative
}

.educationcontainer-active ul li.answerlist input[type=radio] {
    position: absolute;
    visibility: hidden
}

.educationcontainer-active ul li.answerlist input[type=radio]:checked~label .check {
    border-color: #3dae5c
}

.educationcontainer-active ul li.answerlist input[type=radio]:checked~label .check:before {
    background: #3dae5c
}

.educationcontainer-active ul li.answerlist label {
    margin-left: 17px
}

.educationcontainer-active ul li.answerlist .check {
    display: block;
    position: absolute;
    border: 1px solid #575757;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 5px;
    left: 0
}

.educationcontainer-active ul li.answerlist .check:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    line-height: 1;
    left: 1px;
    height: 6px;
    width: 6px;
    top: 2px;
    margin: auto;
    left: 2px
}

.educationcontainer-active ol {
    padding-left: 20px
}

.progressbar {
    position: absolute;
    width: 100%;
    background: #d6d6d6;
    top: -2.5em;
    left: 0
}

.progressbar.hidden {
    background: transparent
}

.progressbar .progress-bar {
    background: #3dae5c
}

.content {
    margin: 1.5em 0;
    min-height: 500px
}

a.account-link {
    margin-left: 1em;
}

/*
footer {
    background: #d6d6d6
}
*/

table.full {
    width: 100%
}

.statistic .scrollable {
    overflow-x: auto
}

.statistic table {
    margin: 1rem 0
}

.statistic table.full {
    min-width: 100%
}

.statistic table thead {
    border-bottom: 1px solid #000
}

.statistic table thead td {
    font-weight: 600;
    padding: 0 4px
}

.statistic table tr td {
    text-align: center
}

.statistic table.title-first tr td:first-child {
    text-align: left
}

.statistic h1,
.statistic h2,
.statistic h3 {
    margin-bottom: 1rem
}

.educationedit .educationdata {
    min-height: 300px
}

.educationedit .educationdata .form-group {
    margin-bottom: 0
}

.educationedit .image-upload {
    position: relative;
    margin-top: 4px;
    height: 40px
}

.educationedit .image-upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.educationedit .image-upload .btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: default
}

.educationedit .image {
    text-align: center;
    position: relative;
    height: 100%;
    border: 1px solid #dadada
}

.educationedit .image .fa {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 20px;
    display: none;
    cursor: pointer;
    color: #000;
    text-shadow: 0 0 3px #fff
}

.educationedit .image:hover .fa {
    display: block
}

.cookieconsent {
    -webkit-box-shadow: 0 0 10px rgba(87, 87, 87, .3);
    box-shadow: 0 0 10px rgba(87, 87, 87, .3);
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #e6e6e6;
    padding: 1em;
    z-index: 999
}

.cookieconsent p {
    text-align: center;
    font-size: .9em
}

.cookieconsent .col:last-child {
    text-align: right
}

.row.educations h2 {
    margin-bottom: 1rem
}

.row.educations .separator {
    margin-top: 1.5rem;
    display: block;
    border-top: 1px solid #d6d6d6;
    margin-bottom: 1rem
}

input.error,
input.error~label>.check {
    border-color: red!important
}

.dashBlock {
    background-color: #fff;
    padding: 2%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.dashBlock ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.row.rowSpace {
    margin-bottom: 2em;
}

.dynpro_edit {
    line-height: 1;
}

.alert.alert-max700 {
    max-width: 700px;
}

#headUserBox, #headUserBoxCollapsed, #headLoggedoutBox {
    font-size:90%;
    padding:5px 10px 0 10px;
}

#headUserBox, #headLoggedoutBox {
    text-align:right;
    float:right;
}

#headUserBoxCollapsed {
    display: none;
    padding-left: 0;
}

@media screen and (max-width:1200px) {
    #headUserBox {
        display: none;
    }
    #headUserBoxCollapsed {
        display: block;
    }
}

.localeSelect img {
    margin: 5px 3px 10px 3px;
}

/*
tr.odd {
    background-color: #f2f2f2 !important;
}

tr.even {
    background-color: #fff !important;
}
*/

.datepicker td, .datepicker th {
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
}

fieldset.form-custom {
    border: 1px groove #ddd !important;
    padding: 0 0.5em 0.5em 0.5em !important;
    margin: 0 0 1em 0 !important;
    -webkit-box-shadow:  0 0 0 0 #000;
    box-shadow:  0 0 0 0 #000;
}

legend.form-custom {
    font-size: 0.9rem !important;
    font-weight: normal !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin:0;
}

h4.form-title {
    margin: 0.8rem 0;
    font-size: 1.2rem;
}

.dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>a:before {
    content: "\f0da";
    font-weight: 900;
    float:right;
    font-family: 'Font Awesome 5 Free';
  }

  .dropdown-submenu>a:after {
        content:none;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -94%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .dropdown-submenu>.dropdown-menu.nav-right {
    top: 0;
    left: 94%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .requirement-wrapper, .reminder-email-wrapper {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px
  }

  /* ticket types */

.card.ticket_type_card {
    margin-bottom: 10px;
    background-color: #fafafafa;
}

  /* toastr */
  #toast-container > div {
      opacity: 1;
  }

  /* fa ducument icons */
  .docIcon {
    font-size: 125%;
  }

  .docIcon.green {
    color: #92c240;
  }

  .docIcon.adocs {
    color: #3ea0e6;
  }

  .docIcon.red {
    color: #f5696c;
  }

  .docIcon.blue {
    color: #134caf;
  }

  .docIcon.purpule {
    color: #c699ff;
  }

  .docIcon.yellow {
    color: #ffd247;
  }

  .docIcon.grey {
    color: #b4b4b4;
  }

  a.dropdown-item:hover .docIcon {
    color: #ffffff;
  }

.word-to-altea-docs-info {
    padding: 5px;
    border:1px solid #ccc;
    border-radius: 5px;
    background-color: #fffeed;
}

.doc_printed_page_notice {
    display: none;
    text-align: center;
    color: #acacac;
    margin-top: 10px;
}