.section-container {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 8px;
    color: #707070;
}

.default-border {
    margin: 10px;
    padding: 30px;
    border: 1px solid rgb(112, 112, 112, 0.21); /* #707070; o #e1e1e1; */

}

.channel-icon-style{
    margin: 0 5%;
    background: none !important;
}

.channel-ok {
    color:#13a23f;
    font-size: 1.5em;
}

.channel-ko {
    color:#b22;
    font-size: 1.5em;
}

label {
    font-size: 10px;
    text-align: left;
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 0px;
}

.disableLabelStyle {
    font-size: 14px;
    margin: auto;
}

.media-section {
    border: 1px solid #707070;
    padding: 80px 50px;
}

.select-media-section {
    border: 1px solid #707070;
}

.select-media {
    border: 1px solid #707070;
    padding: 80px 30px;
}

.selected-images {
    max-width: 100%;
}

.upload-media {
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding: 10px 20px;
    color: #707070;
    letter-spacing: 0px;
}

.blue-border-btn {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #1eb0ed;
    border-radius: 27px;
}

.blue-label {
    text-align: left;
    letter-spacing: 0px;
    color: #1eb0ed;
    margin: 0;
}

.orange-border-btn {
    border: 1px solid #dd5417;
    border-radius: 27px;
}

.orange-label {
    text-align: left;
    letter-spacing: 0px;
    color: #dd5417;
    margin: 0;
}

.put-on-right {
    text-align: end;
}

.put-on-left {
    text-align: start;
}

.input-form {
    width: 100%;
    border: 1px solid #707070;
    color: #707070;
    padding: 4px 14px;
    background-color: transparent;
}

#media-author {
    height: 32px;
}

.btn-send {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #1eb0ed;
    border-radius: 27px;
    width: 100%;
}

.btn-send:hover {
    color: #fff;
    background-color: #2d9bc2;
}

.btn-select {
    text-align: center;
    color: #e0e0e0;
    background-color: #707070;
    border-radius: 4px;
    padding: 12% 25%;
}

.btn-select:hover {
    color: #ffffff;
}

.btn-select2 {
    text-align: center;
    color: #e0e0e0;
    background-color: #707070;
    border-radius: 4px;
}

.btn-select2:hover {
    color: #ffffff;
}

.btn-upload {
    text-align: center;
    color: #e0e0e0;
    background-color: #707070;
    border-radius: 4px;
    width: 100%;
    padding: 12% 25%;
    height: 400px;
}

.btn-upload:hover {
    color: #fff;
}

.btn-speech {
    text-align: center;
    border: 3px solid #707070;
    color: #707070;
    width: 100%;
    padding: 2px;
}
.btn-speech-on-video {
    border: 2px solid #707070;
    border-radius: 27px;
    /* color: #ffffff; */
    padding: 5px;
    /* position: absolute; */
    /* top: 15px; */
    /* right: 23px; */
    z-index: 1;
    width: 100%;
}
.btn-speech-on-video:hover {
    /* color: #fff; */
    text-decoration: none;
}
.audio-icon:hover {
    filter: color("#fff");
}

.btn-speech:hover {
    color: #fff;
    background-color: #1eb0ed;
    border: 3px solid #1eb0ed;
}

.image-over-video {
    position: absolute;
    padding: 5px;
    z-index: 0;
    /*width: 24%;*/
}

#watermark-over-video-top-left {
    top: 10px;
    left: 15px;
}

#watermark-over-video-top-right {
    top: 10px;
    right: 15px;
}

#watermark-over-video-bottom-left {
    bottom: 10px;
    left: 15px;
}

#watermark-over-video-bottom-right {
    bottom: 10px;
    right: 15px;
}

.center {
    margin: auto;
}

.center2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-text {
    text-align: center;
}

.custom-modal-title {
    width: 100%;
    text-align: center;
    color: #707070;
    font-size: 28px;
}

