/* This is the main styling for the WinServ portfolio */

/* Global variables for the WinServ colors */

@font-face {
  font-family: Roboto;
  src: url(../Inc/fonts/Roboto-Regular.ttf);
  font-weight: normal;
}

/* Note that IE does not support use of CSS variables */
:root {
  --primary-dark-color: #412b4c;
  --primary-color: #7e6990;
  --primary-light-color: #b4b0c3;
  --info-color: #0a73ba;
  --success-color: #2e8532;
  --warning-color: #f29808;
  --error-color: #da1b1e;
  --secondary-dark-color: #4a4a49;
  --secondary-color: #878787;
  --secondary-light-color: #f3f2f1;
  --white-color: #fff;
  --black-color: #000;
}

html {
  height: 100%;
}

body {
  font-family: Roboto, Arial, sans-serif !important;
  color: #404040;
  font-size: 14px;
  line-height: 1.3em;
  width: 100%;
  margin: 0 0 0 0;
}

.loginScreen {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  padding-top: 10px;
}

.loginScreen .loginBox {
  padding: 10px;
}
.loginScreen .loginBox td div {
  text-align: center;

  font-weight: bold;
}
.loginScreen .birdLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.loginScreen .loginBox .welcome {
  color: #000;
  font-size: 18pt;
  line-height: 26pt;
}

.loginScreen .loginBox .logo {
  color: #7e6990;
  font-size: 18pt;
  line-height: 26pt;
}
.loginScreen .loginBox .serviceonline {
  color: #7e6990;
  line-height: 1;
}
.loginScreen .loginBox .errorMessage {
  color: #da1b1e;
  padding-top: 8px;
}
.loginScreen .loginBox .label {
  color: #878787;
}
.loginScreen .loginBox {
  width: 100%;
}

.loginBox td {
  padding-top: 8px;
}

form {
  margin: 0px;
}

.loginScreen .loginBox input[type="text"],
.loginScreen .loginBox input[type="password"],
.loginScreen .loginBox input[type="submit"] {
  width: 100% !important;
  max-width: none;
}
.loginScreen .loginBox input[type="checkbox"] {
  margin: 0px;
}
fieldset {
  border: 0px none;
}

table {
  font-size: 1em; /* gör så att fontstorleken ärvs i tabeller i IE */
}
.tabcontainer {
  /*padding: 6px 0px 6px;*/
  border-bottom: 0.2em solid #412b4c;
  margin: 0.5em auto 1em;
  line-height: 2em;
  max-width: 960px;
}

.tabcontainer .tab {
  background: transparent;
  padding: 7px 8px 7px;
  line-height: 32px;
}
.tabcontainer .selected {
  background: #412b4c;
  color: #7e6990;
  border-bottom: 0.2em solid #412b4c;
}
.tabcontainer a {
  text-decoration: none;
  color: #7e6990;
}
.tabcontainer .selected a {
  color: #b4b0c3;
}

.EntryTable {
}
.EntryTable .Data {
}
.EntryTable .Error {
  text-align: left;
  color: #da1b1e;
}
.EntryTable .Label {
  text-align: right;
  background-color: #eeeeee;
  color: #000000;
  margin-right: 4px;
}
.EntryTable .LabelBold {
  text-align: right;
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
}
.EntryTable .Label2 {
  text-align: left;
  background-color: #7962ff;
  color: #ffffff;
  font-weight: bold;
}
.EntryTable .Label2Bold {
  text-align: left;
  background-color: #d1daed;
  color: #3d1597;
  font-weight: bold;
}
.EntryTable .Label3 {
  text-align: left;
  background-color: #eeeeee;
  color: #000000;
}
.EntryTable .Label3Bold {
  text-align: left;
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
}

.ReportTable {
}
.ReportTable .Data {
}
.ReportTable .Header {
}
.ReportTable td {
} /* white-space:nowrap; - funkar inte i PDA */
.ReportTable .red {
  color: #ff0000;
}
.ReportTable .yellow {
  color: #999900;
}

