* { margin:0; padding:0;}

body { 
	font-size:12px; 
	font-family:Verdana; 
	overflow-y: auto;
	background-color:#eeeeee;	
	background-image:url('/images/top-band.png');
	background-repeat:repeat-x;
}

img {
	border:0; 
}

a {
	text-decoration:none; 
	color:#033764;
}

a.menuLink {
	color:white;
}

a.menuLink:visited {
	color:white;
}

a:hover {
	text-decoration:underline; 
}

a:visited {
	color:#045074;
}

h1 {
	color: #444444;	
}


h3 {
	color: #444444;	
	border-bottom:1px solid #033764;
}

p {
	margin-top:5px;
	margin-bottom:5px;	
}

.clear { 
	clear:both;
}

.return {
	margin-top:0px;
}

#site_center {
	margin:40px auto; 
	text-align:left; 
	width:947px;
}

#page-top {
	background-image:url('/images/page-top.png');
	height:100px;	
	padding-right:30px;
	padding-left:30px;	
	padding-top:25px;
}

#page-center {
	padding-top:1px;
	background-color:white;	
}

#page-bottom {
	background-image:url('/images/page-bottom.png');
	height:26px;	
}

#section {
	width:891px;	
	margin:0px auto;
}
#section-top {
	background-image:url('/images/horizontal-bar-top.png');
	height:46px;
}

#section-center-bottom {
	background-image:url('/images/section-bottom.png');
	background-position:bottom center;
	background-repeat:no-repeat;
}

#menu {
	margin-left:40px;	
	padding-top:12px;
	color:white;
	font-size:18px;
}

#menu ul li {
	display:inline;	
	padding-right:40px;
}

#mainContent {
	min-height:400px;	
	padding-left:40px;
	padding-right:30px;
	padding-top:15px;
}

.successMessage {
	margin-bottom:10px;
	padding:5px;
	padding-left:35px;
	color:green;	
	border: 1px solid green;
	background-color: #8efa8b;
	background-image:url("/images/accept.png");
	background-repeat: no-repeat;
	background-position: 2% 50%;
	display:none;
}

.errorMessage {
	margin-bottom:10px;
	padding:5px;
	padding-left:35px;
	color:red;	
	border: 1px solid red;
	background-color: pink;
	background-image:url("/images/exclamation.png");
	background-repeat: no-repeat;
	background-position: 2% 50%;
	display:none;
}

.warningMessage {
	margin-bottom:10px;
	padding:5px;
	padding-left:35px;
	color:black;	
	border: 1px solid yellow;
	background-color: #f8f8d8;
	background-image:url("/images/warning.png");
	background-repeat: no-repeat;
	background-position: 2% 50%;
	display:none;
}

.helpInformationBox {
	margin-bottom:10px;
	padding:5px;
	color:black;	
	border: 1px solid blue;
	background-color: #d7e0e7;
	width:250px;
	display:none;
	position:absolute;
}

.errorInput {
	color: red;
	font-weight:bold;	
}

.formLabel {
	width:160px;
	float:left;	
}

.smallFormLabel {
	width:80px;
	float:left;	
}

.formLabelError {
	color:red;
	font-weight:bold;	
}

.formInput {
	width:220px;
	float:left;
}

.formLargeInput {
	width:550px;
	float:left;
}

.formSpacer {
	clear: both;
	padding-top:5px;
}

.headerLogo {
	float:left;	
}

.headerLogo img {
	display:none;
}

.headerUserInfo {
	float:right;
	text-align:right;
	font-size:10px;
	line-height:16px;
	padding-right:20px;
	padding-top:10px;
	color:#5f5f5f;
}

.separator {
	background: #033764;
	margin-top:10px;
	margin-bottom:10px;
	height:1px;
	border: 0px solid white;
}

.genericBtn {
	cursor:pointer;
	background-image:url('/images/btn.png');
	width:126px;
	height:34px;
	text-align:center;
	color:white;
	font-weight:bold;	
	border:0px;
	background-color:transparent;
}

.genericBtnOver {
	background-image:url('/images/btn-over.png');
}

.genericBtnWhite {
	cursor:pointer;
	background-image:url('/images/btn-white.png');
	width:126px;
	height:34px;
	text-align:center;
	color:#333;
	font-weight:bold;	
	border:0px;
	background-color:transparent;
}

