
/* Dashboard and user management pages */

.myact-nav {
	font-size: 16px;
	margin:0;
	padding:0;
	text-align: right;
}
}
.myact-nav ul {
	margin:0;
	padding:0;
}
.myact-nav ul li {
	padding:0;
	margin:0 15px;
	list-style-type: disc;
	list-style-position: outside;
}
.myact-nav a, .myact-nav ul li a {
	font-weight: 300;
	font-size:17px;
	letter-spacing: 1px;
	color:#000;
}
.myact-nav a:hover {
	color: #c4122f;
}

.myact-nav .logout-link {
	margin-top:6px;
	margin-right:0.3%;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #c4122f;
	line-height:16px;
}
.myact-nav .logout-link:after {
	content: '';
	display:inline-block;
	height:22px;
	width:22px;
	vertical-align:middle;
	margin-bottom:4px;
	background-image:url('../images/assets/global/logout-arrow.png');
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center center;
	margin-left:6px;
}

.user-dashboard {
	margin-top:0;
	margin-bottom: 80px;
}
.user-dashboard .content-wrapper {
	margin-bottom:0;
	margin-top: 0;
}
@media only screen and (max-width: 960px) {
	.user-dashboard .content-wrapper {
		margin-top: 85px;
	}
}
.user-dashboard section.content-wrapper.user-dashboard-with-header {
	margin-top:0;
}
.user-dashboard .container-1200 {
	margin-top: 0;
	margin-bottom: 0;
	min-height: 400px;
}
/* Make this rule more important. */
.user-dashboard-navigation.user-dashboard-navigation.user-dashboard-navigation {
	margin-top:170px;
}
.user-dashboard-navigation.user-dashboard-navigation.user-dashboard-navigation-index {
	margin-top:0
}
.user-dashboard .page-title ,
.user-dashboard .page-title h1 {
	margin:0;
	padding:0;
	padding-bottom: 3px;
}
.user-dashboard .page-title {
	margin-top:1em;
	margin-bottom:1em;
	border-bottom: 1px solid #b4b4b4;
}
.user-dashboard .page-title.with-buttons {
	position: relative;
	padding-top:10px;
}
.user-dashboard .page-title.with-buttons .title-buttons {
	position: absolute;
	bottom: 3px;
	right:0
}
.user-dashboard .back-link {
	display: block;
	clear:both;
	font-family: 'Oswald', 'Helvetica', 'Arial', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	color: #b4b4b4;
}
.user-dashboard .back-link a {
	color: #b4b4b4;
	padding:10px 30px;/* Give it a big hitbox. */
	padding-left:0;
	font-size: 16px;
}
.user-dashboard .back-link a:active ,
.user-dashboard .back-link a:focus ,
.user-dashboard .back-link a:hover {
	color: #c4122f;
}
.user-dashboard .back-link a small {
	color: #c4122f;
	display: inline-block;
	margin-bottom:-4px;
	width:  23px;
	height: 22px;
	vertical-align: baseline;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size:0;

}
.user-dashboard .back-link a small::before {
	font-size:16px;
	content: "\eddf";
}
.user-dashboard .flash-messages {
	font-family: 'Oswald', 'Helvetica', Arial, sans-serif;
}


/* Forms */
.user-dashboard form p.required {
	float:none;
	display: none;
}
.user-dashboard h2.legend {
    padding: 13px 1px 17px;
    text-align:center;
    width:100%;
    font-weight: 400;
    font-size: 15px;
    color:#fff;
    text-transform: uppercase;
    margin-left:0px;
    background-color: #000;
    position:relative;
    letter-spacing: 1px;
}
.user-dashboard form {
	margin-top: 1em;
	max-width:600px;
}

.user-dashboard .form-list li {
	padding-left:0;
	text-transform: none;
}
.user-dashboard .form-list {
	margin:0;
	margin-bottom:2em;
	list-style: none;
}

.user-dashboard .form-list .field {
}
.user-dashboard .form-list label {
	color: #aaa;
	font-weight: 400;
	letter-spacing: 1px;
	font-size:16px;
	font-family: 'Oswald','Helvetica','Arial',sans-serif;
	text-transform: uppercase;
}
.user-dashboard .form-list label .optional {
	padding-left: 0.7em;
	font-size: 0.8em;
	font-weight:300;
}
.user-dashboard .form-list .field .input-box {
	position: relative;
}
.user-dashboard .form-list .field .input-box input ,
.user-dashboard .form-list .field .input-box select {
	display: block;
	width: 100%;
	height:  50px;
	border-radius: 0;
}
/* Generic side-by-side classes */
.user-dashboard .fields-sxs {
	font-size:0; /* Remove the space from the inline-block layout. */
}
.user-dashboard .fields-sxs .field {
	display: inline-block;
	width: 49%;
	margin-right:2%;
}
.user-dashboard .fields-sxs .field:last-child {
	margin-right: 0;
}

