#pageContainerWrapper
{
  width: 100%;
}
#pageContainer
{
  position: relative;
}
#scrollPage
{
  width: 100%;
  overflow-y: auto;
}
#scrollPageNavMenu
{
  width: 100%;
  background-color: #e5e5e5;
  color: #666;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 10;
}
#scrollPageNavMenu .menu-button
{
  float: left;
  text-align: center;
  cursor: pointer;
}
#scrollPageNavMenu .menu-button.selected
{
  background-color: #fff;
  color: #2E74A7;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
#scrollPageNavMenu .menu-button.no-nav
{
  text-align: left;
  cursor: default;
}
#scrollPageNavMenu .menu-button.bordered
{
  border-right: 1px solid #ccc;
}


div.img-container-center img
{
  margin: auto;
}
div.alert-info
{
  background-color: #fff;
  border: 1px solid #2E74A7;
  border-radius: 6px;
}

/*Header*/
header
{
  width: 100%;
  height: 62px;
}
header .main-menu-button
{
  padding: 5px 10px!important;
}
.slogan
{
  font-size: 24px;
  color: #2E74A7;
  font-weight: bold;
}

/*Menu*/
#toolbarWrapper
{
  position: absolute;
  left: 0px;
  z-index: 10;
  top: 0px;
  bottom: 0px;
}
.avatarWrapper
{
  color: #e8eaf6;
  position: relative;
}
.avatar
{
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
}
.avatarWarning
{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  display: none;
}
.avatarWarning p
{
  margin-left: -2px;
}
.avatar-image
{
  margin-left: -1px;
}
#userEmail
{
  font-size: 11px;
  text-align: center;
  padding: 21px 0px;
  width: 100%;
}
.menu.buttons
{
  clear: both;
}
.menu a
{
  text-decoration: none;
}
.menu .menu-button
{
  text-align: left;
  margin: 0px;
  transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  background-repeat: no-repeat;
  background-size: 24px;
  position: relative;
}
li.li-button
{
  background-repeat: no-repeat;
  background-size: 20px;
  text-align: left;
  padding: 3px 6px;
  padding-left: 20px;
  background-position: 10px center;
}
.dropdown-menu > li > a
{
  margin-left: 15px;
  padding-left: 5px;
  line-height: 32px;
}

.menu .menu-button:hover
{
  cursor: pointer;
}
.menu .menu-button.my-exams,
li.li-button.my-exams
{
  background-image: url('../img/exams-my.svg');
}
.menu .menu-button.shared-exams,
li.li-button.shared-exams
{
  background-image: url('../img/exams-shared.svg');
}
.menu .menu-button.settings,
li.li-button.settings
{
  background-image: url('../img/settings.svg');
}
.menu .menu-button.credits,
li.li-button.credits
{
  background-image: url('../img/credits.svg');
}
.menu .menu-button.pricing,
li.li-button.pricing
{
  background-image: url('../img/pricing.svg');
}
.menu .menu-button.help,
li.li-button.help
{
  background-image: url('../img/help.svg');
}
.menu .menu-button.dropbox,
li.li-button.dropbox
{
  background-image: url('../img/dropbox.svg');
}
.menu .menu-button.logout,
li.li-button.logout
{
  background-image: url('../img/logout.svg');
}
.menu .menu-button.language,
li.li-button.language
{
  background-image: url('../img/globe.svg');
}


.page-panel
{
  width: 100%;
  min-height: 167px;
  padding: 1px;
  margin-top: 10px;
}
.page-panel.bordered
{
  border: 1px solid #ccc;
  border-radius: 6px;
}
.purchase-options-wrapper
{
  position: relative;
}
.purchase-options-wrapper .title
{
  color: #2E74A7;
  width: 100%;
}
.purchase-options-wrapper #customAmountDiv
{
  position: absolute;
  bottom: 10px;
}
#customAmountInput
{
  width: 50px;
}
.purchase-row
{
  width: 100%;
  position: relative;
}
.payment-summary .purchase-row
{
  min-height: 36px;
}
.purchase-row .label
{
  font-size: 14px;
  color: #333;
  font-style: italic;
  font-weight: bold;
  float: left;
  padding: 0px;
}
.purchase-row .value
{
  float: right;
}
.purchase-option
{
  width: auto;
  display: inline-block;
  padding: 12px;
  padding-left: 40px;
  background: url('../img/light/checkbox-unselected.svg') 5px center no-repeat;
  cursor: pointer;
  color: #777;
}
.purchase-option.selected
{
  background: url('../img/light/checkbox-selected.svg') 5px center no-repeat;
  cursor: default;
  color: #222;
  font-weight: bold;
}
.purchase-summary
{
  padding: 10px;
}
.purchase-summary .credits-summary
{
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.payment-summary
{
  margin: 15px 0px;
  padding: 15px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#scrollPageNavMenu .menu-button
{
  background-repeat: no-repeat;
  background-position-y: center;
}
#purchaseNavBtn
{
  background-image: url('../img/buy.svg');
}
#transactionNavBtn
{
  background-image: url('../img/history.svg');
}
#scrollPageNavMenu .menu-button.no-nav,
#scrollPageNavMenu .menu-button.no-icon
{
  width: auto;
}
.page-panel .page-panel-title
{
  color: #2E74A7;
  padding: 10px;
  font-weight: bold;
}

.icon-details
{
  background: url('../img/light/glass-blue.svg') no-repeat center center;
  cursor: pointer;
}

.payment-detail-wrapper
{
  position: absolute;
  border: 1px solid #9d9d9d;
  background-color: #fcfcfc;
  z-index: 20;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#paymentDetailDiv .payment-tooltip-arrow
{
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  top: 50%;
  margin-top: -8px;
  border-width: 5px 0 5px 5px;
  border-left-color: #9d9d9d;
  z-index: 21;
}
.payment-detail-wrapper .title
{
  width: 100%;
  color: #2E74A7;
  border-bottom: 2px solid #2E74A7;
}
.payment-detail-wrapper .table
{
  margin: 0px!important;
}

.download-wrapper
{
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.download-wrapper .btn-download
{
  width: 150px;
  text-align: left;
  padding-left: 48px;
  line-height: 32px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: 5px 6px;
  background-image: url('../img/download.svg');
  background-size: 32px;
  margin-bottom: 10px;
}

.assistant
{
  background-color: #2E74A7;
  border: 2px solid #44aaf2;
  border-bottom: none;
  color: #fff;
  padding: 8px;
  padding-bottom: 0px;
  position: fixed;
  bottom: 0px;
  z-index: 10;
}
.assistant.minimized
{
  padding: 0px;
}
.assistant .assistant-title
{
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
}
.assistant.minimized .assistant-title
{
  padding: 8px;
}
.assistant.minimized .assistant-container,
.assistant.minimized .close-assistant,
.assistant.minimized .btn
{
  display: none!important;
}
.assistant .assistant-title .btn
{
  background-color: #fff;
  float: right;
}
.assistant .assistant-container
{
  border: 1px solid #205073;
  border-bottom: none;
  background-color: #fff;
  color: #2E74A7;
}
.assistant .assistant-footer
{
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding: 15px 0px;
}
.assistant .assistant-title .close-assistant
{
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  right: 0px;
  background: url('../img/close-white.svg') no-repeat;
  opacity: 0.7;
}
.assistant .row-group
{
  margin-top: 10px;
  padding: 0px;
}
.assistant .assistant-title .close-assistant:hover
{
  opacity: 1;
  cursor: pointer;
}
.assistant textarea
{
  resize: none;
}

footer
{
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
  text-align: center;
  width: 100%;
}
#footer.fixed
{
  position: absolute;
  bottom: 0px;
  background-color: #fff;
}
.nl-logo-footer
{
  width: 100%;
}
.nl-logo-footer img
{
  margin: auto;
}

#displayContentDiv
{
  padding: 0px;
}
#cookieAlert
{
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  color: #000;
  background-color: #f29e67;
  border-top: 2px solid #f47421;
  padding: 10px 0px;
  text-align: center;
  z-index: 1000;
}
#cookieAlert #cookieAlertButtons
{
  margin-top: 10px;
}

div.lang-option
{
  width: 100%;
  padding: 10px 0px;
  padding-left: 30px;
  border-bottom: 1px solid #ededed;
}
div.lang-option:last-of-type
{
  border-bottom: none;
}
div.lang-option:hover
{
  cursor: pointer;
  background-color: #fcfcfc;
}
div.lang-option.selected
{
  font-weight: bold;
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-position: 5px center;
}

.payment-footer-row .disabled-wrapper
{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
}
.payment-footer-row .disabled-wrapper .message
{
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 5px;
  background-color: #f1f1f1;
}

@media only screen and (min-width: 200px)
{
  header
  {
    background: url('../img/esp.svg') no-repeat right center;
    background-size: 50px 50px;
  }
  #nlLogoHeaderSmall,
  #nlLogoHeader
  {
    display: none;
  }
  header .avatarWrapper
  {
    display: block;
  }
  #logoHeader, #toolbarWrapper
  {
    display: none;
  }
  .no-exams-container
  {
    max-width: 300px;
  }
  #scrollPageNavMenu .menu-button
  {
    padding: 10px 4px;
    width: 40px;
    height: 40px;
    background-size: 24px;
    background-position: 5px center;
  }
  #scrollPageNavMenu .menu-button.no-icon
  {
    padding-left: 4px;
  }
  .menu-button .menu-button-content
  {
    display: none;
  }
  
  .avatarWrapper
  {
    width: auto;
    padding-top: 5px;
  }
  .avatarWrapper .show-dropdown
  {
    padding-top: 11px;
    font-size: 12px!important;
    margin-left: 8px;
  }
  .avatar
  {
    margin-left: 4px;
    float: left;
  }
  .avatarWarning
  {
    top: 2px;
    left: 40px;
    font-size: 14px;
    border-width: 0 10px 17.3px 10px;
  }
  .page-panel .page-panel-title
  {
    padding: 10px;
    font-size: 20px;
  }
  .page-panel-intro
  {
    margin-bottom: 10px;
  }
  .page-panel-content
  {
    padding: 5px;
  }
  .purchase-options-wrapper .title
  {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .purchase-options-wrapper #customAmountDiv
  {
    right: 10px;
  }
  .purchase-options-wrapper
  {
    display: none;
  }
  .purchase-options-wrapper .payment-footer
  {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  .icon-details
  {
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
  .payment-detail-wrapper
  {
    width: 250px;
    height: 150px;
    right: 32px;
    top: -58px;
  }
  #paymentDetailDiv .payment-tooltip-arrow
  {
    right: 27px;
  }
  .payment-detail-wrapper .payment-detail-content
  {
    padding: 5px;
  }
  .payment-detail-wrapper .preloader-wrapper
  {
    height: 148px;
  }
  .payment-detail-wrapper .title
  {
    font-size: 14px;
    padding: 4px 0px;
  }
  .payment-detail-wrapper td.no-content
  {
    height: 87px;
    vertical-align: middle;
  }
  .payment-detail-wrapper .table-container
  {
    height: 108px;
    overflow-y: auto;
  }
  
  .nl-logo-footer img
  {
    height: 30px;
    width: 120px;
  }
  footer
  {
    margin-top: 10px;
    padding: 5px 0px;
    font-size: 10px;
  }
  .assistant
  {
    right: 4px;
  }
  .assistant.minimized
  {
    right: 10px;
  }
  .assistant .assistant-container
  {
    width: 295px;
  }
  .assistant .assistant-title .btn
  {
    margin-right: 15px;
    font-size: 12px;
    padding: 4px;
  }
  .assistant.minimized .assistant-title-md
  {
    display: none;
  }
  .assistant.minimized .assistant-title-xs
  {
    display: block;
    width: 20px;
    text-align: center;
  }
  .assistant .assistant-title-md
  {
    display: block;
  }
  .assistant .assistant-title-xs
  {
    display: none;
  }
  
  .alert-info .sticky-btn
  {
    position: absolute;
    top: 5px;
    right: 5px;
    max-width: 200px;
    height: auto;
    word-wrap: break-word;
  }
  .btn-big
  {
    padding: 15px 10px;
    width: 95%;
    font-size: 16px;
    margin: 10px 0px;
    white-space: normal!important;
  }
  .dropdown-menu .li-button
  {
    position: relative;
  }
  .dropdown-menu .divider
  {
    width: 100%;
  }
  .dropdown-menu .exam-counter-icon
  {
    position: absolute;
    right: 6px;
    top: 11px;
    background-color: #2E74A7;
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px)
{
  #pageContainerWrapper
  {
    padding-left: 80px;
  }
  #scrollPage
  {
    background: url('../img/esp-low-opacity.svg') no-repeat center center;
    background-size: 500px 500px;
  }
  header
  {
    background: none;
  }
  #nlLogoHeaderSmall
  {
    display: block;
    margin-top: 5px;
    margin-right: 5px;
  }
  header .avatarWrapper
  {
    display: none;
  }
  #logoHeader
  {
    background: url('../img/esp-title2.svg') no-repeat center center;
    width: 420px;
    height: 60px;
    background-size: 400px;
    float: left;
  }
  #logoHeader, #toolbarWrapper
  {
    display: block;
  }
  .avatarWrapper
  {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 65px;
  }
  .avatarWrapper .show-dropdown
  {
    margin-right: 10px;
    padding-top: 18px;
    font-size: 12px!important;
  }
  #toolbarWrapper
  {
    width: 80px;
  }
  #userEmail
  {
    display: none;
  }
  .menu .menu-button
  {
    font-size: 0px;
    width: 78px;
    min-height: 46px;
    padding: 10px 0px;
    background-position: center center;
  }
  .menu .menu-button.selected
  {
    width: 80px;
  }
  
  .menu .menu-button .menu-tooltip-arrow
  {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    top: 50%;
    left: 70px;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #2E74A7;
  }
  .menu-button-content
  {
    position: absolute;
    left: 75px;
    font-size: 12px;
    background-color: #2E74A7;
    white-space: nowrap;
    padding: 5px;
    border-radius: 4px;
    z-index: 1000;
  }
  .menu .menu-button:hover .menu-button-content,
  .menu .menu-button:hover .menu-tooltip-arrow
  {
    display: block;
    color: #fff;
  }
  
  .no-exams-container
  {
    width: 96%;
    max-width: 800px;
  }
  .avatar
  {
    margin: auto;
    float: none;
  }
  .avatarWarning
  {
    top: 12px;
    left: 52px;
    font-size: 16px;
    border-width: 0 12px 20.8px 12px;
  }
  .last-access-wrapper
  {
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-size: 10px;
  }
  .page-panel .page-panel-title
  {
    padding: 20px 10px;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .icon-details
  {
    width: 40px;
    height: 40px;
    background-size: 30px;
  }
  .payment-detail-wrapper
  {
    width: 350px;
    height: 200px;
    right: 43px;
    top: -84px;
  }
  #paymentDetailDiv .payment-tooltip-arrow
  {
    right: 38px;
  }
  .payment-detail-wrapper .preloader-wrapper
  {
    height: 198px;
  }
  .payment-detail-wrapper .title
  {
    font-size: 16px;
    padding: 5px 0px;
  }
  .payment-detail-wrapper td.no-content
  {
    height: 133px;
  }
  .payment-detail-wrapper .table-container
  {
    height: 154px;
    overflow-y: auto;
  }
  
  .nl-logo-footer img
  {
    height: 40px;
    width: 150px;
  }
  footer
  {
    margin-top: 20px;
    padding: 10px 0px;
    font-size: 12px;
  }
  .assistant
  {
    right: 18px;
  }
  .assistant .assistant-title .btn
  {
    margin-right: 20px;
    font-size: 14px;
    padding: 6px 12px;
  }
  .assistant.minimized
  {
    right: 30px;
  }
  .assistant .assistant-title-md,
  .assistant.minimized .assistant-title-md
  {
    display: block;
  }
  .assistant .assistant-title-xs,
  .assistant.minimized .assistant-title-xs
  {
    display: none;
  }
  .assistant .assistant-container
  {
    width: 500px;
  }
  .assistant .assistant-container textarea
  {
    height: 100px;
  }
  
  .btn-big
  {
    padding: 20px 10px;
    width: 80%;
    margin: 10px 0px;
    max-width: 480px;
  }
  
  .menu-button-content .exam-counter-icon
  {
    display: none;
  }
  .menu-button .exam-counter-icon.tooltip-div
  {
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px 0px 0px 0px;
    background-color: #2E74A7;
    color: #fff;
  }
  .menu-button.selected .exam-counter-icon.tooltip-div
  {
    background-color: transparent;
    color: #2E74A7;
    right: 1px;
  }
}

@media only screen and (min-width: 960px)
{
  #nlLogoHeaderSmall
  {
    display: none;
  }
  #nlLogoHeader
  {
    display: block;
    margin-top: 10px;
  }
  #pageContainerWrapper
  {
    padding-left: 200px;
  }
  #toolbarWrapper
  {
    width: 200px;
  }
  #scrollPageNavMenu .menu-button
  {
    padding: 16px 8px;
    padding-left: 40px;
    width: auto;
    min-width: 120px;
    background-size: 32px;
    background-position: 5px center;
    height: 50px;
  }
  #scrollPageNavMenu .menu-button.no-nav,
  #scrollPageNavMenu .menu-button.no-icon
  {
    padding-left: 8px;
  }
  .page-panel-intro
  {
    margin-bottom: 20px;
  }
  .page-panel-content
  {
    padding: 10px;
  }
  
  #userEmail
  {
    display: block;
  }
  .menu .menu-button
  {
    font-size: 16px;
    width: 198px;
    padding: 15px 0px;
    padding-left: 40px;
    background-position: 6px 13px;
    line-height: 20px;
  }
  .menu .menu-button.selected
  {
    width: 200px;
  }
  .menu .menu-button:hover .menu-button-content
  {
    color: #222;
  }
  .avatarWarning
  {
    top: 12px;
    left: 112px;
    font-size: 16px;
    border-width: 0 12px 20.8px 12px;
  }
  .avatarWrapper
  {
    padding-bottom: 0px;
  }
  .menu-button .menu-button-content
  {
    display: block;
    position: relative;
    font-size: 16px;
    left: 0px;
    white-space: normal;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
  }
  #toolbarWrapper .menu-button .menu-button-content
  {
    width: 154px;
  }
  .menu .menu-button .menu-tooltip-arrow
  {
    display: none!important;
  }
  .purchase-options-wrapper .title
  {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .purchase-options-wrapper #customAmountDiv
  {
    right: 60px;
  }
  .menu-button-content .exam-counter-icon
  {
    display: block;
    position: static;
    float: right;
    background-color: #2E74A7;
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
  }
  .menu-button .exam-counter-icon.tooltip-div
  {
    display: none;
  }
}

@media only screen and (min-width: 992px)
{
  .purchase-options-wrapper
  {
    display: block;
  }
  #modifyOptionsBtn
  {
    display: none;
  }
  .purchase-options-wrapper .payment-footer
  {
    display: none;
  }
  .purchase-summary-wrapper
  {
    padding-left: 30px;
    padding-right: 0px;
  }
  .purchase-summary
  {
    background-color: #ededed;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  .payment-footer-row .disabled-wrapper
  {
    background-color: #ededed;
  }
  .purchase-options-wrapper, .purchase-summary-wrapper
  {
    display: block!Important;
  }
}