/*MDL Shadow*/
/* line 5, ../sass/cp_admin_basic.scss */
.shadow-2dp, #setting_panel_btn.shadow-2dp:focus, #setting_panel_btn.shadow-2dp:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 8, ../sass/cp_admin_basic.scss */
.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

/* line 11, ../sass/cp_admin_basic.scss */
.shadow-4dp, #setting_panel_btn.shadow-4dp:focus, #setting_panel_btn.shadow-4dp:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

/* line 14, ../sass/cp_admin_basic.scss */
.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

/* line 17, ../sass/cp_admin_basic.scss */
.shadow-8dp, #setting_panel_btn.shadow-8dp:focus, #setting_panel_btn.shadow-8dp:active {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* Admin Basic */
/* line 23, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left {
  position: fixed;
  top: 68px;
  left: 0;
  width: 225px;
  margin-left: 0;
  bottom: 0;
  z-index: 100;
  border-right: 1px solid #dedede;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 33, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .right-nav-text {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
/* line 37, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav {
  border: none;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 0;
  margin: 0;
  overflow-y: auto;
  background-color: #fff;
  backface-visibility: hidden;
  /*li#structure{
  	.ti{
  		font-size: 20px;				
  		margin-right: 10px;
  	}
  }
  li#utilisateur{
  	.icon{
  		font-size: 20px;				
  		margin-right: 10px;
  	}
  }
  li#module{
  	.ti{
  		font-size: 20px;				
  		margin-right: 10px;
  	}
  }
  li#menu_service{ 
  	.ti{
  		font-size: 20px;				
  		margin-right: 10px;
  	}
  }
  li#configuration{
  	.ti{
  		font-size: 20px;				
  		margin-right: 10px;
  	}
  }
  li#multi_app{
  	>a{
  		.titre{
  			color:$brown;
  			.ti{
  				font-size: 30px;	
  			}
  		}
  	}
  	
  	
  }*/
}
/* line 47, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li {
  width: 225px;
}
/* line 50, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li.navigation-header .weight-600 {
  font-size: 0.75rem;
}
/* line 53, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li.navigation-header > span, .fixed-sidebar-left .side-nav li.navigation-header > i {
  padding: 11px 15px;
}
/* line 56, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li.navigation-header > span {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #878787;
}
/* line 63, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li.navigation-header > i {
  display: none;
  font-size: 16px;
}
/* line 67, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li.navigation-header a#config_produit_citoyen:hover {
  color: #d49b9a;
}
/* line 73, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li a[aria-expanded="true"] > i {
  color: #e2724c;
}
/* line 77, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li a[aria-expanded="true"] .pull-right i:before {
  content: '\f2f8';
}
/* line 82, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li a {
  width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 87, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li a .pull-left > i {
  font-size: 18px;
  width: 18px;
}
/* line 92, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li a .pull-right i {
  color: #878787;
}
/* line 99, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > a {
  color: #212121;
  padding: 7px 15px;
}
/* line 102, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > a:hover {
  background: rgba(33, 33, 33, 0.05);
}
/* line 105, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > a:focus, .fixed-sidebar-left .side-nav > li > a:active {
  background: rgba(33, 33, 33, 0.05);
  color: #212121;
}
/* line 108, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > a:focus > i, .fixed-sidebar-left .side-nav > li > a:active > i {
  color: #e2724c;
}
/* line 113, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li a.active-page {
  background: rgba(33, 33, 33, 0.05);
}
/* line 118, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > ul > li a {
  padding: 7px 15px 7px 51px;
  display: block;
  color: #878787;
}
/* line 122, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > ul > li a:hover, .fixed-sidebar-left .side-nav > li > ul > li a:focus, .fixed-sidebar-left .side-nav > li > ul > li a:active {
  background: rgba(33, 33, 33, 0.05);
  color: #878787;
}
/* line 129, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > ul > li > ul > li a {
  padding-left: 62px;
  color: #878787;
}
/* line 132, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > ul > li > ul > li a:hover, .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:focus, .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:active {
  color: #878787;
}
/* line 142, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > a.active {
  color: #f33923;
}
/* line 144, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li > a.active > i {
  color: #f33923;
}
/* line 151, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav > li ul.collapse li a.active {
  color: #212121;
}
/* line 160, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li.item_menu .picto {
  font-size: 20px;
  margin-right: 10px;
}
/* line 164, ../sass/cp_admin_basic.scss */
.fixed-sidebar-left .side-nav li.item_menu .title_item {
  font-size: 0.9rem;
  font-weight: 600;
}

/* line 215, ../sass/cp_admin_basic.scss */
a.toggle-left-nav-btn,
a#toggle_mobile_nav,
a#toggle_mobile_search {
  color: #fff;
  position: relative;
  margin-top: 25px;
}
/* line 221, ../sass/cp_admin_basic.scss */
a.toggle-left-nav-btn i,
a#toggle_mobile_nav i,
a#toggle_mobile_search i {
  font-size: 21px;
  vertical-align: middle;
}
/* line 225, ../sass/cp_admin_basic.scss */
a.toggle-left-nav-btn:hover, a.toggle-left-nav-btn:focus, a.toggle-left-nav-btn:active,
a#toggle_mobile_nav:hover,
a#toggle_mobile_nav:focus,
a#toggle_mobile_nav:active,
a#toggle_mobile_search:hover,
a#toggle_mobile_search:focus,
a#toggle_mobile_search:active {
  color: #fff;
}

/* line 230, ../sass/cp_admin_basic.scss */
a#toggle_mobile_nav {
  display: inline-block;
}

/* line 235, ../sass/cp_admin_basic.scss */
.top-fixed-nav .page-wrapper {
  margin-left: 0;
  padding-top: 134px;
}
/* line 239, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left {
  width: 100%;
  bottom: inherit;
}
/* line 242, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left:hover {
  width: 100%;
}
/* line 244, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left:hover .collapse.in {
  display: none;
}
/* line 248, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv {
  overflow: visible !important;
}
/* line 250, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv .slimScrollBar {
  display: none !important;
}
/* line 253, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul {
  overflow: visible !important;
  width: 100% !important;
  height: auto !important;
}
/* line 257, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li {
  width: auto;
}
/* line 259, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a {
  text-align: center;
}
/* line 261, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a > i {
  display: block;
  margin-bottom: 10px;
  margin-right: 0 !important;
}
/* line 266, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a > .pull-right {
  display: none;
}
/* line 271, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul li {
  position: relative;
}
/* line 274, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 {
  background: #ebebeb;
  height: auto !important;
  left: 0;
  position: absolute !important;
  z-index: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/* line 281, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1.two-col-list {
  width: 450px;
}
/* line 284, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li {
  float: left;
}
/* line 288, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li > a i:before {
  content: "\f105";
}
/* line 293, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li > ul {
  background: #ebebeb;
  left: 225px;
  position: absolute;
  top: 0;
  z-index: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/* line 305, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li:hover > ul {
  display: block;
}
/* line 312, ../sass/cp_admin_basic.scss */
.top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > ul > li:hover > ul {
  display: block;
}
/* line 323, ../sass/cp_admin_basic.scss */
.top-fixed-nav.slide-nav-toggle .page-wrapper {
  margin-left: 0;
  padding-top: 60px;
}
/* line 327, ../sass/cp_admin_basic.scss */
.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left {
  top: -14px;
  width: 100%;
}
/* line 330, ../sass/cp_admin_basic.scss */
.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left:hover {
  width: 100%;
}

/* line 337, ../sass/cp_admin_basic.scss */
.scrollable-nav {
  position: relative;
}
/* line 339, ../sass/cp_admin_basic.scss */
.scrollable-nav .fixed-sidebar-left,
.scrollable-nav .navbar-fixed-top,
.scrollable-nav .fixed-sidebar-right {
  position: absolute;
}
/* line 345, ../sass/cp_admin_basic.scss */
.scrollable-nav.box-layout .fixed-sidebar-right {
  right: 300px !important;
}

/* line 351, ../sass/cp_admin_basic.scss */
.fixed-sidebar-right,
.setting-panel {
  position: fixed;
  top: 66px;
  right: 0;
  width: 300px;
  margin-right: -300px;
  bottom: 0;
  z-index: 101;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 363, ../sass/cp_admin_basic.scss */
.setting-panel {
  z-index: 1030;
  margin-right: -220px;
  width: 220px;
  top: 0;
}
/* line 368, ../sass/cp_admin_basic.scss */
.setting-panel .setting-panel-title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-top: 17px;
  color: #fff;
  background: #4aa23c;
  text-transform: capitalize;
}
/* line 379, ../sass/cp_admin_basic.scss */
.setting-panel .layout-switcher-wrap > ul {
  padding-left: 20px;
  padding-top: 35px;
}
/* line 382, ../sass/cp_admin_basic.scss */
.setting-panel .layout-switcher-wrap > ul .layout-title {
  color: #444;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  text-transform: capitalize;
  width: 130px;
}
/* line 390, ../sass/cp_admin_basic.scss */
.setting-panel .layout-switcher-wrap > ul .layout-switcher {
  display: inline-block;
}
/* line 392, ../sass/cp_admin_basic.scss */
.setting-panel .layout-switcher-wrap > ul .layout-switcher .switchery {
  margin: 0;
}
/* line 396, ../sass/cp_admin_basic.scss */
.setting-panel .layout-switcher-wrap > ul > li {
  margin-bottom: 30px;
}
/* line 403, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  margin-bottom: 15px;
  margin-right: 18px;
  width: 38px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dedede;
  background: #fff;
}
/* line 415, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li i {
  font-size: 25px;
  padding-top: 9px;
  padding-left: 15px;
  color: #4aa23c;
  opacity: 0;
}
/* line 423, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li.active-theme i {
  opacity: 1;
}
/* line 427, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li::after {
  content: "";
  height: 10px;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* line 436, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li::before {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 10px;
}
/* line 445, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-1::after {
  background: #f4f4f4;
}
/* line 448, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-1::before {
  background: #229bd3;
}
/* line 453, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-2::after {
  background: #229bd3;
}
/* line 456, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-2::before {
  background: #f4f4f4;
}
/* line 461, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-3::after {
  background: #f4f4f4;
}
/* line 464, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-3::before {
  background: #229bd3;
  z-index: 2;
}
/* line 470, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-4::after {
  background: #3c4d57;
}
/* line 473, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-4::before {
  background: #f4f4f4;
  z-index: 2;
}
/* line 479, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-5::after {
  background: #f4f4f4;
}
/* line 482, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-5::before {
  background: #f4f4f4;
}
/* line 487, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-6::after {
  background: #229bd3;
}
/* line 490, ../sass/cp_admin_basic.scss */
.setting-panel .theme-option-wrap > li#theme-6::before {
  background: #229bd3;
}

/* line 498, ../sass/cp_admin_basic.scss */
#setting_panel_btn {
  position: fixed;
  right: 10px;
  bottom: 25px;
  z-index: 1031;
}

/* line 520, ../sass/cp_admin_basic.scss */
.right-sidebar {
  width: 100%;
  height: 100%;
  position: relative;
  border-left: 1px solid #dedede;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}
/* line 529, ../sass/cp_admin_basic.scss */
.right-sidebar .card-view:hover {
  box-shadow: none;
}
/* line 533, ../sass/cp_admin_basic.scss */
.right-sidebar .custom-tab-1 .nav-tabs {
  border-bottom: 1px solid #dedede;
}
/* line 535, ../sass/cp_admin_basic.scss */
.right-sidebar .custom-tab-1 .nav-tabs > li {
  margin-right: 0;
  text-align: center;
  width: 33.33%;
}
/* line 539, ../sass/cp_admin_basic.scss */
.right-sidebar .custom-tab-1 .nav-tabs > li > a {
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: none;
}
/* line 545, ../sass/cp_admin_basic.scss */
.right-sidebar .custom-tab-1 .nav-tabs > li.active > a {
  border-bottom: none;
}

/* line 553, ../sass/cp_admin_basic.scss */
.right-sidebar-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1031;
  display: none;
  pointer-events: none;
}

/* line 564, ../sass/cp_admin_basic.scss */
.page-wrapper {
  margin-left: 225px;
  padding: 50px 20px 0 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  min-height: 100%;
}

/* line 572, ../sass/cp_admin_basic.scss */
.page-wrapper.contribfront {
  margin-left: 0;
  padding: 50px 20px 0 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  min-height: 100%;
}

/* line 582, ../sass/cp_admin_basic.scss */
.open-right-sidebar .fixed-sidebar-right {
  margin-right: 0;
}
/* line 585, ../sass/cp_admin_basic.scss */
.open-right-sidebar .right-sidebar-backdrop {
  display: block;
}

/* line 591, ../sass/cp_admin_basic.scss */
.open-setting-panel .setting-panel {
  margin-right: 0;
}
/* line 594, ../sass/cp_admin_basic.scss */
.open-setting-panel .right-sidebar-backdrop {
  display: block;
}

/* line 599, ../sass/cp_admin_basic.scss */
.wrapper {
  background: #fff;
  /*&.theme-multiapp {
  	.navbar.navbar-inverse.navbar-fixed-top {
  		background: $brown;
  		.mobile-only-brand {
  			background: $brown;
  		}
  		.nav-header {
  			background: $brown;
  			border-right:1px solid $brown;
  			.logo-wrap .brand-text {
  				color:$white;
  			}
  		}
  		.nav > li > a {
  			&:active,&:hover,&:focus {
  				color:$white;
  			}
  		}
  	}
  	.fixed-sidebar-left{
  		z-index:1030;
  		.side-nav {
  			background:#f4f4f4;
  			padding-top: 30px;
  		}
  	}
  	h1,h2{
  		color: $brown;
  	}
  }*/
}
/* line 602, ../sass/cp_admin_basic.scss */
.wrapper.no-transition .fixed-sidebar-left, .wrapper.no-transition .page-wrapper {
  /*Only for Setting Panel*/
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
/* line 607, ../sass/cp_admin_basic.scss */
.wrapper.box-layout {
  max-width: 1400px;
  margin: 0 auto;
}
/* line 610, ../sass/cp_admin_basic.scss */
.wrapper.box-layout .navbar-fixed-top {
  margin: 0 auto;
  max-width: 1400px;
}
/* line 614, ../sass/cp_admin_basic.scss */
.wrapper.box-layout .fixed-sidebar-left {
  left: auto;
}
/* line 617, ../sass/cp_admin_basic.scss */
.wrapper.box-layout .fixed-sidebar-right {
  width: 0;
  overflow: hidden;
}
/* line 620, ../sass/cp_admin_basic.scss */
.wrapper.box-layout .fixed-sidebar-right .right-sidebar {
  width: 300px;
}
/* line 626, ../sass/cp_admin_basic.scss */
.wrapper.box-layout.open-right-sidebar .fixed-sidebar-right {
  margin-right: -300px;
  width: 300px;
}
/* line 632, ../sass/cp_admin_basic.scss */
.wrapper.box-layout.top-fixed-nav .fixed-sidebar-left {
  max-width: 1300px;
}
/* line 638, ../sass/cp_admin_basic.scss */
.wrapper.darkmode .card-view {
  background: #212121;
}
/* line 643, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .navbar.navbar-inverse {
  background: #f4f4f4;
}
/* line 646, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left {
  z-index: 1030;
}
/* line 648, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left .side-nav {
  padding-top: 30px;
}
/* line 655, ../sass/cp_admin_basic.scss */
.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top {
  background: #229bd3;
  border-bottom: 1px solid #229bd3;
}
/* line 658, ../sass/cp_admin_basic.scss */
.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #229bd3;
}
/* line 661, ../sass/cp_admin_basic.scss */
.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 665, ../sass/cp_admin_basic.scss */
.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 670, ../sass/cp_admin_basic.scss */
.wrapper.theme-2-active .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 676, ../sass/cp_admin_basic.scss */
.wrapper.theme-3-active .fixed-sidebar-left {
  z-index: 1030;
}
/* line 678, ../sass/cp_admin_basic.scss */
.wrapper.theme-3-active .fixed-sidebar-left .side-nav {
  background: #229bd3;
}
/* line 682, ../sass/cp_admin_basic.scss */
.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top {
  background: #f4f4f4;
}
/* line 684, ../sass/cp_admin_basic.scss */
.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  background: #229bd3;
}
/* line 686, ../sass/cp_admin_basic.scss */
.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 693, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top {
  box-shadow: 7px 4px 12px 5px rgba(0, 0, 0, 0.1);
  background: #3c4d57;
}
/* line 696, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #3c4d57;
}
/* line 699, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  background: #3c4d57;
  border-right: 1px solid #f4f4f4;
  box-shadow: 4px 1px 11px 0px rgba(0, 0, 0, 0.1);
}
/* line 703, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
  position: relative;
  top: -15px;
}
/* line 710, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 714, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top h2 {
  font-weight: 600;
}
/* line 718, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .fixed-sidebar-left {
  z-index: 1030;
  font-weight: 400;
  box-shadow: 4px 1px 11px 0px rgba(0, 0, 0, 0.1);
}
/* line 722, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 727, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active #pied {
  position: fixed;
  bottom: 10px;
  right: 0;
  /*@media (max-width: 1399px) {
  	margin-left: 65px;
  }*/
}
@media (max-width: 400px) {
  /* line 727, ../sass/cp_admin_basic.scss */
  .wrapper.theme-4-active #pied {
    display: none;
  }
}
/* line 746, ../sass/cp_admin_basic.scss */
.wrapper.theme-4-active #titre_espace {
  margin: 15px 0 0 50px;
}
/* line 752, ../sass/cp_admin_basic.scss */
.wrapper.slide-nav-toggle {
  /*li#publier{
  	.ti{
  		font-size: 30px;	
  	}
  }
  li#structure{
  	.ti{
  		font-size: 30px;	
  	}
  }
  li#utilisateur{
  	.icon{
  		font-size: 30px;
  	}
  }
  li#module{
  	.ti{
  		font-size: 30px;
  	}
  }
  li#configuration{
  	.ti{
  		font-size: 30px;	
  	}
  }
  li#multi_app{
  	>a{
  		.titre{
  			color:$brown;
  			.ti{
  				font-size: 30px;	
  			}
  		}
  	}
  }*/
}
/* line 790, ../sass/cp_admin_basic.scss */
.wrapper.theme-5-active .navbar.navbar-inverse {
  background: #f4f4f4;
}
/* line 794, ../sass/cp_admin_basic.scss */
.wrapper.theme-5-active .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 801, ../sass/cp_admin_basic.scss */
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top {
  background: #24333e;
  border-bottom: 1px solid #24333e;
}
/* line 804, ../sass/cp_admin_basic.scss */
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #24333e;
}
/* line 807, ../sass/cp_admin_basic.scss */
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 811, ../sass/cp_admin_basic.scss */
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 816, ../sass/cp_admin_basic.scss */
.wrapper.theme-6-active .fixed-sidebar-left {
  z-index: 1030;
}
/* line 818, ../sass/cp_admin_basic.scss */
.wrapper.theme-6-active .fixed-sidebar-left .side-nav {
  background: #229bd3;
  padding-top: 30px;
}
/* line 825, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier .navbar.navbar-inverse.navbar-fixed-top {
  background: #3c4d57;
}
/* line 827, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #3c4d57;
}
/* line 830, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  background: #3c4d57;
  border-right: 1px solid #f4f4f4;
}
/* line 833, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 838, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-publier .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-publier .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 843, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier .fixed-sidebar-left {
  z-index: 1030;
}
/* line 845, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 850, ../sass/cp_admin_basic.scss */
.wrapper.theme-publier h1, .wrapper.theme-publier h2 {
  color: #229bd3;
}
/* line 855, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure .navbar.navbar-inverse.navbar-fixed-top {
  background: #3c4d57;
}
/* line 857, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #3c4d57;
}
/* line 860, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  background: #3c4d57;
  border-right: 1px solid #f4f4f4;
}
/* line 863, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 868, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-structure .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-structure .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 873, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure .fixed-sidebar-left {
  z-index: 1030;
}
/* line 875, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 880, ../sass/cp_admin_basic.scss */
.wrapper.theme-structure h1, .wrapper.theme-structure h2 {
  color: #229bd3;
}
/* line 885, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs .navbar.navbar-inverse.navbar-fixed-top {
  background: #3c4d57;
}
/* line 887, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #3c4d57;
}
/* line 890, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  background: #3c4d57;
  border-right: 1px solid #f4f4f4;
}
/* line 893, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 898, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-utilisateurs .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-utilisateurs .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 903, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs .fixed-sidebar-left {
  z-index: 1030;
}
/* line 905, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 910, ../sass/cp_admin_basic.scss */
.wrapper.theme-utilisateurs h1, .wrapper.theme-utilisateurs h2 {
  color: #f8b32d;
}
/* line 915, ../sass/cp_admin_basic.scss */
.wrapper.theme-modules .navbar.navbar-inverse.navbar-fixed-top {
  background: #3c4d57;
}
/* line 917, ../sass/cp_admin_basic.scss */
.wrapper.theme-modules .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #3c4d57;
}
/* line 920, ../sass/cp_admin_basic.scss */
.wrapper.theme-modules .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  background: #3c4d57;
  border-right: 1px solid #f4f4f4;
}
/* line 923, ../sass/cp_admin_basic.scss */
.wrapper.theme-modules .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 928, ../sass/cp_admin_basic.scss */
.wrapper.theme-modules .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-modules .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-modules .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 933, ../sass/cp_admin_basic.scss */
.wrapper.theme-modules .fixed-sidebar-left {
  z-index: 1030;
}
/* line 935, ../sass/cp_admin_basic.scss */
.wrapper.theme-modules .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 945, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration .navbar.navbar-inverse.navbar-fixed-top {
  background: #3c4d57;
}
/* line 947, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
  background: #3c4d57;
}
/* line 950, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  background: #3c4d57;
  border-right: 1px solid #f4f4f4;
}
/* line 953, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  color: #fff;
}
/* line 958, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-configuration .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-configuration .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
  color: #fff;
}
/* line 963, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration .fixed-sidebar-left {
  z-index: 1030;
}
/* line 965, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration .fixed-sidebar-left .side-nav {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 970, ../sass/cp_admin_basic.scss */
.wrapper.theme-configuration h1, .wrapper.theme-configuration h2 {
  color: #3c4d57;
}
/* line 1008, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left, .wrapper.theme-3-active .fixed-sidebar-left, .wrapper.theme-6-active .fixed-sidebar-left {
  border-right: 1px solid #229bd3;
}
/* line 1011, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a {
  color: #fff;
}
/* line 1013, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a:hover, .wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a:focus, .wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a:active, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a:hover, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a:focus, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a:active, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a:hover, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a:focus, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a:active {
  color: #fff;
}
/* line 1019, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left .side-nav li a:hover, .wrapper.theme-1-active .fixed-sidebar-left .side-nav li a:focus, .wrapper.theme-1-active .fixed-sidebar-left .side-nav li a:active, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a:hover, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a:focus, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a:active, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:hover, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:focus, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:active {
  background: rgba(255, 255, 255, 0.05);
}
/* line 1022, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left .side-nav li a.active-page, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a.active-page, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a.active-page {
  background: rgba(255, 255, 255, 0.05);
}
/* line 1026, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left .side-nav li a[aria-expanded="true"], .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a[aria-expanded="true"], .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.05);
}
/* line 1031, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active .fixed-sidebar-left hr.light-grey-hr, .wrapper.theme-3-active .fixed-sidebar-left hr.light-grey-hr, .wrapper.theme-6-active .fixed-sidebar-left hr.light-grey-hr {
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 1046, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active {
  color: #f33923;
}
/* line 1053, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active {
  color: #229bd3;
}
/* line 1060, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active {
  color: #4aa23c;
}
/* line 1067, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active {
  color: #f8b32d;
}
/* line 1074, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active {
  color: #e7368d;
}
/* line 1081, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active {
  color: #f8b32d;
}
/* line 1088, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active {
  color: #ff660c;
}
/* line 1095, ../sass/cp_admin_basic.scss */
.wrapper.theme-1-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active {
  color: #83878d;
}

