html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 120px;
}

li {
    text-align: left;
}

/* Site Styles */
footer {
    text-align: center;
}
.footer-links {
    margin: 0;
    margin-top: auto;
}
.footer-copyright {    
    line-height: 2rem;
}

.help img {
    height: 35px;
    width: 35px;
    margin-left: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
}
.nav-item {
    margin-left: 1rem;
}
h3>a {
    text-decoration: none;
    color: inherit;
}

/* Poll Edit Styles */
#poll-edit {
    width: 800px;
    height: 100%;
}
.response-select-options {
    margin-left: 0 !important;
}

.question-option-table {
    width: 400px !important;
    margin-left: 0 !important;
}
td.reorder>span {
    width: 40px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.question-template {    
    margin: 1em 0;
    height: 100%;
    border: solid;
    width: 800px;
    display: table;
}
.question-order {
    border-right: solid 1px darkgray;
    background-color: #f4f4f4;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 100%;
    display: table-cell;    
}
.question-details {
    padding: 1em;
    display: inline-block;
    width: 100%;
}
.question-delete {
    border-left: solid 1px darkgray;        
    background-color: #f4f4f4;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 100%;
    display: table-cell;
    cursor: pointer;
}
.question-delete:hover {
    font-weight: bold;
}

/* End Poll Edit Styles */

.delete-button {
    font-weight: bold;
}
#action-buttons {
    border-top: 1px solid darkgray;
    margin-top: 1em;
    padding-top: 1em;
}
label.form-label {
    font-weight: bold;
}
.move-up, .move-down {
    margin: 2em 0;
    font-size: 1.5em;
}
.move-up:hover, .move-down:hover {
    cursor: pointer;
    font-weight: bold;    
}
.page-overlay {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 300px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
}
#loading-spinner {
    z-index: 15;
}

/* Log Browser Styles */
#log-table {
    min-width: 800px;
}
.log-selector {
    width: 2.25rem !important;
    display: block;
}
.log-name {
    min-width: 600px;
}
.log-last-modified {
    min-width: 200px;
}
.log-size {
    min-width: 125px;
}
#log-table td, #log-table th {
    text-align: left;
}
.folder-icon {
    text-decoration: none;
}
.folder-icon:hover {
    text-decoration: underline;
}
a.folder-icon::before {
    content: "";
    background: url("/lib/bootstrap/icons/folder2.svg") no-repeat;
    
    background-size: 1.5rem 1.5rem;
    vertical-align: -.5em;
    display: inline-block;
    height: 25px;
    width: 30px;
}
a.file-icon::before {
    content: "";
    background: url("/lib/bootstrap/icons/file-zip.svg") no-repeat;
    background-size: 1.5rem 1.5rem;
    vertical-align: -.5em;
    display: inline-block;
    height: 25px;
    width: 30px;
}
a.folder-up-icon::before {
    content: "";
    background: url("/lib/bootstrap/icons/arrow-return-left.svg") no-repeat;
    background-size: 1.25rem 1.25rem;
    vertical-align: -.5em;
    display: inline-block;
    height: 22px;
    width: 20px;
}
/* End Log Browser Styles */

/* Not Postman Styles */
.toast {
    top: 100px !important;
    right: 100px !important;
    position: absolute;
}
.toast-body li {
    padding: 2px;    
}
.saved-req-delete {        
    float: right;
    display: inline-block;
}
.saved-req-delete img {
    width: 16px;
    height: 16px;    
}
/* End Not Postman Styles */

/* Content Moderation Styles */
.content-thumbnail {
    filter: blur(.25rem);
}
/* End Content Moderation Styles */
