

/* Start:/local/templates/smartcontrol/template_styles.css?17502478884007*/
* {
    font-family: system-ui;
}

a {
    text-decoration: none;
    color: #1f7dcf;
}

p {
    margin: 0;
}

.personal_button {
    float: inline-end;
    margin: 15px;
    background-color: #8bb6ff;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.left-fixed {
    width: 15%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    background-color: #fff;
}

li.left-menu_item {
    list-style-type: none;
    padding: 10px;
    width: 100%;
}

.left-menu_item a {
    text-decoration: none;
    color: #000;
    font-size: 19px;
    display: block;
    width: 100%;
}

.left-menu_item a:hover {
    color: #1f7dcf;
    border-bottom: 1px solid #1f7dcf;
}

.logo {
    width: 100%;
}

.body {
    width: 80%;
    float: inline-end;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.personal-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    padding: 30px;
    right: 60px;
    top: 95px;
    border-radius: 14px;
}

li.personal-menu_item {
    list-style-type: none;
    padding: 5px 0;
}

li.personal-menu_item a {
    color: #000;
}

li.personal-menu_item a:hover {
    color: #1f7dcf;
    border-bottom: 1px solid #1f7dcf;
}

.image-container {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    border: 2px solid transparent;
    cursor: pointer;
    width: 400px;
}

.image-container.active {
    border-color: blue; 
    width: 99%;
    height: auto;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.checkbox-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

#message {
    margin-bottom: 15px;
    color: gray;
}

div#defects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blocks {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.block_def {
    width: 200px;
}

.selected {
    background-color: #4a9900 !important;
}

.point_def {
    position: absolute;
}

.point-link {
    color: transparent;
    display: block;
    text-decoration: none;
    width: 10px;
    height: 10px;
    font-size: 10px;
    background-color: #9e0000;
    border-radius: 50%;
}

div#drawingsContainer {
    width: 90%;
    overflow: hidden;
}

.block-name,
.selectable-li {
    background-color: cornflowerblue;
    width: 180px;
    height: 110px;
    display: flex;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 10px;
    cursor: pointer;
}

.ul_def {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
    padding: 0;
}
.ul_def.open {
    display: block;
}

.line {
    display: list-item;
    width: 80px;
    background-color: #fff;
    height: 4px;
    border-radius: 10px;
}

li.selectable-li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#saveButton,
.next-button {
    color: #000;
    background-color: transparent;
    padding: 5px 24px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px;
}

.name-draw {
    color: #ffffff;
    background-color: #0000006b;
    padding: 5px;
}

@media screen and (max-width: 1015px) {
    .left-fixed {
        width: 20%;
    }
}

@media screen and (max-width: 1000px) {
    .point-link {
        width: 3px;
        height: 3px;
        font-size: 3px;
    }

    .point {
        width: 3px;
        height: 3px;
    }
}

/* End */
/* /local/templates/smartcontrol/template_styles.css?17502478884007 */
