@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&display=swap');
html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #ebf3f9;
    color: #050505;
    animation: fadeInAnimation ease 1s animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
    left: 0;
    top: 0;
}

header.sticky-top {
    z-index: 9999;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a {
    color: #144b67;
}

a:hover {
    color: #043b57;
}

::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
}

html[dir] .dark ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .16);
}

::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, .1)
}

html[dir] .dark ::-webkit-scrollbar-track {
    background-color: initial;
}

svg {
    display: block;
    pointer-events: none;
}

.w-5 {
    width: 5%!important
}

.w-10 {
    width: 10%!important
}

.w-15 {
    width: 15%!important
}

.w-20 {
    width: 20%!important
}

.w-30 {
    width: 30%!important
}

.w-35 {
    width: 35%!important
}

.w-40 {
    width: 40%!important
}

.w-60 {
    width: 60%!important
}

.w-65 {
    width: 65%!important
}

.w-70 {
    width: 70%!important
}

.w-80 {
    width: 80%!important
}

.w-85 {
    width: 85%!important
}

.w-90 {
    width: 90%!important
}

.w-95 {
    width: 95%!important
}

@media (min-width:768px) {
    #page-login .login-form-container {
        width: 500px;
        margin-top: -4rem;
    }
}

@media (max-width: 767.98px) {
    #page-login .login-form-container {
        width: 100%;
        margin: 0 15px;
        margin-top: -4rem;
    }
    .tab-search .form-control {
        width: 100px;
    }
}

::placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::placeholder {
    color: rgba(138, 138, 138, 0.01);
}

.navbar>.container {
    box-shadow: 0 5px 0px 0px rgb(128 128 128 / 22%);
}

#page-login {
    position: relative;
}

#userInfo {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 65%;
    opacity: .5;
}

#page-login .form-label,
#page-login a {
    color: rgb(0, 0, 0, 0.9);
    text-decoration: none;
    font-size: 85%;
}

#page-login .form-label {
    color: rgb(0, 0, 0, 0.7);
    text-transform: uppercase;
}

#page-login .login-form-container {
    text-align: center;
}

#page-login .login-form {
    text-align: left;
    background-color: rgb(255 255 255);
    padding: 2rem;
    border-radius: 1rem 1rem 1rem 1rem;
    z-index: 1000;
    position: relative;
    box-shadow: 0 0 14px rgb(128 128 128 / 12%);
}

#page-login .login-form-container h4,
#page-login .login-form-container h6 {
    font-weight: 400;
}

#page-login .login-form-container h6 {
    font-size: 65%;
}

.navbar .dropdown a.dropdown-toggle,
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    padding: 0.1rem 1rem;
	text-transform:uppercase;
}

.navbar .dropdown a.dropdown-toggle:hover,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .dropdown-menu a {
    font-size: 85%;
    text-transform: uppercase;
}

.form .form-label {
    text-transform: uppercase;
    font-size: 85%;
    margin-bottom: 0;
    color: #758290;
    font-weight: 400;
}

.form .col-form-label {
    text-transform: uppercase;
    font-size: 85%;
    margin-bottom: 0;
    color: #758290;
    font-weight: 400;
    text-align: right;
}

.page-title {
    border-bottom: 1px solid #ddd;
    padding: .875rem 0;
    margin-bottom: 1rem;
}

.page-title h4 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 100;
}

.page-title .ms-auto {
    margin: 0;
    padding: 0;
}

aside.sidebar {
    padding: .5rem;
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 2px 0px rgb(60 64 67 / 30%), 0px 1px 3px 1px rgb(60 64 67 / 15%)
}

aside.sidebar h5,
.box h4,
.form h4 {
    text-transform: uppercase;
    padding: .5rem 0;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 100%;
    color: #182433;
}

