body,html{
    font-family: brownlight !important;
    background: #0b5d5d;
	color: #fff;
        font-size:90%;
	margin: 0;
}
#content, #frontend-content {
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: brownbold !important;
    color:#000000 !important ;
}
.brown-bold{
    font-family: brownbold !important;
}
.brown-regular{
    font-family: brownregular !important;
}
h1::after, h2::after {
    content: " ";
    border-bottom: 0.25em solid #197373;
    display: block;
    width: 1em;
    margin: 0.25em 0;
}
h3 {
    color:#197373 !important;
    font-size: 18px!important;
    line-height: 32px!important;
    font-weight: 500;
    margin: 0 0 20px;
}
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.nav-principale {
    border-bottom: 8px solid #ddd;
    background-color: transparent;
    color: white;
}

.actions-context {
    
}

.filtreactif, .filtreactif:hover {
    text-decoration: underline overline;
    color:red;
}

/*MENU ADMIN*/
.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-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  padding-left: 0px;
  height: 100%;
  width: 17%;
  min-width: 300px;
  color: #e1ffff;
  z-index: 9999;
}

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  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";
  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 {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.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;
}
@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;
  }
}
@media (min-width: 1200px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  #content,#footer{
        margin-left: 300px;
  }
}
body {
  margin: 0px;
  padding: 0px;
}




table.listing tr:nth-child(even) { background: none;}
table.listing  tr:nth-child(4n - 1) { background-color: #f9f9f9 !important; }
table.listing  tr:nth-child(4n) { background-color: #f9f9f9!important; }

.btn-warning, .btn-warning:hover {
	color: #fff;
}

.typeahead-scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

  .ui-widget.ui-widget-content {
      /*border: 1px solid #c5c5c5;*/
  }
  .ui-widget-content.ui-autocomplete {
      border: 1px solid #dddddd;
      background: #ffffff;
      color: #333333;
       max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
  }
  .ui-widget {
      /*font-family: Arial,Helvetica,sans-serif;
      font-size: 1em;*/
  }
  .ui-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;
      outline: 0;
  }
  .ui-autocomplete {
      position: absolute;
      top: 0;
      left: 0;
      cursor: default;
  }
  .ui-front {
      z-index: 100;
  }
.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.trumbowyg-box * {
	padding: 0 0 0 0;
}
.trumbowyg-button-pane .trumbowyg-button-group {
    margin: 0 0 0 0;
}
.trumbowyg-box, .trumbowyg-editor {
    margin: 0px auto !important;
}
div.siteparc-debug {
    border: 1px solid #ddd;
    background: #eee;
    border-radius: 5px;
    padding: 1rem;
    margin: 1rem 0;
}

.btn-primary.actif {
	color: #007bff;
	background-color: #fff;
	border-color: #007bff;
}
.btn-warning.actif {
	color: #ffc107;
	background-color: #fff;
	border-color: #ffc107;
}
.btn-danger.actif {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
}
.btn-success.actif {
	color: #28a745;
	background-color: #fff;
	border-color: #28a745;
}
.btn-secondary.actif {
	color: #6c757d;
	background-color: #fff;
	border-color: #6c757d;
}
.btn-info.actif {
	color: #17a2b8;
	background-color: #fff;
	border-color: #17a2b8;
}
.btn-light.text-danger.actif {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
}
.btn-light.text-primary.actif {
	color: #007bff;
	background-color: #fff;
	border-color: #007bff;
}
.btn-light.text-secondary.actif {
	color: #6c757d;
	background-color: #fff;
	border-color: #6c757d;
}
.btn-light.text-info.actif {
	color: #17a2b8;
	background-color: #fff;
	border-color: #17a2b8;
}
.btn-light.text-success.actif {
	color: #28a745;
	background-color: #fff;
	border-color: #28a745;
}
/**/
.background-shape {
    position: absolute;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(100deg, #ffffff 50%, #eee 50%);
    background: -o-linear-gradient(100deg, #ffffff 50%, #eee 50%);
    background: -moz-linear-gradient(100deg, #ffffff 50%, #eee 50%);
    background: linear-gradient(100deg, #ffffff 50%, #eee 50%);	
}
.bottom-logo{
    position:relative;
    overflow: hidden;
    height:100%
}
#trividem-bg-bt {
    position: absolute;
    bottom: 0%;
    right: 0%;
    max-width: 42%;
}
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	padding: 5px;
}
div.checkbox {
    display:flex;
    margin-bottom: 0;
}
input[type="checkbox"] {
	margin: 0.375em 6px 7px 2px;
}
.select-checkbox {
    background: #eee;
    border: 1px solid #ddd;
}
.div-overflow {
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background: white;
}

div.sp-replacer, div.sp-preview, div.sp-preview-inner {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}
.sp-dd {
padding: 0 2px !important;
margin: 0 0 0 0 !important;
}

form .input label, form .typeahead-scrollable-dropdown-menu label{
    margin: 1rem 0.5rem 0.5rem 0;
    display: block;
}
form .input input, form .input select, form .typeahead-scrollable-dropdown-menu select, form .typeahead-scrollable-dropdown-menu input {
    margin-bottom: 0.5rem;
    display: block;
    /*width: 100%;*/
    max-width: 500px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form .input.date select,form .input.datetime select {
    margin: 0 0.125rem 0.5rem 0.125rem;
    display: inline-block;
    width: auto;
}
