/* FONTELLO */

@font-face {
  font-family: 'fontello';
  src: url('fontello/fontello.eot?91370755');
  src: url('fontello/fontello.eot?91370755#iefix') format('embedded-opentype'),
       url('fontello/fontello.woff2?91370755') format('woff2'),
       url('fontello/fontello.woff?91370755') format('woff'),
       url('fontello/fontello.ttf?91370755') format('truetype'),
       url('fontello/fontello.svg?91370755#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa-google-drive {
	font-family: fontello;
}

.fa-google-drive::before {
    content: '\e800';
}

/* FIXES BOOTSTRAP */

.navbar {
	border-radius: 0;
}
.modal {
    z-index: 99999;
}

table,
.list-group {
	font-size: 13px;
}
.label {
    display: inline-block;
    margin: 1px 0;
}

mark,
.mark {
	padding: 0;
}

/* AJOUTS BOOTSTRAP */


	


	.modal-body {
		overflow: auto;
	}
	
	.modal-body > iframe {
		border: none;
		margin: -20px;
		width: calc(100% + 40px);
		height: calc(100% + 40px);
	}
	
	/*
	.modal.fullscreen .modal-header {
		position:absolute;
		width: 100%;
	}
	.modal.fullscreen .modal-body {
		width: 100%;
		height: 100%;
		padding: 56px 0 0 0;
	}
	*/

	
	.modal.fullscreen .modal-dialog {
		position: fixed;
		margin: auto;
		width: 100%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);		
	}
	
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 80%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.fullscreen .modal-content,
	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
        border-radius: 0;
	}
	
	.modal.fullscreen.fade .modal-dialog{
		-webkit-transition: opacity 0.3s linear;
		   -moz-transition: opacity 0.3s linear;
		     -o-transition: opacity 0.3s linear;
		        transition: opacity 0.3s linear;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -80%;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -80%;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

	
@media (min-width: 768px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 600px;
  }
	.modal.left.fade .modal-dialog {
		left: -600px;
	}
	.modal.right.fade .modal-dialog {
		right: -600px;		
	}  
  .modal.left .modal-sm,
  .modal.right .modal-sm {
    width: 300px;
  }
	.modal.left.fade .modal-dialog {
		left: -300px;
	}
	.modal.right.fade .modal-dialog {
		right: -300px;		
	}  
}
@media (min-width: 992px) {
  .modal.left .lg,
  .modal.right .modal-lg {
    width: 900px;
  }
	.modal.left.fade .modal-dialog {
		left: -900px;
	}
	.modal.right.fade .modal-dialog {
		right: -900px;		
	}  
}


/* AUTRES */

.login-form {
	margin: 60px auto;
	max-width: 400px;
}

.dropdown-header .dropdown-title  {
    font-size: 16px;
    font-weight: bold;
    color: #e95420;
}
th.expand,
td.expand {
/*width:100%;*/
} 
th.shrinked,
td.shrinked {
	width:0.1%;
	white-space: nowrap;
} 
.padding-top {
	padding-top: 20px;
}
.nav-tabs {
	margin-bottom: 15px;
}

.actions-target .actions-toolbar.inline {
	margin: 0 5px;
	display: none;
}

.actions-target:hover .actions-toolbar.inline,
.touchscreen .actions-target .actions-toolbar.inline {
	display: initial;
}

.actions-target .actions-toolbar.right {
	float: right;
	visibility: hidden;
	margin-left: 5px;
}

.actions-target:hover .actions-toolbar.right,
.touchscreen .actions-target .actions-toolbar.right {
	visibility: visible;
}

.actions-toolbar {
	color: #e95420;
}

.actions-target .actions-toolbar.left {
	float: left;
	display: none;
	margin-right: 5px;
}

.actions-target:hover .actions-toolbar.left,
.touchscreen .actions-target .actions-toolbar.left {
	display: initial;
}

.action {
	white-space: nowrap;
}

body.stickynav,
body.hiddennav {
    /* padding-top: 72px; */
}


