﻿/* 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 !important;
    background-color: #fd7014;
    border-color: #fd7014;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #fd7014;
    border-color: #fd7014;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.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 */
}

/* Cyp
-------------------------------------------------- */
/* Cyp Button */
.btn-input-group {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-cyp-primary, .btn-primary {
    color: #fff;
    background-color: #fd7014;
    border-color: #fd7014;
}
.btn-cyp-primary:hover, .btn-primary:hover {
    color: #fff;
    background-color: #f88d2d;
    border-color: #fd7014;
}
.btn-cyp-primary:focus, .btn-cyp-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 112, 20, 0.5);
}
.btn-cyp-primary.disabled, .btn-cyp-primary:disabled {
    color: #fff;
    background-color: #fd7014;
    border-color: #fd7014;
}
.btn-cyp-primary:not(:disabled):not(.disabled):active, .btn-cyp-primary:not(:disabled):not(.disabled).active,
.show > .btn-cyp-primary.dropdown-toggle {
    color: #fff;
    background-color: #fd7014;
    border-color: #fee2cc;
}
.btn-cyp-primary:not(:disabled):not(.disabled):active:focus, .btn-cyp-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyp-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 112, 20, 0.5);
}
/* Cyp Text */
.bg-cyp {
    background-color: #fd7014;
}
.text-cyp-primary {
    color: #fd7014 !important;
}
a.text-cyp-primary.text-no-underline-link {
    text-decoration: none !important;
}
.bg-dark.text-cyp-primary.hoverable:hover {
    color: #fff !important;
}
a.cyp-black-link {
    color: black;
    text-decoration: none !important;
}
a.cyp-white-link {
    color: white;
    text-decoration: none !important;
}
/* Cyp Badge */
.badge-cyp-primary {
    color: #fff;
    background-color: #fd7014;
}
a.badge-cyp-primary:hover, a.badge-cyp-primary:focus {
    color: #fff;
    background-color: #fbb577;
}
a.badge-cyp-primary:focus, a.badge-cyp-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 112, 20, 0.5);
}
/* Cyp Chevron Collapse  */
.chevron-collapse.accordion .chevron-collapse-header {
    display: ruby;
    cursor: pointer;
}
.chevron-collapse.accordion .chevron-collapse-header:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    padding-top: 0.25em;
}
.chevron-collapse.accordion .chevron-collapse-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
}
.cyp-chev-heading {
    font-size: 1.5em;
    font-weight: 500;
}
/* Cyp Scrollbar */
.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000;
}
.scrollbar-black {
    /* ReSharper disable once CssNotResolved */
    scrollbar-color: #000 #F5F5F5;
}
.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #000;
}
.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}
.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}
.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}
.thin::-webkit-scrollbar {
    width: 6px;
}
/* Cyp Import Result */
table.search-result-table .import-search-result-cover {
    height: 65px;
    max-width: 65px;
    object-fit: cover;
}
table.import-queued-result-table {
    width: 100%;
}
.cyp-search-result-no-scroll {
    overflow-x: hidden;
}
.import-search-result-image {
    width: 90px;
}
/* Cyp Search Result */
table.search-result-table .search-result-cover {
    height: 150px;
    max-width: 150px;
    object-fit: cover;
}
.cyp-search-audio {
    width: 150px;
    height: 31px;
    border-radius: 0.2rem;
    margin-bottom: -0.35rem;
}
.cyp-preview-button {
    width: 150px;
}
.cyp-search-checkbox-area {
    position: relative;
    overflow: auto;
    max-height: 12rem;
}
.cyp-search-panel-button {
    height: 31px;
    width: 31px;
}
.cyp-search-meta-search-container input {
    padding: 0.75rem;
    line-height: 1rem;
    font-size: 1rem;
    height: calc(0.75em + 0.75rem + 2px);
    padding-left:0.5rem;
}
.cyp-search-meta-search-container .input-group-prepend {
    line-height: 1rem;
    font-size: 1rem;
    height: calc(0.75em + 0.75rem + 2px);
}
.cyp-search-meta-search-container .input-group-prepend span {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
/* Cyp Input */
input:focus {
    outline: none !important;
    border: 1px solid #fd7014 !important;
    box-shadow: 0 0 5px #fd7014 !important;
}
/* Cyp Checkbox */
.cyp-checkbox .cyp-control-input:checked ~ .cyp-control-label::before {
    background-color: #fd7014 !important;
    border-color: #fd7014 !important;
}
.cyp-checkbox .cyp-control-input:checked:focus ~ .cyp-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 112, 20, 0.25);
    border-color: #adb5bd;
}
.cyp-checkbox .cyp-control-input:focus ~ .cyp-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    border-color: #adb5bd;
}
.cyp-checkbox .cyp-control-input:active ~ .cyp-control-label::before {
    background-color: #fee2cc;
    border-color: #adb5bd;
}
/* Cyp Description Collapse */
.module .collapse, .module .collapsing {
    height: 4.5rem;
}
.module .collapse {
    position: relative;
    display: block;
    overflow: hidden;
}
.module .collapse:before {
    content: ' ...';
    position: absolute;
    right: 0;
    bottom: 0;
}
.module .collapse.show {
    height: auto;
}
.module .collapse.show:before {
    display: none;
}
.module a.collapsed:after {
    content: '+ Show More';
}
.module a:not(.collapsed):after {
    content: '- Show Less';
}
/* Cyp Select */
.cyp-select {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #FFFFFF !important;
}
.cyp-select select {
    /*padding: 12px 40px 12px 20px;*/
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}
.cyp-select select.input-lg {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
.cyp-select select + i.fa {
    float: right;
    margin-top: -1.75em;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: #fff;
    padding-right: 5px;
}
/* Cyp Preview Circle */
.cyp-preview-circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cyp-preview-circle {
    height: 140px;
    width: 140px;
    vertical-align: middle;
    line-height: 140px;
    font-size: 55px;
}
/* Cyp Set Me Up */
.cyp-set-me-up-col {
    border-right: 1px dashed #333;
}
.cyp-set-me-up-col:last-of-type {
    border-right: none;
}
.cyp-set-me-up-link-box {
    border: solid 1px #fd7014;
    background-clip: border-box;
}
.custom-file-label {
    overflow:hidden;
}