278 lines
4.3 KiB
CSS
278 lines
4.3 KiB
CSS
|
|
* {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-family: "Montserrat", sans-serif;
|
|
}
|
|
|
|
body {
|
|
background: #1d76ca45;
|
|
/* height: 100vh; */
|
|
/* width: 100vh; */
|
|
/* height: auto; */
|
|
/* overflow: hidden; */
|
|
/* overflow-x: hidden; */
|
|
}
|
|
|
|
#wrapper {
|
|
display: flex;
|
|
}
|
|
|
|
#wrapper.toggled {
|
|
padding-left: 250px;
|
|
}
|
|
|
|
#sidebar-wrapper {
|
|
z-index: 1000;
|
|
position: fixed;
|
|
left: 250px;
|
|
width: 0;
|
|
height: 100%;
|
|
margin-left: -250px;
|
|
overflow-y: auto;
|
|
background: #1D77Ca;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.sidenav {
|
|
margin: 0px;
|
|
}
|
|
.sidenav li {
|
|
list-style: none;
|
|
padding: 12px 10px;
|
|
border-radius: 10px;
|
|
margin-bottom: 10px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.sidenav .sidebar-x li {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sidenav li:hover {
|
|
color: #fff;
|
|
background-color: rgba(124, 125, 182, 0.06);
|
|
}
|
|
.sidenav li i {
|
|
/* color: var(--font-color); */
|
|
color: #F8F9FC;
|
|
padding-right: 15px;
|
|
}
|
|
.sidenav li a {
|
|
text-decoration: none;
|
|
/* color: var(--font-color); */
|
|
color: #F8F9FC;
|
|
}
|
|
|
|
#wrapper.toggled #sidebar-wrapper {
|
|
width: 250px;
|
|
}
|
|
|
|
#page-content-wrapper {
|
|
width: 100%;
|
|
padding: 15px;
|
|
}
|
|
|
|
#wrapper.toggled #page-content-wrapper {
|
|
position: absolute;
|
|
margin-right: -250px;
|
|
}
|
|
|
|
/* Sidebar Styles */
|
|
|
|
.sidebar-nav {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 250px;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.sidebar-x {
|
|
display: flex;
|
|
}
|
|
|
|
.sidebar-nav li {
|
|
text-indent: 20px;
|
|
/* line-height: 40px; */
|
|
}
|
|
|
|
.sidebar-nav li a {
|
|
display: block;
|
|
text-decoration: none;
|
|
color: #F8F9FC;
|
|
}
|
|
|
|
.sidebar-nav li a:hover {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
background: rgba(255,255,255,0.2);
|
|
}
|
|
|
|
.sidebar-nav li a:active,
|
|
.sidebar-nav li a:focus {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sidebar-nav > .sidebar-brand {
|
|
height: 65px;
|
|
font-size: 18px;
|
|
line-height: 60px;
|
|
}
|
|
|
|
.sidebar-nav > .sidebar-brand a {
|
|
color: #F8F9FC;
|
|
}
|
|
|
|
.sidebar-nav > .sidebar-brand a:hover {
|
|
color: #fff;
|
|
background: none;
|
|
}
|
|
|
|
@media(min-width:768px) {
|
|
#wrapper {
|
|
padding-left: 250px;
|
|
}
|
|
|
|
#wrapper.toggled {
|
|
padding-left: 0;
|
|
}
|
|
|
|
#sidebar-wrapper {
|
|
width: 250px;
|
|
}
|
|
|
|
#wrapper.toggled #sidebar-wrapper {
|
|
width: 0;
|
|
}
|
|
|
|
#page-content-wrapper {
|
|
padding: 20px;
|
|
}
|
|
|
|
#wrapper.toggled #page-content-wrapper {
|
|
position: relative;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.rowx {
|
|
margin: 20px 20px;
|
|
}
|
|
|
|
.cong-box{
|
|
width: 100%;
|
|
min-width: 172vh;
|
|
height: 100%;
|
|
background-color: #F8F9FC;
|
|
border-radius: 4px;
|
|
/* margin-top: 50px; */
|
|
}
|
|
|
|
.congs {
|
|
padding: 10px;
|
|
}
|
|
|
|
.congs .form-group {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.congs .form-group label {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.input-group {
|
|
display: flex;
|
|
}
|
|
|
|
.input-group input {
|
|
height: 100%;
|
|
width: 100%;
|
|
border: 2px solid black;
|
|
padding: 5px;
|
|
border-radius: 4px 0px 0px 4px;
|
|
}
|
|
|
|
.input-group-append {
|
|
background-color: #1D77Ca;
|
|
padding: 5px 5px;
|
|
border-radius: 0px 4px 4px 0px;
|
|
width: 40px;
|
|
text-align: center;
|
|
/* border: 1px solid black; */
|
|
}
|
|
|
|
.input-group-append span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn {
|
|
background-color: #007bff;
|
|
color: white;
|
|
border: none;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn:hover {
|
|
background-color: #0056b3;
|
|
}
|
|
|
|
.congs thead {
|
|
height: 50px;
|
|
width: 100%;
|
|
box-shadow: var(--shadow);
|
|
background: var(--blue);
|
|
margin-top: 0px;
|
|
border-radius: 10px 10px 0px 0px;
|
|
/* float: left; */
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.congs tr {
|
|
padding: 0.15em;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.congs th {
|
|
color: var(--white);
|
|
font-size: 0.85em;
|
|
/* letter-spacing: 0.1em; */
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
/* font-size: 14px; */
|
|
/* border-radius: 10px; */
|
|
/* color: var(--black2); */
|
|
table-layout: fixed;
|
|
/* border-spacing: 0 15px; */
|
|
}
|
|
|
|
/* table tr {
|
|
padding: 0.15em;
|
|
margin-bottom: 10px;
|
|
} */
|
|
table td {
|
|
/* padding: 1em; */
|
|
text-align: center;
|
|
}
|
|
|
|
tbody td {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
tbody tr {
|
|
height: 100px;
|
|
} |