
*,
*:before,
*:after {
    box-sizing: inherit;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.loaderFull{
    position:fixed;
    top:15px;
    color:#FFF;
    right: 100px;
    z-index: 2000;
}
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#main_container{
    margin-top:5px;
    min-height: calc(100vh - 70px);

}
.card_przesylki{
    padding:10px;
    padding-right: 15px;
}
html{
    height: 100%;
    box-sizing: border-box;
}
body{
    /*height: 100%;*/
    min-height: calc(100vh - 70px);
    position: relative;
    margin: 0;
}
input{
    color: #cccccc !important;

}
input[type=text] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=number] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
select {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height:30px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=search] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=decimal] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=number] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=date] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 29px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=tel] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 29px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=email] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 29px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
input[type=password] {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}
.package_send_button{
    padding: 20px;
}
.card-header{
    padding: 10px !important;
}
.login_card{
    padding: 20px 80px !important;
}
.card_login{
    border:none !important;
    box-shadow: none !important;
}
.register_form_right_column{
    border-left: 1px solid #cccccc !important;
}
input:disabled{
    background: #CCC !important;
}
.package_tooltip{
    text-align: center !important;
    color: #666 !important;
}
.predefined_receiver{
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
    display:none;
    margin-bottom: 5px;
    background: #F5F5F5;
}

