* {
    margin: 0px;
    padding: 0px;
}

a, a.under:hover {
    color: #0C3C60;
    text-decoration: none;
}

a:hover, a.under {
    color: rgba(27, 153, 232, 1);
    text-decoration: none;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    font-size: 14px;

    color: #0C3C60;
    -webkit-text-size-adjust: 100%;
}

html, body {
    border-width: 0px;
    margin: 0px;
    width: 100%;
    
}

html {
    background-attachment: fixed;
}

ul {
    list-style-position: inside;
    line-height: 1.4em;
}

select {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

table {
    border-collapse: collapse;
}

#mainContentBig table {
    border-left: 5px;
}

table.mg th {
    height: 30px;
    color: #0C3C60;
    text-decoration: none;
    font-weight: 300;
    font-variation-settings:
      "wdth" 75;
    font-size: 20px;
    line-height: 28px;
    border-color: rgba(27, 153, 232, 1);
    background-color: white;
    padding: 6px;
    border: solid lightgrey 1px;
}

table.mg td {
    font-size: 14px;
    padding: 5px;
    background-color: white;
    border-collapse: collapse;
    border: solid lightgrey 1px;
}

table.mg a {
    color: #195CB1;
    font-weight: bold;
}

.anchorOptionIcon {
    cursor: pointer;
    text-decoration: none;
}

table.dl a {
    color: black;
}

table.dl th {
    background-color: grey;
    font-weight: bold;
    font-size: 16px;
}

table.dl td, table.dl th {
    border: 1px solid black;
    border-collapse: collapse;
    height: 15px;
    text-align: center;
    padding: 3px;
}

table.dl .inputReduced {
    width: 75%;
}

.titlebanner {
    background-color: rgba(12, 60, 96, 1);
    height: 130px;
    margin-bottom: 10px;
    text-align: center;
}

#title {
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
}

h1 {
    color: white;
    font-weight: 300;
    font-variation-settings:
      "wdth" 75;
    font-size: 45px;
    line-height: 1.4em;
}

h2 {
    color: #0C3C60;
    font-size: 26px;
    line-height: 1.4em;
}

h5 {
    font-weight: 700;
    font-variation-settings:
      "wdth" 75;
    font-size: 21px;
    line-height: 55px;
    background-color: rgba(27, 153, 232, 1);
    margin: 0 0 20px -15px;
    padding-left: 15px;
    width: 100% -15px;
    position: relative;
    height: 55px;
    color: rgb(255, 255, 255);
}

table {
    color: black;
}

img {
    border: none;
}

label {
    width: 170px;
    display: block;
    float: left;
    text-align: right;
    padding: 0 10px 0 0;
    height: 22px;
    line-height: 22px;
}

textarea, input[type=text], input[type=password], input[type=file] {
    width: 200px;
    margin: 2px 0;
}

textarea {
    resize: vertical;
}

input[type=submit] {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.yellow {
    background-color: yellow !important;
}

.red {
    background-color: #FF9494 !important;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.whiteBg {
    background: url(../img/whiteBg.png);
}

.mandatory {
    color: red;
    font-size: 18px;
}

.error {
    border: 1px solid red;
}

a.more, a.more2, a.link {
    color: #29c446;
    padding-top: 5px;
}

.falseLink {
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}

h3.falseLink {
    font-weight: bolder;
}

.simpleLink {
    text-decoration: none;
}

.leftContact {
    float: left;
}

.rightContact {
    float: left;
    width: 250%;
    padding-left: 25px;
}

.blackTitle {
    color: black;
}

#controllerImg {
    position: absolute;
    right: 15px;
}

#checkboxes {
    margin-left: 26%;
}

#checkboxesModif {
    margin-left: 18%;
}

#contactDiv {
    display: inline;
}

#menuParent {
    background-image: url(../img/gradientBackground.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 47px;
    position: relative;
    z-index: 3;
}

#menu, #menuEn {
    height: 47px;
    line-height: 47px;
    margin: 0 auto;
}

#menu {
    width: 935px;
}

#menuEn {
    width: 809px;
}

