﻿/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

#menu {
	margin-top: -15px;
}

 .myprofile {
	margin-top: 15px;
	margin-left: 25px;
	position: absolute;
}


#licenceWarning {
	
	position: absolute;
	width: 910px;
	height: 32px;
	padding-top: 7px;
	font-size: 15px;
	padding-left: 15px;
	font-weight: bold;
	margin-top: -27px;
}

.alert-danger {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(219, 27, 27, 1) !important;
}

.alert-danger a {
    color: rgba(25, 240, 25, 1) !important;
}

#licenceWarning.valid {
	display:none;
}

#verticalspacer {
	height: 10px;
}

.cleardate {
    color: grey;
    float: right;
    font-weight: bold;
	margin-right: 0px;
	margin-top: 4px;
    cursor: pointer;
}

/** General Style Info **/
body {
	background: #EBECED;
	
	font-family:arial;
	font-size:12px;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
}
a {
	color: #003d4c;
	text-decoration:none;
}
a:hover {
	color: #367889;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 2px;
}
p {
	margin: 0 0 1em 0;
}

#breadcrump {
	margin-bottom : 15px;	
}

#breadcrump a {
    color: #4835A2;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

/** Layout **/
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table.results  {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	font-size : 13px;
	width : 100%;
	*border-collapse: collapse;
}
table.results th {
	border:0;
	border-bottom:1px solid #555;
	text-align: left;
	padding-top:4px;
	padding-bottom:4px;
}

table.results th.total {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #555555;
    border-style: solid none none ;
    border-width: 2px 0 0 0 ;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
}

table.results th a {
	display: block;
	padding: 2px 0px;
	text-decoration: none;
	text-align : center;
}
table.results th a.asc:after {
	content: ' ⇣';
}
table.results th a.desc:after {
	content: ' ⇡';
}
table.results tr td {
	background: #fff;
	padding: 4px;
    text-align: left;
	vertical-align: center;
	border-bottom:1px solid #ddd;
	empty-cells:show;
	zoom:1;
}
table.results tr:nth-child(even) {
	background: #f9f9f9;
}



table.results td.actions {
	text-align: center;
	white-space: nowrap;
}
table.results td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

table.results td.number {
	text-align : right;
}

table.total {
    float: right;
    width: 300px;
}

table.total tr.totalTtc {
	font-size : 18px;
	font-weight : bold;
}
table.total tr.totalTtc td {
	border-top : 2px solid #000;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}




div.actions_icons {
    display: none--;
    height: 16px;
    margin: -16px 0 0;
}

table.results tr td.actions_column2 {
	text-align:center;
}

div.actions_icons a {
	margin-left:5px;
	
}

table.results tr:hover td {
	background-color: #E9E8EA;
}

table.results tr:hover div.actions_icons {
	display:block;

}

td.actions_column, th.actions_column { width:60px; padding:0;}
td.actions_column2, th.actions_column2 { width:48px; padding:0; }


#breadcrump {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 24px;
    padding-top: 7px;
    position: absolute;
    top: 55px;
    width: 100%;
    margin-top: 20px;
}

#breadcrump span.title {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}

.fieldscolumn {
	float: left;
	width:246px;
}
.largefieldscolumn {
	float: left;
	width:100%;
}


.titleLabel {
	width : 120px;
	float : left;
}

.dataLabel {
	width : 200px;
}

form div.fieldscolumn div {
	margin-top:5px;	
}

.disabled{
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

div.input  label {
	width : 121px;
	float : left;
	text-align : right;
	padding : 3px 10px 0 0;
	margin-bottom : 0px; /* Otherwise bootstrap overwrites this and misalignes the from/to date fields */
}

div.input input,
div.input select,
div.input textarea {
	width : 115px;
}

table div.input input,
table div.input select,
table div.input textarea {
	width : 120px;
	font-size:13px;
}

div.date select {
	width:90px;
}

div.input input.number,
div.input select.number {
	width : 70px;
}


#InvoiceIndexForm div.submit {
	position : absolute;
}


/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	--width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}


form div {

}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:before {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {

}
label {
	width : 100px;
}

#CompanyIndexForm label {
	margin-top: 3px;
    position: absolute;
    text-align: right;
    width: 100px;
}

#CompanyIndexForm #CompanyKeyword {
    left: 20px;
    position: absolute;
    width: 420px;
}

#CompanyIndexForm .submit {
    left: 450px;
    position: absolute;
}

#searchform {
    margin-bottom: 10px;
}

#pagination {
    padding: 3px;
    max-width: 1000px;
}

#pagination #nav {
	font-weight : bold;
	float : right;	
}
#pagination #nav a {
	margin-right : 10px;
	margin-left : 10px;
}

input, textarea {

}

input, select {
	height : 23px;
	font-size: 13px;
}

select {
	clear: both;
	vertical-align: text-bottom;
	
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	float: left;
	margin: 0px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 0 10px 4px;
	margin-top : 10px;
	

}

.hidden {
	display:none;
}
.trhidden {
	display : none;
}
.trshown {
	display : table-row;
}

div #searchform form div.submit,
div #form form div.submit,
div #editform form div.submit {
	text-align:center;
	max-width:1000px;
	clear: both;
	
}



form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-order-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.linefeed {
	clear: both;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

#resultscount {
    color: black;
    font-size: 14px;
    font-weight: bold;
}






/* ********************* Contact */


#showQuickSearch,
#showGrid,
#showAdvancedSearch {
	margin-top:5px;
	max-width: 1000px;
	text-align: center;
}

#advancedsearch {
	display:none;
}


.boxTitlePayment {
    background-color: #F8F8F8;
    border: 1px solid #C8C8C8;
    border-radius: 3px 3px 3px 3px;
    padding: 6px;
	margin-bottom: 10px;
	height: 20px;
	max-width: 1000px;
	
}

.Closed {
	margin-bottom: 10px;
}

.boxTitlePayment span.title {
	color: #6F71C6;
    font-size: 16px;
    font-weight: bold;
	float:left;
	width:150px;
	
}

.boxTitlePayment span.validity {
    font-size: 15px;
    font-weight: bold;
	width: 60px;
	float: left;
}

.boxTitlePayment span.deadline {
    float: left;
    margin-top: 3px;
    width: 100px;
}

.boxTitlePayment span.units {
    color: #434343;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
	width: 120px;
	text-align:right;
}

.boxTitlePayment span.amount {
    color: #434343;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 0;
	width: 60px;
	text-align:right;
}
	
.boxTitlePayment span.valid { color: #0EA00C;}
.boxTitlePayment span.invalid { color: #FF0000;}

.divPayment {
	border: 1px solid #C8C8C8;	
	margin-bottom: 10px;
	margin-top: -13px;
}


#total, #totaltobepaid {
    font-size: 16px;
    margin-left: 7px;
    max-width: 1000px;
    text-align: right;
}
#total span, #totaltobepaid span {
    color: black;
    font-weight: bold;
}

 #amount {
    border-top: 2px solid black;
    color: black;
    float: right;
    font-weight: bold;
    margin-top: 1px;
    padding-top: 5px;
    width: 100px;
}

#ContactNote,
#AdvancedNote {
    height: 69px;
    margin-bottom: 8px;
}

#checkall {
	margin-left: 3px;
}

/* **************************** PAYMENT */

#total {
	float: left;
	margin-left: 850px;
	margin-top: -50px;
}

#total2 {
	float: left;
	margin-left: 1100px;
	margin-top: -150px;
}

 #amount {
    color: black;
    font-weight: bold;
}

td.nopadding {
padding:0;
}

input[type="checkbox"], .checkbox {
    font-size: 13px;
    height: 13px;
    width: 13px !important;
	margin-left:10px;
}


form .submit input[type="submit"].updateSelection {
    background: -moz-linear-gradient(center top , #A4A2D6, #4B51BA) repeat scroll 0 0 #5358AA;
    float: left;
    margin-left: 10px;	
	

	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

form .submit input[type="submit"].updateSelection:hover {
    background: -moz-linear-gradient(center top , #A4A2D6, #4B51BA) repeat scroll 0 0 #5358AA;
    float: left;
    margin-left: 10px;	
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#action_multiple div.submit {
    float: left;
    margin-left: 14px;
    margin-top: 13px;
	

}

.icon16 {
	height:16px;
}

.arrowUpdateSelection {
    float: left;
    margin-left: 68px;
    margin-top: 15px;
}
.arrowUpdateSelectionSmallMargin {
    float: left;
    margin-left: 10px;
    margin-right: 7px;
    margin-top: 2px;
}

.arrowUpdateSelectionDown {
    float: left;
    margin-left: 12px;
    margin-top: 1px;
}


/* **************************** Mailing */

#MailingContactId {
	width: 260px;
}

.recipients {
	max-width: 770px;
}

#MailingContent, #MailingtemplateContent {
    height: 300px;
    width: 650px;
}

#MailingSubject, #MailingtemplateSubject , #MailingtemplateName {
    width: 650px;
}

td.empty {
    background-color: #D65C5C !important;
}

