﻿/* kontrolki */
.base-btn
{
}

.base-link
{
}

.base-submit
{
}

.base-grid
{
}

.base-txt
{
}

.base-txt-area
{
}

.base-lb-require
{
}

base-clear-left{
    clear:left;
}

/* wspolny css dla roznych tematow dla nowych funkcjonalnosci */

/* kontrolka admin-navigation INI */

.edit-item
{
    padding: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0.5;
}

    .edit-item:hover
    {
         opacity: 1;
    }

.restart-webshop
{
    position: fixed;
    right: 50px;
    top: 5px;
    padding: 5px;
    margin: 0px 0px 20px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    width: 27px;
    height: 27px;
    opacity: 0.7;
    z-index: 1000;
}

    .restart-webshop input
    {
        margin-top: -2px;
        margin-left: -2px;
    }

    .restart-webshop:hover
    {
        opacity: 1;
    }

.admin-navigation-cont
{
    position: fixed;
    right: 5px;
    top: 5px;
    padding: 5px;
    margin: 0px 0px 20px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    width: 27px;
    height: 27px;
    opacity: 0.7;
    z-index: 1000;
}

    .admin-navigation-cont:hover
    {
        opacity: 1;
    }

.admin-navigation-cont-sub
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #f5f5f5;
    padding: 2px;
    position: fixed;
    top: 43px;
    right: 5px;
    width: 280px;
}

.additonal-options
{
    margin-left: 5px;
}


.navigation-left
{
    border-right: 1px dotted #dcdcdc;
    padding-right: 10px;
}

    .navigation-left a
    {
        margin-left:30px;
    }

.admin-navigation-admins
{
    background-image: url(global/settings.png);
    background-repeat: no-repeat;
    display: block;
    width: 27px;
    height: 27px;
}

.admin-navigation-cont-sub ul
{
    padding: 1px;
    margin: 1px;
}

.admin-navigation-cont-sub li
{
    list-style: none;
    padding: 4px;
    border-bottom: 1px solid #dcdcdc;
}

    .admin-navigation-cont-sub li:hover
    {
        background-color: #ffffff;
    }


.admin-navigation-cont-sub a
{
    color: #2C85C0;
    text-decoration: none;
    display: block;
    padding: 4px;
}

    .admin-navigation-cont-sub a:hover
    {
        color: #000000;
    }

/* kontrolka admin-navigation END */

/* media print INI */

@media print
{
    body
    {
        color: #000000;
        background: #ffffff;
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
    }

    a
    {
        text-decoration: underline;
        color: #0000ff;
    }

    .page-top, .page-left, .page-right, .page-bottom, .infoprawne, .page-navigation /*, .menuboxcont, .textcontrol-boxContent*/
    {
        display: none;
    }
}

.ep-print-cont
{
    cursor: pointer;
}

/* media print END */

.box-hovered
{
    opacity: 0.5;
}

/* #region vcards */

#map
{
    width: 785px;
    height: 400px;
    border: 1px solid black;
    background: gray;
}

.vcard-item
{
    border-bottom: solid 1px #EBEAEA;
}

.vcard-item-content-link
{
    float: right;
}

.vcard-contener-outer
{
    background-color: #ebeaea;
    padding: 10px;
    margin: 10px 0 10px 0;
}

.vcard-search-contener
{
    padding: 5px;
    background-color: #ebeaea;
    height: 60px;
    margin-bottom: 10px;
}

.vcard-search-input, .vcard-or, .vcard-search-bylocation
{
    float: left;
    padding: 20px;
}

.vcards-contener
{
    margin-top: 10px;
    overflow: auto;
    width: 100%;
    height: 250px;
}

.vcard-item-cont
{
    float: left;
    margin-left: 20px;
}

.vcard-item-content
{
    margin-right: 10px;
}

.vcard-item
{
    padding: 5px;
    background-color: #fff;
}

    .vcard-item:hover
    {
        background-color: #EEEEEE;
        cursor: pointer;
    }

.vcard-selected
{
    background-color: #fbb180;
}

.showMyLocation
{
    float: right;
    padding: 3px;
    margin-top: 20px;
}

.vcards-legend-item
{
    float: left;
    margin-right: 20px;
    padding: 5px;
}

.vcard-item-imageurl
{
    float: left;
}

.vcard-view-contener
{
    padding: 10px;
}

.vcard-view-image-cont
{
    padding: 15px;
    border: solid 1px #dcdcdc;
    margin-right: 20px;
}

.vcard-view-content
{
    border-top: solid 1px #dcdcdc;
    margin-top: 20px;
    padding-top: 20px;
}

.customers-vcard-table
{
    width: 100%;
}

.customers-vcard-tr td
{
    border-bottom: solid 1px #dcdcdc;
    padding: 5px;
}

/*.customers-vcard-tr:nth-child(odd)
{
    background-color: #F0F0EE;
}*/

.customers-vcard-tr:hover
{
    background-color: #F0F0EE;
}

.customers-vcard-choose-vcard, .customers-vcard-edit-vcard
{
    padding: 5px;
    margin-top: 10px;
}

.customers-vcard-info
{
    padding: 5px;
    min-height: 40px;
    background-color: #dcf8cb;
    background-image: url('global/bulb.png');
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #dcdcdc;
    padding-left: 40px;
    border-radius: 5px;
}

.customers-vcard-edit-logo-upload-cont
{
    margin-top: 10px;
    float: left;
}