.custom-modal-header {
    border-bottom: 3px solid #707070;
}

.custom-modal-content {
    padding: 0 35px;
}

.custom-modal-body {
    padding-top: 35px;
}

.custom-close,
.custom-close:hover {
    position: absolute;
    right: 5px;
    top: -30px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 transparent;
}

.custom-close:hover {
    color: #ffa60d;
}

.label-exit {
    text-align: center;
    font-size: 14px;
}

.audio-icon {
    padding-right: 3px;
    height: 16px;
    margin: auto;
}

.upload-icon {
    padding-bottom: 5px;
    width: inherit;
}

.thumbnail-div {
    border: 2px solid #707070;
    padding: 15px 0px 15px 10px;
}

#media-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-size: 1.1em; */
    margin-bottom: 0;
    padding-bottom: 0;
}

#media-description {
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    */
    display: block;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    /* font-size: 0.8em; */
    text-align: left;
}

.ellipsis {
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    */
    text-align: justify;
}

.btn-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: center;
    white-space: nowrap;
}

.edit-media {
    margin-top: 30px;
}

.grey-btn {
    background-color: #ebebeb;
    border: 1px solid #707070;
    color: #707070;
    border-radius: 27px;
    font-size: 0.8em;
}
.grey-btn:hover {
    background-color: #ffa50b;
    border: 1px solid #ffa50b;
    color: #fff;
}

.mark-in-out {
    box-shadow: 0px 0px 20px #00000026;
    border-radius: 23px;
    position: relative;
    /* width: 40%; */
    width: 60%;
}
.mark-in-out:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.mark-img {
    position: absolute;
    top: 15%; /* da RIVEDERE!!!!!! */
    left: 15%; /* da RIVEDERE!!!!!! */
    width: 70%;
}

.media-container {
    height: 450px;
    overflow: auto;
}

.foto__max__size:hover {
    border: 4px solid #707070;
    color: #707070;
}

/* Columns with same height: TODO vedere come applicarla bene - .row */
.same-height-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.same-height-col > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.photo-frame {
    position: relative;
    border: 1px solid #707070;
    padding: 5px;
    width: 100%;
    height: 150px;
    margin-top: 5px;
}
.photo-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #dd5417;
    margin-top: -5px;
}

/**
    Summernote customization
*/
.note-editable {
    background-color: white;
    color: black;
    min-height: 600px;
}
.note-toolbar {
    background-color: #ebebeb;
}
.note-btn-group {
    background-color: #fff;
}
.note-btn {
    border: 1px solid #D8D8D8;
}

.section-image {
    background-color: #000;
    width: 100%;
    height: 100%;
}

/* foooooter */
.footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    border: 1px solid #707070;
    background-color: #ebebeb;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 2;
}

.footer-alert {
    position: fixed;
    top: 0;
    text-align: center;
    border: 1px solid #ececec;
    background-color: #f9f9f9;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 0px 9px 1px rgba(222, 222, 222, 1);
    box-shadow: 0px 0px 9px 1px rgba(222, 222, 222, 1);
}

.btn-footer {
    background-color: #fff;
    border-radius: 27px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.btn-save-and-send {
    color: #fff;
    background-color: #ff9d0a;
    border-radius: 27px;
    margin: 0 30px;
}
.btn-save-and-send:hover {
    color: #fff;
}

.btn-save-and-publish {
    color: #fff;
    background-color: #1eb0ed;
    border-radius: 27px;
    margin: 0 30px;
}
.btn-save-and-publish:hover {
    color: #fff;
}

.listSelecTree {
    list-style-type: none;
}

#edit-products-box {
    min-height: 32px;
}

.badge-delete {
    background: #ebebeb !important;
    color: #b22;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 700 !important;
}

.c_badge {
    background: #ebebeb !important;
    border: 1px solid #d4d4d4;
    color: #707070;
    font-size: 12px !important;
    margin: 5px;
}

