514 lines
10 KiB
CSS
514 lines
10 KiB
CSS
body {
|
|
font-family: 'Poppins', sans-serif;
|
|
background: #fafafa;
|
|
background-image: url("../../images/road.jpg");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
/* background-color:#043381;*/
|
|
}
|
|
|
|
#pagecontent {
|
|
font-size: 1.12em;
|
|
/* font-size: 2.3333333333333335vw;*/
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center
|
|
}
|
|
|
|
#myTable tr:hover {
|
|
color: white;
|
|
background-color: #043381;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
border: 1px solid #ddd;
|
|
border: 1px solid #ddd;
|
|
background-color: white;
|
|
color: #043381;
|
|
overflow-x: auto;
|
|
width: 60%;
|
|
}
|
|
|
|
#flex-container {
|
|
width: 1900px;
|
|
}
|
|
|
|
#containerinnavbar {
|
|
width: 80%;
|
|
}
|
|
|
|
#contentcontainer {
|
|
width: 2048px;
|
|
align-self: center;
|
|
}
|
|
.nav-item dropdown::marker {
|
|
background-color: #fff;
|
|
font-size: 0;
|
|
visibility: hidden;
|
|
color: #043381;
|
|
}
|
|
ContentPlaceHolder1 {
|
|
width: 1256px;
|
|
}
|
|
|
|
.btn btn-primary {
|
|
color: #fff;
|
|
background-color: #043381;
|
|
}
|
|
|
|
.btn btn-primary:hover {
|
|
color: #043381;
|
|
background-color: #fff;
|
|
}
|
|
.nav nav-pills{
|
|
position:sticky;
|
|
z-index:1031;
|
|
}
|
|
.btnavatar{
|
|
position:sticky;
|
|
z-index:5001;
|
|
}
|
|
#langdropdown {
|
|
margin-top: 55px;
|
|
width: 15%;
|
|
}
|
|
#ContentPlaceHolder1 {
|
|
align-self: center;
|
|
width: 1700px;
|
|
}
|
|
|
|
#form1 {
|
|
align-content: center
|
|
}
|
|
|
|
.align-self-center {
|
|
background-color: #fff;
|
|
}
|
|
.modal-body {
|
|
/* background-color:#043381;*/
|
|
background-color: #fff;
|
|
color: #043381;
|
|
width: 800px;
|
|
}
|
|
.modal-content {
|
|
width: 800px;
|
|
|
|
}
|
|
.modal-header {
|
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
|
color: #fff;
|
|
width: 800px;
|
|
}
|
|
.modal-dialog{
|
|
width:1200px;
|
|
}
|
|
|
|
#dropbtnlang {
|
|
margin-right: -39%;
|
|
margin-top: 5%;
|
|
}
|
|
|
|
#langdropdown {
|
|
margin-right: -39%;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
#dropbtnbtnbtn:hover {
|
|
color: #fff;
|
|
}
|
|
@media (max-width: 575px) {
|
|
body {
|
|
font-family: 'Poppins', sans-serif;
|
|
background: #fafafa;
|
|
background-image: none;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-color: #fff;
|
|
width: 400px;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
width: /*575px;*/ 126.65198237885463vw;
|
|
border: /*1px*/ 2.1744791666666665vw solid #ddd;
|
|
background-color: #fff;
|
|
color: #043381;
|
|
overflow-x: auto;
|
|
font-size: 3.3769100169779285vw;
|
|
}
|
|
.containerSearch {
|
|
width: 17.621145374449338vw;
|
|
color: #043381;
|
|
background-color: #fff;
|
|
}
|
|
#btnsubmenu {
|
|
background-color: #043381;
|
|
color: #fff;
|
|
}
|
|
#btnsubmenu:hover {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
}
|
|
.modal-body {
|
|
/* background-color:#043381;*/
|
|
background-color: #fff;
|
|
color: #043381;
|
|
width: 800px;
|
|
}
|
|
.modal-content {
|
|
width: 800px;
|
|
display: block;
|
|
}
|
|
.modal-header {
|
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
|
color: #fff;
|
|
width: 800px;
|
|
}
|
|
|
|
ul{
|
|
width:400px;
|
|
}
|
|
|
|
#Image1 {
|
|
width: 45%;
|
|
height: 45%;
|
|
}
|
|
#butclose {
|
|
transform: translateX(-50%);
|
|
}
|
|
#divueberdropdown{
|
|
margin-right:6px;
|
|
}
|
|
.nav-link dropdown-toggle::marker{
|
|
visibility:hidden;
|
|
}
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 22px;
|
|
}
|
|
#dropdownbtnmain{
|
|
background-color: #fff;
|
|
color: #043381;
|
|
position: absolute;
|
|
right: 4%;
|
|
top: 8%;
|
|
z-index: 1031;
|
|
}
|
|
#dropdownmenuecont{
|
|
margin-right: -5px;
|
|
top: -10px;
|
|
min-width: 72px;
|
|
max-width: 72px;
|
|
}
|
|
|
|
#dropbtnbtnbtn {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
border: none;
|
|
z-index: 1031;
|
|
position: absolute;
|
|
margin-top: -15px;
|
|
margin-right: 0px;
|
|
width: 13px;
|
|
height: 8px;
|
|
}
|
|
#dropdownmenuecont ul li .button {
|
|
font-size: 19px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 556.98px) and (max-width: 768px) {
|
|
body {
|
|
font-family: 'Poppins', sans-serif;
|
|
background: #fafafa;
|
|
background-image: url("../../images/road.jpg");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
/* background-color:#043381;*/
|
|
max-width: 320px;
|
|
}
|
|
|
|
#offcanvasWithBothOptions {
|
|
min-width: 17.692852087756545vw;
|
|
max-width: 17.692852087756545vw;
|
|
}
|
|
|
|
#normaltable {
|
|
padding-left: -0.125em;
|
|
}
|
|
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 32px;
|
|
}
|
|
|
|
#conovertab {
|
|
max-width: 150px 11.25em;
|
|
width: 100%;
|
|
margin-left: 35px;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.containerSearch {
|
|
width: 3.1821797931583133vw;
|
|
color: #043381;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sidebar-header {
|
|
background-color: #fff;
|
|
max-width: 390px;
|
|
color: #043381;
|
|
}
|
|
|
|
.container-fluid {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
}
|
|
|
|
#navbarhomebar {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
margin-left: 21%;
|
|
}
|
|
|
|
.container-xxl {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list-unstyled components {
|
|
background-color: #fff;
|
|
max-width: 250px;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 20px;
|
|
}
|
|
|
|
#divueberdropdown {
|
|
margin-right: 7px;
|
|
width: 850px;
|
|
}
|
|
|
|
#divübernavpills {
|
|
width: 10px;
|
|
margin-top: 10px;
|
|
right: -830px;
|
|
z-index: 1031;
|
|
position: relative;
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#dropdownbtnmain {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
position: absolute;
|
|
right: 7%;
|
|
top: -10%;
|
|
z-index: 1031;
|
|
}
|
|
|
|
#dropdownmenueuser {
|
|
position: absolute;
|
|
top: -170px;
|
|
right: -952px;
|
|
}
|
|
|
|
#dropbtnbtnbtn {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
border: none;
|
|
z-index: 1031;
|
|
padding-top: 2px;
|
|
left: 1025px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
#dropdownmenuecont {
|
|
position: absolute;
|
|
padding-top: -10px;
|
|
left: 1025px;
|
|
padding-bottom: 0px;
|
|
height: 86px;
|
|
}
|
|
.modal-body {
|
|
/* background-color:#043381;*/
|
|
background-color: #fff;
|
|
color: #043381;
|
|
width: 600px;
|
|
}
|
|
|
|
.modal-content {
|
|
width: 600px;
|
|
display: block;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.modal-header {
|
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
|
color: #fff;
|
|
width: 600px;
|
|
}
|
|
|
|
.modal-footer {
|
|
width: 600px;
|
|
}
|
|
#exampleModalLabel {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
#dropdownmenuecont ul li .button {
|
|
font-size: 17px;
|
|
}
|
|
/*-----------------------------------
|
|
Buttons Subuser Menue Styles
|
|
---------------------------------
|
|
*/
|
|
.btn-group a {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
border: hidden;
|
|
}
|
|
|
|
@media (min-width: 556.98px) {
|
|
body {
|
|
font-family: 'Poppins', sans-serif;
|
|
background: #fafafa;
|
|
background-image: url("../../images/road.jpg");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
/* background-color:#043381;*/
|
|
}
|
|
#offcanvasWithBothOptions {
|
|
min-width: 17.692852087756545vw;
|
|
max-width: 17.692852087756545vw;
|
|
}
|
|
#normaltable {
|
|
padding-left: -0.125em;
|
|
}
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 32px;
|
|
}
|
|
#conovertab {
|
|
max-width: 150px 11.25em;
|
|
margin-left: 35px;
|
|
overflow-x: auto;
|
|
}
|
|
.containerSearch {
|
|
width: 3.1821797931583133vw;
|
|
color: #043381;
|
|
background-color: #fff;
|
|
}
|
|
.sidebar-header {
|
|
background-color: #fff;
|
|
max-width: 250px;
|
|
color: #043381;
|
|
}
|
|
.container-fluid {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
width:1600px;
|
|
}
|
|
#navbarhomebar {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
margin-left: 21%;
|
|
}
|
|
.container-xxl {
|
|
background-color: #fff;
|
|
}
|
|
.list-unstyled components {
|
|
background-color: #fff;
|
|
max-width: 250px;
|
|
}
|
|
.dropdown-toggle::after {
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 20px;
|
|
}
|
|
.modal-body {
|
|
/* background-color:#043381;*/
|
|
background-color: #fff;
|
|
color: #043381;
|
|
width: 900px;
|
|
}
|
|
.modal-content {
|
|
width: 900px;
|
|
display: block;
|
|
}
|
|
.modal-dialog{
|
|
width:900px;
|
|
}
|
|
.modal-header {
|
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
|
color: #fff;
|
|
width: 900px;
|
|
}
|
|
.modal-footer {
|
|
width: 900px;
|
|
}
|
|
#exampleModalLabel {
|
|
font-size: 12px;
|
|
}
|
|
#divueberdropdown {
|
|
margin-right: 7px;
|
|
}
|
|
#divübernavpills {
|
|
width: 10px;
|
|
margin-top: 10px;
|
|
right: -230px;
|
|
z-index: 1031;
|
|
position: relative;
|
|
}
|
|
.pointer {
|
|
cursor:pointer;
|
|
}
|
|
#dropdownmenuecont {
|
|
position: absolute;
|
|
padding-top: 25px;
|
|
padding-left:-150px;
|
|
padding-bottom: 0px;
|
|
height: 86px;
|
|
}
|
|
#dropbtnbtnbtn {
|
|
background-color: #fff;
|
|
color: #043381;
|
|
right: 0px;
|
|
position:absolute;
|
|
padding-top: 0px;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
padding-bottom: 0px;
|
|
z-index:1031;
|
|
margin-bottom: 1px;
|
|
margin-top: -10px;
|
|
width:100px;
|
|
height:20px;
|
|
}
|
|
#dropdownmenuecont ul li .button{
|
|
font-size:16px;
|
|
}
|
|
.modal-dialog {
|
|
width: 400px;
|
|
}
|
|
#contfluid {
|
|
width: 700px;
|
|
}
|
|
} |