@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.logo {
    /*width: 250px;*/
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}


a, .btn-link {
    color: #0366d6;
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

#GridPaddingTop {
    padding-top: 2.5rem;
}

#GridPaddingTopTable {
    padding-top: 2.5rem;
    max-height: 60vh;
    overflow: auto;
    display: inline-block;
}

#GridPaddingTopBackGroundColor {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #F8F9FA;
}

#ImageGridColumn {
    width: 100%;
    height: 100%;
}

#PFontSizeGrafiek {
    font-size: 4px;
}

#BackgroundModal {
    background-color: rgba(255,255,255,0.5);
}

#BackgroundInputNumeric {
}

#ContainerFluidMarge {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 30px;
}

.ParameterWaardeWhite {
    background-color: white;
}

.ParameterWaardeOrange {
    background-color: orange;
}

.ParameterWaardeRed {
    background-color: red;
}

#AddNewLocatieText {
    text-align: center;
    vertical-align: middle;
    font-size: 90px;
    color: dimgray;
    padding-top: 30px;
    padding-bottom: 45px;
    cursor: pointer
}

#InlineCheckBox {
    margin: 6px;
}

#GridPaddingTopIndexPage {
    padding-top: 2.5rem;
}

#CursorPointer {
    cursor: pointer;
    color: royalblue;
}

#RowLayoutBehandeling {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
}


#LabelLocatie {
    display: table-cell;
    vertical-align: middle;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

#CheckBorder {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-left: -20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

#CheckBoxBorder {
    border: 1px solid rgba(120,120,120, 0.2);
    border-radius: 5px;
    margin-left: -20px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

#pluswrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
}

.plus {
    margin: auto;
}

#titleBold {
    font-weight: bold
}

td.min {
    width: 20%;
    white-space: nowrap;
}

td.min {
    width: 20%;
    white-space: nowrap;
}

.draftButton {
    height: 1em;
    width: auto;
    border-radius: 4px;
}

i.fas + span {
    margin-left: 5px;
}

.protocol-parameter-row:hover, .rowHover:hover{
    background-color: lightgray;
    border-radius: 4px;
}

.protocol-parameter-row {
    align-items: center;
}

.clickable {
    cursor: pointer;
}

.hoverFocus:hover {
    background-color: lightgray;
}

.h-min-100 {
    min-height: 100px;
}

.h-min-200 {
    min-height: 200px;
}

.h-min-500 {
    min-height: 200px;
}

.sticky-bottom {
    position: sticky;
    right: 0;
    left: 0;
}

.absolute-bottom {
/*    position: absolute;
*/    bottom: 0;
    right: 0;
    left: 0;
}

.overviewWithPaging {
    margin-bottom: 100px;
}

.alert-sm {
    padding-top: 0.375rem;
    padding-right: 1.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .modal-xxl > .modal-dialog,
    .modal-xxl > .modal-content {
        max-width: 1600px;
    }

    .modal-xxxl > .modal-dialog,
    .modal-xxxl > .modal-content {
        max-width: 1800px;
    }
}

.modal-fullscreen {
    width: calc(100vw - 40px) !important;
    height: calc(100vh - 20px) !important;
    margin: 10px;
}

.rotate-45-down{
    transform:rotate(45deg);
}
.rotate-45-up {
    transform: rotate(-45deg);
}

.snackbar-success {
    background-color: rgb(25, 135, 84) !important;
    color: rgb(255, 255, 255) !important;
}

.snackbar-danger {
    background-color: rgb(220, 53, 69) !important;
    color: rgb(255, 255, 255) !important;
}

.snackbar-warning {
    background-color: rgb(255, 193, 7) !important;
    color: rgb(33, 37, 41) !important;
}

.locatie_modal_remove_meetpunt{
    justify-content: center;
}

.meetlocaties_width{
    width: 96%;
}

.text_align{
    text-align: center;
}

.meetpunt_button {
    margin-left: 10%;
}

.add_button{
    font-weight: 400;
    font-size: large;
}

.behandeling_modal_remove_behandeling{
    justify-content: center;
}

.PowerBi-Report{
    width:100%;
    height:100vh;
}

.center {
    margin: auto;
    position: relative;
    text-align: center;
    top: 10%;
    width: 20%;
}

.link_nostyle{
    color: black;
    text-decoration: none;
}

    .link_nostyle:hover{
        color: black;
    }

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.addSegment:hover{
    cursor: pointer;
}