.dialog>.modal-header {
	border-radius: 6px 6px 0px 0px;
}

.form-element {
	margin-left: 10px !important;
}

.unicorn_breadcrumb a:last-of-type {
	background-image: none;
	font-weight: bold;
	color: rgb(68, 68, 68);
}

.box2 select option:disabled {
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
}

.add-on i {
	font-size: 18px;
}

#user-nav {
	position: absolute;
	z-index: auto;
	top: 6px;
	left: 230px;
	right: 10px;
}

@media( max-width : 700px){
	#user-nav{
		left: 100px;
	}
}

@media(max-width : 1100px){
	#user-nav .nav.btn-group.pull-right .btn .text{
		display: none;
	}
}

#user-nav>ul>li>a {
	font-size: 15px;
}

#user-nav>ul>li>a.active {
	color: white;
}

.navbar-inverse .nav .active>a {
	background: inherit;
	/* border-left: 2px solid; */
}

/* Responsive design */
@media ( max-width : 480px) {
	.header h1 {
		top: 7px;
		left: auto;
		margin: 3px auto;
	}
	#user-nav {
		position: relative;
		left: auto;
		right: auto;
		width: 100%;
		margin-top: -43px;
		margin-bottom: 43px;
	}
	.navbar>.nav {
		float: none;
	}
	#user-nav>ul {
		left: auto;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}
}

a {
	color: inherit;
}

.notify-ui li.active {
	background: #EEE;
}

.header h1 {
	background: url('/scopsoftware/client/image') no-repeat scroll
		0 0 transparent;
	background-size: contain;
}

@media ( min-width : 768px) {
	.header h1 {
		height: 46px;
	}
}

#scrolltotop {
	width: 30px;
	height: 30px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	background-color: #161616;
}

#scrolltotop span {
	font-size: 0;
	line-height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -6px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: none;
	border-bottom: 6px solid #999;
}

#scrolltotop:hover span {
	border-bottom: 6px solid #fff;
}

#ajaxloading {
	top: 15px;
	left: 48%;
	position: absolute;
	width: 30px;
	height: 20px;
}

