:root {
    --bg-main-grey: #F7F8FA;
    --bg-secondary-white: #FFFF;

    --main-green-color: #6BBE87;
    --main-red-color: #af2b37;

    --main-green-light : #00BB87;
    --main-green-dark : #0F806F;
    --main-dark: #2A4154;
    --main-red : #FF7072;
    --main-blue-light : #5FA8D3;
    --white-text-font : #FFF;

    --icon-grey-light: #f8fafd;
    --grey-light-2: #E9ECED;
    --grey-light-3: #F6F7F9;
    --grey-light-4:#F1F3F8;

    --icon-font-size: 18px;

    --main-font: "Poppins", sans-serif;
    --semi-bold-poppins: 600;

    /*---Modules code color --*/
    --pilotage-color-bg: #E6F6F6;
    --documentation-color-bg: #E8ECF3;
    --rh-color-bg: #FFEADB;
    --materiel-color-bg: #DFEDF6;
    --securite-color-bg: #FFE0E1;
    --env-color-bg: #CCF1E7;
    --env-color-fournisseur-bg : #e8e5fc;
    --env-color-fournisseur: #9080F2;

    /* DASHBOARD */
    --top-margin-dashboard-element: 40px;

    --headerHeight: 80px;
}

@import url("../boo-less/style.css");
.table_pictogrammes img{
	cursor:pointer;
}

