
h2,
.h2 {
    line-height: 1.42;
    margin-bottom: 10px;
   font-size: 33px;
    margin-top: 0;
    font-weight: 300;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

span.d-sm-none {
    display: inline !important;
}

.rounded {
    border-radius: 5px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

#page-container {
    background: #e6e7e8;
    overflow: hidden;
}

/* Footer */
footer {
    margin-left: 230px;
    height: 30px;
    margin-top: -30px;
    overflow: hidden;
}

footer #back-to-top {
    margin-top: -1px;
}

@media (max-width: 767px) {
    footer {
        margin-left: 0;
    }
}

/*navbar */
/* || dropdown-toggle */
.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-toggle::after {
    content: none !important;
}

.dropdown-toggle.username {
    min-height: 40px;
}

.btn.dropdown-toggle {
    min-width: 26px;
}

.navbar-nav .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

/* || dropdown-menu */
.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu {
    z-index: 1001;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    border: 1px solid #ccc;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    left: auto;
    right: 0;
    margin-top: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    text-decoration: none;
    outline: 0;
}

.show>.dropdown-menu {
    display: block;
}

.show>a {
    outline: 0;
}

.float-right>.dropdown-menu {
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    nav.navbar .dropdown-menu {
        position: relative;
        float: none;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.navbar-nav.float-right>li>.dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu>li>a {
    padding: 5px 15px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
}

/* || nav */
.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
}

.nav .show>a,
.nav .show>a:hover,
.nav .show>a:focus {
    border-color: #4f8edc;
}

.nav>li>a>img {
    max-width: none;
}

.nav .show>a,
.nav .show>a:hover,
.nav .show>a:focus {
    border-color: #edeef0;
}

/* || navbar */
.navbar {
    box-shadow: inset 0px -1px 0px 0 rgba(0, 0, 0, 0.1);
    all: unset;
    position: relative;
    z-index: 1200;
    min-height: 40px;
    margin-bottom: 20px;
    border: 0;
}

header .toolbar .dropdown {
    border-left: 1px solid #27292d;
}

header.navbar {
    margin-bottom: 0px;
    border: none;
}

.navbar .btn {
    font-size: 1em;
    padding: 5px;
}

.navbar .btn.float-left {
    border-right: 1px solid #555;
    margin-right: 10px;
}

.navbar .btn.float-right {
    border-left: 1px solid #555;
    margin-left: 10px;
}


nav.navbar {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 1px;
    }
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    z-index: 1030;
    top: 0;
}

@media (min-width: 768px) {
    .fixed-top {
        border-radius: 0;
    }
}

.navbar-nav {
    margin: 5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* || userinfo */
.dropdown-menu.userinfo {
    padding: 15px 15px 0;
    min-width: 200px;
}

.dropdown-menu.userinfo ul {
    padding-left: 0;
}

.dropdown-menu.userinfo h5 {
    margin: -2px 0 -2px 0;
}

/* || username */
.dropdown-menu.userinfo li.username {
    margin: 0 -15px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #d2d3d6;
}

.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}

.dropdown-menu.userinfo li.username:after {
    clear: both;
}

.dropdown-menu.userinfo li.username a {
    padding: 0 5px;
}

.dropdown-menu.userinfo li.username .float-left img {
    width: 30px;
    border-radius: 1px;
}

.dropdown-menu.userinfo li.username .float-right {
    min-width: 128px;
}

a.username {
    padding: 8px 10px !important;
    font-size: 12px !important;
}

a.username span {
    padding-right: 10px;
    top: 2px;
    position: relative;
    float: left;
}

a.username img {
    height: 24px;
    width: 24px;
    float: right;
    border-radius: 1px;
}

.dropdown-menu.userinfo .username a {
    padding: 0;
}

.dropdown-menu.userinfo .username a:hover {
    text-decoration: none;
    background: none;
}

