/*******************************************
 * Vuetify
 *******************************************/
 .v-application {
    display: block !important;
}

/* Removing borders from some of Vuetify components */
input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=password] {
  border-width: 0 !important;
}

input[type=password] {
    margin-bottom: 0 !important;
}

/* Removing borders from v-stepper */
.v-stepper, .v-stepper__header {
    box-shadow: 0 0 !important;
}

/* table header background colour */
th {
    background-color: #F5F5F5;
}

/*******************************************
 * Newspaper Theme Specific
 *******************************************/
/* Hide the purchase theme button */
#menu-td-demo-top-menu {
    display: none !important;
}

.td-header-wrap {
    z-index: 150 !important;
}

/*******************************************
 * Streamium Theme Specific
 *******************************************/
span.streamium-btns {
    padding: 0 10px;
}

span.streamium-btns.Premium,
div.streamium-extra-meta.Premium{
    background-color: #FE1B2C !important;
}

span.streamium-btns.SVOD,
span.streamium-btns.Standard,
div.streamium-extra-meta.SVOD,
div.streamium-extra-meta.Standard{
    background-color: #0186B2 !important;
}

span.streamium-btns.Free,
div.streamium-extra-meta.Free{
    background-color: #1BC600 !important;
}

.cd-logo {
    color: white !important;
}

/* Hiding the footer */
footer.footer {
    visibility: hidden;
}

/* Pusshing the video content behind the modals */
.video-main div {
    z-index: 0 !important;
}

/*******************************************
 * Ooyala on Newspaper Theme
 *******************************************/
 /* Hide Ooyala video player controller */
.oo-scrubber-bar-container,
.oo-control-bar-duration,
.oo-play-pause,
.oo-pause-screen,
.oo-state-screen-selectable {
     display: none;
}

/* To push the featured video behind the megamenu */
.oo-player-skin {
    z-index: 1000 !important;
}

/*******************************************
 * Metro Theme Specific
 *******************************************/
/* Hide the product's overlay (e.g. add to cart, select options buttons ) */
div.rtin-buttons {
    display: none !important;
}

/* Add the following styles to the Additional CSS section of the Metro theme
// 
#site-header .container{
    padding: 0 !important;;
}

// remove margins around the table added by the theme
.v-data-table table {
    margin: 0 !important;
}

// 
.v-icon, .v-icon:hover {
  background-color: transparent !important;  
}

// 
.v-input button, input, select, textarea {
  background-color: transparent !important;
}

// 
.v-input button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  background-color: transparent !important;
}

// 
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: transparent !important;
}

hr.v-divider {
    margin: 0 !important;
}
*/
