/*Elements de la page */
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #0F4C79;
}

/* fix for Dojo Bootstrap Datepicker */
body > .dropdown-menu {
	z-index: 1060;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
	margin-right: 2px;
}

.btn-warning, .btn-warning:hover {
	color: white;
}

.btn-warning:hover {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.btn-centre {
	text-align: center;
}

.btn-centre .btn {
	margin-left: 50px;
}

.btn-centre .btn:first-child {
	margin-left: 0;
}

.btn-verticaux {
	text-align: center;
}

tr .date-time {
	max-width: 50px;
}

.list-item-actions-4btns {
	min-width: 151px;
}

.list-item-actions-2btns {
	width: 270px;
}

@media (max-width:480px){
	.list-item-actions-4btns {
		min-width: 34px;
		width: 34px;
	}
	
	table td .btn {
		margin-bottom: 6px;
	}
}

header .row .span12 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

#main-menu {
	width: 250px; 
	position: fixed; 
	top: 20px; 
	left: -250px;
	transition: left .3s ease-in-out 0s;
	background-color: #EFEFEF;
	z-index: 9999;
}

#main-menu.open {
	left: 0;
}

#main-menu .nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-menu .nav > li > a:hover,
#main-menu .nav > li > a:focus {
	background-color: #dfdfdf;
}
#main-menu .nav-list > .active > a,
#main-menu .nav-list > .active > a:hover,
#main-menu .nav-list > .active > a:focus {
    background-color: #0088CC;
	 color: white;
}

#main-menu .header {
	padding-left: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #C5C5C5;
	color: white;
}

#main-menu .header h5 {
	display: inline-block;
	margin-top: 4px;
}

#main-menu .btn-show {
	float: right;
	margin-right: -35px;
	width: 35px;
}

.main-section .breadcrumb {
	padding: 4px 10px;
	font-size: 0.8em;
}

.table .currency {
	text-align: right;
}

.table .tableTitle {
	text-align: center;
}

.modal-body input[type="text"],
.modal-body textarea {
	width: 520px;
}

#modalTransaction {
	width: 900px;
	margin-left: -450px;
}

.modalTable {
	width: 850px;
}

.input-date-dmY input[type="text"] {
	width: 90px;
}

.ui-resizable-s {
	background-color: #aaa;
}

.editor-container {
	margin-top: 6px;
	margin-bottom: 10px;
	
	width: 100%;
	height: 150px;
	min-height: 150px;
	/*overflow: auto;*/

	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset;
	outline: medium none;
	padding: 0; /* was 4px */
}

/* editor content */
.editor {
	height: 100%;
	overflow: auto;
	
	color: #727272;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding: 4px;
	
	/*text-align: justify;*/
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	color: #666;
	font-family: "Oswald",sans-serif;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

.editor ol li {
	margin-bottom: 14px;
	margin-top: 14px;
}

.login-padding {
	padding-top: 95px;
}

.login-box {
	background-color: #E6E6E6;
	padding: 1px;
	border-radius: 6px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.login-border {
	border: 1px solid white;
	border-radius: 5px;
}

.login-box .logo-bigm {
	width: 118px;
	height: 118px;
	border-radius: 59px;
	background-color: white;
	margin: 0 auto;
	margin-top: -56px;
	border: 6px solid #E6E6E6;
	background-image: url('/assets-admin/img/login-mxtd-bigm.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.login-box .logo-text {
	width: 224px;
	height: 54px;
	background-image: url('/assets-admin/img/login-mxtd-text.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.login-box hr {
	border-left: none;
	border-right: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 16px 65px;
}

.login-box .login-form-padding {
	margin: 0 80px 25px 80px;
}

@media (max-width:991px) {
	.login-box hr {
		margin: 12px 40px;
	}
	.login-box .login-form-padding {
		margin: 0 60px 25px 60px;
	}
}

.login-box h4 {
	text-align: center;
	color: #909090;
	font-weight: normal;
}

.login-box .btn-primary {
	background-color: #7BBA4D;
	border-color: #7AC943;
	margin: 0 auto;
	display: block;
	padding: 4px 12px;
}

.login-box .btn-primary:hover {
	background-color: #699E42;
}

.login-box p {
	text-align: center;
}

.login-box p a {
	color: #909090;
	font-size: 11px;
}
