﻿html, body {
  height: 100% !important;
  width: 100% !important;
  font-family: Poppins-Regular, sans-serif;
  background: #fbfcfd;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.login-container-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#syneliaconnectlogomini {
  background: white;
  border: 1px solid black;
  width: 170px;
  max-width: 170px;
  max-height: 50px;
  padding: 1px;
  position: relative;
  bottom: 10px;
  right: 10px;
  float: right;
}
#syneliaconnectlogomini #logo {
  vertical-align: middle;
  display: inline-block;
  background: url("../../images/synelia/synelia-logo.png") no-repeat;
  background-position: center;
  background-size: 45px;
  height: 45px;
  width: 45px;
}
#syneliaconnectlogomini #text {
  vertical-align: middle;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#syneliaconnectlogomini #text #identification {
  margin-bottom: -7px;
  margin-top: -7px;
}
#syneliaconnectlogomini #text #identification::before {
  font-size: 0.8rem;
  content: "Identification ";
}
#syneliaconnectlogomini #text #syneliaconnect {
  margin-top: -10px;
  margin-bottom: -5px;
}
#syneliaconnectlogomini #text #syneliaconnect::before {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  content: "SYNELIA Connect";
}
#syneliaconnectlogomini #text #versionSyneliaConnect {
  font-size: 0.5rem;
  text-align: right;
  margin: 0px;
  position: absolute;
  width: 115px;
}

#syneliaconnectlogomini2 {
  background: white;
  border: 1px solid black;
  width: 170px;
  max-width: 170px;
  max-height: 50px;
  padding: 1px;
  z-index: 500;
}
#syneliaconnectlogomini2 #logo2 {
  vertical-align: middle;
  display: inline-block;
  background: url("../../images/synelia/synelia-logo.png") no-repeat;
  background-position: center;
  background-size: 45px;
  height: 45px;
  width: 45px;
}
#syneliaconnectlogomini2 #text2 {
  vertical-align: middle;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*        
  */
}
#syneliaconnectlogomini2 #text2 #identification2 {
  margin-bottom: -7px;
  margin-top: -7px;
  font-size: 0.8rem;
  content: "Identification ";
}
#syneliaconnectlogomini2 #text2 #syneliaconnect2 {
  margin-top: -10px;
  margin-bottom: -5px;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  content: "SYNELIA Connect";
}
#syneliaconnectlogomini2 #text2 #versionSyneliaConnect {
  font-size: 0.5rem;
  text-align: right;
  margin: 0px;
  position: absolute;
  width: 115px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

/* PERSO */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.logo {
  padding-bottom: 20px;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.createAccountStep {
  font-size: 95%;
  margin-left: 10px;
  margin-bottom: 10px;
}

.notInProcess {
  color: darkgrey;
}

.li-menuimg {
  line-height: 4em;
  list-style-type: none;
}

.li-menuimg-div-img {
  float: left;
}

.li-menuimg img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 15px;
  margin-left: 10px;
}

.li-menuimg:hover {
  border-top: dashed 1px;
  border-bottom: dashed 1px;
  border-color: black;
  background: #e6e6e6 !important;
  cursor: pointer;
  background-color: white;
}

.link-text {
  color: black;
  text-decoration: none !important;
}

[data-toggle=collapse] .fa:before {
  content: "\f106";
}

[data-toggle=collapse].collapsed .fa:before {
  content: "\f107";
}

