/**
 * This file contains only css modifications which are necessary and does not exist in the base stylesheets
 * loaded by drupal already.
 *
 * All rules are prefixed with 'vs-' for Virk Styles, (or Virk Services if you prefer)
 *
 * If tempted to copy these rules, then please move them to a common stylesheet
 */
/*
 *  Utility css classes, REUSE AS MUCH AS POSSIBLE
 */
.row.vs-bordered {
  border-top: 1px solid #ccc;
  padding: 5px 0; }

.row.vs-bordered:last-of-type {
  border-bottom: 1px solid #ccc; }

.btn.btn-blank {
  background: none;
  padding: 6px 2px;
  text-decoration: underline; }

table.vs-bordered {
  width: 100%; }
  table.vs-bordered tr {
    border-bottom: 1px solid #ccc; }

.row.vs-extra-padding {
  padding-top: 8px;
  padding-bottom: 8px; }

.vs-transparent-appbox {
  padding: 30px 30px 0; }

.vs-white-bg {
  background-color: #ffffff; }

.vs-side-padding {
  padding-left: 10px;
  padding-right: 10px; }

.vs-small-spacing {
  margin-bottom: 10px; }

.vs-spacing {
  margin-bottom: 15px; }

.vs-extra-spacing {
  margin-bottom: 30px; }

.vs-mega-spacing {
  margin-bottom: 50px; }

.vs-no-padding {
  padding: 0px !important; }

.vs-form .form-control {
  border: 1px solid #777;
  height: auto; }
.vs-form .ui-datepicker-trigger {
  position: absolute;
  right: -20px;
  top: 5px; }
.vs-form #vs-filproxy {
  margin: 8px 5px; }

.dashboard-app .box-content .vs-help-anchor .modallink {
  display: inline-block;
  top: 13px !important;
  right: 10px !important; }

h2.vs-mm-heading {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px; }

.vs-header {
  font-weight: bold;
  word-wrap: normal; }

.vs-app-header {
  border-bottom: 1px solid #c9bfad;
  padding: 0 0 15px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px); }

.vs-big-text {
  font-size: 1.3em; }

.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none; }
  .leaders span:first-child {
    background: white;
    display: inline-block;
    position: relative;
    width: 90%; }
    .leaders span:first-child:after {
      padding-left: 0.33em;
      position: absolute;
      width: 0;
      white-space: nowrap;
      content: "..............................................................................................................................................................................."; }
  .leaders span + span {
    background: white;
    float: right;
    padding-left: 0.33em;
    position: relative;
    z-index: 1; }

.vs-tab-row {
  border-spacing: 10px 0;
  display: table;
  list-style: none;
  margin: 0;
  margin-left: -10px;
  padding: 0; }
  .vs-tab-row .vs-tab {
    display: table-cell; }
    .vs-tab-row .vs-tab.selected a {
      background-color: #ffffff;
      padding-top: 10px;
      padding-bottom: 20px; }
    .vs-tab-row .vs-tab a {
      background-color: #b5afa7;
      font-size: 1.8rem;
      display: inline-block;
      padding: 10px 30px;
      text-decoration: none;
      vertical-align: bottom; }

/*
 *  Mixins
 */
/** url('http://virk.dk/profiles/virkbasis/themes/custom/virkbasis/images/svg/pil_foran_links.svg') no-repeat 0 8px; */
#exitfields .jqplot-title, #systemstats .jqplot-title, #screenstats .jqplot-title, #browserstats .jqplot-title {
  top: 25px !important;
  z-index: 1; }
