Sindbad~EG File Manager
/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{
text-decoration: none;
}
body {
margin: 0;
font-family: "sans-serif";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
img {
vertical-align: middle;
border-style: none;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.form-control {
display: block;
width: 100%;
/*height: calc(1.5em + 0.75rem + 2px);*/
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto;
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff;
}
/*.breadcrumb {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -ms-flex-wrap: wrap;*/
/* flex-wrap: wrap;*/
/* padding: 0.75rem 1rem;*/
/* margin-bottom: 1rem;*/
/* list-style: none;*/
/* background-color: #e9ecef;*/
/* border-radius: 0.25rem;*/
/*}*/
/*.breadcrumb-item + .breadcrumb-item {*/
/* padding-left: 0.5rem;*/
/*}*/
/*.breadcrumb-item + .breadcrumb-item::before {*/
/* display: inline-block;*/
/* padding-right: 0.5rem;*/
/* color: #6c757d;*/
/* content: "/";*/
/*}*/
/*.breadcrumb-item + .breadcrumb-item:hover::before {*/
/* text-decoration: underline;*/
/*}*/
/*.breadcrumb-item + .breadcrumb-item:hover::before {*/
/* text-decoration: none;*/
/*}*/
/*.breadcrumb-item.active {*/
/* color: #6c757d;*/
/*}*/
/*.pagination {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* padding-left: 0;*/
/* list-style: none;*/
/* border-radius: 0.25rem;*/
/*}*/
/*.page-link {*/
/* position: relative;*/
/* display: block;*/
/* padding: 0.5rem 0.75rem;*/
/* margin-left: -1px;*/
/* line-height: 1.25;*/
/* color: #007bff;*/
/* background-color: #fff;*/
/* border: 1px solid #dee2e6;*/
/*}*/
/*.page-link:hover {*/
/* z-index: 2;*/
/* color: #0056b3;*/
/* text-decoration: none;*/
/* background-color: #e9ecef;*/
/* border-color: #dee2e6;*/
/*}*/
/*.page-link:focus {*/
/* z-index: 2;*/
/* outline: 0;*/
/* -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/*}*/
/*.page-item:first-child .page-link {*/
/* margin-left: 0;*/
/* border-top-left-radius: 0.25rem;*/
/* border-bottom-left-radius: 0.25rem;*/
/*}*/
/*.page-item:last-child .page-link {*/
/* border-top-right-radius: 0.25rem;*/
/* border-bottom-right-radius: 0.25rem;*/
/*}*/
/*.page-item.active .page-link {*/
/* z-index: 1;*/
/* color: #fff;*/
/* background-color: #007bff;*/
/* border-color: #007bff;*/
/*}*/
/*.page-item.disabled .page-link {*/
/* color: #6c757d;*/
/* pointer-events: none;*/
/* cursor: auto;*/
/* background-color: #fff;*/
/* border-color: #dee2e6;*/
/*}*/
/*.pagination-lg .page-link {*/
/* padding: 0.75rem 1.5rem;*/
/* font-size: 1.25rem;*/
/* line-height: 1.5;*/
/*}*/
/*.pagination-lg .page-item:first-child .page-link {*/
/* border-top-left-radius: 0.3rem;*/
/* border-bottom-left-radius: 0.3rem;*/
/*}*/
/*.pagination-lg .page-item:last-child .page-link {*/
/* border-top-right-radius: 0.3rem;*/
/* border-bottom-right-radius: 0.3rem;*/
/*}*/
/*.pagination-sm .page-link {*/
/* padding: 0.25rem 0.5rem;*/
/* font-size: 0.875rem;*/
/* line-height: 1.5;*/
/*}*/
/*.pagination-sm .page-item:first-child .page-link {*/
/* border-top-left-radius: 0.2rem;*/
/* border-bottom-left-radius: 0.2rem;*/
/*}*/
/*.pagination-sm .page-item:last-child .page-link {*/
/* border-top-right-radius: 0.2rem;*/
/* border-bottom-right-radius: 0.2rem;*/
/*}*/
/*.jumbotron {*/
/* padding: 2rem 1rem;*/
/* margin-bottom: 2rem;*/
/* background-color: #e9ecef;*/
/* border-radius: 0.3rem;*/
/*}*/
/*@media (min-width: 576px) {*/
/* .jumbotron {*/
/* padding: 4rem 2rem;*/
/* }*/
/*}*/
/*@-webkit-keyframes progress-bar-stripes {*/
/* from {*/
/* background-position: 1rem 0;*/
/* }*/
/* to {*/
/* background-position: 0 0;*/
/* }*/
/*}*/
/*@keyframes progress-bar-stripes {*/
/* from {*/
/* background-position: 1rem 0;*/
/* }*/
/* to {*/
/* background-position: 0 0;*/
/* }*/
/*}*/
/*.progress {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* height: 1rem;*/
/* overflow: hidden;*/
/* font-size: 0.75rem;*/
/* background-color: #e9ecef;*/
/* border-radius: 0.25rem;*/
/*}*/
/*.progress-bar {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -webkit-box-orient: vertical;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: column;*/
/* flex-direction: column;*/
/* -webkit-box-pack: center;*/
/* -ms-flex-pack: center;*/
/* justify-content: center;*/
/* color: #fff;*/
/* text-align: center;*/
/* white-space: nowrap;*/
/* background-color: #007bff;*/
/* -webkit-transition: width 0.6s ease;*/
/* -o-transition: width 0.6s ease;*/
/* transition: width 0.6s ease;*/
/*}*/
/*@media (prefers-reduced-motion: reduce) {*/
/* .progress-bar {*/
/* -webkit-transition: none;*/
/* -o-transition: none;*/
/* transition: none;*/
/* }*/
/*}*/
/*.progress-bar-striped {*/
/* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);*/
/* background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);*/
/* background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);*/
/* background-size: 1rem 1rem;*/
/*}*/
/*.progress-bar-animated {*/
/* -webkit-animation: progress-bar-stripes 1s linear infinite;*/
/* animation: progress-bar-stripes 1s linear infinite;*/
/*}*/
/*@media (prefers-reduced-motion: reduce) {*/
/* .progress-bar-animated {*/
/* -webkit-animation: none;*/
/* animation: none;*/
/* }*/
/*}*/
/*.list-group {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -webkit-box-orient: vertical;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: column;*/
/* flex-direction: column;*/
/* padding-left: 0;*/
/* margin-bottom: 0;*/
/*}*/
/*.list-group-item-action {*/
/* width: 100%;*/
/* color: #495057;*/
/* text-align: inherit;*/
/*}*/
/*.list-group-item-action:hover,*/
/*.list-group-item-action:focus {*/
/* z-index: 1;*/
/* color: #495057;*/
/* text-decoration: none;*/
/* background-color: #f8f9fa;*/
/*}*/
/*.list-group-item-action:active {*/
/* color: #212529;*/
/* background-color: #e9ecef;*/
/*}*/
/*.list-group-item {*/
/* position: relative;*/
/* display: block;*/
/* padding: 0.75rem 1.25rem;*/
/* margin-bottom: -1px;*/
/* background-color: #fff;*/
/* border: 1px solid rgba(0, 0, 0, 0.125);*/
/*}*/
/*.list-group-item:first-child {*/
/* border-top-left-radius: 0.25rem;*/
/* border-top-right-radius: 0.25rem;*/
/*}*/
/*.list-group-item:last-child {*/
/* margin-bottom: 0;*/
/* border-bottom-right-radius: 0.25rem;*/
/* border-bottom-left-radius: 0.25rem;*/
/*}*/
/*.list-group-item.disabled,*/
/*.list-group-item:disabled {*/
/* color: #6c757d;*/
/* pointer-events: none;*/
/* background-color: #fff;*/
/*}*/
/*.list-group-item.active {*/
/* z-index: 2;*/
/* color: #fff;*/
/* background-color: #007bff;*/
/* border-color: #007bff;*/
/*}*/
/*.list-group-horizontal {*/
/* -webkit-box-orient: horizontal;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: row;*/
/* flex-direction: row;*/
/*}*/
/*.list-group-horizontal .list-group-item {*/
/* margin-right: -1px;*/
/* margin-bottom: 0;*/
/*}*/
/*.list-group-horizontal .list-group-item:first-child {*/
/* border-top-left-radius: 0.25rem;*/
/* border-bottom-left-radius: 0.25rem;*/
/* border-top-right-radius: 0;*/
/*}*/
/*.list-group-horizontal .list-group-item:last-child {*/
/* margin-right: 0;*/
/* border-top-right-radius: 0.25rem;*/
/* border-bottom-right-radius: 0.25rem;*/
/* border-bottom-left-radius: 0;*/
/*}*/
/*@media (min-width: 576px) {*/
/* .list-group-horizontal-sm {*/
/* -webkit-box-orient: horizontal;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: row;*/
/* flex-direction: row;*/
/* }*/
/* .list-group-horizontal-sm .list-group-item {*/
/* margin-right: -1px;*/
/* margin-bottom: 0;*/
/* }*/
/* .list-group-horizontal-sm .list-group-item:first-child {*/
/* border-top-left-radius: 0.25rem;*/
/* border-bottom-left-radius: 0.25rem;*/
/* border-top-right-radius: 0;*/
/* }*/
/* .list-group-horizontal-sm .list-group-item:last-child {*/
/* margin-right: 0;*/
/* border-top-right-radius: 0.25rem;*/
/* border-bottom-right-radius: 0.25rem;*/
/* border-bottom-left-radius: 0;*/
/* }*/
/*}*/
/*@media (min-width: 768px) {*/
/* .list-group-horizontal-md {*/
/* -webkit-box-orient: horizontal;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: row;*/
/* flex-direction: row;*/
/* }*/
/* .list-group-horizontal-md .list-group-item {*/
/* margin-right: -1px;*/
/* margin-bottom: 0;*/
/* }*/
/* .list-group-horizontal-md .list-group-item:first-child {*/
/* border-top-left-radius: 0.25rem;*/
/* border-bottom-left-radius: 0.25rem;*/
/* border-top-right-radius: 0;*/
/* }*/
/* .list-group-horizontal-md .list-group-item:last-child {*/
/* margin-right: 0;*/
/* border-top-right-radius: 0.25rem;*/
/* border-bottom-right-radius: 0.25rem;*/
/* border-bottom-left-radius: 0;*/
/* }*/
/*}*/
/*@media (min-width: 992px) {*/
/* .list-group-horizontal-lg {*/
/* -webkit-box-orient: horizontal;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: row;*/
/* flex-direction: row;*/
/* }*/
/* .list-group-horizontal-lg .list-group-item {*/
/* margin-right: -1px;*/
/* margin-bottom: 0;*/
/* }*/
/* .list-group-horizontal-lg .list-group-item:first-child {*/
/* border-top-left-radius: 0.25rem;*/
/* border-bottom-left-radius: 0.25rem;*/
/* border-top-right-radius: 0;*/
/* }*/
/* .list-group-horizontal-lg .list-group-item:last-child {*/
/* margin-right: 0;*/
/* border-top-right-radius: 0.25rem;*/
/* border-bottom-right-radius: 0.25rem;*/
/* border-bottom-left-radius: 0;*/
/* }*/
/*}*/
/*@media (min-width: 1200px) {*/
/* .list-group-horizontal-xl {*/
/* -webkit-box-orient: horizontal;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: row;*/
/* flex-direction: row;*/
/* }*/
/* .list-group-horizontal-xl .list-group-item {*/
/* margin-right: -1px;*/
/* margin-bottom: 0;*/
/* }*/
/* .list-group-horizontal-xl .list-group-item:first-child {*/
/* border-top-left-radius: 0.25rem;*/
/* border-bottom-left-radius: 0.25rem;*/
/* border-top-right-radius: 0;*/
/* }*/
/* .list-group-horizontal-xl .list-group-item:last-child {*/
/* margin-right: 0;*/
/* border-top-right-radius: 0.25rem;*/
/* border-bottom-right-radius: 0.25rem;*/
/* border-bottom-left-radius: 0;*/
/* }*/
/*}*/
/*.list-group-flush .list-group-item {*/
/* border-right: 0;*/
/* border-left: 0;*/
/* border-radius: 0;*/
/*}*/
/*.list-group-flush .list-group-item:last-child {*/
/* margin-bottom: -1px;*/
/*}*/
/*.list-group-flush:first-child .list-group-item:first-child {*/
/* border-top: 0;*/
/*}*/
/*.list-group-flush:last-child .list-group-item:last-child {*/
/* margin-bottom: 0;*/
/* border-bottom: 0;*/
/*}*/
/*.list-group-item-primary {*/
/* color: #004085;*/
/* background-color: #b8daff;*/
/*}*/
/*.list-group-item-primary.list-group-item-action:hover,*/
/*.list-group-item-primary.list-group-item-action:focus {*/
/* color: #004085;*/
/* background-color: #9fcdff;*/
/*}*/
/*.list-group-item-primary.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #004085;*/
/* border-color: #004085;*/
/*}*/
/*.list-group-item-secondary {*/
/* color: #383d41;*/
/* background-color: #d6d8db;*/
/*}*/
/*.list-group-item-secondary.list-group-item-action:hover,*/
/*.list-group-item-secondary.list-group-item-action:focus {*/
/* color: #383d41;*/
/* background-color: #c8cbcf;*/
/*}*/
/*.list-group-item-secondary.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #383d41;*/
/* border-color: #383d41;*/
/*}*/
/*.list-group-item-success {*/
/* color: #155724;*/
/* background-color: #c3e6cb;*/
/*}*/
/*.list-group-item-success.list-group-item-action:hover,*/
/*.list-group-item-success.list-group-item-action:focus {*/
/* color: #155724;*/
/* background-color: #b1dfbb;*/
/*}*/
/*.list-group-item-success.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #155724;*/
/* border-color: #155724;*/
/*}*/
/*.list-group-item-info {*/
/* color: #0c5460;*/
/* background-color: #bee5eb;*/
/*}*/
/*.list-group-item-info.list-group-item-action:hover,*/
/*.list-group-item-info.list-group-item-action:focus {*/
/* color: #0c5460;*/
/* background-color: #abdde5;*/
/*}*/
/*.list-group-item-info.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #0c5460;*/
/* border-color: #0c5460;*/
/*}*/
/*.list-group-item-warning {*/
/* color: #856404;*/
/* background-color: #ffeeba;*/
/*}*/
/*.list-group-item-warning.list-group-item-action:hover,*/
/*.list-group-item-warning.list-group-item-action:focus {*/
/* color: #856404;*/
/* background-color: #ffe8a1;*/
/*}*/
/*.list-group-item-warning.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #856404;*/
/* border-color: #856404;*/
/*}*/
/*.list-group-item-danger {*/
/* color: #721c24;*/
/* background-color: #f5c6cb;*/
/*}*/
/*.list-group-item-danger.list-group-item-action:hover,*/
/*.list-group-item-danger.list-group-item-action:focus {*/
/* color: #721c24;*/
/* background-color: #f1b0b7;*/
/*}*/
/*.list-group-item-danger.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #721c24;*/
/* border-color: #721c24;*/
/*}*/
/*.list-group-item-light {*/
/* color: #818182;*/
/* background-color: #fdfdfe;*/
/*}*/
/*.list-group-item-light.list-group-item-action:hover,*/
/*.list-group-item-light.list-group-item-action:focus {*/
/* color: #818182;*/
/* background-color: #ececf6;*/
/*}*/
/*.list-group-item-light.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #818182;*/
/* border-color: #818182;*/
/*}*/
/*.list-group-item-dark {*/
/* color: #1b1e21;*/
/* background-color: #c6c8ca;*/
/*}*/
/*.list-group-item-dark.list-group-item-action:hover,*/
/*.list-group-item-dark.list-group-item-action:focus {*/
/* color: #1b1e21;*/
/* background-color: #b9bbbe;*/
/*}*/
/*.list-group-item-dark.list-group-item-action.active {*/
/* color: #fff;*/
/* background-color: #1b1e21;*/
/* border-color: #1b1e21;*/
/*}*/
/*.close {*/
/* float: right;*/
/* font-size: 1.5rem;*/
/* font-weight: 700;*/
/* line-height: 1;*/
/* color: #000;*/
/* text-shadow: 0 1px 0 #fff;*/
/* opacity: 0.5;*/
/*}*/
/*.close:hover {*/
/* color: #000;*/
/* text-decoration: none;*/
/*}*/
/*.close:not(:disabled):not(.disabled):hover,*/
/*.close:not(:disabled):not(.disabled):focus {*/
/* opacity: 0.75;*/
/*}*/
/*button.close {*/
/* padding: 0;*/
/* background-color: transparent;*/
/* border: 0;*/
/* -webkit-appearance: none;*/
/* -moz-appearance: none;*/
/* appearance: none;*/
/*}*/
/*a.close.disabled {*/
/* pointer-events: none;*/
/*}*/
/*.modal-open {*/
/* overflow: hidden;*/
/*}*/
/*.modal-open .modal {*/
/* overflow-x: hidden;*/
/* overflow-y: auto;*/
/*}*/
/*.modal {*/
/* position: fixed;*/
/* top: 0;*/
/* left: 0;*/
/* z-index: 1050;*/
/* display: none;*/
/* width: 100%;*/
/* height: 100%;*/
/* overflow: hidden;*/
/* outline: 0;*/
/*}*/
/*.modal-dialog {*/
/* position: relative;*/
/* width: auto;*/
/* margin: 0.5rem;*/
/* pointer-events: none;*/
/*}*/
/*.modal.fade .modal-dialog {*/
/* -webkit-transition: -webkit-transform 0.3s ease-out;*/
/* transition: -webkit-transform 0.3s ease-out;*/
/* -o-transition: transform 0.3s ease-out;*/
/* transition: transform 0.3s ease-out;*/
/* transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;*/
/* -webkit-transform: translate(0, -50px);*/
/* -ms-transform: translate(0, -50px);*/
/* transform: translate(0, -50px);*/
/*}*/
/*@media (prefers-reduced-motion: reduce) {*/
/* .modal.fade .modal-dialog {*/
/* -webkit-transition: none;*/
/* -o-transition: none;*/
/* transition: none;*/
/* }*/
/*}*/
/*.modal.show .modal-dialog {*/
/* -webkit-transform: none;*/
/* -ms-transform: none;*/
/* transform: none;*/
/*}*/
/*.modal-dialog-scrollable {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* max-height: calc(100% - 1rem);*/
/*}*/
/*.modal-dialog-scrollable .modal-content {*/
/* max-height: calc(100vh - 1rem);*/
/* overflow: hidden;*/
/*}*/
/*.modal-dialog-scrollable .modal-header,*/
/*.modal-dialog-scrollable .modal-footer {*/
/* -ms-flex-negative: 0;*/
/* flex-shrink: 0;*/
/*}*/
/*.modal-dialog-scrollable .modal-body {*/
/* overflow-y: auto;*/
/*}*/
/*.modal-dialog-centered {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -webkit-box-align: center;*/
/* -ms-flex-align: center;*/
/* align-items: center;*/
/* min-height: calc(100% - 1rem);*/
/*}*/
/*.modal-dialog-centered::before {*/
/* display: block;*/
/* height: calc(100vh - 1rem);*/
/* content: "";*/
/*}*/
/*.modal-dialog-centered.modal-dialog-scrollable {*/
/* -webkit-box-orient: vertical;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: column;*/
/* flex-direction: column;*/
/* -webkit-box-pack: center;*/
/* -ms-flex-pack: center;*/
/* justify-content: center;*/
/* height: 100%;*/
/*}*/
/*.modal-dialog-centered.modal-dialog-scrollable .modal-content {*/
/* max-height: none;*/
/*}*/
/*.modal-dialog-centered.modal-dialog-scrollable::before {*/
/* content: none;*/
/*}*/
/*.modal-content {*/
/* position: relative;*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -webkit-box-orient: vertical;*/
/* -webkit-box-direction: normal;*/
/* -ms-flex-direction: column;*/
/* flex-direction: column;*/
/* width: 100%;*/
/* pointer-events: auto;*/
/* background-color: #fff;*/
/* background-clip: padding-box;*/
/* border: 1px solid rgba(0, 0, 0, 0.2);*/
/* border-radius: 0.3rem;*/
/* outline: 0;*/
/*}*/
/*.modal-backdrop {*/
/* position: fixed;*/
/* top: 0;*/
/* left: 0;*/
/* z-index: 1040;*/
/* width: 100vw;*/
/* height: 100vh;*/
/* background-color: #000;*/
/*}*/
/*.modal-backdrop.fade {*/
/* opacity: 0;*/
/*}*/
/*.modal-backdrop.show {*/
/* opacity: 0.5;*/
/*}*/
/*.modal-header {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -webkit-box-align: start;*/
/* -ms-flex-align: start;*/
/* align-items: flex-start;*/
/* -webkit-box-pack: justify;*/
/* -ms-flex-pack: justify;*/
/* justify-content: space-between;*/
/* padding: 1rem 1rem;*/
/* border-bottom: 1px solid #dee2e6;*/
/* border-top-left-radius: 0.3rem;*/
/* border-top-right-radius: 0.3rem;*/
/*}*/
/*.modal-header .close {*/
/* padding: 1rem 1rem;*/
/* margin: -1rem -1rem -1rem auto;*/
/*}*/
/*.modal-title {*/
/* margin-bottom: 0;*/
/* line-height: 1.5;*/
/*}*/
/*.modal-body {*/
/* position: relative;*/
/* -webkit-box-flex: 1;*/
/* -ms-flex: 1 1 auto;*/
/* flex: 1 1 auto;*/
/* padding: 1rem;*/
/*}*/
/*.modal-footer {*/
/* display: -webkit-box;*/
/* display: -ms-flexbox;*/
/* display: flex;*/
/* -webkit-box-align: center;*/
/* -ms-flex-align: center;*/
/* align-items: center;*/
/* -webkit-box-pack: end;*/
/* -ms-flex-pack: end;*/
/* justify-content: flex-end;*/
/* padding: 1rem;*/
/* border-top: 1px solid #dee2e6;*/
/* border-bottom-right-radius: 0.3rem;*/
/* border-bottom-left-radius: 0.3rem;*/
/*}*/
/*.modal-footer > :not(:first-child) {*/
/* margin-left: 0.25rem;*/
/*}*/
/*.modal-footer > :not(:last-child) {*/
/* margin-right: 0.25rem;*/
/*}*/
/*.modal-scrollbar-measure {*/
/* position: absolute;*/
/* top: -9999px;*/
/* width: 50px;*/
/* height: 50px;*/
/* overflow: scroll;*/
/*}*/
/*@media (min-width: 576px) {*/
/* .modal-dialog {*/
/* max-width: 500px;*/
/* margin: 1.75rem auto;*/
/* }*/
/* .modal-dialog-scrollable {*/
/* max-height: calc(100% - 3.5rem);*/
/* }*/
/* .modal-dialog-scrollable .modal-content {*/
/* max-height: calc(100vh - 3.5rem);*/
/* }*/
/* .modal-dialog-centered {*/
/* min-height: calc(100% - 3.5rem);*/
/* }*/
/* .modal-dialog-centered::before {*/
/* height: calc(100vh - 3.5rem);*/
/* }*/
/* .modal-sm {*/
/* max-width: 300px;*/
/* }*/
/*}*/
/*@media (min-width: 992px) {*/
/* .modal-lg,*/
/* .modal-xl {*/
/* max-width: 800px;*/
/* }*/
/*}*/
/*@media (min-width: 1200px) {*/
/* .modal-xl {*/
/* max-width: 1140px;*/
/* }*/
/*}*/
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.error
{
color: rgb(204, 17, 17);
}
body {
font-family: "Poppins", Arial, sans-serif;
font-size: 14px;
line-height: 1.8;
font-weight: normal;
background: #fafafa;
color: gray;
}
a:hover,
a:focus {
text-decoration: none !important;
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none;
}
button {
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
button:hover,
button:focus {
text-decoration: none !important;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.navbar {
padding: 15px 10px;
background: #fff;
border: none;
border-radius: 0;
margin-bottom: 40px;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
-webkit-box-shadow: none;
box-shadow: none;
outline: none !important;
border: none;
}
.wrapper {
width: 100%;
}
#sidebar {
min-width: 200px;
max-width: 200px;
background: #866ec7;
color: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
/* position: relative; */
}
#sidebar .h6 {
color: #fff;
}
#sidebar.active {
margin-left: -200px;
}
#sidebar h1 {
margin-bottom: 20px;
font-weight: 700;
font-size: 30px;
}
#sidebar h1 .logo {
color: #fff;
}
#sidebar h1 .logo span {
font-size: 14px;
color: #44bef1;
display: block;
}
#sidebar ul.components {
padding: 0;
}
#sidebar ul li {
font-size: 16px;
}
#sidebar ul li > ul {
margin-left: 10px;
}
#sidebar ul li > ul li {
font-size: 14px;
}
#sidebar ul li a {
padding: 10px 0;
display: block;
color: rgba(255, 255, 255, 0.6);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar ul li a span {
color: #44bef1;
}
#sidebar ul li a:hover {
color: #fff;
}
#sidebar ul li.active > a {
background: transparent;
color: #fff;
}
@media (max-width: 991.98px) {
#sidebar.active {
margin-left: -270px;
}
#sidebar{
margin-left: 0;
}
}
#sidebar .custom-menu {
display: inline-block;
position: absolute;
top: 20px;
right: 0;
margin-right: -20px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
#sidebar .custom-menu {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
#sidebar .custom-menu .btn {
width: 60px;
height: 60px;
border-radius: 50%;
position: relative;
}
#sidebar .custom-menu .btn i {
margin-right: -40px;
font-size: 14px;
}
#sidebar .custom-menu .btn.btn-primary {
background: transparent;
border-color: transparent;
}
#sidebar .custom-menu .btn.btn-primary:after {
z-index: -1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: #866ec7;
border-radius: 10px;
}
#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
background: transparent !important;
border-color: transparent !important;
}
a[data-toggle="collapse"] {
position: relative;
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 991.98px) {
#span {
display: none;
}
}
#content {
width: 100%;
padding: 0;
min-height: 100vh;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn.btn-primary {
background: #866ec7;
border-color: #866ec7;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
background: #866ec7 !important;
border-color: #866ec7 !important;
}
.footer p {
color: rgba(255, 255, 255, 0.5);
}
.form-control {
/*height: 40px !important;*/
background: #fff;
color: #000;
font-size: 13px;
border-radius: 4px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid gray;
/* border: transparent; */
}
.form-control:focus,
.form-control:active {
border-color: #000;
}
.form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: rgba(0, 0, 0, 0.3);
}
.form-control::-moz-placeholder {
/* Firefox 19+ */
color: rgba(0, 0, 0, 0.3);
}
.form-control:-ms-input-placeholder {
/* IE 0+ */
color: rgba(0, 0, 0, 0.3);
}
.form-control:-moz-placeholder {
/* Firefox 18- */
color: rgba(0, 0, 0, 0.3);
}
.file-field input[type="file"] {
position: absolute;
top: 0;
bottom: 0;
left: 0;
left: 0;
width: 0px;
height: 0px;
padding: 0;
margin: 0;
cursor: pointer;
filter: alpha(opacity=0);
opacity: 0;
}
#content {
margin-left: 200px !important;
}
#sidebar.active ~ #content {
margin-left: 0px !important;
}
@media screen and (max-width: 600px) {
body{
overflow-x: hidden;
}
.mobile-responsive table {
border: 0;
border-collapse: collapse;
}
.mobile-responsive table thead {
display: none;
}
.mobile-responsive table tr {
margin-bottom: 20px;
display: block;
border-bottom: 2px solid #fdfafa;
box-shadow: 2px 2px 1px #dadada;
border-collapse: collapse;
}
.mobile-responsive table td {
display: block;
text-align: right;
font-size: 15px;
border-collapse: collapse;
}
.mobile-responsive table td:last-child {
border-bottom: 0;
}
.mobile-responsive table td::before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
.row{
margin-right: 0px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
width: 100%;
padding-right: 0px;
padding-left: 5px;
margin-right: auto;
margin-left: auto;
}
/* end */
}
#formCtt label{
font-weight: bold;
}
.active{
background-color: rgb(144, 209, 59);
}
.danger1{
background-color: rgb(206, 65, 65);
}
.ct{
height: 200px;
}
#previewct3{
height: 500px;
}
#drop-area{
height: 200px;
background-color: white;
}
.dropped-image{
width: 30%;
}
.container1{
background-color: #c0d8e6;
}
.mdimgs2 img{
height: 500px;
/* width: 70%; */
}
.circle {
width: 50px; /* Set the width */
height: 50px; /* Set the height */
background-color: #3498db; /* Set background color */
border-radius: 50%; /* Make the element a circle */
/* display: block; Block-level element */
margin: 20px auto; /* Center the circle horizontally */
}
#previewScreen{
height: 303px;
background-color: #f9f9f9;
overflow: auto;
padding: 10px;
font-family: Arial, sans-serif;
}
#previewScreen2{
height: 303px;
background-color: #f9f9f9;
/* overflow: auto; */
padding: 10px;
font-family: Arial, sans-serif;
}
.imgCT{
background-color: #c1c4c4;
padding-top: 5px;
/* max-height: 400px; */
}
.imgCT2{
padding-top: 5px;
background-color: #c1c4c4;
}
.card1{
height: 200px;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists