/****************************
/* Author : Ashok
/* Website : http://responsivewebinc.com
****************************/

body{
	font-size: 14px;
	line-height: 22px;
	color:#334155;
	border-top: 3px solid #eee;
   background:#f1f5f9;
	padding-top: 60px;
	-webkit-font-smoothing: antialiased;
}

body.login{
	font-size: 14px;
	line-height: 22px;
	color:#334155;
	border-top: 3px solid #eee;
	background:#343434 url("../img/back.png") repeat;  
	padding-top: 37px;
	-webkit-font-smoothing: antialiased;
}


h1,h2,h3,h4,h5,h6{
	padding: 2px 0px;
	margin: 2px 0px;
	color:#475569;
}

h2{
	font-size: 25px;
	line-height: 35px;
}

h3{
	font-size: 18px;
	line-height: 23px;
}

h4{
	font-size: 15px;
	line-height: 20px;
}

h5{
	font-size: 13px;
	line-height: 18px;
}

h6{
	font-size: 12px;
	line-height: 17px;
}

p{
	padding: 0px;
	margin:0px;
}

a{
	color: #026b9c;
}

a:hover{
	color: #003f5c;
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
}

.bold{
	font-weight: bold;
}

hr{
margin:15px 0px 10px 0px;
padding:0px;
border-top:0px;
border-bottom:1px solid #f4f4f4;
height:0px;
}

.center{
text-align:center;
}

