﻿.body {
  background-color: #fafbfe !important; }

/*.content-container {
    margin-bottom: 60px;
}*/
.login-dropdown {
  margin-right: 0rem !important; }

.container-np {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.whiteish-background {
  background-color: #fff !important; }

.footer {
  padding-top: 0; }

body {
  /*padding-top: 100px;*/ }

main > .container {
  padding-top: 30px; }

.navbar .dropdown-menu {
  min-width: 5rem; }

.bottom-margin {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: 0rem; }
  .bottom-margin {
    margin-bottom: 0px; } }

.dropdown-menu {
  right: 0; }

.dropdown-item:hover {
  color: #6E00FF !important;
  font-weight: bold !important; }

.organization-thumbnail {
  height: 113px; }

#dsSettings #version span {
  color: red; }

#dsSettings .template {
  display: none; }

#dsSettings .video-template {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px; }
  #dsSettings .video-template .index {
    margin-right: 20px; }
  #dsSettings .video-template .name {
    width: 300px;
    margin-right: 20px; }
  #dsSettings .video-template .size {
    width: 150px;
    margin-right: 20px; }
  #dsSettings .video-template .progressbar {
    flex-grow: 4;
    height: 30px;
    border-radius: 0px; }
    #dsSettings .video-template .progressbar .progress {
      background-color: lime;
      height: 30px;
      font-weight: 700;
      text-align: right;
      font-size: 18px;
      border-radius: 0px; }
  #dsSettings .video-template .btn {
    margin-left: 20px; }
