﻿/* TOOLTIP */
/*
.tooltip-inner {
    background-color: #2e5f88 !important;
    color: #ffffff;
    width: 300px;
    font-size: 14px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2e5f88;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #2e5f88;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2e5f88;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2e5f88;
}
*/

/* 
    color: #3a7ab1;
    color: #2e5f88;
 */

.tooltip-inner {
    background-color: #c5e8ff !important;
    color: #3a7ab1;
    width: 300px;
    font-size: 16px;
    border-color: #3a7ab1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #3a7ab1;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #3a7ab1;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3a7ab1;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #3a7ab1;
}
/*******************************************************************/
/* MENU DEROULANT */
.dropdown-menu > li > a {
    font-size: 16px;
 /*   transition: .8s all .3s; */
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #c5e8ff !important;
    width: 100%;
}
/* DEBUT https://bootsnipp.com/snippets/e3Oe3 */
.dropdown-menu > li.kopie > a {
    padding-left: 5px;
    cursor: default;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #3a7ab1;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover > a:after {
    border-color: transparent transparent transparent #3a7ab1;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {

    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    /* 11.02.2020 This needs to be commented out to allow the menus to appear with a delay. */
    /* The delay is set in _Layout.cshtml */
    /*
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    */
    #navbar {
        text-align: center;
    }
}
/* FIN https://bootsnipp.com/snippets/e3Oe3 */
/*******************************************************************/

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: 0px;
  }
}

html, body{
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #333333;
    background-color: #ffffff;
    /* New header 06.10.2017 */
    /* padding-top: 30px; */
    /* New header 18.10.2019 */
    /* padding-top: 56px; */
    padding-top: 27px;
    padding-bottom: 0px;
    /* 
    29.05.2020
    Temp solution.
    This is not working for Firefox.
    The correct solution would be to change all necessary css properties. 
    */
    zoom: 80%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* div-logo margin-top: 56px; */
.container {
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
    /*  margin-top: 56px; */
    /* New header 06.10.2017 */
    /* margin-top: 26px; */
    margin-top: 0px; /* 17.12.2017 10px; */
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/* 20.05.2019
input,
select,
textarea {
    max-width: 700px;
}
*/

.text-danger {
  color: #3a7ab1;
  font-weight:bold;
  font-size: 13px;
}

.table {
    width: 100%;
    margin-bottom: 0px; /*20px;*/
    /* 22.12.2017 */
    background-color: #ffffff;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  /*padding: 4px;*/
  padding: 3px; /* 31.03.2017*/
  line-height: 1.428571429;
  vertical-align: top;
  border-top: none;
  border-bottom: 1px solid #dddddd;
}

.th-td-selected {
  min-width: 7px; 
  width: 7px;
  white-space: nowrap; 
  padding-left: 0px !important; 
  padding-right: 0px !important;
}

.form-control {
  display: block;
  width: 98%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* 17.06.2019 - background color on element active */
.form-control:hover {
    background-color: #C5E8FF;
}

.form-control:focus {
    background-color: #C5E8FF;
}

/* 05.06.2020 */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ffffff;
}

.form-horizontal .control-label-disabled {
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 0;
  /*text-align: right;*/
  /* new 14.04.2017 */
  text-align: left;
  margin-left: 20px;
}

/* new 14.04.2017 */
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-left: 20px;
    }
}

/* new 15.11.2020 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: normal;
    }
}

.control-label-disabled.small
{
font-size: 12px;
}

.col-md-11.disabled {
font-size: 11px;
}

a:hover {
 cursor:pointer;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}

a.moduleTitle {
   text-transform: none;
}
/**
a.moduleMandatoryTitle {
   text-transform: none;
}

a.moduleMandatoryTitle:after
{
     content: "*";
}
*/
label.moduleTitle {
   text-transform: none;
   margin-top: 3px;
   margin-bottom: 3px;
}
/*
label.moduleMandatoryTitle {
   text-transform: none;
}

label.moduleMandatoryTitle:after
{
     content: "*";
}
*/
label.postfix:after
{
     content: " ";
}
/*
label.postfixMandatory:after
{
     content: " *";
}
*/
/* form border width */
/* div-logo height:91.5%; */
@media (min-width: 1200px) {
  .container {
    max-width: none;
    /* New header 06.10.2017 */
    /* height:94%; */
    height:95%;
    /* B08 09.11.2019 - to avoid horizontal scrollbar */
    width: 99.8%;
  }
}

/* 18.10.2019 */
.layout-header {
    float: right;
    /* 10.05.2020 - overheaded by navbar-explora */
    /* background-color: #BFC9CA !important; */
}

.layout-header-button {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 29px;
    vertical-align: middle;
}

.layout-header-button:hover,
.layout-header-button:focus {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
}

/* 18.10.2019 */
.app-index {
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 5px;
    margin-bottom: 60px;
}

/* 08.03.2021 */

.no-app {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.no-app-h1 {
    font-weight: bold;
    color: #585656;
}

/* color for selected tr*/

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: transparent;
    border-color: transparent;
}