a:hover,a:active,a:focus {
outline: 0;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

/* special tableau datatable:*/ 

.table 
	{
	overflow: visible !important;
	};

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

.well{
	padding:10px 15px;
}

button.close{
	font-size: 20px !important;
	font-weight: normal;
}

button, a.btn{
	font-size: 14px !important;
  letter-spacing: 1px;
}

.progress{
	height: 15px;
	border-radius: 6px;
	margin: 15px 0px !important;
	line-height: 12px;
   background:#eee;
}

.progress-bar{
	font-size:11px !important;
	line-height:16px !important;
}

i.ipad{
	margin-right: 2px;
}

.bblue{
	background:#5eb2d9;
}

.bbrown{
	background:#b46e4c;
}

.bgreen{
	background: #4ac344;
}

.borange{
	background:#ff8421;
}

.bred{
	background: #ff5d5e;
}

.byellow{
	background: #d7a443;
}

/* Sparkline tooltip */

.jqstooltip {
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
  padding: 4px 6px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 0 !important;
}


.tab-content
  {
  background:#fff;
  padding:15px 5px;
  border: 1px solid #ddd;
  border-top:none;
  }
/* Form */

form{
	margin: 0px;
}

.input-group-width{
	max-width:250px;
}

/* Modal */

.modal-header{  
	padding-top:7px;
	padding-bottom: 7px;
}

/* Social */

.social{
font-size:16px;
margin: 5px 0px;
}

.social i{
box-shadow:inset 0px 0px 1px #333;
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
border-radius:3px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}

.social i.facebook{
background:#3c5b9b;
}

.social i.twitter{
background:#2daae1;
}

.social i.google-plus{
background:#f63e28;
}

.social i.pinterest{
background:#cb2027;
}

.social i.linkedin{
background:#0173b2;
}

.social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.social a,.social a:visited,.social a:hover{
color:#fff;
text-decoration:none;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: #0993d3 !important; 
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* Image alignment*/

.alignleft, img.alignleft {
	margin-right: 8px;
	margin-top:5px;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 8px;
	margin-top:5px;
	display: inline;
	float: right;
}
   
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;	
	display: block;
	clear: both;
}


/* Half column */

.mcol-left{
	width: 48%;
	float: left;
}

.mcol-right{
	width: 48%;
	float: right;
}

.col-left{
	width: 48%;
	float: left;
}

.col-right{
	width: 48%;
	float: right;
}

/* Dropdown menu */

.dropdown-big .dropdown-menu{
	min-width: 250px;
	padding:8px 10px;
}

.dropdown-big .dropdown-menu p{
	margin: 0px 0px;
	padding: 1px 0px;
	font-size: 11px;
	line-height: 16px;
	color:#fff;
}

.dropdown-big .dropdown-menu a, .dropdown-big .dropdown-menu a:hover{
	line-height: 16px;
	font-size: 12px;
	background:transparent;
	padding: 0px;
	color:#475569;
}

.dropdown-big .dropdown-menu a:hover{
	color:#475569;
}

.dropdown-big .dropdown-menu .drop-foot{
	text-align: center;
}

.dropdown-big .dropdown-menu .drop-foot a{
	font-size: 11px !important;
	color:#777;
}

.dropdown-big .dropdown-menu .drop-foot button{
	color:#fff !important;
}

.dropdown-big .dropdown-menu hr{
	padding:0px;
	margin: 8px 0px;
	border-top: 0px solid #aaa;
	border-bottom: 1px solid #eee;
}

.dropdown-big .dropdown-menu i{
	position: relative;
}

.dropdown-big .dropdown-menu h5{
	color: #888 !important;
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
}

.dropdown-big .dropdown-menu h6, .dropdown-big .dropdown-menu h6 a{
	color: #888 !important;
	font-size: 12px;
	line-height: 14px !important;
	font-weight: normal;
}

.dropdown-big .dropdown-menu h6 a:hover{
	color: #555 !important;
	text-decoration: none;
}

.dropdown-big .dropdown-menu li{
	line-height: 15px;
}

.dropdown-big .dropdown-menu li p{
   padding:5px 0px;
}

.dropdown-menu {
    background:#1e293b;
    border:none;
    border-top: 1px solid #454545;
    /*border-radius: 4px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: inset 0px 1px 2px #fff; */
}  

.dropdown-menu li{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.dropdown-menu li >h3, .dropdown-menu li >h4{
	color: #fff;	
}

.dropdown-menu li > a{
	color: #fff;
	line-height: 25px; 
}

.dropdown-menu li > a:hover{
	background: #454545 !important;
	filter:none;
	color: #eee;
}

.dropdown-menu .progress{
	height:12px;
}

/* Navbar */

.navbar *{
	font-weight: normal !important;
	text-shadow:none !important;
	
}

.navbar{
	background-color:#0f172a;
  background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#616161));
  background: -webkit-linear-gradient(top, #454545, #616161);
  background: -moz-linear-gradient(top, #454545, #616161);
  background: -ms-linear-gradient(top, #454545, #616161);
  background: -o-linear-gradient(top, #454545, #616161);
  background: linear-gradient(top, #454545, #616161);
  
  border-bottom: 1px solid #ddd;
  /*box-shadow: inset 0px 1px 1px #fff;*/
}

.navbar .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-brand{
   color:#fff;
   font-size:23px;
   font-weight:bold;
   padding-top:20px;
}

.navbar-brand:hover{
   color:#777;
}

.navbar-toggle{
	background:#111827;
	border:1px solid #ccc;
	border-radius:4px;
}

.navbar-toggle:hover{
	background:#0f172a;
}

.navbar li a{
	font-size: 12px !important;
	color:#fff;
}

.navbar li a:hover{
	background:#0f172a;
	color:#fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus 
  {
  background-color:#1e293b;
  border-color: #337ab7;
  }

.navbar i{
	margin-right: 4px;
}

.navbar .btn{
	color: #666 !important;
}

.navbar .label{
	padding:5px 7px !important;
   font-size:11px;
   border-radius:10px;
}

.navbar .label i{
	margin-right: 0px;
}

.navbar .progress{
	margin-bottom: 0px;
	padding: 0px !important;
	margin: 0px !important;
}

.nav-tabs>li.active>a{
	//background:transparent !important;
}

/* Header */

header{  
  position:relative;
	border-top: 1px solid #ccc;
	padding: 15px 0px 15px 0px;
	background: #fafafa url("../img/cream.png") repeat;
	border-bottom: 1px solid #ddd;
}

header .container {
	width:100%;
	max-width: 100%;  
}

header .logo{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}

header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover{
	font-size: 35px;
	color:#475569;
	text-decoration: none;
	font-weight: normal;
}

header .logo .meta{
	color: #888;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

header .nav.nav-pills{
	margin-bottom: 10px;
	margin-top: 15px;
}

header .nav.nav-pills > li > a{
  color:#334155;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #c2c2c2;
  border-radius: 5px;
  *margin-left: .3em;
  margin-right: 5px;
  padding:7px 14px;
}

header .nav.nav-pills > li > a:hover, header .nav.nav-pills > li > a:focus{
  color: #444;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  border:1px solid #aaa;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;  
}

header .nav.nav-pills > li > a span{
   border-radius:40px;
   padding:4px 6px;
   font-size:11px;
   display:inline-block;
   text-shadow:none !important;
}

header .nav-pills .open .dropdown-toggle{
  color: #444;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

header .header-data{
	margin-top: 15px;
}

header .header-data .hdata{
	display: inline-block;
	width: 85px;
	margin-right: 15px;
}

header .header-data .hdata i{
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	box-shadow: inset 0px 0px 1px #777;
}	

header .header-data .hdata p, header .header-data .hdata a, header .header-data .hdata a:hover{
	display: block;
	line-height: 16px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 3px;
	color:#334155;
}

header .header-data .hdata em{
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

/* Notification */

.noty_text{
	font-size: 12px;
	line-height: 20px;
}

/* Sidebar */

.sidebar{
	width: 300px;
	float: left;
	display: block;
	background:#111827;
  
	color:#475569;
	position: relative;
}

.sidebar .sidebar-dropdown{
	display: none;
}

.sidebar .sidebar-dropdown a{
	color: #fff !important;  
	box-shadow: inset 0px 0px 1px #000;
	background-color: #343434;
  background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
  background: -webkit-linear-gradient(top, #343434, #292929);
  background: -moz-linear-gradient(top, #343434, #292929);
  background: -ms-linear-gradient(top, #343434, #292929);
  background: -o-linear-gradient(top, #343434, #292929);
  background: linear-gradient(top, #343434, #292929);	
  padding:6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  display: block;
  border-top: 2px solid #666;
  border-bottom: 1px solid #333;
  
}

.sidebar ul{
	padding: 0px;
	margin: 0px;
}

.sidebar ul li{
	list-style-type: none;
}

.sidebar ul li.sm_open
  {
  display:block;
  list-style-type: none;
  background:transparent;
  }   
  
.sidebar #nav li li.sm_open i 
  {
  position:absolute;
  display:inline-block;
  background: none;
  color: #fff;
  border:none;
  /*padding-left:33px;*/
  }
  
.sidebar ul li.sm_open a:hover 
  {  
  background:none !important;
  }
  
.sidebar #prenav
  {
  display: block; 
  width:300px; 
  margin:0 auto; 
  position: fixed;
  z-index: 60; 
  background:#111827;  
  overflow:hidden;
  overflow-y:visible;
  }

.sidebar #nav { 
  display: block; 
  width:300px; 
  margin:0 auto; 
  position: absolute;
  z-index: 60;
  background: #111827;
}

.sidebar #nav li i{
	display:inline-block;
	margin-right: 5px ;
	background: #eee ;
	color:#888;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #ccc;
}

.sidebar  #nav li span i{
	margin: 0px;
	color: #999;
	background: transparent !important;
	border: 0px;
}


.sidebar #nav > li > a { 
  display: block; 
  padding: 10px 10px;
  font-size: 13px;
  color: #eee;
  text-decoration: none;
  font-weight: normal;
  /*border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: -ms-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: linear-gradient(top, #f9f9f9, #f2f2f2);	
  box-shadow: inset 0px 1px 1px #fff;  */
}

.sidebar #nav > li > a:hover, .sidebar #nav > li.open > a { 
  color: #fff;
  /*border-bottom: 1px solid #167cac;
  border-top: 1px solid #2094ca; */
  background-color:#1e293b;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#454545));
  background: -webkit-linear-gradient(top, #616161, #454545);
  background: -moz-linear-gradient(top, #616161, #454545);
  background: -ms-linear-gradient(top, #616161, #454545);
  background: -o-linear-gradient(top, #616161, #454545);
  background: linear-gradient(top, #616161, #454545);  */
  box-shadow: none;    
  font-weight: normal;
}

.sidebar #nav > li > a:hover i, .sidebar #nav > li.open > a  i{
	color: #fff;
  background-color: #64b447 !important;
  border:1px solid #2563eb;
}

.sidebar #nav > li > a:hover span i, .sidebar #nav > li.open > a span i{
  color: #fff;
  background: transparent !important;
  border: 0px;
}

.sidebar #nav li li.current{
	background:#f3f3f3;
}

.sidebar #nav li ul 
  { 
  display: none; 
  /*background: #efefef url("../img/cream.png") repeat;*/
  background:#1e293b; 
  }

.sidebar #nav li ul li a { 
  display: block; 
  background: none;
  padding: 10px 0px;
  padding-left: 30px;
  text-decoration: none;
  color: #eee;
  /*border-bottom: 1px solid #ddd;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1); */
}

.sidebar #nav li ul li a:hover {
  background:#0f172a;
  /*border-bottom: 1px solid #ddd;*/
}

.sidebar #nav li.open ul{
	display: block !important;
}

/* Main */



.mainbar{
	position: relative;
	border-left:300px solid #111827;
	margin-right: 0px;
	width: auto;	
	z-index: 50;
	min-height: 800px;
  padding-bottom:50px;
}

.mainbar .container{
   max-width:100% !important;
	width: 100% !important;
} 

/* Pagination*/

.pagination{
	margin: 10px 0px 5px 0px;
}

.pagination ul > li > a, .pagination ul > li > span {
	border: 1px solid #aaa;
	margin-right: 2px;
	border-radius: 5px !important;
	padding: 2px 8px;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);	
  box-shadow: inset 0px 2px 1px #fff;
  color:#334155;
}	

.pagination ul > li > a:hover{
	color: #333;
}


/* Data tables */

.page-tables .dataTable{
    margin-bottom:20px;
    border:1px solid #e2e8f0 !important;
    background:#fff !important;
    border-radius:14px !important;
    box-shadow:0 1px 2px rgba(15,23,42,0.03);
    border-collapse:separate !important;
    border-spacing:0 !important;
}

.page-tables .dataTable thead tr:first-child th:first-child{
    border-top-left-radius:14px;
}

.page-tables .dataTable thead tr:first-child th:last-child{
    border-top-right-radius:14px;
}

.page-tables .dataTable tbody tr:last-child td:first-child{
    border-bottom-left-radius:14px;
}

.page-tables .dataTable tbody tr:last-child td:last-child{
    border-bottom-right-radius:14px;
}

.page-tables .dataTables_length{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	font-size:12px;
	font-weight:normal;
}

.page-tables .dataTables_length select{
	border-color:#dbe3ee;
	border-radius:8px;
	padding:3px 8px;
	background:#fff;
}

.page-tables .dataTables_filter{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	font-size:14px;
	font-weight:normal;
}

.page-tables .dataTables_filter input{
	border-radius:10px;
	border:1px solid #dbe3ee;
	padding:6px 10px;
	line-height:14px;
	transition:all .15s ease;
}

.page-tables .dataTables_filter input:focus{
	border-color:#93c5fd;
	outline:none;
	box-shadow:0 0 0 3px rgba(37,99,235,0.08);
}

table.dataTable thead .sorting{
	background:url("../img/data-tables/sort_both.png") no-repeat center right;
}

table.dataTable thead .sorting_asc{
	background:url("../img/data-tables/sort_asc.png") no-repeat center right;
}

table.dataTable thead .sorting_desc{
	background:url("../img/data-tables/sort_desc.png") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled{
	background:url("../img/data-tables/sort_asc_disabled.png") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled{
	background:url("../images/sort_desc_disabled.png") no-repeat center right;
}

.page-tables table.dataTable thead th{
	padding:14px 16px !important;
	font-weight:500;
	font-size:14px;
	color:#475569 !important;
	background:#f8fafc !important;
	border-bottom:1px solid #e2e8f0 !important;
}

.page-tables table.dataTable tfoot th{
	border-top:1px solid #e2e8f0 !important;
	padding:14px 16px;
	font-weight:600;
	background:#f8fafc !important;
	color:#475569 !important;
}

.page-tables table.dataTable td{
	background:#ffffff !important;
	border-top:1px solid #edf2f7 !important;
	padding:14px 16px !important;
	transition:background .15s ease;
}

.page-tables table.dataTable tbody tr:hover td{
	background:#f8fbff !important;
}

.page-tables .dataTables_info{
	margin-bottom:20px;
	margin-left:15px;
	color:#64748b;
}

.page-tables .dataTables_paginate{
	margin-bottom:20px;
	margin-right:8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.page-tables .dataTables_paginate a{
	background:#fff !important;
	background-image:none !important;
	border:1px solid #e2e8f0 !important;
	border-radius:10px !important;
	margin-right:4px !important;
	padding:4px 12px !important;
	color:#64748b !important;
	transition:all .15s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background:#eff6ff !important;
	background-image:none !important;
	color:#2563eb !important;
	border-color:#bfdbfe !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background:#e2e8f0 !important;
	color:#1e293b !important;
	border-color:#334155 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.page-tables .dataTables_paginate a.paginate_button.current,
.page-tables .dataTables_paginate a.paginate_button.current:hover{
	background:#e9eef5 !important;
	background-image:none !important;
	color:#334155  !important;
	border:1px solid #94a3b8  !important;
	border-radius:10px !important;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.75) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
	cursor:pointer;
	background:#fff !important;
	color:#94a3b8 !important;
	border:1px solid #e2e8f0 !important;
	box-shadow:none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
	background:#f8fafc !important;
	color:#64748b !important;
	border-color:#cbd5e1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active{
	outline:none;
	background:#dbeafe !important;
	background-image:none !important;
}

/* Page head */

.mainbar .page-head{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  padding: 8px 20px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px 1px 1px #fff;
}

.mainbar .page-head h2{
	font-weight: normal;
	font-size: 20px;
}

/* Bread crumb */

/*************************************************
 * Breadcrumb modernisée
 *************************************************/

.mainbar .bread-crumb{
    font-size:13px !important;
    margin-top:10px !important;
    color:#64748b !important;
    font-weight:500;
}

.mainbar .bread-crumb i{
    margin-right:6px;
    color:#475569;
}

.mainbar .bread-crumb .divider{
    margin:0 10px;
    color:#94a3b8;
}

.mainbar .bread-crumb a{
    color:#475569 !important;
    transition:all .18s ease;
}

.mainbar .bread-crumb a:hover{
    color:#2563eb !important;
}

.mainbar .bread-crumb a.bread-current{
    color:#0f172a !important;
    font-weight:600;
}

/* Matter */

.mainbar .matter{
	border-top: 1px solid #ddd;
	padding: 15px 0px;
}
/*
.mainbar .matter .dropdown-menu {
    background:#ffffff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: inset 0px 1px 2px #fff;
} */

.mainbar .matter .dropdown-menu{
    border:none !important;
    border-radius:14px !important;
    box-shadow:0 16px 40px rgba(15,23,42,0.15);
    padding:8px;
}



.mainbar .matter .dropdown-menu li > a{
	color: #000;
	line-height: 25px; 
}

.mainbar .matter .dropdown-menu li > a:hover{
	background: #f3f3f3 !important;
	filter:none;
	color:#475569;
}


/* Widget */

.widget {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 20px; 
  min-height:200px;
  background: #fafafa url('../img/cream.png') repeat;
}

.widget p{
	margin: 3px 0px 5px 0px !important;
	line-height: 20px;
}

.widget hr{
	margin: 8px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.widget .table *{
	border-color:#e8e8e8 !important;
}

.widget .table.table-bordered{
	margin-bottom:0px;
	border:0px;
}

.widget .table.table-bordered tr th{
	border-top:0px;
	border-left:0px;
}

.widget .table.table-bordered tr th:last-child{
	border-right:0px;
}

.widget .table.table-bordered tr:first-child td{
	border-top:0px;
}

.widget .table.table-bordered tr:last-child td{
	border-bottom:0px;
}

.widget .table.table-bordered td{
	border-right:1px solid #ddd;
}

.widget .table.table-bordered tr td:first-child{
	border-left:0px;
}

.widget .table.table-bordered td:last-child{
	border-right:0px;
}

.widget.wblack{
  background: #fafafa url('../img/black.png') repeat;
  color: #ddd;
  border: 1px solid #222;
}

.widget.wblack hr{
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
}

.widget.wblack a{
	color: #aaa;
}

.widget.wblack a:hover{
	color: #888;
}

.widget .padd, .modal-body{
	padding: 13px 15px;
}

.widget .widget-head,.modal-header{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);	
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-shadow:0px 1px #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
	color:#334155;
	font-size: 13px;
	font-weight: bold;
    padding: 8px 15px;
}

.widget.wblack .widget-head{
  background-color: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
  background: -webkit-linear-gradient(top, #333, #111);
  background: -moz-linear-gradient(top, #333, #111);
  background: -ms-linear-gradient(top, #333, #111);
  background: -o-linear-gradient(top, #333, #111);
  background: linear-gradient(top, #333, #111);
  text-shadow:0px 1px #000;
  border-bottom: 1px solid #555;
  border-top: 1px solid #666;
  box-shadow: inset 0px 1px 1px #444;
	color: #ccc;
}

.widget .widget-head .widget-icons i{
	font-size: 14px;
	margin: 0px 4px;
}

.widget .widget-head .widget-icons a{
	color: #aaa;
}

.widget .widget-head .widget-icons a:hover{
	color: #999;
}

.widget.wblack .widget-head .widget-icons i{
	font-size: 14px;
	margin: 0px 4px;
}

.widget .widget-foot, .modal-footer{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);	
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  /*text-shadow:0px 1px #fff;*/
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
  padding: 8px 15px;
  font-size: 12px;
  color: #555;
  box-shadow: inset 0px 1px 1px #fff;
}

.widget.wblack .widget-foot{
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -webkit-linear-gradient(top, #222, #111);
  background: -moz-linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -o-linear-gradient(top, #222, #111);
  background: linear-gradient(top, #222, #111);
  text-shadow:0px 1px #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #222;
  color: #aaa;
  box-shadow: inset 0px 1px 1px #444;
}

/* Widget white extras */

.widget .nav-tabs > li a {
   	padding: 5px 10px;
}

.widget .nav-tabs {
	margin-bottom: 5px;
}

.widget .tab-content{
	margin-bottom: 10px;
}

/* Widget black extras */

.widget.wblack .btn-inverse{
	border: 1px solid #212121;
}

.widget.wblack a.btn-primary, .widget.wblack a.btn-primary:hover, 
.widget.wblack a.btn-warning, .widget.wblack a.btn-warning:hover,
.widget.wblack a.btn-danger,  .widget.wblack a.btn-danger:hover,
.widget.wblack a.btn-success, .widget.wblack a.btn-success:hover,
.widget.wblack a.btn-info,  .widget.wblack a.btn-info:hover,
.widget.wblack a.btn-inverse, .widget.wblack a.btn-inverse:hover{
    color: #fff;
}

.widget.wblack .form-actions{
	border-radius: 5px;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -webkit-linear-gradient(top, #222, #111);
  background: -moz-linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -o-linear-gradient(top, #222, #111);
  background: linear-gradient(top, #222, #111);
	border: 1px solid #111;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.widget.wblack h2,
.widget.wblack h3,
.widget.wblack h4,
.widget.wblack h5,
.widget.wblack h6{
	color: #ddd;
}

.widget.wblack blockquote{
	border-left: 3px solid #555;
}

.widget.wblack .pagination ul > li > a, .widget.wblack .pagination ul > li > span {
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -webkit-linear-gradient(top, #222, #111);
  background: -moz-linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -o-linear-gradient(top, #222, #111);
  background: linear-gradient(top, #222, #111);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #161616;
}

.widget.wblack .pagination ul > li > a:hover{
	background: #222;
}

.widget.wblack .table td{
	border-top: 1px solid #222;
}

.widget.wblack .table tr:hover{
	background: rgba(255,255,255,0.1);
}

.widget.wblack .nav-tabs > .active > a, .widget.wblack .nav-tabs > .active > a:hover {
	background: #222;
}

.widget.wblack .nav-tabs {
    margin-bottom: 5px;
    border-bottom: 1px solid #222;
}

.widget.wblack .nav-tabs > li a {
   	padding: 5px 10px;
  	background-color: #111;
  	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
 	background: -webkit-linear-gradient(top, #222, #111);
  	background: -moz-linear-gradient(top, #222, #111);
  	background: -ms-linear-gradient(top, #222, #111);
  	background: -o-linear-gradient(top, #222, #111);
  	background: linear-gradient(top, #222, #111);
    border: 1px solid #222;
    border-bottom: 0px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    color: #ccc;
    font-weight: bold;
    margin-right: 5px; 
}

.widget.wblack .nav-tabs > li a:hover {
    background: #222; 
}

.widget.wblack .nav-tabs > li.active {
    border-bottom: 0px; 
}

.widget.wblack .nav-tabs > li.active a {
    color: #fff;
    background: #333 url('../img/back.png');
    border-bottom: 0px;
}

.widget.wblack .nav-tabs > li.active a:hover {
    background: #333 url('../img/back.png');            
    border-bottom: 0px; 
}

.widget.wblack .tab-content{
	margin-bottom: 10px;
}

/* Calendar */

.fc-header-title h2 {
	font-size: 15px;
	line-height: 20px;
}

.fc-event-skin {
	background-color: #ff5d5e;
	border-color: #ff3839;
}	

.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {
	margin-top: -45px;
	right: 20px;
}


.fc-widget-header {
	padding: 7px 0px !important;
	color:#334155;
	background: #eee;
	border-color: #ccc;
}

.fc-content td:hover{
	background: #f3f3f3;	
}

/* Current status */

.current-status{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.current-status .bold{
	font-size: 13px;
	margin-left: 8px;
}

.current-status li{
 	padding: 10px 0px;
 }

/* Today datas */

.today-datas{
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px;
}

.today-datas li{
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px;
    padding: 10px 20px;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);	
  background: #f8f8f8 url("../img/cream.png") repeat;
  text-shadow:0px 1px #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0px 0px 3px #fff;
  max-width: 100%;
  text-align: center;
}

.today-datas li .datas-text{
	font-size: 11px;
	padding: 7px 0px 0px 0px;
	font-weight: normal;
}

/* tarif */

.price
  {
  display:inline-block;
  margin-top:5px;  
  font-family:arial;
  font-weight:bold;
  font-size:18px;
  }

/* Error */

.error-page{
	max-width: 500px;
	margin: 50px auto;
}

.error-page .container{
	max-width:100%;
	width:100%:
}

.error h1{
	font-weight: normal;
}

/* Grid */

.show-grid div{
	background: #eee;
	text-align: center;
	margin: 10px 0px;
	border: 1px solid #ddd;
}

/* Date & Time Picker */

.dtpicker{
	max-width:200px;
}

/* Slider */

#eq span {
    height:120px; float:left; margin:15px
}

.ui-slider .ui-slider-handle { 
	position: absolute; 
	z-index: 2; 
	width: 1.1em; 
	height: 1.1em !important; 
	cursor: default; 
	border-radius: 50px;
	background: #fafafa !important;
	border: 1px solid #ccc !important; 
}

.ui-slider-horizontal { 
	height: .6em; 
	border: 1px solid #ccc !important; 
	background: #fff !important;
	border-radius: 3px;
}

.ui-slider-vertical { 
	height: 100px; 
	width: 0.6em;
	border: 1px solid #ccc !important; 
	background: #fff !important;
	border-radius: 3px;
}

.ui-slider-vertical .ui-slider-handle {
	margin-left: 0 !important;
	margin-bottom: -.6em !important;
}


#master1, #master2, #master3, #master4, #master5, #master6{
	width: 100%;
	margin:15px 0px !important;
}

.ui-widget-header{
 	border-radius: 3px !important;
}

.slider-red .ui-widget-header{
	background: #dd514c !important;
	border-color: #dd514c !important;
}	

.slider-blue .ui-widget-header{
	background: #36a5c6 !important;
	border-color: #36a5c6 !important;
}	

.slider-green .ui-widget-header{
	background: #44c636 !important;
	border-color: #44c636 !important;
}	

.slider-yellow .ui-widget-header{
	background: #fcd419 !important;
	border-color: #fcd419 !important;
}	

.slider-orange .ui-widget-header{
	background: #fc9419 !important;
	border-color: #fc9419 !important;
}	

.slider-violet .ui-widget-header{
	background: #9919fc !important;
	border-color: #9919fc !important;
}	

/* Toggle button */

.onoffswitch {
  width: 50px;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  font-size: 10px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 6px;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 4px;
  background-color: #444;
  color: #fff;
  text-align: right;
}

.onoffswitch-switch {
  background: #FCF7F7;
  border: 0px;
  border-radius: 50px;
  right: 24px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-label {
  border: 0px;
}

.sw-green .onoffswitch-inner:before {
  background-color: #51d466;
}
.sw-red .onoffswitch-inner:before {
  background-color: #f75353;
}
.sw-lblue .onoffswitch-inner:before {
  background-color: #32c8de;
}
.sw-orange .onoffswitch-inner:before {
  background-color: #f78153;
}
.sw-blue .onoffswitch-inner:before {
  background-color: #609cec;
}

/* Gallery */

.gallery img{
	max-width: 170px;
	margin: 5px;
	padding: 1px;
	border: 1px solid #aaa;
	border-radius: 5px;
}

/* Error log */

.error-log{
	height: 300px;
	overflow: auto;
	font-family: "Courier New", monospace;
}

.error-log ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.error-log .green{
	color: #61c221;
}

.error-log .red{
	color: #ff0000;
}

/* Media */

.medias .checker {
	width: 5px !important;
}

.medias img{
	padding: 1px;
	background: #fff;
	border: 1px solid #aaa;
	max-width: 40px;
}



/* CL Editor */

.cleditorMain{
	border: 1px solid #ccc;
	margin: 10px 0px;
}

.cleditorMain textarea, .cleditorMain iframe{
	width: 100% !important;
}

/* Chart */

#bar-chart,#bar-chart-black,#curve-chart,#live-chart,#pie-chart,#pie-chart2,#pie-chart3{
	height: 250px;
	max-width: 100%;
}

#pie-chart,#pie-chart2,#pie-chart3{
	max-width: 300px;
	margin: 10px auto;
}

DIV.pie-chart
  {
  height: 250px;
  width:300px;
	max-width: 100%;  
  //max-width: 300px; 
	margin: 10px auto;
  }

/* Support page */

.support-faq form input{
	padding-left:8px;
	margin:10px 0px;
	border-radius:3px;
	border:1px solid #aaa;
}

#slist p{
display: none;
margin:5px 0px;
padding:5px 10px;
background:#fff;
line-height: 25px;
border:1px solid #eee;
}

#slist{
	margin-left: 20px;
}

#slist li{
	margin-bottom: 10px;
}

#slist li a{
	display: block;
	margin-bottom: 0px;
	text-decoration:none;
}

/* Post form */

.post{
	margin-top: 20px;
}

/* Login and Register form */

.admin-form{
	max-width: 500px;
	margin: 50px auto;
}

.admin-form .container{
	width:100% !important;
	max-width:100% !important;
}

.admin-form form{
	padding: 10px 0px;
}

/* Widget-Content */

.widget-content .error .form-inline button{
	margin-left:-2px;
	padding:8px 12px;
}

.chats{
	padding-left:0px;
	margin-left:0px;
}

.recent{
	padding-left:0px;
	margin-left:0px;
}

.widget-foot .form-inline button {
	margin-left: -3px;
	padding:7px 12px;
}

.widget-content .form-inline button {
	margin-left: 0px;
	padding:7px 12px;
}

.buttons button{
	margin-top:10px;
}

.widget-content ol#slist{
	padding:0px;
}

.task i {
	display:inline-block;
	width: 30px;
	height: 17px;
	background: #ccc;
	text-align: center;
	border-radius: 50px;
	font-size: 10px;
	line-height: 17px;
}

.pagination li a{
	color:#777;
}

/* Footer */

footer{
  background-color: #353535;
	padding:10px 0px;
	color: #ccc;
	font-size: 12px;
	border-top: 1px solid #ccc;   
  position:fixed;
  bottom:0;
  z-index:9999;
  width:300px;
}

footer .container{
	width:100%;
	max-width:100% !important;
}

footer a, footer a:visited{
	color: #ccc;
}

footer a:hover{
	color: #fff;
	text-decoration: underline;
}

footer .copy{
	font-size: 11px;
}


/* plateforme module */
IMG.module_categorie
  {
  cursor:pointer;
  }
  
TD.module_install
  {
  background:#ffe5ce;
  }
  
TD.module_install DIV
  {
  background:#19DaFF;
  text-align:center;
  color:#007202;
  font-size:20px;
  font-weight:normal;
  }
  
TD.module_install .btn
  {
  font-size:16px;
  }  

  
P.content_module_table
  {
  margin-top:10px;
  }
  
.pull-bottom
  {
  position:absolute;
  bottom:0px;
  }
  
/* plateforme gestion et facturation */

SPAN.aff_fact
  {
  cursor:pointer;
  }

/* Responsive */

@media (max-width: 480px){
	.mainbar .page-head h2{
		float: none;
	}
	.mainbar .bread-crumb{
		float: none;
		margin-top: 10px;
	}
	.col-left{
		width: 100%;
		float: none;
		margin-right: none;
	}
	.col-right{
		width: 100%;
		float: none;
	}
	.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {
		display: none;
	}
}

@media (max-width: 767px){

  
	.form-inline button{
   		margin-left:0px;
   	} 
	header{
		padding-top: 0px !important;
		padding-bottom: 20px !important;
	}
	header .logo{
		padding: 0px;
		display: none;
	}
	header .nav.nav-pills{
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left:20px;
	}
	header .header-data {
		margin-top: 15px;
		margin-left: 20px;
	}
	
	.navbar{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}	
	.nav-collapse .dropdown-menu{
		padding: 10px 10px !important;
	}
	.nav-collapse .dropdown-menu > li{
		color: #999 !important;
	}
	.nav-collapse .dropdown-menu a {
		color:#475569;
	}
	.nav-collapse .dropdown-menu a:hover{
		color: #888;
		background:transparent !important;
	}
	.nav-collapse .dropdown-menu hr{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}
	.sidebar{
		float: none;
		width: 100%;
		
	}
	.sidebar .sidebar-dropdown{
		display: block;
	}
	.sidebar #nav{
		display: none;
    background:#111827;
    //z-index:999999999; 
	}
	.mainbar{
		float: none;
		margin:0px;
		border:0px;
	}
	.today-datas{	
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.form{
		margin: 0px !important;
	}
	form .control-group{
		margin:0px !important;
	}
	form .control-label{
		float: none !important;
		width: auto !important;
		text-align: left !important;
	}
	form .controls{
		float: none !important;
		margin-left: 0px !important;
	}
	form .form-actions{
		padding-left: 0px !important;
	}
	.navbar{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.nav-collapse .dropdown-menu{
		padding: 10px 10px !important;
	}
	.nav-collapse .dropdown-menu > li{
		color: #999 !important;
	}
	.nav-collapse .dropdown-menu a {
		color:#475569;
	}
	.nav-collapse .dropdown-menu a:hover{
		color: #888;
		background:transparent !important;
	}
	.nav-collapse .dropdown-menu hr{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}	
	.sidebar{
		width: 200px;
	}
	.mainbar{
		margin-left: 200px;
	}
   
   header{
      padding-top:10px;
   }
	
	header .nav.nav-pills{
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left:20px;
	}
	header .header-data {
		margin-top: 15px;
		margin-left: 20px;
	}
	
	header .logo{
		padding: 0px;
		display: none;
	}
}
@media (min-width: 768px){
	.sidebar #nav{
		display: block !important;
	}
  
  .mainbar
    {
    position:relative;
  	margin-left: 0px !important;  
  	background:#eee url("../img/main-back.png") repeat !important;
  	   	
    }
  .menu_open
    {
    border-left: 300px solid #111827; 
    }
    
  .menu_close
    {
    border-left: 0px;
    }
		
}
/* Rate It */

.rateit .rateit-range
{
    background: url(../img/star.gif);
}

.rateit .rateit-hover
{
    background: url(../img/star.gif) left -32px;
}

.rateit .rateit-selected
{
    background: url(../img/star.gif) left -16px;
}

.rateit .rateit-preset
{
    background: url(../img/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(../img/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(../img/delete.gif) 0 0;
}

/* color */

.red
  {
  color:#ff0000;
  }
  
.white
  {
  color:#fff; 
  }
  
.green
  {
  color:#008800;
  }
  
.green_light
  {
  color:#00f631;
  }
  
.blue
  {
  color:#0000ff;
  }
  
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}


  
Div.tabbable .tab-content
  {
  border:none;
  border-top:1px solid #dddddd;
  margin-left:140px;
  }
  
div.sub_header_down
  {
  display:none;
  position:absolute;
  z-index:999;
  text-align:center;
  width:50px;
  height:20px;
  border-radius:0 0 50% 50%;
  top:50px;
  left:50%;
  background:#1e293b;    
  color:#fff;
  }
  
div.sub_header_up
  {
  position:absolute;
  z-index:999;
  text-align:center;
  width:50px;
  height:20px;
  border-radius:50% 50% 0 0 ;
  bottom:0px;
  left:50%;
  background:#1e293b;    
  color:#fff;
  }
  
.pointer  
  {
  cursor:pointer;
  }
  
  
@media (max-width: 1440px)
  {
  body
    {
    font-size:12px;
    }
  }
  
/*******************************************************************************
 *
 *                  IA
 *
 ******************************************************************************/
 
.btn-ia
    {
    background: #c71585 !important;
    color:#fff;
    border-color: #6c0575;
    }
    
.btn-ia:hover
    {
    background: #ad1279 !important;
    color:#fff;
    border-color: #8c2595;
    }
  
/*******************************************************************************
 *
 *                  SMS
 *
 ******************************************************************************/
 
IFRAME.sms_frame_paiement
  {
  width:100%;
  height:550px;
  display:none;
  border:none;
  }
  
span.sms_credit
  {
  display: inline-block;
  width:100%;
  text-align:center;
  font-size:25px;
  }
  
.element-clignote  {
   animation-duration: .8s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}

PRE.no-style
  {
  border:none;
  background:none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  }
  
.no_footer
  {
  background: none !important;
  border: none !important;
  }
  
/*******************************************************************************
 * 
 * 
 *                                  Scrollbar 
 * 
 * 
 * ****************************************************************************/
 
 
.style_7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	/*border-radius: 15px;*/
}

.style_7::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

.style_7::-webkit-scrollbar-thumb
{
	/*border-radius: 15px;*/
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(103,227,183)),
									   color-stop(0.72, rgb(71,190,148)),
									   color-stop(0.86, rgb(22,147,108)));
}

/*******************************************************************************
 * 
 * 
 *                           retractation du menu
 * 
 * 
 ******************************************************************************/
 
#menu_retract
    {
    position:absolute;
    top:200px;
    left:0;
    width:15px;
    height:45px;
    background:#111827;
    color:#fff;
    line-height:45px;
    margin-top:-45px;
    border-radius: 0 5px 5px 0;
    cursor:pointer; 
    z-index:10;
    }

/*******************************************************************************
 * 
 * 
 *                              Ticket support
 * 
 * 
 ******************************************************************************/
DIV.item_ticket
    {
    margin-bottom:20px;
    }

 
DIV.content_ticket
    {
    margin-left:0;
    margin-right:0;       
    font-size:18px; 
    }
    
 
DIV.customers_comment
    {
    background:#fcfcfc;    
    }
    
DIV.customers_comment DIV.content_ticket_title
    {
    background:#c9f6ff;
    border-bottom: 1px solid #669099;
    margin-bottom:5px;
    border-radius:15px 15px 0 0;
    }
    
DIV.customers_comment DIV.content_ticket_title h3
    {
    margin-top:9px;
    }
    
DIV.support_comment
    {
    background:#fcfcfc;    
    }
    
DIV.support_comment DIV.content_ticket_title
    {
    background:#ffd47926;
    border-bottom: 1px solid #669099;
    margin-bottom:5px;
    border-radius:15px 15px 0 0;
    }
    
DIV.support_comment DIV.content_ticket_title h3
    {
    margin-top:9px;
    }
    
TEXTAREA.new_comment_ticket
    {
    min-height:150px;
    width:100%;
    border: none;
    background:transparent;
    margin:0;
    padding:5px;
    font-size:18px;
    }
    
#new_comment
    {
    display:none;
    }




/*************************************************
 * Modern UI Overrides - ChatGPT Experiment
 * Compatible Bootstrap 3
 *************************************************/

:root{
    --ik-primary:#2563eb;
    --ik-primary-dark:#1d4ed8;
    --ik-bg:#f3f6fb;
    --ik-surface:#ffffff;
    --ik-border:#dbe3ee;
    --ik-text:#1f2937;
    --ik-muted:#6b7280;
    --ik-shadow:0 8px 24px rgba(15,23,42,0.08);
    --ik-radius:14px;
}

body{
    background:linear-gradient(180deg,#f7f9fc 0%,#eef3f9 100%) !important;
    color:var(--ik-text);
    border-top:none;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    padding-top:60px;
}

body.login{
    background:linear-gradient(180deg,#1e293b 0%,#0f172a 100%) !important;
    border-top:none;
}

h1,h2,h3,h4,h5,h6{
    color:#111827;
    font-weight:600;
    letter-spacing:-0.02em;
}

a{
    color:var(--ik-primary);
    transition:all .2s ease;
}

a:hover{
    color:var(--ik-primary-dark);
}

.navbar,
.topnav,
.sidebar,
.leftmenu{
    box-shadow:var(--ik-shadow);
}

.navbar{
    border:none !important;
    background:#1e293b !important;
    min-height:60px;
    box-shadow:
    inset 0 -1px 0 rgba(255,255,255,0.04),
    0 4px 18px rgba(0,0,0,0.12);
}

.navbar i{
    width:28px;
    height:28px;
    line-height:28px;
    text-align:center;
    border-radius:8px;
    background:rgba(255,255,255,0.08);
    color:#e2e8f0 !important;
    margin-right:8px;
}

.navbar li a:hover i{
    background:rgba(255,255,255,0.14);
    color:#fff !important;
}

.navbar .navbar-brand{
    font-weight:700;
    color:#ffffff !important;
}

.navbar-nav > li > a{
    color:#cbd5e1  !important;
    transition:all .2s ease;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.navbar-nav > li > a:hover{
    background:rgba(255,255,255,0.08) !important;
    color:var(--ik-primary) !important;
    border-radius:10px;
}

.sidebar,
.leftmenu{
    background:#1e293b !important;
    border-right:none !important;
}

.sidebar a,
.leftmenu a{
    color:#cbd5e1 !important;
    border-radius:10px;
    margin:2px 8px;
    transition:all .2s ease;
}

.sidebar a:hover,
.leftmenu a:hover{
    background:rgba(255,255,255,0.08) !important;
    color:#fff !important;
}

.panel,
.widget,
.card,
.well,
.modal-content,
.tab-content{
    background:var(--ik-surface) !important;
    border:none !important;
    border-radius:var(--ik-radius) !important;
    box-shadow:var(--ik-shadow);
}

.panel-heading,
.modal-header{
    background:transparent !important;
    border-bottom:1px solid #eef2f7 !important;
    padding:16px 20px !important;
}

.panel-body,
.modal-body{
    padding:20px !important;
}

.table{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
}

.table > thead > tr > th{
    background:#f8fafc;
    border-bottom:1px solid var(--ik-border) !important;
    color:#334155;
    font-weight:600;
    font-size:12px;
    letter-spacing:.04em;
}

.table > tbody > tr{
    transition:background .15s ease;
}

.table > tbody > tr:hover{
    background:#f8fbff;
}

.form-control{
    border:1px solid var(--ik-border);
    border-radius:12px;
    box-shadow:none !important;
    min-height:42px;
    transition:all .2s ease;
}

.form-control:focus{
    border-color:rgba(37,99,235,0.5);
    box-shadow:0 0 0 4px rgba(37,99,235,0.12) !important;
}

.btn{
    border:none !important;
    letter-spacing:.02em;
    transition:all .2s ease;
}

.btn:not(.btn-xs):not(.btn-sm):not(.btn-lg){
    border-radius:12px !important;
    padding:10px 18px !important;
}

.btn:hover{
    transform:translateY(-1px);
}

.btn-primary{
    background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%) !important;
}

.btn-success{
    background:linear-gradient(135deg,#059669 0%,#10b981 100%) !important;
}

.btn-danger{
    background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%) !important;
}

.alert{
    border:none !important;
    border-radius:14px !important;
    box-shadow:var(--ik-shadow);
}

.dropdown-menu{
    border:none !important;
    border-radius:14px !important;
    box-shadow:0 16px 40px rgba(15,23,42,0.15);
    padding:8px;
}

.dropdown-menu > li > a{
    border-radius:10px;
    padding:10px 14px;
}

.dropdown-menu > li > a:hover{
    background:#eff6ff !important;
    color:var(--ik-primary) !important;
}

.progress{
    height:10px;
    background:#e5e7eb;
    border-radius:999px;
    overflow:hidden;
}

.progress-bar{
    border-radius:999px;
}

hr{
    border-bottom:1px solid #e5e7eb;
}

::-webkit-scrollbar{
    width:10px;
    height:10px;
}

::-webkit-scrollbar-thumb{
    background:#cbd5e1;
    border-radius:999px;
}

::-webkit-scrollbar-thumb:hover{
    background:#94a3b8;
}

/*************************************************
 * DataTables / Legacy tables
 *************************************************/

.dataTables_wrapper .dataTables_filter input{
    border-radius:12px;
    border:1px solid var(--ik-border);
    padding:8px 12px;
}

.pagination > li > a,
.pagination > li > span{
    border:none !important;
    margin:0 3px;
    border-radius:10px !important;
    color:#475569;
}

.pagination > .active > a{
    background:var(--ik-primary) !important;
}

/*************************************************
 * Login box modernisation
 *************************************************/

.login .panel,
.login .well,
.login .modal-content{
    background:rgba(255,255,255,0.96) !important;
    backdrop-filter:blur(10px);
}

/*************************************************
 * Animation lÃ©gÃ¨re
 *************************************************/

.panel,
.widget,
.card,
.modal-content,
.btn{
    transition:all .2s ease;
}

.panel:hover,
.widget:hover,
.card:hover{
    transform:translateY(-1px);
}




/*************************************************
 * V3 - Sidebar ciblÃ©e + icÃ´nes corrigÃ©es
 * Conserve la modernisation globale V1
 *************************************************/

.sidebar{
    background:#111827 !important;
    border-right:none !important;
    /*box-shadow:4px 0 24px rgba(0,0,0,0.16) !important;*/
    box-shadow: inset -1px 0 0 rgba(255,255,255,0.03), 6px 0 24px rgba(0,0,0,0.18) !important;
}

.sidebar .sidebar-inner{
    background:transparent !important;
}

.sidebar #nav{
    padding-top:12px !important;
}

.sidebar #nav > li{
    margin:4px 10px !important;
}

.sidebar #nav > li > a{
    position:relative !important;
    /*display:flex !important;*/
    align-items:center !important;
    gap:10px !important;
    background:transparent !important;
    color:#cbd5e1 !important;
    border:none !important;
    border-radius:12px !important;
    padding:11px 14px !important;
    font-size:14px !important;
    font-weight:500 !important;
    line-height:22px !important;
    transition:all .18s ease !important;
}

.sidebar #nav > li > a:hover{
    background:rgba(255,255,255,0.08) !important;
    color:#ffffff !important;
    transform:translateX(3px);
}

.sidebar #nav > li.current > a,
.sidebar #nav > li.open > a,
.sidebar #nav > li.active > a{
    background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%) !important;
    color:#fff !important;
    box-shadow:0 8px 18px rgba(37,99,235,0.35) !important;
}

.sidebar #nav > li.current > a:hover,
.sidebar #nav > li.open > a:hover,
.sidebar #nav > li.active > a:hover{
    transform:none;
}

/*************************************************
 * IcÃ´nes sidebar
 * Avant : rondes / dÃ©formÃ©es
 * AprÃ¨s : carrÃ©es avec coins arrondis
 *************************************************/

.sidebar #nav > li > a i,
.sidebar #nav > li > a .fa,
.sidebar #nav > li > a [class^="icon-"],
.sidebar #nav > li > a [class*=" icon-"]{
    flex:0 0 30px !important;
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    min-height:30px !important;
    max-height:30px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:8px !important;
    background:rgba(255,255,255,0.08) !important;
    color:#e5e7eb !important;
    font-size:14px !important;
    line-height:30px !important;
    text-align:center !important;
    box-sizing:border-box !important;
}

.sidebar #nav > li > a:hover i,
.sidebar #nav > li > a:hover .fa,
.sidebar #nav > li.current > a i,
.sidebar #nav > li.current > a .fa,
.sidebar #nav > li.open > a i,
.sidebar #nav > li.open > a .fa,
.sidebar #nav > li.active > a i,
.sidebar #nav > li.active > a .fa{
    background:rgba(255,255,255,0.18) !important;
    color:#ffffff !important;
}

/*************************************************
 * Sous-menus
 *************************************************/

.sidebar #nav li ul{
    background:rgba(255,255,255,0.035) !important;
    border:none !important;
    border-radius:12px !important;
    margin:6px 0 8px 0 !important;
    padding:8px 0 !important;
    box-shadow:none !important;
}

.sidebar #nav li ul li{
    border:none !important;
    margin:0 !important;
}

.sidebar #nav li ul li a{
    display:block !important;
    color:#94a3b8 !important;
    padding:9px 16px 9px 52px !important;
    border:none !important;
    background:none !important;
    border-radius:0 !important;
    transition:all .18s ease !important;
    font-size:13px !important;
    line-height:20px !important;
}

.sidebar #nav li ul li a:hover{
    color:#fff !important;
    background:rgba(255,255,255,0.06) !important;
}

.sidebar #nav li ul li.current a,
.sidebar #nav li ul li.active a{
    color:#fff !important;
    background:rgba(37,99,235,0.18) !important;
    border-left:3px solid #60a5fa !important;
}

/*************************************************
 * Petits correctifs anti-dÃ©formation legacy
 *************************************************/

.sidebar #nav img,
.sidebar #nav svg{
    max-width:30px !important;
    max-height:30px !important;
    object-fit:contain !important;
}

.sidebar #nav > li > a:before,
.sidebar #nav > li > a:after{
    box-sizing:border-box !important;
}

.sidebar .sidebar-dropdown{
    color:#64748b !important;
}

.sidebar::-webkit-scrollbar{
    width:8px;
}

.sidebar::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,0.15);
    border-radius:999px;
}


/*************************************************
 * Harmonisation couleurs 2026
 *************************************************/

body{
    background:#f1f5f9 !important;
    color:#334155 !important;
}

.mainbar{
    background:#f1f5f9 !important;
}

.sidebar,
.sidebar #nav,
.sidebar #prenav,
footer,
#menu_retract{
    background:#111827 !important;
}

.sidebar #nav li ul{
    background:#172033 !important;
}

.sidebar #nav > li > a{
    color:#cbd5e1 !important;
}

.sidebar #nav > li > a:hover{
    background:rgba(255,255,255,0.08) !important;
}

.sidebar #nav > li.current > a,
.sidebar #nav > li.active > a,
.sidebar #nav > li.open > a{
    background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%) !important;
}