#exitfields table.jqplot-table-legend, #systemstats table.jqplot-table-legend, #screenstats table.jqplot-table-legend, #browserstats table.jqplot-table-legend {
  top: 50px !important; }
  #exitfields table.jqplot-table-legend .jqplot-table-legend-swatch, #systemstats table.jqplot-table-legend .jqplot-table-legend-swatch, #screenstats table.jqplot-table-legend .jqplot-table-legend-swatch, #browserstats table.jqplot-table-legend .jqplot-table-legend-swatch {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 6px;
    border-right-width: 7px; }
  #exitfields table.jqplot-table-legend td.jqplot-table-legend, #systemstats table.jqplot-table-legend td.jqplot-table-legend, #screenstats table.jqplot-table-legend td.jqplot-table-legend, #browserstats table.jqplot-table-legend td.jqplot-table-legend {
    font-size: 1.5rem; }
    #exitfields table.jqplot-table-legend td.jqplot-table-legend:last-of-type, #systemstats table.jqplot-table-legend td.jqplot-table-legend:last-of-type, #screenstats table.jqplot-table-legend td.jqplot-table-legend:last-of-type, #browserstats table.jqplot-table-legend td.jqplot-table-legend:last-of-type {
      width: 400px;
      overflow: hidden; }

.vs-messages-list .date {
  font-size: 15px;
  font-weight: bold;
  color: #999; }
.vs-messages-list .subject {
  font-size: 24px; }
.vs-messages-list a {
  text-decoration: none; }
.vs-messages-list .user {
  font-size: 15px; }
.vs-messages-list .vs-messages-date {
  white-space: nowrap; }
.vs-messages-list .vs-messages-status {
  text-align: center; }

.vs-edit-only {
  display: none !important;
  visibility: hidden !important; }

.vs-messages .subject a {
  text-decoration: none; }

.vs-message-detail-actions .vs-label-status {
  bottom: 0;
  left: 7px; }
.vs-message-detail-actions div:nth-of-type(n+2) a:before {
  content: "\007C";
  position: relative;
  bottom: 1px;
  right: 20px; }

.vs-message-detail-back .virk-ico-arrow-prev {
  position: relative;
  left: 7px;
  top: 2px; }

.vs-read, .vs-read a {
  background-color: #f5f4f2;
  color: #999; }

.vs-revoked {
  background-color: #e2dfdc; }

.vs-unread .vs-label-status {
  background-color: #cc1924; }

.vs-read .vs-label-status {
  background-color: #c2c2c2; }

.vs-delivered .vs-label-status, .vs-sending .vs-label-status {
  background-color: #81C225; }

.vs-waiting .vs-label-status {
  background-color: #FDBB1F; }

#vs-message-admin {
  table-layout: fixed;
  overflow: hidden; }
  #vs-message-admin th, #vs-message-admin td {
    word-break: normal; }
  #vs-message-admin .vs-revoked .vs-label-status {
    background-color: #C21717; }
  #vs-message-admin th:first-child {
    width: 2%; }
  #vs-message-admin th:nth-child(2) {
    width: 15%; }
  #vs-message-admin th:nth-child(3) {
    width: 43%; }
  #vs-message-admin th:nth-child(4) {
    width: 25%; }
  #vs-message-admin th:nth-child(5) {
    width: 15%; }

