* {
    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%;
    
    background-image: url(../img/header-1-without-top-ribbon.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

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

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(12, 60, 96, 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;*/
    padding:3px;
    margin: 0 auto;
}
.yellow {
    background-color:yellow !important;
}
.red {
    background-color:#FF9494 !important;
}
.blue {
    background-color:#2069E6 !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;
    float: left;
    margin: 0 auto;
    text-decoration: none;
    color: white;
    font-size: 1.42em;
    line-height: 47px;
    text-shadow: rgba(0, 0, 0, .5) 1px 3px 5px;
}

#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;
}

#content {
    width: 960px;
    margin: 0 auto;
}

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

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

#header #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;
    width: 390px;
    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;
}

#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: 17px;
    z-index: 1;
}

#header #userMenuHover.hover {
    background: #E8E9EB;
    border-right: 1px solid #195cb1;
    border-left: 1px solid #195cb1;
    border-top: 1px solid #195cb1;
    position: relative;
    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, #btnLink {
    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;
}

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


#btnLink {
    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: -10px;
}

#content #mainContentMini {
    float: left;
    margin-top: -10px;
    width: 680px;
    margin-bottom: 20px;
}

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

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

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

#content #mainContentLong {
    width: 680px;
    height: auto;
}

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

#content #mainContent {
    width: 680px;
    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: -10px;
    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;
}

.submit:disabled, .submit[disabled] {
    background-color: #d3d3d3;
}

#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; 
    }
}

.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 {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
}