#menu a, #menuEn a {
    padding: 0 30px 0 30px;
    text-align: center;
    display: block;
    height: 47px;
    line-height: 47px;
    float: left;
    margin: 0 auto;
    font-size: 1.42em;
    text-decoration: none;
    color: white;
}

#menu a:hover, #menuEn a:hover {
    background-image: url(../img/gradientBackgroundHover.jpg);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0px 10px 30px -5px #000000;
    box-shadow: 0px 10px 30px -5px #000000;
}

#header-remote {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 211px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
}

#content-remote {
    position: absolute;
    left: 212px;
    top: 2.5em;
    right: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    min-width:480px;
    z-index:-1;
}

#content {
    width: 100%;
    margin: 0 auto;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

#header {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 143px;
}

#header #logo {
    display: block;
    width: 150px;
    height: 124px;
    top: 20px;
    position: relative;
    margin: auto;
}

#header #logomaximus {
    width: 150px;
    height: 124px;
}

#header-remote #logo {
    display: block;
    width: 150px;
    height: 124px;
    top: 20px;
    position: relative;
    margin: auto;
}

#header-remote #logomaximus {
    width: 150px;
    height: 124px;
}

#header #slogan {
    position: absolute;
    color: rgb(25, 92, 177);
    float: right;
    margin: 10px 10px 0 265px;
    font-style: italic;
    font-size: 13px;
}

#header #headerMenu {
    margin: 35px 0 0 0;
    float: right;
    line-height: 55px;
    margin: -85px 0 0;
}

#header #languageMenu {
    font-size: 12pt;
    color: #000000;
    float: left;
    margin: 0px 0px -150px -20px;
}

#header #userMenu {
    background: #E8E9EB;
    border: 1px solid #195cb1;
    color: #FFFFFF !important;
    position: absolute;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    display: none;
    list-style-type: none;
    /*z-index:2;*/
}

#header #userMenu a {
    overflow: visible;
    white-space: nowrap;
    width: 100% -10px;
    height: 15px;
    background: #E8E9EB;
    padding: 5px;
    line-height: 15px;
    display: block;
    z-index: 3;
    position: relative;
    text-decoration: none;
    max-height: none;
    /*text-align:right;*/
}

#header #userMenu a:hover {
    background: #384da1;
    color: #ffffff;
}

#header #userMenuHover {
    min-width: 70px;
    text-align: center;
    padding: 5px;
    margin: 0 0 -10px 0;
    height: 35px;
    z-index: 1;
}

#header #userMenuHover.hover {
    background: #E8E9EB;
    border-right: 1px solid #195cb1;
    border-left: 1px solid #195cb1;
    border-top: 1px solid #195cb1;
    position: absolute;
    margin: 0 0 -12px 0;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
}

#header #zoneClient,
#content #btnNewUser,
#content #btnNewDealer,
#content #btnNewMaximusVersion,
#content #btnNewMaximusFeatureFilter,
#content-admin #btnNewDeploymentPlan {
    display: block;
    float: right;
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 1.42em;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(27, 153, 232, 1);
    margin: 0 auto;
}

#content {
    position: relative;
    color: #000000;
    min-width:480px;
}

#content #btnNewUser,
#content #btnNewDealer,
#content #btnNewMaximusVersion,
#content #btnNewMaximusFeatureFilter,
#content-admin #btnNewDeploymentPlan {
    width: 250px;
    margin: 30px auto;
    float: none;
    color: #ffffff;
    text-decoration: none;
}

#content #btnNewMaximusFeatureFilter {
    line-height: 28px;
}

#adminPanel, #clientPanel {
    height: 30px;
    width: 960px;
    margin: 0 auto;
}

#content #adminPanel a {
    background-color: white;
}

#content #bann {
    height: 340px;
    margin: 0 auto;
    margin-top: -10px !important;
    background: url(../img/imgShadow.png) bottom center no-repeat;
}

#content #bann .imgBanner {
    width: 960px;
    display: none;
}

#content #banniere {
    width: 960px;
    height: 378px;
}

