/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/* /css/new/system.css: */

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    display: none;
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/* /css/new/form.css: */

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
    margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
    border: 1px solid #DDD;
    padding: 10px;
    margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
    font-weight: bold;
    font-size: 0.9em;
    display: inline-block;
}

div.form .row
{
    /*margin: 5px 0;*/
    /*clear: both;*/
}

div.form .hint
{
    margin: 0;
    padding: 0;
    color: #999;
}

div.form .note, .note
{
    font-style: italic;
    text-align: right;
    font-size: 10px;
}

div.form span.required
{
    color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
    color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
    background: #FEE;
    border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
    background: #79D866;
    border-color: darkslategray;
}

div.form div.success label
{
    color: inherit;
}

div.form .errorSummary
{
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}

div.form .errorMessage
{
    color: red;
    font-size: 0.9em;
}

div.form .errorSummary p
{
    margin: 0;
    padding: 5px;
}

div.form .errorSummary ul
{
    margin: 0;
    padding: 0 0 0 20px;
}

div.wide.form label
{
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: right;
    width: 100px;
}

div.wide.form .row
{
    clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
    clear: left;
    padding-left: 110px;
}


table.list
{
    border: 1px solid black;

}

table.hLeft tr td:first-child
{
    background: #2F9DC9 !important;
    //font-style: italic !important;
	padding-top: 10px;
	padding-bottom: 10px;
}


table.hTop tr:first-child
{
    background: #2F9DC9 !important;
    //font-style: italic !important;
}

table.list tr:nth-child(even)
{
    background: #F8F8F8;
}

table.list tr:nth-child(odd)
{
    background: #E5F1F4;
}

div#main input[type=submit]:not(.btn), div#main input[type=button]:not(.btn)
{
    border: 1px solid #d4350c;
    background: #F7931E;
    padding: 2px 15px;
    cursor: pointer;
    color: white;
    margin-right: 5px;
}

div#main input[type=submit]:hover, div#main input[type=button]:hover
{
    /*background: #d4350c;*/
}

div#main input[type=text], div#main input[type=password], div#main textarea, div#main select
{
    /*background: #F7931E;*/
    color: black;
    padding: 2px;
    /*border: 1px solid #d4350c;*/
}

div#main input[type=text]:focus, div#main input[type=password]:focus, div#main textarea:focus, div#main select:focus
{
    /*background: #d4350c;*/
    /*border: 1px solid #F7931E;*/
}

div#main label
{
    width: 33%;
    text-align: right;
}

div#main label
{
    width: 33%;
    text-align: right;
}

div.form .errorMessage
{
    display: block;
    float: right;
    width: 40%;
}

div.form .errorNextLine .errorMessage
{
    display: block;
    float: none;
    width: 100%;
}

div.form select, input
{
    margin-right: 5px;
}

div.navigate
{
    width: 100%;
    border-top: 1px solid #F7931E;
    margin: 25px 0 0 0;
    text-align: center;
    padding: 15px 0 0 0;
}

div.form h2
{
    border-left: 10px solid #F7931E;
    border-bottom: 1px solid #F7931E;
    text-indent: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

div.separator
{
    clear: both;
    border-bottom: 1px solid #F7931E;
    width: 200px;
    margin: 0 auto 10px 213px;
}

div.wysiwyg
{
    width: 100%;
    margin: 5px 0 15px 0;
}

div.wysiwyg div
{
    margin: 0 auto;
}

table.list
{
    font-size: 12px;
    border: 1px solid white;
}

table.list td
{
    padding: 6px 7px;
}

table.list:not(.list-special) label
{
    width: auto !important;
}

table.hLeft tr td:first-child
{
    background: #f29d01 !important;
    width: 40%;
    text-align: right;
    border-right: 1px solid white;
    font-weight: bold !important;
}


table.hTop tr:first-child
{
    background: #f29d01 !important;
    font-weight: bold !important;
    border: 1px solid white;
}

table.list tr:nth-child(even)
{
    background: #ffe8a4;
}

table.list tr:nth-child(odd)
{
    background: #ffd26b;
}

div.form div.info
{
    margin-top: 10px;
    border-left: 10px solid #F7931E;
    border-bottom: 1px solid #F7931E;
    padding-left: 10px;
    color: darkslategray;
    padding-bottom: 5px;
}

div.form div.info p
{
    margin: 0;
}

span.required
{
    color: red;
}

.inline-form label
{
    display: inline-block;
    width: 250px;
    margin-bottom: 0;
}

div.form .row
{
    /*margin: 0;*/
    /*line-height: 14px;*/
}



/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/* /css/new/style.css: */


/* MISC */

.hiddenFormElement input
{
    display: none;
}

span.bold
{
    font-weight: bold;
}

.clear
{
    clear: both;
}


.btn_working
{
    background: gray !important;
    border: 2px solid gray !important;
    cursor: wait !important;
}

div.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://swiatprzesylek.pl/images/layout/mainBg.png');
    z-index: 999;
}

