/* css here.. */

#postPhotoUser {
    border: 1px solid #ccc;
    padding: 0px 20px;
    width: 60%;
    margin-top: 22px;
    padding: 21px;
}

.photoprism-wrapper {
    background: #fff;
    padding: 20px;
    /* border: 1px solid; */
}

.photo-input {
    width: 50%;
    margin-left: 30px;
}

label.label-photo {
    font-size: 14px;
    text-align: left;
}

#photo-user-email {
    width: 100%;
    margin-left: 25px;
}

#show_photo {
    padding: 21px;
    border: 1px solid #ccc;
    display: inline-block;
}

#show_photo_admin {
    padding: 21px;
    border: 1px solid #ccc;
    display: inline-block;
}

.photo-style img {
    max-width: 200px;
}

#postUserId {
    border: 1px solid #ccc;
    padding: 15px 20px 16px 18px;
    width: 60%;
    margin-top: 22px;
}

.photo-style {
    /* width: 20%; */
    border: 1px solid #ccc;
    padding: 18px;
    margin: 20px;
    text-align: center;
    float: left;
}

#adminmenu .wp-menu-image img {
    width: 20px !important;
}

.tick-icon {
    max-width: 20px !Important;
    vertical-align: bottom;
}

.details {
    margin-top: 18px;
    min-height: 24px;
}

.nav {
    padding: 1% 5% 0% !important
}

.photoprism-container .tab-content {
    margin: 0% 1.5%;
}

.container.photoprism-container {
    margin-top: 20px;
}

.PhotoprismNav .nav-tabs .nav-link.active {
    color: white !important;
    background-color: #1EA0A7 !important;
    border-color: #dee2e6 !important;
    border: 0px solid !important;
}

.PhotoprismTabs {
    padding: 15px 30px;
    color: #000;
    text-transform: uppercase;
    border: none !important;
    text-decoration: none !important;
}

.PhotoprismTabs .nav-item {
    color: #000;
    text-transform: uppercase;
}

.PhotoprismNav {
    background: #ccc;
    padding: 0px 0px;
    border: 0px;
    margin-bottom: 30px;
}

.PhotoprismNav #nav-tab {
    padding: 0px !important;
}

.photo-grid {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 6px;
    text-align: center;
        margin-bottom: 20px;
}

.checkbox.photo-select-CB,
.photo-select-download {
    margin-top: 20px;
    margin-bottom: 15px;
}

.select-photo {
    padding: 8px 14px;
    font-size: 12px;
}

.photo-grid img {
    display: inline-block;
}

.container.photoprism-container a {
    text-decoration: none !important;
}

.file_upload_photoplugin {
    display: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.progress {
    position: relative;
    border: 1px solid #ddd;
    padding: 1px;
}

.progress,
.progress-bar {
    line-height: 11px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 33px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}