/*  Overwrite */
.modal-backdrop.show {
    opacity: 1;
}

.fit__media__content {
    max-width: 300px;
}
.media__content {
    max-width: inherit;
    background-color: #fff;
}
.bg__orange__gradient {
    background: transparent linear-gradient(93deg, #ff9900 0%, #ffbc1f 100%) 0%
        0% no-repeat padding-box;
}
.form-check-input {
    width: 1.05rem !important;
    height: 1.05rem !important;
    margin-left: -0.25rem !important;
}
input[type="checkbox"],
.form-check-input[type="checkbox"] {
    border: 1px solid #707070 !important;
}
.form-check-input:checked[type="checkbox"],
input[type="checkbox"]:checked {
    background-image: none !important;
    border: 3px double #fff !important;
    padding: 3px !important;
}
video {
    margin-top: -5px;
}
.inherit__max__width {
    max-width: inherit;
    max-width: 100%;
}
#medias__detail {
    min-height: 10rem;
}
#treeview li {
    font-size: 15px;
}
.custom__badge {
    font-size: 12px !important;
    margin: 5px;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 0.3rem;
}
.padding__05 {
    padding: 0.5rem !important;
}
.padding__00 {
    padding: 0 !important;
}
.no__display {
    display: none;
}
.permission__link {
    cursor: pointer;
    font-weight: 700;
    padding: 3px 5px;
}
.bottom__border {
    border-bottom: 3px solid #e76500;
}
ul {
    list-style: none;
}
.check-t-blue:checked {
    color: #1eb0ed !important;
    background-color: #1eb0ed !important;
}
.fs-7 {
    font-size: 12px;
}
.dataTables_length {
    float: right !important;
}
.category_archive_tree {
    list-style: none;
    font-size: 12px !important;
    line-height: 24px;
}
.hummingbird-treeview,
.hummingbird-treeview * {
    list-style: none;
    font-size: 12px !important;
    line-height: 24px;
}

.hummingbird-treeview label {
    font-weight: normal;
}

.hummingbird-treeview input[type="checkbox"] {
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-treeview .fa {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-treeview .fas {
    font-style: normal;
    cursor: pointer;
}
.channels__div {
    position: fixed;
    bottom: 80px;
    background-color: #fff;
}
.mb_49 {
    margin-bottom: 49px;
}

.genericFontsize_11em {
    font-size: 1.1em;
}

.top-right-position {
    position: absolute;
    top: 0;
    right: 0;
}

.width_100 {
    width: 100%;
}

.seconds-frame-selection-box,
.poster-seconds-selection-box {
    padding: 12px;
    margin: auto -2px !important;
    width: 50%;
}

#lower-third {
    padding: 4px 50px 4px 14px !important;
}

.menu-nav {
    float: right;
}

@media only screen and (max-width: 765px) {
    main {
        margin-bottom: 100px;
    }
    .logged_username {
        display: none;
    }
    .custom-dropdown {
        position: absolute !important;
        left: -66px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
    span.button-text {display: none}
    
}
  
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 768px) {

    span.button-text {display: none}

}

.swal2-styled.swal2-confirm {
    background-color: #e76500 !important;
}

table.table-gray {
    color: #222;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(231, 101, 0, 0.2);
    border-right: 1.1em solid rgba(231, 101, 0, 0.2);
    border-bottom: 1.1em solid rgba(231, 101, 0, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.margin-news {
    margin: 10px 10px 80px 10px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dataTables_processing {
    background-color: rgba(231, 101, 0, 0.2) !important;
    color: #e76500e6 !important;
    font-size: 1.5rem !important;
    padding: 1rem 0;
    height: initial !important;
}
.foto__max__size {
    max-width: 100%;
    height: auto;
    border: 3px solid #2b2b2b;
}

.width_100 {
    width: 100%;
}


#treeview li label {
    font-size: 20px;
}

@media only screen and (max-width: 1480px) {
    #edit-products-box {
        padding: 0;
    }
}

@media only screen and (max-width: 765px) {
    main {
        margin-bottom: 100px;
    }
    .logged_username {
        display: none;
    }
    .custom-dropdown {
        position: absolute !important;
        left: -66px;
    }
}

.table-warning>td, .table-warning>th {
    background-color: #ffb216 !important;
}

.table-success>td, .table-success>th {
    background-color: #13a23f9c !important;
}

.ar__rm {
    display: none!important;
}

#findnreplaceToolbar {
padding: 5px;
background-color: var(--note-toolbar-background-color) !important;
border-bottom: var(--note-toolbar-border-width) var(--note-toolbar-border-style) var(--note-toolbar-border-color);
}
#findnreplaceToolbar .note-form-group {
padding: 0;
}
.note-display-none {
display: none !important; }

