/* override some bootstrap css */
.hide {
    display: none;
}

#content .show {
    display: block;
}

.btn {
    border-radius: 0px;
    padding: 0.1em 1.5em;
    color: #5b7893;
    font-size: 0.8em;
    background-color: #FFF;
}

.btn-default {
    background-color: #ccc;
    background-image: none;
    text-shadow: none;
    padding: 4px 16px;
}

.btn-default2 {
    background-color: #ccc;
    background-image: none;
    text-shadow: none;
    padding: 4px 16px;
    margin-top: 0px;
}

.btn-default:hover {
    background-color: #eee;
}


.form-control {
    border-radius: 0px;
    padding-bottom: 8px;
    color: #000;
}


.fileName {
    border-radius: 0px;
    padding: 0.2em 1.5em;
    color: #5b7893;
    font-size: 0.8em;
    background-color: #FFF;
    margin-right: 0px;
}

.fileNameTextField {
    max-width;
    50px;
    height: 27px;
    margin-top: 0px;

}

textarea.form-control {
    margin-bottom: 8px;
    resize: vertical;
}


.form-group {
    margin-bottom: 8px;
}

.checkbox-group {
    padding: 8px 0px
    margin-bottom: 0;
}

.well {
    border-radius: 0px;
}

.input-group-addon {
    border-radius: 0px;
}

.list-group-item {
    border-radius: 0px !important;
    padding: 1em;
}

.table {
    margin-bottom: 0;
    border: solid 1px #ccc;
}

/*.table > tbody > tr:first-child > td {*/
/*    border: none !important;*/
/*}*/

.table > thead > tr > th {
    font-size: 0.8em;
    font-weight: normal;
    color: #000;
    background-color: #ddd;
}

.table > tbody > tr > .noBorder {
    border-top: none;
}

.list-group {
    margin-bottom: 0em;
}

pre {
    display: block;
    padding: 0px;
    margin: 0px;
    font: 1em Verdana;
    line-height: 1.42857143;
    color: #000;
    word-break: normal;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
    border-radius: 0px;

    white-space: pre;
    white-space: -moz-pre-wrap; /* fennec */
    white-space: pre-wrap;
    white-space: pre \9; /* IE7+ */
}

.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-top: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-left: -20px;
    position: absolute;
}

.nav-pills > li > .active {
    background-color: #002f5e;
    z-index: 200;
}

.nav-justified > li > a {
    text-align: left;
    border-radius: 0px;
}

.nav-tabs.nav-justified > li > a {
    background-color: #ccc;
    border-color: #999;
    border-radius: 0;
    border-style: solid;
    font-size: 0.9em;
    padding: 0.7em;
    color: #222;
    /* new addition:height: 48 , only temporary */
    height: 48;
}

.nav-tabs.nav-justified > li > a:hover {
    border-color: #666 #666 #333 #666;
    background-color: #ddd;
    color: #000;
    border-bottom: 0px;
}

.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #999;
    border-bottom: 0px;
}

.tabsetWrapper {
    padding: 0 0.57em;
}

.gly-rotate-90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.gly-rotate-180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.btn-add-right {
    height: 4em;
    width: 3em;
    padding: 0em;
    margin-right: 1.5em;
}

.reduced-col-padding-left {
    padding-left: 5px;
}

.reduced-col-padding-right {
    padding-right: 5px;
}

.input-table > tbody > tr:first-child > td {
    padding-top: 0;
}

.input-table > tbody > tr > td:first-child {
    padding-left: 0;
}

.input-table > tbody > tr > td:last-child {
    padding-right: 0;
}

.pager li > a, .pager li > span {
    border-radius: 0px;
}

#colorSelect > a.dropdown-toggle {
    background: none;
    color: #ccc;
}

#colorSelect > a.dropdown-toggle:hover, .custom-select.open > a.dropdown-toggle {
    color: #ccc;
}

#colorSelect > .dropdown-menu > ul > li > a {
    color: #ccc;
}

.custom-select > a.dropdown-toggle {
    color: #000;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.tooltip-inner {
    white-space: pre-wrap;
    width: 180px;
    padding: 3px 8px;
    color: #000;
    text-align: left;
    text-decoration: none;
    background-color: #E2DDFF;
    border-radius: 0px;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

/* individual styling */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    color: #000000;
    font: 14px Verdana;
}

hr {
    border-top: 1px solid #ccc;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    color: #000;
    font-size: 1.2em;
    margin: 0.4em 0.57em 0.8em;
}

h4 {
    font-size: 1.2em;
}

p {
    margin: 0.9em 1em;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #5b7893;
}

li {
    list-style: none;
    /*display: inline-block;*/
}

label {
    font-size: 0.8em;
    font-weight: normal;
}

.label_grey_small {
    margin-bottom: 0px;
    color: #999;
}

.loadingWrapper {
    height: 100%;
}

.pointer {
    cursor: pointer;
}

.smallLink {
    color: #4C4C4C;
    display: block;
}

.tableListItem {
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 2px 4px;
}

.table .secondTableLine {
    border-top: none;
    padding-top: 0;
}

.table .smallTableContent {
    font-size: 0.9em;
}

.appendTableRow {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
}

.detailInfo tbody {
    font-size: 0.9em;
}

/* Media List */
.image_buttons {
    clear: both;
    font-size: 1.2em;
    padding-left: 8px;
    padding-top: 5px;
}

.image_size_range {
    width: 150px !important;
    margin-left: 5px;
    float: left;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     not supported by any browser */
}


.mediaList {
    margin: 0 1em;
    padding: 0em;
    display: table;
}