input.preview {
	background: -moz-linear-gradient(center top , #A4A2D6, #4B51BA) repeat scroll 0 0 #5358AA !important;
}


td.framed {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
td.content {
	padding:10px;
}
td.label {
	width: 70px;
}

table.mail {
    font-size: 12px;
    font-weight: bold;
    margin-left: 40px;
    text-align: right;
    width: 600px;
}


/* **************************** Dashboard */

#chart_gauge_1, #chart_gauge_2 {
	margin-left: 8px;
	padding-left: 12px;
}

.smallDashboardColumn, .mediumDashboardColumn, .largeDashboardColumn, .fullDashboardColumn, #filters, #userData {
	float: left;
	margin:5px;
	padding:5px;
	background-color:white;

}
h1 {
    color: #4835A2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.smallDashboardColumn { width:165px; }
.mediumDashboardColumn { width:200px; }
.largeDashboardColumn { width:615px;}
.fullDashboardColumn { width:940px;}

#filters { width: 575px; }
#userData { 
	width: 320px;
	font-size: 11px;
	padding-bottom: 0;
}

#filters form div label { width:65px; }
#filters form div.input { float:left; }

.barvalid { background-color: green; }
.barinvalid { background-color: red; }

.barvalid, .barinvalid {
    height: 15px;
	width:100%;
}

.nbvalid {
	color : green;
	text-align: center;
}


.nbinvalid {
	color : red;
	text-align: center;
}

.nbinvalidsmall {
    margin-left: -15px;
    text-align: right;
}

#invalid , #valid {
	float: left;
}

#pcbar { width:100%; }


div.largefieldscolumn div.input select {
    width: 300px;
}

#CheckedTodoIndexForm .submit input[type="submit"] {
    margin-left: 2px;
    margin-top: -10px;
    padding: 0 1px 2px;
}

div#notodo {
    font-style: italic;
    text-align: center;
    width: 100%;
}




.autoCompleteDiv    {
     position: absolute;
     border: 1px solid #888;
     margin: 0px;
     padding: 2px;
     display: none;
     background: white;
	 margin-left: 121px;
}
.autoCompleteDiv a:hover {
    background: none;
    background-color: darkblue;
    color: white;
    font-weight: normal;
}
.autoCompleteDiv a {
    background: none;
    background-color: white;
    color: black;
    text-decoration: none;
    padding: 2px;
    margin: 0px;
    display: block;
}
#autoCompleteValid, #autoCompleteInvalid {
	float: left;
    margin-left: 230px;
    margin-top: -20px;
    height: 16px;
    width: 16px;
	
}
#autoCompleteValid, #autoCompleteInvalid {
	display:none;
}




#WorkoutContactId {
	width:300px;
}



form.right div.submit {
	text-align: right;
	width: 1000px;
}

form.right .submit input[type=submit] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(darkred));
	background-image: -webkit-linear-gradient(top, red, darkred);
	background-image: -moz-linear-gradient(top, red, darkred);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 0 10px 4px;
	margin-top : 10px;
	

}

table.results.licenses {
	width:600px;
}


div#userpic  {
	width: 50px;
	height: 50px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 3px #808080;
	border: 2px solid #F5F5F5;
}

div#dashprofilepic, div#profilepic  {
	width: 180px;
	height: 180px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 3px #808080;
	border: 2px solid #F5F5F5;
	background-size: 180px !important;
	background-position:50% 50% !important;
}
	
.updateDataLink {
	float:right;
}

div#messageprofilepic  {
	width: 100px;
	height: 100px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 3px #808080;
	border: 2px solid #F5F5F5;
}
	
#profilepic {
	margin:10px;
	text-align: center;
}

#profilepic img {
	max-height:184px;
	max-width:310px;
}

#ContactPicture {
	width:300px;
	margin-left:10px;
}

#ContactPictureremove {
	position: relative;
	margin:10px;
}
label[for=ContactPictureremove] {
	margin-top: -28px;
	margin-left: 5px;
}

label[for=ContactPicture] {
	display: none;
}


td.expireddate {
	background-color:red !important;
	color:white;
	font-weight:bold;
}

div#membercard {
	text-align: center;
	max-width: 1000px;
	margin-bottom:10px;
}

div#membercard a {
	width:150px;
	
	border: 1px solid grey;
	padding: 5px;
	font-weight: bold;
	background-color: lightSkyBlue;
}


label[for=send_mail_to], #send_mail_to {
	visibility:hidden;
	
}

form#TrainerEditForm #autoCompleteDiv{
    margin-left: 145px;
}
form#TrainerEditForm #autoCompleteValid, form#TrainerEditForm #autoCompleteInvalid {
    margin-left: 245px !important;
}

form#LessonEditForm .checkbox, form#TrainerEditForm .checkbox{
	width:600px !important;
}

form#LessonEditForm label, form#TrainerEditForm label {
	
	float:none;
	margin-left:10px;
}

#chart4_div {
	height:310px;
}


#LessonEditForm div.checkbox, #TrainerEditForm div.checkbox { margin-left: 150px; }

#BillingIndexForm {
    padding-top: 40px;
}