.sidebar #nav li ul li.current a{
    background:#0f172a !important;
}

.widget,
.modal-content,
.tab-content,
.page-tables .dataTable{
    background:#ffffff !important;
}

.widget .widget-head,
.widget .widget-foot,
.modal-header,
.modal-footer,
.mainbar .page-head{
    background:#eef2ff !important;
    color:#334155 !important;
}

.table > thead > tr > th{
    background:#f8fafc !important;
    color:#334155 !important;
}

.table > tbody > tr:hover{
    background:#f8fbff !important;
}

.btn-success{
    background:linear-gradient(135deg,#10b981 0%,#059669 100%) !important;
}

.btn-primary{
    background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%) !important;
}

.dropdown-menu{
    background:#ffffff !important;
}

.dropdown-menu li > a{
    color:#334155 !important;
}

.dropdown-menu li > a:hover{
    background:#eff6ff !important;
    color:#2563eb !important;
}


/*************************************************
 * Sous-menu sidebar modernisÃ©
 *************************************************/

.sidebar #nav li ul{
    background:rgba(255,255,255,0.04) !important;
    border-radius:14px !important;
    margin:8px 10px 12px 10px !important;
    padding:8px 0 !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.03) !important;
}

.sidebar #nav li.sm_open{
    background:transparent !important;
}

