Sindbad~EG File Manager
@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600&display=swap');
*{margin: 0; padding: 0; border:0;}
body{background: #E9F2FF; font-family: 'Be Vietnam Pro', sans-serif; font-size: 16px; color: #000; /*line-height: 100%;*/overflow-x: hidden;}
h2 {font-family: BeVietnamPro-SemiBold;font-size: 24px;color: #00166B;letter-spacing: 0;}
h4{font-family: BeVietnamPro-SemiBold;font-size: 18px;color: #00166B;letter-spacing: 0;}
h5{font-family: BeVietnamPro-SemiBold;font-size: 18px;color: #00166B;letter-spacing: 0;}
label{font-family: BeVietnamPro-SemiBold;font-size: 18px;color: #00166B;letter-spacing: 0;}
body{
/* font-family: 'Roboto', sans-serif; */
font-family: sans-serif;
background-color: #f1f1f1;
overflow-x: hidden;
}
.container
{
background-color: #fff;
}
.error
{
color: rgb(204, 17, 17);
}
h2{
color:black;
}
.namebut{
height: auto;
border-style:groove;
border-color: #ced4da;
background-color: #1b0788;
}
.bttn{
margin-top: 6px;
margin-left: 184vh;
}
label{
/* margin-left: 15px; */
color: rgb(17, 10, 10);
backface-visibility: none;
}
.bckcolor{
color: #000000;
}
.data{
padding: 20px 20px;
margin-top: 50px;
background-color: #E0E0E0;
width: 100%;
height: auto;
}
#submit{
background-color: #E84A5F;
}
.container{
height: auto;
}
.group{
padding: 10px;
width: 100%;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
width: 100%;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
margin: 10px;
}
.step {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #ffffff;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
.steps{
margin-top: 25px;
}
.bttn1{
width: 16vh;
margin-left: 20px;
}
.bttn2{
width: 16vh;
margin-left: 52vh;
}
.buttons{
margin-top: 10px;
}
.gst{
color: black;
}
.checkbox{
margin: 5px;
align-items: center;
}
.amount{
font-family: 'Roboto', sans-serif;
}
#progressbar {
margin-right: 50px;
margin-top: 25px;
text-align: center;
margin-bottom: 30px;
overflow: hidden;
color: lightgrey
}
#progressbar .active {
color: #000000
}
#progressbar li {
list-style-type: none;
font-size: 12px;
width: 25%;
float: left;
position: relative
}
#progressbar #account:before {
font-family: FontAwesome;
content: "1"
}
#progressbar #personal:before {
font-family: FontAwesome;
content: "2"
}
#progressbar #payment:before {
font-family: FontAwesome;
content: "3"
}
#progressbar #confirm:before {
font-family: FontAwesome;
content: "4"
}
#progressbar li:before {
width: 50px;
height: 50px;
line-height: 45px;
display: block;
font-size: 18px;
color: #ffffff;
background: lightgray;
border-radius: 50%;
margin: 0 auto 10px auto;
padding: 2px
}
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 25px;
z-index: 0
}
#progressbar li.active:before,
#progressbar li.active:after {
background: green;
}
/*.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
background-color: #d65470;
color: #ffffff;
display: inline-block;
min-width: 100px;
min-width: 120px;
padding: 10px;
text-align: center;
}*/
label {
font-weight: bold;
color: #210252;
}
/*.form-control
{
height: calc(1.5em + 1.5rem + 2px) !important;
}*/
input[type="radio"] {
/* ...existing styles */
width: 1em;
height: 1em;
place-content: center;
}
input[type="radio"]::before {
content: "";
width: 90em;
height: 90em;
border-radius: 50%;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em var(--form-control-color);
background-color: CanvasText;
}
input[type="radio"]:checked::before {
transform: scale(1);
}
@media screen and (max-width: 600px) {
.mobile-responsive table {
border: 0;
border-collapse: collapse;
}
.mobile-responsive table thead {
display:none;
}
.mobile-responsive table th {
display:none;
}
.mobile-responsive table tr {
margin-bottom: 20px;
display: block;
border-bottom: 2px thin #faf5f5;
box-shadow: 2px 2px 1px #dadada;
border-collapse: collapse;
}
.mobile-responsive table td {
display: block;
text-align: right;
font-size: 15px;
border-collapse: collapse;
padding: 25px;
}
.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;
}
/* .mobile-responsive tbody{
line-height:0!important;
} */
.sidebar {
width: 100%;
height: auto;
position: relative;
}
.sidebar a {float: left;}
div.content {margin-left: 0;}
.sidebar a {
text-align: center;
float: none;
}
}
.list-group-item {
user-select: none;
}
.list-group input[type="checkbox"] {
display: none;
}
.list-group input[type="checkbox"] + .list-group-item {
cursor: pointer;
}
.list-group input[type="checkbox"] + .list-group-item:before {
content: "\2713";
color: transparent;
font-weight: bold;
margin-right: 1em;
}
.list-group input[type="checkbox"]:checked + .list-group-item {
background-color: #0275D8;
color: #FFF;
}
.list-group input[type="checkbox"]:checked + .list-group-item:before {
color: inherit;
}
.list-group input[type="radio"] {
display: none;
}
.list-group input[type="radio"] + .list-group-item {
cursor: pointer;
}
.list-group input[type="radio"] + .list-group-item:before {
content: "\2022";
color: transparent;
font-weight: bold;
margin-right: 1em;
}
.list-group input[type="radio"]:checked + .list-group-item {
background-color: #0275D8;
color: #FFF;
}
.list-group input[type="radio"]:checked + .list-group-item:before {
color: inherit;
}
#member_div{
text-align: center;
font-size:x-large;
}
#label_id{
color: #dd1111;
font-size: larger;
}
#error{
font-size: larger;
color:rgb(247, 9, 9);
text-align: center;
}
.member{
border: 1px solid black;
background: #fffffe;
height: auto;
padding: 20px;
}
.countdown-label {
font: thin 10px Arial, sans-serif;
color: #0c0c0b;
text-align: center;
text-transform: uppercase;
display: inline-block;
margin-top: 5px
}
#countdown{
box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
width: 100px;
height: 86px;
text-align: center;
background: #f1f1f1;
border-radius: 5px;
margin: auto;
}
#countdown #tiles{
color: #fff;
position: relative;
z-index: 1;
text-shadow: 1px 1px 0px #ccc;
display: inline-block;
font-family: Arial, sans-serif;
text-align: center;
border-radius: 5px 5px 0 0;
font-size: 20px;
font-weight: thin;
display: block;
}
.color-full {
background: #47c06d;
}
.color-half {
background: #fac31d;
}
.color-empty {
background: #fd1f14;
}
#countdown #tiles > span{
width: 70px;
max-width: 70px;
padding: 18px 0;
position: relative;
}
#countdown .labels{
width: 100%;
height: 25px;
text-align: center;
position: absolute;
bottom: 8px;
}
#countdown .labels li{
width: 102px;
font: bold 15px 'Droid Sans', Arial, sans-serif;
color: #f47321;
text-shadow: 1px 1px 0px #000;
text-align: center;
text-transform: uppercase;
display: inline-block;
}
.sidebar {
margin: 0;
padding: 0;
width: 260px;
position: fixed;
background-color: #f1f1f1;
height: 100%;
overflow: auto;
border-style:groove;
}
.sidebar a {
display: block;
color: rgb(15, 15, 15);
padding: 16px;
text-decoration: none;
}
.sidebar a.active {
background-color: #85a396;
color: white;
}
.sidebar a:hover:not(.active) {
background-color: rgba(43, 163, 83, 0.904);
color: white;
}
div.content {
margin-left: 200px;
padding: 1px 16px;
height: 1000px;
}
.attachment-preview
{
min-height: 160px;
}
.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;
}
.header img{
max-height: 100px;
}
.foo {
float: left;
width: 20px;
height: 20px;
margin: 5px;
border: 1px solid rgba(0, 0, 0, .2);
}
.red {
background:#f7d1c8 !important;
}
.orange {
background: #fad66b !important;
}
.green {
background: #8fffa7 !important;
}
.white {
background-color: white !important;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists