/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */



/* typography.css */
html {font-size:100.01%;}
body {color:#222;background:#fff;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
img {
    border:none;vertical-align:text-bottom;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 .5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dt,dd { padding: 0.3em 0.5em 0.3em 0.5em !important;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {}
th, td, caption {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

body,html,.ui-widget{
    /*font-family: brownlight !important;*/
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    font-size:14px;
}
h1,h2,h3,h4,h5,h6{
    /*font-family: brownbold !important;*/
    font-family: 'Lato' !important;
    font-weight: 700;
    color:#000000 !important ;
}
.brown-bold{
    /*font-family: brownbold !important;*/
    font-family: 'Lato' !important;
    font-weight: 700;
}
.brown-regular{
    /*font-family: brownregular !important;*/
    font-family: 'Lato' !important;
    font-weight: 400;
}


/* forms.css */
form div {
    padding: 0 0 0 0;
}
form div.submit {
    padding: .5em;
}
label {font-weight:bold;margin-right:0.375em;}
fieldset {padding:0.5em 1.4em;margin:1.5em 0;border:1px solid #ddd;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;padding: 0.5em 1em;
        border: 1px solid #ccc;
        background: #efefef;}
/*fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}*/
legend.small {margin-bottom: 0;line-height: 1.1em;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
/*input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0;}*/
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
.form-inline .form-group {
    margin :0.375em;
}

div.input.datetime select, div.input.date select{
    display: inline-block;
    margin: 0 0 0 0;
    width: auto;
}
div.input.datetime label, div.input.date label{
    display: block;
}

#filtre div.input, .filtre div.input,#filtre div.checkbox, .filtre div.checkbox{
	display: inline-block;
	vertical-align: middle;
        margin: 0.375em;
}
#filtre div.input select, .filtre div.input select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#filtre div.input input[type="checkbox"], .filtre div.input input[type="checkbox"] {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	height: auto;
	padding: 0 0 0 0;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	margin: 4px 2px 4px 5px;
}
#filtre fieldset, .filtre fieldset {
	padding: 0.5em 1.4em;
	margin: 0 1em 1em;
	border: none;
	background-color: #f4e4cc;
}
#filtre h3, .filtre h3 {
	border-bottom: 1px solid #222;
        line-height: 1.5em;
        margin: 1em 0 0.5em 0;
        font-size: 1.3em;
}


div.input.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: 0px;
  width: auto; 
  height: auto; 
  padding: 0px 0px;
}
div.input.checkbox label {
  font-weight: bold;
}

#alerte-div {
    background-color: antiquewhite;
    padding: 0.5em;
    color: #e32;
}
/* Styling the markup generated by the autocomplete jQuery UI widget */

ul.ui-autocomplete{
    width:250px;
    background-color:white;
    border:1px solid gray;
    margin-left:3px;
    margin-top:-4px;
    /*font-family:Helvetica, Arial,sans-serif;*/
}

ul.ui-autocomplete li{
    list-style:none;
    border-top:1px solid white;
    border-left:1px solid white;
    margin:0;
}

ul.ui-autocomplete li:first-child{
    border-top:none;
}

ul.ui-autocomplete li:last-child{
    border-bottom:none;
}

ul.ui-autocomplete li a{
    border:none !important;
    text-decoration:none !important;
    padding:2px;
    display:block;
    color:black;
}
ul.ui-autocomplete li img{
    margin-right:4px;
}
ul.ui-autocomplete li span{
}

#ui-active-menuitem{
    background-color:#efefef;
    cursor:pointer;
}



/*MENU ADMIN*/
#home {
    color:white;
}

.Button {
    height: 50px;
    position: relative;
    background: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
}