@media (max-width: 1024px) {
  /* line 1110, ../sass/cp_admin_basic.scss */
  .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav, .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav, .wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav, .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
    background: #292929;
  }
  /* line 1116, ../sass/cp_admin_basic.scss */
  .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
    background: #3c4d57;
    color: #fff;
  }
  /* line 1122, ../sass/cp_admin_basic.scss */
  .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    background: #fff;
  }
  /* line 1124, ../sass/cp_admin_basic.scss */
  .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    color: #212121;
  }
  /* line 1130, ../sass/cp_admin_basic.scss */
  .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    background: #3c4d57;
    border-right: none;
  }
  /* line 1133, ../sass/cp_admin_basic.scss */
  .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    color: #fff;
  }
  /* line 1137, ../sass/cp_admin_basic.scss */
  .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
    background: #3c4d57;
    color: #fff;
  }
  /* line 1141, ../sass/cp_admin_basic.scss */
  .wrapper.theme-4-active #pied {
    margin-left: 0px;
  }
  /* line 1144, ../sass/cp_admin_basic.scss */
  .wrapper.theme-4-active h2 {
    font-weight: 600;
  }
  /* line 1150, ../sass/cp_admin_basic.scss */
  .wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
    background: #f5f5f5;
  }
  /* line 1155, ../sass/cp_admin_basic.scss */
  .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
    background: #229bd3;
    color: #fff;
  }
}
/*I3C CONFIG*/
/* line 1165, ../sass/cp_admin_basic.scss */
.theme-configuration .card-view {
  border-top: none;
}

/* line 1170, ../sass/cp_admin_basic.scss */
.input-group[class*=col-] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
