.file-reset{
    border: none;
    background: none;
    color: red;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 159px;
    z-index: 99;
    display: none;
}

.file-delete{
    border: none;
    background: none;
    color: red;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.file-reset{
    border: none;
    background: none;
    color: red;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.program-episode-title{
    background:#ffc107;
    padding: 10px 10px 10px 5px;
    color: #000;
    font-weight: bold;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.news-settings-modal .modal-body{
    background:url('/backend/assets/images/ellipsis-2s-200px.gif') center center no-repeat;
    background-size: 100px 100px;
}

.modal-open{
    padding-right: 0 !important;
}

.modal-backdrop{
    opacity: .9 !important;
}

#topnav *,
#topnav {
    transition: none!important;
}
#topnav .navigation-menu > li > a{
    -webkit-transition: none!important;
    transition: none!important;
    color: rgba(255, 255, 255, 0.7);
}

#topnav .navbar-custom{
    border: 0 !important;
}
#topnav .navigation-menu > li .submenu{
    margin-top: 0 !important;
    border-top: 10px solid #ffffff;
}

.btn-tw{
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
    color: #ffffff;
}
.btn-tw:hover{
    background-color: #1992dc;
    border: 1px solid #1992dc;
    color: #ffffff;
}

.btn-third{
    background-color: #3f51b5;
    border: 1px solid #3f51b5;
    color: #ffffff;
}
.btn-third:hover{
    background-color: #3a4ba9;
    border: 1px solid #3a4ba9;
    color: #ffffff;
}