.TableWithMargin td {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.TableWithMargin td:first-child {
  border-left: 6px solid transparent;
}

.TableWithMargin td:last-child {
  border-right: 6px solid transparent;
}

.TableWithMargin .margin_bottom {
  border-top: 0px;
  border-bottom: 6px solid transparent;
}

.ReportHdr1Table {
}
.ReportHdr1Table .Data {
  text-align: left;
  color: rgb(51, 102, 204);
  vertical-align: top;
}
.ReportHdr1Table .Label {
  text-align: left;
  color: rgb(153, 255, 51);
  vertical-align: top;
}

.ZoomTable {
}
.ZoomTable .Data {
  text-align: left;
  vertical-align: top;
}
.ZoomTable .Label {
  text-align: left;
  vertical-align: top;
}
.ZoomTable .Header {
  background-color: silver;
  text-align: left;
  vertical-align: top;
}

a {
  color: #7e6990;
  font-weight: bold;
  text-decoration: none;
}

a img {
  text-decoration: none;
  vertical-align: middle;
}

img a:link {
  border: none;
}

hr {
  border: 0px none;
  height: 1px;
  background: #d0d0d0;
}

hr.large {
  border: 0px none;
  height: 1px;
  background: #d0d0d0;
  margin: 1em 0 1.5em;
}

input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
  background: #ffffff;
  padding: 8px 10px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  font-size: 14px;
  outline-color: #412b4c;
  font-family: Roboto, Arial, sans-serif;
}
input[type="text"].searchField {
  background-image: url(../pda/images/medium/search.png) !important;
  background-position: 10px 5px !important;
  background-repeat: no-repeat !important;
  padding: 8px 3px 8px 40px !important;
  width: 100%;
  margin-right: 0.75em;
}
input[type="text"].searchField:focus {
  opacity: 1;
}
input[type="text"].searchFieldWithButton {
  width: calc(100% - 40px);
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
textarea:disabled,
select:disabled,
input[type="text"]:read-only,
input[type="password"]:read-only,
textarea:read-only {
  background: #eaeaea;
}

.no-disabled-color {
	background: white !important;
}

.no-disabled-color-required {
	background: #ffffcc !important;
}

textarea,
input[type="text"] {
  -webkit-appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0.5em 0 1em;
  padding: 0.5em;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  line-height: 2em;
  color: #000000;
  outline-color: #412b4c;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  /*background: #412B4C;*/
}

input[type="button"].ws-now-button {
  padding: 7px 10px;
  border-radius: 4px;
}

.custom-file-upload-hide {
  display: none;
}

button,
.custom-file-upload,
input[type="button"],
input[type="submit"] {
  font-family: Roboto, Arial, sans-serif !important;
  margin: 1px;
  padding: 10px 15px;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  background: #0a73ba;
  color: #ffffff;
  -webkit-appearance: none;
  outline-color: #0a73ba;
  cursor: pointer;
}

.custom-file-upload {
  display: inherit;
  font-weight: normal;
  line-height: inherit;
}

input[placeholder] {
  text-overflow: ellipsis;
}

/* 
"grid" classes that sets equal width for up to 4 elements in width
<div class="row">
    <input class="column" type="button">
    <input class="column" type="button">
    <input class="column" type="button">
</div>
<div class="row">
    <input class="column" type="button">
    <input class="column" type="button">
</div>
<div class="row">
    <input class="column" type="button">
</div> 
*/
.row > .column {
  display: inline-block;
  box-sizing: border-box;
}

.row {
  margin-bottom: 10px;
}

.row > .column:first-child:nth-last-child(1) {
  width: calc((100% - 8px));
}
.row > .column:first-child:nth-last-child(2),
.row > .column:first-child:nth-last-child(2) ~ .column {
  width: calc((100% - 8px) / 2);
}

.row > .column:first-child:nth-last-child(3),
.row > .column:first-child:nth-last-child(3) ~ .column {
  width: calc((100% - 8px) / 3);
}

.row > .column:first-child:nth-last-child(4),
.row > .column:first-child:nth-last-child(4) ~ .column {
  width: calc((100% - 8px) / 4);
}

input[type="button"].deletebutton,
input[type="submit"].deletebutton {
  font-size: 14px;
  border: 0;
  background: #da1b1e;
  color: white;
  -webkit-appearance: none;
}

input[type="button"].secondarybutton,
input[type="submit"].secondarybutton {
  font-size: 14px;
  border: 2px solid;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: #fff;
  color: #0a73ba;
  border-color: #0a73ba;
  -webkit-appearance: none;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
  background: #e0e0e0;
  color: gray;
  -webkit-appearance: none;
  outline-color: #a0a0a0;
}

td select,
td textarea,
td input[type="text"],
td input[type="password"] {
  width: 100%;
  min-width: 40px;
  box-sizing: border-box;
}

td select.autowidth,
td textarea.autowidth,
td input[type="text"].autowidth,
td input[type="password"].autowidth {
  width: auto;
}

label,
legend {
  font-weight: bold;
  line-height: 1.8em;
}

#menu_div {
  background-color: #412b4c;
  padding: 0 2px 0 2px;
  margin-bottom: 10px;
  color: #7e6990;
  box-shadow: 0px 0px 12px 2px #eee;
  min-height: 45px;
  max-height: 45px;
}