.note-display-block {
display: block !important; }

mark.note-findnreplace {
background-color: #ff0; 
}

.dropzone {
min-height: 200px;
}

.dropzone .dz-preview .dz-image > img {
width: 100px !important;
height: 30px !important;
}

.dropzone .dz-error-mark, .dz-remove {
    margin-left: 80%!important;
    bottom: -11px!important;
    background-color: white;
    border-radius: 0rem!important;
    border-color: #0d6efd33 !important;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 3px !important;
    min-height: 25px !important;
    width: 85% !important;
}

.dropzone .dz-preview .dz-details {
    padding-top: 0px !important;
    width: 20px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.dz-default.dz-message {
    margin-top: 30% !important;
}

.dropzone .dz-preview .dz-filename {
    padding-top: 0px !important;
}

.dropzone .dz-preview .dz-progress {
    display: none;
}

.dropzone-totalSize{
    padding-top: 5px;
    text-align: left;
    padding-left: 20px;
}

.select2-selection__choice{
background-color: #f6993f !important;
font-size: medium;
color: white;
border-radius: 50rem!important;
border-color: #f6993f !important;
}

#dropzone{
    overflow: auto;
    padding: 1%;
}


@media (min-width: 1351px) {
    .dropzone-truncate-title {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 65%;
        display: inline-block;
        overflow: hidden
    }    
}


@media only screen and (max-width: 1350px) {
    .dropzone-truncate-title {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 55%;
        display: inline-block;
        overflow: hidden
    }
}

@media screen and (max-width: 600px) {
    .hide_on_mobile {
      visibility: hidden;
      clear: both;
      display: none;
    }

    .button_on_center_on_mobile {
        justify-content: center!important;
    }
  }

  .il-sole-24-select2 > .select2-results > ul {
    min-height: 249px;
  }

/** nuova homepage **/
p.category-title {
    font-size: 1.1em;
    font-family: 'Poppins';
    font-weight: 600;
    color: #666;
}

div.videocategory-featured-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

p.videocategory-title {
    font-size: 2em;
    font-weight: 600;
    font-family: 'Poppins';
}

.videonews-episode {
    position: relative;
    margin-bottom: 12px;
    background-color: #ececec;
}

.videonews-episode-content {
    padding-right: 1%;
    display: flex;
    align-items: center;
}

.videonews-episode-play {
    /*
    flex: 0 0 auto;
    margin-right: 12px;
    font-size: 2em;
    */
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
}

img.videonews-episode-image {
    flex: 0 0 120px;
    margin-right: 30px;
    width: 215px;
    height: 120px;
}

.videonews-episode-info {
    flex: 1 1 auto;
    margin-right: 12px;
}

.scrolling-pagination {
    margin-top: 1%;
    border-top: 1px solid lightgray;
    padding-top: 1%;
}

h4.videonews-title {
    font-weight: 600;
}

.my-group .form-control{
    width:50%;
}

.hide {
    visibility: hidden !important;
}