body {
    margin-left: auto;
    margin-right: auto;
    /*font: 0.7em Helvetica, sans-serif;*/
    font: 0.7em Arial, sans-serif;
    min-height: 100%;
    overflow-y:hidden;
    overflow-x:hidden;
    height:100%;
}

a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

/* Overwrite the clear.css defaults */
b, strong {
    font-weight: bold;
}

/* Overwrite the clear.css defaults */
i, em {
    font-style: italic;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h6, p {
    font-size: 1.2em;
}

#bo-navigation {
    min-height: 100%;
    height: 100%;
    width: 250px;
    float: left;
    background-color: #252525;
    background-image: url(/static/docospot/images/DD_BW.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

#bo-navigation-home {
    background-image: url(/static/docospot/images/docospot_logo_hvid.png);
    background-size: 140px 62px;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 250px;
    margin-bottom: 2px;
    margin-bottom: 4px;
}

#bo-navigation-nav {
    background-repeat: repeat-x;
    display: table;
    margin-top: 22px;
}

#bo-navigation nav ul {
    display: table-row;
    list-style-type: none;
    padding: 0px 0px 0px 0px;
}

#bo-navigation nav ul li {
    margin: 5px auto;
    height: 40px;
    padding: 0px 0px 0px 0px;
    display: block;
    position: relative;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #dfdfdf;
    width: 120px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0 auto;
    border: #aaa 0px solid;
    width: 250px;
}

#bo-navigation nav ul li a img {
    margin: 0px 10px 0px 25px;
}

#bo-navigation nav ul li a:hover {
    color: #dfdfdf;
    background-color: #474747;
}

.navigationItemImage {
    margin: 0px 10px 0px 25px;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.bo-navigation-item-selected {
    color: #FFFFFF;
    background-color: #474747;
    border-color: #FF0000;
}

.navigationItem {
    color: #dfdfdf;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: bold
}

/*
#bo-navigation nav ul li:last-child {
    margin-top: 30px;
    color: #FF0000;
}
*/

#bo-navigation-extra-modules {
    margin-top: 30px;
}

#bo-navigation-extra-modules-headline {
    display: table-cell;
    text-decoration: none;
    color: #b2d0d1;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0 auto;
    border: #aaa 0px solid;
    width: 250px;
}

#bo-navigation-extra-modules img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 0px 10px 0px 25px;
}

.navigationItemNoImage {
    margin-left: 69px;
}

#bo-main {
    float: right;
    margin-left: 0px;
    min-height: 100%;
    height: 100%;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
}

#bo-main-top {
    height: 40px;
    min-height: 40px;
    background-color: #565656;
}

#bo-main-top-loginfo {
    text-decoration: none;
    color: #dfdfdf;
    background-color: #565656;
    display: inline;
    float: right;
    margin: 0px 30px 0px 0px;
    line-height: 27px;
}

#bo-main-content {
    clear: both;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    /*min-width: 800px;
    min-height: 600px;*/
}

.ui-selecting {
    background: #878787;
}

.ui-selected {
    background: #66A1A3;
}

.ui-button-icon-primary.tilfoej_billede_ikon {
    background-image: url("/static/docospot/images/tilfoej_billede_ikon.png") !important;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 4px;
}

.ui-button-icon-primary.tilfoej_billede_ikon_only {
    background-image: url("/static/docospot/images/tilfoej_billede_ikon.png") !important;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 4px;
}

.ui-button-icon-primary.tilfoej_fil_ikon {
    background-image: url("/static/docospot/images/tilfoej_fil_ikon.png") !important;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 4px;
}

.ui-button-icon-primary.std_txt_ikon_only {
    background-image: url("/static/docospot/images/std_txt_ikon.png") !important;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 4px;
}

.fjern_ikon  {
    background-image: url("/static/docospot/images/fjern_ikon.png") !important;
    background-size: 16px 16px;
}

.plus_ikon {
    background-image: url(/static/docospot/images/plus_ikon.png) !important;
    background-size: 16px 16px;
}
.rediger_ikon {
    background-image: url(/static/docospot/images/rediger_ikon.png) !important;
    background-size: 16px 16px;
}

.rediger_hvid_ikon {
    background-image: url(/static/docospot/images/rediger_hvid_ikon.png) !important;
    background-size: 16px 16px;
}

.pil_hoejre_ikon {
    background-image: url(/static/docospot/images/pil_hoejre_ikon.png) !important;
    background-size: 16px 16px;
}

.rapport_ikon {
    background-image: url(/static/docospot/images/rapport_ikon.png) !important;
    background-size: 16px 16px;
}