.no-border-radius {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.span-center {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.header {
	z-index: auto;
}

/* /* minimal width for widget-boxes in page */
* /
	/* .minwidth400px { */
	/* 	min-width: 400px !important; */
	/* } */
	/* /* when the size of screen is small -> deletes added margin by row-fluid */
     
	 * /
	/* @media ( max-width : 1100px) { */
	/* 	.minwidth400px { */
	/* 		margin-left: 0px !important; */
	/* 		margin-right: 2.5% !important; */
	/* 	} */
	/* } //TODO delete*/   

.control-group.error .tooltip-inner { /* max-width: none; */
	white-space: pre-wrap;
}

.tooltip-inner{
	text-shadow: none !important;
}

/* fixes short line right to the icon */
.widget-title span.icon {
	width: 14px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}

/* Fixes bug with mini btn added to widget-title */
.widget-title span.icon.icon-mini,
.widget-title span.icon.icon-btn {
	padding: 9px 10px 6px 10px;
	width: inherit;
	opacity: 1;
}

@media ( min-width : 500px) and (max-width: 979px) {
	/* Forces 2 boxes to stay on the same line */
	.row-fluid .box1,.row-fluid .box2 {
		width: 48%;
		display: block;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
	}
}

.input-append .btn [class^="icon-"],.input-prepend .btn [class^="icon-"]
	{
	font-size: 20px;
}

/* hack pour mise à la bonne hauteur du bouton part rapport au champ input */
.input-append button.btn,.input-prepend button.btn {
	height: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: content-box;
}

.content-header .btn-group .btn .label {
	right: 0px;
}

/* Spinner fix */
input[type="number"] {
	margin: 0px;
	height: 18px;
	border: none;
	border: 1px solid #ccc;
}

/* Formulaire condensé */
.form-horizontal.form-condensed legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
}

.form-horizontal.form-condensed .control-group {
	border: none;
	padding-top: 5px;
}

.form-horizontal.form-condensed .form-actions {
	margin-top: 20px;
}

.form-horizontal.form-condensed legend+.control-group {
	margin-top: 0px;
}

.form-horizontal.form-condensed .control-label {
	text-align: right;
	width: 100px;
	word-wrap: break-word;
	padding-top: 5px;
}

.form-horizontal.form-condensed .controls {
	margin-left: 110px;
	padding: 0px;
	margin-bottom: 5px;
}

.form-horizontal.form-condensed .control-group select {
	width: 80%;
}

.form-horizontal.form-condensed .control-group .controls .text {
	display: inline-block;
	padding-top: 5px;
}

.input-prepend select,.input-append select {
	height: 30px;
}

.widget-title .label.no-float {
	float: none;
	margin: 0px;
}

/* Rating */
.pui-rating {
	display: inline-block;
}

/* Conteneur pour la gestion de plusieurs .btn-group dans le header */
.content-header .btn-groups {
	float: right;
	right: 20px;
	position: absolute;
	margin-top: -50px;
}

.content-header .btn-groups .btn-group {
	float: none;
	right: auto;
	position: static;
	margin-top: auto;
}

/* Classes pour masquer un champ d'upload */
.hidden-upload {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.hidden-upload input[type=file] {
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	/*This makes the button huge so that it can be clicked on*/
	font-size: 50px;
	/*Opacity settings for all browsers*/
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.input-append .btn [class^="icon-"],.input-prepend .btn [class^="icon-"]
	{
	display: inline-block;
	padding-top: 4px;
	font-size: 14px;
}

.ui-spinner input[type="number"] {
	border-radius: 0px;
	border-width: 0;
	-webkit-border-radius: 0px;
	-webkit-border-width: 0;
}

td.centerText {
	text-align: center;
}

ul.items-menu {
	list-style: none;
	margin: 0 0 50px 0;
}

li.item-menu {
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 5px 10px;
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background: none repeat scroll 0 0 #F9F9F9;
}

li.item-menu:hover {
	color: rgb(119, 119, 119);
	cursor: pointer;
	cursor: hand;
	//
	cross-browser
	syntax
}

li.item-menu.item-active {
	background-color: rgb(229, 229, 229);
	border: 1px solid rgb(214, 214, 214);
	font-weight: bold;
	border-right: 1px solid rgb(229, 229, 229);
}

li.item-menu.item-primary {
	background-color: #006dcc;
	color: #fff;
}

li.item-menu.item-primary:hover {
	background-color: #04c;
	color: #fff;
}

li.item-menu.item-primary a:hover {
	color: #fff;
}

li.item-menu.item-danger {
	background-color: rgb(218, 79, 73);
	color: #fff;
}

li.item-menu.item-danger:hover {
	background-color: rgb(189, 54, 47);
	color: #fff;
}

li.item-menu.item-danger a:hover {
	color: #fff;
}

li.item-menu .label {
	margin-top: 1px;
	float: right;
}

.fixed {
	width: 200px;
	float: left;
}

.fixed+div {
	margin-left: 220px;
	overflow: hidden;
}

@media ( max-width : 979px) {
	.fixed {
		float: inherit;
		width: auto;
	}
	.fixed+div {
		margin-left: 0px;
	}
}

.nomargintop {
	margin-top: 0px;
}

/* fixes bug in opera and firefox */
.sidebar li a i {
	vertical-align: inherit;
	width: 10px;
	display: inline-block;
	text-align: center;
	padding-right: 10px;
	margin-right: 10px;
}

.action-panel a:last-child {
	margin-bottom: 20px;
}

/* Upload */
.upload {
	position: relative;
}

.upload-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	border: 2px dashed #000;
	z-index: 9999;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.upload-overlay.hover {
	background: #CCC;
	opacity: 0.5;
}

.upload-content.drop-active {
	opacity: 0.1;
}

/* This parent can be any width and height */
.center-container {
	text-align: center;
	height: 100%;
}

/* The ghost, nudged to maintain perfect centering */
.center-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.center-content {
	display: inline-block;
	vertical-align: middle;
}

fieldset.default {
	border: 1px solid #DDD;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

fieldset.default legend {
	font-size: 1.1em;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
	margin-bottom: 0px;
}

div.fill div.filler>div,.navigation-menu {
	padding-top: 10px;
}

/* Navigation menu styles */
.navigation-menu .nav li a {
	background: #F5F5F5;
}

.navigation-menu .nav li.active a,.navigation-menu .nav li:hover a {
	background: #FFFFFF;
}

.navigation-menu .nav li i.icon-chevron-right {
	margin-top: 5px;
	opacity: 0.5;
	padding-right: 1px;
}

.navigation-menu ul.nav li i {
	width: 10px;
	display: inline-block;
	text-align: center;
	padding-right: 10px;
	/* 	padding-left: 10px; */
	font-size: 17px;
}

.navigation-menu ul.nav li a:hover,.navigation-menu ul.nav li a:focus {
	color: inherit;
}

.navigation-menu ul.nav li a>i.icon-chevron-right {
	display: none;
}

.navigation-menu ul.nav li.active a>i.icon-chevron-right,.navigation-menu ul.nav li:hover a>i.icon-chevron-right
	{
	display: inherit;
}

.navigation-menu ul.nav li:hover a>span.label,.navigation-menu ul.nav li.active a>span.label
	{
	margin: 0px 4px 0px 0px;
}

/* Clippes long titles */
.navigation-menu .nav > li > a > .item-text {
	text-overflow: ellipsis;
	max-width: 105px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: -4px;
}

@media ( min-width : 990px) {
	.navigation-menu.affix {
		position: fixed;
		top: 0;
		width: 200px;
	}
}

@media ( max-width : 989px) {
	.navigation-menu.affix,.navigation-menu.affix-top {
		position: static;
		width: auto;
	}
	.navigation-menu .nav > li > a > .item-text {
		max-width: 100%;
	}
	
}

/* end of Navigation menu styles */
.ui-pnotify-text {
	text-align: center;
}

.ui-pnotify-container {
	padding: 5px;
}

.ui-pnotify.stack-bar-top {
	top: 43px;
	margin: 0 30%;
}

#user-nav>ul ul>li>a:focus {
	text-shadow: none;
}
/* Sidebar toggler */
.sidebar-toggler {
	position: relative;
	top: -35px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	cursor: pointer;
	float: left;
	width: 23px;
	height: 23px;
	background-repeat: repeat-x;
}

.sidebar-toggler:before {
	margin: 2px 2px 7px 8px;
	display: block;
	font-size: 18px;
	font-family: FontAwesome;
	height: auto;
	content: "\f104";
	font-weight: bold;
	text-shadow: none;
}

.sidebar-closed .sidebar-toggler:before {
	margin: 2px 2px 7px 10px;
	content: "\f105";
}

.sidebar-closed .sidebar-toggler {
	margin-right: 0px !important;
}

.sidebar.sidebar-closed,.sidebar.sidebar-closed>ul {
	width: 43px;
}

.sidebar.sidebar-closed>ul ul {
	position: absolute;
	left: 50px;
	top: 0;
	min-width: 150px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	list-style: none;
}

.sidebar.sidebar-closed>ul ul li a {
	white-space: nowrap;
	padding: 10px 25px;
}

.sidebar.sidebar-closed>ul>li,.sidebar.sidebar-closed>ul>li.submenu {
}

.sidebar.sidebar-closed>ul>li>a {
}

.sidebar.sidebar-closed .truncate-text > span {
	display: none;
}

.sidebar.sidebar-closed>ul>li>a>i {
}

.sidebar.sidebar-closed>ul ul:before {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
	display: inline-block;
	left: -6px;
	position: absolute;
	top: 11px;
}

.sidebar.sidebar-closed>ul ul:after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	display: inline-block;
	left: -5px;
	position: absolute;
	top: 12px;
}

.sidebar.sidebar-closed>a {
	display: none !important;
}

.sidebar.sidebar-closed>ul>li.open.submenu>a {
	border-bottom: none !important;
}

.sidebar.sidebar-closed>ul>li>a>span {
	display: none;
}

.sidebar.sidebar-closed > ul > li > a .truncate-text {
	display: inline-block;
	width: 20px;
}

.content.sidebar-closed {
	margin-left: 43px;
}

div.header h1.sidebar-closed {
	height: 31px;
	top: 5px;
}

div.sidebar.sidebar-closed>ul>li.submenu.open>ul {
	display: none;
}

.sidebar.sidebar-closed>ul>li>a>span.label {
	display: inherit;
	position: relative;
	left: -5px;
	top: -30px;
	font-size: 10px;
	line-height: 11px;
	margin-right: 0px;
}
		
/* end of Sidebar toggler */
.content .content-header h1 i {
	width: 10px;
	padding-right: 10px;
}

/* Bar with applications */
#user-nav .nav.btn-group>.plugin-client {
	margin-left: 10px;
}

.plugin-client a > i {
	display: inline-block;
	width: 15px;
}

#user-nav .nav.btn-group>.btn>a {
	height: 20px;
}

