.btns {
    margin: 3px auto;
    display: none;
}

.gallery-drop {
    display: none;
}

.btns .fa-ban, .fa-trash-alt {
    margin-right: 3px;
}

.btns .red-btn {
    font-size: 13px;
    background-color: red;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    max-width: 90px;
    width: 100%;
    margin-bottom: 5px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.remove_btn {
    font-size: 13px;
    background-color: red;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    max-width: 90px;
    width: 100%;
    margin-bottom: 5px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.cancel_btn {
    background-color: #406559;
    font-size: 13px;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    max-width: 90px;
    width: 100%;
    margin-bottom: 5px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.btns .red-btn:hover {
    background-color: #d01919;
}

.btns .orange-btn:hover {
    background-color: #f26202;
}

.btns .orange-btn {
    max-width: 90px;
    width: 100%;
    font-size: 13px;
    background-color: #f2711c;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.border-section {
    border: 1px solid rgba(34, 36, 38, .15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 0;
    margin: 20px auto;
    transition: background-color .2s, box-shadow .2s, border-color .2s;
}


.border-section.dragover {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.dz-default {
    border: 1px dashed rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 300px;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

.glr {
    float: right;
}

.flex-gallery-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.show-gallery {
    width: 165px;
    height: 35px;
    margin: 0 15px 10px 0;
    padding: 0 30px;
    background-color: #f2711c;
    border: none;
    border-radius: 8px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    outline: none;
    display: table-cell;
    vertical-align: unset;
    font-size: 16px;
    color: #fff;
}

.show-gallery:hover {
    background-color: #e55b00;
}

.show-gallery:focus {
    background-color: #e55b00;
}

.show-gallery .fa-images {
    margin-right: 5px;
}

.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

.list-img {
    margin-top: 20px;
    border-radius: 5px;
}

.result-image {
    max-width: 500px;
}

.article_fullsize {
    text-align: center;
}

.label-error {
    color: #db2828;
}

.fullSize-section .label-error {
    display: inline-block;
    font-weight: bold;
}

.result_fullsize {
    width: auto;
    max-width: 100%;
    height: 200px;
}

.article-section .error-label {
    float: none;
}

.article_preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px;
}

#iconRes {
    display: none;
    transition: ease .5s;
}

#iconResult {
    display: none;
    transition: ease .5s;
}

.result_figure_images .square_result {
    max-width: 120px;
    width: 100%;
    max-height: 120px;
    height: 120px;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
}

.result_figure_images .square_result #iconRes {
    width: 25px;
    height: 20px;
    margin-left: 20px;
}

.result_figure_images .rectangle_result #iconResult {
    width: 25px;
    height: 20px;
    margin-left: 20px;
}

.result_figure_images .square_result img {
    max-width: 120px;
    width: 100%;
    max-height: 120px;
    height: 120px;
}

.result_figure_images .rectangle_result {
    max-width: 222px;
    width: 100%;
    max-height: 120px;
    height: 120px;
    display: flex;
    align-items: center;
}

.result_figure_images .rectangle_result img {
    max-width: 222px;
    width: 100%;
    max-height: 120px;
    height: 120px;
}

.bord-sec {
    width: 500px;
    max-width: 100%;
    position: relative;
    padding: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    text-align: center;
    transition: background-color .2s, box-shadow .2s, border-color .2s;
}

.bord-sec.dragover {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.save-speaker-button {
    display: inline-block;
    margin-top: 15px;
}

.article_preview .article_item:nth-child(0n+1) {
    width: 30%;
}

.article_preview .article_item, .result_figure_images {
    width: 30%;
}

.article_item > b {
    font-weight: 400;
}

.article_preview .result_figure_images {
    margin-top: 40px;
}

.btn-select {
    width: 150px;
    background-color: rgba(68, 68, 68, 1);
    border: 1px solid rgba(68, 68, 68, 1);
    border-radius: 8px;
    padding: 6px 15px;
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    cursor: pointer;

}

.article_preview .upload_prev {
    background-color: #206558;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 6px 15px;
    box-shadow: none;
    border: none;
}

.bord-sec p {
    display: inline-block;
    word-break: break-all;
}

#uploadFilePreview, #file_author {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.crop {
    background-color: rgba(68, 68, 68, 1);
    border: 1px solid rgba(68, 68, 68, 1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
}

.drag-gallery, .btn-inline {
    display: none;
    width: 80%;
}

.drag-gallery .btn-success {
    margin-right: 15px;
}

.existing-authors {
    position: relative;
}

.existing-authors .selected_author {
    position: absolute;
    right: 39.5%;
}

.fileinput-button span {
    display: inline-block;
    vertical-align: sub;
}

.fileinput-button .fa-upload {
    position: relative;
    right: 8px;
    top: -2px;
}

.inline-gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.inline-gallery .drag-gallery {
    width: 100%;
    text-align: left;
}

.swtch,
.swtch1 {
    display: none;
}

.check-check {
    height: 35px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: -5px;
    line-height: 1;
}

.article_preview .check-check {
    margin: 13px 0 0 15px;
}

.check-check b {
    display: block;
}

.swtch + div,
.swtch1 + div {
    width: 69px;
    height: 21px;
    border-radius: 24px;
    background-color: #c1c1c1;
    transition-duration: 0.3s;
    transition-property: background-color;
    cursor: pointer;
}

.swtch:checked + div,
.swtch1:checked + div {
    background-color: #406559;
}

.swtch,
.swtch1 {
    margin-bottom: -5px;
}

.swtch + div > div,
.swtch1 + div > div {
    float: left;
    width: 21px;
    height: 21px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 23px;
    background-color: white;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: transform;
    pointer-events: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.swtch:checked + div > div,
.swtch1:checked + div > div {
    transform: translateX(48px);
}

.article_tags {
    padding: 0 15px;
}

.save-btn-reset {
    background-color: #206558;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    color: #fff;
    font-size: 16px;
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    border-radius: 8px;
    padding: 0px 30px;
    margin-top: 20px;
}

.btn-inline .save-btn {
    background-color: #406559;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    border: 1px solid #406559;
    color: #fff;
    font-size: 16px;
    width: auto;
    height: 35px;
    border-radius: 8px;
    padding: 0 30px;

}

.btn-inline .save-btn .fa-save {
    margin-right: 5px;
}

.btn-inline .save-btn.dark {
    background-color: #000;
}

.btn-inline .insert {
    background-color: #2185d0;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    border: 1px solid #2185d0;
    color: #fff;
    font-size: 16px;
    width: auto;
    height: 35px;
    border-radius: 8px;
    padding: 0 30px;
}

.btn-inline .insert > svg {
    margin-right: 5px;
}

.btn-inline .insert:hover {
    background-color: #1678c2;
    border-color: #1678c2;
}

.btn-inline .insert .fa-save {
    margin-right: 5px;
}

.btn-inline .remove {
    background-color: #a91515;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    color: #fff;
    font-size: 16px;
    width: auto;
    height: 35px;
    border-radius: 8px;
    padding: 0 30px;
    border: none;
}

.btn-inline .remove .fa-save {
    margin-right: 5px;
}

.create_author .remove {
    background-color: #a91515;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    border: none;
    color: #fff;
    font-size: 16px;
    width: auto;
    height: 40px;
    border-radius: 5px;
    padding: 0 30px;
}

.drop-area {
    width: 50%;
    /*width: 300px;*/
    height: auto;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
}

.drop-area label {
    background-color: rgba(68, 68, 68, 1);
    border: 1px solid rgba(68, 68, 68, 1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
}

#thumbnail .result_img {
    max-height: 150px;
    height: 100%;
    overflow: hidden;
    display: block;
}

#thumbnail img {
    width: 100%;
    height: auto;
    padding: 5px 5px 10px;
}

#files {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 10px;
}

.speaker-gallery #files {
    display: flex;
}