#BillingIndexForm input[type=image] {
	height:42px;
	margin: 50px;
}

table.recipients div.checkbox{
	margin-left: 10px;
	margin-top: -7px;
}

label {
	max-width:none !important;
}

#ContactResetPoints {
    margin-left: 0px;
}

span#supportmail{
    float: right;
    margin-top: -33px;
    margin-right: 10px;
    color: grey;
}

#WorkoutEditForm .checkbox input[type="checkbox"] {
	position: relative !important;
	margin-left: 0px !important;
}

#WorkoutEditForm #contact_id  {
	width:300px;
}

#ContactImportcontact {
	width: 300px;
}

#TemplateImportContact {
	margin-left: 120px;
	margin-top: 50px;
	margin-bottom: 20px;
}

label[for=LessonTrainer] {
    margin-top: 15px;
}

#LessonEditForm div.checkbox:nth-of-type(1) {
	margin-top : -45px;
}

#WorkoutAddcontactForm #autoCompleteInvalid {
	display:none;
}
#WorkoutAddcontactForm #autoCompleteValid, #WorkoutAddcontactForm #autoCompleteInvalid {
    margin-left: 220px !important;
}
	
#WorkoutAddcontactForm #autoCompleteDiv {
    z-index: 100;
}
	
#WorkoutAddcontactForm {
    margin-top: -38px;
}
#WorkoutAddcontactForm  .linefeed{
	display:none;
}
#WorkoutStatus {
    line-height: 33px;
}

#total span {
	margin-left:15px;
}

/* #PaymentIndexForm #PaymentBank, #PaymentIndexForm label[for=PaymentBank] { */
		/* visibility:hidden; */
/* } */

/* #configreset { */
	/* position: absolute; */
	/* top: 65px; */
	/* left: 858px; */
	
	
/* } */
/* #configreset .resetlbl { */
	/* visibility: hidden; */
/* } */
/* #configreset:hover .resetlbl { */
	
	/* visibility: visible; */
/* } */


#perfmode {
    position: absolute;
    right: 10px;
    top: 15px;
}



#cke_MailContent, #cke_MailingtemplateContent, #cke_MailingContent {
	margin-left: 121px;
	margin-top: 5px;
	max-width: 1200px;
}
#cke_1_contents {
	height: 600px!important;
}

#MailingEditForm input[type=checkbox] {
    margin-left: -120px;
    margin-top: 7px;
}


.font-bold {
	font-weight : bold;
}
.bg-red {
	background-color : red;
	padding-left : 5px;
	padding-right : 5px;
}
.font-red {
	color : red;
}
.font-white {
	color : white;
}

#mails-grid.mailing {
	margin-left: 121px;
	width: 850px;
	z-index: 5;
}

#MailingContactStatus {
	position: absolute;
	margin-top: -20px;
	margin-left: 270px;	
}

#MailingcontactAddcontactForm {
	margin-bottom: 20px;
}

#MailingcontactAddcontactForm #autoCompleteDiv {
    z-index: 10;
}


label[for=ContactAcceptDisclaimer] {
    width: 70% !important;
    position: absolute;
    text-align: left !important;
    left: 145px;
	font-weight:bold !important;
}

#ContactDisclaimer {
	width: 100%;
	height: 200px;
	
	margin-top: 20px;
}

#ContactAcceptDisclaimer {
    margin-left: 90px;
	
}

#ContactJoinForm .submit {
    margin-left: -70px;
}


#clubs-list{
    width: 670px;
}

#clubs-list .club{
    width: 200px;
    border: 1px solid grey;
    vertical-align: middle;
    text-align: center;
    float: left;
    margin: 11px;
    padding: 10px;
    font-size: 18px;
	background-color: white;
}

#clubs-list div:hover  {
	color : black;
}



@media screen and (max-width: 600px) {
  .breadcrumb {
    display: none !important;
  }
  #supportmail {
    visibility:hidden !important;
  }
}

.red_text { color: red }
.bold { font-weight:bold; }
	
#show-nolimit {
    margin-top: 3px;
    margin-left: -13px;
}

#charCount {
    margin-top: -30px;
    margin-left: 130px;
    position: absolute;
}

label[for=WorkoutCode], #WorkoutCode {
	color:red;
	font-weight: bold;
}
	
label[for=WorkoutCode] {
	
	line-height: 16px;
	
}




#ContactJoinForm {
	max-width:800px;

}

#ContactJoinForm div:nth-child(6) {
	width:100%;
}

.seminar-registration {
	font-size:20px !important;
	color:darkblue !important;

}


.col-aligncenter {float: none !important; margin: 0 auto !important;}	

.floatright {
	float: right;
}


.logo_excellence img {

	width: 140px;
	margin-top: 30px;
  }