.abi-content {
    width: 100%;
    
    margin-top: 100px;
    padding: 0px 100px;
}

.blocker {
    z-index: 10;
}

.abi-event__caption {
    font-family: 'Roboto Mono';
    font-size: 36px;
    font-weight: normal;
    
    text-align: center;
}

.abi-location__room-description {
    line-height: 20px;
    
    margin: 10px;
    
    font-weight: normal;
}

.abi-location__room-img {
    position: relative;
    
    width: 100%;
    height: 300px;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abi-location__room-img-blackout {
    font-size: 26px;
    
    display: flex;
    
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 300px;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    /*z-index: 100;*/
    
    background-color:rgba(0, 0, 0, .3);
}

.abi-location__room-name {
    text-transform: uppercase;
    
    color: #fff;
    
    z-index: 8;
}

.abi-event .abi-event__date-icon,
.abi-event .abi-event__time-icon,
.abi-event .abi-event__users-icon {
    font-size: 22px;
    
    line-height: 30px;
    
    color: #fa8537;
}
.abi-event .abi-event__date-icon {
    font-size: 28px;
    
}

.abi-event .abi-event__time-icon {
    font-size: 26px;
}

.abi-event__row {
    display: flex;
    
    font-family: 'Roboto Mono';
    font-weight: normal;
    
    font-size: 20px;
    
    margin: 20px 0px 0px 10px;
}
    .abi-event__icon-container {
        float: left;
        width: 35px;
    }
    
    .abi-event__row .abi-event__block-title {
        position: relative;
        
        display: inline-block;
        
        text-align: left;
    }
    
        .abi-event__row .abi-event__block-title .add-btn {
            position: absolute;
            right: -50px;
            top: -2px;

            text-align: center;
            line-height: 22px;
            
            width: 30px;
            height: 30px;
            
            cursor: pointer;
            
            color: var(--color__orange);
            border: 3px dotted var(--color__orange);
            
            -ms-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            
            user-select: none;
        }
        
        .abi-event__row .abi-event__block-title .add-btn:hover {
            color: var(--color__orange_hover);
            border-color: var(--color__orange_hover);
        }
        
/*----------------------------------------------------------------------------*/

.abi-event__timelist {
    margin: 20px 0px 0px 10px;
}
    .abi-event__timelist-main-row {
        display: flex;
        
        font-family: 'Roboto Mono';
        font-weight: normal;
        font-size: 20px;
        
        margin: 30px 0px;
    }
        .abi-event__timelist-main-row .abi-event__timelist-caption {
            width: 100%;
            
            text-align: left;
            padding: 5px 5px 5px 20px;

            margin-right: 10px;

            background-color: var(--color__cell-bg);
            border: 2px solid var(--color__cell-border);
        }
        
        .abi-event__timelist-main-row .abi-event__timelist-time {
            width: 200px;
            text-align: center;

            padding: 5px;

            border: 2px solid var(--color__cell-border);
        }
        
        .abi-event__timelist-main-row .abi-event__timelist-buttons {
            display: flex;
            
            width: 100px;
            
            margin-left: 10px;
        }
        
    .abi-event__timelist-row {
        display: flex;
        
        font-family: 'Roboto Mono';
        font-weight: normal;
        font-size: 16px;
        
        margin: 30px 0px;
        
        padding-left: 30px;
    }
        .abi-event__timelist-row .abi-event__timelist-caption {
            width: 100%;
            
            text-align: left;
            padding: 5px 5px 5px 20px;

            margin-right: 10px;

            background-color: var(--color__cell-bg);
            border: 2px solid var(--color__cell-border);
        }
        
        .abi-event__timelist-row .abi-event__timelist-time {
            width: 200px;
            text-align: center;

            padding: 5px;

            border: 2px solid var(--color__cell-border);
        }
        
        .abi-event__timelist-row .abi-event__timelist-buttons {
            display: flex;
            
            width: 100px;
            
            margin-left: 10px;
        }
        
        .abi-event__timelist__edit-btn,
        .abi-event__timelist__delete-btn {
            width: 30px;
            height: 28px;
            
            font-size: 22px;
            line-height: 39px;
            
            margin: 0px 2px;
            
            color: #000;
            
            cursor: pointer;
            
            transition: color 0.2s ease;
        }
        
        .abi-event__timelist__edit-btn:hover,
        .abi-event__timelist__delete-btn:hover {
            color: var(--color__orange);
        }
/*----------------------------------------------------------------------------*/

.abi-event__timelist-modal .header {
    position: relative;
    
    width: 100%;
    
    font-family: 'Roboto Mono';
    font-size: 24px;
    text-align: center;
    
    margin-top: 20px;
    
    z-index: 1;
}
    .abi-event__timelist-modal .header .close-btn {
        position: absolute;
        
        top: -5px;
        right: 0px;
        
        width: 25px;
        height: 25px;
        
        text-align: center;
        font-size: 10px;
        font-weight: bolder;
        line-height: 21px;
        
        margin: 8px var(--margin__main_left-right);
        
        color: #FA8537;
        
        border: 3px solid #FA8537;
        
        cursor: pointer;
        
        z-index: 2;
    }
        
.abi-event__timelist-modal .main, 
.abi-event__timelist-modal .main label {
    font-family: 'Roboto Mono';
    font-size: 18px;
    font-weight: normal;
    
}
    .abi-event__timelist-modal .main {
        margin: 50px 25px 0px 25px;
    }
    
    .timelist-modal__time-start-label {
        margin: 20px 0px 5px 0px;
    }
    
    .timelist-modal__comment-label {
        margin: 0px 0px 5px 0px;
    }
    
    .timelist-modal__time-row {
        display: flex;
    }
    
    .timelist-modal__time-field {
        width: 100%;
    }
        .timelist-modal__time-field .timelist-modal__unknow-label {
            font-size: 14px !important;
            
            cursor: pointer;
        }
        
        .timelist-modal__time-field .timelist-modal__cb-unknow {
            position: relative;
            top: 2px;
            
            cursor: pointer;
        }
    
    
    .timelist-modal__time-dash {
        font-size: 28px;
        line-height: 40px;
        
        margin: 0px 20px;
    }
    
    .timelist-modal__buttons {
        display: flex;
        justify-content: center;
        
        margin: 50px 0px 25px 0px;
    }
        .timelist-modal__buttons .modal__btn {
            width: 145px;

            font-family: 'Roboto Mono';
            font-size: 16px;
            font-weight: normal;
            text-align: center;

            margin: 0px 20px;

            cursor: pointer;

            color: #fff;
            background-color: var(--color__orange);
        }
        
.timelist-modal__message {
    text-align: center;
    
    margin-top: 30px;
    
    color: #F00;
}