#menu_div table {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
}

#menu_div a,
#menu_div a:hover,
#menu_div a:visited,
#menu_div a:link {
  color: #b4b0c3;
  text-decoration: none;
}

#menu_div td {
  padding: 4px 6px;
}

.header {
  margin: 0px auto 0px;
  padding: 6px;
  max-width: 960px;
}

.header td,
.header th {
  padding: 4px 4px;
  vertical-align: top;
}

.content {
  background-color: #ffffff;
  color: black;
  padding: 10px 2px 30px 5px;
  font-size: 14px;
}

.content2 {
  background-color: #ffffff;
  padding: 6px;
  outline-width: 0;
  max-width: 960px;
  margin: 0px auto 1em;
}

.content2 table {
  width: 100%;
  margin-bottom: 1em;
}
table.compact-table {
  table-layout: fixed;
}
table.compact-table,
table.compact-table tr,
table.compact-table tr td,
table.compact-table tr th {
  white-space: nowrap;
  border: none;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.compact-table .compact-table-date-header h4 {
  margin-bottom: 0px;
}
table.compact-table img.down {
  padding: 0px;
  margin: 0px;
}
table.compact-table tr.each-row {
  background-color: #f3f2f1;
}
table.compact-table tr th {
  text-align: left;
}
table.compact-table tr th:nth-child(1) {
  width: 60px;
}

table.compact-table tr th:nth-child(2) {
  width: 120px;
}

table.compact-table tr th:nth-child(3),
table.compact-table tr th:nth-child(4),
table.compact-table tr th:nth-child(5) {
  width: 25px;
}
table.compact-table tr th:nth-child(6),
table.compact-table tr td:nth-child(6) {
  padding-left: 1vw;
}
table.compact-table tr th:nth-child(7) {
  width: 3em;
}
table.compact-table tr th:nth-child(8) {
  width: 24px;
}
table.compact-table tr td {
  width: min-content;
}

table.compact-table tr td.customer-name,
table.compact-table tr th.customer-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.compact-table tr td.job-time {
  overflow: hidden;
  white-space: nowrap;
  color: #da1b1e;
}

.content2 .todo-table {
  margin-bottom: 0;
}

.fullwidth td,
.fullwidth th,
.content2 td,
.content2 th {
  padding: 4px 4px;
  vertical-align: top;
}

.input-group {
  padding-left: 6px;
}

.search-group {
  display: flex;
  margin-left: 0.5em;
}

.searchButton {
  min-width: 6em;
}

.content2 .input-fullwidth {
  width: calc(100% - 155px);
  box-sizing: unset !important;
}

td.right-align {
  text-align: right;
}

#maskmedlink_div {
  margin: 1em 0 1em;
  padding: 0.5em;
  border: 1px solid #ffa080;
  background: #ffe0d7;
}

#maskmedlink_div a {
  color: #c32323;
}

.box1 {
  margin: 0.5em 0 1em;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  background: #f0f0f0;
  color: #303030;
  line-height: 1.5em;
}

.box2 {
  margin: 0 0 1em;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  background: #412b4c;
  color: #ffffff;
  line-height: 1.5em;
}

.box2 a {
  color: #ffffff;
}

.popup_searchbox {
  display: none;
  padding: 8px;
  border-radius: 2px;
  background: #412b4c;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 1em;
}

.popup_searchbox a {
  color: #ffffff !important;
}

.popup_searchbox table {
  margin-bottom: 0.2em;
}