.genericBtnOverWhite {
	background-image:url('/images/btn-white-over.png');
}

.faded-line {
	background-color: #ccc;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.item-saved {
	box-shadow : 0 0 15px #0f0;
}

.item-error {
	box-shadow : 0 0 15px #f00;
}

.fixed-right-bottom {
	position: fixed;
	right:20px;
	bottom:20px;
}

.calculation-distance {
	display:none;
	position: fixed;
	right:20px;
	bottom:280px;
	width:213px;
	background-color: white;
	border-radius: 5px;
	padding: 10px;
	border: 2px solid black;
	text-align: center;
	margin-top: 20px;
}

.col1-4 {
	width:25%;
	float:left;
}

.col1-2 {
	width:50%;
	float:left;
}

.dropzone {
	margin:30px;
	padding:30px;
	height:60px;
    border: 2px dashed #333;
    border-radius: 5px;
	background: white;
	transition: 1s all;
	text-align: center;
}

.dz-size {
	display: none;
}

/* ===================== Login / forgot password ====================*/

#loginPage .smallBoxTop,
#forgotPasswordPage .smallBoxTop {
	margin: 0 auto;
	background-image:url('/images/small-horizontal-bar-top.png');
	background-repeat:no-repeat;
	height:32px;
	width:358px;
}

#loginPage .smallBox,
#forgotPasswordPage .smallBox {
	width:338px;
	padding:10px;
	margin: 0 auto;
	background-image:url('/images/small-box-side.png');
	background-repeat:repeat-y;
}

#loginPage .smallBoxBottom,
#forgotPasswordPage .smallBoxBottom {
	width:338px;
	padding:10px;
	height:5px;
	margin: 0 auto;
	background-image:url('/images/small-box-bottom.png');
	background-repeat:repeat-y;
	background-position:bottom left;
}

#loginPage .description,
#forgotPasswordPage .description {
	margin-top:15px;
	margin-bottom:15px;	
}

#loginPage .errorHeight,
#forgotPasswordPage .errorHeight {
	
}

#loginPage .submitDiv,
#forgotPasswordPage .submitDiv {
	margin-top:15px;
	margin-left:95px;
}

#loginPage .errorLength,
#forgotPasswordPage .errorLength {
	width:290px;
}

#loginPage .forgotPassword {
	margin-top:15px;	
}

#forgotPasswordPage .note {
	margin-top:10px;
	margin-bottom:20px;	
}

/* ===================== Home ====================*/

#homePage {
	display: flex;
	align-items: flex-start;
}

#homePage .data-box-scrolled {
	max-height:600px;
	overflow: auto;
}

#homePage .data-box:nth-child(1) {
	flex:400px 1 1;
	margin-right:30px;
}

#homePage .data-box:nth-child(2) {
	flex:200px 0 0;
}

#homePage .data-box {
	border:1px solid black;
	margin:20px auto;
	background-color:white;
	box-shadow: 0 0 4px #aaa;
	padding:10px;
	font-size:15px;
}

#homePage .data-box h3 {
	text-align: center;
	margin-bottom:5px;
}

#homePage .data-box .content .line {
	display:flex;
}

#homePage .data-box .content .line div:nth-child(1) {
	flex: 50% 1 0;
}

#homePage .data-box .content .line div:nth-child(2) {
	flex-shrink: 1;
}

#homePage .oldest-file-line {
	display:flex;
	font-size:0.7em;
}

#homePage .oldest-file-line div:nth-child(1) {
	flex-basis: 200px;
}

#homePage .oldest-file-line div:nth-child(2) {
	flex-basis: 230px;
	flex-grow: 0;
}

#homePage .oldest-file-line div:nth-child(3) {
	flex-basis: 70px;
}

/* ===================== Profile ====================*/


#profilePage .spaced {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}

#profilePage .submitBtnDiv {
	margin-top:20px;	
	padding-bottom:20px;
	text-align:center;
}

#profilePage .formLabel {
	width:200px;
}

#profilePage #securityMsg  {
	display: none;
}

#profilePage .promptContent {
	
}

.promptContent .field-section {
	margin: 20px 0;
}

.promptContent .field-section div {
	display: inline-block;
	width: 150px;
}

.promptContent .submitBtnDiv {
	text-align: center;
}

#cboxClose {
	border:0;
}

