﻿.gridViewNavigation span
{
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif; /*font-weight:bold;*/
	padding: .2em .5em .25em; /*text-shadow: 0 1px 1px rgba(255,255,255,.4);*/
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #000;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.gridViewNavigation td a
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif; /*font-weight:bold;*/
	padding: .2em .5em .25em; /*text-shadow: 0 1px 1px rgba(255,255,255,.4);*/
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #000;
	border: solid 1px #b0b0b0;
	background: #e1e1e1;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#d1d1d1));
	background: -moz-linear-gradient(top,  #e1e1e1,  #d1d1d1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#d1d1d1');
}

.gridViewNavigation td a:hover
{
	color: #000;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.button
{
	font-weight: bold !important;
}

.buttonblock
{
	display: block;
	margin-bottom: 1px;
}

.TinyField
{
	font-size: 8pt;
}

.DesignerImage
{
	height: auto;
	width: 100px;
}

.EmptyStar
{
	display: inline-block;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url("images/resource.png") no-repeat scroll -273px -31px;
	width: 12px;
	height: 13px;
}
.FullStar
{
	display: inline-block;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url("images/resource.png") no-repeat scroll -289px -31px;
	width: 12px;
	height: 13px;
}
.HalfStar
{
	display: inline-block;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url("images/resource.png") no-repeat scroll -304px -31px;
	width: 12px;
	height: 13px;
}

#tools
{
	overflow: hidden;
	background-color: #eee;
	border: solid 1px #ccc;
	margin: 5px 0;
	padding: 5px;
}

.spread
{
	width:100%;
}

.section
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#eeeeee; 
	border: solid 1px #cccccc; 
	margin-bottom:5px;
	padding:5px;
}

th a{
	border-bottom: 1px dotted #333;
}

th a:hover{
	border-bottom: 1px dotted #f00;
	text-decoration:none;
}

/*New catalog*/

.ErrorBlock {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin:12px 0;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.SCSubPanelHeader {
    /*background: #808080; /* modern violet */
    clear:both; /* overcome PropCat+PropItemNew non-overflow div holder */
}
.SCSubPanelHeaderPromo {
    background: #f09090;
    text-shadow: 1px 1px 1px rgba(150, 80, 80, 1);
}

.cloth-cat {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*cloth-cat-gender*/
.cloth-cat .cloth-cat-gender {
    display: flex;
}
    .cloth-cat .cloth-cat-gender .col {
        width: 20%;
        display: table-cell;
    }
        .cloth-cat .cloth-cat-gender .col a {
            text-decoration: none;
            color: #434343;
            font-size: 12px;
            letter-spacing: 1px;
        }
        .cloth-cat .cloth-cat-gender .col a:hover {
            text-decoration: underline;
        }
        .cloth-cat .cloth-cat-gender .col .lvl1 {
            font-weight: bold;
            text-transform: uppercase;
            padding-bottom:6px;
            padding-top: 12px;
        }
        /*.cloth-cat .cloth-cat-gender .col .lvl2 {
        }*/

/*gender button set*/
.cloth-cat .gender-set {
    margin-bottom: 20px;
}
    /*.cloth-cat .gender-set input[type=radio] {
    }*/
    .cloth-cat .gender-set label {
        /*working outline fix*/
        outline-style:none;
        box-shadow:none;
        border-color:transparent;
        /*working outline fix*/
    }
    .cloth-cat .gender-set label>span {
        display: none; /*hide radiocircles*/
    }
    .cloth-cat .gender-set .ui-checkboxradio-label.ui-state-focus { /*buttonset fix*/
        border: 1px solid #e010c6!important; background: #bd05a5 url(images/ui-bg_glass_30_bd05a5_1x400.png) 50% 50% repeat-x!important; color: #ffffff!important;outline:none!important;
    }
    .cloth-cat .gender-set .ui-checkboxradio-label.ui-visual-focus { /*buttonset fix*/
        border: 1px solid #e010c6!important; background: #bd05a5 url(images/ui-bg_glass_30_bd05a5_1x400.png) 50% 50% repeat-x!important; color: #ffffff!important;outline:none!important;
    }

.cloth-item-holder {
    margin-bottom: 20px;
    /*padding-bottom: 15px;*/
    padding-top:15px;
        background:#e6e6e6;

    /*margin-left: -15px;*/
    /*margin:8px -20px 8px -10px;*/
    /*margin-left:-3px;margin-right:-6px;margin-top:8px;margin-bottom:8px;*/
}

    .cloth-item-holder .notfound {
        padding-bottom: 10px;
        text-align: center;
        font-size:12px;
    }

    .cloth-item-holder.cloth-item-holder-notfound {
        background: none;
        border: 3px solid #e6e6e6;
    }

.cloth-item-holder-promo {
    padding-bottom: 15px;
    /*background:#e6e6e6;*/
    background:#f6e6e6;
}

/*cloth item*/
.cloth-item {
    /*background: lightgreen;*/
    display:inline-block;
    font-size:12px;
    margin-left: 10px;
    margin-bottom: 30px;
    width:298px;
}
    .cloth-item .cloth-item-img {
        position: relative;
        margin-bottom: 15px;
        display: block;
        /*background: pink;*/
        /*valign*/
        /*vertical-align: middle;
        display: table-cell;
        height: 173px;*/
        /*valign*/
    }
        .cloth-item .cloth-item-img a {
            vertical-align: middle;
            /* line-height: 173px; */
            /*height: 298px;*/
            width:298px;
            display: table-cell;
            outline:none;
        }
            .cloth-item .cloth-item-img a > img {
                margin: auto;
                display: block;
                width: auto;
                height:189px;
                /*max-height: 298px;*/
                max-width: 298px;
            }
        .cloth-item .cloth-item-img img.pinned {
            z-index:10;
            margin-top:-35px;
            margin-right:-15px;
            position:absolute;
            right:0;
            display: none;
        }
    .cloth-item .cloth-item-name {
        text-align:center;
        margin-bottom:3px;
        /*width:173px;*/
    }
        .cloth-item .cloth-item-name .threedots {
            width:163px;
            display:inline-block;
        }
    .cloth-item .cloth-item-price {
        text-align:center;
        margin-top:9px;
        margin-bottom:3px;
    }
        .cloth-item .cloth-item-price .discounted {
            /*font-size:9px;*/
            color:gray;
        }
    .cloth-item .cloth-item-designer {
        text-align:center;
        margin-top: 6px;
    }
    .cloth-item .cloth-item-rating {
        margin-top:6px;
        text-align:center;
    }
        .cloth-item .cloth-item-rating .rating {
            border-color: #359e00;
            border-width: 2px;
            border-style: solid;
            background: #359e00;  
            width:27px;
            text-align: center;
            color:white;      
            cursor: default;
            padding: 1px;
        }
    .cloth-item .cloth-item-buttons {
        text-align:center;
        margin-top: 18px;
    }
        .cloth-item .cloth-item-buttons .inthecart {
            background-color: darkmagenta;
            color: white;
            border: 1px solid darkmagenta;
        }
        .cloth-item .cloth-item-buttons .wish {
            background: transparent url(/images/wish-icons.svg) no-repeat;
            background-position: center 4px;
            height:12px;
            width:12px;
            text-decoration: none;
            display: inline-block;
        }
        .cloth-item .cloth-item-buttons .wish:hover {
            background-position:center -14px;
        }
        .cloth-item .cloth-item-buttons a {
            border: 1px solid #b0b0b0;
            padding: 5px;
            letter-spacing: .06em;
            text-decoration: none;
            outline: 0;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 3px;
            color: #595959;
            font: normal 11px/2px PTSansCaption,Verdana,sans-serif;
        }
            .cloth-item .cloth-item-buttons a:not(.inthecart):hover {
                background: #fb8a00;
                color: white;
                border: 1px solid #fb8a00;
            }

.cloth-item-promo {
    display:inline-block;
    font-size:12px;
    margin-left: 10px;
    width:173px;
    margin-bottom: 0;
}
    .cloth-item-promo .cloth-item-img {
        margin-bottom: 5px;
    }
    .cloth-item-promo .cloth-item-img a {
        vertical-align: middle;
        /*height: 173px;*/
        width:173px;
        display: table-cell;
        outline:none;
    }
        .cloth-item-promo .cloth-item-img a > img {
            margin: auto;
            display: block;
            height:113px;
            width: auto;
            /*width: 158px;*/
            /*height:auto;*/
            /*max-height: 173px;*/
            max-width: 173px;
        }
    .cloth-item .cloth-item-name .threedots {
        width:100%;
        display:inline-block;
    }

.cloth-item-all {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background: white;
    padding-top: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.cloth-genders {
    border-top: 1px solid #e1e1e1;
    padding-top:20px;
}
    .cloth-genders table {
        margin-left: auto;
        margin-right: auto;
        /*padding-bottom: 10px;
        padding-top: 20px;
        border-bottom: 1px solid silver;
        width: 100%;*/
    }
        .cloth-genders table td {
            padding-left:10px;
            padding-right:10px;
        }

        .cloth-genders input[type=radio] {
            display: none;
        }
            .cloth-genders input[type=radio]:checked+label {
              background-color: #ffcc00;
            }
        .cloth-genders label {
            text-transform: uppercase;
            cursor:pointer;
            padding: 10px;
            font-weight: bold;
        }
            .cloth-genders label:hover {
                background-color:#ffcc00;
            }


.bc-container {
    padding-left: 0;
    padding-bottom: 15px;
}
    .bc-container .bc-item {
        display: inline-block;
        position: relative;
        vertical-align:middle;
    }
        .bc-container .bc-item a:hover {
            text-decoration: underline;
        }
        .bc-container .bc-item a {
            text-decoration: none;
            color: #434343;
            vertical-align: middle;
            font-size: 12px;
        }
    .bc-container .bc-item-cat {
        padding-left: 10px;
    }
    .bc-container .bc-item-cat:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 2px;
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 100%;
    }


.cloth-bar {
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #e1e1e1;
}
    .cloth-bar .cloth-bar-separator {
        border-left: 1px solid #e1e1e1;
        /* margin-top: -18px; */
        display: inline-block;
        /* overflow: hidden; */
        height: 22px;
        vertical-align: middle;
    }
    .cloth-bar select {
        outline: none;
        font-size: 12px;
    }
    .cloth-bar span {
        outline: none;
        font-size: 12px;
    }
    .cloth-bar .cloth-cat-gender {
        /*move cloth-cat-hidden paddings here*/
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .cloth-bar .cloth-cat-hidden {
        display:none;
        background: white;
        position: absolute;
        z-index: 10;
        width: 940px;
        border: 1px solid #e1e1e1;
        /*remove paddings*/
        padding-bottom: 0;
        padding-top: 0;
    }
    .cloth-bar .cloth-cat-hidden-top {
        /*mouse capture on hover*/
        border-top: 66px solid transparent;
        background-clip: padding-box;
        margin-top:-62px;
    }
    .cloth-bar .cloth-cat-hidden-bottom {
        /*bottom shadow only*/
        height: 4px;
        box-shadow: 0px 4px 4px -1px #333;
        width: 100%;
    }
    .cloth-bar .cloth-cat-hover {
        cursor:pointer;
    }
    .cloth-bar .cloth-cat-hover:hover .cloth-cat-hidden {
        /*show categories*/
        display: block;
        /*display:block;
        position: absolute;
        z-index: 10;
        width: 898px;
        border:none;
        border-bottom: 3px solid #e1e1e1;
        margin-left:1px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: content-box;
        border-top: 66px solid transparent;
        background-clip: padding-box;
        margin-top:-45px;*/
    }
    .cloth-bar .darrow {
        vertical-align: middle;
        display: inline-block;
        font-size: 8px;
        margin-left: 3px;
        transform: scale(1.4,0.8);
    }

/*Pager*/
span.CurrentPageLabel {
    padding: 5px 9px;
    margin-right: 2px;
}
a.NextResultSearch {
    padding: 5px 9px;
    margin-right: 2px;
}


body.wait, body.wait *{
    cursor: wait !important;   
}

/* /css/jquery-ui-1.12.1.css override */
.ui-selectmenu-button {
    /*background: none;*/
}
.ui-selectmenu-button:hover {
    /*background: none;*/
}
.ui-button:hover {
    /*background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x!important;
    font-weight: normal!important;*/
}
.ui-button:focus {
    /*background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x!important;
    font-weight: normal!important;*/
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	/*background-image: url(images/ui-icons_888888_256x240.png)!important;
    color: blue!important;*/
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
} 
.ui-selectmenu-button-open {
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover 
{
  /*background-image: url(images/ui-icons_888888_256x240.png)!important;
  color: red!important;*/
}
.ui-state-hover .ui-selectmenu-icon {
	/*background-image: url(images/ui-icons_888888_256x240.png)!important;*/
}


#TabControl_topBannerBlock {
    display: none;
}



.purchasePopup
{
    font-size: 12px;
    border-radius: 2px;
    min-width: 300px;
    z-index: 1000 !important;
}

    .purchasePopup span.label {
        color: gray;
        display: inline-block;
        width: 110px;
    }

    .purchasePopup span.value {
        display: inline-block;
    }

    .purchasePopup div.line {
        margin-bottom:5px;
    }

    .purchasePopup .ui-dialog-titlebar-close {
        display: none; /* no titlebar close btn */
    }

    .purchasePopup .ui-dialog-titlebar {
        display: block!important; /* no titlebar close btn */
    }

.purchasePopupSuccess {
    font-size: 12px;
    border-radius: 2px;
    /*background-color: lightgreen;*/
    vertical-align: middle;
    text-align: center;
    /*padding-bottom: 10px!important;*/
}

    .purchasePopupSuccess .ui-dialog-titlebar-close {
        display: none; /* no titlebar close btn */
    }

    .purchasePopupSuccess .ui-dialog-titlebar {
        display: none!important;
    }

    .purchasePopupSuccess .ui-widget-content {
        padding-bottom: 10px;
    }



.giftPopup
{
    /*font-size: 11px;
    border-radius: 2px;*/
    font-size: 12px;
    border-radius: 2px;
    z-index: 1000 !important;
    /*min-width: 300px;*/
}

    /*ui*/
    .giftPopup .ui-dialog-titlebar-close {
        display: none; /* no titlebar close btn */
    }
    .giftPopup .ui-autocomplete-loading {
        background: white url('/App_Themes/LoveCity3D/Images/ui-anim_basic_16x16.gif') right center no-repeat;
    }
    .giftPopup .ui-state-focus
    {
        color:White;
        background:#96D4FF;
        outline:none;
    }    

    /*.gift-block-info*/
    .giftPopup .gift-block-info span.label {
        color: gray;
        display: inline-block;
        width: 110px;
    }

    .giftPopup .gift-block-info span.value {
        display: inline-block;
    }

    .giftPopup .gift-block-info div.line {
        margin-bottom:5px;
    }

    /*.gift-block-radio*/
    .giftPopup .gift-block-radio {
        border: 1px solid silver;
        border-radius: 3px;
        margin-bottom: 10px;
        /*background: #eeeeee;*/
    }
    .giftPopup .gift-block-radio .gift-block 
    {
        cursor: pointer;
        overflow: hidden;
    }
    .giftPopup .gift-block-radio .gift-block.selected {
        background: #eeeeee;
    }

    .giftPopup .gift-block-radio .radiospan {
        margin: 10px;
    }
    .giftPopup .gift-block-radio .note {
        color:Gray;
        font-size:11px;
        font-weight:normal;
        font-style:normal;
        margin-left: 17px;
    }
    .giftPopup .gift-block-radio .aligner
    {
        margin-left: 17px;
    }
    .giftPopup .gift-block-radio .clothing_gift_member_name 
    {
        /*width: 200px;*/
        width: 100%;
        margin-top: -3px;
        margin-bottom: 5px;
        /*box-sizing:border-box;
        margin-left:17px;*/

    }
    .giftPopup .gift-block-radio input[type='radio'] 
    {
        margin-left: 0px;
    }
    .giftPopup .gift-block-radio .clothing_gift_friends 
    {
        /*width:350px;*/
        /*width: 100%;*/
        max-height: 200px;
        overflow: auto;
        border: 1px solid silver;
        padding: 5px;
        box-sizing:border-box;
        margin-left:17px;
    }
        .giftPopup .gift-block-radio .clothing_gift_friends .no-friends {
            padding-left: 6px;
            color: gray;
        }
    
        .giftPopup .gift-block-radio .clothing_gift_friends .item-container {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 6px;
            padding-right: 6px;
            display: block;
        }
            .giftPopup .gift-block-radio .clothing_gift_friends .item-container .rb-select {
                vertical-align: middle;
            }
            .giftPopup .gift-block-radio .clothing_gift_friends .item-container .avatar {
                margin-right:3px;float:none;
                vertical-align: middle;
            }
            .giftPopup .gift-block-radio .clothing_gift_friends .item-container .name {
                vertical-align: middle;
            }
            .giftPopup .gift-block-radio .clothing_gift_friends .item-container.selected {
                background: lightslategray;
                color: white;        
            }
    .frame40 {
        border-radius: 50%;
        transition: all 100ms;
    }
    .giftPopup .gift-block-radio .gift-block-separator {
        border-top: 1px solid silver;
    }
    .giftPopup .gift-block-radio .gift-block-1 {
    }
    .giftPopup .gift-block-radio .gift-block-2 {
    }
    .giftPopup .gift-block-radio input[type=radio] {
        cursor: pointer;
        outline: none;
        width: 17px;
        margin-right: 0;
    }

.giftPopupSuccessContent {
    /*background-color: lightgreen;*/
    vertical-align: middle;
    text-align: center;
    /*padding-bottom: 10px!important;*/
}


.preloader
{
    background: url(/images/preloader.gif)         no-repeat         center center;
    /* margin-top: 30px; */
    margin-bottom: 20px;
    /* width: 48px; */
    height: 32px;
    background-size: 32px Auto;
    border: none!important;
    margin-left: 0!important;
}

.page-preloader {
    height: 30px;
}
.page-preloader img {
    display:block;margin-left:auto;margin-right:auto;vertical-align:top;
}


.cloth-search {
    display:inline-block;
    margin-right: 5px;
}
    .cloth-search .text {
        border-bottom: 1px solid #cccccc;
        border-top: none;
        border-left: none;
        border-right: none;
        height: 29px;
        font-size: 14px;
        outline-style: none;
        padding: 0;    
        /*display:none;*/
        visibility:hidden;
    }
        .cloth-search .text::-ms-clear {
            display: none;
        }
    .cloth-search .loupe {
        display: inline-block;
        background-image: url(/images/loupe.png);
        background-size: 100% 100%;
        margin-left: -20px;
        vertical-align: middle;
        height: 16px;
        width: 16px;
        cursor:pointer;
    }

.cloth-search-result {
    padding-bottom: 15px;
}
    .cloth-search-result .term {
        font-weight: bold;
    }

.placeholder { 
	color: #ccc; 
}

@-moz-document url-prefix() {
    .cloth-search {
        width: 400px;
    }

        .cloth-search .text {
            width:171px;
        }
}