.vs-draft .vs-label-status {
  background-color: #C3C3C3; }

.vs-expired .vs-label-status {
  background-color: #8D8D8D; }

.vs-input-info {
  top: 3px;
  left: 2px; }

h2.vs-message-title {
  font-weight: bold;
  margin-top: 40px; }

.vs-stat-boxes {
  height: 350px; }
  .vs-stat-boxes > div {
    position: absolute;
    left: 0;
    right: -20px; }
  .vs-stat-boxes > div > div:nth-child(2n) {
    background-color: #fef5de;
    border: 1px solid white;
    border-top: none;
    min-height: 285px;
    width: 260px; }
  .vs-stat-boxes > div > div:nth-child(2n + 1) {
    background-color: #f3f2f1;
    width: 220px; }

.vs-stat-box {
  font-weight: bold;
  line-height: 1.1;
  padding: 12px 15px; }
  .vs-stat-box .vs-big-stat {
    font-size: 3.8rem;
    text-align: center;
    white-space: nowrap; }
    .vs-stat-box .vs-big-stat.vs-big-text {
      font-size: 4.5rem; }
    .vs-stat-box .vs-big-stat.vs-giant-text {
      font-size: 5.5rem; }
  .vs-stat-box .vs-small-stat {
    color: #806a5c;
    font-size: 0.9em; }
  .vs-stat-box > div:nth-child(n + 2) {
    text-align: center; }

.vs-tab-selector {
  background: white;
  padding: 13px 20px 5px;
  white-space: nowrap; }
  .vs-tab-selector.vs-week {
    width: 164px;
    margin-left: 10px; }
  .vs-tab-selector.vs-month {
    margin: 0 11px;
    width: 265px; }
  .vs-tab-selector.vs-year {
    width: 188px; }
  .vs-tab-selector .vs-label {
    font-size: 18px; }
  .vs-tab-selector.vs-active {
    border: 1px solid #d3d0cc;
    border-bottom: none; }
    .vs-tab-selector.vs-active .vs-prev {
      left: 0; }
      .vs-tab-selector.vs-active .vs-prev:after {
        font-family: 'virk-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e606"; }
    .vs-tab-selector.vs-active .vs-next {
      right: 0; }
      .vs-tab-selector.vs-active .vs-next:after {
        font-family: 'virk-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e607"; }
    .vs-tab-selector.vs-active .btn {
      background-color: #3a302a;
      border: none;
      border-radius: 2px;
      color: white;
      font-size: 11px;
      height: 24px;
      padding: 0;
      position: absolute;
      width: 24px;
      line-height: 27px; }
      .vs-tab-selector.vs-active .btn:not([href]) {
        background-color: rgba(58, 48, 42, 0.4);
        cursor: default; }
    .vs-tab-selector.vs-active .vs-selector {
      position: relative; }
    .vs-tab-selector.vs-active .vs-label {
      margin-bottom: 20px; }
    .vs-tab-selector.vs-active .vs-current {
      bottom: 12px;
      font-size: 32px;
      position: relative; }

.vs-tab-selector.vs-disabled {
  background-color: #e4e2e0;
  padding-bottom: 17px;
  position: relative;
  top: 57px; }
  .vs-tab-selector.vs-disabled .vs-selector {
    display: none; }

.vs-tab-selectors {
  margin-bottom: 25px;
  position: relative; }

#tab-selector-gradient {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.63, #FFFFFF), color-stop(1, #F4F4F3));
  background-image: -o-linear-gradient(bottom, #FFFFFF 63%, #F4F4F3 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 63%, #F4F4F3 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 63%, #F4F4F3 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 63%, #F4F4F3 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 63%, #F4F4F3 100%); }

.vs-this-timeunit {
  text-align: left;
  position: relative; }
  .vs-this-timeunit div {
    display: inline-block;
    height: 30px;
    position: absolute;
    top: 7px;
    width: 6px;
    background-color: #f68b2f; }
  .vs-this-timeunit span {
    margin-left: 20px; }

.vs-prev-timeunit {
  text-align: left;
  position: relative; }
  .vs-prev-timeunit div {
    display: inline-block;
    height: 30px;
    position: absolute;
    top: 7px;
    width: 6px;
    background-color: #eeba82; }
  .vs-prev-timeunit span {
    margin-left: 20px; }

/*
 * JQPLOT OVERRIDES AND SPECIFICS!
 */
.jqplot-title {
  font-size: 1.6rem;
  top: -15px !important;
  width: auto !important; }

.jqplot-target {
  margin-top: 20px; }

#timeonfields .jqplot-yaxis {
  width: 200px !important; }
#timeonfields .jqplot-yaxis-tick {
  white-space: normal; }

.vs-most-visited.custom-number li {
  margin-bottom: 20px;
  position: relative; }
  .vs-most-visited.custom-number li:before {
    background-color: #e4e1de;
    border-color: #e4e1d1;
    top: -1px; }
.vs-most-visited li:before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }
.vs-most-visited li span:last-of-type {
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  bottom: 2px;
  right: 0; }

.appbox a.sortable {
  text-decoration: none; }
  .appbox a.sortable:after {
    font-family: 'virk-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e607";
    font-size: 11px;
    position: relative;
    left: 7px; }
  .appbox a.sortable.desc:after {
    content: "\e605";
    font-size: 7px;
    position: relative;
    left: 5px;
    bottom: 2px; }
  .appbox a.sortable.asc:after {
    content: "\e604";
    font-size: 7px;
    position: relative;
    left: 5px;
    bottom: 2px; }
.appbox tr.cursor-pointer {
  cursor: pointer; }
.appbox tr input {
  cursor: pointer; }
.appbox td.date {
  white-space: nowrap; }

/* modify bootstrap labels slightly to emulate green/yellow circle */
.vs-label-status {
  display: inline-block;
  padding: 0.315em;
  border-radius: 50%;
  position: relative;
  bottom: 2px; }

.vs-cvr-app {
  background: #fef5dd; }
  .vs-cvr-app .navn {
    font-size: 24px; }
  .vs-cvr-app .cvr {
    font-weight: bold;
    color: #999; }

.vs-cvr-app2 {
  background: #fef5dd; }
  .vs-cvr-app2 .navn {
    font-size: 24px; }
  .vs-cvr-app2 .cvr {
    font-weight: bold;
    color: #999; }
  .vs-cvr-app2 .btnlink .externalLink {
    font-weight: bold;
    background: #f08b1e;
    display: block;
    text-align: left; }
    .vs-cvr-app2 .btnlink .externalLink:after {
      content: none; }
    .vs-cvr-app2 .btnlink .externalLink span {
      color: white;
      float: right; }

a.vs-button {
  background: #000000;
  color: white; }

.vs-accordion-heading-extra {
  width: 60%;
  float: right;
  padding-right: 5%; }

.vs-link-arrow {
  background: url("../images/svg/pil_foran_links.svg") no-repeat scroll right center/6px transparent;
  background-position: left center;
  background-size: 5px;
  text-decoration: none;
  padding-left: 12px; }
  .vs-link-arrow:hover {
    text-decoration: none; }

.vs-link-arrow-after {
  background: url("../images/svg/pil_foran_links.svg") no-repeat scroll right center/6px transparent;
  background-position: right 9px;
  text-decoration: none;
  padding-right: 10px; }
  .vs-link-arrow-after:hover {
    text-decoration: none; }

.vs-nostyle-link {
  background: none;
  padding-left: 0;
  text-decoration: none; }
  .vs-nostyle-link:hover {
    text-decoration: none; }
  .vs-nostyle-link.btn {
    padding-left: 12px; }

.vs-konsulent {
  margin-bottom: 30px; }
  .vs-konsulent > div:first-child {
    margin-bottom: 15px; }
  .vs-konsulent a {
    text-decoration: none; }
    .vs-konsulent a:hover {
      text-decoration: underline; }
  .vs-konsulent.row h3 {
    margin-top: 0; }

.ebr-search {
  line-height: 22px; }

.vs-ingen-registreringer, .vs-fejl {
  padding: 20px 10px 10px; }

.vs-remove {
  font-size: 30px;
  line-height: 20px;
  height: 18px;
  overflow: hidden;
  font-weight: normal;
  color: #999;
  padding-right: .2em; }
  .vs-remove:hover, .linklist .vs-remove:hover {
    color: #ac0c18; }
  .linklist .vs-remove, .vs-remove:hover, .linklist .vs-remove:hover {
    text-decoration: none; }

.vs-message-back:before {
  bottom: 1px;
  font-size: 10px;
  left: 5px;
  position: relative; }

.vs-message-content {
  margin-top: 40px; }

.message-navigation a:hover {
  border-color: #7a726e; }

.message-navigation a {
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
  border-bottom: 5px solid #3a302a;
  margin: 10px; }
  .message-navigation a:hover {
    border-color: #7a726e; }
  .message-navigation a.selected {
    border-color: #ba1919; }
    .message-navigation a.selected:hover {
      border-color: #e21f1f; }

#vs-event-view-readonly .vs-message-content {
  margin: 0 0 40px; }
#vs-event-view-readonly .vs-alarms {
  background-color: #FEF5DE;
  padding: 20px; }
#vs-event-view-readonly .vs-period-start span {
  display: block; }
  #vs-event-view-readonly .vs-period-start span:last-child {
    font-weight: bold; }

#vs-virk-modal ul {
  margin: 20px 0 10px; }
#vs-virk-modal li {
  padding: 0;
  background: none;
  list-style: none; }
#vs-virk-modal .form-control, #vs-virk-modal #cke_content {
  border: 1px;
  border-style: solid; }
#vs-virk-modal .modal-body {
  padding: 20px 50px 35px; }
  #vs-virk-modal .modal-body ul {
    padding: 0 0 0 15px; }
#vs-virk-modal .modal-footer {
  border-top: none;
  margin-top: 0;
  padding: 0 50px 20px;
  text-align: initial; }
#vs-virk-modal .errors {
  color: red; }
  #vs-virk-modal .errors li::before {
    content: "\e084";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    top: 2px;
    left: -4px; }
#vs-virk-modal .modal-body.no-padding-top {
  padding: 0 50px 0; }
