.m-l-0{
    margin-left: 0px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-20{
    margin-left: 20px !important;
}
.m-l-30{
    margin-left: 30px !important;
}
.m-l-40{
    margin-left: 40px !important;
}
.m-l-50{
    margin-left: 50px !important;
}

.m-r-0{
    margin-right: 0px !important;
}
.m-r-10{
    margin-right: 10px !important;
}
.m-r-20{
    margin-right: 20px !important;
}
.m-r-30{
    margin-right: 30px !important;
}
.m-r-40{
    margin-right: 40px !important;
}
.m-r-50{
    margin-right: 50px !important;
}


.m-t-50{
    margin-top: 50px  !important;
}
.m-t-40{
    margin-top: 40px  !important;
}
.m-t-30{
    margin-top: 30px  !important;
}
.m-t-20{
    margin-top: 20px  !important;
}
.m-t-10{
    margin-top: 10px  !important;
}
.m-t-5{
    margin-top: 5px  !important;
}
.m-t-0{
    margin-top: 0px  !important;
}

.m-b-50{
    margin-bottom: 50px  !important;
}
.m-b-40{
    margin-bottom: 40px  !important;
}
.m-b-30{
    margin-bottom: 30px  !important;
}
.m-b-20{
    margin-bottom: 20px  !important;
}
.m-b-10{
    margin-bottom: 10px  !important;
}
.m-b-5{
    margin-bottom: 5px  !important;
}
.m-b-0{
    margin-bottom: 0px  !important;
}


.p-t-10{
    padding-top: 10px  !important;
}
.p-t-20{
    padding-top: 20px  !important;
}

.p-b-10{
    padding-bottom: 10px  !important;
}
.p-b-20{
    padding-bottom: 20px  !important;
}







/* начало css */

body{
    font-family: 'Roboto', sans-serif;
}
html, body, .sidebar-mini, .wrapper{
    height: auto;
    min-height: 100%;
}
button{
    outline-style: none;
}


/* новые классы общие */
.invis{
    display: none;
}
.pointer{
    cursor: pointer;
}
.m-auto{
    margin: auto
}
.hr{
    border-top: 1px solid #ccc;
    height: 1px;
}
.fix-height{
    min-height: 203px;
}
.p-0{
    padding: 0px;
}
.progress-bar-light-light-blue{
    background: #5fbaf3;
}
.table-td-text-right{
    text-align: right;
    padding-right: 7% !important;
}
.cropperjs-img{
    max-width: 100%;
}
.cropperjs-div {
    padding: 0px;
}
.cropper-container {
    min-width: 100%;
    margin: 0 auto;
}

.table-width-first-th{
	width: 20%;
}
.table-width-second-th{
	width: 40%;
}
/* тестовый вариант фикса */
/*
header.main-header{
    position: fixed;
    width: 100%;
}
aside.main-sidebar{
    position: fixed;
}
div.content-wrapper{
    margin-top: 50px;
}
@media (max-width: 768px){
    div.content-wrapper{
        margin-top: 100px;
    }
}
*/


/* правки шаблона */
.content-wrapper {
    background-color: #f2f6f8;
}
.table th, .table td {
    vertical-align: middle;
}
.table>thead>tr>th {
    font-size: 15px;
}
.nav-tabs-custom>.tab-content {
    padding: 20px;
}
.box{
    padding: 10px;
}
.btn {
    font-size: 18px;
    border-radius: 4px;
}
.fotorama__wrap {
    margin: 0 auto;
}


/* menu */
.my-menu-info-user {
    white-space: normal;
    line-height: 1.2;
    margin-bottom: 0px;    
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    margin-top: 9px;
}
.navbar-nav>.notifications-menu>.dropdown-menu {
    width: 400px;
}

/* заголовок */
.content {
    padding: 10px 20px 20px 20px;
}
.content-header>h1, .content-header>.container>h1 {
    font-size: 24px;
    font-weight: 700;
}



/* star */
/*
.starbox { 
    margin: 15px 0px;
}
*/
.starbox .stars .star_holder .star {
    background-repeat: unset;
    background-size: contain;
}

.mini-starbox {
/*    height: 18px;*/
    height: 22px;
    margin: 10px 0px 0px 0px;
}

/* мини плашки людей*/
.my-profile-user-img {
    width: 130px;
    margin: 5px auto;
}

.table-hover tbody tr:hover .starbox .stars .star_holder .star {
    background-image: url(../../engine/jStarbox-master/images/5-large-gray.png);
}



/* нопки типо принтера и тд, вроде на всех этот класс висит */
.btn-width-50 {
    width: 35px;
    font-size: 14px;    
}

/* профиль смена авы*/
.image_batya_profile{
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 180px;
    height: 180px;
}
.image_button_profile_abs{
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    text-align: center;
    padding-top: 70px;
}
.image_button_profile_abs:hover {
    display: block;
    opacity: 1;
}






/*404*/
.error-body {
    margin: 0px;
}

/* login */
.login-page {
    background: url(../images/my_images/login_page_back_1.jpg) center center no-repeat #d2d6de;
    background-size: cover;
}
.login-box-body {
    padding: 30px;
}
.login-box-body-inputs {
    padding-left: 10px !important;
    padding-right: 30px !important;
}






.flex_box{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.flex_box .box{
    width: 49%;
}

.container_flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position:relative;
/*    margin-bottom: 10px;*/

}

/*.item {
    padding: 5px 10px;
}*/

.item_name {
    font-size: 1em; /* Большой шрифт для имени */
    flex-grow: 1; /* Заставляет имя занимать всё доступное пространство */
        min-width: max-content;
        margin-bottom: 10px;
    padding-left: 12px;

/*    font-weight: 100;*/
}
.doted_line{
    border-bottom: 1px dotted #000; /* Добавляем пунктирную линию */
        width: -webkit-fill-available;
            margin: 0 5px;
            opacity: 0.2;
}

.item_date {
    font-size: 1em; /* Обычный шрифт для даты */
    white-space: nowrap; /* Предотвращает перенос даты на новую строку */
        padding-right: 22px;

/*    font-weight: 100;*/
}

.box-header{
        padding-bottom: 10px;
        margin-bottom: 10px;
}

.red_dot{
        width: 5px;
    height: 5px;
    border-radius: 20em;
    color: red;
    position: absolute;
    display: block;
    background: red;
    top: 2px;
    left: 2px;
}


.box_default_block{
    max-height: 250px;
/*    overflow-y: scroll;*/
    overflow-y: auto;
        overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #777; 
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777; 
}

::-webkit-scrollbar-track {
    background-color: #ccc; 
    border-radius: 5px;
}




.overlay_content_item p{
    text-align: left;

}

.overlay_content_item{
      padding-left: 20px;
    border-left: 2px solid #c2c2c2;  
    margin-bottom: 20px;
}


.grid_six .grid_item .black_bg_color{
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    top: 0;
    background: rgb(0 0 0 / 40%);
    border: none;
    cursor: pointer;
}


.full_overlay{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
}


.overlay_filter{
    width: 350px;
}

.overlay_filter button{
    width: 100%;
        margin-top: 20px;
}


.overlay_filter.page_discount {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 10px 0px 41px #000;
    z-index: 9999;
}

.overlay_filter.page_discount .overlay-content{
        padding: 0 20px 50px 20px;
    top: 0%;
}

.overlay_filter.page_discount .overlay-content img{
    width: 100%;
        max-width: 200px;
            margin: 0px;
    display: block;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay_filter a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay_filter a:hover, .overlay_filter a:focus {
  color: #999;
}

.overlay_filter .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 10;
}


  .overlay_filter a {font-size: 20px}
  .overlay_filter .closebtn {
        font-size: 30px;
        top: 0px;
        right: 5px;
  }




.report_img_line{
        display: flex;
        margin-bottom: 20px;
        position:relative;

    }

    .report_img_item_a{
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .report_img_line .report_img_item{
        width: 50px;
        height: 50px;
        border-radius:20em;
        border:1px solid #fff;
        box-shadow: 1px 1px 5px 0px #000;
        background-size: contain;
        margin-left:-20px;
    }
    .report_img_line .report_img_item:first-child{
        margin: 0;
    }
    .client_otk_reports i{
        font-size: 50px;
    }

    .report{
/*        padding: 20px;*/
        position: relative;
        border-top: 0;
        margin-bottom: 20px;
        width: 100%;
        background: #fff;
/*    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);*/
/*    border-radius: 0;*/
/*    border-radius:10px;*/
    }

    .report h3{
        text-align: left;
    }
    .question-answer p {
        margin-bottom: 0;
        text-align: left;
    }
    .box.box-default{
        border-radius:10px;
    }


.notice_txt{
    font-weight:100;
}



.box_default_block_none {
    /* max-height: 250px; */
    /* overflow-y: scroll; */
    overflow-x: hidden;
    min-height: 150px;
}

@media (max-width: 1440px) and (min-width: 1400px){
    .my-profile-user-image-profile{
        width: 150px;
    }
    .image_button_profile_abs{
        width: 150px;
        height: 150px;
    }
    .image_batya_profile{
        widows: 150px;
    }
}
@media (max-width: 1399px) and (min-width: 1200px){
    .my-profile-user-image-profile{
        width: 130px;
    }
    .image_button_profile_abs{
        width: 130px;
        height: 130px;
    }
    .image_batya_profile{
        width: 130px;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .my-profile-user-image-profile{
        width: 150px;
    }
    .image_button_profile_abs{
        width: 150px;
        height: 150px;
    }
    .image_batya_profile{
        width: 150px;
    }
}



@media (max-width: 1400px){
    .navbar-nav>.notifications-menu>.dropdown-menu {
        width: 280px;
    }  
}


@media only screen and (max-width: 992px){
    .navbar-nav>.notifications-menu>.dropdown-menu {
        width: 280px;
    }  

    .flex_box .box {
    width: 100%;
}


}


@media only screen and (max-width: 480px){
.item_name {
    font-size: 13px;
    flex-grow: 1;
    min-width: 230px;
}
.item_date{
    font-size: 11px;
}

.container_flex {

    margin-bottom: 10px;
}
.doted_line{
    display: none;
}
}