.navbar-brand.navbar-brand-right {
	float: right;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand.navbar-brand-right,
  .navbar > .container-fluid .navbar-brand.navbar-brand-right {
	margin-left: inherit;
    margin-right: -15px;
  }
}

#nav-top {
    transition: top 0.2s ease-in-out;
    z-index: 99998;
}



body.hiddennav #nav-top {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
}

body.stickynav #nav-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.container-max-width {
    max-width: 1480px;
}




.no-padding {
    padding: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

label.sol-label {
    font-weight: normal;
}



.files-list {
    cursor: pointer;
}


.file-name a {
    color: inherit;
}
.file-name a.label {
	color: white;
}

.file-name a:hover {
    text-decoration: none;
}

/* PLUGINS */

.chosen-container-single .chosen-single,
.chosen-container-single .chosen-drop,
.sol-inner-container,
.sol-active.sol-selection-top .sol-selection-container {
    border-radius: 0;
    border-color: #ccc;
}
.chosen-container-active .chosen-single,
.sol-container.sol-active .sol-inner-container {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);    
}

.chosen-container .chosen-results li.highlighted,
.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover, .sol-option.keyboard-selection {
    background-color: #008cba;
    background-image: none;
}

	


.jstree-block {
	overflow-x: auto;
}


@media (max-width: 767px) {
  .navbar .dropdown-menu a {
    color: #333;
  }
}


.modal-header .modal-slideshow-arrows {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.42857143;
}
.modal-header .modal-slideshow-arrows a {
	margin-right: 5px;
}

.modal-header .modal-alternates {
	display: inline-block;
	margin-left: 20px;
	line-height: 1.42857143;
}

.dragging  :not(.dragged) .info-description {
	max-height: 60px;
	overflow: hidden;
	position: relative;
	
}

.sortable-handle {
	display: none;
}

.sortable .sortable-handle {
	display: initial;
}


.dragging :not(.dragged) .info-description:after {
	position: absolute;
	top: 0;  
	height: 60px;
	width: 100%;
	content: "";
	background: linear-gradient(to top,
		rgba(255,255,255, 1) 0%, 
		rgba(255,255,255, 0) 100%
	);
	pointer-events: none; 
}


.dragging .dragged .info-description {
	max-height: none;
}

.dragging .dragged .info-description:after {
	background: none;
}
.dragging .dragged .panel-footer {
	display: block;
}

.dragging  :not(.dragged) .panel-footer {
	/*display: none;*/
}


body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
  
}

.sortable .placeholder {
  position: relative;
  /** More li styles **/
}
.sortable .placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.sortable .placeholder {
	border-style: dashed;
	border-width: 1px;
	height: 20px;
	list-style-type: none;
}

.sortable .list-group-item.placeholder + .list-group-item {
	border-top-style: dashed;
}

.embed-external-view {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;
	padding: 8px 8px 6px;
	background-color: rgba(0,0,0,0.5);
	color: white;
}
.embed-external-view:hover {
	color: white;
}
.sticky {
	/*position:static;*/
}

.form-element-wrapper {
	display: block;
	width: 100%;
}

.form-element-wrapper label {
	font-weight: normal;
}

@media (min-width: 768px) {
  .form-inline .form-element-wrapper {
	display: inline-block;
    width: auto;
  }
  
}


	.form-element-wrapper .form-control {
		width: auto;
		display: inline-block;
	}

	label.error {
		font-weight: normal;
		color: #b94a48;
	}
	
	.form-horizontal .has-feedback .form-control-feedback {
		right: 0;
	}
	
	.jstree-default .jstree-search {
		color: inherit;
	}
	
	blockquote {
	    font-size: inherit;
	}
	
	
	.tl-timeline p a.label {
		color: white;
		text-decoration: none;
	}
	
	.form-inline .form-group {
		margin-right: 5px;
	}
	
	
	iframe {
		width: 100%;
		border: none;
	}
	
	.modal-title {
		display: inline-block;
	}