.extrainfo {
  padding-top: 1em;
  margin: 0em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.jobb-kontakt,
.kund-kontakt,
.tekniker-kontakt,
.offert-kontakt {
  min-width: 40%;
}

.jobb-problem,
.tekniker-problem {
  min-width: 100%;
}

.jobb-problem-description,
.tekniker-problem-description {
  width: 100%;
  resize: none;
  background: #fff !important;
  font-style: italic;
  border-radius: 2px;
}

.pagination {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 1em auto;
}

.middlemenu {
  padding: 0px 8px 8px;
}

.everyother tr:nth-child(even) {
  background: #ffffff;
}
.everyother tr:nth-child(odd) {
  background: #412b4c;
}

.ws-striped tr:nth-child(odd) {
  background: #ffffff;
}
.ws-striped tr:nth-child(even) {
  background: #f0f0f0;
}

#kalendertable th {
  text-align: left;
  color: #ffffff;
}

#kalendertable th.rightalign {
  text-align: right;
}

#kalendertable td,
#kalendertable th {
  padding: 0.5em;
}

.today td,
.today th {
  background-color: #7e6990;
}

.postexpand td {
  margin: 0px;
  padding: 0px;
}

.postexpand table {
  padding: 8px;
}

#todofilter_div {
  padding: 0px;
}

#todofilter_div select {
  margin: 15px 0px 15px 0px;
}

/* nästan en kopia av popup_searchbox förutom display: none; 
   Vill dock inte göra om till toggleDiv pga hur koden är skriven med divvarna */
.bestDiv {
  padding: 8px;
  border-radius: 2px;
  background: #412b4c;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 1em;
}

.bestDiv a {
  color: #ffffff !important;
}

.bestDiv table {
  margin-bottom: 0.2em;
}

.smallChoice {
  text-decoration: none;
}

/* font-size i input/textarea fungerar inte ordentligt i Mobile IE. Måste vara 9pt (?) */

input.readonly {
  background-color: #e0e0e0;
}

.bigheader {
  margin: 0px auto 10px;
  padding: 6px;
  max-width: 960px;
}

.error {
  font-size: 10pt;
  font-weight: bold;
  color: red;
}

.disabled {
  color: gray;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.button {
  margin-top: 2pt;
}

.QueItem {
  border-bottom: 0 solid #412b4c;
  text-align: left;
  list-style: none;
  display: block;
  padding: 6px;
}

.QueItem a {
  text-decoration: none;
}

.QueueItemHeader {
  display: flex;
  justify-content: space-between;
}

.JobbSummary {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.JobbNr {
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

.JobbModell {
  margin-left:  5px;
  margin-right: 5px;
}

.circles {
  min-width: 87px;
}


.LargerText {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

.JobbNr A:link {
  text-decoration: none;
  font-weight: bold;
}
.JobbNr A:visited {
  text-decoration: none;
  font-weight: bold;
}

.JobbNrDis A:link {
  text-decoration: none;
  font-weight: bold;
}
.JobbNrDis A:visited {
  text-decoration: none;
  font-weight: bold;
}

.GatuNr {
  color: #606060;
}

.KundNr {
  font-weight: bold;
  color: #404040;
  font-size: 1.2em;
}

img.down {
  float: right;
  margin-right: 0.25em;
  margin-top: -2.1em;
  padding-top: 2em;
  filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(1015%)
    hue-rotate(177deg) brightness(96%) contrast(93%);
}

.insidecont {
  font-weight: normal;
  width: 100%;
  white-space: normal;
}
.insidecont legend {
  font-weight: bold;
}

.fullwidth {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

img.headerimage {
  height: 32px;
}

#startmenu {
  width: 100%;
  margin: 20px auto;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 14px;
  max-width: 450px;
}

#startmenu td {
  text-align: center;
  line-height: 3em;
  background: #ffffff;
  padding: 0;
  border: 0px none;
}

#startmenu button {
  width: 100%;
  background: #f0f0f0;
  color: #303030;
  padding: 1.5em 0em;
  border: 1px solid #d0d0d0;
  text-align: center;
  outline-color: #412b4c;
  cursor: pointer;
  font-size: 15px;
}

#startmenu button img {
  height: 64px;
  margin-bottom: 0.5em;
}

#startmenu a {
  color: white;
  font-weight: normal;
  font-size: 12pt;
}