.rapport_hvid_ikon {
    background-image: url(/static/docospot/images/rapport_hvid_ikon.png) !important;
    background-size: 16px 16px;
}

.pdf_ikon {
    background-image: url("/static/docospot/images/pdf_ikon.png") !important;
    background-size: 16px 16px;
}

.nyklient_ikon {
    background-image: url("/static/docospot/images/nyklient_ikon.png") !important;
    background-size: 16px 16px;
}

.pc_ikon {
    background-image: url("/static/docospot/images/pc_ikon.png") !important;
    background-size: 16px 16px;
}

.opgave_ikon {
    background-image: url(/static/docospot/images/opgave_ikon.png) !important;
    background-size: 16px 16px;
}

.opgave_hvid_ikon {
    background-image: url(/static/docospot/images/opgave_hvid_ikon.png) !important;
    background-size: 16px 16px;
}

.dokumentation_ikon {
    background-image: url(/static/docospot/images/dokumentation_ikon.png) !important;
    background-size: 16px 16px;
}

.dokumentation_hvid_ikon {
    background-image: url(/static/docospot/images/dokumentation_hvid_ikon.png) !important;
    background-size: 16px 16px;
}

.genoptag_hvid_ikon {
    background-image: url(/static/docospot/images/genoptag_hvid_ikon.png) !important;
    background-size: 16px 16px;
}

.genoptag_sort_ikon {
    background-image: url(/static/docospot/images/genoptag_sort_ikon.png) !important;
    background-size: 16px 16px;
}

.afslut_ikon {
    background-image: url(/static/docospot/images/afslut_ikon.png) !important;
    background-size: 16px 16px;
}

.nyt_indlaeg_ikon {
    background-image: url(/static/docospot/images/nyt_indlaeg_ikon.png) !important;
    background-size: 16px 16px;
}

.nyt_indlaeg_hvid_ikon {
    background-image: url(/static/docospot/images/nyt_indlaeg_hvid_ikon.png) !important;
    background-size: 16px 16px;
}

.slet_ikon {
    background-image: url(/static/docospot/images/slet_ikon.png) !important;
    background-size: 16px 16px;
}

/* js query button overwrite */
.ui-button {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: bold;
}

.ui-button:disabled {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    font-weight: normal;
    color: #dddddd;
    font-weight: bold;
}

.ui-button:focus {
    outline: none !important;
}

/* js query red button overwrite */
.ui-button.btnGray:focus {
    border: 1px solid #b2d0d1;
    background: #b2d0d1;
    font-weight: normal;
    color: #555555;
    font-weight: bold;
}

.ui-button.btnGray:hover {
    border: 1px solid #b2d0d1;
    background: #b2d0d1;
    font-weight: normal;
    color: #555555;
    font-weight: bold;
}

.ui-button.btnGray:active {
    border: 1px solid #aaaaaa;
    background: #aaaaaa;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnGray:disabled {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    font-weight: normal;
    color: #dddddd;
    font-weight: bold;
}

/* js query red button overwrite */
.ui-button.btnRed,
.ui-button.btnRed:focus {
    border: 1px solid #d9a5a5;
    background: #d9a5a5;
    font-weight: normal;
    color: #555555;
    font-weight: bold;
}

.ui-button.btnRed:hover {
    border: 1px solid #d74947;
    background: #d74947;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnRed:active {
    border: 1px solid #adadad;
    background: #adadad;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnRed:disabled {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    font-weight: normal;
    color: #dddddd;
    font-weight: bold;
}

/* js query blue button overwrite */
.ui-button.btnBlue,
.ui-button.btnBlue:focus {
    border: 1px solid #b2d0d1;
    background: #b2d0d1;
    font-weight: normal;
    color: #555555;
    font-weight: bold;
}

.ui-button.btnBlue:hover {
    border: 1px solid #67a1a3;
    background: #67a1a3;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnBlue:active {
    border: 1px solid #adadad;
    background: #adadad;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnBlue:disabled {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    font-weight: normal;
    color: #dddddd;
    font-weight: bold;
}

/* js query baby blue button overwrite */
.ui-button.btnBabyBlue,
.ui-button.btnBabyBlue:focus {
    border: 1px solid #9bb7d4;
    background: #9bb7d4;
    font-weight: normal;
    color: #555555;
    font-weight: bold;
}

.ui-button.btnBabyBlue:hover {
    border: 1px solid #768ba1;
    background: #768ba1;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnBabyBlue:active {
    border: 1px solid #adadad;
    background: #adadad;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnBabyBlue:disabled {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    font-weight: normal;
    color: #dddddd;
    font-weight: bold;
}