.mediaList > .media, .media-selectable {
    display: table-cell;
    position: relative;
    float: left;
    margin: 10px;
    min-height: 156px;
    min-width: 120px;
    text-align: center;
    background-color: #ECECEC;
    padding: 10px;
    /*cursor: pointer;*/
}

.mediaList > .media-selectable:hover {
    background-color: #ccc;
    cursor: pointer;
}

.mediaList .media_date_group {
    margin: 0px 10px;
}

.mediaList .uploadPercentage {
    display: inline-block;
    padding-top: 55px;
}

.mediaList > .selected {
    background-color: #a0a0a0;
}

.mediaList > .selected:hover {
    background-color: #a0a0a0;
}

.download-media {
    font-size: 0.6em;
    margin-left: 5px;
    padding: 3px 10px;
}

.media_details {
    padding-bottom: 6px;
    font-size: 0.8em;
    width: 100%;
}

.media_details .order_title {
    padding-bottom: 6px;
    font-size: 1.2em;
}

.image_detail_links {
    width: 100%;
    clear: both;
}

.image_detail_links .metadata_link {
    font-size: 1em;
    width: 50%;
    display: inline-block;
}

.image_detail_links .distance_measure_link {
    font-size: 1em;
    text-align: right;
    width: 49%;
    display: inline-block;
}

.mediumItem {
    display: block;
}

.mediumItem .imgContainer {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: inline-block;
}

.mediumItem .imgContainer img {
    margin: 0 auto;
    display: inline-block;
}

.mediumItem .mediumTitle {
    padding: 5px 5px 0;
    text-align: center;
    max-width: 100px;
    font-size: 0.7em;
    display: block;
    overflow: hidden;
    height: 19px;
}

.mediumDetailImageContainer {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mediumDetailImage {
    max-width: 100%;
    max-height: 100%;
}

.mediumDetailTextContainer {
    position: fixed;
    top: 110px;
    right: 20px;
}

.mediumDetailTextToggle {
    background-color: #000;
    color: #FFF;
}

.mediumDetailText {
    background-color: #FFF;
    opacity: 0.8;
    padding: 4px;
    clear: both;
}

.mediumDetailText label {
    font-size: 0.8em;
    font-weight: bold;
}

.mediumDetailText p {
    font-size: 0.8em;
    margin: 1px;
    padding-bottom: 8px;
}

.mediumDetailText pre {
    font-size: 0.8em;
    margin: 1px;
    padding-bottom: 8px;
}

.mediumHover {
    background-color: rgba(255, 255, 255, 0.5);
    /*cursor: pointer;*/
    display: none;
    font-size: 1em;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.mediumHover:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.mediaList > li:hover .mediumHover {
    display: block;
}

.mediumDelete {
    top: 0;
    left: 0;
}

.mediumDelete, .mediumShow, .mediumEdit:hover {
    cursor: pointer;
}

.mediumShow {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    width: 50%;
}


.mediumEdit {
    bottom: 0;
    right: 0;
    padding: 10px 0;
    width: 50%;
}

.addItem {
    display: block;
    cursor: pointer;
}

.addItem .mediumTitle {
    padding: 5px 5px 0;
    text-align: center;
    max-width: 100px;
    font-size: 0.7em;
    display: block;
    overflow: hidden;
}

.addMedia {
    width: 100px;
    height: 100px;
    text-align: center;
}

.addMedia .glyphicon {
    font-size: 100px;
    color: #FFF;
}

.noContentInfo {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.noContentInfo > .content {
    font-size: 2em;
    color: #CCC;
    display: block;
    position: relative;
    width: 560px;
    margin: 0 auto;
}

.noContentInfoSmall {
    padding-top: 1em;
    font-size: 0.6em;
}

.noContentInfoSmall li {
    list-style: disc outside none;
    line-height: 1.4em;
}

.noContentInfoSmall ul {
    padding-left: 1.2em;
    padding-top: 0.3em;
}

.item_show {
    font-size: 0.8em;
    margin-bottom: 0.4em;
}

.show_reduced_20 {
    max-height: 20px;
    overflow-y: hidden;
}

.show_reduced_60 {
    max-height: 60px;
    overflow-y: hidden;
}

.show_all {
    max-height: none;
}

.comment_author {
    font-size: 0.8em;
    color: #666;
}

.comment_documents {
    border-top: 1px solid #ccc;
}

.addDocument {
    font-size: 0.8em;
}

.showAllMedia {
    color: #5b7893;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px !important;
}

.showAllMedia:hover {
    color: #000;
}

.showAllMediaText {
    padding: 5px;
    font-size: 0.9em;
}

.showAllMediaText ul {
    padding: 5px;
    font-size: 0.9em;
}

.mediaSearchOptions {
    font-size: 0.9em;
    color: #5b7893;
    margin-top: 9px;
    float: right;
}

/* AUTOCOMPLETE */

.autocomplete {
    position: relative;
}

.autocomplete .suggestions {
    position: absolute;
    left: 0;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 1;
    padding-left: 0px;
}

.autocomplete .suggestions li {
    text-align: left;
    list-style: none;
    width: 100%;
    padding: 0.4em;
    background-color: #fff;
    cursor: pointer;
}

.autocomplete .suggestions li.active {
    width: 100%;
    background-color: #96CFC9;
}

.autocomplete .highlight {
    color: #aa3933;
}

/*
.autocomplete li.active .highlight {
  background: #666;
  color: #fff;
}
*/

.autocompleteTag {
    border: 1px solid #ccc;
    display: block;
}

.tagItem {
    float: left;
    border: 1px solid #ccc;
    margin: 4px;
    padding: 4px;
}

.tagItem .tagText {
    display: inline;
}

.tagItem .glyBtn {
    padding: 0;
    display: inline;
}

.autocompleteTagInput {
    overflow: hidden;
    background: #ccc;
    min-width: 200px;
}

.autocompleteTagInput .form-control {
    border: none;
    width: 100%;
}

.autocompleteTagInput .form-control:focus {
    box-shadow: none;
}


/* MAIN-HEADER */

#headerName {
    display: inline-block;
    padding: 0.57em;
}

#headerLogout {
    color: #666;
}

/* MAIN-NAV */
#nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
}