.nav-side-menu {
    overflow: auto;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    padding-left: 0px;
    height: 100%;
    width:220px;
    min-width: 220px;
    color: #e1ffff;
    z-index: 9999;
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.nav-side-menu .brand img, #header .brand img{
    max-width: 250px;
    height: auto;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f13a";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-weight: 900;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active,
.nav-side-menu ul li.active a,
.nav-side-menu li li.active a{
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li a.active,
.nav-side-menu li .sub-menu li a.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.nav-side-menu ul .sub-menu li a:before,
.nav-side-menu li .sub-menu li a:before {
    font-family: 'Font Awesome 5 Free';
    /*content: "\f105";*/
    content: "\f0da";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}
.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #84a3c6;
    border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
    display: block;
    text-decoration: none;
    color: #e1ffff;
}
.nav-side-menu li a i, .nav-side-menu li a img {
    padding-left: 10px;

    padding-right: 0px;
}
.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}



ul#menu-content li[data-toggle="collapse"] a::after {
    display: block;  
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    margin-right: .5em;
    vertical-align: middle;
}

ul#menu-content li[aria-expanded="true"] a::after {
    /*content: "\f077";*/
    content: "\f106";
}

ul#menu-content li[aria-expanded="false"] a::after {
    /*content: "\f078";*/
    content: "\f107";
}
.menu-control {
    background-color: #23282e;
    color:#fff;
}
.menu-control:hover {
    background-color: #c0392b;
    color:#fff;
}

.menu-control {
    display: none;
}
#main-nav-menu .menu-control {
    display: block;
}
#content,#footer,.menu-control{
    transition: all 0.5s ease;
}
.d-inline-block {
    display: inline-block;
}
.d-inline {
    display: inline;
}
.d-block {
    display: block;
}
.d-none {
    display: none;
}
@media (max-width: 1200px) {

    #content,#footer{
        margin-left: 0px;
    }
    .nav-side-menu {
        position: relative;
        width: 100%;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
    .scroll-bottom-btn {
        top: 60px;
        right: 10px;
    }
    #main-nav-menu .menu-control {
        display: none;
    }
}
@media (min-width: 1200px) {
    #main-nav-menu .menu-control {
        color:#fff;
        position: absolute;
        z-index: 99999;
        top:10px;
        right:8px;
        display: inline-block;
    }
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
    #content,#footer{
        margin-left: 220px;
    }
    .scroll-bottom-btn {
        top: 10px;
        right: 10px;
    }
    body.menu-closed .nav-side-menu {
        left:-300px;
    }
    body.menu-closed #content, body.menu-closed #footer {
        margin-left: 0px;
    }
    body.menu-closed .menu-control {
        display: inline-block;
        margin-left: -10px;
        position: relative;
        top:0;
    }
    
}

.actions-line {
    background: antiquewhite;
    padding : 0.5em;
    border-radius:8px;
    margin-bottom:2em;
}
.actions-line a.btn {
    margin:0.375em
}
.btn-actif {
    color: #06c;
    background-color: transparent;
    border-color: transparent;
}
.btn-dossier, .btn-dossier:active {
    color: #333333;
    background-color: #b6cfff;
    border-color: #b6cfff;
}
.btn-dossier:focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #b6cfff;
}
.btn-dossier:hover,
.btn-dossier:active:hover {
    color: #333333;
    background-color: #fff;
    border-color: #b6cfff;
}

#recherche-personne {
    color: #333333;
    background: #eee;
    margin: -10px -10px 10px -10px;
    min-height:60px;
    line-height:50px;
}
#recherche-personne form div, #recherche-personne .form-inline .form-group{
    padding:0 0 0 0;
}
.text-light{
    color:#eee;
}
.text-yellow{
    color:#fedc00;
}

.popcontent h4 {
    margin : 0.5em 0 0 0;
    font-size: 10px;
}
.resume_attr {
    margin : 0.5em 0;
}
.event_date_label {
    width:100%;
}
div.datetime .date-inline {
    display:inline-block;
    width: auto !important;
}

.fc-header-title h2 {
    font-size: 14px;
    font-weight:500;
    /*font-family: brownlight !important;*/
}


.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #198754 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-white {
    color: #fff !important;
}

ul li ul li {
    list-style-type: circle;
}

