@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTeY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSuY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxnZ4362_PV5aPD5jU0S2ELI.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBqfTCPadK0KLfdEfFtGWCYw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxhyVJL_BP-r1aUfHSUUH87w.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxhLE7eCesZRIBkkq27EgTqg.woff) format('woff');
}

.produktyDefault {
    margin-bottom: 1em;
    font-size: 16px;
}

.group_header {
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group_header .logo {
    height: 3em;
    margin-right: 0.25em;
}

.group_header img {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    max-width: 10em;
}

.group_header h3 {
    text-align: right;
    flex: 1;
    margin: 0.5em;
}

.group_header h4 {
    margin: 0.5em 1em;
}

.table .table_row .table_col.status_icon,
.table .table_row .table_col.status_icon.tiny {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0.15em;
}

.table .table_row.is_active .table_col.status_icon {
    color: #36bf01;
}

.table .table_row.is_not_active .table_col.status_icon {
    color: #ff0010;
}

.table .table_col.value .img_url_cont {
    text-align: center;
    font-size: 0.7em;
}

.table .table_col.value .img_cont {
    padding: 1em;
    margin: auto;
    height: 80px;
}

.table .table_col.value img {
    margin: auto;
    display: block;
    height: 100%;
}

.table .table_row .table_col.logo,
.table .table_row .table_col.logo.tiny {
    overflow: hidden;
    border-radius: 3px;
    margin: 1em 0.5em;
}

.table .logo img {
    display: block;
    width: auto;
    height: 26px;
    margin: auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-col {
    padding: 0px 1em;
}

.flex:before,
.flex:after {
    display: none;
}

.logged-user-mask {

    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 10px;

}

.img_cont.is_png::after {
    display: block;
    font-size: 0.55em;
    content: "png";
}

#sortingTable_paginate {
    text-align: right;
}

#sortingTable_filter {

    text-align: right;

}

#sortingTable_filter input {

    margin-left: 10px;
}

b.povinny {
    color: red;
}


body {
    font-size: 12px;
    font-family: Open Sans;
    font-weight: 400;
    background-color: #03a9f4 !important;
}

.login-logo {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
    background: white;
    padding: 1.5em 2em;
    border-radius: 1em;
    overflow: hidden;
}

.login-panel {
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 30%);
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding: 1em;
    border-radius: 0.5em;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.login-panel>div {
    flex: 1 0 100%;
}

.btn-success,
input.btn-success {
    background-color: #8bc34a;
    color: white;
    border-color: #8bc34a;
}

.btn {
    font-size: 13px;
    font-weight: bold;
}

.btn.btn-sm {
    font-size: 11px;
    font-weight: bold;
}

.input-sm {
    border: 0px;
}

#wrapper {
    /** -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1); **/
    /** -moz-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 1); **/
    /** box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 1); **/
    background: white;
}

.navbar-static-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-static-top:before,
.navbar-static-top:after {
    display: none;
}

.formtable {
    background: #eee;
}

.submit_row {
    text-align: right;
    padding: 0.5em 1em 1em 1em;
}


.active_filter,
.active_link,
.active_sibs,
.active_tab {
    background-color: #03a9f4 !important;
    color: white !important;
    font-weight: bold !important;
}

.active_filter,
.active_filter:hover,
.active_tab,
.active_tab:hover {
    background-color: #607d8b !important;
    color: white !important;
    border-color: transparent !important;
}

.nav {
    font-size: 1.05em;
}

.active_link:hover,
.active_sibs:hover {
    background-color: #2196f3 !important;
}

.btn {
    padding: 0.6em 1.5em;
}

.btn-primary {
    color: white;
    background-color: #2196f3;
    border-color: #2196f3;
}