/*styles de la table de repartitions des couts dans traiter nonconformite*/
.red-gradient {
  color: #000000 !important;
  text-shadow: 1px 1px #ffffff !important;
  background-image: -moz-linear-gradient(top, #FFCBCD, #FF2123) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFCBCD), to(#FF2123)) !important;
  background-image: -webkit-linear-gradient(top, #FFCBCD, #FF2123) !important;
  background-image: -o-linear-gradient(top, #FFCBCD, #FF2123) !important;
  background-image: linear-gradient(to bottom, #FFCBCD, #FF2123) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef7e73', endColorstr='#ffdb4a39', GradientType=0) !important;
  border-color: #FF2123 #FF2123 #a92d1f !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  *background-color: #FF2123;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
}
.marrant-gradient {
  color: #000000 !important;
  text-shadow: 1px 1px 0 #ffffff !important;
  background-image: -moz-linear-gradient(top, #FBDECA, #F08F4C) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBDECA), to(#F08F4C)) !important;
  background-image: -webkit-linear-gradient(top, #FBDECA, #F08F4C) !important;
  background-image: -o-linear-gradient(top, #FBDECA, #F08F4C) !important;
  background-image: linear-gradient(to bottom, #FBDECA, #F08F4C) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef7e73', endColorstr='#ffdb4a39', GradientType=0) !important;
  border-color: #F08F4C #F08F4C #a92d1f !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  *background-color: #F08F4C;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
}
.yellow-gradient {
  color: #000000 !important;
  text-shadow: 1px 1px 0 #ffffff !important;
  background-image: -moz-linear-gradient(top, #FEF0CB, #FFCB23) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEF0CB), to(#FFCB23)) !important;
  background-image: -webkit-linear-gradient(top, #FEF0CB, #FFCB23) !important;
  background-image: -o-linear-gradient(top, #FEF0CB, #FFCB23) !important;
  background-image: linear-gradient(to bottom, #FEF0CB, #FFCB23) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef7e73', endColorstr='#ffdb4a39', GradientType=0) !important;
  border-color: #FFCB23 #FFCB23 #a92d1f !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  *background-color: #FFCB23;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
}
.grey-gradient {
  color: #000000 !important;
  text-shadow: 1px 1px 0 #ffffff !important;
  background-image: -moz-linear-gradient(top, #FBFBFB, #EBEBEB) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBFBFB), to(#EBEBEB)) !important;
  background-image: -webkit-linear-gradient(top, #FBFBFB, #EBEBEB) !important;
  background-image: -o-linear-gradient(top, #FBFBFB, #EBEBEB) !important;
  background-image: linear-gradient(to bottom, #FBFBFB, #EBEBEB) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef7e73', endColorstr='#ffdb4a39', GradientType=0) !important;
  border-color: #EBEBEB #EBEBEB #a92d1f !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  *background-color: #EBEBEB;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
}
.green-gradient {
  color: #000000 !important;
  text-shadow: 1px 1px 0 #ffffff !important;
  background-image: -moz-linear-gradient(top, #9FEE9F, #2D882D) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9FEE9F), to(#2D882D)) !important;
  background-image: -webkit-linear-gradient(top, #9FEE9F, #2D882D) !important;
  background-image: -o-linear-gradient(top, #9FEE9F, #2D882D) !important;
  background-image: linear-gradient(to bottom, #9FEE9F, #2D882D) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef7e73', endColorstr='#ffdb4a39', GradientType=0) !important;
  border-color: #2D882D #2D882D #a92d1f !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  *background-color: #2D882D;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
}
.tendance-yellow{
	background: #d69656 !important;
}
.tendance-green{
	background: #7bac5c !important;
}
.tendance-red{
	background: #eb5656 !important;
}
.blue-github{
	background: #6ba7e3 !important;
}
/*****************************/
/*style de modele ishikawa */
.label-rose,
.badge-rose,
.label-rose[href],
.badge-rose[href] {
background-color:#FE2EC8 !important;}
.label-yellow,
.badge-yellow,
.label-yellow[href],
.badge-yellow[href] {
color: #d88500 !important;
background-color:#F8E9D1 !important;}
.label-bleue,
.badge-bleue,
.label-bleue[href],
.badge-bleue[href] {
background-color:#0074FF !important;}
.label-orange,
.badge-orange,
.label-orange[href],
.badge-orange[href] {
color: #F26C0A !important;
background-color:#FDF0E6 !important;}
/** Risques & Opportunités */
.label-vert {
	color: #30a73c;
	background-color: #DAECDC;
}
.label-bleu {
	background-color: #3a87ad;
}
.label-jaune {
	color: #e38b00;
	background-color: #F9EEDD;
}
.label-orange {
	background-color: #F26C0A;
}
.label-rouge {
	background-color: #FF0000;
}
.label-noir {
	color: white;
	background-color: black;
}
/** Risques & Opportunités */
input[type="text"].audit
{
    background: transparent;
    border: none;
}
.ishikawa-th-green{
	background-color:#2aa4bf !important;
	border:2px solid #2aa4bf !important;
	}
	.ishikawa-th-green3{
	background-color:#228b56 !important;
	border:2px solid #228b56 !important;
	text-shadow : none !important ;
	}
.ishikawa-th-red{
	background-color:#FF0000 !important;
	border:2px solid #FF0000 !important;
	}
.ishikawa-th-white{
	background-color:#ffffff  !important;
	border:2px solid #ffffff  !important;
	}
.ishikawa-th-orange{
	background-color:#f89406 !important;
	border:2px solid #f89406 !important;
	}
	.ishikawa-th-orange2{
	background-color:#b46f2c !important;
	border:2px solid #b46f2c !important;
	text-shadow : none !important ;
	}
.ishikawa-th-darkred{
	background-color:darkred !important;
	border:2px solid darkred !important;
	}
.ishikawa-td-left{
	border-right:1px solid black !important;
	}
.ishikawa-td-right{
	border-left:1px solid black !important;
	}
.ishikawa-td-inner{
	border-left:1px solid black !important;
	border-right:1px solid black !important;
	}

.ishikawa-th-green2{
	background-color: green !important;
	border:2px solid green !important;
}
.ishikawa-th-yellow{
	background-color: #D7DF01 !important;
	border:2px solid #D7DF01 !important;
}
.ishikawa-th-hex{
	background-color: #F5DA81 !important;
	border:2px solid #F5DA81 !important;
}
.ishikawa-th-grey{
	background-color: grey !important;
	border:2px solid grey !important;
	}
.ishikawa-th-blue{
	background-color: #00BB87 !important;
	border:2px solid #00BB87 !important;
}

.ishikawa-separator{
	background-color: black !important;
	height:2px;
}
/***************************/
.th-white-on-blue{
	background-color:#00BB87 !important;
	color:white;
}
#table_situations_penibilite_rythmes_travail td{
	vertical-align:middle !important;
}
#table_situations_penibilite_environnement_physique_aggressif td{
	vertical-align:middle !important;
}
#table_situations_penibilite_contraintes_physiques td{
	vertical-align:middle !important;
}
/*style du help-table*/
.help-table{
	position:absolute;
}
.help-table  p{
	font-size: 90%;
}
/*********************/
.widget-simple.widget-table {
	padding-top: 0px;
}

.nav.nav_header{
	text-align: center;
}
.nav.nav_header  li{
	display: inline-block;
	width: auto;
	margin: 0 auto;
	left: auto;
	right: auto;
	float: none;
}
.nav.nav_header li>a{
	float: left;
    margin: 0px 0px 1px 0px;
    height: 75px;
}
.nav.nav_header li>a img{
	width: 45px;
    margin: 0.8em;
}
@media screen and (max-width: 1600px) {
    .nav.nav_header li>a img{
        width: 35px;
        margin: 0.4em;
    }
}

.navbar .nav > li > .dropdown-menu::after {
	right: 10px;
	left: auto;
}
.navbar .nav > li > .dropdown-menu::before {
	right: 9px;
	left: auto;
}
/****** Added *************/
.datepicker {
	z-index: 1100 !important;
}
tr td.details-control,tr td.details-control:hover {
    background: url('/media/img/icones/details_open.png') no-repeat center center !important;
    cursor: pointer;
}
tr.shown td.details-control,tr.shown td.details-control:hover {
    background: url('/media/img/icones/details_close.png') no-repeat center center !important;
}
form#change_site_session .division_select{
    color: #ffffff !important;
    text-decoration: none;
    background-color: #00BB87;
    padding-left: 25px !important;
    text-align: left;
    max-width: 170px;
    white-space: normal;
}
form#change_site_session .site_select{
    padding-left: 45px !important;
    text-align: left;
}
form#change_site_session .groupe_select{
    background: #2A4154;
    color: #fff !important;
    text-align: left;
}
form#change_site_session .btn-blue .caret {
    border-top-color: black;
}
form#change_site_session .dropdown .dropdown-menu.open {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
}
/***DEBUT CSS de l'upload multiple***/
.custom-file-dropzone{
    width:auto;
    border: 3px dashed lightgray;
    border-radius: 0;
    overflow-y: auto;
}
.ezdz-accept span, .ezdz-enter span, .custom-file-dropzone span{
    display: block;
    max-width:auto;
    background:none;
}
.ezdz-enter {
    color: lightgray;
    border: 3px dashed #66d68d;
}
/***FIN CSS de l'upload multiple***/
.nav.versioning {
	float: left;
}
a#btnVersioning{
	color: #aaa;
}
p#textCopyright{
	color: #2A4154;
}
p#textCopyright a{
	color: #00BB87;
}

.dropdown-menu {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	top: 80%
}

.moreFonctionnalities:focus {
	background-color: #f4f4f4 !important;
}
.moreFonctionnalitiesOne {
	margin: 10px !important;
	height: 125px !important;
	width: 100px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center;
}
.moreFonctionnalitiesOne:hover {
	background-color: #f6f6f6 !important;
	border-radius: 10px !important;
}

.moreFonctionnalitiesUL {
    grid-template-columns: repeat(2, 1fr);
    right: 0;
}

.specialModule:focus {
	background-color: #f4f4f4 !important;
}

.functionnalityPreview {
	display: none;
    position:absolute;
    border:0px solid #000;
	border-radius: 8px;
    width:170px;
	margin-top: 215px;
	padding: 25px;
	background-color: #fff;
	font-size: 15px;
	font-weight: bold;
	color: #2A4154;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
/****************************************************************/

.dataTables_wrapper.no-footer div.dataTables_scrollBody table,
.dataTables_scrollHead{
	width:100% !important;
}
.well-demande{
	min-height: 166px !important;
}
.form-horizontal .controls{
	position:relative;
}

.radio input[type="radio"], .checkbox input[type="checkbox"]{
	float: none;
    margin-left: 0;
}
.control-group.error  .controls label.checkbox-resistance{
	color:#333333 !important;
}
.select2-offscreen{width:0 !important; height:0 !important;display:none !important;}
.btn-import{
	height: 22px !important;
    padding: 3px 12px 3px 12px !important;
}
.row-fluid .widget-collapsible:first-child {
    margin-left: 9px !important;
}
code {display:inline-block !important;}
#calander-list{
	padding:15px !important;
}
.order-list .control-group{
	margin-bottom:0 !important;
}
.order-list .controls{
	margin:0 !important;
}
.table tbody tr.odd.selected > th.sorting_1,
.table tbody tr.selected:nth-child(odd) > th.sorting_1, .table tbody tr.odd.selected > td.sorting_1, .table tbody tr.odd.selected > td,
.table tbody tr.selected:nth-child(odd) > td.sorting_1,
.table tbody tr.odd.selected:hover > th.sorting_1,
.table tbody tr.selected:hover > th.sorting_1, .table tbody tr.odd.selected:hover > td.sorting_1, .table tbody tr.odd.selected:hover > td,
.table tbody tr.selected:hover{
	background-color: #B0BED9 !important;
}
.photos-materiel .fileupload,
.photos-materiel .fileupload .thumbnail{
	margin-bottom:0;
}
.photos-materiel .fileupload .thumbnail>img{
	width: 88px;
}
.navbar-materiel .nav{
	float:left
}
.form-horizontal-planning .hide{
	display:none;
}
.form-horizontal-planning .btn-glyph{
	height:30px;
}
.widget-header-planif h4{
	font-size: 16px;
}
.filter-etat .controls{
	margin-left: 50px;
}
.filter-etat .control-label{
	width:auto;
}
.filter-etat .control-group{
	float:left;
}
.filter-etat .btn{
    float: left;
	margin-left:20px;
}
.filter-etat  .radio input[type="radio"], .filter-etat  .checkbox input[type="checkbox"]{
	margin-top:0;
}
.clickable-row{
	cursor: pointer;
}
.voyant_red{
	width: 15px;
    height: 15px;
    background: red;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}
.voyant_black{
	width: 15px;
    height: 15px;
    background: #64696b;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}
.voyant_black2{
	width: 15px;
	height: 15px;
	background: black;
	display: inline-block;
	border-radius: 50%;
	margin-top: 4px;
	margin-bottom: -3px;
}
.voyant_blue_intervention{
	width: 15px;
    height: 15px;
    background: #53798e;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}
.voyant_yellow{
	width: 15px;
    height: 15px;
    background: yellow;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}
.voyant_blue{
	width: 15px;
    height: 15px;
    background: blue;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}
.voyant_green{
	width: 15px;
    height: 15px;
    background: green;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}

.voyant_gris{
	width: 15px;
    height: 15px;
    background: #999999;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}
.voyant_orange{
	width: 15px;
    height: 15px;
    background: #c27f3d;
    display: inline-block;
    border-radius: 50%;
    margin-top: 4px;
	margin-bottom: -3px;
}
.form-horizontal-pilot .control-label {
    width: 140px !important;
}
.form-horizontal-pilot .controls {
    margin-left: 140px !important;
}
/*****Permission*****/
.according-permission .accordion-group{
	border-radius: 0;
}
.according-permission .accordion-heading{
	background: #268ccc;
}
.according-permission .accordion-toggle{
	color:#fff;
	text-decoration:none;
}
.according-permission .accordion-inner{
	padding:0;
}
.according-permission .accordion-body ul{
	margin: 0;
	border-bottom: 1px solid #268ccc;
}
.according-permission .accordion-body ul li{
	list-style: none;
    padding: 10px;
    background: #fff;
    border: 1px solid #268ccc;
    border-bottom: 0;
	cursor: pointer;
}
.according-permission .accordion-body ul li input[type="checkbox"]{
	margin-top: 0;
    margin-right: 10px;
}

.UL_click{
	background-image: none !important;
    color: #fff;
    background-color: #268ccc;
    padding: 8px 15px;
	cursor:pointer;
}
.UL_click.UL_click-param{
	background-image: none !important;
    color: #fff;
    background-color: #268ccc;
    padding: 8px 15px;
	cursor:pointer;
	filter: brightness(120%);
	margin-left: 25px;
}

.list-bordered.list-bordered-param{
	margin-left: 25px;
	border-bottom: 1px solid #268ccc;
}

#mainSideMenu {
    margin-top: 20px;
    margin-bottom: 24%;
    padding-bottom: 50%;
}

#mainSideMenu div.accordion-subHeading + ul.accordion-content.nav.nav-list{
	background: none;
	box-shadow: none;
}

#mainSideMenu .accordion-content > li > a, #mainSideMenu .accordion-heading > a, #mainSideMenu .accordion-group .accordion-content li div > a {
    color: var(--main-dark);
    text-shadow: none !important;
    font-family: var(--main-font);
}

#mainSideMenu .accordion-content {
    margin-left: 20px;
}

.syma-sidebar .nav-side .accordion-content {
    background-color: var(--bg-secondary-white);
}

div.accordion-subHeading a.accordion-toggle .chevron{
	color: #101112;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	opacity: 0.7;
}
div.accordion-subHeading a.accordion-toggle:hover{
	color: #c8c8c8;
    background: url(../img/background/transparent-25.png) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0.1);
}
div.accordion-subHeading a.accordion-toggle:hover .chevron{
	color: #bbbbbb;
    text-shadow: 0 -1px 0 #000000;
    opacity: 1;
}
.sidebar .nav-side .accordion-subHeading + .accordion-content > li:first-child {
	margin-top: 3px;
}
.sidebar .nav-side .accordion-subHeading + .accordion-content > li:last-child {
	margin-bottom: 3px;
}
.accordian-permission ul li{
	list-style: none;
    padding: 10px;
    background: #fff;
    border: 1px solid #268ccc;
    border-bottom: 0;
	cursor: pointer;
	position: relative;
	min-height: 25px;
}
.accordian-permission ul li input[type="checkbox"]{
	margin-top: 1px;
    margin-right: 10px;
	position: absolute;
}
.accordian-permission ul li p{
	position:absolute;
	width:75%;
	height:100%;
	background:transparent;
	padding-left: 25px;
	word-wrap: break-word;
	margin-top: 0px;
}
.item-collapse.item-collapse-param{
	border-bottom: 1px solid #268ccc;
}
/*****Page notification******/
.groupe-notif{
	width: 100%;
    display: block;
}
.groupe-notif .parent-notif{
	padding: 5px 10px;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
    border-radius: 4px;
}
.groupe-notif .list-child{
    background: #fff;
}
.groupe-notif .item-child .head-item{
	background: #00BB87;
    color: #fff;
    padding: 5px 15px;
	border: 1px solid #fff;
    box-shadow: 0px 20px 30px rgb(69 69 69 / 20%);
}
.groupe-notif .item-child .head-item input[type="checkbox"]{
	float:left;
	margin-right: 10px;
}
.groupe-notif .item-child .body-item ul{
	margin: 0;
    list-style: none;
}
.groupe-notif .item-child .body-item li{
	padding: 5px 15px;
	border-bottom: 1px solid #2a81bf;
}
.groupe-notif .item-child .body-item li:last-child{
	border-bottom: 0;
}
.groupe-notif .item-child .body-item li input[type="checkbox"]{
	float:left;
	margin-right: 10px;
	margin-left: 15px;
}

.nav-notifications .dropdown {
    margin-left: 0 !important;
    width: auto !important;
}
.nav-notifications .dropdown-menu{
	bottom:100% !important;
	top: auto;
}
.nav-notifications .dropdown-menu:after,
.nav-notifications .dropdown-menu:before{
	display:none !important;
}
.tooltip { display:none !important;}
.action-traduction textarea{
	margin: 0 auto;
    display: block;
}
.form-horizontal legend{
	color: #00BB87;
    padding: 7px 0px 5px 0px;
    /*font-weight: bold;*/
}
.pnote{
	text-align:right;
	font-style:italic;
}
.widget-fixed{
	position: fixed;
    top: 105px;
    width: 73%;
    z-index: 999;
	display:none;
}
.doc-dropdown-menu{
	right:0 !important;
	left: auto;
	top: -42px;
    text-align: center;
}

.bleu {
	color: #2a81bf;
}

#tree {
    float: left;
    min-width: auto;
    border-right: 1px solid silver;
    overflow: auto;
    padding: 0px 0;
	width:0px;
    margin-left: 0;
}
#data { margin-left:320px; }
#data textarea { margin:0; padding:0; height:100%; width:100%; border:0; background:white; display:block; line-height:18px; resize:none; }
#data, #code { font: normal normal normal 12px/18px 'Consolas', monospace !important; }

#tree .folder { background:url('./file_sprite.png') right bottom no-repeat; }
#tree .file { background:url('./file_sprite.png') 0 0 no-repeat; }
#tree .file-pdf { background-position: -32px 0 }
#tree .file-as { background-position: -36px 0 }
#tree .file-c { background-position: -72px -0px }
#tree .file-iso { background-position: -108px -0px }
#tree .file-htm, #tree .file-html, #tree .file-xml, #tree .file-xsl { background-position: -126px -0px }
#tree .file-cf { background-position: -162px -0px }
#tree .file-cpp { background-position: -216px -0px }
#tree .file-cs { background-position: -236px -0px }
#tree .file-sql { background-position: -272px -0px }
#tree .file-xls, #tree .file-xlsx { background-position: -362px -0px }
#tree .file-h { background-position: -488px -0px }
#tree .file-crt, #tree .file-pem, #tree .file-cer { background-position: -452px -18px }
#tree .file-php { background-position: -108px -18px }
#tree .file-jpg, #tree .file-jpeg, #tree .file-png, #tree .file-gif, #tree .file-bmp { background-position: -126px -18px }
#tree .file-ppt, #tree .file-pptx { background-position: -144px -18px }
#tree .file-rb { background-position: -180px -18px }
#tree .file-text, #tree .file-txt, #tree .file-md, #tree .file-log, #tree .file-htaccess { background-position: -254px -18px }
#tree .file-doc, #tree .file-docx { background-position: -362px -18px }
#tree .file-zip, #tree .file-gz, #tree .file-tar, #tree .file-rar { background-position: -416px -18px }
#tree .file-js { background-position: -434px -18px }
#tree .file-css { background-position: -144px -0px }
#tree .file-fla { background-position: -398px -0px }
#tree .folderselect { background:url('./file_sprite.png') right top no-repeat !important;}

body {
    background-color: var(--bg-main-grey);
}

.doc-dropdown-menu{
	top: -42px;
}

.legend-info ul li{
	list-style:none;
}
.label-directory{
	font-size:15px !important;
}
.form-horizontal .form-dark-small .control-label {
    width: 120px;
}
.form-horizontal .form-dark-small .controls {
    margin-left: 120px;
}
.btn-tree{
	position: relative;
    z-index: 9;
	top: 0;
	padding: 4px;
	border-radius: 0 5px 5px 0;
}
#tree.open{
	width:100%;
}
.btn-submit{
	background:#37bd3d;
}
.header-submit{
    text-align: right;

    position: sticky;
    right: 30px;
    z-index: 998;
    top: calc(var(--headerHeight) + 5px);
    background-color: #FFF;
}

.page-header h3{
	display: inline-block;
}
.page-header {
	margin-top: 0;
}
/* #main-container {
    top: 80px !important;
} */
.container-fluid:before{
	display:none;
}
.well-form{
	cursor:move;
	position:relative;
	padding:0 10px;
}
.btn-move{
	cursor:move !important;
	position: absolute;
    right: -8px;
    top: -10px;
}
.well-form .btn-delete{
	position: absolute;
    right: 30px;
    top: -8px;
}
.reponces .span4:nth-child(even){
	margin-left:0 !important;
}
.dropdown.btn-mini{
	padding: 0 !important;
	border: 0 !important;
}
.small-legend{
	margin-bottom: 0;
    font-size: 13px;
    border: 0;
}
.legend table tr{
	line-height:18px;
}
.form-horizontal .form-dark-traitement .control-label {
    width: 95px;
}
.form-horizontal .form-dark-traitement .controls {
    margin-left: 95px;
}
.conformite .radio{
    float: left !important;
	margin:0;
}
.conformite h4{
    float: left !important;
	margin: 0;
    padding-left: 10px;
}
#calendarWidgetS{
	height: 580px !important;
}


.white{
	color:white !important;
}
.tr-green{
	/*background-color: #228b56 !important;*/
	background-color: #2aa4bf !important;

}
.tr-red{
	/*background-color: #942420 !important;*/
	background-color: #e06900 !important;
}
.tr-green-2{
	background-color: #3b9b28  !important;
}
.tr-orange{
	background-color: #f89406  !important;
}


.tr-green2{
	background: #2DD41C !important;
}
.tr-red2{
	background: #FF0000 !important;
}
.tr-green-22{
	background: #0AF211 !important;
}
.tr-orange2{
	background: #F2730A !important;
}
.widget-btn {
	width: 100% !important;
	font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;

}
.navbar .nav.nav-pills.pilotage{
    float: left !important;
}
.widget-btn.contour{
    border: 1px solid #2a81bf !important;
}
.tab_verificateur {
    margin-left: 0 !important;
}
.dim {
    margin-left: -17px  !important;
    width: 58px  !important;
}
.dim2 {
    margin-left: 40px    !important

}

.selectstyle {
    width: 20px!important;
}
#calendarWidgetS .fc-day-grid-container{
	height: 400px !important;
    overflow-y: hidden !important;
}
#calendarWidgetS .fc-time-grid-container{
	height: 400px !important;
    overflow-y: hidden !important;
}

#main-sidebar {
    z-index:999;
}

@media print {
	.noPrint {
		display:none !important;
	  }
}
/*responsive*/
@media (min-width: 1200px) {
	.well-demande .span6{
		 width: 47% !important;
	}
}
@media screen and (min-width:980px) and (max-width:1286px) {
	.nav-collapse.collapse{
		width: auto;
		margin: 0 auto;
		left: auto;
		right: auto;
		float: none;
        width: 70%;
	}
	.nav.nav_header li>a img {
	  width:46px;
	}
	.nav.nav_header li>a{
	  padding: 0 15px 0 0;
	}
	.nav-collapse.collapse{
		display: inline-block;
	}
	.navbar .nav.nav_header {
		width: 100%;
		float: left;
		margin: 0;
	}

	.widget-fixed {
		width: 65%;
	}
}
@media (max-width: 979px) {
	/*.select2-container {
		  width:auto !important;
	}*/
  .navbar .brand{
		width: 100%;
		text-align: center;
		padding-top: 0;
  }
  .navbar .brand img{margin-top: -30px;}
  .nav.nav_header {
		display: inline-block;
		width: 100%;
	}
	.widget-fixed {
		top: 120px;
		width: 70%;
	}
}
@media screen and (min-width:768px) and (max-width:979px) {
	.btn-group.bootstrap-select{
		width: 100%;
	}
}
@media (max-width: 767px) {
	select.span6{
		display:block !important;
	}
	.selecttwo-s.select2-offscreen{width:0 !important; height:0 !important;}
	.navbar-materiel {
		margin-top:30px;
	}
	.widget-fixed {
		top: 0px;
		width: 89%;
	}
}
@media (max-width: 500px) {
	.widget-fixed {
		width: 85%;
	}
}
@media (max-width: 400px) {
	.widget-fixed {
		width: 80%;
	}
}
/*Impression design*/
@media print {
	.hidden-print { display:none !important; }
}
@media (min-width: 1200px){
	/*.row-fluid [class*="span"] {
		min-height: 0;
	}*/
}
.jstree-clicked >i{
	background-color: #205081  !important;
}
.labelrevue {

	color: black;
	/* display: block; */
	font-size: 18px;
	/* margin: 3px; */
}

.modal-dynamic {
    position:fixed;
    z-index:10000;
    left:0;
    top:0;
    right:0;
    bottom:50;
    width:100%;
    height:100vh;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgb(0,0,0,0.4);
    overflow-y: hidden;
}

.modal-dynamic-body {
    position:relative;
    background-color:#fefefe;
    margin:5% auto 15%;
    padding:20px;
    border:1px solid #888;
}

.modal-dynamic-body h3 {
    width: 90%;
}
.modal-dynamic-body h3 .title-name {
    color: #0074FF;
}

.modal-dynamic-content {
    text-align: center;
}

@media only screen and (max-device-width: 640px) {
    .modal-buttons {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

#close-span {
    position: absolute;
    color: #aaa;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
}
#close-span:hover,
#close-span:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-button .modal-btn {
    border: none;
    padding: 15px 32px;
    font-size: 14px;
    margin: 5px;
    border-radius: 4px;
}

.modal-button .bt-valid {
    background-color: #4CAF50;
    color: white;
}
.modal-button .bt-valid:hover {
    background-color: #5dda61;
}

.modal-button .bt-undo {
    background-color: white;
    border: 2px solid #a92d1f;
    color: #a92d1f;
}
.modal-button .bt-undo:hover {
    background-color: #a92d1f;
    color: white;
}

.modal-button .bt-clear {
    background-color: #0074FF;
    color: white;
}
.modal-button .bt-clear:hover {
    background-color: #53a1ff;
}

.canvas-signature {
    background-color: #f5f5f5;
    border: 2px solid black;
}

#content-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
    margin-left: 270px;
}
#content-overlay img {
    position: absolute;
    top: 40%;
    left: 40%;
}
.table-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    cursor: pointer;
}
.table-overlay img {
    position: absolute;
    top: 49%;
    left: 49%;
}
td .select2-container.span12 {
    width: 100% !important;
}
[hidden] {
    display: none !important;
}

input.translatable, textarea.translatable {
    background-image: url("../../media/img/langue/world_edit.png") !important;
    background-position: 98% 50% !important;
    background-repeat: no-repeat !important;
    opacity: 0.7 !important;
    cursor: pointer;
}
select.to-translate.loading, .to-translate.loading, .select2-container.to-translate.loading a.select2-choice {
    background-image: url("../../media/img/loader/mini-ajax-loader.gif");
    padding-left: 25px !important;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    opacity: 0.7 !important;
}
.guides-popup {
	display: none;
	position: absolute;
	bottom: 50px;
	right: 10px;
	background-color: #343639;
	width: 300px;
	height: 450px;
	color: white;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
	overflow: auto;
}
.guides-popup-header {
	padding: 15px 15px 0 15px;
}
.guides-popup-title {
	font-size: 18px;
	font-weight: bold;
}
.close-guides-popup-button {
	margin-left: -2px;
	cursor: pointer;
}
.guide-separator {
	border: 1px solid rgb(90, 90, 90);
}
.guides-popup > .guides {
	margin-top: 10px;
}
.guide-module-row {
	cursor: pointer;
}
.guide-module-row:hover {
	background-color: #484b4e;
}
.guide-module-title {
	margin-top: 5px;
	margin-left: 15px;
	font-size: 15px;
	font-weight: bold;
}
.module-column {
	min-height: 0 !important;
	padding: 5px 0;
}
.guides-row {
	background-color: #484b4e;
}
.guide-column {
	padding: 5px 5px 5px 15px;
}
.guide-title {
	font-size: 14px;
	font-weight: bold;
}
.guide-download {
	cursor: pointer;
}
.guide-description {
	text-align: justify;
	margin-bottom: 0;
}
.guide-body {
	padding-right: 15px;
}
.select2-container-multi.s2-minimized .select2-choices {
    height: 28px !important;
    background-image: url("../../media/img/icones/suspension.png");
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.selecttwo-large.select2-container .select2-choice {
    min-height: 28px;
    max-height: 48px;
    line-height: 24px;
    height: 100%;
}
.selecttwo-large.select2-container .select2-choice span {
    white-space: break-spaces;
}
.minifier {
    cursor: pointer;
}
textarea.code {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.select2-results .select2-disabled {
    display: none !important;
}

/* Finition chantier css */
#finitionChantierUpdate #btn-info-general {
    padding: 5px;
    font-size: 17px;
}

#finitionChantierUpdate #save {
    color:#000;
}

#finitionChantierUpdate #save span {
    color:#FFF;
}

#finitionChantierUpdate #btn-info-general {
    padding: 5px;
    font-size: 17px;
}

