﻿.simditor-toolbar {
    width: 100% !important;
}

.ticket-title {
    color: #3c8dbc;
    padding-left: 15px;
}

.ticket-title-description {
    display: flex;
    background: #e6e6e6;
    padding: 10px;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
}

    .ticket-title-description > div {
        padding: 5px;
        display: flex;
        align-items: center;
    }

        .ticket-title-description > div > div {
            padding-left: 3px;
        }

.ticket-section-title {
    padding: 5px;
    border-bottom: solid 1px #e5e5e5;
}

    .ticket-section-title > div {
        padding-left:5px;
        font-weight: 600;
    }

.ticket-section-footer {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

    .ticket-section-footer .input-group-addon {
        background-color: #f4f4f4;
        border-radius: 5px 0 0 5px;
    }


.ticket-modal-element-description {
    padding: 0px;
    max-height: 357px;
    overflow-y: auto;
}

.ticket-modal-motivo {
    height: calc(100% - 139px);
    padding: 10px;
}