﻿.no-close .ui-dialog-titlebar-close
{
    display: none !important;
}
.ui-dialog-titlebar
{
    background-color: #c0c0c0;
    border-color: #000000;
    color: #303030;
}

.ui-widget-header
{
    border: none;
    background: none;
    color: #000000;
    font-weight: bold;
    font-size : 16px;
}

.ui-widget-content .ui-icon
{
    background-image: url(../img/ui.jquery/ui-icons_222222_256x240.png);
}

.social
{
    margin-left: 4px;
}

.social_btn
{
    display: inline-block;
    background: url(/img/social_share.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.social_btn_zoom
{
    display: inline-block;
    background: url(/img/social_share.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}

.photo-share-thumb
{
    padding-bottom: 50px;
}

.social-slide_tw
{
    background-image: url('/img/twitter-hover.png');
    height: 48px;
    width: 48px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-slide_tw:hover
{
    background-position: 0px -48px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.social-slide_fb
{
    background-image: url('/img/facebook-hover.png');
    height: 48px;
    width: 48px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-slide_fb:hover
{
    background-position: 0px -48px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

#fade_loading
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal_loading
{
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}