#finitionChantierUpdate .widget-body {
    padding:0;
}
#finitionChantierUpdate .label-file {
    cursor: pointer;
    margin:auto;
    text-align:center;
    padding:5px;
    border-radius:5px;
    background-color:#ccc;
}
#finitionChantierUpdate .label-file:hover {
    color: #25a5c4;
    background-color:#333333;
    margin:auto;
    text-align:center;

}

#finitionChantierUpdate .input-file {
    display: none;
}
#finitionChantierUpdate .uploadedImage {
    background-color:#333333;
}

#finitionChantierUpdate .label-fileRealise {
    cursor: pointer;
    margin:auto;
    text-align:center;
    padding:5px;
    border-radius:5px;
    background-color:#ccc;
}
#finitionChantierUpdate .label-fileRealise:hover {
    color: #25a5c4;
    background-color:#333333;
    margin:auto;
    text-align:center;

}

#finitionChantierUpdate .input-fileRealise {
    display: none;
}
#finitionChantierUpdate .uploadedImageRealise {
    background-color:#333333;
}

/* Define the color of the element in the finishingSite list. */
.color_2 {
    background-color:#ff7070 !important;
}
.color_1 {
    background-color:#000 !important;
    color:#fff;
}
.color_3 {
    background-color:#fff7ab !important;
}
.boldElement {
    font-weight:bold !important;
}
.imageList {
    width:60px;
}
#finitionChantierUpdate .textareaComment {
    margin-top:0px !important;
    margin-bottom:0px !important;
    height:20px;
}
.timeFormat {
    width:40px;
}