aside.sidebar .nav {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

aside.sidebar .nav i {
    color: #758290;
}

aside.sidebar .nav .nav-link {
    padding: .3rem;
    font-size: 85%;
}

aside.sidebar .nav .nav-link.active {
    background-color: rgba(128, 128, 128, 0.05);
    border-radius: 0 7px 7px 0;
}

.box {
    /*border-radius: 8px;*/
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 2px 0px rgb(60 64 67 / 30%), 0px 1px 3px 1px rgb(60 64 67 / 15%);
    padding: 1rem;
}

.row-image {
    /*border-radius: 8px;*/
    border-width: 0;
    box-shadow: 0px 1px 0px 0px #ddd;
    padding: .3rem;
    margin-bottom: 1rem;
}

.row-image:hover {
    background: rgba(128, 128, 128, 0.05);
}

.breadcrumb {
    font-size: 80%;
}

.tu {
    text-transform: uppercase;
}

.checked_div,
.form-filtre {
    padding: 1rem;
    background-color: rgb(20 75 103 / 33%);
    border-radius: 0;
    margin: -1rem -1rem 1rem -1rem;
}

.table-sm th,
.table-sm td {
    font-size: 85%;
}

.table-sm .small {
    font-size: 70%;
    margin: 0;
}

.page-item.active .page-link {
    background-color: #88949a;
    border-color: #88949a;
}

.page-link,
.page-link:hover {
    color: #3b434a;
}

.form .form-control,
.form .form-select {
    background-color: #f2f7fb;
}

.border-grey {
    border-color: #ced4da;
}

.btn.border-grey:hover {
    border-color: #b6bcc2;
}

.upload-replace {
    border: 3px dotted #ddd;
    cursor: pointer;
    background: url(/assets/img/upload.png) center no-repeat;
    background-size: contain;
    height: 120px;
    width: 100%;
}

.upload-replace-progress {
    border: 3px dotted #ddd;
    cursor: pointer;
    background: url(/assets/img/upload.gif) center no-repeat;
    background-size: contain;
    height: 120px;
    width: 100%;
}

.newsError {
    font-size: 85%;
}

.newsError ul {
    padding-left: 1rem;
}

.bubble {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #ffeaab;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 10px 0;
    border-color: #ffeaab transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 20px;
}

.rounded {
    border-radius: 7px!important;
}

.btn-primary {
    color: #fff;
    background-color: #144b67;
    border-color: #144b67;
}

.btn-primary-light {
    background-color: #147aaf !important;
    border-color: #266f94;
    color: #fff;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #043b57;
    border-color: #043b57;
}

.btn-check:active+,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem #043b57;
}

.btn-primary:hover {
    color: #fff;
    background-color: #043b57;
    border-color: #043b57;
}

.text-primary {
    color: #144b67 !important;
}

.text-primary-light {
    color: #147aaf !important;
}

.bg-primary {
    background-color: #144b67 !important;
}

.bg-primary-light {
    background-color: #147aaf !important;
}

.nav-tabs .nav-link {
    border-bottom: 0;
    border: 1px solid rgb(128 128 128 / 10%);
    border-radius: 0;
    color: #111111;
    background-color: rgb(128 128 128 / 5%);
}

.nav-tabs .nav-link:hover {
    border-color: rgb(128 128 128 / 20%);
    color: #333333;
}

.form-control,
.form-select,
.btn,
.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    background-color: #eef6fd!important;
    border-color: #6eb4d8;
    box-shadow: inset 3px 3px 0px 0px rgb(59 170 226 / 25%);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #144b67;
    border-color: #144b67;
    box-shadow: none;
}

.fs-7 {
    font-size: .85rem;
}

.fs-8 {
    font-size: .75rem;
}

#table-news .img-thumbnail {
    height: auto;
	min-width:65px;
}

#table-news a {
    text-decoration: none;
}

#table-news a:hover {
    color: #000;
}

#table-news thead th {
    padding: .5rem;
    border-bottom: 2px solid #ddd;
    white-space: nowrap;
	text-transform:uppercase;
}

#table-news thead th.title {
    width: 50%;
    min-width: 400px;
}

#table-news td {
    white-space: nowrap;
    vertical-align: middle;
}

#table-news .btn-action-type-2>a,
.btn-circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #cecece;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
}

#table-news .btn-action-type-2>a.active,
#table-news .btn-action-type-2>a:hover,
.btn-circle:hover,
.btn-circle:hover i {
    background-color: #266f94;
    color: #ffffff;
}

#table-news .btn-action-type>a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #266f94;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}

#table-news .btn-action-type>a.active,
#table-news .btn-action-type>a:hover {
    background-color: #266f94;
    border-color: #266f94;
    color: #ffffff;
}

.dropzone {
    border: 3px dotted #ddd;
    cursor: pointer;
    background: url(/assets/img/upload.png) center no-repeat;
    background-size: contain;
    min-height: 120px;
    width: 100%;
}

.nav-tabs .nav-link:focus {
    outline: 0;
}

.nav-tabs-sm .nav-link {
    padding: 5px 10px;
    font-size: 90%;
}

.modal {
	z-index:9999999;
}

.cursor-move {
	 cursor:move;
}
.text-mute {
	opacity:.5;
}

.nav-tabs-sm .dropdown-menu .dropdown-item {
	font-size: 80%;
}

.nav-tabs-sm .dropdown-menu .dropdown-item.active, .nav-tabs-sm .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: #144b67;
}

#titleStyle label { 
   margin:5px;
}

#titleStyle [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#titleStyle [type=radio] + img {
  cursor: pointer;
  width:75px;
  height:38px;
}

#titleStyle [type=radio]:checked + img {
  outline: 2px solid #198754;
  padding:1px;
}
.tox-tinymce-aux, .tooltip {
	z-index:999999999 !important;
}
.input-group a {
	text-decoration:none;
}