p {
  margin: 0 0 0px;
}

/* 13.08.2018 Firefox */
.nav {
    padding-left: 0;
    margin-bottom: 0 !important;
    list-style: none;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* New header 06.10.2017 */
.navbar-collapse {
    max-height: 340px;
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    border-top: 0px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
    /* 22.10.2018 */
    /* 10.05.2020 - overheaded by navbar-explora */
    /* background-color: #ffffff; */
}

/* New header 06.10.2017 */
.navbar-header {
    height: 36px; /* 17.12.2017 25px; */
    float: none;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0px;
  left: 0px;
  border-width: 0px; /* 19.02.2018 border-width: 0 0 1px; */
}

.navbar-text {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px !important; /* 14.09.2019 to have all header in color for explorad and explorat */
}

.navbar-brand {
  float: left;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 20px;
}

.navbar-brand-domain {
    float: left;
    padding: 0px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff !important;
}

.navbar-inverse {
    /* background-color: #3A7AB1;*/
    /* background-color: #F5F5F5;*/
    /* background-color: #BCE8F1;*/
    background-color: #ffffff;
}

.navbar-inverse .navbar-text {
  /* 22.10.2018 */
  color:#2e5f88;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    /* New header 06.10.2017 */
    /* color: #ffffff !important; */
    /* background-color: #3A7AB1 !important; */
    color: #3a7ab1 !important;
    background-color: #c5e8ff !important;
    width: 100%;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    /* New header 06.10.2017 */
    /* color: #ffffff !important; */
    color: #3a7ab1 !important;
}

/* 22.10.2018 */
.navbar-inverse .navbar-nav > li > a {
    color: #585656  !important;
    background-color: #BFC9CA !important;
}

/* 22.10.2018 */
/*
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #2e5f88;
}
*/
/* 08.04.2019 */
.navbar-inverse .navbar-nav > li > a:hover {
    color:#ffffff !important; 
    background-color:#21BBEF !important
}

.navbar-nav > li > a {
    /* New header 06.10.2017 */
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    font-size: 16px; /* default 16px */
    font-weight: bold;
    /* border-top-left-radius:10px; */
    /* border-top-right-radius:10px; */
}

a {
    /*color: #3a7ab1 !important;*/
    color: #585656 !important;
    text-decoration: none;
}

.navbar-brand-button {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 27px;
}

.navbar-brand-button:hover,
.navbar-brand-button:focus {
    /* New header 06.10.2017 */
    /* color: #ffffff !important; */
    /* background-color: #3A7AB1; */
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
}

.navbar-brand-button-B08 {
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 7px;
    /*margin-left: 2px;*/
    /*margin-right: 2px;*/
    text-decoration: none !important;
    background-color: #BFC9CA;
    color: #585656 !important;
    border: 1px solid #BFC9CA;
    /*border-radius: 4px;*/
    margin-top: 2px;
    /*margin-bottom: 2px;*/
    font-weight: bold;
    font-size: 20px;
    outline: none;
}

.navbar-brand-button-B08:hover {
    /* New header 06.10.2017 */
    /* color: #ffffff !important; */
    /* background-color: #3A7AB1; */
    background-color: #21BBEF !important;
    border: 1px solid #cccccc;
    /*border-radius: 4px;*/
    color: #ffffff !important;
    outline: none;
}

.navbar-brand-button-B08-selected {
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 7px;
    /*margin-left: 2px;*/
    /*margin-right: 2px;*/
    text-decoration: none !important;
    background-color: #21BBEF !important;
    border: 1px solid #cccccc;
    /*border-radius: 4px;*/
    color: #ffffff !important;
    margin-top: 2px;
    /*margin-bottom: 2px;*/
    font-weight: bold;
    font-size: 20px;
    outline: none;
}

.navbar-brand-text-B08 {
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 7px;
    /*margin-left: 2px;*/
    /*margin-right: 2px;*/
    text-decoration: none !important;
    background-color: #BFC9CA;
    color: #585656 !important;
    border: 1px solid #BFC9CA;
    /*border-radius: 4px;*/
    margin-top: 2px;
    /*margin-bottom: 2px;*/
    font-weight: bold;
    font-size: 20px;
}

.navbar-brand-text-B08:hover,
.navbar-brand-text-B08:focus
{
    cursor: default;
    outline: none;
}

.navbar-brand-switch-button-B08 {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*margin-left: 2px;*/
    /*margin-right: 2px;*/
    text-decoration: none !important;
    background-color: #BFC9CA;
    color: #21BBEF !important;
    border: 1px solid #BFC9CA;
    /*border-radius: 4px;*/
    margin-top: 2px;
    font-weight: bold;
}

.navbar-brand-switch-button-B08:hover,
.navbar-brand-switch-button-B08:focus {
    /* New header 06.10.2017 */
    /* color: #ffffff !important; */
    /* background-color: #3A7AB1; */
    background-color: #21BBEF !important;
    border: 1px solid #cccccc;
    /*border-radius: 4px;*/
    color: #ffffff !important;
}

.navbar-brand-button-dummy {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none !important;
    border: 0px;
    border-radius: 0px;
}

.navbar-brand-button-dummy:hover,
.navbar-brand-button-dummy:focus {
    /* New header 06.10.2017 */
    /* color: #ffffff !important; */
    /* background-color: #3A7AB1; */
    cursor:default;
}

.newRecord {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.buttonField {
    margin-left: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 0px;
    height:30px;
}

.buttonField:hover,
.buttonField:focus {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
}

.browseFileButtonField {
    margin-left: 35px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
    height: auto;
    white-space: pre-wrap;
}

.browseFileButtonField:hover,
.browseFileButtonField:focus {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
}

.fileButtonB08 {
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
    white-space: pre-wrap;
}

.fileButtonB08:hover,
.fileButtonB08:focus {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
}

.attachFileButtonField {
    margin-left: 35px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
    height: auto;
    white-space: pre-wrap;
    margin-top: 5px;
}

.attachFileButtonField:hover,
.attachFileButtonField:focus {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
}

.fileField {
    margin-left: 35px;
    color: #3a7ab1;
    background-color: #c5e8ff !important;
    border: none;
    box-shadow: none;
    text-decoration: none !important;
    height: auto;
    white-space: pre-wrap;
}

.fileTextB08 {
    border: none;
    box-shadow: none;
    text-decoration: none !important;
    white-space: pre-wrap;
}

.excelTextB08 {
    color: #3a7ab1;
    background-color: #FBFBFB !important;
    border: none;
    box-shadow: none;
    text-decoration: none !important;
    height: auto;
    white-space: pre-wrap;
}

.fileButtonAutoB08 {
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
    height: auto;
    white-space: pre-wrap;
}

.fileButtonAutoB08:hover,
.fileButtonAutoB08:focus {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 5px;
  color:#3a7ab1;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
    white-space: nowrap;
}

h5,
.h5 {
    font-size: 15px;
    white-space: nowrap;
    margin-top: 8px;
    margin-right: 5px;
}

.button {
    background-color: white;
    color: black;
    border: 1px solid #008CBA;
    border-radius: 4px;
    font-weight: 600;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}

.searchSelectInputText {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    background-color: #ffffff;
    color: black;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 99%;
    height: 30px;
    float: right;
    padding-left: 12px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.searchAreaEmpty {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    background-color: #ffffff;
    color: black;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 200px;
    height: 30px;
    float: right;
    padding-left: 12px;
    margin-right: 10px;
}

.searchAreaNotEmpty {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    background-color: #C5E8FF;
    color: black;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 200px;
    height: 30px;
    float: right;
    padding-left: 12px;
    margin-right: 10px;
}

.searchDateArea {
    font-family: inherit;
    font-size: 20px;
    line-height: normal;
    background-color: #FBFBFB;
    color: #7f7f7f;
    /*color: #333333;*/
    /*font-weight: bold;*/
    /*
    border: 1px solid #008CBA;
    border-radius: 4px;
    */
    border: none;
    vertical-align: middle;
    width: 120px;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-align: center;
}

.searchDateArea:hover,
.searchDateArea:focus {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #000000 !important;
    cursor:pointer;
}

.col-md-mandatory {
width: 1ex;
margin-right: -28px;
float: left;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px !important;
}

.col-md-mandatory-17 {
width: 1ex;
margin-left: -17px !important; /* only difference with col-md-mandatory */
margin-right: -28px;
float: left;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px !important;
}

.col-md-mandatory-14 {
width: 1ex;
margin-left: -14px !important; /* only difference with col-md-mandatory */
margin-right: -28px;
float: left;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px !important;
}

.col-md-mandatory-5 {
width: 1ex;
margin-left: 5px !important; /* only difference with col-md-mandatory */
margin-right: -28px;
float: left;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px !important;
}

.col-md-1 {
width: 5%;
padding-right: 0px;
}
.col-md-2 {
width: 10%;
padding-right: 0px;
}

.col-md-3 {
width: 15%;
padding-right: 0px;
}

.col-md-4 {
width: 20%;
padding-right: 0px;
}

.col-md-5 {
width: 25%;
padding-right: 0px;
}

.col-md-6 {
width: 30%;
padding-right: 0px;
}

.col-md-7 {
width: 35%;
padding-right: 0px;
}

.col-md-8 {
width: 40%;
padding-right: 0px;
}

.col-md-9 {
width: 45%;
padding-right: 0px;
}

.col-md-95 {
    width: 47.5%;
    padding-right: 0px;
    position:relative;
    float:left;
    padding-left:15px;
}

.col-md-96 {
    width: 49.5%;
    padding-right: 0px;
    position: relative;
    float: left;
    padding-left: 15px;
}

.col-md-10 {
width: 50%;
padding-right: 0px;
}

.col-md-11 {
width: 55%;
padding-right: 0px;
}

.col-md-12 {
width: 60%;
padding-right: 0px;
}

.col-md-125 {
    width: 73%;
    padding-right: 0px;
    position: relative;
    float: left;
    padding-left: 32px;
}

.col-md-13 {
width: 65%;
padding-right: 0px;
}

.col-md-14 {
width: 70%;
padding-right: 0px;
}

.col-md-15 {
width: 75%;
padding-right: 0px;
}

.col-md-16 {
width: 80%;
padding-right: 0px;
}

.col-md-17 {
width: 85%;
padding-right: 0px;
}

.col-md-171 {
    width: 85.5%;
    padding-right: 0px;
}

.col-md-172 {
    width: 86%;
    padding-right: 0px;
}

.col-md-175 {
width: 87.5%;
padding-right: 0px;
}

.col-md-18 {
width: 90%;
padding-right: 0px;
}

.col-md-181 {
    width: 90.5%;
    padding-right: 0px;
}

.col-md-185 {
    width: 90.5%;
    padding-right: 0px;
    /* padding left to align with other titles */
    padding-left: 15px;
}

.col-md-186 {
    width: 91.5%;
    padding-right: 0px;
}

.col-md-188 {
    width: 93%;
    padding-right: 0px;
}

.col-md-19 {
width: 95%;
padding-right: 0px;
}

.col-md-191 {
    width: 96%;
    padding-right: 0px;
}

.col-md-192 {
    width: 97%;
    padding-right: 0px;
}

.col-md-195 {
width: 97.5%;
padding-right: 0px;
}

.col-md-20 {
width: 100%;
padding-right: 0px;
}

.col-md-200 {
    width: 100%;
    padding-right: 0px;
    /* padding left to align with other titles */
    padding-left: 15px;
    /* pour les cas avec des caractères spéciaux (flèches par exemple) */
    height: 35px;
}

.col-md-number-box-unit {
    /*width: 50%;*/
    margin-left: 0px !important;
    padding-right: 0px;
    padding-left: 7px;
    text-align: left !important;
    font-weight: normal !important;
    float: left;
    color: #7f7f7f !important;
}

.col-md-number-box-unit_B02 {
    margin-left: 0px !important;
    padding-right: 0px;
    padding-left: 7px;
    text-align: left !important;
    font-weight: normal !important;
    color: #7f7f7f !important;
}

.col-md-number-box-unit_B08 {
    margin-left: 0px !important;
    padding-right: 0px;
    padding-left: 7px;
    text-align: left !important;
    font-weight: normal !important;
    color: #7f7f7f !important;
}

.td-data-left {
  width:100%; 
  text-align:left;
}

.td-data-left-B03 {
    width: 95%;
    text-align: left;
}

/*
.td-data-center {
  width:50%;
  text-align:right;
}
*/
.td-data-right {
  width:auto; 
  text-align:right;
}

.div-logo {
  margin-bottom: 0px;
/*  width: 99.5%; */
  height: 56px;
  float:left;
}

.div-list {
  margin-bottom: 0px;
  width: 100%;
  height: 99%;
  float:left;
}

.div-list-hidden {
  margin-bottom: 0px;
  width: 0%;
  /*height: 95%;*/
  height: 99%;
  float:right;
  background-color:#c5e8ff;
  color:#3a7ab1;
  border-color: #c5e8ff;
}

.div-header {
  /* New header 06.10.2017 */
  /* margin-top: 1px; */
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  float:left;
  /*border-left:solid 1px black;*/
  /*border-right:solid 1px black;*/
  /*border-top:solid 1px black;*/
  background-color:#c5e8ff;
}

.div-main {
  margin-bottom: 0px;
  width: 100%;
  height: 16%;
  /*float:left;*/
  overflow:auto;
  /*border-left:solid 1px black;*/
  /*border-right:solid 1px black;*/
  /*border-bottom:solid 1px black;*/
  border-bottom:solid 1px #74C0FB;
}

.div-main-one-line {
    margin-bottom: 7px;
    width: 100%;
    /*float:left;*/
    overflow: auto;
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
    border-bottom: solid 1px #74C0FB;
}

.div-results {
  margin-bottom: 0px;
  width: 100%;
  /* 10.12.2018 */
  /* height: 77%; */
  height: 78.5%;
  float:left;
  /*overflow:auto;*/
  /*border-left:solid 1px black;*/
  /*border-right:solid 1px black;*/
  /*border-bottom:solid 1px black;*/
}

.div-results-one-line {
    margin-bottom: 0px;
    width: 100%;
    /* 10.12.2018 */
    /* height: 88%; */
    height: 90.5%;
    float: left;
    /*overflow:auto;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-results-main {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  overflow-x:auto;
  overflow-y:hidden;
  /*float:left;*/
  /*border-left:solid 1px black;*/
  /*border-right:solid 1px black;*/
  /*border-bottom:solid 1px black;*/
}

.div-results-main-tbody {
    margin-bottom: 0px;
    width: auto;
    min-width: 100%;
    height: 92.5%; /* 90% */
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

/* PRODUCTION and INTRANET */
.navbar-explora {
    background-color: #BFC9CA !important;
}
.div-footer-explora {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    color: #3a7ab1;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
}
/* DEVELOPMENT */
/* 10.05.2020 - not used anymore */
/*
.navbar-explorad {
    background-color: #f9e5f6 !important;
}
*/
.div-footer-explorad {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    color: #3a7ab1;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #f9e5f6;
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #f9e5f6;
    background-color: #f9e5f6;
}
/* TEST */
/* 10.05.2020 - not used anymore */
/*
.navbar-explorat {
    background-color: #ffffd6 !important;
}
*/
.div-footer-explorat {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    color: #3a7ab1;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #ffffd6;
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #ffffd6;
    background-color: #ffffd6;
}

.div-footer-logo {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 20px;
  height: 100%;
  float:left;
  color: #3a7ab1;
  text-align:left;
}

.div-footer-software-info-app {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0%;
    width: 70%;
    height: 100%;
    float: left;
    text-align: left;
}

.div-footer-software-info {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0%;
    max-width: 55%;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.div-footer-record-info {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 0%;
    max-width: 90ex;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.div-footer-user-name {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 50ex;
    height: 100%;
    float: right;
    color: #3a7ab1;
    text-align: right;
    font-size: 20px;
}

.div-left {
    /* New header 06.10.2017 */
    margin-top: 5px; /* 17.12.2017 2px; */
    margin-bottom: 0px;
    /*width: 70%;*/
    width: calc(100% - 435px);
    height: 99%;
    float: left;
}

.div-right {
  /* New header 06.10.2017 */
  margin-top: 5px; /* 17.12.2017 2px; */
  margin-bottom: 0px;
  /*width: 30%;*/
  width: 435px;
  /*height: 95%;*/
  height: 99%;
  float:right;
  background-color:#c5e8ff;
  color:#3a7ab1;
  border-color: #c5e8ff;
}
/* A implémenter */
.div-edit-header-empty {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: 0px;
    border-left: solid 1px #cccccc;
    border-top: 0px;
    border-right: 0px;
}

.div-edit-header {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-top: 0px;
  border-right: 0px;
}

.div-edit {
  margin-bottom: 0px;
  width: 100%;
  /* 10.12.2018 */
  /* height: 94.5%; */
  height: 97%;
  overflow-x:hidden;
  overflow-y:visible;
  border-left: solid 1px #cccccc;
}

.div-edit-disabled {
  margin-bottom: 0px;
  width: 100%;
  border:solid 1px #cccccc;
  border-bottom-style:none;
}

.div-report {
    margin-bottom: 0px;
    width: 99%;
    height: 99%;
    overflow: hidden;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}
/* 28.10.2019 not used
.div-button {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 36%;
  float: right;
  text-align: center;
}
*/
.RefsTableTheadTr {
    background-color: #E4F5FF;
    border-top: solid 2px;
    border-top-color: #74C0FB;
}

/* B02 & B05 */

.div-main-hidden {
    width: 100%;
    height: 0%;
    overflow: auto;
}

/* B02 */

.div-left-B02 {
    margin-top: 5px; /* 17.12.2017 0px; */
    margin-bottom: 0px;
    height: 99%;
    float: left;
}

.div-right-B02 {
    margin-top: 5px; /* 17.12.2017 0px; */
    margin-bottom: 0px;
    height: 99%;
    float: right;
    background-color: #c5e8ff;
    color: #3a7ab1;
    border-color: #c5e8ff;
}

.div-results-B02 {
    margin-bottom: 0px;
    width: 100%;
    height: 97%;
    float: left;
    /*overflow:auto;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-results-main-B02 {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /*float:left;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-report-right-B02 {
    margin-top: 5px; /* 17.12.2017 0px; */
    margin-bottom: 0px;
    /*width: 30%;*/
    /*width: calc(100% - 410px)*/ /* 13.08.2018 replaced with line below */
    /*width: 100% !important;*/ /* 13.08.2018 required for Chrome compatibility*/
    /*height: 95%;*/
    height: 99%;
    /*float: right;*/ /* 13.08.2018 Not needed for IE, problem with Chrome and Firefox */
    background-color: #c5e8ff;
    color: #3a7ab1;
    border-color: #c5e8ff;
    display: ruby-base-container; /* 27.01.2018 Added*/
}

/* B05 */

.div-left-B05 {
    margin-top: 5px; /* 17.12.2017 0px; */
    margin-bottom: 0px;
    height: 99%;
    float: left;
    padding-top:10px;
    background-color: #c5e8ff;
}

.div-right-B05 {
    margin-top: 5px; /* 17.12.2017 0px; */
    margin-bottom: 0px;
    height: 99%;
    float: right;
    background-color: #c5e8ff;
    color: #3a7ab1;
    border-color: #c5e8ff;
}

.div-results-B05 {
    margin-bottom: 0px;
    width: 100%;
    /*height: 99%;*/
    float: left;
    /*overflow:auto;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-results-main-B05 {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /*float:left;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-results-main-B05-tbody {
    margin-bottom: 0px;
    width: auto;
    min-width: 100%;
    height: 92.5%; /* 90% */
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    /*float:left;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

/* B06 */

.div-left-B06 {
    margin-top: 5px; /* 17.12.2017 0px; */
    margin-bottom: 0px;
    /*width: 70%;*/
    width: 350px;
    height: 99%;
    float: left;
}

.div-right-B06 {
    margin-top: 5px; /* 17.12.2017 0px; */
    margin-bottom: 0px;
    /*width: 30%;*/
    width: calc(100% - 350px);
    /*height: 95%;*/
    height: 99%;
    float: right;
    background-color: #c5e8ff;
    color: #3a7ab1;
    border-color: #c5e8ff;
}

.div-results-B06 {
    margin-bottom: 0px;
    width: 100%;
    height: 97%;
    float: left;
    /*overflow:auto;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

/* B08 */

.h5-B08-first {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: #585656;
}

.h5-B08 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #585656;
}

.TableTheadTr-B08 {
    background-color: #BFC9CA;
    border-top: solid 1px;
    border-top-color: #BFC9CA;
}

.div-header-B08 {
    /* New header 06.10.2017 */
    /* margin-top: 1px; */
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    float: left;
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-top:solid 1px black;*/
    background-color: #BFC9CA;
    padding-bottom: 5px;
}

.div-button-B08 {
    /* New header 06.10.2017 */
    /* margin-top: 1px; */
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    float: left;
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-top:solid 1px black;*/
    background-color: #F0F0F0;
    padding-bottom: 5px;
}

.div-left-B08 {
    /*margin-top: 5px;*/
    margin-bottom: 0px;
    height:100%;
    float: left;
}

.div-right-B08 {
    /*margin-top: 5px;*/
    margin-bottom: 2%;
    height: 100%;
    float: right;
    background-color: #FBFBFB;
    color: #585656;
    border-color: #FBFBFB;
}

.div-results-B08 {
    margin-bottom: 0px;
    width: 100%;
    /*height: 97%;*/
    float: left;
    /*overflow:auto;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-results-main-B08 {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /*float:left;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-results-main-tbody-B08 {
    margin-bottom: 0px;
    width: auto;
    min-width: 100%;
    height: 96%;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    background-color: #FBFBFB;
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-searchSelect-B08 {
    margin-bottom: 0px;
    width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
    /*float:left;*/
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-searchSelect-tbody-B08 {
    margin-bottom: 0px;
    width: auto;
    min-width: 100%;
    height: 96%;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    background-color: #FBFBFB;
    /*border-left:solid 1px black;*/
    /*border-right:solid 1px black;*/
    /*border-bottom:solid 1px black;*/
}

.div-edit-B08 {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    border-left: solid 1px #cccccc;
}

.div-edit-disabled-B08 {
    margin-bottom: 0px;
    width: 100%;
    border: solid 1px #cccccc;
    border-bottom-style: none;
    border-right-style: none;
}

.div-report-right-B08 {
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    background-color: #FBFBFB;
    color: #3a7ab1;
    border-color: #FBFBFB;
}

.div-report-B08 {
    margin-bottom: 0px;
    height: 99%;
    overflow: hidden;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.div-title-label-B08 {
    display: flex;
    align-items: center;
    /* width: 100%;*/
    /* padding-right: 0px;*/
    /* padding left to align with other titles */
    padding-left: 15px;
    /* pour les cas avec des caractères spéciaux (flèches par exemple) */
    height: 35px;
    margin-top: -2px;
}

.td-data-left-B08 {
    text-align: left;
}

.form-group {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #c5e8ff !important;
	font-weight: normal;
	color: #ffffff;
}

#containerB02 {
    position: relative;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 13px;
}

#colB02 {
    display: inline-table;
    font-size: 13px;
}

#colWithReport {
    display: inline-table;
    font-size: 13px;
    float: left;
}

/*
#containerB02 {
    float: left;
    width: 100%;
    font-size: 13px;
    overflow: auto;
}

#colB02 {
    float: left;
    font-size: 13px;
}
*/

#containerB08 {
    position: relative;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 13px;
}

#colB08 {
    display: inline-table;
    font-size: 15px;
    vertical-align: top;
    margin-left: -2px;
    margin-right: -2px;
}

.username {
    font-size: 19px;
    /* 19.02.2018 margin-right: -20px !important; */
    padding-right: 10px; /* 19.02.2018 */
}

.application-select {
    font-size: 21px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #2E5F88;
    font-weight: bold;
    margin-top: -10px;
}

.application-home {
    float: none; /* 19.02.2018 float: right; */
    margin-top: -1px;
    margin-bottom: -1px;
    width: 40px;
    Height: 40px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 8px 0 0;
    line-height: normal;
}

.srlRefDropDown {
    padding-right: 10px;
}

/*******************************************************************/
/* MultiRadio - 29.03.2021 */
.multiRadio {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 90%;
    height: 35px;
    margin-bottom: 10px !important;
}
/* Hide the browser's default radio button */
.multiRadio input {
    visibility: hidden;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
/* On mouse-over, add a background color */
/*
.multiRadio:hover input ~ .checkmark {
    background-color: #21BBEF;
}
*/
/* When the radio button is selected, add a background */
.multiRadio input:checked ~ .checkmark {
    background-color: #21BBEF;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.multiRadio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.multiRadio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 10px;
    height: 10px;
    /* si on veut garder le centre en blanc */
    background: #ffffff;
    border-radius: 50%;
}

/*******************************************************************/
/* SELECT LISTS */
.chosen-container {
    font-size: 14px !important;
}

.chosen-container-single .chosen-single {
    padding-left: 12px !important;
    vertical-align: middle !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    color: #555555 !important;
    height: 30px !important;
    line-height: 29px !important;
}
/*
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px
}
*/

.chosen-container-multi .chosen-choices {
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
}

.chosen-container-multi {
    min-width: 25ex;
}

/* 29.03.2019 */
/* Fix to horinzontal page scroll to the left */
/* https://github.com/harvesthq/chosen/issues/1410 */
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0,0,0,0);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0,0,0,0);
}
/*
.chosen-container .chosen-results li.active-result {
    background-color: #C5E8FF;
}

.chosen-container-multi .chosen-results li.active-results {
    background-color: #C5E8FF;
}
*/

/*
.chosen-container-multi .chosen-choices:hover {
    background: #C5E8FF !important;
}
*/
.chosen-container-single .chosen-single:hover {
    background: #C5E8FF !important;
}
.chosen-container-single .chosen-single:focus {
    background: #C5E8FF !important;
}

/* 05.06.2020 */
div .chosen-disabled {
    opacity: unset !important;
    cursor: not-allowed !important;
}
div .chosen-disabled .chosen-single {
    cursor: not-allowed !important;
}
div .chosen-disabled .chosen-single:hover {
    background: #ffffff !important;
}
div .chosen-disabled .chosen-single:focus {
    background: #ffffff !important;
}

/*******************************************************************/
.b-select-wrap {
    width: 320px;
    border: 0;
    color: #2E5F88;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    float: left; /* 19.02.2018 */
}

.b-select-wrap:after {
    content: "▼";
    padding-top: 5px; /* 17.12.2017 2px; */
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
}

.b-select {
    width: 100%;
    height: 25px; /* 17.12.2017 20px; */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 15px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    outline: none;
    font-size: 21px;
    font-weight: bold;
    color: #2E5F88;
    -webkit-appearance: none; /* for webkit browsers */
    -moz-appearance: none; /* for firefox */
}

/* remove default caret for ie */
.b-select::-ms-expand {
    display: none;
}


/*20.11.2020 browser not supported*/

.div-not-supported {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*10.2.2018 machervaz OWIN login styles*/

.loginForm {
    width: 100%;
    height: 100%;
    background-color: #BFC9CA;
}

.div-login {
    margin: 0;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    background-color: #ffffff;
}

.div-login-left {
    margin: 0;
    position: absolute;
    left: 0%;
    width: 410px;
    height: 600px;
}

.div-login-right {
    margin: 0;
    position: absolute;
    left: 40%;
}

.login {
    width: 95%;
    padding: 5px 5px;
    margin-left: 10px;
}

.loginText {
    width: 95%;
    padding: 5px 5px;
    margin-left: 50px;
}

.loginQrcode {
    width: 95%;
    padding: 5px 5px;
    margin-left: 50px;
    width: 200px;
}

.h-login {
    margin-left: 25px;
    color: #373737;
    font-weight: bold;
    margin-right:2px;
}

.p-login {
    width: 90%;
    text-align: right;
}

.p-login-left {
    margin-left: 25px;
    text-align: left;
}

.btn-login {
    width: 90%;
    height: 40px;
    margin-left: 20px;
    background-color: #373737;
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    outline: none;
}

/* dialog-div in _Layout.cshtml */
/* we don't want to display the close button */
.ui-dialog-titlebar-close{
    display: none;
}
/* 01.03.2021 To ensure that the dialog is displayed above the top menus. */
.ui-dialog {
    z-index: 1000 !important;
}

/*
 In case we want to change the background color of the dialogs :

.ui-widget-overlay {
    background: red !important;
}
*/

.waiting-html-1 {
    background: #DBDBDB;
    width: 72px;
    height: 72px;
}

.waiting-html-2 {
    border: 12px solid #21BBEF;
    border-radius: 50%;
    border-top: 12px solid #C5E8FF;
    background: #DBDBDB;
    width: 72px;
    height: 72px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

.waiting-html-1-app {
    background: #E6E6E6;
    width: 72px;
    height: 72px;
}

.waiting-html-2-app {
    border: 12px solid #21BBEF;
    border-radius: 50%;
    border-top: 12px solid #C5E8FF;
    background: #E6E6E6;
    width: 72px;
    height: 72px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.waiting-div {
    width: auto !important;
    min-width: 0px !important;
    height: auto !important;
    min-height: 0px !important;
    border: none !important;
    overflow: hidden !important;
}

.no-titlebar {
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: #DBDBDB !important;
    top: 49% !important;
    left: 49% !important;
}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}

.no-titlebar .ui-dialog-content {
    padding: 0em !important;
}

.no-titlebar-app {
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: #E6E6E6 !important;
    top: 49% !important;
    left: 49% !important;
}

.no-titlebar-app .ui-dialog-titlebar {
    display: none;
}

.no-titlebar-app .ui-dialog-content {
    padding: 0em !important;
}

.var-box-form-control {
    float: left;
    display: block;
    width: 24%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.var-box-form-control:hover {
    background-color: #C5E8FF;
}

.var-box-form-control:focus {
    background-color: #C5E8FF;
}

/* 05.06.2020 */
.var-box-form-control[disabled],
.var-box-form-control[readonly],
fieldset[disabled] .var-box-form-control {
    cursor: not-allowed;
    background-color: #ffffff;
}

/*
#layoutRectangle {
    background: #c5e8ff;
    padding-left:10px;
    padding-right:10px;
    float:left;
    margin-left:10px;
    height:32px;
}
*/
/*!

Split Pane v0.5.0

Copyright (c) 2014 Simon Hagström

Released under the MIT license
https://raw.github.com/shagstrom/split-pane/master/LICENSE

*/
.split-pane {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.split-pane.fixed-top > .split-pane-component,
.split-pane.fixed-bottom > .split-pane-component,
.split-pane.horizontal-percent > .split-pane-component {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: auto;
    top: auto;
    bottom: 0;
    z-index: 1;
}

.split-pane.fixed-top > .split-pane-component:first-child,
.split-pane.fixed-bottom > .split-pane-component:first-child,
.split-pane.horizontal-percent > .split-pane-component:first-child {
    top: 0;
    bottom: auto;
}

.split-pane.fixed-top > .split-pane-divider,
.split-pane.fixed-bottom > .split-pane-divider,
.split-pane.horizontal-percent > .split-pane-divider {
    position: absolute;
    width: 100%;
    left: 0;
    cursor: ns-resize;
    cursor: n-resize/9;
    z-index: 2;
}

.split-pane.fixed-top > .split-pane-divider > .split-pane-divider-inner,
.split-pane.fixed-bottom > .split-pane-divider > .split-pane-divider-inner,
.split-pane.horizontal-percent > .split-pane-divider > .split-pane-divider-inner {
    position: absolute;
    top: -5px;
    left: 0;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}

.split-pane.fixed-left > .split-pane-component,
.split-pane.fixed-right > .split-pane-component,
.split-pane.vertical-percent > .split-pane-component {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
    left: auto;
    right: 0;
    z-index: 1;
}

    .split-pane.fixed-left > .split-pane-component:first-child,
    .split-pane.fixed-right > .split-pane-component:first-child,
    .split-pane.vertical-percent > .split-pane-component:first-child {
        left: 0;
        right: auto;
    }

.split-pane.fixed-left > .split-pane-divider,
.split-pane.fixed-right > .split-pane-divider,
.split-pane.vertical-percent > .split-pane-divider {
    position: absolute;
    height: 100%;
    top: 0;
    cursor: ew-resize;
    cursor: w-resize/9;
    z-index: 2;
}

.split-pane.fixed-left > .split-pane-divider > .split-pane-divider-inner,
.split-pane.fixed-right > .split-pane-divider > .split-pane-divider-inner,
.split-pane.vertical-percent > .split-pane-divider > .split-pane-divider-inner {
    position: absolute;
    top: 0;
    left: -5px;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0 5px;
}

.split-pane-resize-shim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.split-pane.fixed-left > .split-pane-resize-shim,
.split-pane.fixed-right > .split-pane-resize-shim,
.split-pane.vertical-percent > .split-pane-resize-shim {
    cursor: ew-resize;
    cursor: w-resize/9;
}

.split-pane.fixed-top > .split-pane-resize-shim,
.split-pane.fixed-bottom > .split-pane-resize-shim,
.split-pane.horizontal-percent > .split-pane-resize-shim {
    cursor: ns-resize;
    cursor: n-resize/9;
}

/*end of split-pane css*/

.pretty-split-pane-frame {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*padding: 5px;*/
    padding:0px;
}

.pretty-split-pane-frame .split-pane > .split-pane-divider.dragged.touch {
    background: blue;
    opacity: 0.25;
}

.pretty-split-pane-component-inner {
    position: relative;
    box-sizing: border-box;
    /*border: 1px solid gray;*/
    background: white;
    width: 100%;
    height: 100%;
    /*padding: 0 1em;*/
    overflow: auto;
}

/*end of pretty split pane css*/

#vertical-divider {
    width: 5px;
    background-color:lightgrey;
}

#right-component {
    margin-left: 5px;
}

/*end of github plugin css*/