html,
body {
  height: 100%;
  font-family: 'Adelle sans';
  font-size: 16px;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  min-height: 650px;
  min-width: 350px;
  background-color: rgb(235, 235, 235);
}

/* Wrapper for page content to push down footer */
#invoiceTable {
  font-family: monaco, Consolas, 'Lucida Console', monospace;
}

@font-face {
  font-family: 'adelleBold';
  src: url('fonts/adelle_bold-webfont.eot');
  src: url('fonts/adelle_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/adelle_bold-webfont.woff') format('woff'),
    url('fonts/adelle_bold-webfont.ttf') format('truetype'),
    url('fonts/adelle_bold-webfont.svg#adelleBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansItalic';
  src: url('fonts/OpenSans-LightItalic-webfont.eot');
  src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
    url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('fonts/OpenSans-Regular-webfont.eot');
  src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RalewayLight';
  src: url('fonts/raleway-light-webfont.eot');
  src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/raleway-light-webfont.woff') format('woff'),
    url('fonts/raleway-light-webfont.ttf') format('truetype'),
    url('fonts/raleway-light.svg#RalewayLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RalewaySemiBold';
  src: url('fonts/raleway-semibold-webfont.eot');
  src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/raleway-semibold-webfont.woff') format('woff'),
    url('fonts/raleway-semibold-webfont.ttf') format('truetype'),
    url('fonts/raleway-semibold-webfont.svg#RalewaySemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LatoRegular';
  src: url('fonts/lato-regular-webfont.eot');
  src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-regular-webfont.woff') format('woff'),
    url('/fonts/lato-regular-webfont.ttf') format('truetype'),
    url('fonts/lato-regular-webfont.svg#LatoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LatoBlack';
  src: url('fonts/lato-black-webfont.eot');
  src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-black-webfont.woff') format('woff'),
    url('fonts/lato-black-webfont.ttf') format('truetype'),
    url('fonts/lato-black-webfont.svg#LatoBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

#ErrorBox {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-family: 'RalewayLight';
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.smallBoxes h3.panel-title {
  font-size: 18px;
  font-weight: 300;
  color: white;
  text-align: center;
  padding-top: 3px;
}

/* Set the fixed height of the footer here */
#footer {
  position: absolute;
  width: 96%;
  bottom: 30px;
  padding-top: 30px;
}

#wrap>.container {
  padding: 60px 15px 0;
}

.container .credit {
  margin: 20px 0;
}

#footer>.container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#footer>.container img {}

code {
  font-size: 80%;
}

.dashHeader {
  font-size: 120%;
}

.dashData {
  font-size: 180%;
  margin: 10px;
}

.loginPage {
  background-color: #fff !important;
  background-image: url('../images/Signet_bakgrunnur-2.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.loginPage>.container {
  /* background: url('../images/Signet_bakgrunnur-2.svg') no-repeat; */
  height: 100%;
  position: relative;
}

.buttonContainer {
  position: relative;
  margin-top: 15px;
}

.loginPage>.container>.panel {
  margin-top: 200px;
  position: relative;
  background: #ffffff;
  max-width: 357px;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;

}

.loginPage>.container .panel-body {
  padding-top: 30px;
  border: 0;
}

.loginPage .panel {
  border-radius: 15px;
  -moz-box-shadow: 0px 0px 40px rgba(29, 72, 149, 0.25);
  -webkit-box-shadow: 0px 0px 40px rgba(29, 72, 149, 0.25);
  box-shadow: 0px 0px 40px rgba(29, 72, 149, 0.25);
}

.loginPageButton{
  border: 1 px solid #1d4895;
  background: #1d4895;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
}

.loginPageButton:hover {
  background: #1d4895;
  color: white;
  text-decoration: none;
}

.loginPage .advaniaLogin {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginPage input {
  font-size: 16px;
  border: 0;
  min-width: 307px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 42px;
  height: 42px;
  padding-left: 10px;
  font-family: 'OpenSansRegular';
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #E8EDF4;
  /* -moz-box-shadow: 0px 1px 3px #888;
  -webkit-box-shadow: 0px 1px 3px #888;
  box-shadow: 0px 1px 3px #888; */
}

.loginPage input#username:focus {
  border: 1px solid #1d4895; /* Change 'blue' to your desired color */
  outline: none; /* Optional: removes the default browser outline */
}
.loginPage .buttonContainer input#AUTHORIZATION:focus {
  border: 1px solid #1d4895; /* Change 'blue' to your desired color */
  outline: none; /* Optional: removes the default browser outline */
}

.loginPage button {
  position: absolute;
  right: 12px;
  top: 4px;
  background: #1d4895;
}

.glyphicon-chevron-right {
  color: white;
}

.cloud {
  display: inline;
}

.loginPage legend {
  font-family: 'adelleBold', georgia;
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  /* padding-left: 40px; */
  /* margin-bottom: 0; */
}

.loginPage legend .cloud {
  font-family: 'OpenSansItalic', verdana;
  font-size: 22px;
  padding-left: 5px;
}

/*Dash board*/
body .navbar {
  background: #f1f1f1;
}

body .navbar .navbar-nav a:hover {
  text-decoration: none;
}

body .navbar .navbar-nav>.active>a>i {
  color: #34495e;
  padding-left: 20px;
}

body .largeBoxes .panel-info>.panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

body .largeBoxes .panel-info>.panel-heading>.panel-title {
  color: white;
  line-height: 40px;
  font-size: 18px;
  font-family: 'RalewaySemiBold';
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

body .largeBoxes .panel-info>.panel-heading>.panel-title.double {
  line-height: 20px;
}

body .largeBoxes .panel-info>.panel-heading {
  background: #34495e;
  border-bottom: 2px solid #34495e;
}

body .largeBoxes .panel-info.green>.panel-heading {
  background: #26ad5e;
  border-bottom: 2px solid #1f8c4c;
}

body .largeBoxes .panel-info.red>.panel-heading {
  background: #be3a2b;
  border-bottom: 2px solid #9a3024;
}

body .largeBoxes .panel-info.blue>.panel-heading {
  background: #2b80b9;
  border-bottom: 2px solid #236795;
}

body .largeBoxes .panel-info.orange>.panel-heading {
  background: #e77e22;
  border-bottom: 2px solid #b9651b;
}

body .largeBoxes .panel-body {
  padding: 8px;
  margin: 0;
  border: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

body .largeBoxes .panel-info {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

body .largeBoxes .panel-body>div {
  border-bottom: 1px solid #ddd;
  min-height: 51px;
  padding-top: 5px;
  padding-bottom: 5px;
}

body .largeBoxes .panel-body i {
  float: right;
  margin-top: 5px;
}

/*line-height:40px;*/
body .smallBoxes .panel-info {
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
}

body .smallBoxes .panel-info>.panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #34495e;
  border: 0;
  padding-left: 5px;
  padding-right: 6px;
}

body .smallBoxes .panel-info>.panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #34495e;
  border: 0;
  padding-left: 5px;
  padding-right: 6px;
}

body .smallBoxes .panel-info .panel-heading .panel-title {
  color: white;
  line-height: 25px;
  text-align: center;
  padding-top: 5px;
}

body .smallBoxes .panel-info .panel-body {
  text-align: center;
  background: #f1f1f1;
  padding: 0;
  text-align: center;
  font-size: 17px;
  font-family: 'RalewaySemiBold';
  padding: 8px;
}

/*text-transform:uppercase; */
body .smallBoxes .panel-info .panel-body>div {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3px;
  margin-bottom: -3px;
  font-size: 14px;
}

body .smallBoxes .panel-info .panel-body .icon {
  padding-top: 10px;
  text-align: center;
}

body .smallBoxes .noPad {
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 2561px) {
  body .container {
    width: 2270px
  }
}

@media (max-width: 2560px) {
  body .container {
    width: 2270px
  }
}

@media (max-width: 1920px) {
  body .container {
    width: 1670px
  }
}


@media (max-width: 1680px) {
  body .container {
    width: 1570px
  }
}

@media (max-width: 1280px) {
  body .container {
    width: 1070px
  }
}

@media (min-width: 1200px) {
  body .largeBoxes .panel-info>.panel-heading>.panel-title.double {
    line-height: 20px;
  }

  body .largeBoxes .panel-info>.panel-heading>.panel-title.double.triple {
    line-height: 20px;
  }
}


@media(max-width: 570px) {

  .navbar-header .navbar-brand {
    position: absolute;
    left: 0;
    top: -10px;
  }

  #Clock {
    position: absolute;
    width: 100%;
    left: 17px;
    top: 0;
  }

  .centerContainer {
    text-align: left !important;
    ;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 45px;
  }

  button.navbar-toggle {
    float: right;
  }

  .navButton {
    float: right;
  }
}

table.table {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

table.table thead {
  background: #34495e;
}

table.table thead tr th {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}

table.table tbody {
  background: white;
}

table.table thead>tr>th {
  border-bottom: 0;
}

table.table tbody tr td {
  border-right: 1px solid #ddd;
}

table.table thead.red {
  background: #be3a2b;
}

table.table thead.green {
  background: #26ad5e;
}

table.table thead.blue {
  background: #2b80b9;
}

table.table thead.orange {
  background: #e77e22;
}

table.table tbody tr.red {
  background: #FF9787;
}

table.table tbody tr.green {
  background: #7DE8AA;
}

table.table tbody tr.blue {
  background: #dff3e7;
}

table.table tbody tr.orange {
  background: #f9dfc8;
}


table.dataTable tbody tr {
  height: 47px;
  line-height: 16px
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px 8px;
}

table.dataTable tbody tr.even {
  background-color: #F8FFF7;
}

table.dataTable tbody tr.selected.even,
table.dataTable tbody tr.selected:hover {
  background-color: #b0bed9;
}

table.dataTable tbody tr td.haegri {
  text-align: right;
}


.DateBox {
  background-image: url('/images/iconCalendar.gif');
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 2px 4px;
}

.spinner {
  width: 15px;
  height: 15px;
  background-image: url('/images/loader.png');
}

.selectpicker {
  text-transform: none !important;
  text-align: left;
}

/* VALIDATION */

.validation h2.validation-name {
  display: block;
  font: 700 35px;
  color: rgb(255, 255, 255);
  text-transform: none;
  text-shadow: 1px 1px 0px rgb(135, 160, 175);
  float: left;
  margin: 10px;
  padding: 0;
}

.validation h3.validation-success {
  display: block;
  font: 700 35px;
  color: rgb(255, 255, 255);
  text-transform: none;
  text-shadow: 1px 1px 0px rgb(135, 160, 175);
  line-height: normal;
  float: right;
  margin: 10px;
  padding: 0;
}

.validation p {
  float: left;
  clear: both;
  text-shadow: none;
  padding: 0;
}

.validation,
.validex-report-header {
  width: auto;
  border-radius: 10px;
  background: #ABC;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
}

.validex-report-id {
  text-transform: none;
  text-shadow: 1px 1px 0px rgb(135, 160, 175);
  line-height: normal;
  color: #FFF;
  padding: 0;
}

.validex-report-filename {
  font-size: 25px;
}

.validex-report-title {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0px rgb(135, 160, 175);
}

.validex-report-header p {
  text-align: left;
  text-shadow: none;
}

.validex-report-selectors th {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.validex-report-title-results {
  text-align: left;
  /*margin: 70px 30px 10px; */
  line-height: 30px;
}

.report table.result tr.result-first td {
  padding-top: 10px;
}

.report table.result.schematron .test,
.report table.result.schematron .location,
.report table.result.saxon-schema .location {
  color: #777;
  font-size: 12px;
  padding-top: 5px;
}

.report table.result.saxon-schema .label-location {
  width: 0;
}

.report table.result td.label {
  color: #666;
  font-size: 12px;
  padding-top: 5px;
}

.report table.result th.label-message {
  padding-left: 5px;
}

.report {
  width: 100%;
  position: relative;
  background-color: silver;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 4px 1px #999;
  overflow: hidden;
}

.report table {
  width: 96%;
  margin: 0 2%;
}

.report table td {
  padding: 0 5px;
}

.dataTables_filter input {
  width: 50%;
  min-width: 300px;
}

.minni {
  font-size: 14px;
}

.highlight {
  background-color: #FFFF88;
}

/* skemmir breidd í 3.1.1 .container { width: auto !important; } */

.spin {
  -webkit-animation: spin .5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
  -webkit-transform-origin: 50% 58%;
  transform-origin: 50% 58%;
  -ms-transform-origin: 50% 58%;
  /* IE 9 */
}

.popupHjalp {
  width: 276px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.deleted {
  background: #EEB4B4 !important;
  border: 1px solid #000 !important;
  color: #eee;
}

.deleted.odd {
  background: #e9cccc !important;
  border: 1px solid #000 !important;
  color: rgb(97, 97, 97);
}

.deleted.even {
  background: #eea2a2 !important;
  border: 1px solid #000 !important;
  color: #eee;
}

.deleted.selected {
  background: #8B6969 !important;
}

.rejected {
  background: #DC8909 !important;
  border: 1px solid #000 !important;
  color: #fff;
}

.rejected.odd {
  background: #dc8809c2 !important;
  border: 1px solid #000 !important;
  color: #fff;
}

.rejected.even {
  background: #da8a12 !important;
  border: 1px solid #000 !important;
  color: #fff;
}

.rejected.selected {
  background: #AA6600 !important;
}

.unread.odd {
  background: #dbf5de !important;
}

.unread.even {
  background: #90fc9069 !important;
}