.sidebar #nav li ul li{
    background:transparent !important;
}

.sidebar #nav li ul li.current{
    background:transparent !important;
}

.sidebar #nav li ul li a{
    color:#94a3b8 !important;
    transition:all .18s ease !important;
    border-radius:10px !important;
    margin:2px 8px !important;
    padding:10px 16px 10px 30px !important;
    
}

.sidebar #nav li ul li a:hover{
    background:rgba(255,255,255,0.06) !important;
    color:#ffffff !important;
}

.sidebar #nav li ul li.current a,
.sidebar #nav li ul li.active a{
    background:rgba(37,99,235,0.18) !important;
    border-left:3px solid #60a5fa !important;
    color:#ffffff !important;
    box-shadow:none !important;
}

/*************************************************
 * Icônes dropdown topbar
 *************************************************/

.dropdown-menu li > a i,
.dropdown-big .dropdown-menu i{
    width:26px !important;
    height:26px !important;
    line-height:26px !important;
    text-align:center !important;
    border-radius:8px !important;

    background:rgba(30,41,59,0.08) !important;
    color:#64748b !important;

    margin-right:12px !important;

    transition:all .18s ease !important;
}

/*************************************************
 * Hover
 *************************************************/

.dropdown-menu li > a:hover i,
.dropdown-big .dropdown-menu a:hover i{
    background:rgba(37,99,235,0.12) !important;
    color:#2563eb !important;
}

