/*********************PRODUCTS*****************************/
/*main page products*/

.productsAll.breadcrumb {
    background: none !important;
}
li.breadcrumb-item a {
    color: #0062cc;
}
.products {
    background: #f7f7f7;
    /*border: 1px solid #b7aeae;*/
}

.ProdItem  {
    color: #486896;
}
.ProdItem  a {
    color: #486896;
}
.ProdItem a:hover {
    text-decoration:none;
}
.prodList {
    padding: 0 !important;
}

.productsPrice {
    background: #d4d4d4;       
}
.card.ProdItem {
    transition: 0.3s;
    cursor: default;
    border: none;
}
.card.ProdItem:hover{
    box-shadow: 0px 0px 1px 2px #b7aeae;
    border-radius: 5px; 
}
.ProdDetails {
    border-top: 1px solid #b7aeae !important;
}
.ProdDetails input {
    color: #F9F5F6 !important;
}
.btn-details {
    padding: 7px 12px !important;
}
  
.btn-details:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none !important;
}
 .btn-danger:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none !important;
}
  
.btn-details {
    background: #05368B !important;
    color: #F9F5F6 !important;
 }
  
.btn-details:hover, .btn-details:focus, .btn-details:active, .btn-details.active, .open > .dropdown-toggle.btn-details {
    background: #9C9DA4 !important;
    color: rgb(255, 255, 255) !important;
 }

 .btn-danger:hover,  .btn-danger:focus,  .btn-danger:active,  .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background: #9C9DA4 !important;
    color: rgb(255, 255, 255) !important;
    border: none !important;
 }
  
.btn-details:active, .btn-details.active {
    background: #383838 !important;
    box-shadow: none !important;
}
/*page with catalogue items */
.catalogsItem {
    padding: 0 !important;
}

/******SIDE MENU*******/
 .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
}
#sidebar {
    transition: all 0.3s;
}
#sidebar.active {
    margin-left: -250px;
}
#sidebar .sidebar-header {
    background: #ccc;
    text-align: center;
}
#sidebar ul.components {
   padding: 0px 10px;
}
#sidebar.active {
    margin-left: -250px;
}

#sidebar ul li a:hover {
    color: #F9F5F6;
    background-color: #9C9DA4;
} 
/*button show/hide left menu*/
 #sidebarCollapse {
    width: 50px;
    height: 40px;
    background: #e9ecef;
    outline: none;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
}
#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}
#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
} 
/*button show/hide left menu*/

#content {
    width: 100%;    
    transition: all 0.3s;
}

@media (max-width: 768px) {
  #sidebar {
        margin-left: -250px;
    }
  #sidebar.active {
        margin-left: 0;
    }
  .userorganisation {margin-top: 20px;}
  
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
}

@media (min-width: 1200px) { 
    #sidebarCollapse {
        display: none;
    }
}
/***************LEFT_BLOCK-MENU**************************************/
.listOfProducts {
    background-color: #e9ecef;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
h4.root_title {
    color: #05368b;
    padding-top: 10px;
    padding-left: 10px;
}
#root_section_2 a {
    padding-left: 25px;
    padding-top: 10px !important;/*14.08.2025 было 5 */ 
    padding-bottom: 5px !important;
}
#root_section_3 a {/*14.08.2025*/
    padding-left: 35px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.item_level_0 {
    padding-left: 10px;
    margin-top: 0px;
    color: #05368b;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.item_level_2 {
    line-height: 1.0em;
    }
	
.item_level_3 {					/*14.08.2025*/
    line-height: 1.0em;
    }
	
.item_level_0 a {
    padding-left: 5px;
    color: #05368b;
}
.item_level_1 a {
    padding-left: 15px;
    color: #05368b;
    padding-top: 5px;
    padding-bottom: 5px;
}
.item_level_2 a {
    color: #05368b;
}
.item_level_3 a {			/*14.08.2025*/
    color: #05368b;
}
.item_level_0:hover {
    background-color: #9C9DA4;
}
.item_level_0 a:hover {
    color: #F9F5F6;
}
.item_level_1 a:hover {
    color: #F9F5F6;
}
.item_level_2 a:hover {
    color: #F9F5F6;
}
.item_level_3 a:hover {		/*14.08.2025*/
    color: #F9F5F6;
}
.item_level_1:hover {
    background-color: #9C9DA4;
    color: #F9F5F6;
}
.item_level_2:hover {
    background-color: #9C9DA4;
    color: #F9F5F6;
}
.item_level_3:hover {/*14.08.2025*/
    background-color: #9C9DA4;
    color: #F9F5F6;
}
.item_level_0_unclickable {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #05368b;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-weight: 500;
}
.item_level_1_unclickable {
    padding-left: 10px;
    margin-top: 5px;
    color: #05368b;
}
.item_level_0_selected {}
.item_level_0_selected a:hover {
    color: #F9F5F6;
}
.item_level_1_selected a:hover {
    color: #F9F5F6;
}
.item_level_2_selected a:hover {
    color: #F9F5F6;
}
.item_level_3_selected a:hover {/*14.08.2025*/
    color: #F9F5F6;
}
.item_level_0_selected, .item_level_1_selected, .item_level_2_selected, .item_level_3_selected {
    background-color: #05368b;
}
.item_level_0_selected a, .item_level_1_selected a, .item_level_2_selected a, .item_level_3_selected a {
    color: #F9F5F6;
}
/*Physic factors*/
.fa-briefcase, .fa-tools, .fa-cogs {
    font-size: 65px;
    color: #4c6386;
}
.additionalPhysicalFactors {
    margin-top: 65px;
    margin-bottom: 15px;
}
