﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.btn-inverse {
    background-color: #222222;
}

.equal-claim {
    background-color: #64e964;
}

i.material-icons {
    position: relative;
    top: 5px;
}

nav i.material-icons {
    position: relative;
    top: 7px;
    font-size: 24px;
    margin: -9px 0 -11px 0;
}

.btn i.material-icons,
.input-group-addon i.material-icons,
.list-group-item i.material-icons,
th i.material-icons {
    font-size: 22px;
    position: relative;
    top: 6px;
    margin: -7px 0;
}

.btn-sm i.material-icons {
    font-size: 17px;
    position: relative;
    top: 4px;
    margin: -4px 0;
}

.user-name {
    color: white;
}

.navbar {
    background-color: rgb(11, 128, 197);
    border-color: rgb(12, 140, 218);
}

#environment_Development .navbar {
    background-color: rgb(1, 22, 34);
    border-color: rgb(1, 24, 37);
}

#environment_Staging .navbar {
    background-color: rgb(0, 180, 84);
    border-color: rgb(0, 198, 92);
}

#environment_Test .navbar {
    background-color: #1baaaa;
    border-color: #1baaaa;
}

.navbar .nav > li > a, .nav > li button {
    color: rgba(255, 255, 255, 1);
}

    .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > li button:hover, .navbar .nav > li button:focus {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.3);
        color: rgba(255, 255, 255, 1);
    }

.navbar .nav > li.user-name > a:hover, .navbar .nav > li.user-name > a:focus {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-brand {
    color: rgba(255, 255, 255, 1);
    background-image: url('../images/lhip.png');
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 170px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.7);
    }

.navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus {
    background-color: rgba(255, 255, 255, 0.4);
}



.number-block {
    text-align: right;
}

.break-container {
    margin: 1em calc(50% - 50vw);
    padding: 20px 0;
}

.broken-header {
    background-color: #0D47A1;
    color: white;
    font-size: 1.2em;
}

.broken-header .date{
    font-style: italic;
    margin-bottom: 20px;
}

    .broken-header strong {
        display: block;
        font-size: 2.5em;
    }

.broken-header span{
    color: rgba(255, 255, 255, 0.7);
}

.inline-block {
    display: inline-block;
}

.non-float {
    float: none;
}

.active-disabled.active {
    display: none;
}

.active-disabled:not(.active) + .pre-active-enabled {
    display: none;
}

.row-grid-lg {
    display: grid;
    grid-gap: 40px;
}

.row-grid {
    display: grid;
    grid-gap: 20px;
}

.row-grid-sm {
    display: grid;
    grid-gap: 10px;
}

.grid-col-12 {
    grid-template-columns: repeat(12, 1fr);
}


.grid-col-11 {
    grid-template-columns: repeat(11, 1fr);
}

.grid-col-10 {
    grid-template-columns: repeat(10, 1fr);
}

.grid-col-8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

/*#ocrhtml.ocr-stage-1 p:hover, #ocrhtml.ocr-stage-3 p:hover {
    background: linear-gradient(to right, #C5E1A5 30%, rgba(0,0,0,0) 50%);
    cursor: pointer;
}

#ocrhtml.ocr-stage-2 p:hover, #ocrhtml.ocr-stage-4 p:hover {
    background: linear-gradient(to right, rgba(0,0,0,0) 50%, #E1C5A5 80%);
    cursor: pointer;
}*/

#ocrhtml {
    margin-top: 100px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#ocrhtml.ocr-stage-1 .p-split:hover,
#ocrhtml.ocr-stage-2 .p-split:hover,
#ocrhtml.ocr-stage-3 .p-split:hover,
#ocrhtml.ocr-stage-4 .p-split:hover,
#ocrhtml.ocr-stage-5 .p-split:hover,
#ocrhtml.ocr-stage-6 .p-split:hover,
#ocrhtml.ocr-stage-7 .p-split:hover,
#ocrhtml.ocr-stage-8 .p-split:hover {
    margin-left: -4px;
    margin-right: -4px;
    cursor: pointer;
}