/* MAIN-CONTENT */
#content {
    background-color: #fff;
    height: 100%;
    padding: 45px 0 0;
}

#content > div > .row {
    height: 100%;
    margin: 0;
}

#content > #calendarRow {
    height: auto;
}

/* MAIN-FOOTER */

#footer {
    background-color: #96cfc9;
    bottom: 0;
    left: 0;
    padding: 1.5em;
    position: fixed;
    width: 100%;
    z-index: 40;
}

#footer .footerLeft {
    text-align: left;
}

#footer .footerMiddle {
    text-align: center;
}

#footer .footerRight {
    text-align: right;
}


/* NAVIGATION */


#mainNav {
    background-color: #5B7893;
    padding: 0em 2em;
}

#mainNav a {
    color: #FFFFFF;
}

#mainNav > ul > li {
    font-size: 1.286em;
    width: 12.5% !important;
    display: block;
    float: left;
    margin-left: 0px;
}

#mainNav > ul > li:last-child {
    border-right: 2px solid #ffffff;
    float: right;
}

#mainNav > ul > li:nth-last-child(2) {
    border-right: 2px solid #ffffff;
}

#mainNav > ul > li:hover, .mainNav > li:focus {
    background-color: #002f5e;
    color: #FFFFFF;
}

#mainNav > ul > li > div {
    float: left;
    display: block;
    width: 100%;
    border-left: 2px solid #ffffff;
}

#mainNav > ul > li > div > a {
    text-decoration: none;
    padding: 0.6em 5%;
    float: left;
    display: block;
    cursor: pointer;
    width: 100%;
}

#mainNav > ul > li:last-child > div > a {
    float: right;
    font-size: 0.7em;
    padding: 1.13em 5%;
    text-align: right;
    width: 100%;
}

#mainNav > ul > .li-disabled, #mainNav > ul > .li-disabled:hover > div > a, #mainNav > ul > .li-disabled .navIcon {
    opacity: 0.5;
    cursor: not-allowed;
}

.detailInfo.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


#mainNav .navIcon {
    color: #FFFFFF;
    padding: 0.7em 5% 0.7em 7%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#mainNav .navIcon:hover {
    background-color: #001a35;
}

.navActionList {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-top: 1px solid #ffffff;
    top: 3.09em;
    z-index: 100;
    width: 100%;
    font-size: 0.8em;
}

.navActionList > li {
    background-color: #002f5e;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-top: 1px solid #ffffff;
    padding: 0;
}

.navActionList > li > a {
    background-color: #002f5e;
    display: block;
    padding: 0.8em;
    position: relative;
    cursor: pointer;
}

.navActionList > li > a:hover {
    background-color: #001a35;
    color: #FFFFFF;
    text-decoration: none;
}

.subNav {
    position: fixed;
    border-bottom: 2px solid #ffffff;
    border-top: 1px solid #ffffff;
    top: 2.7em;
    left: 0em;
    z-index: 100;
    padding: 0em 2%;
    width: 100%;
    background-color: #5B7893;
    font-size: 0.9em;
}

.subNav a {
    color: #FFFFFF;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    z-index: 20;
}

.subNav > ul > li {
    margin-left: 0px;
}

.subNav > ul > li:last-child {
    border-right: 2px solid #ffffff;
}

.subNav > ul > li:hover, .mainNav > li:focus {
    background-color: #002f5e;
    color: #FFFFFF;
}

.subNav > ul > li > div {
    float: left;
    display: block;
    width: 100%;
    border-left: 2px solid #ffffff;
}

.subNav > ul > li > div > a {
    text-decoration: none;
    padding: 0.6em 5%;
    float: left;
    display: block;
    cursor: pointer;
    width: 100%;
}


.navBadge {
    background-color: #990000;
    font-weight: normal;
    opacity: 0.7;
    position: absolute;
}

.mainNavBadge {
    border-radius: 4em;
    font-size: 0.7em;
    padding: 0.35em 0.6em;
    right: 3em;
    top: 0.9em;
}

.subNavBadge {
    top: -0.6em;
    right: 3.5em;
    font-size: 0.7em;
    border-radius: 4em;
    padding: 0.45em 0.7em;
}


/* CONTENT */

.helper h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 1.2em 0.4em 0.9em;
}

.helper h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.2em 0.4em 0.8em;
}

.helper p {
    font-size: 1.1em;
    margin: 0.4em;
}

.helper li {
    list-style-type: lower-roman;
}

.helper .decimal li {
    list-style-type: decimal;
}

.fixed {
    position: fixed;
    width: 75%;
    top: 0;
    z-index: 1000;
}

.detailArea {
    border-right: 1px solid #909190;
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
}

.detailAreaWrapper {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}

.detailHeader + .detailAreaWrapper {
    padding-top: 46px;
}

.detailHeader {
    border-top: 2px solid #ffffff;
    left: 0;
    padding: 0.7em 2.5em;
    position: fixed;
    top: 45px;
    width: 75%;
    z-index: 60;
    min-height: 46px;
}

.invoiceDetailHeader {
    border-top: 2px solid #ffffff;
    padding: 0.7em 2.5em;
    width: 100%;
    min-height: 46px;
    position: sticky;
    top: 45px; /* Keeps it stuck to the top */
    background-color: inherit; /* Ensure it retains its background color */
    z-index: 100; /* Ensures it's above other content while scrolling */
}

