@media ( min-width : 1902px) {
	body {
		max-width: 1900px; /*1680*/
		margin: 0 auto
	}
	header .container-fluid {
		max-width: 1860px; /*1640*/
		margin: 0 auto
	}
	#maincontainer {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc
	}
	.main_content {
		border-left: none
	}
	.sidebar {
		left: 50%;
		margin-left: -949px /*-839*/
	}
	.sidebar_switch {
		left: 50%;
		margin-left: -730px /*-620*/
	}
	.sidebar_hidden .sidebar_switch {
		margin-left: -942px; /*-832*/
		left: 50%
	}
	.sidebar_right .sidebar {
		right: 50%;
		margin-left: 0;
		margin-right: -950px /*-840*/
	}
	.sidebar_right .sidebar_switch {
		left: auto;
		right: 50%;
		margin-left: 0;
		margin-right: -946px /*-836*/
	}
}

.padding-10 {
	padding:10px
}

.padding-5 {
	padding:5px
}

.margin-10 {
	margin: 10px
}
.margin-5 {
	margin: 5px
}

.no-margin {margin:0;}

.dotted {
	border-bottom:1px dotted;
}

a.active {
	font-weight:bold;
	text-decoration:underline;
}
/*LUMIT AGENCE WEB - EDIT */
.table-condensed td {
	line-height: 15px;
}

.table-no-border td {
	border-top: none;
	border-bottome: none;
}

.w-box .heading {
	margin-top: 25px;	
	margin-bottom:2px;
}

.w-box .heading:first-child {
	margin-top: 0px;
}

.dataTables_length, .dataTables_filter {
	padding: 5px 5px 0px 5px;
	float:left;
}

.dt-wrapper {
	border-bottom: 1px solid #eee;
} 

.dataTables_info {
	padding: 5px 5px 0px 5px;
	float:left;
}

.dataTables_paginate {
	padding: 5px 5px 0px 5px;
}

.dataTables_filter {float:right}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-image: url(img/lumit/bg_white-30.png);
}

.table-hover-blue tbody tr:hover > td,
.table-hover-blue tbody tr:hover > th {
  background-color: #d3e5f2;
}

.table-semi-condensed th,
.table-semi-condensed td {
  padding: 3px 4px;
}

/*Doc View*/
.doc_view .doc_view_header .dl-horizontal {padding: 5px 5px 0px 5px}
.doc_view .doc_view_content {
	padding: 10px	
}

.row-fluid textarea.span12 {
	min-height: 150px;
}

input[type="text"]+label.error,input[type="password"]+label.error,select+label.error,textarea+label.error
	{
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
}

input.error
{
	color: #b94a48;
	border-color: #b94a48
}

input.error:focus {
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392;
	border-color: #953b39
}

.alert {
	background-position: 5px 5px;
	font-size: 14px;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 45px;
	min-height: 32px;
	color: #ff6700;
	background-color: #fcf8e3;
	border: 1px solid #ffeac1;
	background-image: url(img/blueberry/32/attention.png);
}

.alert-error {
	background-image: url(img/blueberry/32/close_delete.png);
	color: #e0360e;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert-success {
	background-image: url(img/blueberry/32/check.png);
	color: #528b05;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-info {
	background-image: url(img/blueberry/32/information.png);
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert .close {
	top: -4px;
	right: -5px;
}

.alert-no-icon {
	background-image:none;
	padding: 5px 10px 5px 10px;
	min-height: 16px;
}

label {
	font-weight: bold;
}



.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block
{
	margin-top: 5px;
}

.help-block.error {
    color: #b94a48;
}

label.radio,label.checkbox {
	font-weight: normal;
	
}

label.radio input ,label.checkbox input {

}

table td.text-top {
	vertical-align:top;
}

.well .form-actions {
	padding-bottom: 0;
}

.well {
	padding: 10px;
}

.w-box-header {
	font-size: 14px;
}

.w-box-header .btn {
	font-size: 11px;
}

.w-box .table-small {
	font-size:11px;
}

.w-box-header form {
	padding:0;margin:0;	
}

.w-box-header form select, .w-box-header form input {
	margin-right: 10px;
	padding:2px;
	line-height: 14px;
	font-size: 11px;
	height: auto;
}
.w-box-header form label {
	font-size:11px;	
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.4;
  background-color:#000;
  filter: alpha(opacity=40);
}

.modal form {
	margin:0;
}

.modal {
	width: 800px;
	margin-left: -400px;
}

.modal-dialog {
	
}

.modal-dialog.modal-lg {
	
}

.modal-body {

}

.loading {
	display:none;
	background-image: url('img/lumit/loading-big.gif');
	background-repeat:no-repeat;
	background-position: 50% 50%;
	position:fixed;
	left:0;
	width: 100%;
	height: 50px;
}


.modal-loading {
	display:none;
	background-image: url('img/lumit/loading-big.gif');
	background-repeat:no-repeat;
	background-position: 50% 50%;
	position:fixed;
	top:30%;
	left:0;
	width: 100%;
	z-index:1000000;
	height: 150px;
}

.datepicker, .dropdown-menu {
	z-index:1050;	
}

.dataTables_wrapper {
	z-index:100;
}

.cke_dialog_ui_input_text {
	height:25px !important;
}

/*Style Context Menu LuMIT CMS CONTROLLER*/
.cms_context_menu {
	display: none;
	position: absolute;
	z-index: 9999;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	width: 230px;
	padding: 2px;
	border: 3px solid #002e46;
	background-color: #f5f5f5;
}

.cms_context_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url('img/lumit/bg_context_menu.png');
	background-repeat: repeat-y;
	background-position: 25px
}

