﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
/*    background-color: #ffc90e;*/
    background-color: #D65A00;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b26c2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
    border-top: 1px solid #e5e5e5; 
   /* border-top: 1px solid #0000FF; */
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #0000FF;*/
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* App-Owns-Data Lab Styles from Power BI Dev Camp */

ul i {  padding-right: 4px; }
h1 {  font-size: 1.35em; }
h2 {  font-size: 1.25em; }
h3 {  font-size: 1.1em; }
h4 {  font-size: 1.0em; }

.mb-3, .my-3 {
  margin-bottom: 0 !important;
}

nav {
  margin-bottom: 0px;
}

i {
  margin-right: 4px;
}


#banner {
  padding-left: 0px;
  padding-right: 0px;
}

.jumbotron {
    /* background-color: #ffc90e; */
    background-color: #0023F5;
    border: 1px solid #AAA;
    margin-top: 16px;
}

/* styles for embed page */

#content-box {
  padding-left: 0;
  padding-right: 0;
  border: solid 1px black;
}

#left-nav {
  background-color: blue;
  color: white;
  padding: 0;
  border: 1px solid blue;
}

    #left-nav .navbar-header {
        color: blue;
        /*background-color: #ffc90e;*/
        background-color: tan;
        padding: 2px;
        padding-left: 4px;
        border-bottom: 1px solid #333333;
        font-size: 14px;
    }

#workspace-selector {
  width: 100%;
  padding: 0;
}

#workspace-selector-dropdown {
  padding: 0px;
}

.dropdown-toggle::after {
  position: absolute;
  right: 8px;
  top: 45%;
}

#left-nav .navbar-collapse, #left-nav .dropdown {
  background-color: white;
  color: blue;
  padding: 8px;
  font-size: 12px;
  border-bottom: 1px solid #333333;
}

#left-nav .navbar-collapse {
  padding: 8px;
}

#left-nav .dropdown {
  padding: 0px;
}

  #left-nav .dropdown button {
    margin: 0px;
    padding: 4px;
    width: 100%;
    text-align: left;
  }


#embed-container {
  min-height: 480px;
  height: 600px;
}


.no-content {
    font-style: italic;
    margin-left: 16px;
    color: #ffc90e;
}

#embedding-instructions {
  margin: 24px;
  color: #BBBBBB;
}

#embed-toolbar {
  margin-top: -1px;
  background-color: blue;
  color: white;
  padding: 4px;
  font-size: 12px;
}

    #embed-toolbar button {
        margin: 0px;
        font-size: 9px;
        font-weight: bold;
        padding: 2px;
        color: #222;
        /*background-color: #ffc90e;*/
        background-color: tan;
        border-color: #111;
        display: inline;
        float: right;
        margin-left: 8px;
        padding-left: 6px;
        padding-right: 6px;
    }

.workspaces-toolbar {
  background-color: #CCCCCC;
  border: 1px solid #666666;
  border-top-style: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 8px;
  margin-bottom: 16px;
  text-align: left;
}

#create-workspace-button, #back-to-workspaces-button {
/*    background-color: #ffc90e;*/
    background-color: tan;
    color: black;
    border: 1px solid black;
}

table a.nav-link {
    margin: 0px;
    padding: 4px;
    padding-left: 6px;
    background-color: #ffc90e;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
    text-align: center;
}

.create-workspace-fieldset {
  background-color: #EEEEEE;
  border: solid 1px #AAAAAA;
  padding: 24px;
}

  .create-workspace-fieldset legend {
    width: auto;
    padding: 8px;
  }

.compass {
    width: 400px;
    height: 400px;
    background-color: #F3F3F3;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(top, #F7F7F7, #ECECEC);
    position: relative;
    margin: 0 auto;
}

.compass-inner {
    width: 340px;
    height: 340px;
    background-color: #3D3D3D;
    border-radius: 100%;
    position: relative;
    left: 27.5px;
    top: 27.5px;
    border: 3px solid #C5C5C5;
}

.main-arrow {
    height: 100%;
    width: 30px;
    left: 155px;
    position: relative;
    padding-top: 5px;
    box-sizing: border-box;
    transform: rotate(@ViewBag.Title);
    /*    transform: rotate(90deg);*/
        animation: spin 2.0s alternate infinite;
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -o-animation: spin 2.0s alternate infinite;
    -moz-transform: rotate(20deg);
    -moz-animation: spin 2.0s alternate infinite;
    -webkit-transform: rotate(20deg);
    -webkit-animation: spin 2.0s alternate infinite;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 165px solid #EF5052;
    position: relative;
}

.arrow-down {
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    width: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 165px solid #F3F3F3;
    position: relative;
}

.north {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 155px;
    top: 10px;
}

.east {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 290px;
    top: 150px;
}

.west {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 20px;
    top: 150px;
}

.south {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 155px;
    top: 280px;
}