div.overlay .loader
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://swiatprzesylek.pl/images/layout/preloader.gif') no-repeat center center;
}

div.overlay .loader-text-top
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    font-weight: bold;
    display: none;
}

div.overlay .loader-text-bottom
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 35%;
    font-weight: bold;
    display: none;
}


div.info
{
    margin-top: 10px;
    border-left: 10px solid #F7931E;
    border-bottom: 1px solid #F7931E;
    color: darkslategray;
    padding-bottom: 5px;
    padding-left: 10px;
}

div.info p
{
    margin: 0;
}


tr.filters td
{
    padding: 5px !important;
}

tr.filters td input
{
    padding: 2px 0 !important;
    margin: 0 !important;
}

a.likeButton, a.likeButton:visited
{
    display: inline-block;
    border: 1px solid #d4350c;
    padding: 5px;
    margin: 5px 0;
    background: #F7931E;
    text-decoration: none;
    color: white;
}

a.likeButton:hover
{
    background: #d4350c;
    text-decoration: none;
}

div#goBack
{
    margin: 15px auto 5px auto;
    text-align: center;
    clear: both;
}

/* SYSTEM CUSTOMIZE */

.grid-view table.items th
{
    background-color: #f29d01;
    background-image: -moz-linear-gradient(top, #f8a301, #ec9701);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8a301), to(#ec9701));
    background-image: -webkit-linear-gradient(top, #f8a301, #ec9701);
    background-image: -o-linear-gradient(top, #f8a301, #ec9701);
    background-image: linear-gradient(to bottom, #f8a301, #ec9701);
}

.grid-view table.items tr.selected
{

}

.grid-view table.items tr.even
{
    background: #ffe8a4;
}

.grid-view table.items tr.odd
{
    background: #ffd26b;
}

.grid-view table.items tr.selected
{
    background-color: #f29d01;
    background-image: -moz-linear-gradient(top, #f8a301, #ec9701);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8a301), to(#ec9701));
    background-image: -webkit-linear-gradient(top, #f8a301, #ec9701);
    background-image: -o-linear-gradient(top, #f8a301, #ec9701);
    background-image: linear-gradient(to bottom, #f8a301, #ec9701);
}

.grid-view table.items tr:hover.selected
{
    background-color: #f29d01;
    background-image: -moz-linear-gradient(top, #f8a301, #ec9701);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8a301), to(#ec9701));
    background-image: -webkit-linear-gradient(top, #f8a301, #ec9701);
    background-image: -o-linear-gradient(top, #f8a301, #ec9701);
    background-image: linear-gradient(to bottom, #f8a301, #ec9701);
}

.grid-view table.items tbody tr:hover
{
    background: #ffae01;
}

table.detail-view tr.even
{
    background: #ffe8a4;
}

table.detail-view tr.odd
{
    background: #ffd26b;
}

div.flash-error {
    background-color: #F2DEDE;
    color: #B94A48;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border: 1px solid #EED3D7;
}


a.btn-primary, a.btn-primary:visited
{
    color: white;
}


#courier-internal-form .help-inline, #courier-internal-form .help-block
{
    display: block;
}

#courier-internal-form .help-inline::before, #courier-internal-form .help-block::before
{
    content: '';
}

#postal-form .help-inline, #postal-form .help-block
{
    display: block;
}

#postal-form-form .help-inline::before, #postal-form .help-block::before
{
    content: '';
}

tr.row-errored
{
    /*background: #b71000 !important;*/
    border-left: 5px solid #b71000 !important;
    border-right: 5px solid #b71000 !important;
}

td.td-with-error
{
    background: red;
    cursor: help;
    color: white !important;
}

td.td-with-error-border
{
    border-left: 5px solid red !important;
    cursor: help;
}

tr.row-warned
{
    border-left: 5px solid #ff7200 !important;
    border-right: 5px solid #ff7200 !important;
}

td.td-with-warning
{
    background: yellow;
    cursor: help;
}

.itemLoading
{
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-left: 35px !important;
    background-image: url('https://swiatprzesylek.pl/images/layout/preloader.gif') !important;
    cursor: progress !important;
    background-color: #F7931E !important;
    color: white !important;
}

.itemLoading:hover
{
    background-color: #F7931E !important;
    color: white !important;
}

/* WhRelationalColumn */

.gridview-dont-hover
{
    background: white !important;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.gridview-dont-hover:hover, .gridview-dont-hover *:not(th):hover
{
    background: white !important;
}

.gridview-show-more
{
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: center;
}


/* GRIDVIEW */

.grid-view .button-column-fix
{
    width: auto;
}

.grid-view td
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-view ul.yiiPager .first, ul.yiiPager .last
{
    display: inline;
}

.gv-courier a
{
    font-weight: bold;
}

.gv-courier-in-progress a
{
    font-weight: bold;
    color: dodgerblue;
}

.gv-courier-finished a
{
    font-weight: bold;
    color: green;
}

.gv-courier-cancelled a
{
    font-weight: bold;
    color: darkviolet;
}

.gv-courier-problem a
{
    font-weight: bold;
    color: darkred;
}

.gv-courier-just-created a
{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: red;
    cursor: alias;
}

.gv-courier-new a
{
    font-weight: bold;
    color: black;
}

.grid-view .pager
{
    text-align: center;
    padding-top: 5px
}

ul.yiiPager a:link, ul.yiiPager a:visited
{
    padding: 7px 16px;
}

ul.yiiPager a:link {
    border: 1px solid #f29d01;
    color: black;
}

ul.yiiPager a:hover
{
    border: 1px solid #f29d01;
    color: white;
    background: #f29d01;
}

ul.yiiPager .selected a
{
    border: 1px solid #f29d01;
    color: white;
    background: #f29d01;
    font-weight:bold;
}

.gridview-show-details td
{
    overflow: visible;
    text-overflow: clip;

    white-space: normal;
}

ul.yiiPager .first
{
    display: inline-block;
}

/* SORTABLE */

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    margin: 0 5px 3px 5px;
    padding: 2px;
    cursor: move;
    text-align: center;
    color: black;
}

#sortable li:hover
{
    background: #f29d01;
}

.ui-state-highlight
{
    height: 3em;
    line-height: 1.2em;
}


.internal-form-price
{
    padding: 10px;
    font-size: 1.1em;
    font-weight: bold;
}

.internal-form-price-total
{
    font-size: 1.4em;
}


.postal-form-price
{
    font-size: 1.4em;
    padding: 10px;
    font-weight: bold;
}

div.form .postal-bulk-item .errorMessage
{
    width: 100%;
    text-align: center;
}

.postal-bulk-form input, .postal-bulk-form select, .postal-bulk-form input[type="number"]
{
    width: 100%;
}

.postal-import-form input, .postal-import-form select, .postal-import-form input[type="number"]
{
    width: 100%;
}

/* STAT LIST */

.stat-ico-list
{
    margin-bottom: 25px;
}

.stat-item-ico-container
{
    width: 120px;
    height: 114px;
    background-image: url('https://swiatprzesylek.pl/images/stats/sp_stat_bg.png');
    display: inline-block;
    position: relative;
    color: #d9dadb;
    margin-right: -22px;
}

.stat-item-ico-container:last-child
{
    margin-right: 0;
}

.stat-item-ico-container.active
{
    background-image: url('https://swiatprzesylek.pl/images/stats/sp_stat_bg_on.png');
    color: #fff;
}

.stat-item-ico
{
    width: 80px;
    height: 50px;
    position: absolute;
    left: 23px;
    top: 20px;
}

.stat-item-text
{
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    vertical-align: bottom;
    line-height: 13px;
}

.stat-ico-accepted
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_accepted.png');
}

.stat-item-ico-container.active .stat-ico-accepted
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_accepted_on.png');
}

.stat-ico-transportation
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_transportation.png');
}

.stat-item-ico-container.active .stat-ico-transportation
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_transportation_on.png');
}

.stat-ico-return
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_return.png');
}

.stat-item-ico-container.active .stat-ico-return
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_return_on.png');
}

.stat-ico-problem
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_problem.png');
}

.stat-item-ico-container.active .stat-ico-problem
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_problem_on.png');
}

.stat-ico-hub
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_hub.png');
}

.stat-item-ico-container.active .stat-ico-hub
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_hub_on.png');
}

.stat-ico-new
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_new.png');
}

.stat-item-ico-container.active .stat-ico-new
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_new_on.png');
}