/*************************************************
 * nav-tabs
 *************************************************/
 
.nav-tabs{
    margin-left:10px !important;
    margin-right:10px !important;
}

.nav-tabs > li > a{
    border-top-left-radius:8px !important;
    border-top-right-radius:8px !important;
}

/*************************************************
* logo titre modal
*************************************************/

/*************************************************
 * Branding modales I-Kube
 *************************************************/

.modal-header h3,
.modal-header h4,
.modal-title{
    position:relative;
    padding-left:55px !important;
}

.modal-header .close{
    position:relative;
    z-index:100;
}

/*************************************************
 * Logo I-Kube
 *************************************************/

.modal-header h3:before,
.modal-header h4:before,
.modal-title:before{
    content:"";

    position:absolute;
    left:0;
    top:50%;

    width:50px;
    height:50px;

    transform:translateY(-50%);

    background-image:url('../img/iris-kube-50.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;

    opacity:0.95;
}


/*************************************************
 * Tables bordered modernes
 *************************************************/

.table-bordered{
	border-collapse:separate !important;
	border-spacing:0 !important;

	border:1px solid #e5e7eb !important;

	border-radius:14px !important;

	background:#fff !important;

	overflow:hidden !important;
}

/*************************************************
 * Cellules
 *************************************************/

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td{

	padding:14px 16px !important;

	vertical-align:middle !important;

	background:#fff !important;

	border-top:none !important;

	border-left:none !important;

	border-right:1px solid #edf2f7 !important;

	border-bottom:1px solid #edf2f7 !important;
}

/*************************************************
 * Suppression doubles bordures
 *************************************************/

/*************************************************
 * Suppression doubles bordures
 *************************************************/

.table-bordered > thead > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > tfoot > tr > td:last-child{
	border-right:none !important;
}

.table-bordered > tbody > tr:last-child > th,
.table-bordered > tbody > tr:last-child > td,
.table-bordered > tfoot > tr:last-child > th,
.table-bordered > tfoot > tr:last-child > td{
	border-bottom:none !important;
}

/*************************************************
 * Header
 *************************************************/

.table-bordered > thead > tr > th{
	background:#f8fafc !important;

	color:#475569 !important;

	font-weight:600;
}

/***************************************************************************
 * LOGIN V2
 ***************************************************************************/

body.login
{
    background:#f8fafc !important;
    padding-top:0 !important;
    overflow:hidden;
}

.login-page
{
    display:flex;
    min-height:100vh;
}

.login-left
{
    width:50%;

    background:
    linear-gradient(
        135deg,
        #111827 0%,
        #1e293b 100%
    );

    display:flex;
    align-items:center;
    justify-content:center;

    padding:60px;
}

.login-left-content
{
    text-align:center;
    color:#fff;
    max-width:600px;
}

.login-left-content img
{
    max-width:320px;
    height:auto;
    margin-bottom:40px;
}

.login-left-content h1
{
    color:#fff;
    font-size:52px;
    margin-bottom:20px;
}

.login-left-content p
{
    color:#cbd5e1;
    font-size:20px;
    line-height:32px;
}

.login-right
{
    width:50%;
    background:#f8fafc;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:40px;
}

.login-card
{
    width:100%;
    max-width:520px;

    background:#fff;

    border-radius:20px;

    padding:40px;

    box-shadow:0 20px 40px rgba(15,23,42,.08);
}

.login-header
{
    text-align:center;
    margin-bottom:30px;
}

.login-header i
{
    font-size:42px;
    color:#2563eb;
    margin-bottom:15px;
    display:block;
}

.login-header h2
{
    margin:0;
}

.login-card label
{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#475569;
}

/*************************************************
 * Hérite du style_dark-013.css
 *************************************************/

.login-card .form-group
{
    margin-bottom:20px;
}

.login-card .form-control
{
    min-height:48px;
}

.login-card .btn
{
    margin-top:10px;
}

.login-card .btn + .btn
{
    margin-top:10px;
}

.login-footer
{
    margin-top:20px;
    text-align:center;
}

@media(max-width:992px)
{
    .login-left
    {
        display:none;
    }

    .login-right
    {
        width:100%;
        padding:20px;
    }

    .login-card
    {
        max-width:100%;
    }
}


/***************************************************************************
 * CHECKBOX MODERNES V2
 ***************************************************************************/

input[type="checkbox"]
	{
	appearance:none;
	-webkit-appearance:none;

	width:24px;
	height:24px;

	border:1px solid #16a34a;
	border-radius:5px;

	background:#fff;

	cursor:pointer;

	position:relative;

	vertical-align:middle;

	transition:all .15s ease;
	}

input[type="checkbox"]:hover{
	border-color:#94a3b8;
}

input[type="checkbox"]:checked{
	background:#fff;
	border-color:#334155;
}

input[type="checkbox"]:checked:after{
	content:"";

	position:absolute;

	left:8px;
	top:3px;

	width:7px;
	height:14px;

	border:solid #22c55e;
	border-width:0 2px 2px 0;

	transform:rotate(45deg);
}

input[type="checkbox"]:focus{
	outline:none !important;
	box-shadow:none !important;
}

.checkbox label{
    padding-left:32px;
}

.checkbox input[type="checkbox"]{
    margin-left:-32px;
}


/***************************************************************************
 * DATETIME PICKER - I-KUBE STYLE 013
 ***************************************************************************/

.bootstrap-datetimepicker-widget
	{
	list-style:none;
	}

.bootstrap-datetimepicker-widget.dropdown-menu
	{
	display:block;
	background:#fff !important;
	border:1px solid #e2e8f0 !important;
	border-radius:14px !important;
	box-shadow:0 10px 30px rgba(15,23,42,.08) !important;
	padding:15px !important;
	min-width:360px !important;
	width:360px !important;
	color:#334155 !important;
	}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after
	{
	display:none !important;
	}

.bootstrap-datetimepicker-widget .list-unstyled
	{
	margin:0 !important;
	padding:0 !important;
	}

.bootstrap-datetimepicker-widget table
	{
	width:100% !important;
	margin:0 !important;
	border-collapse:separate !important;
	border-spacing:6px !important;
	background:none !important;
	}

.bootstrap-datetimepicker-widget table th
	{
	width:42px !important;
	height:34px !important;
	line-height:34px !important;
	padding:0 !important;
	text-align:center !important;
	font-size:12px !important;
	font-weight:600 !important;
	color:#64748b !important;
	border:none !important;
	background:none !important;
	border-radius:8px !important;
	}

.bootstrap-datetimepicker-widget table thead tr:first-child th
	{
	height:40px !important;
	line-height:40px !important;
	font-size:15px !important;
	font-weight:700 !important;
	color:#334155 !important;
	padding:0 !important;
	border-radius:10px !important;
	}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover
	{
	background:#f8fafc !important;
	color:#2563eb !important;
	}

.bootstrap-datetimepicker-widget .picker-switch
	{
	text-align:center !important;
	font-size:15px !important;
	font-weight:700 !important;
	color:#334155 !important;
	}

.bootstrap-datetimepicker-widget table th.picker-switch
	{
	width:auto !important;
	}

.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next
	{
	color:#64748b !important;
	border-radius:8px !important;
	}

.bootstrap-datetimepicker-widget .prev:hover,
.bootstrap-datetimepicker-widget .next:hover
	{
	background:#eff6ff !important;
	color:#2563eb !important;
	}

.bootstrap-datetimepicker-widget table td
	{
	width:42px !important;
	height:42px !important;
	line-height:42px !important;
	padding:0 !important;
	text-align:center !important;
	border:none !important;
	background:none !important;
	border-radius:10px !important;
	color:#334155 !important;
	font-size:14px !important;
	font-weight:500 !important;
	}

.bootstrap-datetimepicker-widget table td.day
	{
	width:42px !important;
	height:42px !important;
	line-height:42px !important;
	background:#fff !important;
	color:#334155 !important;
	border-radius:10px !important;
	transition:all .15s ease !important;
	}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover
	{
	background:#eff6ff !important;
	color:#2563eb !important;
	cursor:pointer !important;
	}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new
	{
	color:#cbd5e1 !important;
	}

.bootstrap-datetimepicker-widget table td.today
	{
	background:#ecfdf5 !important;
	color:#10b981 !important;
	font-weight:700 !important;
	border:1px solid #10b981 !important;
	}

.bootstrap-datetimepicker-widget table td.today:before
	{
	display:none !important;
	}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover
	{
	background:#10b981 !important;
	color:#fff !important;
	font-weight:700 !important;
	border:1px solid #10b981 !important;
	text-shadow:none !important;
	}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover
	{
	background:none !important;
	color:#cbd5e1 !important;
	cursor:not-allowed !important;
	border:none !important;
	}

.bootstrap-datetimepicker-widget table td.cw
	{
	font-size:11px !important;
	color:#94a3b8 !important;
	}

.bootstrap-datetimepicker-widget table td span
	{
	display:inline-block !important;
	width:58px !important;
	height:58px !important;
	line-height:58px !important;
	margin:2px !important;
	cursor:pointer !important;
	border-radius:10px !important;
	font-size:14px !important;
	font-weight:500 !important;
	color:#334155 !important;
	background:#fff !important;
	transition:all .15s ease !important;
	}

.bootstrap-datetimepicker-widget table td span:hover
	{
	background:#eff6ff !important;
	color:#2563eb !important;
	}

.bootstrap-datetimepicker-widget table td span.active
	{
	background:#10b981 !important;
	color:#fff !important;
	font-weight:700 !important;
	text-shadow:none !important;
	}

.bootstrap-datetimepicker-widget table td span.old
	{
	color:#cbd5e1 !important;
	}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover
	{
	background:none !important;
	color:#cbd5e1 !important;
	cursor:not-allowed !important;
	}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second
	{
	width:58px !important;
	font-weight:700 !important;
	font-size:18px !important;
	margin:0 !important;
	color:#334155 !important;
	}

.bootstrap-datetimepicker-widget a[data-action]
	{
	padding:6px 0 !important;
	color:#64748b !important;
	}

.bootstrap-datetimepicker-widget a[data-action]:hover
	{
	color:#2563eb !important;
	background:#eff6ff !important;
	border-radius:8px !important;
	}

.bootstrap-datetimepicker-widget a[data-action]:active
	{
	box-shadow:none !important;
	}

.bootstrap-datetimepicker-widget button[data-action],
.bootstrap-datetimepicker-widget .btn[data-action]
	{
	padding:6px !important;
	border:none !important;
	background:none !important;
	box-shadow:none !important;
	color:#64748b !important;
	border-radius:8px !important;
	}

.bootstrap-datetimepicker-widget button[data-action]:hover,
.bootstrap-datetimepicker-widget .btn[data-action]:hover
	{
	background:#eff6ff !important;
	color:#2563eb !important;
	}

.bootstrap-datetimepicker-widget .picker-switch td
	{
	padding:0 !important;
	margin:0 !important;
	height:auto !important;
	width:auto !important;
	line-height:inherit !important;
	}

.bootstrap-datetimepicker-widget .picker-switch td span
	{
	line-height:40px !important;
	height:40px !important;
	width:100% !important;
	border-radius:8px !important;
	}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour
	{
	height:32px !important;
	line-height:32px !important;
	}

.bootstrap-datetimepicker-widget.wider
	{
	width:390px !important;
	min-width:390px !important;
	}

.bootstrap-datetimepicker-widget .datepicker-decades .decade
	{
	line-height:32px !important;
	}

.input-group.date .input-group-addon
	{
	cursor:pointer !important;
	background:#f8fafc !important;
	border-color:#dbe3ec !important;
	color:#64748b !important;
	border-radius:0 10px 10px 0 !important;
	transition:all .15s ease !important;
	}

.input-group.date .input-group-addon:hover
	{
	background:#eff6ff !important;
	color:#2563eb !important;
	}
	
/***************************************************************************
 * MODAL XL
 ***************************************************************************/

@media (min-width:1200px)
{
    .modal-xl
    {
        width:1400px;
        max-width:95%;
    }
}

/***************************************************************************
 * ICON BUTTONS
 ***************************************************************************/

.ik-icon-btn
	{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border-radius:10px;
	text-decoration:none;
	transition:.15s;
	margin:0 2px;
	border:1px solid transparent;
	}

.ik-icon-btn i
	{
	font-size:14px;
	}

.ik-icon-btn-edit
	{
	background:#ecfdf5;
	border-color:#a7f3d0;
	color:#10b981;
	}

.ik-icon-btn-edit:hover
	{
	background:#d1fae5;
	border-color:#6ee7b7;
	color:#059669;
	}

.ik-icon-btn-delete
	{
	background:#fef2f2;
	border-color:#fecaca;
	color:#ef4444;
	}

.ik-icon-btn-delete:hover
	{
	background:#fee2e2;
	border-color:#fca5a5;
	color:#dc2626;
	}
	
/***************************************************************************
 * LABELS BOOTSTRAP 3 MODERNISÉS
 ***************************************************************************/

.label
	{
	display:inline-block;
	padding:6px 12px;
	font-size:12px;
	font-weight:600;
	border-radius:8px;
	border:1px solid transparent;
	line-height:1.2;
	}

.label-success
	{
	background:#ecfdf5;
	border-color:#a7f3d0;
	color:#059669;
	}

.label-danger
	{
	background:#fef2f2;
	border-color:#fecaca;
	color:#dc2626;
	}

.label-warning
	{
	background:#fffbeb;
	border-color:#fde68a;
	color:#d97706;
	}

.label-info
	{
	background:#eff6ff;
	border-color:#bfdbfe;
	color:#2563eb;
	}

.label-default
	{
	background:#f8fafc;
	border-color:#cbd5e1;
	color:#475569;
	}
	
	
/***************************************************************************
* RADIO BUTTONS MODERNES
***************************************************************************/

input[type="radio"]
{
    appearance:none;
    -webkit-appearance:none;

    position:relative;

    width:24px;
    height:24px;

    border:2px solid #94a3b8;
    border-radius:50%;

    background:#fff;

    cursor:pointer;

    margin-right:8px;

    display:inline-block;
    vertical-align:middle;
    margin-left: -40px !important;
    margin-top: -3px !important;
}

input[type="radio"]:hover
{
    border-color:#2563eb;
}

input[type="radio"]:checked
{
    border-color:#2563eb;
}

input[type="radio"]:checked:after
{
    content:'';

    position:absolute;

    width:10px;
    height:10px;

    border-radius:50%;

    background:#2563eb;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);
}

input[type="radio"]:focus
{
    outline:none !important;
    box-shadow:none !important;
}

.radio
{
    display:block;
}

.radio label
{
    font-weight:normal;
    cursor:pointer;
    padding-left:40px;
    padding-top: 3px;
}

/* read only checkbox */

.readonly-group
{
    opacity:0.45;
    cursor:not-allowed;
}

.readonly-group:hover
{
    cursor:not-allowed;
}
	