/* ===================== Client ====================*/

#clientsIndexPage {
	padding-bottom:20px;
}

#clientsIndexPage .search {
	height:30px;
}

#clientsIndexPage .titleName {
	width:254px;
	float:left;
	font-size:20px;
}

#clientsIndexPage .titleSociety {
	width:200px;
	float:left;
	font-size:20px;
}

#clientsIndexPage .titleCity {
	width:210px;
	float:left;
	font-size:20px;
}

#clientsIndexPage .titleAction {
	width:125px;
	float:left;
	font-size:20px;
}

#clientsIndexPage .clear {
	clear: both;
}

#clientsIndexPage .separator {
	margin-top:5px;
	margin-bottom:10px;
}

#clientsIndexPage .client {
	width:254px;
	float:left;
	padding-left:1px;
}

#clientsIndexPage .society{
	width:200px;
	float:left;
}

#clientsIndexPage .city {
	width:200px;
	float:left;
}

#clientsIndexPage .action {
}

#clientsIndexPage .addclient {
	height:30px;
}

/* ===================== Client(modify) ====================*/

#clientsModifyPage .spaced {
	margin-top:20px;
	margin-bottom:20px;
}

#clientsModifyPage .profile-account-title {
	margin-top:15px;
	font-size: 2em;
}

#clientsModifyPage .formLabel {
	width:250px;
}

#clientsModifyPage .submitBtnDiv {
	margin-top:20px;	
	padding-bottom:20px;
	text-align:center;
}

#clientsModifyPage .separator {
	margin-top:5px;
	margin-bottom:15px;
}

/* ===================== Client(wallet-target) ====================*/

#clientWalletPage h2 {
	margin-bottom: 10px;
}

#clientWalletPage #adjustementsMsg .promptContent {
	padding:5px;
	border:1px solid #aaa;
}

#clientWalletPage .wallet-target-table {
	width: 100%;
	border:1px solid #888;
	border-collapse: collapse;
	margin-top:10px;
}

#clientWalletPage th {
	background-color: #ddd;
	cursor: pointer;
}

#clientWalletPage .input-col {
	padding:1px;
	border:2px solid #aaa;
	background-color: #f3f3f3;
	text-align: center;
}

#clientWalletPage .input-col input {
	border:0px;
	background-color: transparent;
}

#clientWalletPage th,
#clientWalletPage td {
	border:1px solid #bbb;
	padding:5px;
}

#clientWalletPage {
	padding-bottom: 70px;
}

#clientWalletPage .submitBtnDiv {
	background-color: white;
	border-radius: 5px;
	padding:10px;
	border: 2px solid black;
	text-align: center;
	margin-top: 20px;
}

#clientWalletPage .submitBtnDiv>div {
	margin-bottom: 10px;
	width: 200px;
}

#clientWalletPage .submitBtnDiv .final-info {
	padding:5px;
	border-radius: 5px;
	display: inline-block;
	border:1px solid black;
	line-height: 20px;
	height: 25px;
	font-size: 20px;
}

#clientWalletPage .highlighted-cell {
	background-color: #afa;
}

#clientWalletPage .highlighted-cell-2 {
	background-color: #ddf;	
}

#clientWalletPage .see-wallet-state-section {
	margin-bottom: 10px;
}

#clientWalletPage .transaction-row {
	cursor: pointer;
	font-size: 0.9em;
}

#clientWalletPage .transaction-row:hover {
	background-color: #ddd;
}

#clientWalletPage .transaction-row input {
	background-color: transparent;
	width: 100%;
	border:0;
}

#clientWalletPage .transaction-folio {
	float:left;
	width:64%;
}

#clientWalletPage .transaction-amount {
	float:left;
	width:12%;
}

#clientWalletPage .transaction-percent {
	float:left;
	width:11%;
}

#clientWalletPage .transaction-percent-tot {
	float:left;
	width:12%;
	text-align:right;
}

#clientWalletPage .transaction-percent input {
	text-align: left;
}

#clientWalletPage .transaction-percent-tot input {
	text-align: right;
}

/* ===================== Client(add) ====================*/

#clientsAddPage .spaced {
	margin-top:20px;
	margin-bottom:20px;
}

#clientsAddPage .formLabel {
	width:250px;
}

#clientsAddPage .submitBtnDiv {
	margin-top:20px;	
	padding-bottom:20px;
	text-align:center;
}