/* || userlinks */
.dropdown-menu.userinfo .userlinks ul {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu.userinfo .userlinks ul li {
    margin: 0 -15px;
}

.dropdown-menu.userinfo .userlinks ul li a {
    white-space: inherit;
}

.dropdown-menu.userinfo .userlinks ul i.float-right {
    margin-top: 2px;
}

header .toolbar .dropdown {
    border-left: 1px solid #3397da;
}

/* || navbar-inverse */
.navbar-inverse .navbar-nav>li>a:focus {
    background-color: transparent;
}

.login-larger-panel {
    left: 30%;
    width: 40%;
}

.login-content {
    width: 90%;
    margin: 5%;
    margin-top: 15%
}

/* || Buttons */

.btn {
    padding: 7px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.428571429;
    cursor: pointer;
    border-radius: 1px;
    user-select: none;
    font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    border-width: 0px;
    -webkit-box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.08);
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.show .dropdown-toggle.btn-default {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-default:active,
.btn-default.active,
.show .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show .dropdown-toggle.btn-primary {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.show .dropdown-toggle.btn-purple {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*style portail */

#wrap {
    overflow: hidden;
}

#wrap>.container {
    padding: 20px;
}

.grid {
    margin: 40px auto 120px;
    max-width: 1000px;
    width: 90%;
}

.grid a {
    float: left;
    max-width: 250px;
    width: 25%;
    color: #333;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 5px;
    background: #333;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.grid figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.grid figcaption h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 130%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    color: #3498db;
}

.grid figcaption p {
    padding: 0 10px;
    font-weight: 300;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    color: #aaa;
}

.grid figcaption h2,
.grid figcaption p {
    transform: translateY(50px);
}
.grid svg path {
    fill: #fff;
}

.grid figcaption,
.grid figcaption h2,
.grid figcaption p,
.grid figure button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Style for SVG */
.grid svg {
    position: absolute;
    top: -1px;
    /* fixes rendering issue in FF */
    z-index: 10;
    width: 100%;
    height: 100%;
}

/* Hover effects */

.grid a:hover figcaption h2,
.grid a:hover figcaption p {
    transform: translateY(0);
}

.grid a:hover figcaption p {
    opacity: 0;
}

.viewlogin-bg {
  background-image: url("../img/connexion.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.viewlogin-form-height {
    left: 75% !important;
    height: 100%;
    top: 0;
    width: 25.5% !important;
    position: fixed;
}

.connexion-page-login-margin-top {
    margin-top: 20%;
}

.company-logo {
    width: 80%;
    border-bottom: 1px solid #d2d3d6;
    padding-bottom: 20px;
}

.first-screen-app-btn {
    width: 320px;
    height: 60px;
    padding: 0px 58px 0px 58px;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: auto;
}

.first-screen-app-form {
    height: 100%;
    top: 0;
    width: 25.8%;
    position: fixed;
    text-align: center;
    left:0;
}
.first-screen-bg {
    background-color:#fff;
}
.app-bg {
    position: fixed;
    height: 100%;
    width: 75%;
    top: 0;
}

.con-center-bg {
    height: calc(100% - 200px);
    width: 100%;
}

.btn-app-text {
    font-family: 'Nunito';
   font-size: 16px;
   line-height: 24px;
   text-align: center;
   text-decoration : none;
}

#Dositrace:hover {
    background-color: #5680DD;
    opacity: 1;
    text-decoration : none;
}

#RMP:hover {
   background-color: #45a049;
   opacity: 1;
   text-decoration : none;
}

#Configuration\ Center:hover {
    background-color: #8156DD;
    opacity: 1;
    text-decoration : none;
}

.configuration-center-title {
    color: #8156DD;
}

.rmp-title{
    color: #6BB931;
}

.dositrace-title {
    color: #5680DD;
}

a, a:visited {
    opacity : .6;
    text-align: center;
    line-height: 30px;
}

.view-change-pwd-padding {
    padding-right: 5px;
}

.card-body-padding {
    padding: 1.1rem;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-VariableFont_wght.ttf');
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('embedded-opentype'),
    url('../fonts/Nunito-VariableFont_wght.ttf') format('ttf'),
    url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype'),
    url('../fonts/Nunito-VariableFont_wght.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


a:hover {
    text-decoration: underline;
}

#logoutButton {
    color: black;
}

.radius-0 {
    border-radius:0 ;
}


.nunito-font {
    font-family: 'Nunito';
}
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}
.mt-70 {
    margin-top: 70px
}
.height-auto {
    height: auto;
}

.mt-350 {
        margin-top: 350px;
}

.profile-table-style {
    border-spacing: 10px;
    border-collapse: separate;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f8f9fa;
}

[data-bs-theme=dark] .card {
    background-color: #1b232d;
    border-color: transparent;
}

[data-bs-theme=dark] .company-logo {
    border-bottom: 1px solid #303B48;
}

[data-bs-theme=dark] .first-screen-bg {
    background-color: #1b232d;
}

[data-bs-theme=dark] .card {
    background-color: #1C222D;
    border: 1px solid #303B48;
}

[data-bs-theme=dark] h6,
[data-bs-theme=dark] h5,
[data-bs-theme=dark] h4,
[data-bs-theme=dark] h3,
[data-bs-theme=dark] h2,
[data-bs-theme=dark] h1,
[data-bs-theme=dark] td,
[data-bs-theme=dark] label {
    color: #fff;
}

[data-bs-theme=dark] .table td,
[data-bs-theme=dark] .table th {
    color: #fff;
}

body[data-bs-theme="dark"] {
    background-color: #212529;
}

[data-bs-theme=dark] .card {
    background: #1C222D;
    border: 1px solid #303B48;
}

.form-control {
    padding: 0.375rem 0.75rem;
}

.input-group > .input-group-prepend > .input-group-text{
    border:  1px solid #bec8d0;
}

.pcoded-content {
    position: relative;
    display: block;
    padding: 25px;
}

.light-blue-color {
    color: #5dade2;
}

.overflow-scroll {
    overflow = scroll;
}
