/*=== ADDED BY TAFFO ===*/

/* GLOBALS */
.attCancel {
    display: none;
}

.no-border-radius {
    border-radius: 0px !important;
}

.flag-img {
    margin-top: -4px;
    width: 94%;
}

.padding-none {
    padding: 0px;
}

.border-none {
    border: none;
}

.btn-delete-conf {
    cursor: pointer;
}

input[type='text'], textarea, select {
    color: #525f7f !important;
}

/* TINY MCE */
.tox-tinymce {
    border: 1px solid #f0ecec !important;
    transition: box-shadow .15s ease !important;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02) !important;
    border-radius: 3px !important;
}

/* Forms */

.form-header {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    background-color: #212529;
    color: white;
    margin-bottom: 16px;
    border-radius: 3px;
}

.file-field {
    padding-bottom: 12px;
}

.file-path {
    display: none;
}

.info-div {
    font-size: 0.8em;
    margin-top: -12px;
    margin-left: 3px;
    margin-bottom: 16px;
    color: #8898aa;
}

.is-invalid-alt {
    border: 1px solid #fb6340 !important;
    border-radius: 6px !important;
}

.tox-editor-container .is-invalid {
    border: 1px solid red !important;
}

/* Images */
.attachment-image {
    margin-top: 12px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
    transition: width 0.5s;
}

.attachment-image:hover {
    transition: width 0.5s;
    width: 102%;
}

/* Sortable */
.sortable {
    list-style-type: none;
    cursor: move;
    color: white;
}

.sortable ol {
    list-style-type: none;
}

.sortable li div {
    margin-top: 12px;
    width: 100%;
    background-color: #7889e8;
    padding: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sortable ol li div {
    margin-top: 8px;
    list-style-type: none;
}

/* Buttons */
.btn-menu-actions {
    margin-right: 8px;
}

.menu-flag {
    width: 36px;
}


.att-btns {
    margin-top: 16px;
}

.btn-att {
    padding: 6px;
}