/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 100px; /* Margin bottom by footer height */
}
a {
  text-decoration: underline;
  color: #212529;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  padding: 0 15px;
}

footer {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.navbar {
  border-bottom: 1px solid #ccc;
}
h1 {
  margin: 30px 0 20px 0;
  font-size: 175%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#homepage h1, #homepage #signup {
  margin: 70px 0;
  text-align: center;
}
#homepage img {
  display:block;
  width: 50px;
}
#balanceWrapper {
  border: 1px solid #f2f2f2;
  font-size: 120%;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}
.grLink {
  padding: 8px 0 0 8px;
}
#balanceWrapper img {
  width: 25px;
}
#balanceWrapper a {
  color: #fff;
}
#balanceWrapper #saluteName {
  font-size: 85%;
  border-right: 2px solid #ccc;
  padding: 0 10px;
  margin-right: 5px;
}
#transcriptionWrapper {
  position: relative;
  overflow-y: scroll;
  background-color: #fdfdfd;
  height: calc(100vh - 300px);
  border-radius: 6px;
  box-shadow: 0 4px 28px rgba(123,151,158,.25);
  border: 1px solid #d6dee1;
  padding: 1rem;

}
/*
custom scrollbar
https://dev.to/xtrp/how-to-create-a-beautiful-custom-scrollbar-for-your-site-in-plain-css-1mjg
*/
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
.delete_transcript_entry {
  width: 24px;
  border: 1px solid #f2f2f2;
  position: relative;
  right: 15px;
}
.delete_transcript_entry:hover {
  cursor: pointer;
}
.transcript_time {
  padding-top: 5px;
}
#videoWrapper {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.left {
  margin-left: 20px;
}
.right {
  float: right;
}
#btnDiv a {
  margin: 0 3px;
}
.editBtn {
  margin-left: 10px;
}
.smallIcon {
  width: 20px;
}
.inlineBtn {
  position: relative;
  bottom: 4px;
}
#videoEditForm {
  display: inline;
}
.activeCaption {
 border: 1px solid #ccc;
}
.seconds {
  text-decoration: underline;
}
.seconds:hover {
  cursor: pointer;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
.smallFont {
  font-size: 50%;
}
#feedbackWrapper {
  height: 40px;
}
#feedbackAlert .alert {
  padding: 0.2rem 0.2rem;
}
.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.link {
  text-decoration: underline;
}
.link:hover {
  cursor: pointer;
}
#shortcuts {
  font-weight: bold;
  margin: 10px 0;
  text-align: right;
}
#SOIBTN_ironscribe {
  background: #212529;
  color: #ffffff;
  padding: 5px 20px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 50px;
}
#creditMutationTable td {
  vertical-align: middle;
}
.tag {
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ddd !important;
  border-radius: 5px;
}
.secondaryBtn {
  color: #212529;
  background-color: #ffc107 !important;
  border-color: #ffc107;
}
.recharge {
  background-color: #c3e6cb;
}
#createClipForm label {
  padding-top: 10px;
}
#createClipForm p {
  margin: 10px 0 5px 0;
}
#createClipForm .styleLabel {
  position: relative;
  bottom: 7px;
  left: 5px;
}
#clippingTimings {
  padding: 0px;
}
#clippingTimings li {
  margin: 18px 0px;
  list-style: none;
}
#clippingTimings a.captionColor {
  text-decoration: none;
  padding: 4px 6px;
  opacity: 80%;
  margin-top: 25px !important;
  border-radius: 6px;
}
h1#headline {
  text-indent: -9999px;
  height: 201px;
  width: 400px;
  white-space: nowrap;
  margin: 0 auto 50px auto;
  background-repeat: no-repeat;
}
.navbar-brand {
  position: absolute;
  top: 5px;
  left: 5px;
}
.navbar-brand img {
  height: 60px;
}
.firstNavItem {
  margin-left: 45px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  font-size: 85%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
button#submitModal {
  width: 20%;
}

.copy-btn {
    padding: 5px 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.copy-btn:hover {
    background-color: #45a049;
}

.copy-btn:active {
    background-color: #3e8e41;
}
