[data-nieaktywny="true"] {
    background-color: #f0f0f0; /* Jasnoszary tło */
    color: #ccc; /* Ciemnoszary tekst */
    pointer-events: none; /* Wyłącza interakcję z elementem (np. kliknięcie) */
    cursor: not-allowed; /* Kursor w stylu "zakazany" */
}
.dx-dropdownmenu-popup-wrapper .dx-menu-separator {
    margin: 2px 0; /* Zmniejsza marginesy, aby separator był cieńszy */
    height: 1px; /* Wysokość separatora */
    background-color: #ccc; /* Kolor separatora, jasny szary */
}
.dx-dropdownbutton{
	height: 30px;
}
.dx-buttongroup-wrapper{
	background-color: #fff;
	border-color: #ddd;
	color: #333;
}
.dx-list-item{
	font-size: 14px;
}
#dataGrid13 .dx-command-edit .dx-link-edit {
    display: inline-block !important;
}

.dx-edit-row .dx-link-edit{
	display:none !important;
}
.nieobecnosc{
	background-color: #bbb !important;
}
.dx-scheduler-agenda .dx-scheduler-appointment-resource-item{
    display: none;
}
.karta-header1{
	background-color: #eaeaea;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #DDDDDD;	
	font-size: 16px;
}
.karta-header2{
	background-color: #eaeaea;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #DDDDDD;
	font-size: 16px;
}
.karta-header3{
	background-color: #eaeaea;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid;
	border-color: #DDDDDD;
	padding-left: 15px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #6c757d ;
}

#gridContainer {
  height: 560px;
  width: 100%;
  padding: 0 10px;
}
#gridDictionary{
  height: 80%;
  width: 90%;
  padding: 0 10px;
}
.dx-scrollable-scroll-content{
	background-color: #000 !important;
}
.progress-bar-container {
	position: relative;
    width: 100%;
    height: 20px;
    background-color: rgba(205, 205, 205, 0.5);
    text-align: center;
    border-radius: 2px;
	overflow: hidden;
}
.progress-bar {
	position: absolute;
    height: 20px;
    background-color: #5cb85c;
    border-radius: 3px;
}
.progress-bar2 {
	position: absolute;
    height: 20px;
	padding-top: 3px;
    color: #000000;
}
.container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.div-full {
    float: left;
    width: 100%; /* Szerokość pierwszego diva */
}
.div-left {
    float: left;
    width: 80%; /* Szerokość pierwszego diva */
}
.div-right {
    float: left;
    width: 20%;
}

.harm_head{
	float: left;
	margin-right: 10px;
}
.harm_MSC{
	float: left;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.harm_Y{
	float: left;
}
#PODOPIECZNY{
	width: 320px;
	font-size: 0.8rem;
}
#OPIEKUN{
	width: 320px;
	font-size: 0.8rem;
}
#MSC_ROK, #SELECT_MSC{
	width: 120px;
	font-size: 0.8rem;
}

#SELECT_GROUP{
	width: 100px;
	font-size: 1rem;
}

#ZESPOL{
	width: 168px !important;
	font-size: 0.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.link-underline {
    text-decoration: underline !important;
}

.item2 {
  box-sizing: border-box;
  padding: 4px 20px;
  margin-top: 14px;
  margin-bottom: 16px;
  font-size: 98%;
  color: #fff;
  background-color: #56ca85;
  width: 96%;
}