.detailHeader > h1, .invoiceDetailHeader > h1 {
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.sticky-sub-menu {
    position: sticky;
    top: 92px;
    background-color: white;
    min-height: 72px;
    z-index: 95;
    align-content: end;
}

.detailFooter {
    border-top: 2px solid #ffffff;
    left: 0;
    padding: 0.7em 2.5em;
    position: fixed;
    bottom: 0;
    width: 75%;
    z-index: 61;
}

.detailFooter > h1 {
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: center;
}

.detailContent {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em 1.1em;
    margin: 0;
}

.detailContent.closed-invoice {
    background-color: var(--light-grey-mint);
}

.detailContent.editItem {
    padding-top: 100px;
}

.mediaEditContent {
    overflow-x: scroll !important;
    padding-bottom: 4em;
}

.detailContentHeaderAddon {
    color: #800909;
}

.detailEditRow {
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

.hoverPointer {
    cursor: pointer;
    color: #5b7893;
}

.hoverPointer:hover {
    opacity: 0.5;
}

.personInfo {
    margin: 0px 15px 5px;
}

.personInfo > span {
    display: block;
    margin-bottom: 0.6em;
}

.personInfo .name {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.personInfo .main_group {
    color: #666;
}

.personInfo .company {
    font-size: 1.1em;
    margin-bottom: 0.3em;
}

.personInfo .workingGroup {
    margin-bottom: 1em;
}

.personInfo .email {
    display: block;
    margin-bottom: 0.3em;
}

.personInfo .person_color {
    display: inline;
    float: left;
    margin-top: 0.5em;
    margin-right: 0.3em;
    margin-bottom: 0.3em;
    padding: 3px 6px;
    min-width: 7em;
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #aaa;
}

.personInfo .groups {
    padding-top: 10px;
}

.personInfo .groups span {
    padding-right: 5px;
}

.personInfo .adr {
    display: block;
    margin-bottom: 0.8em;
}

.personInfo .adr span {
    display: block;
    font-size: 1.1em;
}

.changePasswordBtn {
    color: #5b7893;
    cursor: pointer;
    font-size: 0.8em;
    margin-bottom: 16px;
    padding: 2px !important;
}

.changePasswordBtn:hover {
    color: #000;
}

.changePasswordResult {
    color: #a94442;
    font-size: 0.8em;
    margin-bottom: 16px;
    padding: 2px !important;
}

.reminderBtn {
    font-size: 2em;
    left: 40px;
    position: absolute;
    top: 70px;
    cursor: pointer;
}

.reminderBtn:hover {
    opacity: 0.5;
}

.reminderRow {
    margin-left: 50px;
}

.reminderInfo {
    margin: 0px 15px 5px;
    position: relative;
}

.reminderInfo .description {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.reminderInfo .date {
    font-size: 1.1em;
    margin-bottom: 0.8em;
}

.detailInfo {
    margin-top: 0em;
    margin-bottom: 1em;
}

.detailInfo .large {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.detailInfo .small {
    font-size: 0.8em;
    margin-bottom: 0.6em;
}

.orderFlag {
    background-color: #eee;
    margin: 0 18px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 60;
}

.orderFlag span {
    cursor: pointer;
    font-size: 12px;
    padding: 4px 16px;
    color: #5b7893;
    background-color: #ccc;
}

.orderFlag span:hover {
    background-color: #ddd;
}

.update_info {
    padding-right: 12px;
    font-size: 0.8em;
}

.showDays {
    color: #999;
    font-size: 0.6em;
}

.showAllItems {
    color: #5b7893;
    cursor: pointer;
    font-size: 0.8em;
    float: right;
}

.showAllItems:hover {
    color: #999;
}

.detailInfoContent {
    margin: 0.8em 0.8em;
    clear: both;
}

.detailInfoText {
    margin-top: 0.2em;
}

.tableBtns {
    margin-left: 0.2em;
    padding: 0 0.3em;
    cursor: pointer;
    float: right;
}

.tableBtns:hover {
    opacity: 0.5;
}

.customerInfo > span {
    display: block;
}

.customerInfo .name {
    font-size: 1.2em;
    padding-bottom: 0.2em;
}

.customerInfo .org {
    font-size: 0.9em;
    padding-bottom: 0.8em;
}

.customerInfo .adr {
    padding-bottom: 0.3em;
    font-size: 1em;
}

.customerInfo .adr > span {
    display: block;
    padding-bottom: 0.2em;
}

.customerInfo pre {
    border-left: 2px solid #ccc;
    padding-left: 4px;
    margin: 4px;
}

.customerInfo .email {
    padding-bottom: 0.4em;
    font-size: 1.1em;
}

.customerInfo .digital {
    padding-bottom: 0.3em;
}

.customerInfo .digital .type {
    padding-left: 0.4em;
    font-size: 0.8em;
}

.specialistInfo {
    margin-bottom: 1em;
}

.specialistInfo .list-inline {
    margin: 0.5em 0em;
}


.searchArea {
    padding: 0;
    margin: 0;
    height: 100%;
    border-left: 1px solid #909190;
}

.searchAreaWrapper {
    height: 100%;
    padding-top: 70px;
    position: relative;
}

.searchAreaWrapperOptions {
    height: 100%;
    padding-top: 82px;
    position: relative;
}

.searchArea .halfSearch {
    height: 50%;
}

.searchArea h4 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.6em;
    font-size: 1em;
}

.searchArea p {
    padding: 0;
    margin: 0;
    color: #909190;
}

.searchArea > div {
    border-bottom: 1px solid #909190;
}

.searchBottom {
    border-top: 1px solid #909190;
}

.searchInputRight {
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #ccc;
    padding: 1.2em 1em;
    position: absolute;
    top: 0px;
    z-index: 60;
    background-color: #FFF;
}

.searchInputRightOptions {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #ffffff;
    padding: 1.2em 1em 2em;
    position: absolute;
    top: 0;
    z-index: 60;
}

.searchListRight {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.searchListRight > li {
    overflow-y: hidden;;
}

.searchListRight > li > p {
    min-height: 1em;
}

.searchListRight > li:hover {
    background-color: #EEE;
}

.searchListRight > .noHover:hover {
    background-color: #FFF;
}

.searchDetailRight {
    background-color: #ccc;
    color: #666;
    font-size: 0.8em;
    padding: 6px;
    position: absolute;
    right: 1.25em;
    left: 1.25em;
    top: 52px;
    z-index: 65;
}

.searchDetailRight .searchFilters {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
}

.searchDetailRight .checkbox_label {
    padding-left: 8px;
}

.searchDetailToggle {
    text-align: right;
    color: #5b7893;
    cursor: pointer;
}

.searchResultLength {
    color: #cccccc;
    margin: 1.3em 1em;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.searchMediaResultLength {
    margin: 0.1em 1em;
}

.searchListItemRight {
    font-size: 0.9em;
}

.searchListItemSymbol {
    float: left;
    height: 2.8em;
    padding: 1em 0.7em 1em 0em;
    max-width: 10%;
}

.searchListItemText {
    float: left;
    max-width: 90%;
}

.searchInline {
    position: relative;
}

.searchInputInline {
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #ccc;
    background-color: #FFF;
}

.searchListInline {
    height: 100px;
    left: 40px;
    margin-bottom: 12px;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 12px;
    position: absolute;
    top: 35px;
    z-index: 50;
}

.searchListInline > li {
    overflow-y: hidden;;
    padding: 4px;
}

.searchListInline > li > p {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.searchListInline > li:hover {
    background-color: #EEE;
}

.searchListInline > .noHover:hover {
    background-color: #FFF;
}

.selectListInline {
    height: 100px;
    margin-bottom: 12px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 12px;
}

.selectListInline > li {
    overflow-y: hidden;;
    padding: 4px;
}

.selectListInline > li > p {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.selectListInline > li:hover {
    background-color: #EEE;
}

.selectListInline > .noHover:hover {
    background-color: #FFF;
}

.filterInputRight {
    margin-left: 11px;
    margin-right: 11px;
    max-width: 300px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.filterInputRight .input-group-addon {
    font-size: 10px;
}

.filterInputRight .form-control {
    font-size: 12px;
    height: 28px;
    padding: 6px;
}

.tab-content {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    margin-bottom: 1em;
    min-height: 10em;
    padding: 1em;
}

.noItem {
    text-align: center;
    color: #ccc;
    font-size: 0.9em;
    padding: 5px !important;
}

.newItem {
    color: #000;
    font-size: 1.1em;
    padding: 5px !important;
    text-align: center;
}

.newItem:hover {
    color: #333;
}

.moreItems {
    color: #5b7893;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px !important;
    text-align: center;
}

.moreItems:hover {
    color: #000;
}

.noContent {
    color: #ccc;
    font-size: 0.9em;
}

.glyBtn {
    padding: 8px;
    cursor: pointer;
    display: block;
    padding: 8px;
    text-align: center;
    width: 100%;
    color: #FFF;
}

.applyGlyphicon {
    display: block;
    padding: 13px 12px 13px 0px;
    text-align: center;
    color: #000;
    float: left;
    height: 50px;
}

.glyphicon-remove {
    color: #AA0000;
    padding: 4px 0;
}

.glyphicon-ok {
    color: #00AA00;
    padding: 4px 0;
}

.glyphicon-cancel {
    color: #FF9900;
    padding: 4px 0;
}

.glyphicon-eye-open {
    color: #000066;
    padding: 4px 0;
}

.glyphicon-pencil {
    padding: 4px 0;
}

.glyphicon-pushpin {
    padding: 4px 0;
}

.glyphicon-copy {
    padding: 4px 0;
}

.glyphicon-calendar {
    color: #330166;
    padding: 4px 0;
}

.glyphicon-list-alt {
    color: #6C7F4F;
    padding: 4px 0;
}

.glyphicon-protocol {
    color: #6C7F4F;
    padding: 4px 0;
}

.glyphicon-user {
    color: #145F7E;
    padding: 4px;
}

.glyPerson {
    background-color: #145F7E;
}

.glyOrder {
    background-color: #6C7F4F;
}

.glyAppointment {
    background-color: #330166;
}

.glyAdmin {
    background-color: #8B2436;
}

.personColor {
    color: #145F7E;
}

.orderColor {
    color: #6C7F4F;
}

.requestColor {
    color: #660000;
    font-weight: bold;
}

.requestColor a {
    color: #660000 !important;
    font-weight: bold;
}

.appointmentColor {
    color: #330166;
}

.adminColor {
    color: #8B2436;
}

.glyBtn:hover {
    opacity: 0.8;
}

#warningFooter {
    background-color: #fc9a24;
}

/* LOGIN */
#header {
    padding: 0.714em;
    background-color: #96CFC9;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}

#header h3 {
    padding: 0em;
    margin: 0.8em;
}

.loginArea {
    padding-bottom: 4em;
    padding-top: 2em;
}

#loginHeader {
    padding-bottom: 1em;
}

.loginContent ul {
    padding-left: 1.2em;
}

.loginContent li {
    list-style: disc outside none;
    line-height: 1.4em;
}

.loginText {
    padding-bottom: 10px;
    padding-top: 10px;
}

.loginText p {
    margin: 0.9em 0em;
}

.loginForm h2 {
    margin-top: 0.5em;
    font-size: 1.3em;
}

.loginPadding {
    padding: 0 2em;
}

.login_btn {
    font-size: 1.1em;
    padding: 0.3em 2em;
    text-align: center;
}

#resentActivationBtn {
    cursor: pointer;
    color: #5b7893;
}

#resentActivationBtn:hover {
    color: #000000;
}

#forgotPasswordBtn {
    margin-left: 1em;
    font-size: 0.8em;
    cursor: pointer;
    color: #5b7893;
}

#forgotPasswordBtn:hover {
    color: #000000;
}

#forgotPasswordMsgBtn {
    cursor: pointer;
}

#forgotPasswordMsgBtn:hover {
    color: #000000;
}