/* js query gray button overwrite */
.ui-button.btnDarkGray,
.ui-button.btnDarkGray:focus {
    border: 1px solid #878787;
    background: #878787;
    font-weight: normal;
    color: #ffffff;
    font-weight: bold;
}

.ui-button.btnDarkGray:hover {
    border: 1px solid #67a1a3;
    background: #67a1a3;
    font-weight: normal;
    color: #eeeeee;
    font-weight: bold;
}

.ui-button.btnDarkGray:active {
    border: 1px solid #adadad;
    background: #adadad;
    font-weight: normal;
    color: #eeeeee;
    font-weight: bold;
}

.ui-button.btnDarkGray:disabled {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    font-weight: normal;
    color: #dddddd;
    font-weight: bold;
}

/* js query transparent button overwrite */
.ui-button.btnTransparent,
.ui-button.btnTransparent:focus {
    border: 1px solid rgba(0, 0, 0, 0);
    background: url(images/ui-bg_flat_Transparent_40x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    font-weight: bold;
}

.ui-button.btnTransparent:hover {
    border: 1px solid #dddddd;
    background: #dddddd;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnTransparent:active {
    border: 1px solid #adadad;
    background: #adadad;
    font-weight: normal;
    color: #212121;
    font-weight: bold;
}

.ui-button.btnTransparent:disabled {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    font-weight: normal;
    color: #dddddd;
    font-weight: bold;
}

.btnTxtLeft {
    width: 100%;
    text-align: left;
}

.btnTxtLeft.ui-button-text-icon-primary .ui-button-text,
.btnTxtLeft.ui-button-text-icons .ui-button-text {
    padding: .4em .4em .4em 2.6em;
}

.btnHeight {
    height: 34px;
}

.btnWidth {
    width: 34px;
}

.btnWidth50 {
    width: 50px;
}

.btnWidth60 {
    width: 60px;
}

.btnWidth80 {
    width: 80px;
}

.btnWidth100 {
    width: 100px;
}

.btnWidth120 {
    width: 120px;
}

.btnWidth140 {
    width: 140px;
}

.btnWidth160 {
    width: 160px;
}

.btnWidth170 {
    width: 170px;
}

.btnWidth180 {
    width: 180px;
}

.btnWidth200 {
    width: 200px;
}

.btnWidth220 {
    width: 220px;
}

.btnWrapped {
    font-size: 1.0em;
    font-weight: bold;
    word-wrap: break-word !important;
    white-space: normal !important;
}

.ui-widget-content.docospotModalDialog {
    background: #FFFFFF;
    border: 0;
    color: #000000;
}

.ui-dialog.docospotModalDialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.docospotModalDialog .ui-dialog-content,
.ui-dialog.docospotModalDialog .ui-dialog-buttonpane  {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 20px 20px 20px 20px;
    margin: 0;
}

.ui-dialog.docospotModalDialog .ui-widget-header {
    background: #b0de78;
    border: 0;
    color: #fff;
    font-weight: normal;
    display: none;
}

.ui-dialog.docospotModalDialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

.ui-dialog.docospotModalDialog .ui-button {
    margin: 0px 0px 0px 15px;
}

.ui-dialog.docospotModalDialog .ui-dialog-buttonset {
    margin: 0px 0px 0px -15px;
}

/* js query accordion overwrite */
.ui-accordion .ui-accordion-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ui-accordion .ui-accordion-content {
    padding: 15px;
}

/*
.ui-accordion .ui-accordion-header {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-accordion .ui-accordion-content-active {
    border: 0 none;
}
*/

/* select class */
.docospot-select option {
    color: black;
}

.docospot-select option:first-child {
    color: #c7c7c7;
}

.docospot-select.empty {
    color: #c7c7c7;
}

/* Hidden placeholder */
.docospot-select option[disabled]:first-child {
    display: none;
}

.docospot-select {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

/* custom-combobox */

.custom-combobox,
.ui-dialog.docospotModalDialog .custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-combobox-input,
.ui-dialog.docospotModalDialog .custom-combobox-input {
    margin: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 34px;
    border-width: 2px;
    background: #ffffff;
    font-weight: normal;
}

.custom-combobox-input:focus,
.ui-dialog.docospotModalDialog .custom-combobox-input:focus {
    outline: none !important;
    border: 2px solid #67a1a3;
}

.custom-combobox-button,
.ui-dialog.docospotModalDialog .custom-combobox-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0px 0px 0px 1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.ui-dialog.docospotModalDialog .ui-button.custom-combobox-button {
    margin: 0px 0px 0px 1px;
}

.docospot-checkbox input[type="checkbox"] {
    display: none;
}

.docospot-checkbox input[type="checkbox"] + label {
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: #dcdcdc 2px solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}
.docospot-checkbox input[type="checkbox"]:checked + label {
    background: url("/static/docospot/images/afkrydsningsfelt_tjek_ikon.png") #ffffff 1px 1px no-repeat;
    background-size: 14px 14px;
}

/*
.docospot-checkbox input[type="checkbox"]:focus + label:before {
    border: #00a100 2px solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.docospot-checkbox input[type="checkbox"]:focus + label:after {
    border: #00a100 2px solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
*/

.docospot-checkbox-disabled input[type="checkbox"] {
    display: none;
}
.docospot-checkbox-disabled input[type="checkbox"] + label {
    display: block;
    width: 16px;
    height: 16px;
    background: #777777;
    border: #dcdcdc 2px solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: default;
}
.docospot-checkbox-disabled input[type="checkbox"]:checked + label {
    background: url("/static/docospot/images/afkrydsningsfelt_tjek_lys_ikon.png") #777777 1px 1px no-repeat;
    background-size: 14px 14px;
}

.docospot-radio input[type=radio] {
    display: none;
}
.docospot-radio input[type="radio"] + label {
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: #dcdcdc 2px solid;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    cursor: pointer;
}
.docospot-radio input[type="radio"]:checked + label {
    background: url("/static/docospot/images/radioknap_tjek_graa_ikon.png") #ffffff 2px 2px no-repeat;
    background-size: 12px 12px;
}

.docospot-radio-disabled input[type="radio"] {
    display: none;
}
.docospot-radio-disabled input[type="radio"] + label {
    display: block;
    width: 16px;
    height: 16px;
    background: #777777;
    border: #dcdcdc 2px solid;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    cursor: default;
}
.docospot-radio-disabled input[type="radio"]:checked + label {
    background: url("/static/docospot/images/afkrydsningsfelt_tjek_lys_ikon.png") #777777 1px 1px no-repeat;
    background-size: 14px 14px;
}

.tab-button {
  font-size: 1.7em;
  font-weight: bold;
  color: #aaaaaa;
  float: left;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
}

.tab-button.tab-selected {
  color: #494949;
}

/*************************************************************************************************************************************************/
/* 1.1 OPGAVER */

/*************************************************************************************************************************************************/
/* 1.2 OPRET OPGAVE */

/*************************************************************************************************************************************************/
/* 1.3 KUNDER */

/*************************************************************************************************************************************************/
/* 1.4 MEDARBEJDERE */

/*************************************************************************************************************************************************/
/* 1.5 INSTILLINGER */

/*************************************************************************************************************************************************/
/* 2.1 VIS OPGAVE */
#bo-main-content-view-task {
    clear: both;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
}

/*************************************************************************************************************************************************/
/* 3.1 VIS DOKUMENTATION */
#bo-main-content-view-documentation {
    clear: both;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
}

/*************************************************************************************************************************************************/
/* 3.3 REDIGER DOKUMENTATION */
#bo-main-content-edit-documentation {
    clear: both;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
}

