.setting-form{
    margin-bottom:14px;
}
.pass-blur input#licence {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
#mista-setting{
    min-width:500px;
    padding:20px;
    background-color:#ffffff;
    margin-bottom:14px;
}
a.licence {
    color: #57997a;
    padding-left: 5px;
}
a.licence:hover {
    color: #000;
}
.pass-blur .button.licence {
    display: none;
}
.licence .button.licence {
    background: #57997a;
    color: white;
    border: 0px;
}
.licence .button.licence:hover {
    background: #000;
    color: white;
}
#mista-setting th{text-align:left;}

#pobocky{
    padding:20px;
    background-color:#ffffff;
    margin-bottom:14px;
    border-collapse:collapse;
}
#pobocky th{text-align:left;
            padding:5px;
            border:solid 1px #000000;
}
#pobocky td{
    padding:5px;
    border:solid 1px #000000;
}
.woo-zasilkovna-content input.button {
    color: #fff;
    border-color: #ccc;
    background: #000;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    font-size: 15px;
    line-height: 36px;
    height: 38px;
    margin: 0;
    padding: 0 15px;
}
.fa.fa-plus-square {
    float: none;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    color: rgba(0, 141, 76, 0.41);
    background-color: transparent;
    cursor: pointer;
}
h3.kurz-btn {
    display: inline-block;
    width: auto;
    color: white;
    background-color: rgba(0, 141, 76, 0.41);
    padding: 10px 20px;
    cursor: pointer;
}
h3.mena-btn {
    display: inline-block;
    width: auto;
    color: white;
    background-color: rgba(0, 141, 76, 0.41);
    padding: 10px 20px;
    cursor: pointer;
}
.zasilkovna-woo-kurz {
    display: none;
}
.zasilkovna-woo-mena {
    display: none;
}
.zasilkovna-kurz .zasilkovna-woo-kurz {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #57997a;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zasilkovna-mena .zasilkovna-woo-mena {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #57997a;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woo-box {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woo-box.box-info {
    border-top-color: #57997a;
}
/* Main admin style */