#loginFooter {
    margin-top: 2em;
}

.errorMsg {
    color: #a94442;
    font-size: 0.8em;
    padding: 0.8em 2em;
}

.requestForm {
    position: relative;
}

.requestForm fieldset label {
    font-size: 0.8em;
    font-weight: normal;
}

.requestForm > .row {
    margin-bottom: 15px;
}

.requestForm > .row .row > div {
    padding: 0 5px;
}

.requestForm > .row .row > div:first-child {
    padding-left: 15px;
}

.requestForm > .row .row > div:last-child {
    padding-right: 15px;
}

.requestForm .requestDocumentItem {
    border: 1px solid #909190;
    padding: 7px 10px 10px 15px;
    margin-right: 5px;
    cursor: pointer;
}

.requestForm .requestDocumentItem .glyphicon {
    margin-left: 10px;
}

.requestForm .requestDocumentItem:hover {
    opacity: 0.5;
}

.requestDocumentList .glyphicon {
    cursor: pointer;
    padding: 5px;
}

.alert-success {
    margin-top: 12px;
    color: #000;
    background-color: #dff0d8;
    border: none;
    border-radius: 0px;
}

.alert-danger {
    margin-top: 12px;
    color: #000;
    background-color: #dff0d8;
    border: none;
    border-radius: 0px;
}

