
/*
* General layout
*/


.content-scrollable {
	height: 100%;
	width: 100%;
	overflow-y: auto !important;
	overflow-x: auto !important;

}
	

#tf-side-bar,
#tf-shell,
#tf-content {
	height: 100%;
	overflow: hidden;
}


#tf-content #tf-page-content {
	border-width: 0;
	overflow: hidden;
}

#page-function,#page-dashboard {
	height: 100%;
	width: 100%;
	padding: 0;
	border-width: 0;
	overflow: hidden;

}






/*
* Page content 
*/ 
#tf-page-content {
	padding-top: 10px;
}

/*
* Toolbar / navbar 
*/

/* add scroll bar to menu */
#tf-menu-panel {
	overflow: auto !important;
}

#tf-toolbar {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px; 
	padding-bottom: 0px;
	display: inline-block;
}

#tf-toolbar-brand {
  height: 50px;
  width: 220px;

}

#left-toolbar-btn i {
	margin-right: 10px;
}
#right-toolbar-btn i {
	margin-right: 10px;
}


#tf-toolbar-brand img{
/*	width: 200px;
	height: 40px; */
	max-width: 100%;
	max-height: auto;
	border: 0;
		
}
.tf-toolbar i {
	cursor: pointer;
}

#tf-brand-large-logo, #tf-brand-text {
  width: 115px;
  margin-left: 42px;
}



#tf-side-menu-bar {
  width: 220px;

}
/*
* navbar
*/
.tf-navbar-default {
  color: white;
  background-color: #008cba;
}

.tf-navbar-default a, .tf-navbar-default tf-flat-button a {
  color: white;
  border-color: transparent;
}

.tf-navbar-default a:hover, .tf-navbar-default a.active, .tf-navbar-default tf-flat-button:not(.disabled) a:hover, .tf-navbar-default tf-flat-button a:active {
  color: white;
  background-color: #006687 !important;
  border-color: white;
}

.tf-navbar-default a:focus, .tf-navbar-default tf-flat-button:not(.disabled) a:focus {
  color: white;
  background-color: rgba(0, 102, 135, 0.3);
  border-color: white;
  outline: none;
}

.tf-navbar-inverse {
  color: rgba(0, 0, 0, 0.5);
  background-color: #222;
}

.tf-navbar-inverse a {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}

.tf-navbar-inverse a:hover, .tf-navbar-inverse a.active {
  color: rgba(0, 0, 0, 0.7);
  background-color: #090808;
  border-color: rgba(0, 0, 0, 0.7);
}
/*
* User 
*/
#tf-user-profile {
  color: white;	
  
}

#tf-user-profile h4 {
  color:white;	

}

#tf-user-profile h5 {
  color:white;	

}

/* Format INTERNE */

/* page de liste avec encour et aside */
#listAsideWithCurrentSelection {
	height: 90%;
}

/* WIZARD */
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #008cba;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}



/* KENDO*/

/*
* PanelBar
*/

/* remove border */

#tf-menu-panel>ul.k-panelbar,
#tf-menu-panel>ul.k-panelbar .k-group,
#tf-menu-panel>ul.k-panelbar .k-content,
#tf-menu-panel>ul.k-panelbar .k-link
{
   border-width: 0;
}
/* niveau 1 */
#tf-menu-panel.k-panelbar>.k-item>.k-link {
         background-color: #008cba;
         color: white;
}

#tf-menu-panel.k-panelbar>.k-item>.k-link.k-state-selected {
         background-color:  #006687;          
         color: white;
}
#tf-menu-panel.k-panelbar>.k-item>.k-link.k-state-hover {
         background-color: #006687;
         color: white;
}

#tf-menu-panel.k-panelbar>.k-item>.k-link.k-state-hover.k-state-selected {
         background-color: #006687;
         color: white;
}

/* autre niveau */ 
#tf-menu-panel.k-panelbar .k-panel>.k-item>.k-link {
         background-color: #008cba;
         color: white;
}
#tf-menu-panel.k-panelbar .k-panel>.k-item>.k-link.k-state-hover{
         background-color: #006687;
         color: white;
}
#tf-menu-panel.k-panelbar .k-panel>.k-item>.k-link.k-state-selected {
         background-color: #006687;
         color: white;
         
}



/*
* splitter 
*/
.k-splitbar {
	border-style: none;
	border: (0,0,0,0);
}
.k-splitbar-static-vertical .k-splitbar-vertical {
    border: (0,0,0,0);
    
}

.k-splitbar-static-horizontal {
    border: (0,0,0,0);
    
}

.k-splitter .k-pane {
    overflow: visible !important;
}

/* menu left */
#tf-actions{
	color: white;
	background-color :  #008cba;
}

.k-menu .k-i-arrow-60-down {
   display: none;
}

/** grid **/

div[id^='parentGrid'],
div[id^='grid'] {
	margin: 0;
	padding: 0;
	border-width: 0;
	height: calc(100% - 24px);  
	font-size: 13px; 
}

div.k-grid-header {
  /*color:#008cba;*/
  color:#000000;
  
}

.k-grid tr{
  height: 40px;
}

.k-grid-pager.k-pager-wrap {
	color:#008cba;
}

.k-list-container {
	white-space: nowrap !important;
	width: auto !important;
	overflow-x: hidden !important;
	min-width: 243px !important;
	}

.k-list {
	overflow-x: hidden !important;
	/*overflow-style: marquee;*/
	overflow-y: auto !important;
	width: auto !important;
}

.k-grid .ralign
{
    text-align: right;
}

.grid-toolbar-left {
	width: 20%;
	float: left;
	display: flex;
	flex-direction: row;
}
		
.grid-toolbar-right {
	width: 80%;
	float: right;
	display: flex;
	flex-direction: row-reverse;
}