#content #mainContent, #content #mainContentBig, #content #mainContentLong,
    #content #mainContentBigLong {
    float: left;
    margin-top: 0px;
}

#content #mainContentMini {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

#content #mainContentMini p {
    font-size: 16pt;
}

#content #mainContentMiniBig {
    float: left;
    margin-top: 0px;
    width: 840px;
    margin-bottom: 20px;
}

#content #mainContentMiniBig p {
    font-size: 18pt;
    color: #195cb1;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}

#content #mainContentLong {
    height: auto;
}

#content #mainContentBigLong {
    width: 840px;
    height: auto;
}

#content #mainContent {
    min-height: 335px;
}

#content #mainContentBig {
    min-width: 840px;
    min-height: 335px;
}

#content #slideshow {
    list-style-type: none;
    display: block;
    width: 960px;
    height: 356px !important;
    margin: 10px auto 0 auto;
}

#content #vLine {
    height: 370px;
    margin: 0 0 0 80px;
    width: 2px;
    float: left;
}

#content .doc {
    float: left;
    width: 450px;
    padding: 15px;
}

#content #news {
    width: 240px;
    float: right;
    font-size: 17pt;
    height: 385px;
    margin-top: 0px;
    padding: 0 0 0 15px;
}

#content #rightBox {
    float: right;
    height: 245px;
    padding: 85px 0 0;
    width: 410px;
}

#news {
    width: 230px;
    margin: 20px 0 10px;
}

#news .viewport {
    height: 300px;
    overflow: auto;
    position: relative;
    width: 240px;
}

#news .overview {
    width: 225px;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#news .thumb .end, #news .thumb {
    background-color: #949597;
}

#news .scrollbar {
    position: relative;
    float: right;
    width: 15px;
    height: 300px;
}

#news .track {
    background-color: #E8E9EB;
    height: 100%;
    width: 8px;
    position: relative;
    padding: 0 1px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#news .thumb {
    height: 20px !important;
    width: 8px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#news .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
/*#news .disable{ display: none; }*/
#news .newsDate {
    font-size: 14px;
}

#news .newsDate a {
    color: rgb(25, 92, 177) !important;
}

#news .newsText {
    font-size: 13px;
    margin: 0 0 15px 0;
}

#contactMap {
    margin: -54px 0 0 0;
}

form input {
    font-size: 14px;
}

#content .subTitle {
    font-size: 1.5em;
}

#loginWindow {
    width: 35%;
    margin: 0 auto;
    padding: 10px;
    float: left;
}

#loginWindow .subTitle {
    color: black;
}

#loginWindow input.line {
    box-sizing: border-box;
    padding: 4px;
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#dlDiv table {
    width: 75%;
    margin: 0 auto;
}

#dlDiv h2 {
    margin-left: 12.5%;
}

#dlDiv input {
    font-size: 1em;
}

.centeredTitle {
    margin-left: 12.5%;
}

#addSerieForm {
    display: none;
    margin-left: 12.5%;
    font-weight: bold;
    font-size: 1.1em;
}

#addSerieForm a {
    color: black;
}

#addSerieForm input {
    padding: 3px;
}

.left-crumb {
    border: none;
}

.crumb {
    height: 30px;
    display: inline-block;
    color: #0C3C60;
    text-decoration: none;
    font-weight: 300;
    font-variation-settings:
      "wdth" 75;
    font-size: 20px;
    line-height: 28px;
    border-right: 1px;
    border-right-style: solid;
    border-color: rgba(27, 153, 232, 1);
    padding-left: 30px;
    padding-right:30px;
}

.right-crumb {
    position: relative;
    margin-right: 10px;
    padding-right: 25px;
    border: none;
}

input[type=submit], input[type=button], .submit {
    color: white;
    background-color: rgba(27, 153, 232, 1);
    padding: 5px 13px;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

#remoteLastSync {
    color: #195CB1;
    font-size: 14px;
    font-style: italic;
}

#errorMsg {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
}

th.headerSortUp {
    background-color: #d3d3d3 !important;
}

th.headerSortDown {
    background-color: #d3d3d3 !important;
}

@media print {
    .DontPrintMe {
        display: none;
    }
}