.alert-info {
    background-image: none;
    background-color: #d2eae7;
    border-color: #d2eae7;
    color: #1a3734;
}

.alert > p,
.alert > ul {
    margin-bottom: 12px;
}

/* AKTUELL */

.termsbutton {
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: underline;
    margin-top: 2px;
}

.termsbutton:hover {
    color: #ccc;
}

#newsHeader {
    background-color: #002f5e;
    width: 100%;
}

#newsHeader h1 {
    color: #fff;
}

/* PERSON */

#personHeader {
    background-color: #145F7E;
}

#editPersonInfo {
    margin: 0px 0px 5px;
}

.editAdrList > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.editAdrList > li:last-child {
    border-bottom: none;
    margin-bottom: 8px;
}

.editAdrList .glyphicon-remove {
    margin: 5px 0;
}

.showAdrList li {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.showAdrList li:last-child {
    border-bottom: none;
    margin-bottom: 8px;
}

.showAdrList .adrStreet {
    margin-bottom: 4px;
}

.appTime {
    font-size: 0.9em;
    padding-left: 4px;
}


.reminderRepeatInput .form-control {
    width: 55px;
    display: inline-block;
}

.reminderRepeatInput span {
    display: inline-block;
    padding: 4px 12px;
}


/* CALENDAR */

.display-table {
    display: table;
    height: 100%;
}

.display-full-table {
    display: table;
}

.display-table-row {
    display: table-row;
}

.display-table-cell {
    display: table-cell;
}


#appointmentHeader {
    background-color: #330166;
    width: 83.33333333333%;
    height: 46px;

}

#appointmentHeader h1 {
    float: left;
    margin-right: 3em;
}

#selectionOverview {
    display: inline;
    float: left;
}

#selectionOverview ul {
    float: left;
    display: block;
    margin: 0 0.5em 0 0;
}

.selectionOverviewItem {
    margin-right: 0.3em;
    margin-bottom: 0.3em;
    padding: 3px 6px;
    min-width: 7em;
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #aaa;
    float: left;
}


/* CALENDAR SELECTION */

#calendarSelection {
    vertical-align: top;
    padding-top: 47px;
}

.selectionTitle {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3em;
    padding: 12px 8px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.selectionList {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 8px;
}

.selectionCategoryShowContainer {
    padding: 6px;
}

.selectionCategoryShowContainerText {
    color: #999;
    float: left;
    font-size: 0.8em;
    padding: 4px;
}

.selectionCategoryShowContainerText:hover {
    color: #000;
}

.selectionCategoryTitle {
    padding: 5px 5px 5px 0;
}

.selectionPreferred {
    padding: 5px 5px 5px 0;
    cursor: pointer;
    opacity: 0.5;
    float: right;
}

.selectionPreferred:hover {
    opacity: 0.7;
}

.selectionCategoryListContainer {
    display: block;
    padding: 6px;
    position: absolute;
    width: 250px;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    z-index: 120;
}

.selectionCategoryList {
    display: block;
    padding-left: 0;
    margin-left: 0px;
}

.selectionCategoryListClose {
    text-align: center;
    font-size: 0.8em;
    color: #666;
    cursor: pointer;
    margin-bottom: 4px;
}

.selectionCategoryListClose:hover {
    color: #000;
}

.selectionItem {
    padding: 4 6px;
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    opacity: 0.5;
}

.selectionItem:hover {
    opacity: 0.7;
}

.selectionItem .glyphicon {
    float: right;
}

.selectionItemTitle {
    display: inline-block;
    padding-right: 8px;
    min-width: 5em;
}

.selectAllBtn {
    background-color: #000;
    color: #ffffff;
    display: inline-block;
    font-size: 0.8em;
    margin-left: 15px;
    padding: 0 0.5em;
    float: right;
}

.selectAllInlineBtn {
    color: #ffffff;
}

.selectionItem.activeSelectionItem {
    opacity: 1;
}

.selectionItem.activeSelectionItem > .glyphicon {
    color: #000000;
}


/* CALENDAR MAIN */

#calendar {
    vertical-align: top;
    padding: 5px;
}

