﻿.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: normal;
}

.sidebar-menu li {
    width: 100%;
    font-size: 12px;
}

/*.skin-blue .main-header .navbar {
    background-color: white;
}*/

.skin-blue .main-header .logo {
    background-color: white;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: black;
}

.skin-blue .sidebar-menu > li > a {
    border-left: none;
}

/*próby*/
.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: left;
}

.skin-blue .main-header .navbar .nav > li > a {
    color: #374850;
    transition: all 0.4s ease;
}

.skin-blue .main-header .navbar {
    margin-left: 0;
}

.main-sidebar, .left-side {
    top: 160px;
}

@media (max-width: 767px) {
    .slideout-menu-left {
        top: 110px !important;
    }

    .ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow {
        color: black;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: black;
    }
}

.main-header {
    max-height: 215px;
}

@media screen and (max-width: 810px) {
    .ui-tabs.ui-tabs-top > .ui-tabs-nav li {
        width: 100% !important;
    }
}

.content-wrapper {
    min-height: 0 !important;
}

.modifiedHeader {
    background: #1a2226;
    color: #848484 !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    font-family: FontAwesome, serif;
    text-transform: uppercase;
}

/* Nowe - Dostosowanie menu górnego */
.layout-top-nav .main-header .navbar {
    margin-left: auto;
}

.skin-blue .main-header .navbar {
    margin-left: auto;
}

.navbar-custom-menu .container {
    padding-right: 0;
    padding-left: 0;
}

.skin-blue .main-header .navbar {
    background-color: white;
}

@font-face {
    /*   font-family: "Roboto Regular";*/
    font-style: normal;
    font-weight: normal;
    src: url("#{resource['fonts/Roboto-Regular.ttf']}");
    /*src: url("/resources/fonts/Roboto-Regular.ttf");*/
}

.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav > .active > a {
    color: #777;
}

.ui-growl .ui-widget {
    left: 80% !important;
}

div.ui-growl {
    left: 80%;
    z-index: 2147483647 !important;
}

.minimalPadding div {
    /*padding-top:2px;
    padding-bottom:2px; */
    padding-top: 0;
    padding-bottom: 0;
}

div.divAsTable > div:nth-of-type(even) {
    background: #f6f6f6;
}

div.divAsTableColorOdd > div:nth-of-type(odd) {
    background: #f6f6f6;
}

.divAsTable div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.divAsTableColorOdd div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.searchEngineAsTable > div {
    padding-top: 3px;
    padding-bottom: 3px;
}

.searchEngineAsTable > div div {
    padding-top: 0;
    padding-bottom: 0;
}

.searchEngineAsTableWithPadding > div {
    padding-top: 1px;
    padding-bottom: 1px;
}

.searchEngineAsTableWithPadding > div div {
    padding-top: 1px;
    padding-bottom: 1px;
}

.ui-treetable-header {
    background-color: #f6f6f6 !important;
}

.separator {
    width: 100%;
    border-color: #eee !important;
    border-width: 0 0 1px 0 !important;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.selectedRowDataTable, .ui-datatable tr.selectedRowDataTable.ui-state-hover td {
    background-color: rgba(227, 243, 216, 0.5) !important;
    font-weight: 600;
}

.notSelecedRowDataTable {
    background-color: #ffffff;
}

.selectedRowDataTableAnnex, .ui-datatable tr.selectedRowDataTable.ui-state-hover td {
    background-color: rgba(226, 243, 216, 0.8) !important;
}

.boldSelecedRowDataTable, .ui-datatable tr.selectedRowDataTable.ui-state-hover td {
    font-weight: 600;
!important;
}

.notBoldSelecedRowDataTable, .ui-datatable tr.selectedRowDataTable.ui-state-hover td {
    font-weight: 100;
!important;
}

.fromEKZDRowDataTable {
    background-color: #ffada2 !important;
}

/*Dostosowywanie się do wytycznych START*/
.ui-widget, .ui-widget .ui-widget {
    /*   font-family: Arial, Helvetica, FontAwesome, sans-serif;*/
    font-size: 13px;
    color: #000;
}

div.ui-panel .ui-panel-title {
    /*    font-family: Arial, Helvetica, FontAwesome, sans-serif;*/
    font-size: 17.5px;
    color: #1d2a5b;
}

.ui-widget, .ui-widget .ui-widget .main-header {
    /*color: red;*/
}

.topMenu > li > a > label {
    /*    font-family: Roboto Regular, Arial, Helvetica, sans-serif !important;*/
    font-size: 14px !important;
    color: #5f5f5f !important;
}

.topMenu > li:first-child > a > label {
    color: #586882 !important;
    /*    font-family: Roboto Regular, Veto, Arial, Helvetica, sans-serif !important;*/
    font-weight: bold !important;
}

.topMenu > li > a > label:hover {
    color: #053ba8 !important;
}

/*Dostosowywanie się do wytycznych STOP*/

.navbar-nav {
    float: right !important;
}

@media (max-width: 768px) {
    .navbar-nav {
        width: auto;
    }
}

.ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow {

    width: 300px;
}

.ui-menuitem-text {
    font-size: 14px;
}

.wrapLabel .ui-chkbox-label {
    width: 90%;
}

/*end*/

.ui-commandlink.ui-widget.fa, .ui-link.ui-widget.fa {
    font-size: 20px;
}

.ui-message-error-detail {
    color: #ffffff;
}

.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none;
}

.ui-paginator-top {
    font-size: 12px;
    font-style: normal;
}

.ui-paginator-bottom {
    margin-top: 5px;
    font-size: 12px;
    font-style: normal;
}

/*register AGREEMENT*/
.create .ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    height: 32px;
    margin-bottom: 2px;
}

.create input[type="submit"] {
    padding: 5px;
}

.create .ui-datatable th.ui-state-default[scope="col"] {
    padding: 0;
}

.create-wrapper {
    padding: 0;
}

.create-content {
    padding-left: 13px;
}

.create-top {
    padding-top: 0;
    padding-bottom: 0;
}

.create-customization {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
}

.ui-dashboard-column {
    width: 20%;
}

.table-no-header thead th {
    border: none !important;
    background: none !important;
}

.table-small-row tbody td {
    padding: 0 !important;
    margin: 0 !important;
}


.bread-spec-crumb {
    border: 0;
    font-weight: normal
}

.basic-data-create-tab-menu ul li {
    width: 24.5%;
}

.small-header .ui-panel-titlebar span {
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 2px;
}

.text-normal .ui-g label.ui-outputlabel {
    font-weight: normal;
}

.text-normal label.ui-outputlabel {
    font-weight: normal;
}

.input-right input {
    text-align: right;
}

.ui-growl-item-container {
    margin-top: 50px;
    margin-right: 5px;
}

.spec-icon {
    width: 18px;
}

.description-panel {
    margin-top: 15px;
}

.description-panel .ui-panel-titlebar span {
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 1px;
}

.description-panel .ui-panel-titlebar {
    /*background: ;*/
}

.small-input input {
    width: 80px;
}

.description-panel-icon {
    padding: .1em;
}

.select-one-menu-bold label {
    font-weight: bold !important;
}

.filter-text-align-right input {
    text-align: right;
}