.constructionReference {
    margin-top:12px;
    margin-bottom:14px;
}

button > i {
    pointer-events: none;
}
.submitBtn {
    margin-left: 1em;
}

.dsh-element-title {
    font-size: 22px;
    font-weight: 700;
    padding: 2rem;
    margin-right: 50px;
}

.graphCardSynthese {
    border-radius: 10px;
    border: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 25px 10px 25px;
    box-shadow: 0px 0px 13px 3px rgba(59, 41, 41, 0.1);
}
.flexBoxForGraphs {
    display: flex;
    justify-content: space-around;
}

.rolesModules {
    background: #f5f5f5 !important;
    color: #2A4154 !important;
    font-weight: 510;
}

.rolesModulesSelect {
    border: none !important;
    border-bottom: 2px solid #f6f6f6 !important;
}

.rolesModulesSelectName {
    border: none !important;
    border-bottom: 2px solid #f6f6f6 !important;
}

.rolesFonctionnality {
    box-shadow: 0px 3px 15px rgb(69 69 69 / 20%) !important;
    color: #2A4154 !important;
    font-weight: 510;
}

.rolesPermission {
    background-color: #cfcfcf !important;
    color: #2A4154 !important;
    font-weight: 510;
    margin-left: 0px !important;
    padding-left: 40px !important;
    filter: none;
}

