html,body {
    margin: 0px;
    height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #EAEAEA;
	font-size: 12px;
}


h2 {
    font-size: 18px;
    line-height: 24px;
    padding: 4px 15px 4px 0;
}

p {
    margin: 6px 0 6px 0;
    line-height: 1.2em;
}

a, a:active, a:visited {
    color: #446688;
    font-weight: bold;
}


ul.tab-handles {
    margin: 0;
    margin-top: 16px;
    padding: 0;
}

ul.tab-handles li {
    list-style: none;
	float: left;
	margin-right: 16px;
}

.lafs-button,
a.lafs-button,
ul.tab-handles li a {
	display: inline-block;
	background-color: #a0c4d0;
	color: white;
    text-transform: uppercase;
    padding: 0 27px 0 27px;
    line-height: 38px;
    text-decoration: none;
    font-size: 14px;
	font-weight: bold;
}


.edit-header {
    color: white;
    background-color: #60b4cf;
    float: left;
    font-size: 18px;
    padding: 11px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 16px;
    margin-top: 25px;
}


.lafs-button.active,
ul.tab-handles li a.active {
	background-color: #60b4cf;
}

.lafs-button,
a.lafs-button {
	background-color: #60b4cf;
}

.lafs-button:hover,
a.lafs-button:hover {
	background-color: #a0c4d0;
}

.content-section {
    width: 996px;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
}

h1, h2 {
    color: #464646;
    font-size: 23px;
    line-height: 29px;
    padding: 4px 15px 4px 0;
    font-weight: normal;
    margin: 0;
    text-shadow: 0 1px 0 #FFFFFF;    
}


.customer-number {
    color: #60b4cf;
    font-size: 15px;
    font-weight: bold
}

.preserve-linebreaks {
    white-space: pre-wrap;
}

/*
	LOGIN & SEND PASSWORD
*/
.login-box, .send-password-box {
    width: 300px;
    height: 126px;
    position: absolute;
    margin:auto;
    left: 0; right: 0;
    top: 80px;
}

/*
	SEND PASSWORD
*/
.send-password-box p {
    margin-bottom: 8px;
}
.send-password-box #email {
    margin-left:10px;
    width: 242px;
}

.send-password-box input[type="submit"] {
    margin-top: 8px;
    float:right;
}

/*
	LOGIN
*/


.login-box input, .login-box label, .login-box .forgot-password {
    position: absolute;
}

.login-box #email, .login-box #password {
    left: 80px;
    width: 210px;
}

.login-box label{
    left: 0px;
    width: 80px;
    line-height: 27px;
}

.login-box #email, .login-box label[for="email"]  {
    top: 40px;
}
.login-box #password, .login-box label[for="password"] {
    top: 70px;
}


.login-box .forgot-password {
    left:0;
    bottom: 5px;
}
.login-box input[type="submit"] {
    right:0;
    bottom: 0;
}
/*
	VIEW ONLY FIELDS STUFF
*/
.fields-container .label {
    font-weight: bold;
}

.fields-container .field {
    font-size: 15px;
}

.horizontal-delimiter {
    background-color: #C6C6C6;
    height: 1px;
    margin: 16px 0 16px 0;
}

/*
	CONTACTINFO STUFF
*/
.section-container {
    position: relative;
    background-color: white;
    padding: 15px;
    border: 1px solid #cccccc; 
    display:none;
    margin-bottom: 10px;
}
.section-container.active {
    display: block;
}

.section-container .row-address {
    margin-top:1px;
    margin-bottom:10px;
}

.section-container .image {
    border: solid 1px #C6C6C6;
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.section-container .image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
    margin: auto;
}

.section-container .image .upload-picture {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px;
    background: #E6E6E6;
}


.section-container .image .no-image {
    width: 180px;
    height: 180px;
    background: #969696;
}

.section-container .image, .section-container .fields-container, .section-container .column {
    float: left;
}

.section-container .column-2x, .section-container .column-4x, .section-container .column-1x {
    margin-top: 16px;
    margin-right: 16px;   
}
.section-container .column-1x {
    width: 996px;
}
.section-container .column-2x {
    width: 482px;
}

.section-container .column-4x {
    width: 233px;
}


.section-container .fields-container {
    margin-left: 28px;
    height: 100%;
}

.section-showroom-outline, .section-showroom-fakro {
    margin-top: 20px;   
}


.section-showroom-fakro {
    margin-bottom: 15px;    
}

.section-showroom-outline .products-container {
    float: left;
}


/*
.section-showroom-outline .product-selector {
    width: 388px;
}
*/

.products-container-fakro {
    margin-left: 16px;
}



.table-edit th {
    text-align: left;
    width:200px;
    font-weight: normal;
    vertical-align: top;
}

.table-edit td,.table-edit th {
    line-height: 20px;
    margin-bottom: 9px;
    padding: 8px 10px;
    vertical-align: top;
}

.table-edit tfoot td {
    text-align: right;
}
textarea, input {
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    padding: 3px;
    
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

.section-contactinfo-edit table {
    width: 100%;
}

.section-contactinfo-edit input[type="text"], 
.section-contactinfo-edit textarea {
    padding: 10px;
    width: 280px;
}

.section-contactinfo-edit #showroomDescription {
    width: 600px;    
}


