﻿.suWrapper {
    padding: 0px 5px 0px 5px;
    margin-bottom: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.suWrapperSection {
    background-color: white;
    margin-top: 2px;
}

.suWrapperSectionTitle {
    font-weight: bold;
    background-color: #343434;
    color: white;
    padding: 5px;
    position: relative;
}

.suInnerSection {
    padding: 10px 20px 15px 20px;
}


.suComposeTxt {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    outline: 0px solid transparent;
    padding: 5px 10px 15px 5px;
    resize: vertical;
    line-height: 20px;
    min-height: 150px;
    width: 100%;
    box-sizing: border-box;
    font-family: segoe ui;
}

.suComposeTitle {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
}

.green {
    background-color: limegreen;
    color: white;
}

#saveChanges_Window {
    background-color: white;
    width: 600px;
    overflow: hidden;
    /* overflow-y: scroll; */
    /* margin-top: -125px; */
    position: fixed;
    top: 5px;
    z-index: 100305;
    bottom: 5px;
    box-shadow: 1px 1px 2px black;
}

.saveChangesInnerWrapper {
    overflow-y: scroll !important;
    display: block;
    height: 100%;
    position: relative;
    padding: 5px 10px 5px 10px;
    background-color: white;
}

#saveChanges_Mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 100000;
    opacity: .85;
    /*background:linear-gradient(rgba(0, 0, 0, 0.7));*/
}

.suOptionsHeader {
    position: relative;
    float: right;
    width: 100%;
    top: 0px;
    left: 0px;
}

.suRefreshBtn {
    display: inline-block;
    position: absolute;
    right: 5px;
    text-decoration: none;
    cursor: pointer;
    height: 28px;
    top: 3px;
}

    .suRefreshBtn:hover {
        background-color: white;
    }

.suWrapper select {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    display: block;
    box-sizing: border-box;
}

.lblLastModified {
    font-size: 12px;
    color: gray;
}

.suItemTitle {
    font-size: 12px;
    color: gray;
}

.imgNameSnip {
    position: absolute;
    display: block;
    top: 3px;
    right: 5px;
    background-color: azure;
    padding: 2px;
    font-size: 12px;
    line-height: 18px;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.imgCancelBtn {
    background-color: red;
    color: white;
    padding: 5px;
}

.suButton {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    float: right;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1px 5px 3px 3px;
    top: 5px;
    cursor: pointer;
    left: 0px;
    background-color: lightgray;
    border-radius: 3px;
}

.suButtonWindow {
    position: relative;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    margin: 1px 5px 3px 3px;
    top: 5px;
    cursor: pointer;
}

.suPushlishBtn {
    background-color: blue;
    color: white;
}

#regionPreview {
    padding: 10px 0px 10px 0px;
}

.reportError {
    color: red;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
}

.suQuickHolder {
    
    font-size: 14px;
    line-height: 15px;
}

.suQuickItem {
    display: flex;
    flex-direction: row;
    padding: 5px;
    /* max-width: 300px; */
    margin-bottom: 10px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    background-color: white;
    cursor: pointer;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
   

.suQuickItemSecA {
    width:30%;
    position: relative;
}

.suQuickItemSecB {
    width: 70%;
}

.suQuickItemThumbnail {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 100px;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin-top:10px;
}
/*
.suQuickHeader {
    padding: 2px 5px 5px 8px;
    font-weight: bold;
    max-height: 26px;
    overflow-y: hidden;
}*/
.suQuickText {
    padding: 2px 5px 5px 8px;
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 20px;
}
.suCountsBar{
    color:gray;
    font-size:12px;
}
    .suCountsBar img {
        display: inline-block;
        padding:5px 0px 5px 5px;
        vertical-align:middle;
    }
    .suCountsBar span {
        display: inline-block;
        padding: 5px 0px 5px 5px;
        vertical-align: middle;
    }


.suInfo {
    padding: 2px 5px 5px 8px;
    overflow-y: hidden;
    font-size: 12px;
    max-height: 32px;
    line-height: 16px;
    color: #3d3d3d;
}

.suAuthorName{
    font-size:14px;
    font-weight:bold;
    color:dodgerblue;
}
.suInfoTitle {
    padding: 2px 5px 5px 8px;
}
.suInfoTitleText {
    font-weight: bold;
}

/*-------------------------------------MOBILE STYLES------------------------------------------*/
@media only screen and (max-width: 720px) {

    #saveChanges_Window {
        width: 100%;
        top: 0px;
        right: 5px;
        left: 5px;
    }
}