.rolesPermission:hover {
    background-color: #f3f2f2 !important;
    filter: none;
}

.rolesPermissionSelect {
    border: none !important;
    border-bottom: 2px solid #f6f6f6 !important;
}

.rolesPermissionName {
    border: none !important;
    border-bottom: 2px solid #f6f6f6 !important;
}

.rolesPermissionListBordered {
    border-bottom: none !important;
}

.delete_file {
    font-size: 25px;
}

#add_file {
    font-size: 25px;
}
.backgroundLabelVignette {
    background-color: #fff;
    padding: 9px  15px 7px 15px;
    border-radius: 5px;
}
.helpContent {
    background-color: #fff !important;
    padding: 15px 25px !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1) !important;
}
.licence-message {
    color: #eb5656;
    position: fixed;
    max-width: 300px;
    line-height: 1.25;
    top: 15px;
}

.valideFilterBtn {
    background-color: #00BB87;
    border: solid 1px #00BB87 !important;
    border-radius: 15px;
    padding: 4px 25px;
    color: #fff;
    margin-left:10px;
    font-weight: bold;
}

.fixedElement {
    position: fixed;
    margin-top: -5%;
    width: 84%;
}

.cssgrid {
    display: grid;
    justify-content: space-evenly;
}

.cssflex {
    display: flex;
}