.customers-vcard-edit-logo-image-cont
{
    float: right;
    padding: 10px;
    margin: 10px 0 10px 0;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.customers-vcard-edit-logo-cont
{
    height: 95px;
}

.customers-vcard-edit-separator
{
    margin-top: 20px;
    background-color: #F0F0EE;
    padding: 7px;
}

.customers-vcard-edit-address-cont
{
    margin: 10px 0 10px 0;
}

.vcard-find
{
    width: 300px;
}

.customers-vcard-buttons
{
    text-align: center;
}

.infowindow-content p
{
    padding: 0;
    margin: 0;
}

.infowindow-content
{
    margin-left: 80px;
    margin-top: 8px;
}

.infowindow-address
{
    margin-top: 3px;
}

.change-grid-navigation
{
    float: right;
}

.change-grid-li
{
    list-style: none;
    float: left;
    margin-left: 10px;
}

/* #endregion*/

/* filtersearch control */
.filtersearch
{
	margin: 10px 1px;
	border: 1px solid #ccc;
    clear: left;
}

.filtersearch-box
{
    float: left;
}

.filtersearch-result-row-found
{
    font-weight: bold;
    color: #003368;
}

/* end filtersearch control */


.new-cookie-rules
{
    background-color: #F7F7F7;
    border-top: 7px solid #ababab;
    bottom: 0;
    padding: 9px;
    position: fixed;
    z-index: 2000;
    left: 0;
    width: 100%;
}

.new-cookie-rules-close
{
    position: absolute;
    right: 25px;
    background-image: url('global/close.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.new-cookie-rules-text
{
    margin: auto;
    text-align: center;
    margin-right: 20px;
}

.negotiate-price-modal input[type="text"]
{
    width: 130px;
}

.link-negotiate-price
{
    cursor: pointer;
}

.contactForm-item-fileupload-cont
{
    position: relative;
}

.clientcatalogue-search-sort
{
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin-bottom: 50px;
    z-index: 200;
    width: 200px;
}

    .clientcatalogue-search-sort .options
    {
        border-bottom: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
        border-radius: 5px;
        border-right: 1px solid #D9D9D9;
        border-top: 1px solid #CBCBCB;
        box-shadow: 1px 1px 4px -1px #DCDCDC;
        height: auto;
        min-width: 100%;
        padding: 15px 10px;
        background-color: #ffffff;
        position: absolute;
    }

        .clientcatalogue-search-sort .options a
        {
            color: #0083FF;
            text-decoration: none;
        }

    .clientcatalogue-search-sort dt
    {
        padding-top: 2px;
        width: 45%;
    }

    .clientcatalogue-search-sort dl
    {
        display: none;
        border-top: 1px solid #CBCBCB;
        padding-top: 4px;
    }

    .clientcatalogue-search-sort dd
    {
        border-bottom: 1px solid #CBCBCB;
        border-bottom-style: dotted;
        padding-bottom: 3px;
        margin-left: 120px;
        text-align: left;
    }

        .clientcatalogue-search-sort dd a
        {
            color: #0083FF;
            text-decoration: none;
        }

.clientcatalogue-search-sort-header
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.clientcatalogue-search-sort-header a {
    color: #0083FF; 
    text-decoration: underline;
}

.strike-old-price
{
    text-decoration: line-through;
}

.voucher-validation
{
    color: red;
    float: left;
    text-align: left;
}

.useroperatorlogin-row
{
    clear: both;
    display: block;
    padding: 1em 1em 1em 0em;
    font-size: 9pt;
}

.useroperatorlogin-label
{
    font-weight: bold;
    float: left;
    margin-right: 1em;
    text-align: left;
    width: 65px;
}

.useroperatorlogin-textbox
{
    float: left;
    margin-right: 1em;
    width: 9em;
    padding-right: 5px;
}

.useroperatorlogin-gridview
{
    cursor: pointer;
    height: 280px;
    width: auto;
    overflow: scroll;
}

.useroperatorlogin-grid-sel:hover
{
    background-color: #FFFFE1;
    cursor: pointer;
}

.useroperatorlogin-grid-sel a
{
    color: #000;
}

.translation-items
{
    width: 600px;
}

    .translation-items .header
    {
        padding: 7px 7px 7px 25px;
        font-weight: bold;
        font-size: 1.1em;
        cursor: pointer;
        background-color: #f8f8f8;
    }



    .translation-items .items
    {
        background-image: radial-gradient(50% 50%, transparent 3px, rgba(230, 230, 230, 0.55) 4px, #FFFFFF 5px);
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #dcdcdc;
        padding: 6px 20px 6px 20px;
    }

    .translation-items .title
    {
        box-shadow: inset 0px 1px 0px 0px #fff6af;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffefa), color-stop(1, #fafacd) );
        background: -moz-linear-gradient( center top, #fffefa 5%, #fafacd 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefa', endColorstr='#fafacd');
        background-color: #fffefa;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
        -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
        border-radius: 6px;
        border: 2px solid #f2f2f2;
        padding: 10px;
        color: #333333;
    }

    .translation-items .textid
    {
        margin-bottom: 15px;
        padding: 5px;
    }

    .translation-items .opened
    {
        background-image: url('global/btnminus.gif');
        background-position: 2px 5px;
        background-repeat: no-repeat;
    }

    .translation-items .closed
    {
        background-image: url('global/btnplus.gif');
        background-position: 2px 5px;
        background-repeat: no-repeat;
    }

.updated-restart
{
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
    background-color: #fff6af;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.advanced-edition
{
    float: right;
}

.searchpartscontrol-dl-content h2
{
    font-weight: inherit;
    padding: 0;
    margin: 0;
    font-size: inherit;
}


.edit-dialog-cont, .edit-box
{   
    padding: 7px;
    background: #fbf9ee;
    color: #363636;
    display:none;
}

.edit-box
{
    background: #f8eadc;
}

    .edit-dialog-cont a, .edit-box a
    {
        color: #CC0000;
        text-decoration: none;
    }

    .edit-box:hover
    {
        opacity:0.7;
    }