.btn-primary:hover {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.sibs {
    background-color: #e9e9e9;
    font-weight: bold;

}

.sibs,
.active_link,
.active_sibs {
    /** border-left: 3px solid #89ff00; **/
    /** font-weight: bold;**/
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .1s ease;
    -o-transition: height .1s ease;
    transition: height .1s ease;
}

.navbar-default {
    background: white;
    color: black;
}

.collapsing,
.collapse.in {
    border-left: 3px solid gray;
    box-shadow: inset 0px 2px 13px -10px black;
}

.collapsing,
.collapse.in {
    border-color: #03a9f4;
}

.collapse.in .active {
    border-color: #03a9f4;
    background-color: #fff;
}

.page-header {
    margin-bottom: 10px;
}

.back_cont {
    display: flex;
    align-items: center;
    padding: 0px 0px 1em;
    border-bottom: 1px solid #eee;
}

.table {
    font-size: 16px;
    padding: 0px;
    margin-bottom: 3em;
    background-color: transparent;
}

.table .table_inner {
    border: 0.5px solid #dee2e6;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.table .col_h,
.table .row_h {
    text-align: inherit;
    font-weight: bold;
    font-size: 0.8em;
}

.table .table_row_wrapper {
    background-color: white;
}

.table .table_row {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 0.5px solid white;
    border-bottom: 0.5px solid #d6d6d6;
    background-color: white;
}

.table .table_row.odd {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table .table_row:hover,
.table .table_row_wrapper:hover,
.table .table_row_wrapper:hover .table_row {
    border-left-color: #03a9f4;
    background-color: #f7f7f7;
}

.table .table_row.row_h {
    border-color: black;
    background-color: #e9ecef;
}

.table .table_row .table_col {
    flex: 1 0 0;
    flex-grow: 4;
    padding: 0.75em;
    overflow: hidden;
}

.table .table_row .table_col.large {
    flex-grow: 8;
}

.table .form-control {
    box-shadow: inset 2px 2px 2px -1px rgb(0 0 0 / 5%);
    height: auto;
    color: black;
}

.table select.form-control {
    box-shadow: 1px 2px 2px -1px rgb(0 0 0 / 25%);
}

.table .table_row .table_col .form-control.disabled {
    border: none;
    box-shadow: none;
    opacity: 0.8;
}

.table .table_row .table_col.less {
    opacity: 0.6;
}

.table .table_row .table_col.tiny {
    padding: 0;
    text-align: center;
    max-width: 30px;
    font-size: 0.8em;
}

.table .table_row .table_col.small {
    padding: 0px 0.2em;
    text-align: center;
    max-width: 60px;
}

.table .table_row .table_col.medium {
    max-width: 180px;
}

.table .table_row.typ_textarea .table_col.value,
.table .table_row.typ_html .table_col.value {
    flex: 1 0 100%;
}

.table .table_row .table_col.value small {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0.1em;
    font-size: 0.65em;
    opacity: 0.5;
    margin-top: -1em;
}

.table .table_row .table_col.value label small {
    margin: 0;
    opacity: 1;
    font-size: 0.8em;
}

.table .table_row .table_col.title {
    flex-grow: 2;
}

.table .table_row label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
    padding: 0px;
}

.table h4 {
    font-weight: bold;
}

.table .group_title {
    font-size: 1.05em;
    margin-top: 2em;
    padding-left: 0.75em;
}

.table .table_row.in_group {
    margin-left: 1em;
}

.table .table_group {
    border-left: 0.5px solid white;
}

.table .table_group:hover {
    border-color: #03a9f4;
    background-color: #fcfcfc;
}

.table .table_group.single .group_title {
    display: none;
}

.table .skip,
.table .hiddem {
    display: none;
}

.req label:after {
    content: " *";
    color: red;
}

.table input[type="radio"],
.table input[type="checkbox"] {
    margin: 0.25em;
}

.table_col.yesterday,
.table_col.today {
    font-weight: bold;
    color: #008a06;
}

.table_col.inweek {
    font-weight: bold;
    color: #dd3500;
}

.star:after {
    content: '★';
    color: #ff006c;
}

.star.nostar:after {
    color: #e8e8e8;
}

.btn.micro {
    padding: 0.5em;
    margin: 0.2em;
    border: 1px solid;
    display: flex;
}

.btn .fa {
    font-size: 13px;
    margin-right: 6px;
    margin-left: -8px;
}

.table .tags .tag,
.table .table_row .table_col.value .tags .tag small {
    text-align: left;
}

.table .table_row .table_col.value .tags .tag small {
    opacity: 0.9;
}

.tags,
.filters {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.filters {
    flex: 2;
    justify-content: flex-end;
}

.table .value .tags .tag {
    flex: 1 0 100%;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 0px;
}

.table .value .tags .tag .inner {
    flex: 1;
}

.tags .tag,
.filters .filter {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0.25em;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    margin: 0.3em;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    user-select: none;

}

.filters .filter-default {
    border-color: #428bca;
}

.tags .tag:hover {
    background-color: #fcfcfc;
}

.ui-datepicker {
    font-size: 1.4em !important;
}

.tags .tag .btn.edit.micro {
    border-width: 0px 0px 0px 1px;
    display: flex;
    border-radius: 0;
    margin-right: 0px;
}

.tags .tag .inner {
    padding: 0.25em 0.25em;
}

.tags .tag.disabled {
    color: red;
    border-color: red;
}

.tf_inactive {
    color: #e40000;
}

.tf_active {
    color: #00b939;
}

.filters .filter {
    margin: 0.3em;
    padding: 0.4em 0.8em;
}

.form-table td {
    padding-top: 10px;
    vertical-align: top;
}

h2.page-header i {
    color: #ccc;
}

.form-table label {
    color: black;
    font-size: 1.1em;
}

.form-table td i {
    color: #666;
    float: right;
}