.button-menu{
	position: absolute; 
	//width: 40%;
	text-align:right;
	padding: 5px;
	right:0;
}
.dx-button-mode-contained{
	height: 30px;
}
.dx-button-next{
	margin-right: 2px;
}
.main-content{
	height: calc(100% - 52px);
	padding: 52px 0 0 0;
	z-index: 0;
    position: relative;
}
.dashboard-header{
	z-index: 10;
    position: fixed;
}
.grid-content{
	padding: 10px;
}
.grid-content h1 {
    color: #00A6DB;
    font-size: 24px;
	margin-bottom: 10px;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: 200;
}
.dashboard-navigation{
	position:fixed;
	z-index: 1000;
	box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
}
.menu-top-item{
	float:right;
	padding:0 10px;
	position:relative;
	z-index:50;
	background: #f0f0f0;
	line-height:50px;
	right: -15px;
    top: -10px;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.text-center {
  text-align: center !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.card-header {
  padding: .5rem 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.menu-top-item img{
	padding-top: 4px;
	cursor:pointer;
	margin: -5px 15px;
}
.menu-top-item h1{
	cursor:pointer;
	text-align: right; 
	width: 400px;
}
.lang-menu{
	width:70px;
	padding: 10px 0;
	position:fixed;
	background-color: #f0f0f0;
	right:15px;
	top:-50px;
	z-index:5;
	transition: background ease .3s, top ease .3s .3s, transform ease .3s;
}
.lang-menu-show{
	top:52px;
	transition: background ease .3s, top ease .3s .3s, transform ease .3s;
}
.person-menu{
	color:#00A6DB !important;
	width:250px;
	padding: 10px 0;
	position:fixed;
	background-color: #fff;
	right:85px;
	top:-152px;
	z-index:5;
	transition: background ease .3s, top ease .3s .3s, transform ease .3s;
}
.person-menu div{
	padding:10px 10px;
	cursor:pointer;
}
/*.person-menu-element{
	border-bottom:1px solid #313131;
}*/
.person-menu div:hover{
	background-color:#e9ecef;
}
.person-menu-show{
	top:52px;
	transition: background ease .3s, top ease .3s .3s, transform ease .3s;
}
.person-menu i{
	margin-right:10px;
	margin-left:10px;
}
.lang-menu img{
	margin: 5px 15px;
	cursor:pointer;
}

.dx-resizable .option{
	display:block !important;
}
.option{
	display:none;
}
.dx-datagrid-columns-separator {
  background-color: rgba(255,255,255,0.1);
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-col-fixed{
	/*background-color: transparent;*/
}
.navigation-item {
    cursor: pointer;
    height: 44px;
    border: 0px solid rgba(255,255,255,0.15);
    border-width: 0 0 1px;
    padding: 18px 20px;
    color: #00A6DB !important;
    font-size: 14px;
}

.navigation-item.active,
.navigation-item:hover {
	background-color: rgba(255,255,255,0.1);
}
    .navigation-item h2 {
        color: #00A6DB !important;
        font-size: 20px;
        font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
        font-weight: 200;
        margin: 0 0 3px 0;
    }
	
	
    .navigation-item .icon {
        float: left;
        width: 44px;
        height: 44px;
        -moz-background-size: 44px 44px;
        -o-background-size: 44px 44px;
        -webkit-background-size: 44px 44px;
        background-size: 44px 44px;
        background-repeat: no-repeat;
        margin: 0 10px 0 0;
    }

.navigation-item-active {
    cursor: pointer;
    height: 44px;
    border: 0px solid rgba(253, 218, 173, 0.15);
    border-width: 0 0 1px;
    padding: 18px 20px;
    color: rgba(253, 218, 173, 0.6);
    font-size: 14px;
	background-color: rgba(253, 218, 173, 0.1);
}

.navigation-item-active.active,
.navigation-item-active:hover {
	background-color: rgba(253, 218, 173, 0.1);
}
    .navigation-item-active h2 {
        color: rgba(253, 218, 173);
        font-size: 20px;
        font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
        font-weight: 200;
        margin: 0 0 3px 0;
    }
	
	
    .navigation-item-active .icon {
        float: left;
        width: 44px;
        height: 44px;
        -moz-background-size: 44px 44px;
        -o-background-size: 44px 44px;
        -webkit-background-size: 44px 44px;
        background-size: 44px 44px;
        background-repeat: no-repeat;
        margin: 0 10px 0 0;
    }

        .navigation-item .icon.dashboard {
            background-image: url(../images/icons/Sales.png);
        }

        .navigation-item .icon.products {
            background-image: url(../images/icons/Products.png);
        }

        .navigation-item .icon.sectors {
            background-image: url(../images/icons/Sectors.png);
        }

        .navigation-item .icon.regions {
            background-image: url(../images/icons/Regions.png);
        }

         .navigation-item .icon.dailysales {
            background-image: url(../images/icons/Daily-Sales.png);
        }

        .navigation-item .icon.channels {
            background-image: url(../images/icons/Channels.png);
        }

        .navigation-item .icon.geography {
            background-image: url(../images/icons/Geography.png);
        }



        .navigation-item-active .icon.dashboard-active {
            background-image: url(../images/icons/Sales-active.png);
        }

        .navigation-item-active .icon.products-active {
            background-image: url(../images/icons/Products-active.png);
        }

        .navigation-item-active .icon.sectors-active {
            background-image: url(../images/icons/Sectors-active.png);
        }

        .navigation-item-active .icon.regions-active {
            background-image: url(../images/icons/Regions-active.png);
        }

         .navigation-item-active .icon.dailysales-active {
            background-image: url(../images/icons/Daily-Sales-active.png);
        }

        .navigation-item-active .icon.channels-active {
            background-image: url(../images/icons/Channels-active.png);
        }

        .navigation-item-active .icon.geography-active {
            background-image: url(../images/icons/Geography-active.png);
        }


/*-------dialog------*/
.form-select
{
  display: block;
  width: 100%;
    padding: 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.form-control2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.fl{
	float:left;
}
.file-containtr{
	width:100%;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
    border: 1px solid #ced4da;
	word-wrap: break-word;
	border-radius:3px;
}
.galery-containtr{
	width:100%;
	height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
    border: 1px solid #ced4da;
	word-wrap: break-word;
	border-radius:3px;
}
.img-cont{
	float: left;
	cursor:pointer;
	opacity:0.7;
}
.alink{
	cursor:pointer;
}
.picture{
	width:118px;
	height:120px;
	background-size: cover;
	background-position: center center;
	margin: 5px 10px 0 10px;
}
.pic-name{
	margin: 0 10px;
	text-align:center;
	width:100%;
}
.file-butt-containtr{
	width:100%;
    border: 1px solid #ced4da;
	float: left;
	margin-bottom: 5px;
	border-radius:3px;
}
.file-table{
	width:100%;
	
}
.file-table tr{
	position:relative;
}
.file-table td, th{
	padding: 3px;
}
.file-table th{
	text-align: left;
}
.dialog_cont{
	
	display:none;
}
.dialog_add{
	position: absolute;
	width:800px;
	padding:35px;
	background-color:#f7f7f7;
	left:calc(50% - 400px);
	top:20%;
	z-index:100;
	border-radius: 5px;
}

.dialog_img {
	position: absolute;
	width: 60%;
	height: 80%;
	padding: 35px;
	background-color: #f7f7f7;
	left: 20%;
	top: 10%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
}
.zoomimg
{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.dialog_doc_show{
	display:block !important;
}
.dialog_close{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index:98;
	cursor:pointer;
}

.file-button{
	padding: 0 10px;
	border: none;
	background: none;
	cursor:pointer;
	float:left;
}

.f-butt{
  padding:0 15px;
}
.caption{
	margin-bottom:5px;
}
label.label input[type="file"] {
  position: absolute;
  top: -1000px;
}
.label span{
  display: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1.35715;
  text-align: center;
  display: table-cell;
}
.label {
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 5px;
  background: #fff;
  display: inline-block;
  float: right;
  min-width: 151px;
  height:28px;
  display: table;
}
.label:hover {
  background: #f5f5f5;
}
.label:active {
  background: #9fa1a0;
}
.label:invalid+span {
  color: #000000;
}
.label:valid+span {
  color: #ffffff;
}
.btn_close{
	font-size: 26px;
	position: absolute;
	z-index: 101;
	right: 10px;
	top: -2px;
	cursor:pointer;
}
.btn_close2 {
    font-size: 26px;
    position: relative;
    z-index: 101;
    right: 10px;
    top: -2px;
    cursor: pointer;
    float: right;
}
.dialog-heder{
	border-bottom: 1px solid #ddd;
	width:100%;
	position: absolute;
    top: 0;
    left: 0;
}
.text-heder{
	padding-top: 10px;
    padding-left: 35px;
    width: calc(100% - 50px);
    float: left;
}
.mb-1
{
	margin-bottom: .25rem !important;
}
.mb-2
{
	margin-bottom: .5rem !important;
}
.mb-3
{
	margin-bottom: 1rem !important;
}
.mt-3
{
	margin-top: 1rem !important;
}
.mlr-3{
	margin: 0 1rem 0 1rem !important;
}
.w-100{
	width:100%;
}
.cred{
	color:red;
}
.cblue{
	color:#337ab7;
}
.box_dictionary{
	width:16%;
	min-width:250px;
	margin:1%;
	padding:1%;
	background-color:#697698;
	color:#fff;
	height:100px;
	float:left;
	word-break: break-word;
}
/*.row_select > td{
	background-color: #e6e6e6;
	color: #333;
}*/
tr.row_select:hover {
  background-color: #eee;
} 
#person a{
	color:#00A6DB !important;
	font-size: 94% !important;
}
.leg-prv{
	width: 100%;
	height: 40px;
	border: 1px solid #313131;
	line-height: 40px;
	text-align: center;
}
.leg-prv-succes1{
	background-color:#A8FBA8;
	color:#333333;
}
.leg-prv-succes2{
	background-color:#FFF;
	color:#333333;
}
.leg-prv-nothing{
	background-color:#BBBBBB;
	color:#333333;
}
.leg-prv-lacking{
	background-color:#FFFFCC;
	color:#333333;
}
.leg-prv-error1{
	background-color:#FE7F00;
	color:#333333;
}
.leg-prv-error2{
	background-color:#FF0000;
	color:#333333;
}
.leg-prv-neutral{
	background-color:#CB6BB2;
	color:#fff;
}
.leg-prv-plan{
	background-color:#56CA85;
	color:#333333;
}
.butt_center {
  margin: auto;
  width: 103px;
}
.dialog-head {
  padding: 5px;
  padding-left: 10px;
  font-size: 16px;
  background-color: #e3e3e3;
  display: inline-block;
  margin-top: 5px;
  color: #22b0de;
}

input:disabled{
	background-color: #f7f7f7;
}
select:disabled{
	background-color: #f7f7f7;
}
textarea:disabled{
	background-color: #f7f7f7;
}
.btn-save{
	width: 103px;
	height: 30px;
	background-color: #fff;
	border-color: #ddd;
	color: #333;
	color: #333;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	display: flex;
	display: inline-flex;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 5px 18px;
	line-height: 1.35715;
}
.red{
	color:#f00 !important;
}