#calendarToolbar {
    padding: 6px 0;
}

.calendarBtn {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 4px;
    background-color: #ccc;
    border: 1px solid #ccc;
    cursor: pointer;
}

.calendarBtn:hover {
    background-color: #ddd;
    border: 1px solid #999;
    cursor: pointer;
}

.calendarTitle {
    float: left;
    font-size: 1.3em;
    padding: 4;
    cursor: pointer;
}

.calendarTitle:hover {
    color: #999;
}

#calendarDatepicker {
    display: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 20;
}


.fc-slats > table {
    height: 100%
}

.fc-event {
    background-color: #fff;
    border: 3px solid #1D5AAB;
    border-radius: 0px;
    display: block;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.3;
    position: relative;
    padding: 3px;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    color: #000;
}

.fc-day-grid-event .fc-content {
    text-overflow: ellipsis;
}

.fc-agendaWeek-view tr {
    height: 36px;
}

.fc-agendaDay-view tr {
    height: 36px;
}

.appDownloadIcon {
    padding-right: 3px;
}

.eventList {
    margin: 4px 0 0;
    padding: 0;
}

.eventTitle {
    padding-right: 3px;
}

.eventListItem {
    display: inline-box;
    padding: 2px 4px;
    margin-bottom: 2px;
    text-align: center;
    max-width: 200px;
}

.eventList .eventListItem {
}

.eventListItem:last-child {
    margin-bottom: 0;
}

.eventListInline {
    margin: 4px 0 0;
    padding: 0;
    display: inline;
}

.eventListInline > .eventListItem {
    display: inline;
    margin: 0 2px;
}


/* CALENDAR APPOINTMENT */
#calendarAppointment {
    background-color: #ecdefe;
    padding: 8px;
    vertical-align: top;
}

#calendarAppointmentShow {
    background-color: #ecdefe;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

#calendarAppointmentShow:hover {
    background-color: #cfacfc;
    color: #FFF;
}

#appointmentArea {
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid #909190;
}

#appointmentArea ul, ol {
    margin-bottom: 6px;
    margin-top: 0;
}

#appointmentdetailShowContent {
    background-color: #E2DDFF;
    height: auto;
}

#appointmentdetailEditContent {
    background-color: #E2DDFF;
    height: auto;
}

.selectionCategory {
    margin-bottom: 6px;
}

.appointmentInfo {
    padding-bottom: 6px;
    font-size: 1.1em;
}

.appointmentInfo .selectionCategoryList {
    font-size: 0.9em;
}

.appointmentInfo ul {
    display: inline;
    margin: 0 0.5em 0 0;
}

.appointmentInfo .name {
    font-size: 0.9em;
    margin-top: 6px;
}

.appointmentInfo .email {
    font-size: 0.8em;
    margin-bottom: 6px;
}

.appointmentInfo .appDate {
    margin-right: 12px;
}

.appointmentInfo .appTimePointSeparator {
    display: inline;
    padding: 0 15px;
}

.appointmentInfo .appDownloadIcon {
    display: inline;
    padding: 0 15px;
}

.editDateSeparator {
    text-align: center;
    font-size: 1.5em;
    padding-top: 4px;
}

.appointmentInfoOrder .orderTitle {
    font-size: 1.3em;
}

.appointmentInfoOrder .orderStart {
    font-size: 1em;
}

.appointmentInfoOrder .orderDescription {
    font-size: 1em;
}

.appointmentInfoOrder .customerInfo {
    padding: 0.6em 0;
}


/* ORDER */

#orderHeader {
    background-color: #6C7F4F;
}

.loggedItem {
    background-color: rgba(108, 127, 79, 0.5) !important;
}

.dateInfo h3 {
    margin-bottom: 0.2em;
}

.dateInfo .dateInfoDate {
    margin: 0.4em 0.8em 0.8em;
}

.orderInfo {
    font-size: 0.9em;
}

.protocolCategory {
    float: right;
    color: #CCC;
}

.editOrderStyle {
    background-color: rgba(108, 127, 79, 0.3) !important;
}

.item_description pre {
    font-size: 0.9em;
}

.order_index_bg {
    background-color: #fcdada;
}

.invoice_index_bg {
    background-color: #cfffcf;
}

.reminder_index_bg {
    background-color: #FFE9D0;
}

.dateInfo {
    margin-top: 5px;
}

.showInvoice {
    color: #5b7893;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px !important;
    text-align: center;
}

.showInvoice:hover {
    color: #000;
}

.invoiceInfo {
    font-size: 1em;
    padding-bottom: 12px;
}

.invoiceInfo table {
    font-size: 1em;
}

.invoiceInfo p {
    margin: 0.9em 0em;
}

.to_be_printed {
    font-size: 0.8em;
    padding-right: 10px;
    padding-top: 3px;
}

.imageChangeButtons {
    font-size: 20px;
    padding: 32px 12px;
}

.imageChangeButtons:hover {
    color: #ccc;
}

.searchListItemRight .dropdown .dropdown-menu {
    float: right;
    z-index: 1;
}

.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-indicator {
    margin: 10px 0;
    font-style: italic;
    color: #666;
}