.cms_context_menu ul li {
	margin: 0;
	cursor: pointer;
	padding: 0px 0px 0px 32px;
}

.cms_context_menu ul li.separator {
	background-image: url('img/lumit/bg_context_menu_h.png');
	background-repeat: repeat-x;
	height: 2px;
	margin: 2px 0px 1px 26px;
	padding: 0px;
	cursor: default;
}

.cms_context_menu ul li:hover {
	background-color: #ddd;
}

.cms_context_menu ul li.separator:hover {
	background-color: transparent;
}

.cms_context_menu_icon {
	width: 16px;
	margin-top: 2px;
	margin-left: -28px;
	height: 16px;
	display: block;
	position: absolute;
}

.cms_context_menu .rename {
	background-image: url('img/lumit/textfield_rename.png');
}

.cms_context_menu .delete {
	background-image: url('img/lumit/delete.png');
}

.cms_context_menu .options {
	background-image: url('img/lumit/hammer_screwdriver.png');
}

.cms_context_menu .home {
	background-image: url('img/lumit/house.png');
}

.cms_context_menu .add {
	background-image: url('img/lumit/add.png');
}

.cms_context_menu .enable {
	background-image: url('img/lumit/accept.png');
}

.cms_context_menu .disable {
	background-image: url('img/lumit/cross_disabled.png');
}

.vcard ul.only {
	margin: 0px;
}
.vcard .vcard-item {
	margin-left: 180px;	
}


.padding, .padding-10 { padding: 10px; }
.padding-5 { padding: 5px; }
.no-padding { padding: 0px; }

table.table-small {
	font-size:11px;
}

th.text-right, td.text-right {
	text-align:right;
}

.no-wrap {white-space:nowrap;}

table thead tr.blue th, table tfoot tr.blue th, table tfoot tr.blue td {
	color:white;
	text-shadow: 0px 0px 1px #333;
	font-weight:bold;
	background-color:#0099ff !important;
}

table thead tr.orange th, table tfoot tr.orange th, table tfoot tr.orange td {
	color:white;
	text-shadow: 0px 0px 1px #333;
	font-weight:bold;
	background-color:#ff6633 !important;
}

table.table-small td {
	line-height:15px !important;
}

.ui-autocomplete {
	z-index:6000
}

ul.stepy-manual li {
	cursor:auto
}

/*Searchbox*/
header .searchbox form {
	padding:0;
	padding-top: 6px;
	margin:0;
}
header .searchbox .input-xlarge, header .searchbox .input-medium {
	font-size:12px;
	padding:3px;
}

header .searchbox .btn {
	height: 28px
}

.ui-sortable-helper {
	background-color: #eee;
}

.ui-menu .ui-menu-item small {
	text-transform:uppercase;	
}

.ui-menu .ui-menu-item .muted {
	color:#505050;	
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
	text-shadow: none;
}

.ui-menu .ui-menu-item a.ui-state-hover .muted,
.ui-menu .ui-menu-item a.ui-state-active  .muted,
.ui-menu .ui-menu-item a.ui-state-focus  .muted{
	color:#f5f5f5;
}

.ui-menu .ui-menu-item a {
	line-height:1.3;
	cursor:pointer;
}

/*Fin Searchbox*/

ul.images_list {
	margin:10px 0px;
}
ul.images_list li {
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
	width:180px;
}

ul.images_list li a.thumbnail_image_link img {
	max-height:135px;
	max-width:180px;
}

ul.images_list li.main {
	border-color: #42ff00
}

td ul {
	margin-left:12px;
	font-weight:bold;
}


table td ul li {
	margin: 0px;
	padding:0px;
	height:18px;
}

/*FORMULAIRE*/

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
}

.form-address input[type="text"], .form-address select {
	margin:0;
	min-height: 20px;
	padding: 1px 5px;
	border-bottom:none;
	border-top:none;
	line-height: 20px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-address input[type="text"]:first-child, .form-address select:first-child, .form-address input.first-input {
	padding-top: 4px;
	min-height: 23px;
	font-weight:bold;
	line-height: 23px;
	border-top: 1px solid #ccc;
	-webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.form-address input[type="text"]:last-child, .form-address select:last-child {
	border-bottom: 1px solid #ccc;
	-webkit-border-radius:0px 0px 5px 5px; 
    -moz-border-radius: 0px 0px 5px 5px ;
    border-radius: 0px 0px 5px 5px ;
    padding-bottom: 4px;
    min-height: 23px;
	line-height: 23px;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { background: none; }
}

.textarea {
	-moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
}