.flex-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-column {
	flex-direction: column;
	gap: 1.2em 0;
}

.btn-sml {
    margin-top:7px;
    margin-bottom:7px;
}

.btn-sml > .mdi {
    font-size: 1.5em;
    vertical-align: middle;
}

.btn-sml-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4592c8;
    border-color: #2c7cb4 #2c7cb4 #1d5176;
}

.btn-sml-info:hover {
    background-color: #346f99;
    color: #ffffff;
}

.btn-sml-back {
    background-color: #fafafa;
}

.btn-sml-back:hover {
    background-color: #ececec;
}

.btn-sml-danger {
    background-color: #FDE4E7;
    color: #af2b37;
}

.btn-sml-danger:hover {
    background-color: #e9cfd2;
    color: #af2b37;
}

.btn-sml-valid {
    background-color: var(--main-green-color);
    color: #fff;
}


.c-dialog {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 2.4rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0,0,0, .35);
    transition: .2s;
}

.c-dialog__box {
    flex: 1;
    max-width: 48rem;
    padding: 1.4rem;
    background-color: #eee;
    overflow-y: scroll;
}

.c-dialog[aria-hidden="true"] {
    opacity: 0;
    display: none;
}

.c-dialog_close {
    cursor: pointer;
    text-align: right;
}