/* admin */

#adminHeader {
    background-color: #8B2436;
    width: 100%;
}

#adminHeader h1 {
    color: #fff;
}

.adminBtn {
    display: block;
    background-color: #8B2436;
    width: 100%;
    height: 80px;
    font-size: 1.3em;
    color: #fff;
}

.newMember .hoverPointer {
    cursor: pointer;
    color: #000;
}

/* media */
.mediaHeader {
    left: 0;
    padding: 0.7em 2.5em;
    position: fixed;
    top: 84px;
    z-index: 60;
    min-height: 46px;
    background-color: grey;
}

.mediaAreaWrapper {
    height: 100%;
    padding-top: 76px;
    padding-right: 0;
    padding-left: 0;
}

.mediaContent {
    height: 100%;
    overflow: auto;
    padding: 0 20px;
    clear: both;
}

/* analysis */

#analysisHeader {
    background-color: #8B2436;
    width: 100%;
}

#analysisHeader h1 {
    color: #fff;
}

.analysisEmpty {
    font-size: 20px;
    left: 300px;
    position: absolute;
    top: 100px;
}

.analysisTable {
    margin-top: 40px;
}

.analysisTable > tbody {
    font-size: 13px;
}

.overheadTable > tbody {
    font-size: 13px;
}

.analysisIndexFirstRow {
    margin-left: 0;
    margin-right: 0;
    padding-top: 65px;
}

.analysisIndexRow {
    margin-left: 0;
    margin-right: 0;
}

/*nvd3 style adjustment*/
.nvd3 text {
    font: 400 15px Helvetica;
}


#invoiceAddressList {
    /* border: 10px !important; */
    /* margin-top: 0px; */
    padding: 0px 5px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}

#dropdownMenuButton, #dropdownMenuButton2 {
    padding-right: 20px;
    margin-right: 50px;
}

:root {
    --dark-green: #204A33;
    --light-green: #147a5b;
    --light-orange: #f28e3d;
    --dark-orange: #f54d05;
    --dark-grey: #848985;
    --sni-dark: #70bcc2;
    --light-grey: #DDDDDD;
    --sni-mint: #bfe5e8;
    --grey-mint: #e6eff0;
    --light-grey-mint: #f2f6f7;
    --light-grey-orange: #f7f5f2;
    --white: #ffffff;
    --red: #600606;
}

.toast2 {
    color: white;
    position: fixed;
    bottom: 75px;
    right: 25px;
    background: var(--light-green);
    padding: 15px;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    transform: translateX(calc(100% + 25px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35)
}

.toast2:hover {
    background-color: var(--dark-green);
    transform: translateX(0);
}

.toast2.active {
    transform: translateX(0);
}

.toast2.active.error {
    background-color: red;
}

#toastFail {
    background-color: red;
}

.toast-text {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

/*.custom-list-box {*/
/*    margin-bottom: 24px;*/
/*}*/

.esr-info-table {
    margin-bottom: 12px;
}

.custom-list-box .list-group-item {
    border: 0px solid #ffffff;

}

.list-group-item.fulfilled {
    color: green;
    font-weight: bold;
}

.list-group-item.unfulfilled {
    color: #800909;
    font-weight: bold;
}

.col-md-12.fit-custom-margin {
    margin-left: 12px;
    padding-right: 36px;
}

td.not-esr-ready {
    background-color: #ccc;
}

.btn.storno-btn {
    background-color: #ff6a00;
    margin-right: 12px;
    color: white;
    border: 2px solid #fff;
    /*float: right;*/
}

.btn.storno-btn:hover {
    background-color: #ff8000;
    border: 2px solid #ff8000;
}

.unprocessed-storno-alert {
    /*float: right;*/
    margin-left: 100px;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.esr-header {
    padding-left: 12px;
}

#invoice-summary-footer {
    /*display: flex;*/
    /*justify-content: flex-end;*/
}

.correct-esr-btn-row {
    margin-left: 0px;
    margin-right: 0px;
}

.btn-finish-correction {
    /*width: 100%;*/
    color: white;
    background-color: #ff8000;
    height: inherit;
}

.btn-finish-correction:hover {
    background-color: #ff9900;
    border: 2px solid #ff8000;
}

.loginContent.maintenance-box {
    padding-top: 100px;
    height: 100%;
}

.maintenance-info {
    font-size: 16px;
}

/*Modal*/
.alertInfo .modal-buttons-row {
    display: flex;
    justify-content: space-between;
}

.alertInfo .modal-buttons-row .btn-danger, .btn-primary {
    color: white;
}

#helper-modal .modal-header .modal-title {
    font-weight: bold;
}

/* Invoices */
.button-row-right {
    padding: 12px 24px 12px 12px;
    width: 100%;
    text-align: right;
}

.list-group.old-invoices {
    padding: 12px;
}

.old-invoice-list-item {
    padding: 12px;
    margin-bottom: 12px;
}

.old-invoice-list-item.odd {
    background-color: var(--light-grey-mint);
}

.old-invoice-list-item.even {
    background-color: var(--light-grey-orange);
}

.table.table-condensed.table-striped.old-ilis {
    background-color: white;
}

.overflow-hidden {
    overflow: hidden;
}

.grey-text-block {
    padding: 12px;
    color: var(--dark-grey);
}

/* margin and padding classes */

.m-sides-12 {
    margin: 0 12px 0 12px;
}

.p-sides-12 {
    padding: 0px 12px 0px 12px;
}

.pt-0 {
    padding-top: 0px;
}

/* text classes */

.green-text {
    color: green;
}

.red-text {
    color: darkred;
}

.blue-text {
    color: blue;
}