#vs-virk-modal .modal-footer .row.vs-spacing.no-spacing {
  margin-bottom: 0; }
#vs-virk-modal .row .col-sm-12 .campaign-content ul li {
  list-style-type: disc; }
#vs-virk-modal .row .col-sm-12 .campaign-content ul {
  margin-top: 0;
  padding-left: 35px; }

#uploadStatus {
  text-indent: 0.7em; }
  #uploadStatus:before {
    right: 3px; }
  #uploadStatus.success:before {
    content: "\e084";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    color: green;
    top: 2px; }
  #uploadStatus.fail {
    color: red; }
    #uploadStatus.fail:before {
      content: "\e083";
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      position: relative;
      -webkit-font-smoothing: antialiased;
      top: 2px; }

#vs-branche-ul a, #vs-kommune-ul a {
  float: right;
  background: url("../images/svg/pil_foran_links.svg") no-repeat scroll right center/6px transparent;
  background-position: left 6px;
  padding: 0 0 0 10px; }

.vs-label-values .vs-label-value {
  border-bottom: 1px solid #999;
  padding: 10px 0; }
  @media only screen and (max-width: 767px) {
    .vs-label-values .vs-label-value .vs-label {
      display: block;
      font-weight: bold; } }
  @media only screen and (min-width: 767px) {
    .vs-label-values .vs-label-value .vs-label {
      display: table-cell;
      white-space: nowrap;
      width: 10em; }
    .vs-label-values .vs-label-value .vs-label:after {
      content: ':'; }
    .vs-label-values .vs-label-value .vs-value {
      display: table-cell; } }
  .vs-label-values .vs-label-value:last-child {
    border: none; }