.stat-ico-delivery
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_delivery.png');
}

.stat-item-ico-container.active .stat-ico-delivery
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_delivery_on.png');
}

.stat-ico-delivered
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_delivered.png');
}

.stat-item-ico-container.active .stat-ico-delivered
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_delivered_on.png');
}

.stat-ico-cancelled
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_cancelled.png');
}

.stat-item-ico-container.active .stat-ico-cancelled
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_cancelled_on.png');
}


.stat-ico-waiting-for-collection
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_waiting_for_collection.png');
}

.stat-item-ico-container.active .stat-ico-waiting-for-collection
{
    background-image: url('https://swiatprzesylek.pl/images/stats/ico_waiting_for_collection_on.png');
}

/* STAT LIST */


/* COURIER U OPERATOR */



#operators-conainer .help-block::before
{
    content: "";
}


.courier-u-operators-selector-form
{
    text-align: center;
    display: inline-block;
    position: relative;
}

.courier-u-operators-selector-form label
{
    vertical-align: top;
    width: 180px !important;
    height: 150px;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    margin: 5px;
}

.courier-u-operators-selector-form label.not-available
{

}

.courier-u-operators-selector-form label input
{
    visibility: hidden;
    position: absolute;
}

.courier-u-operators-selector-form label .operator-content-div
{
    border: 4px solid transparent;
    /*margin: 2px;*/
    transition: all .2s ease-in-out;
    height: 150px;
    color: white;
    border-radius: 15px;
    position: relative;
}