/*************************************************************************************************************************************************/
/* 8.2 REDIGER RAPPORTSKABELON */
#bo-main-content-edit-reportstemplate {
    clear: both;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
}

/*************************************************************************************************************************************************/
/* OTHER */
#pdf-viewer-header {
    padding: 10px 10px 0px 10px;
    height: 91px;
}

#pdf-viewer-top-bar-title {
    display: inline-block;
    width: 100%
}

#report-header {
    padding: 10px 10px 0px 10px;
    height: 91px;
    border-bottom: 4px solid #878787;
}

#report-top-bar-title {
    display: inline-block;
    width: 50%
}

#edit-report-template {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.report-container {
    overflow-y: scroll;
    overflow-x: hidden;
    height: -webkit-calc(100% - 105px);
    height: calc(100% - 105px);
    background: #dcdcdc;
}

.notification-alignment {
    float: right;
    margin-right: 10px;
}

.notification-bubble {
    border-radius: 4px;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #d74947;
}

/* PLUGINS */
#dsbservicecheck-report-header {
    padding: 10px 10px 0px 10px;
    height: 91px;
    border-bottom: 4px solid #878787;
}

#dsbservicecheck-report-top-bar-title {
    display: inline-block;
    width: 50%
}

.dsbservicecheck-report-container {
    overflow-y: scroll;
    overflow-x: hidden;
    height: -webkit-calc(100% - 135px);
    height: calc(100% - 135px);
    background: #dcdcdc;
}