#startmenu .blue a {
  color: white;
  font-weight: normal;
  font-size: 12pt;
}
#startmenu .settings button {
  padding: 1em 0em;
  background: #a0a0a0;
  color: #ffffff;
  border-color: #909090;
}

#startmenu .settings {
}

.menuitem {
  height: 40px;
  background-repeat: no-repeat;
  background-position: Top center;
  cursor: pointer;
}

.cell-pb-2px tr td {
  padding-bottom: 10px;
}

.LinkButton {
  font-size: 9pt;
}

.searchresults {
  margin-top: 5px;
  padding-bottom: 9px;
  margin-top: 10px;
  font-weight: bold;
}

#protocol-response td {
  padding: 5px 0px 5px 0px;
}

#protocol_rows table img {
  vertical-align: bottom;
}

.warning {
  padding: 1em;
  margin: 1em 0.5em;
  border: 1px solid #f4d500;
  background-color: #fff5e0;
}
.warning img {
  vertical-align: text-bottom;
}

.info {
  padding: 1em;
  margin: 1em 0.5em;
  border: 1px solid #8ff400;
  background-color: #f8ffdf;
}

@media print {
  html {
    margin: 0.5cm;
  }
  body {
    width: auto;
    margin: 0;
  }

  * {
    background-color: white !important;
    color: black !important;
  }

  a {
    text-decoration: none !important;
    font-weight: normal !important;
  }

  .noprint {
    display: none !important;
  }
}

.row-length-text {
  border: 1px solid #ccc;
  border-radius: 0.3em;
  overflow: hidden;
  position: relative;
  height: 1.9em;
  margin: 0.1em 0 0.1em 0;
}

.row-length-text .info-text {
  height: 100%;
  width: 90%;
  position: absolute;
  right: 0;
  top: 0;

  font-size: 0.9em;
  background-color: #f7ecc7;
  line-height: 20px;
  text-align: center;
}

.row-length-text .info-icon {
  height: 100%;
  width: 10%;
  position: absolute;
  left: 0;
  top: 0;

  background-color: #4964ff;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 2.5em;
}

@media (min-width: 550px) {
  .content2,
  .header,
  .bigheader,
  .fullwidth,
  .pagination,
  #menu_div table {
    width: 80%;
  }

  .content2 .fullwidth,
  .fullwidth .content2,
  .header .fullwidth,
  .bigheader .fullwidth {
    width: 100%;
  }

  .content2 .input-fullwidth {
    max-width: 300px;
    box-sizing: unset !important;
  }

  .extrainfo {
    flex-direction: row;
  }
}

input:required,
select:required,
textarea:required {
  background-color: #ffffcc;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 5px solid #aaa;
  border-radius: 4px;
}

.ws-black-text {
  color: #000;
}

.ws-light-blue {
  background-color: #e9f9fb;
}

.ws-light-blue a {
  color: #412b4c;
}

.ws-light-green {
  background-color: #e9fbe9;
}

.ws-info-box {
  border-radius: 4px;
  line-height: 1em;
  border: 1px solid #ccc;
  margin: 3px;
}

.ws-info-box .ws-info-header {
  font-size: 1em;
  font-weight: bold;
  margin: 0px;
  padding: 5px;
}

.ws-info-box .ws-info-text {
  font-size: 0.9em;
  margin: 0px;
  padding: 5px;
}

.ws-search-button {
}

.ws-search-button img {
  margin-left: 4px;
  margin-bottom: -4px;
}

.ws-nobr {
  white-space: nowrap;
}

.ws-show-more-field {
  display: none;
}

.ws-circle {
  float: right;
  margin-left: 2px;
  margin-right: 4px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.ws-circle-empty {
  float: right;
  margin-left: 2px;
  margin-right: 4px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #a0a0a0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

input:required.ws-invalid,
input.ws-invalid {
  background-color: #ffdddd;
}

#maskmed-envelope {
  float: right;
  margin-top: 4px;
  margin-left: 2px;
  margin-right: 8px;
}

#timekeeper table {
  table-layout: fixed;
}

.timekeeper-step td {
  vertical-align: middle;
}

.timekeeper-step td:first-child {
  white-space: nowrap;
}

.timekeeper-step td input[type="tel"] {
  font-size: 0.9em;
  padding: 3px 2px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0 solid #412b4c;
  background-color: transparent;
  border-radius: 0px;
  color: #000;
}

