/* 
  LOGIN.CSS
  
  Derničre MāJ: 22.04.2022 - 0064
*/
/* ----- STYLES_LIBRARYS.LIB_ISA_COLORS ----- */
/* ----- STYLES_LIBRARYS.ISA_ICONES_SVG ----- */
/* ----- STYLES_LIBRARYS.LIB_CLASS_VISIBILITY ----- */
.show-block {
  display: block!important;
}
.show-inline-block {
  display: inline-block !important;
}
.show-inline {
  display: inline!important;
}
.show-flex {
  display: flex!important;
}
.show-grid {
  display: grid!important;
}
.show-table {
  display: table!important;
}
.show-table-cell {
  display: table-cell !important;
}
.show-table-row {
  display: table-row !important;
}
.show-reset {
  display: initial!important;
}
.show-visibility {
  visibility: visible!important;
}
.hide-none {
  display: none!important;
}
.hide-hidden {
  visibility: hidden!important;
}
/* ----- STYLES_CONFIG.CONF_COLORS ----- */
/* ----- STYLES_CONFIG.CONF_FONTS ----- */
@font-face {
  font-family: SourceSansPro;
  src: url("./assets/fonts/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: SourceSansProBold;
  font-weight: bold;
  src: url("./assets/fonts/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: SourceSansProItalic;
  font-style: italic;
  src: url("./assets/fonts/SourceSansPro-It.ttf") format("truetype");
}
@font-face {
  font-family: SourceSansProBoldItalic;
  font-weight: bold;
  font-style: italic;
  src: url("./assets/fonts/SourceSansPro-BoldIt.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  src: url("./assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: MontserratBold;
  font-weight: bold;
  src: url("./assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: MontserratItalic;
  font-style: italic;
  src: url("./assets/fonts/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
  font-family: MontserratBoldItalic;
  font-weight: bold;
  font-style: italic;
  src: url("./assets/fonts/Montserrat-BoldItalic.ttf") format("truetype");
}
/* ----- STYLES_MIXINES.MIX_BORDER_RADIUS ----- */
/* ----- STYLES_MIXINES.MIX_GRADIENTS ----- */
/* ----- STYLES_MIXINES.MIX_GRID_FLEX ----- */
/* ----- STYLES_MIXINES.MIX_HELPERS ----- */
/* ----- STYLES_MIXINES.MIX_ICONES_SVG ----- */
/* ----- STYLES_MIXINES.MIX_IMG_FILTERS ----- */
/* ----- STYLES_MIXINES.MIX_ITEMS_SHADOW ----- */
/* ----- STYLES_MIXINES.MIX_RADIO_CHECKBOX ----- */
/* ------------------------------------------ */
/* ----- STYLES_PRTL_ELEMS.PRTL_GLOBALS ----- */
/* ------------------------------------------ */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
html,
body {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 0.8rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.blocinfobody {
  padding-top: 0.3rem;
}
.blocinfobodyalone {
  position: relative;
  z-index: 10;
}
.infobulle {
  position: absolute;
  padding: 0.5rem 0.8rem;
  background-color: #E6E6E5;
  color: #384751;
  border: 1px solid #A0A0A0;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.25);
}
#sideMenu .columns .rootMenu .mainmenu {
  border: 3px solid #E6E6E5;
}
.prtl-synchrotrace {
  background-color: #FDE8EE !important;
}
tr.prtl-synchrotrace td {
  background-color: #FDE8EE !important;
}
tr[rupture="1"] .rupture {
  color: #2D436F;
  background-color: #E6E6E5;
}
/************Cellule de suivi*********/
.suivi-ligne {
  margin-left: 1rem;
  padding-bottom: 0.5rem;
  display: grid !important;
  grid-template-columns: 120px auto;
  padding: 0.3rem !important;
}
.suivi-ligne .suivi-header {
  font-weight: bold;
}
.suivi-ligne .suivi-body {
  padding-left: 3rem ;
}
.suivi-ligne .suivi-body input[type="checkbox"] {
  margin-right: 0.8rem;
}
.ligne-suivi-bouton input[type="submit"] {
  position: relative;
  top: 30rem;
  right: 2rem;
}
div.ewnet-filedropzone {
  width: 10rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  border: 1px dashed #A0A0A0;
  padding: 0;
}
div.ewnet-filedropzone .ewnet-filedropzone-helper span {
  font-size: 0.65rem;
  color: #2D436F;
}
.centeredmousepointer {
  cursor: pointer;
}
/* ---------------------------------------- */
/* ----- STYLES_PRTL_ELEMS.PRTL_FORMS ----- */
/* ---------------------------------------- */
input.submit.export {
  background: #e50048;
  background: -moz-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -o-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -ms-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: linear-gradient(45deg, #e50048 0%, #E50076 100%);
  color: white;
  border: 1px solid white;
  padding: 0.2rem 0.5rem;
  margin: 0.1rem 0.05rem;
  height: 22px;
  line-height: 1;
  cursor: pointer;
  transition: all 300ms ease-out;
}
input.submit.export:hover {
  background-color: #b20038;
}
input[type="submit"],
input[type="button"] {
  height: 2rem;
  width: auto;
  background: #e50048;
  background: -moz-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -o-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -ms-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: linear-gradient(45deg, #e50048 0%, #E50076 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: white;
  line-height: 1;
  cursor: pointer;
  padding: 5px 12px;
  transition: all 300ms ease-out;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #b20038;
  border-color: #b20038;
}
input.button {
  height: 2rem;
  width: 100%;
  background: #e50048;
  background: -moz-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -o-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -ms-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: linear-gradient(45deg, #e50048 0%, #E50076 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: white;
  line-height: 1;
  cursor: pointer;
  padding: 5px 12px;
  transition: all 300ms ease-out;
}
input.button:hover {
  background-color: #b20038;
  border-color: #b20038;
}
input.button.negative {
  height: 3rem;
  width: 100%;
  background-color: white;
  border: 2px solid #e50048;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  color: #e50048;
  font-family: 'SourceSansPro';
  margin: 0.1rem 0.05rem;
  padding: 1rem 0.8rem;
  line-height: 0.5;
  cursor: pointer;
  transition: all 300ms ease-out;
}
input.button.negative:hover {
  background-color: #ffccdc;
}
a.button {
  height: 2rem;
  width: 100%;
  background: #e50048;
  background: -moz-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -o-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -ms-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: linear-gradient(45deg, #e50048 0%, #E50076 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: white;
  line-height: 1;
  cursor: pointer;
  padding: 5px 12px;
  transition: all 300ms ease-out;
}
a.button:hover {
  background-color: #b20038;
  border-color: #b20038;
}
a.negative {
  height: 3rem;
  width: 100%;
  background-color: white;
  border: 2px solid #e50048;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  color: #e50048;
  font-family: 'SourceSansPro';
  margin: 0.1rem 0.05rem;
  padding: 1rem 0.8rem;
  line-height: 0.5;
  cursor: pointer;
  transition: all 300ms ease-out;
}
a.negative:hover {
  background-color: #ffccdc;
}
input[type="text"],
input[type="search"] {
  padding: 0.2rem;
  height: 22px;
  border: 1px solid #A0A0A0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
input[readonly],
input[readonly="1"] {
  padding: 0.2rem;
  background-color: #E6E6E5;
  border-color: #A0A0A0;
  color: #A0A0A0;
}
select {
  height: 22px;
  border: 1px solid #A0A0A0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
textarea {
  padding: 0.2rem;
}
.lst-date-gps-filtres li .filter-wrapper {
  display: flex;
}
.references-classes-lst-dates-gps form {
  margin-right: 1rem;
}
.blocinfobody form .listeDeroulante {
  margin-left: 0.5rem;
}
/* ---------------------------------------- */
/* ----- STYLES_PRTL_ELEMS.PRTL_LOGIN ----- */
/* ---------------------------------------- */
body {
  color: #384751;
  display: flex;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  background-color: white;
}
body h1 {
  text-align: left;
  font-weight: bold;
  font-size: 40px;
  line-height: 20px;
  margin-bottom: 1rem;
  margin-left: -3px;
}
body h2 {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}
body p {
  font-size: 14px;
  margin: 15px 0;
  color: #384751;
}
body a {
  font-size: 14px;
  margin: 15px 0;
  text-decoration: underline;
  color: #384751;
}
body a:hover {
  text-decoration: none;
}
body .bg-login {
  width: 100%;
}
body .bg-login #login-box .instance-div {
  text-align: center;
  font-weight: bold;
}
body .bg-login .lang {
  background: #2D436F;
  padding: 2px 0;
}
body .bg-login .lang ul {
  list-style: none;
  display: flex;
  margin: 0;
  margin-left: 0.5rem;
}
body .bg-login .lang ul li {
  padding-right: 1%;
}
body .bg-login .lang ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 2;
}
body .bg-login .lang ul li a:hover {
  text-decoration: underline;
}
body .bg-login .lang ul li.active a {
  text-decoration: underline;
}
body .bg-login .logo img {
  margin: 30px 10px 30px 10px;
  width: 50%;
  float: left;
}
body .bg-login .container {
  padding: 15px 20px 45px 22px;
  margin-top: 35%;
  width: 100%;
}
body .bg-login .container #bouton_submit {
  height: 3rem;
  width: 100%;
  background-color: #e50048;
  background: #e50048;
  background: -moz-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -o-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -ms-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: linear-gradient(45deg, #e50048 0%, #E50076 100%);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  color: white;
  font-family: 'SourceSansPro';
  margin: 0.1rem 0.05rem;
  padding: 1rem 0.8rem;
  line-height: 0.5;
  cursor: pointer;
  transition: all 300ms ease-out;
  font-size: 0.9rem;
}
body .bg-login .container #bouton_submit:hover {
  background-color: #b20038;
  border-color: #b20038;
}
body .bg-login .container #bouton_submit:focus {
  outline: none;
}
body .bg-login .container form {
  background-color: #FFFFFF;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  text-align: left;
}
body .bg-login .container form label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
body .bg-login .container form input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E6E6E5;
  margin: 8px 0;
  width: 100%;
  padding: 20px 0px 20px 10px;
  height: 22px;
}
body .bg-login .container form .input-wrapper {
  margin-top: 18px;
}
body .bg-login .container form .input-wrapper a.button {
  display: grid;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  height: 3rem;
  width: 100%;
  background-color: #e50048;
  background: #e50048;
  background: -moz-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -webkit-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -o-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: -ms-linear-gradient(45deg, #e50048 0%, #E50076 100%);
  background: linear-gradient(45deg, #e50048 0%, #E50076 100%);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  color: white;
  font-family: 'SourceSansPro';
  margin: 0.1rem 0.05rem;
  padding: 1rem 0.8rem;
  line-height: 0.5;
  cursor: pointer;
  transition: all 300ms ease-out;
  font-size: 0.9rem;
}
body .bg-login .container form .input-wrapper a.button:hover {
  background-color: #b20038;
  border-color: #b20038;
}
body .bg-login .container form .input-wrapper.separator {
  padding-bottom: 2rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #A0A0A0;
}
.messages {
  background-color: white;
  border: 1px solid #E6E6E5;
  padding: 1rem;
  width: 90%;
  position: absolute;
  top: 37.5rem;
  left: 5%;
}
.messages ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.messages ul li {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #384751;
  padding-bottom: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  display: grid;
  width: 100%;
  grid-template-columns: min-content auto;
  grid-template-rows: 1rem auto 1rem;
  grid-row-gap: 0.3rem;
  align-items: center;
}
.messages ul li span.date {
  color: #6187ab;
  font-family: 'SourceSansPro';
  font-size: 0.9rem;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
.messages ul li span.date:not(:empty):before {
  content: '[';
}
.messages ul li span.date:not(:empty):after {
  content: ']';
  margin-right: 0.5rem;
}
.messages ul li h3 {
  font-size: 1.05rem;
  color: #384751;
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  font-family: 'SourceSansPro';
}
.messages ul li p {
  font-size: 1rem;
  margin-top: 0.35rem;
  font-family: 'SourceSansPro';
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
}
.messages ul li a {
  font-size: 0.8rem;
  font-family: 'SourceSansPro';
  color: #e50048;
  grid-column: 1 / span 2;
  grid-row: 3 / span 1;
  text-decoration: none;
}
.messages ul li a:hover {
  color: #154d84;
}
.messages ul li:last-child {
  border-bottom: none;
}
@media (min-width: 380px) {
  body .bg-login .container {
    width: 84%;
    margin-left: 2rem;
    margin-right: initial;
    margin-top: 20%;
  }
  body .bg-login .container form {
    display: block;
  }
  body .bg-login .container form .input-wrapper {
    margin-top: 0;
  }
  body .bg-login .logo img {
    width: 35%;
  }
  body .messages {
    width: 84%;
    top: 34.5rem;
    left: 8%;
  }
}
@media (min-width: 576px) {
  body .bg-login .container {
    width: 50%;
    margin-left: 2rem;
    margin-right: initial;
    margin-top: 20%;
  }
  body .bg-login .container form {
    display: block;
  }
  body .bg-login .container form .input-wrapper {
    margin-top: 0;
  }
  body .bg-login .logo img {
    width: 35%;
  }
  body .messages {
    width: 42%;
    top: 37.5rem;
    left: 55%;
  }
}
@media (min-width: 768px) {
  body .bg-login .container {
    border: 1px solid #E6E6E5;
    background-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    padding: 1.5rem 2rem;
  }
  body .bg-login .container form .input-wrapper {
    margin-top: 18px;
  }
  body .bg-login .logo img {
    width: 35%;
  }
  body .messages {
    width: 80%;
    top: 46rem;
    left: 10%;
  }
}
@media (min-width: 992px) {
  body {
    background-image: url('forminscrs.img?ww_c=BACKGROUND_LOGIN_V2');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  body .bg-login .container {
    width: 40%;
    margin-left: 8%;
    margin-right: initial;
    margin-top: 15%;
  }
  body .bg-login .logo img {
    width: 23%;
  }
  body .messages {
    width: 500px;
    top: 27%;
    left: 50%;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.25);
  }
}
@media (min-width: 1200px) {
  body .bg-login .container {
    width: 30%;
    margin-top: 10%;
    margin-left: 8%;
  }
  body .bg-login .logo img {
    width: 15%;
  }
  body .messages {
    width: 600px;
    top: 26%;
    left: 45%;
  }
}