#userMenu {
    right: 10px;
    width: 200px;
    background: #E8E9EB;
    border: 1px solid #195cb1;
    color: #FFFFFF !important;
    position: absolute;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    display: none;
    list-style-type: none;	
}

#userMenu a {
    overflow: visible;
    white-space: nowrap;
    width: 100% -10px;
    height: 15px;
    background: #E8E9EB;
    padding: 5px;
    line-height: 15px;
    display: block;
    z-index: 3;
    position: relative;
    text-decoration: none;
    max-height: none;
    text-align: left;
}

#userMenu a:hover {
    background: #384da1;
    color: #ffffff;
}

#userMenuHover {
    position: absolute;
    right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    top: 0px;
}

#userMenuHover:after {
    content: ' \25bc'
}

#userMenuHover.hover {
    background: #E8E9EB;
    border-right: 1px solid #195cb1;
    border-left: 1px solid #195cb1;
    border-top: 1px solid #195cb1;
    border-bottom: 0px solid #195cb1;
    margin: 0 0 -12px 0;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.85);
}

.sites-menu {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 164px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    list-style-type: none;
}

.site-menu {
    list-style-type: none;
}

.site-menu-item {
    color: white;
    border-top: 1px solid rgba(27, 153, 232, 1);
    line-height: 1.5em;
    white-space: nowrap;
}

.site-title {
    width: 100%;
    padding-left: 7px;
    display: inline-block;
    height: 30px;
    color: #0C3C60;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 75;
    font-size: 20px;
    line-height: 28px;
    background-color: #ddd;
    padding: 6px;
}

.ctrl-menu-item {
    color: #0C3C60;
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    
    
}

.ctrl-menu-item:hover {
    color: rgba(27, 153, 232, 1);	
}

.ctrl-menu-item.selected { 
    color: white;
    background-color: #0C3C60;
}

.active {
    display: block;
}

.inactive {
    display: none;
}

#top-bar {
    position: absolute;
    top: 0px;
    height: 2.5em;
    left: 212px;
    min-width:480px;
    right: 0px;
    text-align: left;
    line-height: 2.5em;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/header-1-without-top-ribbon.jpg);
    background-size:100% 480px;
    background-repeat:no-repeat;
}

#site-title {
    color: #0C3C60;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 75;
    font-size: 20px;
    line-height: 28px;
    /* text-shadow: black 1px 0px 3px; */
}

#remote-menu {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    display: none;
}

#remote-menu:hover {
    border-radius: 4px;
    border: 1px solid #555;
    background: linear-gradient(to bottom, #ccc 0%, #888 100%);
}

#top-bar .icon {
    float: left;
    margin-top: 2px;
    margin-right: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.8), inset 0px 2px 3px
        rgba(255, 255, 255, 0.8);
    padding: 3px 3px;
    border-radius: 3px;
    background-color: rgba(12, 60, 96, 1);
}

#content-manage {
    position: absolute;
    left: 212px;
    top: 2.5em;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
    z-index:-1;
    min-width:480px;
}

#user-list4user {
    left: 10px;
}

#user-list4ctrl {
    left: 10px;
}

#active-site {
    left: 320px;
}

#available-site {
    left: 630px;
}

#active-user {
    left: 320px;
}

#available-user {
    left: 630px;
}

.itemlist {
    position: absolute;
    width: 300px;
    top: 50px;
    bottom: 50px;
    border: 1px solid lightgrey;
    margin-left: 10px;
    overflow: hidden;
}

.itemlist ul {
    position: absolute;
    top: 45px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.itemlist ul li {
    list-style-type: none;
    width: 100%;
    background-color: white;
    /* white-space: nowrap; */
    padding-left: 3px;
    color: #0C3C60;
    border-top: 1px solid lightgrey;
    padding:5px;
    line-height: 1.6em;
}

.itemlist ul li span.dealer-label {
    color: white;
    background-color: #0C3C60;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 13px;
}

.itemlist ul li:hover, .itemlist ul li.selected {
    width: 100%;
    color: white;
    background-color: #0C3C60;	
}

.itemlist ul li:hover span.dealer-label, .itemlist ul li.selected span.dealer-label {
    width: 100%;
    color: #0C3C60;
    background-color: white;	
}

.list-title {
    padding-left: 7px;
    display: inline-block;
    white-space: nowrap;
    height: 30px;
    color: #0C3C60;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 75;
    font-size: 20px;
    line-height: 28px;
    background-color: white;
}

.right {
    float: right;
    padding-right: 3px;
}

#admin-user-list {
    width: 800px;
    min-width: 650px;
    left: 10px;
}