.btn-select-provider.btn-select-provider {
  width: 100%;
  height: 60px;
  border: none;
  text-align: left;
  background-color: transparent;
  color: black;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.div-select-provider {
  border-color: #e7eef5 !important;
  border: solid;
  background-color: white;
}

.btn-select-provider:last-child {
  margin-bottom: 0px;
}

/*.btn-select-provider  {
    background-color: white ;
    margin-bottom: 2px ;
}*/
.btn-select-provider:hover {
  background-color: #e6e6e6;
}

.btn-select-provider:focus {
  outline: dashed 1px;
  background-color: lightgrey;
}

.btn-select-provider img {
  width: 30px;
  height: auto;
  border-radius: 25px;
  margin-right: 15px;
  margin-left: 0px;
  vertical-align: middle;
}

/*==================================================================
[ login more ]*/
.main-components {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*------------------------------------------------------------------
[ Responsive ]*/
/* MAIN */
h2 {
  font-family: "Oswald";
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFE33E), to(#EFE33E)) bottom left no-repeat;
  background: -webkit-linear-gradient(#EFE33E, #EFE33E) bottom left no-repeat;
  background: -o-linear-gradient(#EFE33E, #EFE33E) bottom left no-repeat;
  background: linear-gradient(#EFE33E, #EFE33E) bottom left no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-size: 10rem 4px;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.table th {
  font-variant: small-caps;
  font-size: 1.25rem;
  line-height: 1rem;
  position: relative;
  vertical-align: middle;
}

.table th, .table td {
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #E7EEF5;
}

.table-striped tbody tr:hover {
  background-color: rgba(111, 206, 173, 0.3);
}

.table-scrollable tbody {
  display: block;
  overflow-y: scroll;
}

.table-scrollable thead, .table-scrollable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-scrollable thead {
  width: calc(100% - 1.1em);
}

.table-sortable thead tr {
  cursor: pointer;
}

.table-sortable th.headerSortUp:after {
  content: url('data:image/svg+xml; utf8,<svg class="chevron-down" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0.111in" height="0.083in"> <text kerning="auto" font-family="Myriad Pro" fill="rgb(0, 0, 0)" transform="matrix( 0, 1, -1, 0,0.01050000000001, -0.39249999999998)" font-size="15px"> <tspan font-size="15px" font-family="Oswald" fill="#64686C">&#62; </tspan></text></svg>');
}

.table-sortable th.headerSortDown:after {
  content: url('data:image/svg+xml; utf8,<svg class="chevron-down" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0.111in" height="0.083in"> <text kerning="auto" font-family="Myriad Pro" fill="rgb(0, 0, 0)" transform="matrix( 0, 1, -1, 0,0.01050000000001, -0.39249999999998)" font-size="15px"> <tspan font-size="15px" font-family="Oswald" fill="#64686C">&#60; </tspan></text></svg>');
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-link {
  color: #262626;
}

/* COMPOSANTS */
.btn {
  padding: 1rem 2rem;
  border: 0;
}

/*.btn-primary {
    background-color: #ec6f00;
    color: #262626;
}

    .btn-primary:hover {
        background-color: #D4CA39;
        color: #262626;
    }*/
.btn-danger {
  background-color: #E17F73;
}

.btn-danger:hover {
  background-color: #d85949;
}

.btn-info {
  background-color: #80D8FE;
}

.btn-info:hover {
  background-color: #4dc8fe;
}

.btn-success {
  background-color: #6FCEAD;
}

.btn-success:hover {
  background-color: #49c197;
}

.btn-link {
  color: #D4CA39;
}

.btn-link:hover {
  color: #D4CA39;
  text-decoration: underline;
}

.btn-filter {
  border: 2px solid #E7EEF5;
  font-weight: initial;
}

.btn-filter:hover {
  background-color: #E7EEF5;
  border: 2px solid #E7EEF5;
  color: #262626;
}

.btn-filter:focus {
  background-color: #949494;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #6FCEAD;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #E7EEF5;
}

.styled-checkbox:hover + label:before {
  background: #6FCEAD;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: #5cc8a2;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-control {
  border: 3px solid #E7EEF5;
  border-radius: 0;
}

.modal .dropdown {
  width: 100%;
}

.modal .dropdown button {
  text-align: left;
  width: 100%;
  border: 2px solid #E7EEF5;
  border-radius: 0;
  background-color: white;
  color: #262626;
  padding-left: 1rem;
}

.modal .dropdown-toggle::after {
  position: absolute;
  right: 2rem;
  top: 50%;
}

.modal .dropdown-menu {
  width: 100%;
}

.modal textarea {
  width: 100%;
  height: 20rem;
  padding: 1rem;
  border: 2px solid #E7EEF5;
}

/* MISC */
.chevron-down {
  cursor: pointer;
}

.dotdotdot {
  width: 1.5rem;
  cursor: pointer;
  height: 1.5rem;
}

.dotdotdot .dropdown-menu {
  top: -3rem !important;
  left: -4rem !important;
  position: relative;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
}

.dotdotdot .dropdown-menu .dropdown-divider {
  border: 1px dashed #E7EEF5;
}

/* PANEL CHARGEMENT AJAX*/
.loader {
  background-color: #000;
  text-align: center;
  z-index: 9999999;
  position: fixed;
  top: 30%;
  box-shadow: 0 1px 1px -1px #fff;
  left: 50%;
  border: 0;
}

.corner-all {
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
}

.loader-verbose {
  width: 200px;
  opacity: 0.78;
  height: auto;
  margin-left: -110px;
  margin-top: -43px;
  padding: 10px;
}

.loader-verbose h1 {
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

#PanelChargementDisabled {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #CCA;
  /*z-index:500;*/
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*************************************************************/
/*************************Page Creation compte****************/
/*************************************************************/
#NouvelUtilisateur .sousLigne {
  font-size: 0.75rem;
}

nav {
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  color: white;
}
nav li {
  display: flex;
  flex-direction: column;
  color: grey;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}
nav li a {
  color: white;
  font-size: 14px;
  height: 40px;
  padding: 10px;
}
nav li a:hover {
  cursor: pointer;
  color: #909090;
  background-color: white;
  text-decoration: none;
  border-radius: 5px;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
}

.form-group {
  padding-bottom: 10px;
}

.form-control-personnal-account {
  border: none;
  border-bottom: 0.1rem solid #ec6f04;
}

.form-label-personnal-account {
  font-size: 0.8rem;
}

.content-error {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url("../../images/AuthenticationPortalWeb_background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.content-error .error-message {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 1px 1px 12px #555;
  margin-top: auto;
  margin-left: auto;
}
.content-error .error-message .error-code {
  color: white;
  font-size: 3em;
  vertical-align: middle;
  text-align: center;
}
.content-error .error-message .error-description {
  color: white;
  font-size: 1em;
  vertical-align: middle;
  text-align: center;
}
