/** Loading Skeleton **/
.card.is-loading > div > span {
    width: 6em;
}
.card.is-loading > div.skeleton, .card.is-loading > div > span {
    background: linear-gradient(110deg, #6E6E71 8%, #3f474e 18%, #6E6E71 93%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}
@keyframes shine {
    to {
        background-position-x: -200%;
    }
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
}


[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}
/** Scroll Carousel */
.video-buttons{

    border: whitesmoke solid thin;
    color: whitesmoke;
    float: left;

}
.cover {
    padding: 0px 30px;
    position: relative;
    margin-top: 100px;
    width: 100%;
}
.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.scroll-images {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.child {
    min-width: 120px;
    margin: 1px 5px;
    flex: 0 0 auto;
}



button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}


/** End of scroll carousel */


/* DataTables */
#research_table_filter > label > .form-control, #news_table_filter > label > .form-control   { width: 20em; height: 2.7em;}
#news_table_length > label > select, #research_table_length > label > select, #research_table_filter > label > .form-control  { width: 25em; height: 3.1em;}
#research_table_filter > label > .form-control  { width: 20em}

.child-left  { margin-right: 1em; margin-left: 1em; }
.header-clock span, .header-clock, .treeview a span, li a span, .row div  div label, .filter, .row div div, .box-title, .box-title a,
.NormalText, p, div, span, td, .ee-ul li, li { color: whitesmoke    !important;}
div > ul > li > a { color: deepskyblue }
.box-title a, td > a, h3 > a  { color:  #33ccff }
.rm-shortcode, p > img, .logo img { width: 75%; } /* MNI pics */
.header-clock span, .header-clock, .treeview a span, li a span, .row div  div label, .filter, .row div div,  td, p { color: whitesmoke;}

/* End of Data Tables */
.dataTables_paginate { float: right; }
/* Streaming Panel */
.video-line { width: 50%; display: inline-block; }
.public-video-line { width: 33%; display: inline-block; }


.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: normal!important;
}

.rowIcon {
    float: none;
    border-radius: 50%;
    height: 1.5em !important;
    width: 1.5em !important;
    overflow: hidden;
    justify-content: center;
    margin-right: 10px;
}

/* Loading spinner */
@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}


/* AdminLTE */



.active{
    background-color: black !important;
}

.skin-black, .navbar>.sidebar-toggle, .form-group, .video,.skin-black .main-header .navbar .navbar-nav > li > a, .nav-link > i
{
    color:whitesmoke;
}

.navbar-brand > img {
    height: 1.8em;
}

.content {
    background-color: black;
}

.content-header{
    display: none;
}


.skin-black .main-header .navbar {
    background-color: #333333;
}

.content-wrapper .media {
    background-color: #333333 !important;
}

body, .main-header, .main-header > .logo a.logo .logo-lg .navbar-brand, body .ui-autocomplete,  .ui-datepicker-calendar, .ui-datepicker-title { background-color: #333333 !important; }

/* End of AdminLTE */

/* DataTable */

.dataTable  tr { background: #d3d3d3 } /* background color to generate borders for data grids */
.card, .collapse, .show { background: #333333; border: #d3d3d3 }
.dataTable tr div table tr td { background: #8A8A8A} /* research emails */
.collapse > div > div > div > img, .collapse > div > div > p > img { width: 100%} /* research emails */


/* End of Data Table */

/* hiding links from bloomberg emails and bloomberg sending date except the headlines */
.bbg-rte-fold-summary,
blockquote a[href*='screens'],
blockquote a[href*='blinks.bloomberg.com'],
a[href*='stories'],
a[href*='headlines-email'],
.headlines-email a
{
    display:none;
}


blockquote { font-size: 15px; }

a { color:#33ccff }

/* end of email template */


/* input elements overridden by lifesquawk */
input[type="text"]#search_news, input[type="text"]#research_string
{
    width: 70%; border: 1px solid #f3a300;
}
input[type="text"]#search_video
{
    width: 100%; border: 1px solid whitesmoke;
}
.ui-autocomplete-input, #start_date, #end_date { width: 100%; }



.btn-dashboard {
    width: 20%; float:right;
}

body .content-wrapper {
 background-color:black;
}

.container {
    width: 100%; color:#f3a300;
}

.list-group-item, input, textarea {
	color: #fff !important;
}

.panel{
    padding: 1em;
}

 textarea, input, input, .navbar-default,  .col-md-2, .list-group-item, button, .panel, .panel-heading, .popover,
 .block-wrap, .box, .box_solid, #search_order
 {
	background-color: #333333 !important;
 }


.navbar-default, .navbar-brand, .dropdown-toggle, g
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
 {
	color: #e6e6e6 !important;
}

.dynamic input {
	display: inline-block; vertical-align: top
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
    color:#5e5d5d !important;
}


.media { overflow: auto !important; }

#video_option { color:black }
.video{ display: none; margin-left: 17%; }

.btn-role {
    width: 20%;
    float: right;
}

.slick-slide img{
    padding: 10px;
    margin: auto;
    background-color: white;
}
.slide-container{
    padding: 25px;
}

.color-notif{
    display: none;
    height: 5rem;
    border-radius: 5px;
    margin: auto;
    width: 20%;
}

.sticky-notif{
    position: fixed;
    z-index: 9999 !important;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
}

.color-notif h3{
    color: white;
    line-height: .5em;
}


/* modal images */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.hover-black:hover {  color: black }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 998; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.flash-close {
    position: absolute;
    top: 0;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.flash-close:hover,
.flash-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#ls_close:hover,
#ls_close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

#livesquawk_box{
    position: fixed;
    z-index: 9999 !important;
    left: 7%;
    transform: translateX(-50%);
    top: 45%;
    width: 425px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: darkgray;
    color: black;
}
