@media screen {
  body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  /*- self-clearing floats ---------- */
  .group:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
  }

  h1, h1 .Head {
    font: 700 24px/27px Arial, sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
  }

  h2, h2 .Head {
    font: 700 21px/27px Arial, sans-serif;
    color: #444;
    margin-bottom: 9px;
  }

  h3, h3 .Head {
    font: 700 18px/22px Arial, sans-serif;
    margin-bottom: 8px;
  }

  h4, h4 .Head {
    font: 700 16px/20px Arial, sans-serif;
    color: #444;
  }

  h5, h5 .Head {
    font: 700 14px/18px Arial, sans-serif;
    color: #444;
  }

  h6, h6 .Head {
    font: 700 11px/13px Arial, sans-serif;
    color: #444;
  }

  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  hr {
    height: 1px;
    border: none;
    background-color: #edf1f2;
  }

  img {
    max-width: 100%;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  p {
    margin-bottom: 10px;
  }

  /*- dotnetnuke overwrites ---------- */
  .DnnModule-DNN_HTML ul {
    list-style: disc;
  }

  .dnnPrimaryAction, .dnnPrimaryAction:visited,
  .dnnPrimaryAction:hover, .dnnPrimaryAction:focus, .dnnPrimaryAction:active {
    color: #fff;
  }

  .dnnSecondaryAction, .dnnSecondaryAction:visited {
    color: #333;
  }

  .dnnSecondaryAction:hover, .dnnSecondaryAction:focus, .dnnSecondaryAction:active {
    color: #555;
  }

  .Head {
    color: #444;
  }

  .Normal, .NormalBold, .NormalDisabled, .CommandButton, .SkinObject {
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }

  .NormalRed {
    color: red;
  }

  .NormalBold {
    font-weight: bold;
  }

  .NormalDisabled {
    color: #636363;
  }

  .DNNEmptyPane {
    display: none;
  }

  /*- CONTAINER **********************/
  #container {
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
  }

  #container.wide {
    max-width: 1110px;
    min-width: 1110px;
  }

  /*- HEADER *************************/
  #header {
    height: 90px;
    margin: 0 0 90px;
    min-width: 960px;
  }

  #header .inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }

  #header .logo {
    float: left;
  }

  #header .logo a {
    display: inline-block;
  }

  #header.wide {
    min-width: 1110px;
  }

  #header.wide .inner {
    max-width: 1110px;
  }

  #homeIcon {
    padding: 3px 0 3px 5px;
  }

  .float--left {
    float: left;
  }

  .float--right {
    float: right;
  }

  #login {
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    text-align: right;
    height: 30px;
    padding-top: 10px;
    min-width: 200px;
  }

  #login ul {
    display: inline;
    margin: 0;
    padding: 0;
  }

  #login ul li {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    display: inline;
  }

  #login ul li a {
    border: none;
    color: #666;
    font-size: 15px;
    text-decoration: none;
  }

  #login ul li a:hover {
    color: #4d4d4d;
  }

  #nav {
    display: block;
    text-align: right;
    min-width: 600px;
    padding: 44px 0 0 0;
  }

  #nav ul {
    margin: 0;
    padding: 0;
  }

  #nav ul li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style-type: none;
    display: inline;
  }

  #nav a {
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 4px;
    border-bottom: 1px solid;
  }

  #subnav ul {
    margin: 0;
    padding: 0;
    display: inline;
  }

  #subnav ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #subnav ul li a {
    border-bottom: 1px solid;
  }

  #subnav ul li.selected a {
    border: none;
  }

  .content-pane {
    padding: 25px;
    background-color: #fff;
  }

  /*- columns */
  .columns {
    *zoom: 1;
    min-width: 960px;
  }

  .columns.wide {
    min-width: 1110px;
  }

  .columns:before,
  .columns:after {
    display: table;
    content: " ";
  }

  .columns:after {
    clear: both;
  }

  .column {
    float: left;
    text-align: left;
  }

  .column__inner {
    padding: 25px;
  }

  .column--white {
    background-color: #fff;
  }

  .column--grey {
    background-color: #edf1f2;
  }

  .columns.columns--two .column--white {
    width: 60%;
  }

  .columns.columns--two .column--grey {
    width: 40%;
  }

  .columns.columns--three .column--white {
    width: 38%;
  }

  .columns.columns--three .column--grey {
    width: 28%;
  }

  .columns.columns--three .column--colored {
    width: 34%;
  }

  /*- FOOTER *************************/
  #footer {
    position: relative;
    height: 19px;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  #footer .SkinObject {
    font-size: 12px;
    line-height: 20px;
    color: #444;
  }

  #footer a {
    color: #666;
    text-decoration: none;
  }

  #footer a:hover {
    color: #4d4d4d;
  }

  /*- Extra */
  .shadow {
    -moz-box-shadow: 0 0 10px #111;
    -webkit-box-shadow: 0 0 10px #111;
    box-shadow: 0 0 10px #111;
  }

  .shadow_light {
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
  }

  .shadow_inset {
    -moz-box-shadow: inset 0 0 5px #bbb;
    -webkit-box-shadow: inset 0 0 5px #bbb;
    box-shadow: inset 0 0 5px #bbb;
  }

  /*- FORM *************************/
  .form {
    box-sizing: border-box;
  }

  .form *, .form *:before, .form *:after {
    box-sizing: inherit;
  }

  .form .field {
    margin-bottom: 10px;
  }

  .form .field label[for] {
    cursor: pointer;
  }

  .form .field input[type="text"],
  .form .field input[type="password"] {
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    height: 28px;
    padding: 4px;
    color: #444;
    border-radius: 3px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;

    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .form .field input[type="text"]:focus,
  .form .field input[type="password"]:focus {
    outline: 0;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  }

  .form .field .error div, .login-failed {
    color: #C02E19;
    padding: 5px 0;
    border-radius: 4px;
    font-style: italic;
  }

  /* Login specfic */
  .form.login label {
    display: block;
    margin-bottom: 4px;
  }

  .form.login input[type="text"],
  .form.login input[type="password"] {
    width: 100%;
  }

  .form.login .field.actions a {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #666;
  }

  /* Recover specific */
  .form.recovery label {
    display: block;
    margin-bottom: 4px;
  }

  .form.recovery input[type="text"] {
    width: 100%;
  }

  .form.recovery .field.actions a {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
  }

  /* Registration specfic */
  .form.registration label {
    display: inline-block;
    width: 185px;
    padding-right: 10px;
  }

  .form.registration fieldset:before,
  .form.registration fieldset:after {
    display: table;
    content: " ";
  }

  .form.registration fieldset:after {
    clear: both;
  }

  .form.registration input[type="text"],
  .form.registration input[type="password"] {
    width: 250px;
    margin-right: 10px;
  }

  .form.registration .field.actions {
    float: left;
    margin-right: 10px;
  }

  .form.registration .field:last-child {
    color: #808080;
    font-style: italic;
    margin-bottom: 0;
    padding-top: 3px;
  }

  span.checkboxLabel {
    color: #404040;
    font-size: 13px;
    line-height: 18px;
    padding-top: 6px;
    padding-left: 10px;
  }

  .btn,
  input.submit,
  button.ui-button {
    font-family: Verdana, Arial, sans-serif !important;
    cursor: pointer;
    display: inline-block;
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333 !important;
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    border: 1px solid #ccc !important;
    border-bottom-color: #bbb !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    filter: none;
    text-decoration: none;
  }

  .btn:hover, input.submit:hover {
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    color: #333;
    text-decoration: none;
  }

  .btn:focus, input.submit:focus {
    outline: 1px dotted #666;
  }

  .btn.primary {
    color: #fff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  }

  .btn.active, .btn:active, input.submit:active, .input.submit.active, .dnnLoginService a.dnnPrimaryAction:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .btn.disabled {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
  }

  .btn[disabled] {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn.large {
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px 9px;
    border-radius: 6px;
  }

  .btn.small {
    padding: 7px 9px 7px;
    font-size: 11px;
  }

  button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

    .btn.togglezone, .btn.previous, .btn.next, .btn.request, .btn.download, .btn.reaction, .btn.addtofiles, .btn.share, .btn.print, .btn.createzone {
        padding-left: 8px;
        padding-right: 8px;
    }

    .btn.togglezone span, .btn.previous span, .btn.next span, .btn.request span, .btn.download span, .btn.reaction span, .btn.addtofiles span, .btn.share span, .btn.print span, .btn.createzone span {
        width: 16px;
        height: 16px;
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .btn.previous span {
        background-image: url("assets/icon_arrow-left.png");
    }

    .btn.next span {
        background-image: url("assets/icon_arrow-right.png");
    }

    .btn.request span {
        background-image: url("assets/icon_request-original.png");
    }

    .btn.download span {
        background-image: url("assets/icon_download.png");
    }

    .btn.reaction span {
        background-image: url("assets/icon_react.png");
        background-size: 16px;
    }

    .btn.addtofiles span {
        background-image: url("assets/icon_addtofiles.png");
    }

    .btn.share span {
        background-image: url("assets/icon_share.png");
    }

    .btn.print span {
        background-image: url("assets/icon_print.png");
    }

    .btn.createzone span {
        background-image: url("assets/icon_create-zone.png");
    }


  #btnToggleZoneLabels span {
      background-image: url("assets/icon_hide-zone.png");
  }

  #btnRequestOriginalImage span {
      background-image: url("assets/icon_request-original.png");
  }

  #btnZoneCreation span {
      background-image: url("assets/icon_create-zone.png");
  }

  #btnPrevious span {
      background-image: url("assets/icon_arrow-left.png");
  }

  #btnNext span {
      background-image: url("assets/icon_arrow-right.png");
  }

  #btnDownload span {
      background-image: url("assets/icon_download.png");
  }

  #DialogBoxContainer {
    line-height: 0;
  }

  .viewerError {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 20px;
    text-align: center;
  }

  .ui-dialog {
    padding: 0 !important;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.3);
    min-width: 520px;
    /*min-height: 360px;
    /*max-width: 520px;*/
  }

  .ui-dialog-content {
      padding: 15px !important;
  }

  .ui-dialog-titlebar {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    background: #125679 !important;
    color: #fff !important;
  }

  .ui-dialog-titlebar-close {
    display: none !important;
  }

  .treeContainer
  {
      overflow-y: scroll;
      max-height: 350px;
  }

  .dossiers {
      border: 1px solid #aaaaaa;
      height: 150px;
      margin: 5px 0;
      overflow-y: scroll;
  }

  #lstDossiers {
      padding: 5px;
  }

  .right.group {
    float: none;
  }

  .ui-dialog input[type='text'], .ui-dialog input[type='password'] {
    padding: 4px;
    vertical-align: middle;
    margin: 5px 0;
    width: 100%;
  }

  #btnAddDossier {
    padding: 6px 15px;
    border-radius: 0;
    width: 100%;
    border-left: 0 !important;
    text-align: center;
  }

  .dossier_dialog {
      box-sizing: border-box;
  }

  .dossier_dialog *, .dossier_dialog *:before, .dossier_dialog *:after {
      box-sizing: inherit;
  }

  .settings-table-wrapper
  {
      padding: 10px;
  }

  .settings-table
  {
      width: 100%;
  }

  .settings-table td:first-child {
    width: 200px;
    }

  .settings-table td
  {
      vertical-align: top !important;
      padding-bottom: 5px;
      padding-right: 12px;
  }

  .settings-table input[type='text'],
  .settings-table input[type='number']
  {
      width: 100%;
  }


	.ui-widget-overlay
    {
        z-index: 0 !important;
    }

  .ui-dialog-buttonpane {
    padding: 0 !important;
    border: 0 !important;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    margin-top: 0 !important;
  }

  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
  }

  .ui-dialog-buttonpane button {
    float: right;
    width: 50%;
    margin: 0 !important;
    border-radius: 0;
    border: 0 !important;
    border-top: 1px solid #dadada !important;
    border-left: 1px solid #dadada !important;
    background: #eee !important;
    outline: 0;
  }

  .ui-dialog-buttonpane button.width-100 {
    width: 100%;
  }

  .ui-dialog-buttonpane button:hover {
    background: #e6e6e6 !important;
  }

  .ui-layout-toggler {
    background-repeat: no-repeat;
    background-size: 80%;
  }

  .ui-layout-toggler-east-open, .ui-layout-toggler-west-closed {
    background-image: url("assets/icon_angle-right.png");
    background-position: 80% center;
  }

  .ui-layout-toggler-east-closed, .ui-layout-toggler-west-open {
    background-image: url("assets/icon_angle-left.png");
    background-position: 20% center;
  }

  .RadWindow_Office2010Silver .rwTopLeft, .RadWindow_Office2010Silver .rwTopRight, .RadWindow_Office2010Silver .rwTitlebar, .RadWindow_Office2010Silver .rwFooterLeft, .RadWindow_Office2010Silver .rwFooterRight, .RadWindow_Office2010Silver .rwFooterCenter, .RadWindow_Office2010Silver .rwTopResize, .RadWindow_Office2010Silver .rwStatusbar div, .RadWindow_Office2010Silver .rwStatusbar, .RadWindow_Office2010Silver .rwPopupButton, .RadWindow_Office2010Silver .rwPopupButton span, .RadWindow_Office2010Silver.rwMinimizedWindow .rwCorner {
    background-image: none !important;
  }

  .RadWindow_Office2010Silver .rwBodyLeft, .RadWindow_Office2010Silver .rwBodyRight, .RadWindow_Office2010Silver .rwStatusbarRow .rwCorner {
    background-image: none !important;
  }

  .rwTopResize {
    display: none;
  }

  .rwTitlebar {
    background: #125679 !important;
  }

  .rwTitlebar em {
    color: #fff !important;
    font-family: Verdana, Arial, sans-serif !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
  }

  .rwWindowContent {
  }

  .rwWindowContent > div {
      width: 100% !important;
  }

  .rbSkinnedButton input {
    width: 236px;
  }

  .rwCloseButton {
    top: 45px;
    position: absolute;
    right: 15px;
  }

  .rwIcon {
    margin-left: 25px !important;
    margin-top: 12px !important;
  }

  .securityContainer{
      padding: 15px;
  }
}