#ocrhtml.ocr-stage-1 .p-split:hover,
#ocrhtml.ocr-stage-3 .p-split:hover,
#ocrhtml.ocr-stage-5 .p-split:hover,
#ocrhtml.ocr-stage-7 .p-split:hover {
    border-top: dashed 4px #647687;
    border-left: dashed 4px #647687;
    border-right: dashed 4px #647687;
    margin-top: -4px;
}

#ocrhtml.ocr-stage-2 .p-split:hover,
#ocrhtml.ocr-stage-4 .p-split:hover,
#ocrhtml.ocr-stage-6 .p-split:hover,
#ocrhtml.ocr-stage-8 .p-split:hover {
    border-bottom: dashed 4px #647687;
    border-left: dashed 4px #647687;
    border-right: dashed 4px #647687;
    margin-bottom: 6px;
}


#ocrhtml p.selected-description-start, 
#ocrhtml p.selected-amended-description-start, 
#ocrhtml div.selected-description-start,
#ocrhtml div.selected-amended-description-start {
    border-top: solid 4px #647687;
    border-left: solid 4px #647687;
    border-right: solid 4px #647687;
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -4px;
}

#ocrhtml p.selected-description-end,
#ocrhtml p.selected-amended-description-end,
#ocrhtml div.selected-description-end,
#ocrhtml div.selected-amended-description-end {
    border-bottom: solid 4px #647687;
    border-left: solid 4px #647687;
    border-right: solid 4px #647687;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 6px;
}

#ocrhtml p.selected-claims-start,
#ocrhtml p.selected-amended-claims-start,
#ocrhtml div.selected-claims-start,
#ocrhtml div.selected-amended-claims-start {
    border-top: solid 4px #76608A;
    border-left: solid 4px #76608A;
    border-right: solid 4px #76608A;
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -4px;
}

#ocrhtml p.selected-claims-end,
#ocrhtml p.selected-amended-claims-end,
#ocrhtml div.selected-claims-end,
#ocrhtml div.selected-amended-claims-end {
    border-bottom: solid 4px #76608A;
    border-left: solid 4px #76608A;
    border-right: solid 4px #76608A;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 6px;
}


#loadingscreen {
    margin-top: 30%;
}

.well-sm .pagination {
    margin: 0;
}

.ocr-states .btn {
    padding: 6px;
}

.ocr {
    margin-top: 15px;
}

.ocr h3 {
    margin-top: 5px;
}

.lhip-spinner {
    border: 10px solid #eee;
    border-top: 10px solid #337ab7;
    border-bottom: 10px solid #337ab7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.material-checkbox {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
    font-size: 14px;
    line-height: 18px;
}

    .material-checkbox > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        position: absolute;
        z-index: -1;
        left: -15px;
        top: -15px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        background-color: rgba(0, 0, 0, 0.42);
        outline: none;
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(0); /* Graceful degradation for IE */
        transition: opacity 0.5s, transform 0.5s;
    }

        .material-checkbox > input:checked {
            background-color: #2196f3;
        }

    .material-checkbox:active > input {
        opacity: 1;
        transform: scale(0);
        transition: opacity 0s, transform 0s;
    }

    .material-checkbox > input:disabled {
        opacity: 0;
    }

        .material-checkbox > input:disabled + span {
            cursor: initial;
        }

    .material-checkbox > span::before {
        content: "";
        display: inline-block;
        margin-right: 15px;
        border: solid 2px rgba(0, 0, 0, 0.42);
        border-radius: 2px;
        width: 20px;
        height: 20px;
        vertical-align: -4px;
        transition: border-color 0.1s, background-color 0.1s;
    }

    .material-checkbox > input[type=radio] + span::before {
        border-radius: 100%;
    }

    .material-checkbox > input:checked + span::before {
        border-color: #2e6da4;
        background-color: #337ab7;
    }

    .material-checkbox > input:active + span::before {
        border-color: #2e6da4;
    }

    .material-checkbox > input:checked:active + span::before {
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.42);
    }

    .material-checkbox > input:disabled + span::before {
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.60);
    }

    .material-checkbox > input:checked:disabled + span::before {
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.60);
    }

    .material-checkbox > span::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 2px;
        width: 5px;
        height: 15px;
        border: solid 2px transparent;
        border-left: none;
        border-top: none;
        transform: translate(5.5px, 1px) rotate(45deg);
        -ms-transform: translate(5.5px, 2px) rotate(45deg);
    }

    .material-checkbox > input:checked + span::after {
        border-color: #fff;
    }