/* Cols */
.t-col-12,.t-col-9,.t-col-6,.t-col-4{
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t-col-12{
    width:98%;
    margin:0 1% 0 1%;
}
.t-col-9{
    width:73%;
    max-width:900px;
    margin:0 1% 0 1%;
}
.t-col-6{
    width:48%;
    margin:0 1% 0 1%;
}
.t-col-4{
    width:31.333%;
    margin:0 1% 0 1%;
}

/* Boxes */
.woo_box,
.woo-box .box-header,
.woo-box .box-body,
.woo-box .box-footer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
.table-bordered tr td input[type=text] {
    width: 100%;
}

.woo-box {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woo-box .woo-hlavni-body {
    background: #ffffff;
    border-top: 1px solid #57997a;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    /*    width: 100%;*/
    float: left;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.woo-box.box-primary {
    border-top-color: #3c8dbc;
}
.woo-box.box-info {
    border-top-color: #57997a;
}
.woo-box.box-danger {
    border-top-color: #f56954;
}
.woo-box.box-warning {
    border-top-color: #f39c12;
}
.woo-box.box-success {
    border-top-color: #00a65a;
}
.woo-box .box-header {
    float:left;
    width:100%;
    display:block;
}
.woo-box .box-body {
    padding:10px;
    margin-top: 20px;
}
.woo-box .box-body.navod {
    padding:10px;
    margin-top: 0px;
    padding-bottom: 0px;
}
.woo-box .box-body.navod h2 {
    margin-bottom: 5px;
}
.woo-box .box-footer {
}

.woo-box .box-header > .fa, .woo-box .box-header > .glyphicon, .woo-box .box-header > .ion, .woo-box .box-header .box-title {
    display: inline-block;
    padding: 10px 0px 10px 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    float: left;
    cursor: default;
}

/* Box forms */

.woo-box label {
    width:40%;
    margin-right:1%;
    float:left;
}
.woo-box input[type=text],
.woo-box input[type=email],
.woo-box input[type=password],
.woo-box textarea {
    width:50%;
}
.woo-box input[type=text].input-big,
.woo-box input[type=email].input-big,
.woo-box input[type=password].input-big,
.woo-box textarea {
    width:100%;
}

.input-big{width:100%;}

/* Admin table */
.table-bordered{
    width:100%;
    max-width:100%;
    border-collapse:collapse;
    margin-bottom:15px;
    float:left;
}
.table-bordered tr{}
.table-bordered tr th{
    /*    color:#fff;*/
    background-color:#57997a;
    padding:6px;
    border:solid 1px #57997a;
}
.table-bordered tr td{
    padding:6px;
    border:solid 1px #ddd;
    background-color:#ffffff;
}
.table-bordered tr :first-child th {
    text-align: right;
    background: yellow;
}
.zasilkovna-woo.table-bordered tr th {
    color: white;
    text-align: right;
    max-width: 400px;
    line-height: 1.3;
    font-weight: 600;
    padding: 10px 10px 10px 0;
    font-size: 15px;
    background-color: rgba(0, 141, 76, 0.41);
}

.zasilkovna-woo.table-bordered tr td {
    width: 60%;
}
.zasilkovna-woo.table-bordered.doprava tr td {
    width: 30%;
}
.table-bordered tr td.first-item {
    padding: 15px;
}
.table-bordered tr td.td_center{ text-align:center; }

/* Buttons */

.wrap .add-new-button{
    margin:20px 0 20px 0;
}

/*
    Component: Buttons
-------------------------
*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
.btn:hover {
    color: #333;
    text-decoration: none;
}


.btn.btn-default {
    background-color: #fafafa;
    color: #666;
    border-color: #ddd;
    border-bottom-color: #ddd;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
    background-color: #f4f4f4!important;
}
.btn.btn-default.btn-flat {
    border-bottom-color: #d9dadc;
}
.btn.btn-primary {
    color:#ffffff;
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
    color:#ffffff;
    background-color: #367fa9;
}
.btn.btn-success {
    color:#ffffff;
    background-color: #00a65a;
    border-color: #008d4c;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
    color:#ffffff;
    background-color: #008d4c;
}
.btn.btn-info {
    color:#ffffff;
    background-color: #57997a;
    border-color: #57997a;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
    color:#ffffff;
    background-color: black;
}
.btn.btn-danger {
    color:#ffffff;
    background-color: #f56954;
    border-color: #f4543c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
    color:#ffffff;
    background-color: #f4543c;
}
.btn.btn-warning {
    color:#ffffff;
    background-color: #f39c12;
    border-color: #e08e0b;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
    color:#ffffff;
    background-color: #e08e0b;
}
.btn.btn-flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
    outline: none;
}
.btn.btn-file {
    position: relative;
    width: 120px;
    height: 35px;
    overflow: hidden;
}
.btn.btn-file > input[type='file'] {
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    opacity: 0 !important;
    position: absolute;
    top: -10px;
    cursor: pointer;
}
.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}
.btn.btn-app > .fa,
.btn.btn-app > .glyphicon,
.btn.btn-app > .ion {
    font-size: 20px;
    display: block;
}
.btn.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}
/*.btn.btn-app:active,
.btn.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}*/
.btn.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}
.btn.btn-social-old {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
    padding: 0;
}
.btn.btn-social-old > .fa {
    padding: 10px 0;
    width: 40px;
}
.btn.btn-social-old > .fa + span {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-social-old span {
    padding: 10px;
}
.btn.btn-social-old:hover {
    opacity: 1;
}
.btn.btn-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/*
    Component: Delimiters
-------------------------
*/

.delimiter{float:left;
           width:100%;
           margin:14px 0 14px 0;
           clear:both;
}

.delimiter-red{
    border:solid 3px #f56954;
}

.zasilkovna li a:focus, .zasilkovna a:focus {
    color: #57997a;
/*    box-shadow: 0 0 0 1px #57997a, 0 0 2px 1px rgba(90, 152, 121, 0.79);*/
}
.table-bordered tr th.cena_top{
    background-color: rgba(0, 141, 76, 0.41);
    font-size:28px;
    line-height:40px;
    color: white;
    text-align: center;
}
.woo-box input[type=checkbox] {
    border-radius: 50%;
    line-height: 10px;
    margin: 0px 4px 0 3px;
}
.woo-box input[type=checkbox]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 10px;
    height: 10px;
    margin: 2px;
    line-height: 16px;
    background-color: #57997a;
}
.zasilkovna-menu {
    float:left;
    width:100%;
    margin:0;
    padding:0 0;
    list-style:none;
    margin-bottom: 20px;
}
.zasilkovna-menu li{
    float:left;
    margin:0;
    padding:0;
}
.zasilkovna-menu li.zeme {
    display: none;
}
.zasilkovna-menu li.zeme.aktivni {
    display: inline-block;
}
.block-napoveda {
    position: relative;
    border: none;
    padding: 20px;
    padding-left: 50px;
    background-color: rgba(0, 141, 76, 0.41);
    border-color: #57997a;
    color: #fff; 
    border-left: 3px solid #57997a;
    margin-bottom: 20px;
    color: white;
    text-shadow: 0 1px 0 #000;
}
.block-napoveda:before {
    content: "\F059";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: white;
    left: 7px;
    font-size: 26px;
}
.block-napoveda p {
    color: white;
    text-shadow: 0 1px 0 #000;
} 
.zasilkovna-woo.table-bordered tr.icon-url {
    display: none;
}
.zasilkovna-woo.table-bordered tr.icon-url.aktivni {
    display: table-row;
}
.fa.help-ico {
    float: right;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    color: #ffffff;
    background-color: black;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.help-ico.fa-question {
    margin-left: 5px;
    color: #57997a;
    background: white;
    border-color: #57997a;
}
.fa.help-ico .help-tooltip {
    display: none;
    position: absolute;
    float: left;
    text-align: left;
    width: 350px;
    bottom: 24px;
    left: 0;
    margin-left: -175px;
    padding: 10px;
    color: #fff;
    background-color: #57997a;
    border: 1px solid #53655c;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.fa.help-ico:hover .help-tooltip {
    display: block!important;
    opacity: 1 !important;
}
@media (max-width: 767px) {
    .woocommerce-checkout #zasilkovna-pobocky-list  {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .woocommerce-checkout #zasilkovna-pobocky-list th, .woocommerce-checkout #zasilkovna-pobocky-list td {
        width: 100%;
        display: inline-block;
        padding: 5px 0;
    }
    .zasilkovna-menu li a{
        float:left;
        margin:0;
        padding:12px 12px;
        color:#444444;
        background:#57997a;
        background:#ffffff;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #57997a;
        border-right: 0px solid #57997a;
        box-shadow: 0 0 0 1px #57997a, 0 0 2px 1px rgba(90, 152, 121, 0.79);
    }
    .zasilkovna-menu li:last-child a{
        border-right: 1px solid #57997a;
    }
    .zasilkovna-menu li a:hover,
    .zasilkovna-menu li a.active{
        color:white;
        background:#ffffff;
        background:#57997a;
        box-shadow: 0 0 0 1px #57997a, 0 0 2px 1px rgba(90, 152, 121, 0.79);
    }
}

@media (min-width: 767px) {


    .zasilkovna-menu {
        width: 210px;
        position: absolute;
    } 
    .woo-box .setting-form {
        min-height: 500px;
        margin-left: 215px;
        border: 1px solid #57997a;
        padding: 15px;
    }
    .zasilkovna-menu li {
        border-bottom: 0px solid #F0F4F7;
        display: block;
        position: relative;
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
        list-style: none !important;
    }
    .zasilkovna-menu li a {
        color: #7f8fa1; 
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #ccc;
    }
    .zasilkovna-menu > li > a:hover, .zasilkovna-menu > li > a:focus {
        color: #57997a;
        background-color: white;
        margin-left: 6px;
        margin-right: -6px;
        z-index: 1;
        border-top: 1px solid #57997a;
        border-bottom: 1px solid #57997a;
        border-left: 4px solid #57997a;
        border-right: 0px solid #57997a;
    }

    .zasilkovna-menu > li a.active {
        color: #57997a;
        background-color: white;
        margin-left: 6px;
        margin-right: -6px;
        z-index: 1;
        border-top: 1px solid #57997a;
        border-bottom: 1px solid #57997a;
        border-left: 4px solid #57997a;
        border-right: 0px solid #57997a;
    }
    .zasilkovna-kurz {
        position: relative;
        clear: both;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .zasilkovna-kurz .setting-form {
        min-height: 200px;
        margin-left: 0px;
        border: 1px solid #57997a;
        padding: 15px;
    }

    .zasilkovna-mena {
        position: relative;
        clear: both;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .zasilkovna-mena .setting-form {
        min-height: 200px;
        margin-left: 0px;
        border: 1px solid #57997a;
        padding: 15px;
    }
}

/* some custom styles */
#packeta-widget {

    border: hidden;
    height: 600px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    #packeta-widget {
        width: 320px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    #packeta-widget {
        width: 480px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    #packeta-widget {
        width: 768px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    #packeta-widget {
        width: 992px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    #packeta-widget {
/*        height: 800px !important;
        width: 1200px;*/
        max-width: 100% !important;
    }
    #packeta-iframe-wrap #packeta-external-widget {
    width: 100%;
    height: 100% !important;
}
}
#packeta-widget-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99998;
    position: fixed;
    left: 0;
    top: 0;

}
#packeta-iframe-wrap  {   
    width: 100%;
    height: 800px;
    max-width: 1600px !important; 
    position: fixed;
    z-index: 999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  
}

.packeta-widget-btn {
    margin-bottom: 10px;
}
.woocommerce .woocommerce-checkout .packeta-widget-btn a {
    background: black url(../images/logo-mini.png) no-repeat left !important;
    background-size: 40px !important;
    color: white !important;
    padding: 0px 15px !important;
    padding-left: 50px !important;
    text-shadow: 0 1px 0 #000;
    display: inline-block;
    height: 40px !important;
    line-height: 40px !important;
    min-width: 140px;
    font-size: 15px !important;
}
.zasikovna-ico img {
    max-width: 200px;
    height: auto;
}
.packeta-widget-btn a:hover {
    color: white;
    opacity: 1;
}
#zasilkovna-vybrane-misto {
    display: none;
    text-align: center;
}
#zasilkovna-vybrane-misto .misto { 
    font-weight: bold;
}
/* ------------ZASILKOVNA WIDGET------- */