.timekeeper-step td input[type="button"] {
  padding: 7px 10px;
  border-radius: 4px;
}

.timekeemer-row-enabled {
  background-color: #e9f9fb;
  color: #000;
}

.timekeemer-row-disabled {
  color: #a9a9a9;
}

.QueLinks {
  list-style-type: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.QueLinks li {
  display: inline;
  padding: 0.3em 0.4em;
  margin: 0em 0.3em 0em 0em;
  background-color: #412b4c;
}
.QueLinks li a {
  color: #fff;
}

.CustomerInfoLinks {
  list-style-type: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.CustomerInfoLinks li a {
  color: #412b4c;
}

.CustomerInfoLinks li p {
  display: inline;
  font-weight: bold;
  color: black;
}

.todotext {
  padding: 5px, 0px, 5px, 0px;
}

.todoresulttext {
  color: #2aa600;
  padding: 5px, 0px, 5px, 0px;
}

/* Information box on start page */
#startmenu td.info-row {
  line-height: 1em;
  text-align: left;
  border: 1px solid #d0d0d0;
  padding: 0.5em;
  background-color: #e9f9fb;
}
#startmenu td.info-row div.info-section {
  margin: 0.25em 0em;
}

#startmenu td.info-row div.info-section a {
  color: #412b4c;
  font-weight: bold;
  font-size: 14px;
}

#startmenu td.info-row p.info-body {
  margin: 0.2em 0em;
  font-size: 0.85em;
  font-style: italic;
}

@media only screen and (max-width: 767px),
  only screen and (max-device-width: 767px) {
  .hidden-small {
    display: none;
  }
}

.menu-header {
  font-size: 14px !important;
  color: #fff;
  margin-top: 9.38px;
}

.menu-icon {
  width: 20px;
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
}

.dropdown-fullwidth {
  width: 100%;
  margin-left: 6px;
}

.dropdown-fullwidth > select {
  width: calc(100% - 12px);
}

.workitemHeading {
  margin-left: 6px;
  margin-bottom: 6px;
  width: calc(100% - 12px);
}

.workitemHeading .headerimage {
  vertical-align: middle;
}

.workitemHeading .returnLink {
  float: right;
  margin-top: 6px;
}

.toolbar {
  margin-bottom: 6px;
}

.toolbar-icon {
  width: 16px;
  height: 16px;
  padding-left: 6px;
}

.toolbar td {
  padding: 4px 6px;
}

.toolbar a {
  color: #0a73ba;
  font-weight: normal;
  margin-right: 2px;
}

.toolbar img,
.toolbar span {
  vertical-align: middle;
}

.vertical-middle td {
  vertical-align: middle;
}

.regular-link a {
  color: #7e6990;
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal;
}

.abbr {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(1vw);
}

.top-list-divider {
  margin: 0 0 1px 0;
}

.content2 .top-list-divider {
  margin: 20px 0px 7px 0px;
}

.dd-button {
  width: 75px;
}

.highlight {
  background-color: #fff2ac;
  background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}
.dropdown,
.dropdown:focus {
  border: 0px;
  width: 100%;
  appearance: none;
  background: url(../Pda/Images/medium/minus.png) no-repeat;
  padding-left: 20px;
  background-size: 20px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(1015%)
    hue-rotate(177deg) brightness(96%) contrast(93%);
  background-position-y: 0px;
  color: #0a73ba;
  padding-top: 0;
  padding-bottom: 0;
}

.checklist_image {
  max-width: 270px;
  max-height: 270px;
}

@media (min-width: 550px) {
  .checklist_image {
    max-width: 370px;
    max-height: 370px;
  }
}

@media (min-width: 767px) {
  .checklist_image {
    max-width: 540px;
    max-height: 540px;
  }
}

.checklist_images_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 10px 0px 0px;
}

.swal2-styled {
  padding: 0.625em 2em;
  margin: 0.3125em 0.7em;
}

.swal2-styled.swal2-deny {
  background-color: #da1b1e;
  border: 2px solid #da1b1e;
}

.swal2-styled.swal2-cancel {
  background-color: white;
  color: #505050;
  border: 2px solid #606060;
}

.swal2-styled.swal2-deny:focus,
.swal2-styled.swal2-cancel:focus {
  box-shadow: none;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
}

.swal2-actions {
  padding: 0;
}