.flagActive {
    color: black;
    text-shadow: rgba(0, 255, 0, .9) 0px 0px 10px;
}

.flagInactive {
    color: black;
    text-shadow: rgba(255, 0, 0, .9) 0px 0px 10px;
    text-decoration: line-through;
}

.add-btn {
    right: 3px;
    top: 1px;
    width: 30px;
    float:right;
}

.del-btn {
    position: absolute;
    right: 2em;
    top: 1px;
    width: 1.3em;
    z-index: 1;
    display: none;
}

.reset-passwd-btn {
    position: absolute;
    right: 3px;
    top: 1px;
    width: 1.3em;
    z-index: 1;
    display: none;
}

#usercreate {
    position: absolute;
    left: 212px;
    top: 2.5em;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

#mainContent {
    margin-left: 50px;
    margin-top: 50px;
}

#log-container {
    position: absolute;
    left: 212px;
    top: 2.5em;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: auto;
    min-width:480px;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

#log-view {
    position: absolute;
    left: 10px;
    top: 50px;
    right: 0px;
    bottom: 50px;
    width: 875px;
    border-top: 1px solid lightgrey;
    line-height: 1.5em;
    white-space: nowrap;
    color: #0C3C60;
}

.log-header {
    background-size: contain;
    width: 100%;
    padding-left: 3px;
    display: inline-block;
    color: #0C3C60;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 75;
    font-size: 20px;
    line-height: 28px;
}

.log-cell {
    display: inline-block;
    padding-left: 3px;
    overflow: hidden;
}

.col0 {
    width: 225px;
}

.col1 {
    width: 225px;
}

.col2 {
    width: 225px;
}

.col3 {
    width: 175px;
}

.log-table {
    position: absolute;
    width: 300px;
    top: 50px;
    bottom: 50px;
    border: 1px solid lightgrey;
    margin-left: 10px;
    overflow: hidden;
}

.log-table ul {
    position: absolute;
    top: 42px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1.2em;
}

.log-table ul li {
    list-style-type: none;
    width: 100%;
    background-color: white;
    white-space: nowrap;
    padding-left: 3px;

    border-top: 1px solid lightgrey;
}

.log-table ul li:hover {
    width: 100%;
}

.log-table ul li.selected {
    width: 100%;
    background-color: blue;
    text-shadow: rgba(0, 255, 0, .9) 0px 0px 10px;
}

.paginationContainer {
    display: flex;
    justify-content: center;
}

.paginationInfo p {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.paginationInfo label {
    width: auto;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 5px;
}

.page-link {
    cursor: none;
    position: relative;
    display: block;
    padding: 10px 15px !important;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(27, 153, 232, 1);
    background-color: #fff;
    border: 1px solid #cccccc;
}

.page-item.disabled .page-link {
    color: #cccccc;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #cccccc;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
}

.flash-error, .flash-info {
    padding: 10px;
    margin-bottom: 10px;
}

.flash-info.blue {
    color: #FFFFFF;
    background-color: rgba(27, 153, 232, 1) !important;
}

.superuser-box {
    background: #fff;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    position: absolute;
    left: 0px;
    top: 164px;
    width: 197px;
}

.superuser-box h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.superuser-box p {
    margin-bottom: 8px;
    font-size: 16px;
}

.superuser-box .username {
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
    width: auto;
}

.superuser-box button {
    padding: 12px;
    font-size: 16px;
    color: #fff;
    background-color: #0C3C60;
    border: none;
    border-radius: 8px;
    cursor: pointer;
} 