/* checkboxes */
.user-dashboard .form-list .control label.checkbox-label,
.user-dashboard .form-list .control input.checkbox {
    vertical-align:bottom;
    margin:0;
    padding:0;
    line-height:32px;
    float: none;
    position: relative;
}
.user-dashboard .form-list .control input.checkbox {
    -webkit-appearance: none;
    padding:12px;
    display:inline-block;
    position:relative;
    top:0px;
    left:0;
    border:1px solid #b4b4b4;
    width:16px;
    height:22px;
    vertical-align:baseline;
    float:none;
}
.user-dashboard .form-list .control input.checkbox:checked {
    background-color: #C21735;
    border-color: #C21735;
}
.user-dashboard .form-list .control input.checkbox:checked:before {
    content: '';
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    margin-left:-12px;
    margin-top:-12px;
    padding-top:2px;
    font-size:21px;
    color: #fff;
    position: absolute;
    width:100%;
    height:100%;
    line-height: 100%;
    background-image:url('../images/assets/global/checkbox-red1.png');
    background-position:center center;
}
.user-dashboard .form-list .control label.checkbox-label:hover {
	background: transparent;
	cursor: pointer;
}
.user-dashboard .form-list .control label.checkbox-label {
    display:inline-block;
    font-size: 15px;
    height:35px;
    padding-left: 8px;
    float:none;
    font-family: Oswald, Helvetica, Arial, sans-serif;
}
.user-dashboard .form-list .control input.checkbox ,
.user-dashboard .form-list .control input.checkbox:before {
    transition: background 0.3s, border 0.3s;
}

/* Blocks on the main page */
.user-dashboard .account-blocks {
	margin-left: -0.6944444444%;
	margin-right: -0.6944444444%;
	width: 100%;
}
.user-dashboard .box {
	margin-bottom:2em;
}
.user-dashboard .box h3 ,
.user-dashboard .box h4 ,
.user-dashboard .box address ,
.user-dashboard .box p {
	line-height: 1.5em;
	margin:0;
	padding:0;
	margin-bottom:1em;
}
.user-dashboard .box .box-title {
	display: block;
	color: #fff;
}
.user-dashboard .box .box-content {
	padding:1em 0;
}
.user-dashboard .box .box-title h3 {
    padding: 13px 1px 17px;
    text-align:center;
    width:100%;
    font-weight: 400;
    font-size: 15px;
    color:#fff;
    text-transform: uppercase;
    margin-left:0px;
    background-color: #000;
    position:relative;
    letter-spacing: 1px;
}
.user-dashboard .box h4 {
	margin-bottom:0.5em;
}

.user-dashboard .buttons-box {
	margin-top: 2em;
}
.user-dashboard .only-buttons .buttons-box {
	margin-top:0;
}
.user-dashboard .buttons-set {
	margin-bottom: 2em;
}
.user-dashboard .button-black ,
.user-dashboard .buttons-box a {
	display: inline-block;
	color: #000;
	background: transparent;
	border: 2px solid #c4122f;
	padding: 10px 25px;
	font-family: "Oswald", "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	transition: .14s;
	outline:0;
	cursor:  pointer;
	letter-spacing: 1px;
	min-width: 120px;
	text-align: center;
	line-height: normal;
}
.user-dashboard .buttons-box a:hover {
	background: #c4122f;
	/*color: #fff;*/
}

/* Edit infos */
.user-dashboard .customer-name {
	font-size:0; /* Remove the space from the inline-block layout. */
}
.user-dashboard .customer-name .field {
	display: inline-block;
	width: 49%;
	margin-right:2%;
}
.user-dashboard .customer-name .field:last-child {
	margin-right: 0;
}

/* Address forms */
.user-dashboard .form-list li span.current-address {
	text-transform: none;
}


/* Address book */
.user-dashboard.address-book ol ,
.user-dashboard.address-book ol li {
	list-style-type: none;
	padding:0;
	margin:0;
	margin-bottom: 1.6em;
}
.user-dashboard address {
	font-style: normal;
}
.user-dashboard address span.name {
	display: block;
	font-weight: bold;
}

/* Dashboard tables */
.user-dashboard .table-title {
    padding: 0;
    text-align:left;
    width:100%;
    font-weight: 400;
    font-size: 15px;
    color:#fff;
    text-transform: uppercase;
    margin-left:0px;
    background-color: #000;
    position:relative;
    letter-spacing: 1px;
	clear: both;
}
.user-dashboard .table-title h4 {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	padding-left: 20px;
}
.user-dashboard .table-title .title-link {
	font-family:'Open Sans';
	font-weight: 200;
	line-height:40px;
	margin:0;
	padding:0 20px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
}
.user-dashboard .table-title .title-link a {
	color: #fff;
}
.customer-account .user-dashboard .data-table {
	overflow: auto;
	overflow-y: initial;
	display: block;
}
.customer-account .user-dashboard .no-data-table ,
.customer-account .user-dashboard .data-table th ,
.customer-account .user-dashboard .data-table td {
	border:0;
	border-bottom: 2px solid #fff;
	background-color:#f1f1f1;
	text-align: left;
	margin:0;
	padding:8px 16px;
}
.customer-account .user-dashboard .no-data-table ,
.customer-account .user-dashboard .data-table {
	margin: 0;
	margin-bottom: 2em;
}

.customer-account .user-dashboard .data-table th {
	font-family: 'Oswald', 'Helvetica', 'Arial', sans-serif;
	font-weight:400;
	text-transform: uppercase;
}
.customer-account .user-dashboard .data-table .date ,
.customer-account .user-dashboard .data-table .number ,
.customer-account .user-dashboard .data-table .view ,
.customer-account .user-dashboard .data-table .view a,
.customer-account .user-dashboard .data-table .nobr {
	white-space:nowrap;
}
.customer-account .user-dashboard .data-table .view {
	width: 1%;
}
.customer-account .user-dashboard .data-table .view a {
	display: inline-block;
}
.customer-account .user-dashboard .data-table .view .separator {
	display: inline-block;
	font-size: 12px;
	line-height:10px;
	position: relative;
	top:-1px;
}