@keyframes spin {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1) rotate(80deg);
    }

    100% {
        transform: scale(1) rotate(-180deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(80deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-180deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(80deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-180deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(80deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-180deg);
    }
}

@media (max-width: 600px) {

}

.compass {
    width: 400px;
    height: 400px;
    background-color: #F3F3F3;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(top, #F7F7F7, #ECECEC);
    position: relative;
    margin: 0 auto;
}

.compass-inner {
    width: 340px;
    height: 340px;
    background-color: #3D3D3D;
    border-radius: 100%;
    position: relative;
    left: 27.5px;
    top: 27.5px;
    border: 3px solid #C5C5C5;
}

.main-arrow {
    height: 100%;
    width: 30px;
    left: 155px;
    position: relative;
    padding-top: 5px;
    box-sizing: border-box;
    transform: rotate(@ViewBag.Title);
    /*    transform: rotate(90deg);*/
    animation: spin 2.0s alternate infinite;
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -o-animation: spin 2.0s alternate infinite;
    -moz-transform: rotate(20deg);
    -moz-animation: spin 2.0s alternate infinite;
    -webkit-transform: rotate(20deg);
    -webkit-animation: spin 2.0s alternate infinite;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 165px solid #EF5052;
    position: relative;
}

.arrow-down {
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    width: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 165px solid #F3F3F3;
    position: relative;
}

.north {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 155px;
    top: 10px;
}

.east {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 290px;
    top: 150px;
}

.west {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 20px;
    top: 150px;
}

.south {
    font-size: 36px;
    font-family: 'Lobster Two', cursive;
    color: #FFF;
    position: absolute;
    left: 155px;
    top: 280px;
}

@keyframes spin {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1) rotate(80deg);
    }

    100% {
        transform: scale(1) rotate(-180deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(80deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-180deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(80deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-180deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(80deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(-180deg);
    }
}

@media (max-width: 600px) {
    .compass {
        width: 200px;
        height: 200px;
        text-align: center;
    }

    .compass-inner {
        width: 170px;
        height: 170px;
        left: 13px;
        top: 13px;
    }

    .main-arrow {
        width: 30px;
        left: 78px;
        width: 15px;
        padding-top: 3px;
    }

    .arrow-up {
        border-bottom: 82.5px solid #EF5052;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .arrow-down {
        border-bottom: 82.5px solid #F3F3F3;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .north {
        left: 78px;
        top: 10px;
        font-size: 16px;
    }

    .south {
        font-size: 16px;
        left: 78px;
        top: 140px;
    }

    .east {
        font-size: 16px;
        top: 72.5px;
        left: 145px;
    }

    .west {
        font-size: 16px;
        left: 10px;
        top: 72.5px;
    }
}


@media (max-width: 600px) {
    .compass {
        width: 200px;
        height: 200px;
        text-align: center;
    }

    .compass-inner {
        width: 170px;
        height: 170px;
        left: 13px;
        top: 13px;
    }

    .main-arrow {
        width: 30px;
        left: 78px;
        width: 15px;
        padding-top: 3px;
    }

    .arrow-up {
        border-bottom: 82.5px solid #EF5052;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .arrow-down {
        border-bottom: 82.5px solid #F3F3F3;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .north {
        left: 78px;
        top: 10px;
        font-size: 16px;
    }

    .south {
        font-size: 16px;
        left: 78px;
        top: 140px;
    }

    .east {
        font-size: 16px;
        top: 72.5px;
        left: 145px;
    }

    .west {
        font-size: 16px;
        left: 10px;
        top: 72.5px;
    }
}

@media (max-width: 600px) {
    .compass {
        width: 200px;
        height: 200px;
        text-align: center;
    }

    .compass-inner {
        width: 170px;
        height: 170px;
        left: 13px;
        top: 13px;
    }

    .main-arrow {
        width: 30px;
        left: 78px;
        width: 15px;
        padding-top: 3px;
    }

    .arrow-up {
        border-bottom: 82.5px solid #EF5052;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .arrow-down {
        border-bottom: 82.5px solid #F3F3F3;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .north {
        left: 78px;
        top: 10px;
        font-size: 16px;
    }

    .south {
        font-size: 16px;
        left: 78px;
        top: 140px;
    }

    .east {
        font-size: 16px;
        top: 72.5px;
        left: 145px;
    }

    .west {
        font-size: 16px;
        left: 10px;
        top: 72.5px;
    }
}

@media (max-width: 600px) {
    .compass {
        width: 200px;
        height: 200px;
        text-align: center;
    }

    .compass-inner {
        width: 170px;
        height: 170px;
        left: 13px;
        top: 13px;
    }

    .main-arrow {
        width: 30px;
        left: 78px;
        width: 15px;
        padding-top: 3px;
    }

    .arrow-up {
        border-bottom: 82.5px solid #EF5052;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .arrow-down {
        border-bottom: 82.5px solid #F3F3F3;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }

    .north {
        left: 78px;
        top: 10px;
        font-size: 16px;
    }

    .south {
        font-size: 16px;
        left: 78px;
        top: 140px;
    }

    .east {
        font-size: 16px;
        top: 72.5px;
        left: 145px;
    }

    .west {
        font-size: 16px;
        left: 10px;
        top: 72.5px;
    }