.c-dialog_close:hover {
    color: red;
}

.c-dialog__box.align-right {
    margin-right: 20px;
    margin-left: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.c-dialog__box .title-box {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

.content-box-img {
    margin:20px 0;
    text-align: center;
}

.display-errors {
    margin-top: 40px;
}

.display-card-errors {
    background-color: #e2e0e0;
    padding: 20px;
    margin-top: 20px;
}

.card-errors {
    background-color: #fff;
    padding: 20px;
    border-radius: 3em;
}
.card-errors:not(:first-child) {
    margin-top: 20px;
}

.nameFile-error {
    color: red;
}

.nameFile-valid {
    color: green;
}

.card-error-line {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.card-errors .line-errors:not(:first-child) {
    margin-top: 15px;
}

#footer-fix {
    box-shadow: none;
}

.icon-size-global {
    font-size: var(--icon-font-size);
}
#profiler {
    display: absolute;
    position:fixed;
    left: 0;
    bottom: 0;
    z-index: 50000;
    padding: 10px;
    cursor: pointer;
}

.icon-dark-green {
	color: var(--icon-green-dark-color);
}
.icon-red-light {
	color: var(--icon-red-light-color);
}
.group-inline {
	display: flex;
	align-items: center;
}
.group-inline input[type="radio"] {
	margin-right: 5px;
}
.group-inline label {
	margin-right: 10px;
}

.inline-label {
	margin-right: 20px;
}

.dshbr-visibility-btns-container {
    display: flex;
    justify-content: flex-end;
}

.dshbr-element-top-margin {
    margin-top: var(--top-margin-dashboard-element);
}


.dshbr-visibility-btns-container div {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.tab-content fieldset > legend {
	margin-bottom: 10px;
}

.col-3 {
	grid-template-columns: repeat(3, 1fr);
}


/******************** HELPERS ***********************/
/*----------- Sizing ------------*/
.w-100 { width: 100%; }
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50% !important; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }

.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-99 { width: 99%; }
.h-100 { height: 100%; }
.h-10 { height: 10%; }
.h-20 { height: 20%; }
.h-30 { height: 30%; }
.h-35 { height: 35%; }
.h-40 { height: 40%; }
.h-45 { height: 45%; }
.h-50 { height: 50%; }
.h-60 { height: 60%; }
.h-70 { height: 70%; }
.h-80 { height: 80%; }
.h-85 { height: 85%; }

.icon-dark-green {
	color: var(--icon-green-dark-color);
}
.icon-red-light {
	color: var(--icon-red-light-color);
}
/* FlexBox */
.f-display{
    display: flex;
}

.f-v-align-baseline {
    align-items: baseline;
}

.f-v-align-center {
    align-items: center;
}

.f-around {
	justify-content: space-around;
}

.f-between {
    justify-content: space-between;
}

.f-start {
	justify-content: flex-start;
	gap: 10%;
}

.f-start-only {
	justify-content: flex-start;
}

.f-center {
	justify-content: center;
	gap: 10%;
}

.f-gap-10 {
    gap: 10%
}

.ellipsed-text-element {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsed-text-element-after-two-lines {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;

@supports (-webkit-line-clamp: 2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: normal;
      }
}

.user-photo-icon-mode {
    height: 25px;
    padding-right: 5px;
    border-radius: 50%;
    margin-left: 20px;
}

.flux-card-module-icon {
    width: 15px;
    background-color: var(--grey-light-4);
    padding: 1em;
    border-radius: 10px;
}

/*  custom scroll   */
.sym-custum-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.sym-custum-scroll::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.sym-custum-scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #b8b8b8;
}
.navbar {
    position: relative;
}


#header-container {
    position:fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    max-height: var(--headerHeight);
}

#main-container {
    padding: 20px;
    margin-top: calc(var(--headerHeight) + 5px);
    transition: margin-top 0.5s ease;
}

.page-container {
    position:absolute;
    min-height: 100vh;
    width: 100%
}

#main-sidebar {
    margin-top: calc(var(--headerHeight) + 5px);
    transition: margin-top 0.5s ease;
}
.highlight-date {
    border-color: #468847 !important;
    color: #468847 !important;
}

.label-neutral {
    color: #768DBA;
    background-color: #E8ECF3;
}
.addition-margin-top {
    margin-top: 50px;
}

.div-center {
    margin: auto;
}
.white-text {
    color: white;
}

.main-dark-text {
    color: var(--main-dark);
}

.responsiveIconModules {
    padding: 10px 15px 10px;
}

.graphCard {
    background-color: var(--bg-secondary-white);
    border-radius: 5%;
}

.code-wrap {
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.fc-event-time {
    overflow: visible!important;
}
