/*******************1.Menu Configuration DocLayout*******************/

#nav-config.documentationDropdownMenu .dropdown-menu li a:hover,
#nav-config.documentationDropdownMenu .dropdown-menu li a:focus,
#nav-config.documentationDropdownMenu .dropdown-menu li a .k-state-active,
#nav-config.documentationDropdownMenu .dropdown-menu .k-state-selected,
#nav-config.documentationDropdownMenu .dropdown-menu .k-state-focused{
    background: var(--color-documentation-P-4,#27AE60);
    border-left: 5px solid var(--color-documentation-P-14,#10753b);
    color: var(--color-documentation-P-7,#FFFFFF);
    box-shadow: none;

}
#nav-config.documentationDropdownMenu .dropdown-menu li i:hover{
	color:var(--color-documentation-P-7,#FFFFFF);
}
#nav-config.documentationDropdownMenu .dropdown-menu .historique li a:hover,
#nav-config.documentationDropdownMenu .dropdown-menu .historique li a:focus,
#nav-config.documentationDropdownMenu .dropdown-menu .historique li a:active
{
	color: var(--color-documentation-P-4,#27AE60);

}

.item-box.k-state-selected,
.item-box.k-state-focused.k-state-selected,
.item-box.k-state-focused,
.item-historic.k-state-selected,
.item-historic.k-state-focused.k-state-selected,
.item-historic.k-state-focused{
	border:none;
	box-shadow:none;
	
}

.LeftDocumentOperationContainer
{
	margin-bottom:10px;
	padding-left: 0px;
}
.k-rtl .LeftDocumentOperationContainer
{
	padding-right: 0px;
	padding-left: 15px;
}
.RightDocumentOperationContainer{
	margin-bottom:10px;
	padding-right: 0px;
}
.k-rtl .RightDocumentOperationContainer{
	padding-left: 0px;
	padding-right: 15px;
}
.LeftDocumentOperationContainer .k-widget,
.RightDocumentOperationContainer .k-widget{
	box-shadow:none !important;
	border:0;
}

.listView-itemLeft,
.listView-itemRight
{	
	height:275px;
	padding:0px 15px;
	overflow:auto;
	line-height:88px;
	text-align:center;
	border:0;
}

.listView-itemLeft span,
.listView-itemRight span{
	font-size: var(--font-size-documentation-E-2,17px);
	text-align:center;
	
}
.listView-itemLeft .text-info{color: var(--color-documentation-E-3,#333333);}

/***Header Listview**/

.title-header{
	height: 55px;
	display:inline-block;
    margin-bottom: 10px;
    padding: 0px 19px;
	background-color: var(--color-documentation-E-5,#27AE60);
	text-align: center;
	user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	border:0;
	overflow: auto;
	line-height:55px;
}

.title-header:hover {
  cursor:default
}

.title-header span{
	display:inline-block;
	width:100%;
	color: var(--color-documentation-E-12,#FFFFFF);
	vertical-align: middle;
	font-size: var(--font-size-documentation-E-5, 17px);
	font-weight: var(--font-weight-documentation-E-5,bold);
	line-height:25px;
	text-align:center;

}

/***Item  Listview***/

.item-box{
	height: 90px;
	overflow:auto;
    line-height: 90px;
	margin: 0px 14px 10px 20px;
	padding:0px;
	background-color: var(--color-documentation-E-1,#98E1B7);
	cursor: pointer;
	text-align: center;
	color: var(--color-documentation-E-3,#333333);
	box-shadow:none;
}

.item-box:hover{
	background-color: var(--color-documentation-E-2,#27AE60);
	color: var(--color-documentation-E-4,#FFFFFF) !important;
}
.item-box.k-state-selected,
.item-box.k-state-focused.k-state-selected,
.item-box.k-state-focused,
.item-historic.k-state-selected,
.item-historic.k-state-focused.k-state-selected,
.item-historic.k-state-focused{
	
	background-color: var(--color-documentation-E-6,#27AE60);
	box-shadow:none;	
	color: var(--color-documentation-E-13,#FFFFFF);
}

.text-info.k-state-selected,
.text-info.k-state-focused.k-state-selected,
.text-info.k-state-focused,
.k-state-selected{
	border:none;
	box-shadow:none;	
	background:var(--color-documentation-E-17,transparent);
}

.item-box span {
	display: inline-block;
	padding: 10px;
	line-height: 22px;
	vertical-align: middle;
	font-size: var(--font-size-documentation-E-2,17px);
	
}

/***Historic Panel**/

.listView-itemHistoric{
 
	height: 104px;
	overflow:hidden;
    width: 100%;
	padding: 0 ;
    background: transparent;
    box-sizing: border-box;
    white-space: nowrap;
	border: 0;
   
}

.listView-itemHistoric .item-historic{

	display: inline-block;
	height: 90px;
	width:18%;
    line-height: 90px;
    margin: 0 10px 0 0;
    padding: 0px;
    background-color: var(--color-documentation-E-1, #98E1B7);
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    color: var(--color-documentation-E-3, #333333);
    transition: all 0.2s ease-out 0s;
	line-height: 90px;

}

.listView-itemHistoric .item-historic:hover{
	background-color: var(--color-documentation-E-2,#27AE60);
	color: var(--color-documentation-E-4,#FFFFFF);
}

.listView-itemHistoric .item-historic span {
	
    line-height: 17px;
    font-size: var(--font-size-documentation-E-6,14px);
    display: inline-block;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: middle;
}

.scroll-arrow {
    position: absolute;
    top:56%;
    left: 0;
    height: 30px;
    width:26px;
    margin: 0px 24px;
    line-height: 19px;
    text-align: center;
    font-size: var(--font-size-documentation-E-7,25px);
    padding: 2px;
    font-family: var(--font-family-documentation-E-7,sans-serif);
    cursor: default;
	background-color: var(--color-documentation-E-15,#98E1B7);
	user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	color: var(--color-documentation-E-10,#333);
    z-index: 2;
	cursor:pointer;
	border-radius : 0px;
	opacity: var(--opacity-documentation-E-15,1);
	transition: opacity 200ms, background-color 200ms, color 200ms;

}
#scroll-right {
    left: auto;
    right: -38px;
}
#scroll-left {
    left: -38px;
    right: auto;
}

.k-rtl  #scroll-right,
.k-rtl  #scroll-left {
	transform: scale(-1,1);
}

.scroll-arrow:hover {
    background-color: var(--color-documentation-E-16,#27AE60);
    color: var(--color-documentation-E-11,#FFFFFF);
	text-decoration:none;
	cursor:pointer;
}
.scroll-arrow.disabled{
	background: var(--color-documentation-E-9,#CCC);
	opacity: var(--opacity-documentation-E-9,0.5);
	cursor: not-allowed !important;
}

/*******************3.Footer******************/

.footer {
  background: var(--color-documentation-O-1,#27AE60);
}

/*******************4.Window simple layout Echecc de visualisation******************/
.DefaultLayout.k-window-content.k-content{
	border-bottom:5px solid var(--color-documentation-X-5,#27AE60);
	border-top:5px solid var(--color-documentation-X-5,#27AE60);
	border-radius:0 ;
}

.footer-window .btn{
	background: var(--color-documentation-X-3,#27AE60);
	border:1px solid var(--color-documentation-X-7,#10753B) !important;
}

.footer-window  .btn:hover,
.footer-window  .btn:focus,
.footer-window  .btn:visited,
.footer-window  .btn.k-state-active,
.footer-window  .btnk-state-hover,
.footer-window .btn:active:focus,
.footer-window .btn.k-state-active:hover,
.footer-window  .btn.k-state-selected.k-state-focused,
.footer-window  .btn.k-state-focused,
.footer-window  .btn.k-state-border-down{
	background-color: var(--color-documentation-X-4,#10753B);
}

/*****Documentaion Responsive**********/


 @media only screen and (min-height: 801px) and (max-height: 1024px) and (max-width: 1280px) {
	.listView-itemLeft,
	.listView-itemRight{
		height:520px;
	}
}

@media screen and (max-device-height: 800px) and (min-device-height: 769px) {
	.listView-itemLeft,
	.listView-itemRight{
		height:310px;
	}
}