#clientsAddPage .separator {
	margin-top:5px;
	margin-bottom:15px;
}

 .tmpAgentNumber {
	margin-left:10px;
	margin-bottom:5px;
}

.tmpAgentChoiceButtons {
	margin-top:10px;
	text-align:center;
}

.tmpAgentChoiceParagraph {
	margin-top:5px;
	margin-bottom:20px;
}


/* ===================== Notes (index) ====================*/

#notesIndexPage {
	padding-bottom:20px;
}

#notesIndexPage .title {
	width:700px;
	float:left;
	font-size:20px;
}

#notesIndexPage .action-title {
	width:115px;
	float:left;
	font-size:20px;
	text-align: center;
}

#notesIndexPage .clear {
	clear:both;
}

#notesIndexPage .separator {
	margin-top:5px;
	margin-bottom:10px;
}

#notesIndexPage .note-name {
	width:700px;
	float:left;
}

#notesIndexPage .action {
	width:100px;
	float:right;
	text-align: right;
}

#notesIndexPage .addform {
	height:30px;
}

/* ===================== Form (index) ====================*/

#formsIndexPage {
	padding-bottom:20px;
}

#formsIndexPage .title {
	width:400px;
	float:left;
	font-size:20px;
}

#formsIndexPage .clear {
	clear:both;
}

#formsIndexPage .separator {
	margin-top:5px;
	margin-bottom:10px;
}

#formsIndexPage .formname {
	width:400px;
	float:left;
}

#formsIndexPage .action {
	width:250px;
	float:left;
}

#formsIndexPage .addform {
	height:30px;
}



/* ===================== Form (add/modify) ====================*/

#formulaireAddPage .spaced,
#formulaireModifyPage .spaced {
	margin-top:20px;
	margin-bottom:20px;
}

#formulaireAddPage .formSpacer,
#formulaireModifyPage .formSpacer {
	margin-top:15px;
}

#formulaireAddPage .formLabel,
#formulaireModifyPage .formLabel {
	width:220px;
}

#formulaireAddPage .formTextInput,
#formulaireModifyPage .formTextInput {
	width:150px;
}

#formulaireAddPage .formSelectInput,
#formulaireModifyPage .formSelectInput {
	width:153px;
}

#formulaireAddPage .submitBtnDiv,
#formulaireModifyPage .submitBtnDiv {
	margin-top:20px;	
	padding-bottom:20px;
	margin-left:150px;
}

#formulaireAddPage #pagesContainer .formInput,
#formulaireModifyPage #pagesContainer .formInput,
#formulaireAddPage #pagesContainer .formLabel,
#formulaireModifyPage #pagesContainer .formLabel {
	margin-top:20px;
}

#formulaireAddPage .imageHolder,
#formulaireModifyPage .imageHolder {
	border:1px solid black;
	padding:3px;
	width:206px;
	text-align:center;
	margin-bottom:3px;
}
	
/* ===================== Form (choice) ====================*/

#formulaireChoisirPage .spaced {
	margin-top:20px;
	margin-bottom:5px;
}

#formulaireChoisirPage .textcombo {
	width:250px;
	float:left;
}

#formulaireChoisirPage .comboboxcontent {
	width:250px;
	float:left;
	margin-top:2px;
}

#formulaireChoisirPage .form-id {
	width:150px;
}

#formulaireChoisirPage .formSpacer {
	margin-bottom:3px;
}

#formulaireChoisirPage .nom {
	font-weight:bold;
}

#formulaireChoisirPage .formDetailsSection {
	min-height:180px;
}

#formulaireChoisirPage .formDetails {
	padding:5px;
	width:500px;
	margin-left:250px;
}

#formulaireChoisirPage .submitBtnDiv {
	margin-left:250px;
}

#formulaireChoisirPage .productChoice {
	width:170px;	
}

#formulaireChoisirPage .productLine {
	margin-bottom:5px;
}

/* ===================== Products (index) ====================*/


#productsIndexPage .title {
	width:250px;
	float:left;
	font-size:20px;
}

#productsIndexPage .clear {
	clear: both;
}

#productsIndexPage .separator {
	margin-top:5px;
	margin-bottom:10px;
}

#productsIndexPage .productname {
	width:250px;
	float:left;
}