.ui-datepicker-trigger {
  position: absolute;
  top: 5px;
  right: -22px; }

#ui-datepicker-div {
  background: #ffffff;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  padding: .6em 1.2em 0;
  width: 18em; }
  #ui-datepicker-div .ui-widget-header {
    border: none;
    background: none; }
  #ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev {
    font-family: 'virk-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ece9e6 none;
    border: none;
    color: #3a302a;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    top: 2px; }
    #ui-datepicker-div .ui-datepicker-next:hover, #ui-datepicker-div .ui-datepicker-prev:hover {
      background-color: #e4e1de;
      color: black; }
    #ui-datepicker-div .ui-datepicker-next span, #ui-datepicker-div .ui-datepicker-prev span {
      background: none; }
  #ui-datepicker-div .ui-datepicker-prev {
    left: 2px; }
    #ui-datepicker-div .ui-datepicker-prev:before {
      content: "\e606"; }
  #ui-datepicker-div .ui-datepicker-next {
    right: 2px; }
    #ui-datepicker-div .ui-datepicker-next:before {
      content: "\e607"; }
  #ui-datepicker-div .ui-datepicker-close, #ui-datepicker-div .ui-datepicker-current {
    color: #333;
    background: #ece9e6 none;
    border: 1px solid #cccccc;
    float: left;
    font-weight: normal;
    margin-bottom: 0.9em;
    opacity: 1; }
    #ui-datepicker-div .ui-datepicker-close:hover, #ui-datepicker-div .ui-datepicker-current:hover {
      background-color: #dad5cf;
      border-color: #adadad; }
  #ui-datepicker-div .ui-datepicker-close {
    margin-left: 7px; }
  #ui-datepicker-div .ui-datepicker-calendar tr {
    border-bottom: 1px solid #777; }
    #ui-datepicker-div .ui-datepicker-calendar tr:last-child {
      border-bottom: none; }
  #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0; }
  #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    background: none;
    border: none;
    text-align: center;
    padding: 4px; }
    #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
      background-color: #7a726e;
      color: #fff; }
  #ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
    -moz-box-shadow: inset 0 0 0 4px #c5c0ba;
    -webkit-box-shadow: inset 0 0 0 4px #c5c0ba;
    box-shadow: inset 0 0 0 4px #c5c0ba; }
  #ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    background-color: #ba1919;
    color: #fff;
    font-weight: bold; }
    #ui-datepicker-div .ui-datepicker-calendar .ui-state-active:hover {
      background-color: #e21f1f; }
  #ui-datepicker-div .ui-timepicker-div dl {
    margin-bottom: 10px;
    margin-left: 7px; }
  #ui-datepicker-div .ui-datepicker-buttonpane {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 10px; }

