﻿.profile_album
{
    /*height: 74px;*/
    /*background-color: #D6D7D8;*/
    /*border: thin solid #000;*/
    /*overflow:auto;*/
    /*margin:10px 0 30px 0;*/
}

    /*padding for albom*/
    .profile_album section
    {
        /*border:thin solid #000;*/
        overflow: auto;
        padding: 0 0 20px 0;
    }

    .profile_album li
    {
        list-style-type: none;
    }

.image_public {
    float: right;
}

.profile_album .album_photo {
    padding: 6px;
    margin: 0 2px 15px 15px;
    width: 100px;
    height: 115px;
    float: right;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 1;
    overflow: hidden;
}

    .profile_album .album_photo .albom_img {
        background: url(../files/images1/loader/lazy_loader.gif) 50% 25px no-repeat rgb(255, 255, 255);
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
        z-index: 555;
        /*border: thin solid;*/
        float: right;
    }

    .profile_album .album_photo .decline_container {
        position: absolute;
        height: auto;
        margin: 26px auto;
    }

    .profile_album .album_photo .albom_img_Decline {
        background-color: transparent !important;
        background: url(../files/images1/icons/photo_decline.png) no-repeat;
        width: 30px;
        height: 30px;
        bottom: 0;
        z-index: 999;
        margin: 6px auto;
        display:block;
    }

    .profile_album .album_photo .message_decline {
        color: #fff;
        font-size: 15px;
        width: 88px;
        height: auto;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.60);
        padding: 2px 4px 3px 4px;
        line-height: 15px;
        display: block;
        margin: 0 auto;
    }

.profile_album .add_new_photo {
    padding: 6px;
    margin: 0 2px 15px 15px;
    width: 100px;
    height: 115px;
    float: right;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 1;
    overflow: hidden;
}

.image_buttons {
    position: absolute;
    margin: 7px 8px 0 0;
    z-index: 500;
    float: right;
}

.profile_album .album_video {
    padding: 6px;
    margin: 0 2px 15px 15px;
    width: 12%;
    height: 100px;
    float: right;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 100;
}

 
/*red arrow - add*/
.photo_to_added_wrapper
{
    /*display: none;*/
    margin: -3px 0 0 0;
    float: left;
}

/*green arrow - added*/
.photo_to_add_wrapper
{
    /*display: none;*/
    margin: -3px 0 0 0;
    float: left;
}

    /*inner image add + added*/
    .photo_to_add_wrapper .photo_to_add, .photo_to_added_wrapper .photo_to_add
    {
        width: 62px;
        margin: 5px 0 0 -109px;
        float: left;
    }

/*added*/
.photo_to_added_wrapper .ico_added label
{
    /*width: 62px;*/
    margin: 5px 55px 0 0;
    color: #fff;
    position: absolute;
    font-weight: normal;
    text-shadow: -1px 1px 0px #000;
}

.profile_album .lbl_access_status
{
    float: right;
    margin: 4px 181px 0 0;
    position:absolute;
}

.profile_album .lbl_private {
    float: right;
    margin:-3px 20px 0 5px;
    /*color: #BC021C;*/
}

.lbl_private_pic_quan {
    float: right;
    margin:0 0 0 0;
    position:absolute;
}

.profile_album .private_photo_bg
{
    background: url(../files/images1/user_profile/private_photo_bg.png) 0 0;
}

/*icons on photo*/
.profile_album .ico {
    height: 16px;
    width: 16px;
    margin: 4px 3px 0 0;
    position: absolute;
    /*border: thin solid #000;*/
}

.profile .ico_delete_photo
{
    background: rgba(0, 0, 0, 0) url('../files/images1/user_profile/profile_ico.png') 0 -1934px no-repeat;
}

    .profile .ico_delete_photo:hover
    {
        background: rgba(0, 0, 0, 0) url('../files/images1/user_profile/profile_ico.png') 0 -1978px no-repeat;
    }

.profile .ico_make_private_photo
{
    margin: 23px 3px 0 0;
    background: rgba(0, 0, 0, 0) url('../files/images1/user_profile/profile_ico.png') 0 -1952px no-repeat;
}

    .profile .ico_make_private_photo:hover
    {
        background: rgba(0, 0, 0, 0) url('../files/images1/user_profile/profile_ico.png') 0 -1996px no-repeat;
    }

/*end icons on photo*/

.profile .ico_make_public_photo
{
    margin: 26px 3px 0 0;
    background: rgba(0, 0, 0, 0) url('../files/images1/user_profile/profile_ico.png') 0 -2022px no-repeat;
}

    .profile .ico_make_public_photo:hover
    {
        background: rgba(0, 0, 0, 0) url('../files/images1/user_profile/profile_ico.png') 0 -2041px no-repeat;
    }

/*icon title*/
.profile_album .private_ico {
    height: 16px;
    width: 16px;
    margin: 4px 0 0 0;
    cursor:default;
    position: absolute;
    background: url(../files/images1/user_profile/profile_ico.png) 0 -1865px no-repeat;
}
/*end icon title*/

.profile_album .ico_add
{
    background: url(../files/images1/search/ico_add.png) -3px 0 no-repeat;
}

.profile_album .ico_added
{
    background: url(../files/images1/search/ico_added.png) -3px 0 no-repeat;
}

.profile_album .ico_nav_prev
{
    background: url(../files/images1/prev_next.png) 0 0 no-repeat;
    width: 88px;
    height: 25px;
}

.profile_album .ico_nav_next
{
    background: url(../files/images1/prev_next.png) -14px 0 no-repeat;
    width: 16px;
    height: 70px;
    float: right;
    margin: 2px 0 0 2px;
    /*border:thin solid #000;*/
}

    .profile_album .ico_nav_next:hover
    {
        background: url(../files/images1/prev_next.png) -14px -70px no-repeat;
    }



@media screen and (max-width: 1200px) {
}

    @media screen and (max-width: 992px) {
    }

    @media screen and (max-width: 768px) {
    }

    @media screen and (max-width: 640px) {

        /*.profile_album .lbl_access_status {
            float: right;
            margin: 2px 190px 0 0;
            position: absolute;
        }

        .profile_album .lbl_private {
            float: right;
            margin: 0 20px 0 0;
            color: #BC021C;
        }

        .lbl_private_pic_quan {
            float: right;
            margin: 0 3px 0 0;
            position: absolute;
        }*/

        .image_buttons {
            position: absolute;
            margin: 10px 11px 0 0;
        }

        .profile_album .album_photo {
            padding: 6px;
            margin: 0 2px 15px 15px;
            width: 150px;
            height: 166px;
            float: right;
            background-color: #fff;
            text-align: right;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
            -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
            box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
            z-index: 1;
            overflow: hidden;
        }

            .profile_album .album_photo .albom_img {
                background: url(../files/images1/loader/lazy_loader.gif) 50% 25px no-repeat rgb(255, 255, 255);
                width: 100%;
                height: 100%;
                top: 0;
                object-fit: cover;
            }

                .profile_album .add_new_photo {
            padding: 6px;
            margin: 0 auto 15px auto;
            width: 100px;
            height: 115px;
            float: none;
            background-color: #fff;
            text-align: center;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
            -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
            box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
            z-index: 1;
            overflow: hidden;
        }

        
    }

@media screen and (max-width: 452px) {
    
}

@media screen and (max-width: 350px) {
}