#productsIndexPage .productfile {
	width:100px;
	float:left;
}

#productsIndexPage .productprefixe {
	width:250px;
	float:left;
}

#productsIndexPage .action {
	width:100px;
	float:left;
}

#productsIndexPage .addproduct {
	height:30px;
}


/* ===================== Products (add/modify) ====================*/

#productsAddPage .spaced,
#productsModifyPage .spaced {
	margin-top:20px;
	margin-bottom:20px;
}

#productsAddPage .formSpacer,
#productsModifyPage .formSpacer {
	margin-top:15px;
}

#productsAddPage .formLabel,
#productsModifyPage .formLabel {
	width:120px;
}

#productsAddPage .submitBtnDiv,
#productsModifyPage .submitBtnDiv {
	margin-top:20px;	
	padding-bottom:20px;
}


/* ===================== Client notes ====================*/

.print-sheet {
	border:2px solid black;
	min-height: 770px;
}

#clientNotesPage {
	padding-bottom:20px;
	width:650px;
	margin: 0px auto;
}

#clientNotesPage h2 {
	margin-bottom: 20px;
}

#clientNotesPage .title {
	text-align: center;
	font-weight: bold;
}

#clientNotesPage .insert-row div {
	border:1px solid white;
}

#clientNotesPage .note-inp {
	width: 100%;
	padding:2px;
}

#clientNotesPage .insert-row .note,
#clientNotesPage .note-item .status input,
#clientNotesPage .note-item .note textarea,
#clientNotesPage .note-item .date input {
	transition: box-shadow 500ms ease-out;
}

#clientNotesPage .note-item .status input,
#clientNotesPage .note-item .date input {
	background-color: transparent;
}

#clientNotesPage .note-item .note textarea{
	border:0px solid white;
	min-height: 80px;
	width: 100%;
	resize: none;
	background-color: transparent;
	margin-top: 2px;
}

#clientNotesPage .title div {
	border:1px solid black;
}

#clientNotesPage .date {
	float:left;
	width:100px;
}

#clientNotesPage .note {
	float:left;
	width:400px;
}

#clientNotesPage .note-item .status {
	text-align: center;
	height: 45px;
}

#clientNotesPage .note-item .date {
	height: 45px;
}

#clientNotesPage .action {
	width:30px;
}

#clientNotesPage .note-item {
	margin-bottom: 10px;
	padding:2px;
	position: relative;
}

#clientNotesPage .note-item input {
	border:0px solid white;
}

#clientNotesPage .note-item .action {
	position: absolute;
	top:5px;
	left:660px;
}

.notes-btn-container {
	margin-top: 10px;
}

#usersIndexPage .addUser {
	margin-bottom:10px;
}

/* ===================== Users ====================*/

#usersIndexPage .title, 
#usersIndexPage .data {
	float:left;
	width:22%;
}

#usersIndexPage .action {
	float:left;
	width:10%;
}

#usersFormPage .spaced {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}

#usersFormPage .submitBtnDiv {
	margin-top:20px;	
	padding-bottom:20px;
	text-align:center;
}

#usersFormPage .formLabel {
	width:200px;
}

#usersFormPage #securityMsg  {
	display: none;
}

/* ===================== Folders ====================*/

#foldersIndexPage .title {
	float:left;
	font-size:20px;
	margin-top:20px;
} 

/* ===================== Files ====================*/

#filesIndexPage {
	padding-bottom:100px;
}

#filesIndexPage .title {
	float:left;
	font-size:20px;
	margin-top:20px;
} 

.file-line {
	margin:10px 0;
	font-size:16px;
}

#filesIndexPage .dropzone {
    margin: 0px 10px;
    padding: 2px;
	height: auto;
}

@media print{
	#clientWalletPage {
		margin: 0;
	}

	#clientWalletPage #adjustementsMsg {
		width: 650px;
		font-size: 10px;
	}

	#clientNotesPage {
		margin: 0;
	}

	#page-top {
		display:none;
	}

	#section-top {
		display: none;
	}

	#site_center {
		margin: 0;
	}

	#mainContent {
		padding:0;
		margin: 0;
	}

	.insert-row {
		display: none;
	}

	#clientNotesPage .action {
		display: none;
	}

	.fixed-right-bottom {
		display: none;
	}

	.hide-on-print {
		display: none;
	}
}