#user-nav .nav.btn-group>.btn.plugin-client,#user-nav .nav.btn-group>.btn.plugin-admin
	{
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}
/* end of Bar with applications */

/* Sorting for entities list ************/
[data-sort] {
	cursor: pointer;
}

[data-sort].asc:after,
[data-sort].desc:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: .3em;
	margin-left: .3em;
}

[data-sort].asc:after {
	content: "\f161" !important;
}

[data-sort].desc:after {
	content: "\f160" !important;
}
/* --end of sorting for entities list ***/

/* Entities list ************************/
.entities-list {
	margin-bottom: 0px;
}

.entities-list .new-update {
	width: 100%;
	-webkit-transition: background 0.5s ease;
}

.entities-list .new-update>a {
	width: 100%;
	display: inline-block;
	padding: 10px 12px;
}

.entities-list .new-update a:hover {
	color: inherit;
}

.entities-list .update-helper {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.entities-list .new-update .update-done strong>span {
	display: inline-block;
}

.entities-list .new-update .update-done {
	width: 45%;
	word-break: break-word;
}

.entities-list .new-update .update-date {
	width: 40%;
	text-align: right;
	margin: 0px;
	position: relative;
	left: -33px;
	word-break: break-word;
}

.entities-list .new-update .update-date span {
	margin-bottom: 3px;
}

.entities-list .new-update:hover {
	cursor: pointer;
	background-color: rgba(221, 221, 221, 0.2);
	box-shadow: 0 1px 0 0 #ffffff inset;
	-moz-box-shadow: 0 1px 0 0 #ffffff inset;
	-webkit-box-shadow: 0 1px 0 0 #ffffff inset;
	text-shadow: 0 1px 0 #ffffff;
	
}

.entities-list .new-update .update-btn-helper {
	display: none;
}

.entities-list li {
	padding: 0;
}

.entities-list .new-update:hover .update-btn-helper {
	display: inline-block;
}

.entities-list .new-update:hover .update-btn-helper i {
	color: rgba(51, 51, 51, 0.5);
}

.entities-list .new-update .entity-columns {
	height: auto;
	padding: 10px 0;
}

.entities-list .new-update .entity-column-right {
	width: 20px;
	float: right;
}

.entities-list .new-update .entity-column-left {
	width: auto;
	float: none;
	margin-right: 30px;
}

.entities-list .new-update .entity-column-left .update-helper>i {
	padding-left: 10px;
}

.entities-list .new-update:hover .entity-column-right .update-btn-helper
	{
	top: inherit;
	padding: 0px;
	height: 0px;
}

.entities-list .new-update .entity-columns .entity-column-left .update-helper .update-date
	{
	left: inherit;
}

.entities-list .new-update .update-helper .update-date.values-list .update-day>span
	{
	display: inline-block;
	margin-left: 5px;
}

/* --end of entities list ***************/

/* Filter entities list *****************/
.widget-title input.search {
	height: 15px;
	margin-left: -50px;
	z-index: inherit;
}

@media ( max-width : 767px) {
	.widget-title input.search {
		min-height: 25px;
		width: 100px;
		margin-left: 0px;
	}
}
/* ---end of filter entities list *******/

/* Pagination for entities list **********************************/
.pagination-wrapper .pagination {
	margin: 5px 6px 0 0;
}

/* --end of Pagination for entities list ************************/

/* Fix if unicorn bug for firefox */
.widget-title .nav-tabs li a,.widget-title .nav-tabs li a:hover,.widget-title .nav-tabs li a:focus
	{
	border-top-width: 0px;
}

/* end of fix */

/* Bug fix for bootstrap append button */
.input-append button.btn {
/* 	height: inherit !important; */
}

.input-append button.btn i {
	line-height: 15px !important;
}

.input-append input {
/* 	height: 19px !important; */
}

/* end of bug fix */
.control-group .controls .input-append .select-append-btn {
	height: 20px !important;
}

.sidebar {
	z-index: auto;
}

@media ( max-width : 480px) {
	.sidebar>ul {
		z-index: 16;
	}
}

.dark-green {
	background: #36903b !important;
}

.dark-blue {
	background: #274190 !important;
}

.dark-red {
	background: #af3535 !important;
}

.purple {
	background: #9e61d8 !important;
}

.height-limit {
	overflow: auto;
}

.lightbox-content {
	padding: inherit;
}

/* Bug fix: tooltip inside btn group cause btn to shift by 1px */
.btn.tip-top,.btn.tip-right,.btn.tip-bottom,.btn.tip-left {
	margin-left: -1px;
}

.multiselect {
	width: 98%;
}

.link {
	color: #08c;
	text-decoration: none;
}

.link:hover {
	color: #08c;
	text-decoration: underline;
}

.btn-group-justified{
	width: 100%;
	table-layout: fixed;
}

.btn-group-justified > *{
	width: 1%;
	display: table-cell;
}

.warning i{
	float: right;
	color: #f39c12;
}

.widget-title .buttons .btn-group button.btn {
	padding-bottom: 0;
	padding-top: 0;
}

/* .sidebar > ul li.closed ul { */
/* 	display: none; */
/* } */

/* Utility class for truncating text. Do not forget to define width! */
.truncate-text {
	display: inline-block;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 18px;
	height: 18px;
}

.sidebar .truncate-text {
/* 	width: 125px; */
	width: 100%;
	max-width: calc(100% - 40px);
}

.sidebar > ul > li.submenu > ul {
	display: block;
}
.sidebar > ul > li.submenu.closed > ul {
	display: none;
}

.sidebar .submenu li.active a {
	padding-left: 10px;
}

.sidebar .submenu li.active a i.icon-double-angle-right {
	margin-right: -9px;
}

/* .sidebar.sidebar-closed > ul > li.submenu > ul > li >a { */
/* 	padding: 7px 25px; */
/* } */

.sidebar .submenu.open .submenu-arrow > i {
	
}
.sidebar .submenu.open .submenu-arrow > i:before {
	content: "\f07c";
}

.sidebar > ul > li.submenu > ul > li.active > a {
	color: #fff;
}

.sidebar > ul > li.submenu.open > ul {
/* 	display: block !important; */
/* 	transition: display 2s; */
}
.sidebar > ul > li.submenu.closed > ul {
/* 	display: none !important; */
/* 	transition: display 2s; */
}

/* FIX BUG WEBKIT TODO: à voir avec nouvelle version de CHROME */
.widget-box .widget-title h5 {
	white-space: nowrap;
}

.plugin-client > .btn-group {
	margin-top: 0;
}

.plugin-client .application-btn,
.plugin-client .application-adm-btn {
	color: #888;
	padding: 4px 12px;
	height: 20px;
	display: inline-block;
	font-size: 15px;
	border-color: #222 #222 #000;
}

.plugin-client .application-btn.active, 
.plugin-client .application-adm-btn.active {
	color: #fff;
	border-bottom: 2px solid #D50000;
	
	background-color: #222;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.plugin-client .application-btn:focus,
.plugin-client .application-adm-btn:focus,
.plugin-client .application-btn.active:focus,
.plugin-client .application-adm-btn.active:focus {
	text-decoration: none;
}

.plugin-client .btn{
	color: #888;
}
.plugin-client .btn.active{
	color: #fff;
	border-bottom: 2px solid #D50000;
}

.plugin-client .application-adm-btn {
	padding-left: 0;
}

.plugin-client .application-adm-btn {
	padding-left: 10px;
	padding-right: 10px;
}

.plugin-client .application-btn{
	border-radius: 1px;
} 
.plugin-client .application-adm-btn {
	border-radius: 1px;
}
.plugin-client .application-btn:hover, 
.plugin-client .application-adm-btn:hover {
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.plugin-client .application-btn .badge{
	padding: 1px 7px;
}

.zIndex1000001{
	z-index: 1000001 !important;
}

.sidebar > ul > li > a:focus {
	text-decoration: none;
}

/* Added frame for color picker 
(in case if no color was selected -> the picker was transparent) */
.colorpicker .simplecolorpicker.icon, 
.colorpicker .simplecolorpicker span.color {
	border: 1px solid #dbdbdb;
}

@media (max-width: 767px) and (min-width: 481px) {
	.sidebar > ul > li > a .truncate-text {
		display: inline-block;
		width: 20px;
	}
	
	.sidebar >ul>li>a>span.label {
		display: inherit;
		position: relative;
		left: -5px;
		top: -30px;
		font-size: 10px;
		line-height: 11px;
		margin-right: 0px;
	}
	
	.sidebar.sidebar-closed>ul>li,.sidebar.sidebar-closed>ul>li.submenu {
	}
}

.nav.btn-group.applications {
	margin-right: 0;
}

/** NVD3 tooltip delay  */
.nvtooltip {
			transition: 		opacity 0ms linear !important;
	   -moz-transition: 		opacity 0ms linear !important;
	-webkit-transition: 		opacity 0ms linear !important;
  			transition-delay: 			0ms !important;
  	   -moz-transition-delay: 			0ms !important;
  	-webkit-transition-delay: 			0ms !important;
}

/** Bootstrap timepicker custom style */
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open table td:not(.separator) {
  min-width: 10px;
}

.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open table td {
  height: inherit;
  margin: 0;
  padding: 0;
}

.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open table td a {
	padding: 0;
}

/* Class to add a description for a widget-box content */

.widget-content-title {
    background: #829198;
    font-weight: bold;
    color: white;
	padding: 10px;
}

/* Prevent margin-top for duallistbox */

.container-fluid .row-fluid.bootstrap-duallistbox-container:first-child {
    margin-top: 0px;
}
/* Duallistbox labels */

.bootstrap-duallistbox-container label {
	font-weight: bold;
}

/* Force lower case in sort dropdown */
.js-sort-field > span {
    text-transform: lowercase;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.no-text-decoration,
.no-text-decoration:focus,
.no-text-decoration:hover {
	text-decoration: none;
}

#mainFrameId {
	min-height: 650px;
}

/**
FIXED: focus problem in bootstrap modal dialog
 */
.select2-drop.select2-drop-active,
.select2-drop-mask {
	z-index: 1000001 !important;
}

#demo-mode {
   position: absolute;
    top: 70px;
    right: calc(50% - 35px);
    margin: 0 auto;
    width: auto;
    padding-right: 14px;
    font-weight: bold;
	background: none;
	border-width: 0;
	font-size: 22px;
}

.upload-file-notification-text {
	text-align: left;
	display: flex;
}

.upload-file-notification-text .icon {
	flex: 0;
	margin-right: 4px;
}

.upload-file-notification-text .filename {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.font-italic {
	font-style: italic !important;
}

.user-dropdown-menu.login-item {
	display: flex;
	flex-direction: column;
}

.content-header h1 + .category {
	margin: 15px 20px 0 20px;
}

/*.page-content-header {*/
/*	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FFFFFF), to(#EEEEEE));*/
/*	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);*/
/*	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);*/
/*	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);*/
/*	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);*/
/*	background-image: linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);*/
/*	border-top-left-radius: 8px;*/
/*	min-height: 80px;*/
/*	padding-top: 5px;*/
/*	width: 100%;*/
/*	margin-top: -38px;*/
/*	z-index: 20;*/
/*}*/

/*.page-content-header h1,*/
/*.page-content-header .btn-group {*/
/*	margin-top: 20px;*/
/*}*/

/*.page-content-header h1 {*/
/*	color: #555555;*/
/*	font-size: 28px;*/
/*	font-weight: normal;*/
/*	text-shadow: 0 1px 0 #ffffff;*/
/*	margin-left: 20px;*/
/*}*/


/*.content-header {*/
/*	min-height: unset;*/
/*	margin-top: 0;*/
/*}*/


.main-page-content {
	display: flex;
	flex-direction: column;
}

.main-page-content .main-page-header {
	order: 1;
}
.main-page-content .main-page-breadcrumb {
	order: 2;
}
.main-page-content .main-page-container {
	order: 3;
}

label.slideon {
    margin-bottom: 0;
}

label.control-label.label-with-slideon {
    padding-top: 10px;
}

.sidebar-palette {
    height: 10px;
    width: 10px;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}

#user-nav ul > li.disabled > a:hover {
	text-shadow: none;
}

.socle-user-menu-login {
	font-size: 11px;
}

/* disable scroll when using chardinjs */
body[data-sequenced="true"] {
	overflow: hidden;
}
