﻿.uplDocEmpty img.Image {
    height: 250px;
}

.uplDocDescPanel, .uplMsgDescPanel {
    text-align: center;
}

.uplDocDesc, .uplMsgDesc {
    width: auto;
    display: block;
}

.uplDocDescImg, .uplMsgDescImg {
    height: 37px;
    width: 37px;
    top: 4px;
    /*position: relative;*/
    margin-right: 7px;
    border: 0px solid #D0D0D0;
    border-radius: 50%;
    background-color: #E0E0E0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%), 0 3px 5px rgb(0 0 0 / 23%);
    /*top: -7px;*/
}

.uplDocDescText, .uplMsgDescText {
    vertical-align: top;
    text-align: left;
}

.Button--multiline img.btnImg {
    margin: 0px 23px 0 0;
    height: 21px;
}

.Button--statusActive .Button-icon--active {
    margin: 0px 3px 0 0;
}
.Button--statusHalf .Button-icon--half {
    margin: 0px 2px 0 0;
}
.Button--multiline .Button-label:not(:last-child) {
    margin-right: 18px;
}

.uplMegaInfo {
    /*color: blue;*/
}

/*ul.docsListFot li.uplHasFoto {
color: green;
}
*/
ul {
    list-style: none;
}

li.uplHasFoto::before {
    background-color: green !important;
}

.PhotoUploader i.Icon--bigger {
    margin: 2px 6px 0 0;
}

/*
.Slider-content {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.Slider-slide:first-child, .Slider-slide:last-child {
    min-width: max-content;
    max-width: max-content;
}

.Slider-slide:last-child {
    padding-right: 0;
}

.Slider-slide:first-child {
    padding-left: 0;
}
*/

.Slider-slide {
    min-width: max-content;
    max-width: max-content;
}
    .Slider-slide:first-child, .Slider-slide:last-child {
        min-width: max-content;
        max-width: max-content;
    }

button.ReactModal-close {
    cursor: pointer;
}

/*****/
.Card {
    margin: 10px 0 0 0;
}

.Grid-col {
    padding: 10px 0 0 29px;
}

.Form-submit {
    /*    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: 9;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto
*/
    flex-direction: column;
    position: relative;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0;
}

.ButtonWrap.ButtonWrap--navigation {
    justify-content: center;
}
.Button--navigation {
    min-width: 204px;
    max-width: none;
}

@media (min-width: 768px) {
    .Pageheader .Pageheader-items {
        padding: 15px 0 15px 0;
    }
    .Button--navigation {
        min-width: 204px;
    }
}

@media (min-width: 980px) {
    .Form-submit {
        max-width: 100%;
    }
}
@media (min-width:1280px) {
    .Button--navigation {
        min-width: 249px;
    }
}
@media (min-width:1400px) {
    .Button--navigation {
        min-width: 259px;
    }
}



.Stepper-step {
    cursor: pointer;
}

.Stepper-step--active {
    background: #808080;
}

/******/
.Slider-slide {
    position: relative;
}

.PhotoUploader-flag {
    display: flex;
    min-width: 50px;
    height: 21px;
}

    .PhotoUploader-flag .uplProgress {
        display: block;
        right: 5px;
        position: absolute;
        margin-left: 3px;
        margin-top: -4px;
        text-shadow: 0 0 1px #000000, 3px 3px 5px #C0C0C0;
    }


.uploading .PhotoUploader .PhotoUploader-flag {
    border: 1px solid #c21b18;
    background-color: transparent;
    height: 15px;
    min-width: 60px;
}

.uploading .PhotoUploader img {
    opacity: 0.3;
    /*padding: 20%;*/
}

.PhotoUploader-button {
    cursor: pointer;
}

    .PhotoUploader-button img {
        /*margin-bottom: 2px;*/
    }

    .PhotoUploader-button:hover img {
/*        margin-top: 2px;
        margin-bottom: 0px;*/
    }

.PhotoUploader {
    background-color: #e0e0e0;
}

.PhotoUploader-controlGroup {
    margin: 5px 1px;
}

img.uplThumb {
    display: flex;
    flex: 1;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    width: auto;
    min-width: 50px;
    max-width: 500px;
    object-fit: contain;
}

    img.uplThumb[data-alt='true'] {
        padding: 37px 22% 0px 22%;
        opacity: 0.15;
        height: 180px;
        max-height: 180px;
        min-height: 180px;
        width: 150px;
        margin: 0 0 70px 0;
    }

div.uplNameOver {
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0;
    /*color: #FFFFFF;*/
    font-size: 11px;
    margin: 0px;
    padding: 3px 5px 5px 5px;
    width: 100%;
    height: 85px;
    text-align: center;
    font-weight: bold;
    word-break: break-all;
    pointer-events: none;
    /*text-shadow: 0 0 2px #000000, 0px 0px 2px #000000;*/
}

.formMessage {
    width: 100%;
}
.uplPart-message h1 {
    text-align: center;
    font-size: 2em;
}