.block {
    display: block;
}

td > .breadcrumb {
    margin-bottom: 0;
}

.dropdown-menu > li > form > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

table > thead.top-padding > tr > th{
    padding-top: 50px;
}

th.sortable:hover {
    cursor: pointer;
    text-decoration: underline;
}
.translation-option {
    display: inline-block;
    border: solid 2px #647687;
    padding: 10px;
}

    .translation-option:hover {
        background-color: #eeeeee;
        cursor: pointer;
    }

.displayNone {
    display: none;
}

.text-secondary {
    color: #777;
}

.btn-success[disabled] {
    background-color: #5cb85c;
}

.navbar-toggle {
    color: white;
    border-color: #888;
}

input.form-control:not(.btn):not([disabled]),
select.form-control:not([disabled]),
textarea.form-control:not([disabled]) {
    background-color: #fdfdfd;
}

.text-changeable:hover {
    cursor: pointer;
    text-decoration: underline;
}

span.text-changeable + ul.dropdown-menu {
    padding: 10px;
    width: 250px
}

span.text-changeable + ul.dropdown-menu li {
    padding: 2px;
}

.first-uppercase::first-letter {
    text-transform: uppercase;
}

h1:not(.strict), h2:not(.strict), h3:not(.strict), h4:not(.strict), h5:not(.strict), h6:not(.strict), h7:not(.strict), h8:not(.strict), h9:not(.strict) {
    text-transform: lowercase;
}

    h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter, h7:first-letter, h8:first-letter, h9:first-letter {
        text-transform: uppercase;
    }

#smartsearch-well {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin: 0;
    opacity: 0;
}

h2 input {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

span[title] {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #777777;
}

span[title]:hover {
    cursor: help;
}

.btn-clickable:hover {
    cursor: pointer;
}

.table-sticky {
    border-collapse: separate;
}

    .table-sticky thead tr th{
        background-color: white;
        position: sticky;
        position: -webkit-sticky;
        top: 51px;
        z-index: 10;
    }

table.table-vertical-middle > tbody > tr > td, td.table-vertical-middle,
table.table-vertical-middle > tbody > tr > th, th.table-vertical-middle {
    vertical-align: middle;
}

.dropzone {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #81C6ff;
    padding: 5em;
    border: 2px dashed #2e6da4;
    border-radius: .5em;
}

    .dropzone.active {
        background-color: #C1D6ff;
    }

    .dropzone.done {
        background-color: #5cb85c;
    }

    .dropzone.upload .dropzone-base, .dropzone.done .dropzone-base {
        display: none;
    }

    .dropzone:not(.upload) .dropzone-upload {
        display: none;
    }

    .dropzone:not(.done) .dropzone-done {
        display: none;
    }

.orderby-ascending::after,
.orderby-descending::after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 10px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.orderby-descending::after {
    content: "south"
}

.orderby-ascending::after {
    content: "north"
}

.avatar {
    border-radius: 50%;
    height: 26px;
    width: 26px;
}

nav .avatar {
    margin: -5px 0;
}

body.noNav nav {
    display: none;
}

body.noNav {
    padding: 0px;
    min-height: 100%;
}

body.noNav .container {
    width: 100%;
}