﻿

/*
    Main containers
 */

body {
    font-family: 'Ubuntu';
}

.p1 {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    padding-top: 1.5rem;
    padding-left: 3.7rem;
    padding-right: 3.7rem;
    overflow-x: hidden;
    margin: auto;
}

.p2 {
    height: 100%;`
    width: 100%;
    /* position: fixed; */
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    margin: auto;
}

.d1 {
    left: 0;
    display: flex;
    background-color: #f5f7f8;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.d2 {
    right: 0;
    display: block;
    overflow: hidden;
}

/*
    Items:
 */
.leftPanelColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding-right: 30px;
}

.leftPanelIcon {
    height: 1.5rem;
    width: 1.5rem;
}
#LmnFooter {
    padding-bottom: 1rem;
    padding-right: 30px;
    position: sticky;
}

.leftPanelColumnSmall {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    margin: auto;
}

.hrOverride {
    margin: 0 !important;
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #212529;
    height: 1px;
}


.mainPageHeader {
    width: 100%;
    padding: 20px 50px 20px 32px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 15fr 2fr 1fr;
    justify-items: start;
    align-items: center;
    border-bottom: 1px solid #D2D4D9;
    background-color: white;
}

#exitButton {
    height: 36px;
    margin-left: auto;
    width: 7rem;
}

.cover {
    max-width: 90%;
    align-self: center
}

.f-col {
    display: flex;
    flex-direction: column;
}


.f-row {
    display: flex;
    flex-direction: row;
    position: static;
    width: 100%;
    justify-content: space-between;
}

.fj-st {
    width: 100%;
    align-self: center;
    justify-content: flex-start;
}

.fj-cen {
    width: 100%;
    align-self: center;
    justify-content: center;
}

.fj-end {
    align-self: center;
    justify-self: end;
}

.fa-st {
    width: 100%;
    align-self: flex-start;
}

.fa-cen {
    width: 100%;
    align-self: center;
    justify-content: start;
}

.fa-end {
    width: 100%;
    align-self: flex-end;
    justify-content: center;
}

.pad-100 {
    padding: 100px 200px;
}

.selected {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}


.white {
    color: white !important;
}

.d2_2 article {
    align-self: flex-start;
}



.inp-36 {
    height: 36px;
    font-size: 15px;
}

.h1-20 {
    font-size: 20px;
    font-weight: bolder;
}

.h1-18 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 25.2px;
}

.h1-15 {
    font-size: 15px;
    font-weight: bolder;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}
.g-10{
    gap:10px;
}
.g-30{
    gap:30px;
}
.hr-ctext {
    display: flex;
    align-items: center;
}

    .hr-ctext:before,
    .hr-ctext:after {
        content: "";
        flex-grow: 1;
        background: #D2D4D9;
        height: 1px;
        font-size: 0;
        line-height: 0;
    }

    .hr-ctext:before {
        margin-right: 26px;
    }

    .hr-ctext:after {
        margin-left: 26px;
    }

/*
    Bootstrap elements' customizing
 */

.invalid {
    border-color: #ED3A32;
}

.form-control, textarea {
    color: #19181B !important;
}

    .form-control:focus, textarea:focus {
        border-color: #008F91 !important;
        outline: none;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    }

    .form-control:hover, textarea:hover {
        border-color: #19181B !important;
        outline: none;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    }


    .form-control::-ms-reveal {
        display: none
    }


    .form-control.error, .form-control.error:hover, .form-control.error:focus, .form-control.error:active {
        border-color: #d74338 !important;
        outline: none;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    }

#passwordTextBox:focus {
    border-right-color: white !important;
}

#repeatedPasswordTextBox:focus {
    border-right-color: white !important;
}

.password:focus {
    border-right-color: white !important;
}

.form-check-input:focus,
.form-select:focus {
    border-color: #008F91;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 5px rgb(0, 143, 145);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 5px rgb(0, 143, 145);
}

.form-group-icon {
    position: static;
}

.form-group-icon-textbox {
    position: static;
    width: 100%;
}

.form-group-icon input {
    padding-left: 36px;
    width: 100%;
}

.form-group-icon i {
    position: absolute;
    color: gray;
    left: 14px;
    bottom: 15px;
}

    .form-group-icon i img {
        height: 18px;
    }

.twoImgs {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.showPassword {
    position: absolute;
    color: gray;
    border: none;
    background: none;
    right: 8px;
    bottom: 13px;
}

    .showPassword img {
        height: 16px;
    }

.input-group select {
    color: gray;
}

.leftPanelRow {
    display: grid;
    align-items: center;
    flex-direction: row;
    grid-auto-flow: column;
    grid-template-columns: auto min-content;
}

.input-validation-error {
    border-color: #ED3A32 !important;
    outline: none;
}

.inputValidationErrorHidePassword {
    border-top-color: #ED3A32 !important;
    border-right-color: #ED3A32 !important;
    border-bottom-color: #ED3A32 !important;
    outline: none;
}

.hidden {
    display: none !important;
}

.btn38.hiddenNotImportant, .hiddenNotImportant {
    display: none;
}

.appTypeContainerMain {
    background-color: white;
    border-radius: 8px;
    border-color: #D2D4D9;
    border: 1px solid #D2D4D9;
    gap: 40px;
    padding: 30px 40px 120px 40px;
    flex-direction: column;
    display: flex;
}

.appTypeContainer {
    background-color: white;
    border-radius: 8px;
    border-color: #D2D4D9;
    border: 1px solid #D2D4D9;
    padding: 0.9rem;
    gap: 10px;
    width: 32.1rem;
    height: 15.3rem;
    display: flex;
    flex-direction: column;
}

    .appTypeContainer h1 {
        text-align: center;
        width: inherit;
    }

    .appTypeContainer button {
        width: 9.4rem;
        margin: auto;
    }

  

/* Housing main */


/*
 -----------------------------------------------------------
    left navigation
 */
.s {
    background-color: #19181B;
    /* top, right, bottom, left */
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 1%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s ease;
    color: white;
    overflow: visible
}

.logo-w {
    width: 7rem;
    background-image: url('/img/LogoOBW.svg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 31px;
}

.logo-ws {
    width: 1.9rem;
    background-image: url('/img/LogoOBWs.svg');
    background-repeat: no-repeat;
    background-position: center center;
    justify-self: center;
    margin-left: 0.7rem;
}

.s_width {
    width: 19.3%;
}

.s_width-small {
    width: 7% !important;
    padding: 2.1rem 0px 4.5rem 0 !important;
    justify-content: flex-start;
    align-content: center;
}

.s2 {
    padding-top: 3.25rem;
}

    .s2 p {
        width: 90%;
        margin-left: 0.6rem;
        margin-bottom: 0;
    }

#small_av_cont {
    width: 3.02rem;
    height: 48px;
}

.inBtnAlign {
    height: 100%;
    position: absolute;
    left: 3px;
    bottom: -3px;
}


/*
 -----------------------------------------------------------
    main container
 */

.m {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 60%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #F5F7F8;
    transition: .5s ease;
    overflow-y: auto;
    color:black;
}

.w {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 60%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    transition: .5s ease;
    overflow-y: auto;
}

.m_width {
    width: 80.7%;
}

.m_width-big {
    width: 93%;
}

/*
 -----------------------------------------------------------
    grid container
 */

.parent {
    max-height: 100%;
    max-width: 100%;
    min-height: 60%;
    min-width: 60%;
    display: grid;
    grid-template-columns: auto 3fr auto 1fr;
    grid-template-rows: auto 0fr auto 1fr;
    grid-gap: 20px;
    margin: 16px 50px 25px 32px;
    /* zoom: 60%; */ /*TODO */
}

/*
 -----------------------------------------------------------
    grid style containers
 */

.profile_container {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    gap: 10px;
    max-height: 100%;
    max-width: 100%;
    min-height: 60%;
    min-width: 60%;
}

.profile_side_container {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    gap: 10px;
    max-height: 100%;
    max-width: 100%;
    min-height: 60%;
    min-width: 60%;
}

/*
 -----------------------------------------------------------
    grid profile_info
 */

.profile_info {
    grid-area: 1 / 1 / 4 / 4;
}

    .profile_info img {
        height: 176px;
        width: 175px;
        border-radius: 176px;
        z-index: 0;
    }

#big_av_cont {
    position: relative;
    width: 11rem;
}

    #big_av_cont span {
        position: absolute;
        right: 0;
        width: 37px;
        height: 37px;
        background-color: #008F91;
        border-style: solid;
        border-width: 2px;
        border-color: white;
        border-radius: 37px;
        z-index: 1;
        cursor: pointer;
    }

        #big_av_cont span svg {
            position: absolute;
            right: 6px;
            top: 6px;
            z-index: 2;
        }

.profile_info table {
    display: block;
    font-size: 15px;
    width: inherit;
}

.profile_info td {
    padding: 0.3rem 0.4rem;
}

.profile_info tr td svg {
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.spanOnClick {
    color: #008F91;
    text-decoration: underline;
    cursor: pointer;
}

/*
 -----------------------------------------------------------
     grid last_objects
 */


.last_objects {
    grid-area: 4 / 1 / 7 / 4;
    height: 357px;
    margin-bottom: 1.5rem;
}

    .last_objects div {
        height: 100%;
        align-items: center;
        gap: 30px;
    }

.obj_container {
    background-color: #ECEEEF;
    border-radius: 8px;
    padding: 26px 20px;
    width: 100%;
    height: 100%;
}

    .obj_container figure img {
        max-height: 125px;
        border-radius: 6px;
        object-fit: none;
    }

.mainTable {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

    .mainTable tr {
        display: flex;
        gap: 10px;
    }

.obj_label_status figure {
    position: relative;
}

.mainTable tr:first-child {
    margin-bottom: 10px;
}

.obj_label_status figcaption {
    visibility: visible;
    position: absolute;
    top: 14px;
    z-index: 1;
    background-color: #FFDD76;
    border-radius: 0 8px 0 0; /* top-left, top-right, bot-right, bot-left */
    font-size: 12px;
    padding: 6px 16px;
}

.obj_container table {
    display: block;
}

.obj_container img {
    width: 100%;
}

.obj_container table td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pad-td {
    width: 15.9rem;
}

    .pad-td td {
        padding: 0.3rem 0.4rem;
        height: 38px;
        align-items: center;
    }

/*
 -----------------------------------------------------------
     grid graphic
 */

.graphic {
    grid-area: 1 / 4 / 5 / 6;
    height: 40rem;
    justify-content: flex-start;
    align-items: center;
    justify-content: space-between;
}

.chev-left {
    width: 1.5rem;
    height: 36px;
    padding: 0.61rem 0.75rem;
    background-color: #3B3B41;
    border-radius: 8px 0 0 8px; /* top-left, top-right, bot-right, bot-left */
    cursor: pointer;
    background-image: url('/img/left_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.chev-right {
    width: 24px;
    height: 36px;
    background-color: #3B3B41;
    border-radius: 8px 0 0 8px; /* top-left, top-right, bot-right, bot-left */

    padding: 7px;
    cursor: pointer;
    background-image: url('/img/right_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}


.d-n {
    display: none;
}

.d-y {
    display: flex;
}


/*
 -----------------------------------------------------------
     buttons
 */


/* .btn-red {
    background-color: transparent;
    border-color: #ED3A32;
    color: #ED3A32;
}

    .btn-red:hover,
    .btn-red:active,
    .btn-red:focus,
    .btn-red.active {
        background-color: transparent;
        border-color: #ED3A32;
        color: #ED3A32;
        box-shadow: 0 8px 8px rgba(0,0,0,.075);
    } */

.f-btn button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0.75rem;
    gap: 12px;
    justify-content: center;
}

.btn i {
    font-style: normal;
    width: 9.13rem;
    text-align: start;
    line-height: 1.6rem;
}

/*
 -----------------------------------------------------------
     button library
 */


.disable, .item_pressed.disable {
    cursor: not-allowed;
    pointer-events: none;
    border: none;
    color: #8A8C99 !important;
}

    .disable.arrow {
        background: none;
    }

    .disable.popup span {
        visibility: hidden;
    }


.big {
    height: 42px !important;
    font-size: 14px;
    width: 100%;
}

.small {
    height: 42px;
    width: 42px;
    color: transparent;
    align-items: center;
    padding: 9px;
    font-size: 14px;
}

.btn-blue.small img {
    left: 0px;
}

.small i {
    display: none;
}

.small svg {
    width: 24px;
    height: 24px;
    align-self: center;
}

.small_dropdown {
    height: 48px;
    width: 3rem;
}

    .small_dropdown:hover {
        background-color: #8A8C99;
        border-radius: 6px;
    }

.small.arrow,
.small.arrow.show {
    background: none;
}

.notice {
    position: relative;
    z-index: 0;
}

    .notice span {
        position: absolute;
        top: 9px;
        right: 9px;
        width: 11px;
        height: 11px;
        background-color: #F05E22;
        border-radius: 11px;
        z-index: 2;
    }

    .notice.active span {
        background-color: #F05E22;
        border-radius: 11px;
    }

    .notice.disable span {
        background: none;
    }

.one span {
    visibility: hidden;
}

.arrow,
.arrow.popup.show {
    background-image: url('/img/right_arrow.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 92%;
}

    .arrow.show {
        background-position-x: 94%;
        background-position-y: center;
        background-image: url('/img/up_arrow.svg');
        background-repeat: no-repeat;
    }

.popup {
    position: relative;
}

    .popup span {
        visibility: visible;
        background-color: #3B3B41;
        color: white;
        height: 22px;
        width: 22px;
        border-radius: 30px;
        position: absolute;
        right: 13%;
        text-align: center;
    }


/*
 -----------------------------------------------------------
     dropdown button
 */

.dropdown-menu {
    width: 100%;
    background-color: #19181B;
    color: white;
    border: 0px;
    --bs-dropdown-padding-x: none;
}

.dropdown-item {
    text-align: left;
    color: white;
    padding-left: 79px;
    cursor: pointer;
}

    .dropdown-item span {
        right: 5%;
    }

.dd__hr {
    display: none;
}

.dropdown_1 {
    position: relative !important;
    transform: translate(0px,2px) !important;
}
/*
 -----------------------------------------------------------
     more-info small button
 */

.more-info {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url('/img/more.svg');
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 6px;
    margin-top: auto;
    justify-self: end;
}

    .more-info:hover,
    .more-info:active,
    .more-info:focus {
        background-color: white;
        background-image: url('/img/moreinfo_hover.svg');
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 6px;
    }

.triangle {
    position: absolute;
    left: -20px;
    bottom: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 20px 7.5px 0;
    border-color: transparent #19181B transparent transparent;
}

.info-window {
    position: fixed;
    bottom: 0;
    margin-left: 30px;
}

.con {
    position: relative;
    width: 220px;
    height: 140px;
    padding: 10px;
    color: white;
    white-space: nowrap;
    z-index: 3;
    background-color: #19181B;
    border-radius: 6px 6px 6px 0;
}

/*
 -----------------------------------------------------------
    window button
 */

.window {
    position: fixed;
    width: inherit;
    height: 100%;
    background: rgba(25, 24, 27, 0.5);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.alert__window {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(25, 24, 27, 0.5);
    z-index: 3;
    display: flex;
    align-items: center;
    padding-top: 133px;
    align-content: center;
    padding-bottom:45px;
}

.ad__page__window {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(25, 24, 27, 0.5);
    z-index: 3;
    display: flex;
    align-items: center;
    padding-top: 65px;
    align-content: center;
}

.window_content {
    background-color: white;
    border-radius: 6px;
    z-index: 4;
    padding: 30px;
}


/* other css */

.d2_2 {
    justify-content: unset;
}

input, label {
    font-size: 15px;
}


.form-group-icon input {
    padding: 6px 12px;
}

.form-check-input:checked {
    background-color: #008F91;
    border-color: #008F91;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.input-group-text {
    background-color: #F5F7F8;
}

input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5%;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.return {
    cursor:pointer;
}

.leftLongButtonText {
    position: relative !important;
    display: flex;
    flex-direction: column;
    right: 0 !important;
    background-color: transparent !important;
    width: 86% !important;
    height: 100% !important;
    border-radius: 0 !important;
    text-align: start !important;
    white-space: break-spaces;
    justify-content: space-around;
}

.w-15{
    width:15% !important;
}
/*
 -----------------------------------------------------------
    login
 */

.language .login {
   margin-left:100%;
}

/*
 -----------------------------------------------------------
    login
 */

.cursor-pointer{
    cursor:pointer;
}

.progressImg {
    height: 100px;
    width: 100px;
}
#in_progress {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 20px;
}

#toFind:hover, #toFind:active {
    background-color: #008F91;
}