.operator-u-name
{
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    padding-top: 15px;
    font-weight: bold;
    font-size: 1.2em;
}

.courier-u-operators-selector-form label.smaller
{
    height: 55px;
}

.courier-u-operators-selector-form label.smaller .operator-content-div
{
    height: 55px;
}

.courier-u-operators-selector-form label.smaller .operator-u-name
{
    padding-top: 5px;
}

.courier-u-operators-selector-form label input:checked + div
{

    border: 4px solid orange;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.courier-u-operators-selector-form label:hover:not(.not-available) input:not(:checked) + div
{
    border: 4px solid orange;
    /*background: rgba(256,165,0,0.5);*/
}



.courier-u-operators-selector-form .operator-image-logo
{
    transition: all .2s ease-in-out;
    height: 40px;
    max-width: 150px;
    margin-bottom: 15px;
    margin-top: 2px;
}

.courier-u-operators-selector-form label input:checked + div .operator-image-logo
{
    /*height: 55px;*/
    /*margin-bottom: 0;*/
}

.courier-u-operators-selector-form label p.name
{
    font-size: 1em;
    font-weight: bold;
}

.courier-u-operators-selector-form label p.netto
{
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.courier-u-operators-selector-form label p.netto span
{
    font-size: 1.1em;
}

.courier-u-operators-selector-form label p.brutto
{
    margin: 0;
    padding: 0;
}

.courier-u-operators-selector-form label p.brutto span
{
    font-size: 1.1em;
}

.courier-u-operators-selector-form label p.time
{
    font-size: 0.9em;
}

.not-available-wrapper
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(91, 91, 91, 0.5);
    z-index: 200;
    cursor: help;
    border-radius: 15px;
}

.not-available-wrapper span
{

    display: none;
}

.not-available-wrapper:hover
{
    background: rgba(91, 91, 91, 0.9);
}

.not-available-wrapper:hover span
{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

#u-form .addition_item
{
    /*border: 1px solid gray;*/
    padding: 7px 0;
    border-radius: 15px;
    position: relative;
    margin-bottom: 10px;
    vertical-align: top;
    display: table;
    width: 100%;
}


#u-form .addition_item .addition_item_col
{
    display: table-cell;
    vertical-align: top;
}

#u-form .addition_item .addition_item_col.item_col_img
{
    width: 450px;
    overflow: hidden;
    height: 50px;
}

#u-form .addition_item .addition_item_col.item_col_img .img-html
{

    height: 40px;
    width: 40px;
    margin: 1px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 0.7em;
}

/*#u-form .addition_item .addition_item_col.item_col_img .img-html:hover*/
/*{*/
/*transition: all .1s;*/
/*width: 100px;*/
/*height: 100px;*/

/*}*/

#u-form .addition_item .addition_item_col.item_col_price
{
    width: 180px;
    text-align: right;
    padding-right: 10px;
}

#u-form .addition_item .addition_item_col.item_col_checkbox
{
    width: 125px;
    text-align: center;
}

#u-form .addition_item .addition_item_col.item_col_desc
{

}

#u-form .addition_item .not-available-addition-wrapper
{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(91, 91, 91, 0.5);
    z-index: 200;
    text-align: center;
    cursor: not-allowed;
}

#u-form .addition_item.not_available .not-available-addition-wrapper
{
    display: block;
}


.not-available-addition-wrapper span
{
    visibility: hidden;
}

.not-available-addition-wrapper:hover
{
    background: rgba(91, 91, 91, 0.9);
}

.not-available-addition-wrapper:hover span
{
    visibility: visible;
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    text-align: center;
}

#u-form .addition_item table
{
    table-layout:fixed;
    width: 100%;
}

#u-form .addition_item td
{
    vertical-align: top;
    padding: 10px 10px;
}

#u-form .addition_item td:nth-child(1)
{

    width: 150px;
}

#u-form .addition_item td:nth-child(2)
{
    width: 150px;
}

#u-form .addition_item td:nth-child(3)
{
    width: 100px;
}

#u-form .addition_item h4
{
    margin-top: 0;
}

#u-form .addition_item label
{
    width: auto;
}

#u-form .addition_item.cod label
{
    width: 200px;
}

#u-form .addition_item .cod-details
{
    padding-top: 5px;
}

#u-form .courier-u-additions-toggle
{
    padding-bottom: 10px;
}

.plugin-item
{
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.plugin-item-content
{
    margin: 10px 5px;
    border: 1px solid orange;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    background: white;
}

.plugin-item:hover .plugin-item-content
{
    background: orange;
    color: white;
}

.plugin-item img
{
    margin: 5px auto;
    height: 100px;
}

.errors-not-inline .help-block::before
{
    content: "";
}

.addressDataSwitch
{
    display: none;
    position: absolute;
    left: 50%;
    top: 25%;
    font-size: 3em;
    width: 50px;
    margin-left: -25px;
    text-align: center;
    z-index: 50;
    border: 1px solid orange;
    border-radius: 25%;
    background: white;
    cursor: pointer;
}

.addressDataSwitch:hover
{
    background: orange;
}

@media (max-width: 767px) {

    .addressDataSwitch
    {
        top: 50%;
        height: 60px;
        margin-top: -30px;
    }

}

.text-center .input-group
{
    margin: 0 auto;
}


.gv_footer
{
    font-weight: bold;
    text-align: right;
    background-color: #f5f5f5;
    pointer-events:none;
    border-top: 2px dashed gray;
}


/**/
.gridview-container #pageSize {
    width: 80%;
    color: black;
    text-align: center; }

.grid-view table.items tr.disabled.odd {
    background: #d0d2d5; }
.grid-view table.items tr.disabled.even {
    background: #e4e6e9; }
.grid-view table.items tr.disabled.odd.selected {
    background: #d0d2d5; }
.grid-view table.items tr.disabled.even.selected {
    background: #e4e6e9; }

/* PANEL */
.stat-ico-list-with-desc {
    margin-bottom: 0;
    font-style: italic;
    color: #f29d01; }
.stat-ico-list-with-desc p {
    font-weight: bold;
    font-size: 1.3em; }
.stat-ico-list-with-desc .stat-gray {
    color: #a69f97; }

.container-fluid-restriction {
    max-width: 1170px; }

.panel-heading a[rel="tooltip"] {
    color: white;
    cursor: help; }

/* PANEL */
a:hover .alert {
    border: 1px solid #f29d01; }

#point-type-list {
    list-style-type: none;
    text-align: right; }

#modal-rodo ul {
    text-align: left; }

#model-rodo .modal-content {
    padding: 0 15px; }

.division-line {
    background: url('httos://swiatprzesylek.pl/images/v3/bar_bg.png');
    background-size: 100%;
    background-position: center;
    padding: 60px 0;
    min-height: 1px;
    margin: 0;
    position: relative;
    z-index: 100; }
.division-line.narrow {
    padding: 15px 0; }
.division-line.division-line-overlay {
    z-index: 300;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.9; }
.division-line h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-transform: uppercase; }

.img-desaturated {
    filter: grayscale(100%) blur(0px); }
.img-desaturated:hover {
    filter: none; }


.icoPlusWhite
{
    width: 19px;
    height: 19px;
}

.icoDashMenu
{
    width: 19px;
    height: 19px;
}