th.tablesorter-headerAsc {
    /*background-image: url(http://serwer1762203.home.pl/www_kurier/public/js/tablesorter/css/images/ice-asc.gif);*/
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

th.tablesorter-headerDesc {
    /*background-image: url(http://serwer1762203.home.pl/www_kurier/public/js/tablesorter/css/images/ice-desc.gif);*/
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}
th.tablesorter-headerUnSorted {
    /*background-image: url(http://serwer1762203.home.pl/www_kurier/public/js/tablesorter/css/images/ice-unsorted.gif);
    */
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}
th.header {
    /*background-image: url(http://serwer1762203.home.pl/www_kurier/public/js/tablesorter/themes/blue/bg.gif);*/
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

.tablesorter .filtered {
    display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}



#package_type{
    height:30px;
}
.package_data_cm{
    margin-right: -10px !important;
}
.package_waga_ob{
    margin-left: 18px !important;
    margin-right: 0px !important;
}

.menu_button{
    width: 100%;
    height: 50px;
    color: #ebebeb !important;

}
.active_menu_button{
    width: 100%;
    height: 50px;
    color: #FFF !important;
    background: #464543;
}
.active_menu_button > a{
    color: #9b9b9b !important;
}
.menu_button > a{
    color: #ebebeb !important;

}
.menu_section {
    
}
.active_menu_section { background:#464543; }
.menu_section > div > ul > li > a {
    color: #ebebeb !important;
    padding: 0px 0px 0px 0px;
    padding-left: 20px;
}
.multi-collapse{
    background-color: rgba(0, 0, 0, 0.5);
}
.multi-collapse > li > a {
    color: #ebebeb !important;
    padding-left: 20px;
}
.multi-collapse > li {
    padding: 5px;
}
.menu_section > div > ul > li {
    padding-top: 5px;
}
.normal_section {

}

.top-admin-header{
    background: #e1e1e1;
    color: #666;
    font-weight: bold;
    padding: 10px;
}
.stat_div{
    font-weight: bold;
}
.stat_div_last{
    font-weight: bold;
    color: #333;
    background: #e1e1e1;
    padding:10px;
    padding-left: 0px;
}
.button-plus{
    border-radius: 20px;
    border: 2px solid #CCC;
    color: #CCC;
    font-weight: bolder;
    width: 24px;
    height: 24px;
    padding: 0px;
    background: #FFF;
}

.dragtable-drag-handle{
    cursor: move;
}

/*
 * gets wrapped around placeholder table
 */

.dragtable-drag-wrapper{
    position: absolute;
    z-index: 1000;
}
/*
 * this gets applied to the table copy of the col that we are dragging
 */
.dragtable-drag-wrapper .dragtable-drag-col{
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor:move;
}

/*
	placeholder is just a name for the real table col
*/
.dragtable-col-placeholder {
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    color:#EFEFEF;
    background: #EFEFEF !important;
    visibility: visible !important;
}
table .dragtable-col-placeholder:first{
    border-top:1px dotted black;
}


.dragtable-col-placeholder * {
    opacity: 0.0;
    visibility: hidden;
}
caption {
    /* override bootstrap adding 8px to the top & bottom of the caption */
    padding: 0;
}
.ui-sortable-placeholder {
    /* change placeholder (seen while dragging) background color */
    background: #ddd;
}
div.table-handle-disabled {
    /* optional red background color indicating a disabled drag handle */
    background-color: rgba(255,128,128,0.5);
    /* opacity set to zero for disabled handles in the dragtable.mod.css file */
    opacity: 0.7;
}
/* fix cursor */
.tablesorter-blue .tablesorter-header {
    cursor: default;
}
.sorter {
    cursor: pointer;
}

@keyframes keyframes1 {
    0% {
        transform: rotate(-1deg);
        animation-timing-function: ease-in;
    }
    50% {
        transform: rotate(1.5deg);
        animation-timing-function: ease-out;
    }
}

@keyframes keyframes2 {
    0% {
        transform: rotate(1deg);
        animation-timing-function: ease-in;
    }
    50% {
        transform: rotate(-1.5deg);
        animation-timing-function: ease-out;
    }
}

.jiggle{
    animation-name: keyframes2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 30% 5%;
    /*animation-delay: -0.22s;
    animation-duration: .3s;*/
}
.move_div{
    height: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
    vertical-align: top;
}
.tablesorter thead .disabled {
    display:none;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.cennik_assign_select{
    background: #f5f5f5;
    border: 1px solid #666;
    padding: 30px 20px;
    border-radius: 10px;
}

table{
    font-size: 12px !important;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.privilegesLevel0{
    margin-left: 10px;
}
.privilegesLevel1 {
    margin-left: 30px;
}
.privilegesLevel2 {
    margin-left: 60px;
}
.privilegesLevel3 {
    margin-left: 90px;
}
.privilegesLevel4 {
    margin-left: 120px;
}
.red{
    background-color: #FFA0A0 !important;
}
.opisprzesylki{
    padding: 10px;
}
.mainpagecontent_div{
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    background: #FFF;
    text-align: left;
    padding: 10px;
    cursor: pointer;
}
.activeM{
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    background: #D2E0E6;
    cursor: pointer;
}
.mainpagecontent_date{
    color: #8c8c8c;
    font-size: 10px;
}
.mainpagecontent_div_all{
    border-right: 1px solid #8c8c8c;
    height: 500px;
    overflow: auto;
}
.mainpagecontent_title{
    font-weight: bolder;
}
.mainpagecontent_short_title{
    color: #333333;
}
.mainpagecontent_hr{
    border-bottom: 1px solid #CCC;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mainpagecontent_content{
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    padding-top: 0px;
}

.kartoteka_jsgrid_button{
    display: none;
 }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 50px;


    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    display: block;
    position: absolute;
    right: 100%;
    margin-right: -7px;
    width: 93%;
    top: 7px;
    height: 14px;
    font-size: 12px;
    background: #000000;
    color: #000000;
    line-height: 60px;
    font-weight: bold;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

    -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
    -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
    box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: inline-block;
    position: fixed;
    width: 45px;
    text-align: right;
    right: 0;
    padding-right: 16px;
    top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
    position: absolute;
    width: 100%;
    height: 28px;
    z-index: 2001;
    box-shadow: inset 0 0 0 2px #000000, inset 0 0 0 7px #FFF;
    border-radius: 10px;
}

.pace.pace-inactive {
    display: none;
}