.uplPart .uplPartDetail {
    text-align: center;
    margin: 15px 0 15px 0;
}

.uplPart .uplPartDetail p{
    margin: 0 0 0 0;
    line-height: 1.1;
}

.uplPart .uplPartDetailText {
    font-weight: normal;
    margin: 3px 0 0 0;
}
    .uplPart .uplPartDetailText h1 {
        font-size: unset;
        font-weight: bold;
        display: block;
        line-height: unset;
        margin: unset;
    }

.uplDocName .groupName {
    display: block;
    font-size: 100%;
}

.uplDocName .pageName {
    display: block;
    font-size: 85%;
    margin-top: 15px;
}

.btnDocLabel {
    display: inline-block;
    margin-right: 15px;
}

.uniqueSuffixLabel {
    display: block;
    font-size: 85%;
    color: darkgray;
}

.uplDocUniqueSuffix {
    font-size: 95%;
    color: darkgray;
    text-align: center;
}

.itName {
}

.itUniqueSuffix {
    font-size: 90%;
    color: darkgray;
    display: block;
    margin-top: -3px;
}

#noteEditor {
    margin: 10px 0 0 0;
}

#inpNoteEditor, .inpSuggestion, .inpMessage {
    width: 100%;
    min-height: 150px;
    border: 1px solid #E0E0E0;
    border-radius: 9px;
    padding: 6px;
    font-size: 140%;
    /*margin: 0px 0px 14px 0px;*/
}

    #inpNoteEditor:focus,
    #inpNoteEditor:active,
    .inpMessage:focus,
    .inpMessage:active
    {
        outline: none !important;
        border-color: #D0D0D0;
        box-shadow: 0 0 8px #80808040;
    }
    #inpNoteEditor::placeholder, 
    .inpMessage::placeholder {
        color: #C0C0C0;
    }
.infoMessage {
    color: lightgray;
    text-align: right;
    font-size: 94%;
    position: relative;
    bottom: 5px;
    right: 2px;
}
.infoMessage.colorError {
    color: red;
}

    .messageContainer {
        padding: 10px 10px 0 10px;
    }

.uplDocAdd:focus, .uplDocAdd:active {
    outline: none !important;
    text-shadow: 0 0 2px #00000000, 0px 0px 2px #FF000080;
}

#uplGrpFot .Card h2 {
    background-image: url('/accGcp/img/Photo.svg');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    padding-left: 32px;
    padding-bottom: 5px;
    background-position-y: -2px;
    padding-top: 1px;
}

#uplGrpDocs .Card h2 {
    background-image: url('/accGcp/img/Document.svg');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    padding-left: 32px;
    padding-bottom: 5px;
    background-position-y: 0px;
    padding-top: 0px;
}

.uplPart-message .Container .Grid {
    display: grid;
}

#uplGrpContact {
    margin-top: 14px;
}
#uplGrpContact .Card h2 {
    background-image: url('/accGcp/img/Contact.svg');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    padding-left: 32px;
    padding-bottom: 5px;
    background-position-y: -1px;
    padding-top: 0px;
}

/*********/
.flip {
    -moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform: scaleX(-1); /* Standard */
    filter: FlipH; /* IE 6/7/8 */
}

.Button-label {
    font-weight: 500;
}
.Button-label strong {
    font-weight: 900;
}

.Text--mainTitle {
    font-weight: 500;
}

.Text--mainTitle strong {
    font-weight: 900;
}

/*********/
.Container {
    /*border: 1px solid red;*/
}
/*** Lng Selector START ****************/
/*.lngPanel {
    display: inline-block;
    vertical-align: top;
    margin: -21px 7px 0 0;
}
    .lngPanel:hover {
    }
*/
button.lngPanel {
    background-color: #fff !important;
    border: none;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

button.lngPanel:hover {
}

button.lngBtnGrp {
    background-color: #fff !important;
    border: none;
    padding: 4px 4px 4px 10px;
    height: 34px;
    opacity: 0.9;
}
    button.lngBtnGrp:hover {
        opacity: 1.0;
        box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
    }

a.lngBtn {
    padding: 0;
    display: flex;
    min-height: 32px;
}

    a.lngBtn img, button.lngBtnGrp img {
        width: 22px;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        position: relative;
        top: 1px;
    }
    a.lngBtn span.lngName {
/*        padding: 1px 0px 0px 6px;
        color: gray;
*/
    }

.lngName {
    list-style: none;
    margin: 0;
    font-weight: 700;
    padding: 0px 10px 0 1px;
    display: inline-block;
    background-position: left 8px center;
    background-repeat: no-repeat;
    color: #282e38;
}

.lngPanel .dropdown-menu {
    position: absolute;
    padding: 8px;
    margin: 0;
    display: none;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 3px 3px 3px rgba(0,0,0,.06);
}

    .lngPanel .dropdown-menu a span img {
        width: 22px;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        position: relative;
        top: 1px;
    }
    .lngPanel .dropdown-menu a span.lngName {
        padding: 0px 10px 0 5px;
    }

/*** Lng Selector END ****************/
