/* okienka dialogowe */

#windows {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

#windows>div:nth-child(1) {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer;
}

#windows>form {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
}

#windows>form>* {
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    font-family: 'Barlow', sans-serif;
    border-radius: 15px;
    font-weight: 400;
    z-index: 1000;
}

#windows #search-field {
    margin: 20vh auto auto;
}

#windows #search-field>input {
    border-radius: 10px;
}

#windows #search-field input {
    height: 65px;
    width: 45vw;
    min-width: 600px;
    padding: 20px 20px 20px 100px;
    border: none;

    background-image: url('/panel/images/icons/searching.svg');
    background-repeat: no-repeat;
    background-position: 35px 50%;
    background-size: 45px;

    font-size: 30px;
    font-family: 'Barlow', sans-serif;
    background-color: #fff;
}

#windows #search-field input::placeholder {
    font-weight: 300;
}

#windows #search-field > div {
    background-color: #fff;
    position: relative;
}

#windows #search-field  a {
    display: flex !important;
    align-items: center !important;
}

#windows #search-field > div {
    max-height: 300px;
    overflow-y: auto;
}

#windows #search-field > div> div a:hover {
    background-color: #f8fafc;
    border-radius: 10px;
}

#windows #search-field > div> div p {
    margin-top: auto;
    margin-bottom: auto;
}

#windows #search-field > div:last-child {
    padding-bottom: 10px;
}

#windows #search-field > div > h3 {
    padding: 20px 20px 30px;
}

#windows #search-field > div > div {
    margin: 0 10px 2px;
    padding: 5px 10px;
    display: block !important;
}

#windows #search-field h3 {
    font-weight: 300;
    color: #b0b9c6
}

#windows #search-field p {
    display: inline-block
}

#windows #search-field p:nth-child(1) {
    width: 60px;
    padding: 2px 5px !important;
    text-align: center;
    border-radius: 5px;
    color:#b0b9c6 !important;
}

#windows #search-field p:nth-child(2) {
    width: calc(100% - 210px);
    margin: auto 20px;
}

#windows #search-field p:nth-child(3) {
    width: 80px;
    padding: 2px 5px !important;
    text-align: center;
    margin: auto;
    font-size: 13px;
    color: #b0b9c6;
    font-weight: 400;
}

#windows .searching>input  {
    border-radius: 10px 10px 0 0 !important;
}

#windows .searching>div {
    border-top: 1px solid #b0b9c6;
    border-radius: 0 0 10px 10px !important;
}

#windows #alert-data-change { 
    padding: 30px;
    background-color: #fffae9;
}

#windows #select-action, #windows #get-info-from-rma, #windows #storage_action_complaint, #windows #storage_action_complaint_done {
    padding-top: 30px;
    text-align: center;
    background-color: #fff;
}

#windows #select-action, #windows #get-info-from-rma, #windows #storage_action_complaint, #windows #storage_action_complaint_done, #windows #alert-data-change {
    max-width: 30vw;
    min-width: 450px;
    border-radius: 10px;
    position: relative;
    margin: auto;
}

#windows #alert-data-change h2 {
    margin: 20px 0 35px;
}

#windows #select-action h2, #windows #get-info-from-rma h2, #windows #storage_action_complaint h2, #windows #storage_action_complaint_done h2 {
    margin: 20px 0;
}

#windows #select-action h3, #windows #get-info-from-rma h3, #windows #storage_action_complaint h3, #windows #storage_action_complaint_done h3 { 
    margin: 10px 0 40px;
    font-weight: 300;
    color: #979faf;
}

#windows #select-action h2, #windows #alert-data-change h2, #windows #get-info-from-rma h2, #windows #storage_action_complaint h2, #windows #storage_action_complaint_done h2 {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    padding: 0 30px;
    cursor: default;
}

#windows #select-action p, #windows #get-info-from-rma p, #windows #storage_action_complaint p, #windows #storage_action_complaint_done p  {
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #c5c5c5;

} 

#windows #get-info-from-rma p, #windows #storage_action_complaint p, #windows #storage_action_complaint_done p   {
justify-content: center;
}

#windows #select-action p {
    padding: 20px 25px;
} 

#windows #select-action p:last-child, #windows #get-info-from-rma p:last-child, #windows #storage_action_complaint p, #windows #storage_action_complaint_done p {
    border-radius: 0 0 10px 10px;
}

#windows #select-action p:hover, #windows #get-info-from-rma p:hover, #windows #storage_action_complaint p:hover, #windows #storage_action_complaint_done p:hover {
    background-color: #fffaeb;
}

.search-selected {
    background-color: #f8fafc !important;
    border-radius: 10px !important;
}

#windows #select-action > img, #windows #get-info-from-rma > img, #windows #storage_action_complaint > img, #windows #storage_action_complaint_done > img  {
    height: 60px;
    margin: 10px 0;
}

#windows #select-action p span, #windows #get-info-from-rma p span, #windows #storage_action_complaint p span, #windows #storage_action_complaint_done p span {
    width: 50px;
    display: inline-block;
    margin: auto 0;
    text-align: center;
} 

#windows #select-action p span {
    padding: 0 15px 0 35px;
} 

#windows #select-action span img, #windows #get-info-from-rma span img, #windows #storage_action_complaint span img, #windows #storage_action_complaint_done span img {
    height: 20px;
}

#windows #alert-data-change>div {
    display: flex;
}

#windows #get-info-from-rma p input, #windows #storage_action_complaint p input, #windows #storage_action_complaint_done p input {
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;
}

#windows #alert-data-change>div>div:hover {
    background-color: #fff;
    border-radius: 10px;
}

#windows #alert-data-change>div>div {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

#windows #alert-data-change p {
    font-size: 21px;
    font-weight: 400;
}

#windows #alert-data-change img {
    height: 50px;
    margin-bottom: 10px;
}

#windows #upload-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#windows #upload-info>div {
    background-color: #fff;
    border-radius: 10px;
    color: #979faf;
    padding: 15px
}