.ui-widget-content .ui-menu-item {
  font-size: 15px; }
.ui-widget-content .ui-state-hover {
  background: #dad5cf none;
  border: none; }

.vs-arbejdstilsynet2-app .vs-antal {
  background: none repeat scroll 0% 0% #7D7467;
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 1px;
  text-align: center;
  width: 24px; }
.vs-arbejdstilsynet2-app .vs-alert {
  background: none repeat scroll 0% 0% #D31C1C;
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 1px;
  text-align: center;
  width: 24px; }

.vs-app-narrow {
  /**
    Styles in this file will be included two times in the main virk-styles-scss:
    1) for everything that is below an element styled with .vs-app-narrow
    2) with a media query
  */ }
  .vs-app-narrow .vs-messages-list .vs-messages-status {
    top: 24px; }
  .vs-app-narrow .vs-messages-list .vs-messages-date {
    font-size: 15px;
    font-weight: bold;
    color: #665F55; }
  .vs-app-narrow .vs-messages-list .vs-messages-subject {
    font-size: 24px;
    line-height: 1.2; }
  .vs-app-narrow .vs-messages-list .vs-messages-sender {
    font-size: 15px; }
  .vs-app-narrow .vs-messages-list .vs-read .vs-messages-subject .vs-link-arrow {
    background: url("../images/svg/pil_foran_links_gray.svg") no-repeat scroll right center/6px transparent; }
  .vs-app-narrow .vs-messages-list .vs-messages-subject .vs-link-arrow {
    background: url("../images/svg/pil_foran_links.svg") no-repeat scroll right center/6px transparent;
    text-decoration: none;
    padding-right: 13px;
    padding-left: 0; }
    .vs-app-narrow .vs-messages-list .vs-messages-subject .vs-link-arrow:hover {
      text-decoration: none; }
  .vs-app-narrow .vs-message-detail .vs-message-back-link {
    position: inherit; }
  .vs-app-narrow .vs-message-detail .vs-message-detail-links {
    position: inherit; }
    .vs-app-narrow .vs-message-detail .vs-message-detail-links a:first-child {
      padding-left: 0; }
  .vs-app-narrow .vs-message-detail h2.vs-message-title {
    margin-top: 20px; }
  .vs-app-narrow .vs-accordion-heading-extra {
    display: block;
    float: none;
    width: 100%; }

@media (max-width: 767px) {
  /**
    Styles in this file will be included two times in the main virk-styles-scss:
    1) for everything that is below an element styled with .vs-app-narrow
    2) with a media query
  */
  .vs-messages-list .vs-messages-status {
    top: 24px; }
  .vs-messages-list .vs-messages-date {
    font-size: 15px;
    font-weight: bold;
    color: #665F55; }
  .vs-messages-list .vs-messages-subject {
    font-size: 24px;
    line-height: 1.2; }
  .vs-messages-list .vs-messages-sender {
    font-size: 15px; }
  .vs-messages-list .vs-read .vs-messages-subject .vs-link-arrow {
    background: url("../images/svg/pil_foran_links_gray.svg") no-repeat scroll right center/6px transparent; }
  .vs-messages-list .vs-messages-subject .vs-link-arrow {
    background: url("../images/svg/pil_foran_links.svg") no-repeat scroll right center/6px transparent;
    text-decoration: none;
    padding-right: 13px;
    padding-left: 0; }
    .vs-messages-list .vs-messages-subject .vs-link-arrow:hover {
      text-decoration: none; }

  .vs-message-detail .vs-message-back-link {
    position: inherit; }
  .vs-message-detail .vs-message-detail-links {
    position: inherit; }
    .vs-message-detail .vs-message-detail-links a:first-child {
      padding-left: 0; }
  .vs-message-detail h2.vs-message-title {
    margin-top: 20px; }

  .vs-accordion-heading-extra {
    display: block;
    float: none;
    width: 100%; } }
ol.vs-custom-number {
  counter-reset: li;
  line-height: 32px;
  margin-left: 0;
  padding-left: 0; }
  ol.vs-custom-number li {
    list-style: none;
    position: relative;
    margin: 0 0 30px 2.5em;
    padding-left: 5px; }
    ol.vs-custom-number li:before {
      border: 1px solid white;
      border-radius: 50%;
      content: counter(li);
      counter-increment: li;
      font-size: 120%;
      font-weight: bold;
      height: 1.7em;
      left: -44px;
      line-height: 1.7em;
      position: absolute;
      text-align: center;
      width: 1.7em; }
    ol.vs-custom-number li p {
      margin-top: 10px; }

.vs-usersetting-rule {
  color: #999; }

.vs-usersetting-rule-error {
  color: Red; }

.vs-usersetting-saved {
  color: Green; }

.vs-exits-table,
#systemstats-table,
#browserstats-table,
#screenstats-table {
  margin-top: 25px;
  margin-bottom: 0; }
  .vs-exits-table thead tr th,
  #systemstats-table thead tr th,
  #browserstats-table thead tr th,
  #screenstats-table thead tr th {
    border: 0;
    padding: 15px 20px 10px 20px; }
  .vs-exits-table tbody tr,
  #systemstats-table tbody tr,
  #browserstats-table tbody tr,
  #screenstats-table tbody tr {
    padding: 10px; }
    .vs-exits-table tbody tr td,
    #systemstats-table tbody tr td,
    #browserstats-table tbody tr td,
    #screenstats-table tbody tr td {
      padding: 10px 20px; }

.vs-details-toggle {
  padding-left: 75px; }

.vs-tooltip {
  position: absolute;
  background-color: #444;
  color: #e9e9e9;
  padding: 4px 6px;
  font-size: 11px;
  top: 20px;
  border-radius: 5px;
  border: 1px solid #222;
  z-index: 999; }

.vs-modal-exit-button {
  position: absolute;
  color: #000;
  right: 10px;
  top: 10px;
  font-size: 44px;
  line-height: 20px;
  background-color: transparent;
  border: none; }

#modal-confirm-close {
  position: absolute;
  right: 25px;
  bottom: 25px; }

/*# sourceMappingURL=virk-styles-vs.css.map */
#recipientCvrNumbersInput:disabled{
  background: transparent;
  border: none;

}
.cke, .cke.cke_chrome {
  border-color: #555 !important;
}

label.required:after {
  content: '*';
  color:red;
}