.prev-block {
    width: 200px;
    height: 100%;
    margin: 0 auto;
}

.prev-block img {
    width: 200px;
    height: 200px;
}

.p_b, .p_b_s {
    width: 220px;
    border: 1px solid rgba(228, 228, 228, 1);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 19px;
    margin-bottom: 20px;
    padding: 0;
}

.p_b > div:first-child, .p_b_s > div:first-child {
    padding-top: 10px;
}

.p_b #cropContainerMinimal {
    order: 0;
}

.p_b .dsc {
    order: 1;
}

.save-desc-img {
    margin-top: 10px;
}

#files .dsc {
    width: 100%;
    padding: 5px 10px;
}

.btn-drag {
    width: 50%;
    /* width: 300px; */
    height: auto;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
}

.btn-drag .upload {
    background-color: rgba(68, 68, 68, 1);
    border: 1px solid rgba(68, 68, 68, 1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
}

canvas {
    /*border:1px solid red;*/
}

.dsc .btn-mid {
    background-color: #406559;
    border: 1px solid #406559;
}

.dsc .trash {
    background-color: #db2828;
    border: 1px solid #db2828;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dsc .trash:hover {
    background-color: #d01919;
    border: 1px solid #d01919;
}

.dsc .blue-btn {
    background-color: #2185d0;
    border: 1px solid #2185d0;
}

.dsc .def:nth-child(0n+1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dsc .blue-btn:hover {
    background-color: #1678c2;
    border: 1px solid #1678c2;
}

.dsc .def {
    width: 48px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;

    color: #fff;
}

.btn-click button {
    background-color: #406559;
    border: 1px solid #406559;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    padding: 4px 0;
    font-size: 16px;
    font-weight: bold;
}

.btn-click button:hover {
    background-color: #406559;
    border: 1px solid #406559;
}

.mini-textarea {
    margin: 5px 0;
}

.mini-textarea textarea {
    resize: none;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
}

.mini-textarea input {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.4);
}

.mini-textarea input:focus {
    border-color: rgba(0, 0, 0, 0.4) !important;
    outline: none !important;
    box-shadow: none !important;
}

.mini-buttons {
    margin: 5px -5px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

.cropping .crop {
    width: 100%;
    display: block;
}

.socials {
    margin: 15px auto;
}

.cke_dialog td[role="presentation"] {
    width: 500px;
    max-width: 100%;
}

.crop-image {
    padding: 10px;
}

.crop-image img {
    width: 100%;
}

.padding-0 {
    padding: 0;
}

#seo-description {
    resize: vertical;
}

.input-upload {
    margin: 15px 0;
}

.input-upload input {
    margin: 15px auto;
}

.input-upload span {
    font-weight: bold;
    font-size: 14px;
}

.input-upload .upload_prev {
    background-color: rgba(68, 68, 68, 1);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    box-shadow: none;
    border: none;
    text-transform: none;
}