a[aria-expanded=true] .fa-plus-square {
    display: none;
}
a[aria-expanded=false] .fa-minus-square {
    display: none;
}
.scroll-top-btn,.scroll-bottom-btn {
    color: #ffffff;
    background-color: #bdc3c7;
    border: none;
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px !important;
    z-index: 999;
    transition: none;
    border-radius: 4px;
    padding: 0 0 0 0;
}
.scroll-top-btn {
    bottom: 20px;
    right: 10px;
    opacity: .5; 
    display: none;
}
.scroll-bottom-btn {
    opacity: .75; 
    display: inline-block;
}
.scroll-top-btn:hover, .scroll-bottom-btn:hover {
    opacity: 1; 
}

#backLink {
    color: #ffffff;
    background-color: #bdc3c7;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px !important;
    transition: none;
    border-radius: 4px;
    padding: 3px 0 0 0;
}
.alert-light {
    color: #818182;
    background-color: #fafafa;
    border-color: #ddd;
}
#filtre form legend, #filtre legend{
    display: none;
}
.alert-dashboard a {
    color: #06c;
}

.contentheaderclassement{
border-bottom:2px solid #555;height:32px;padding: 0 0;
border-top:1px solid #ddd;border-right:1px solid #ddd;height:30px;
}
.headerclassement {
float:left;width:50px;padding: 1px 0;
line-height:30px;margin:  0 0 0px -1px;
border-left:1px solid #ddd;height:30px;
}
.headerclassement span {
display:block;padding:2px 4px;
font-weight:bold;
}

.infoclassement {
float:left;width:50px;
margin:  0 0 0px -1px;
border-left:1px solid #ddd; height: 50px; 
}
.infoclassement div {
padding:2px 4px;
}

#classement {
list-style-type: none; margin: 0; padding: 0;clear:left;
}
#classement li{
clear:left;
display:block;
height:50px;
border:1px solid #ddd;
margin: -1px 0 0 -1px;
background:#fff;
cursor:pointer;
}
#classement li:hover{
background:#eee;background: #f0f09a;
cursor:pointer;
}
 #classement li.highlight {
 height: 50px;
 line-height: 50px;
 padding:5px;
 margin: -1px 0 0 -1px;border: 1px solid #aaac62; background:#e6e49f;}
 
#page-erreur {
	min-height: 400px;
	text-align: center;
	font-size: 1.5em;
	padding: 150px 2em;
}

.suggest-password{
    margin-top: .5em;
}
span.loader,span.button-text{
  display: block;
}
span.loader{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid white;
  border-top-color: #d43f3a;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 3px solid white;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#identitesdiv div.checkbox {
    margin-left: 2em;
}

.btn-export-mct {
	color: #fff;
	background-color: #1abc9c;
        border-color: #16a085;
}

.btn-export-mct:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.ui-widget-content a {
color: #06c;
text-decoration: none;
}

.ui-widget-content a.btn-primary, .ui-widget-content a.btn-danger, .ui-widget-content a.btn-warning{
color: #fff;
text-decoration: none;
}

/* from bootsrap 5.3 */

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}


.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}



.badge {
  padding: 0.35em 0.65em;  
  font-size: 0.75em;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius:0.375rem;
}

.bg-primary {
  background-color: #337ab7 !important;
}
.bg-success {
  background-color: #dff0d8 !important;
}
.bg-info {
  background-color: #d9edf7 !important;
}
.bg-warning {
  background-color: #fcf8e3 !important;
}
.bg-danger {
  background-color: #f2dede !important;
}

tr.alert-danger td a.btn-primary, tr.alert-danger td a.btn-warning, tr.alert-danger td a.btn-danger,
tr.bg-danger td a.btn-primary, tr.bg-danger td a.btn-warning, tr.bg-danger td a.btn-danger,
td.bg-danger a.btn-primary, td.bg-danger a.btn-warning, td.bg-danger a.btn-danger {
    color: #fff;
}