.button-primary {
    border-color: #298CBA;
    color: #FFFFFF;
    font-weight: bold;
    -moz-box-sizing: content-box;
    border-radius: 11px 11px 11px 11px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 13px;
    padding: 3px 8px;
    text-decoration: none;
}

.header-nav {
    margin-top: 10px;
    margin-bottom: 20px;
}

.header-nav a {
    margin-bottom: 10px;
    margin-right: 10px;
}

.list-button:visited {
    color: white;
}

.list-button:hover {
    background-color: #60b4cf;
    color: white;
}
.list-button {
    font-size: 10px;
    line-height: 22px;    
}
.standard-button, .list-button {
    background-color: #bfbfbf;
    cursor: pointer;
    margin-left: 2px;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border: 0px;
    color: white;    
    text-decoration: none;
    text-align: center;
}


.gps-cords u {
    font-weight: bold;    
}
.gps-cords > div {
    float: left;
}

.gps-cords > .standard-button {
    float: right;
}


.standard-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.section-contactinfo-edit .standard-button {
    width: auto;
    line-height: 120%;
    padding: 8px;
}

.standard-button {
    font-size: 11px;
    padding: 5px;
    background-color: #60B4CF;
}

.list-button:last-of-type {
    
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list-button:first-of-type {
            
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;    
}

.list-table {
    text-align: left;
    background-color: white;
    font-size: 13px;
    width: 100%;
}

.list-table tr.title td {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 40px;
    color: white;
    background-color: #54b3d0;
    text-transform: uppercase;
}

.list-table td, .list-table th {
    padding: 0px;
    line-height: 34px;
    padding-left: 25px;
    border: 1px solid #cccccc;
}
.list-table th {
    text-transform: uppercase;
    font-weight: normal;
}

.list-table .col1 > div {
    position:relative;
}
.list-table .col1 {
    width: 430px;
}

.list-table .col2 {
    width: 330px;
}

.list-table td {
    position: relative;    
}

.list-table .row1 td {
    border-top: 0px;
}

.alternate:hover {
    background-color: #eff7fa;
    font-weight: bold;
}

.alternate .row-actions {
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 0px;
    visibility: hidden;
}

.alternate:hover .row-actions {
    visibility: visible;
}
.list-table.linked-af tr .marker {
	visibility: hidden;
}
.list-table.linked-af tr.enabled .marker {
	visibility: visible;
}

.list-table.linked-af .list-button.unlink,
.list-table.linked-af tr.enabled .list-button.link {
	display: none;
}

.list-table.linked-af tr.enabled .list-button.unlink,
.list-table.linked-af .list-button.link {
	display: inline;
}

.headerLogo {
    float: right;
}

.header {
    margin-top: 35px;
}

.headerText {
    font-size: 41px;
    font-weight: bold;
    line-height: 57px;
    color: #6c6c6c;
    float: left;
    text-transform: uppercase;
    letter-spacing: -3px;
}

#contact-container {
    width:570px;
    float:left;   
}
#map-container {
    float: left;
    width: 390px;
}
    
#map_canvas {
    width: 100%;
    height: 708px;
}

.select2-container {
    width: 350px;
}


/*
.section-contactinfo-edit .red-button {
    width: auto;
    margin-top: 23px;
    margin-right: -15px;    
}


.edit-header, 
.red-button {
    color: white;
    background-color: #60b4cf;
    float: left;
    font-size: 18px;
    padding: 11px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 16px;
}
*/

.lafs-button.right {
    float: right;
}

.edit-header {
    margin-top: 25px;   
}


a.lafs-button.red-button,
.red-button {
    border-radius: 0;
    background-color: #d8352c;
}


a.lafs-button.red-button:hover,
.red-button:hover {
    background-color: #ff7a7a;
}

.button-save {
    display: none;
}

form.modified .button-save {
    display: inline-block;
}

.labelItalic {
    color: #838383;
    margin-left: 20px;
    float: right;    
}

.column-1, .column-2, .column-3 {
    float: left;
}

.section-container .column-1 {
    width: 350px;
}

.product-selector {
    width: 390px; 
}


.section-container .column-2 {
    width: 390px;
    margin-right: 25px;
}

.section-container .column-3 {
    width: 190px;
}

.section-installation-edit table, .section-user-edit table {
	width: 100%;
}
.section-installation-edit td, .section-user-edit td {
	width: 50%;
}
.section-installation-edit input[type=text],
.section-installation-edit input[type=password],
.section-installation-edit textarea, 
.section-user-edit input[type=text],
.section-user-edit input[type=password],
.section-user-edit textarea {
	width: 100%;
}
.section-installation-edit input[name=name] {
	width: 316px;
}
.section-installation-edit textarea[name=hostnames] {
	height: 158px;
}


.add-new input[type="text"],
.section-contactinfo textarea,
.section-contactinfo input[type="text"], 
.section-lead-edit textarea,
.section-lead-edit input[type="text"] {
    width: 240px;
}

.gps-cords table input[type="text"],
.gps-cords table {
	width: 100%;
} 



.retailer-report.table {
    margin-top: 10px;
}

.retailer-report th {
    font-size: 14px;
    text-align: left;
}
.retailer-report td {
    font-size: 14px;
}

.retailer-report td a {
    text-decoration: none;
    margin-left: 10px;
}