/* reset text transform to upper case */
.ui.sub.header {
    text-transform: none!important;
}

.blurring.dimmed.dimmable > .wrapper-popup {
    filter: none;
}

/* disable any filters for popups */
.ui.popup {
    filter: none!important;
}

/* no borders for segments */
.ui.segment {
    border-radius: 0;
}

.ui.dimmer {
    background-color: rgba(0,0,0,0.45);
}

.ui.right.sidebar {
    height: auto !important;
}

/* fix sui modal actions bug on small screens */
@media only screen and (max-width: 767px) {
    .ui.modal>.actions {
        padding: 1rem 1rem!important;
    }
}

.ui.input > textarea {
    min-height: 3em !important;
    max-height: 40em !important;
    min-width: 22.9rem !important;
}

.bordered.action.container > .action > input:focus.html2canvas {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.ui.card, .ui.cards>.card.html2canvas,
.ui.attached.button {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid rgba(34,36,38,.15) !important;
}

.ui.blue.message.html2canvas {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #2185d0 !important;
}

.bordered.action.container > .action > input.html2canvas:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.ui.grid > .column.html2canvas, .ui.grid > .row > .column.html2canvas,
.ui.grid > .row.html2canvas {
    width: 100%;
}
