/* start generic-styling */
body {
	color: #424242;
	background-color: #EEEEEE;
	font-family: arial, helvetica, geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	font-size: 14px;
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0;
	border: 0;
}

dl {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	border: 0;
	line-height:16px;
    display: block;
}

dt {
	font-size: 12px;
	margin-top: 1px;
	margin-left:0px;
	margin-bottom:0px;
   line-height: 16px !important;
    display: block;
}
dd {
	margin-left:0px;
    display: block;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
}

li {
}

a {
    display: inline-block;
}

a:link, a:visited, a:active, a:hover {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #006600;
	text-decoration: none;
}

button 
{
    font-family: arial, helvetica, geneva, sans-serif;
	cursor: pointer;
	height: 30px;
	font-size: 16px;
    -webkit-appearance: none;
    background: #d1d1d1;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}

button:hover {
    cursor: pointer;
}

#savebutton 
{
font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	color: #fff;
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 7px;
}

h2 {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}

h3 {
	color: #fff;
	font-size: 18px;
    line-height: 33px;
}

h4 {
	color: #8e9086;
	font-size: 18px;
	line-height: 24px;
}

h5 {
	color: #8E9086;
	font-size: 12px;
	line-height: 22px;
}

h6 {
	color: #535353;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f1f2ed;
}

label, input {
	line-height: 14px;
}

label {
    display: block;
	font-size: 14px;
    line-height: 16px;
    color: #424242;
}

input.text, input[type=text], input[type=password] {
    height: 18px;
}

input.text, input[type=text], input[type=password], textarea {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
    padding: 5px;
    border: 1px solid #424242;
    color: #424242;
}

select {
	border: 1px solid #9faa21;
	color: #666;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

textarea {
	width: 300px;
	margin-bottom: 10px;
}

br {
	clear: both; /* to clear input element float */
}

/* end generic-styling */

/* start class-styling */

.button {
    cursor:pointer;
}

.nohoverline:link, .nohoverline:visited, .nohoverline:active, .nohoverline:hover {
	text-decoration: none;
}

.link_button:link, .link_button:visited, .link_button:active, .link_button:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.link_formdesc:link, .link_formdesc:visited, .link_formdesc:active, .link_formdesc:hover {
	color: #999;
	text-decoration: none;
}

.link_formdesc2:link, .link_formdesc2:visited, .link_formdesc2:active, .link_formdesc2:hover {
	color: #535353;
	text-decoration: none;
}

.wrapper_boxwide {
    margin: auto;
	width: 494px;
	padding-top: 0;
}

.header_boxwide {
	height: 33px;
}

.content_boxwide_small { /* do DOM height? */
}

.content_boxwide_medium { /* do DOM height? */
	height: 295px;
}

.content_boxwide_large { /* do DOM height? */
	height: 405px;
}

.footer_boxwide {
	height: 22px;
    background-color: #FFFFFF;
}

.bg_boxwide {
    background-color: #FFFFFF;
}

.wrapper_buttons_maxalign {
	padding-top: 10px;
}

.buttons_maxalign {
	width: 472px;
	text-align: right;
	padding-top: 10px;
	height:25px;
}

.buttonsline {
	border-bottom: 1px solid #d6d6cf;
	margin-left: 4px;
	margin-right: 4px;
}

.alignment_boxwide_buttons {
	padding-left: 21px;
	padding-right: 21px;
}

.wrapper_buttons {
	padding-top: 10px;
}

.buttons {
	width: 464px;
	text-align: right;
	border-top: 1px solid #d6d6cf;
	padding-top: 10px;
}

.alignment_boxwide_content {
	padding-left: 0;
	padding-right: 0;
	float: left;
    width: 100%;
}

.wrapper_boxnarrow {
	float: left;
	width: 234px;
	padding-top: 30px;
}

.content_boxnarrow_small { /* do DOM height? */
	height: 250px;
}

.content_boxnarrow_medium { /* do DOM height? */
	height: 340px;
}

.content_boxnarrow_large { /* do DOM height? */
	height: 450px;
}

.alignment_boxnarrow_content {
	padding-left: 25px;
	padding-right: 25px;
}

.inputmedium {
	width: 276px;
}

.inputshort {
	width: 100px;
}

.twolinelabel {
	margin-top: 6px;
}

.wrapper_banner468x60 {
	float: left;
	height: 80px;
    width: 494px;
    background-color: #ffffff;
    margin-top: 16px;
}

.banner468x60 {
	padding-left: 13px;
	padding-top: 10px;
}

.infotext {
	color: #C23848;
}

.redtext {
	color: #ff0000;
}

.progressbar {
	margin-bottom: 5px;
}

.textinform {
	margin-top: -12px;
	padding-top: 12px;
}

.label_short {
	width: 45px;
}

.label_medium {
	width: 60px;
}

.label_long {
	width: 110px;
}
.label_long2 {
	width: 130px !important;
}
.label_ultralong {
	width: 250px;
}
.label_megalong {
	width: 500px;
    display: inline-block;
}
.label_megalong2 {
	width: 95%;
}

.radiobtn, .chkbox {
	margin: 0;
	border: 0;
	padding: 0;
	color: #9faa21;
	cursor: pointer;  
}

.checkboxlabel {
    cursor: pointer;
}

input[type="radio"]
{
    display:inline-block;
    margin-top: 0;
    cursor:pointer;    
}

input[type=checkbox],
input[type=radio]{
  margin  : 0;
  padding : 0;
  vertical-align: text-bottom;
  height: 14px;
}

input[type=checkbox] + label{
  display      : inline-block;
}

input[type=radio] + label{
  display      : inline-block;
}

.radiobtn {
	margin-top: 1px;
    
}

.radiotext {
	cursor: pointer;
    width: 60px;
}

.btn_left {
	float: left;
	width: 85px;
	height: 24px;
}

.btn_right {
	float: right;
	width: 85px;
	height: 24px;
}

.vbtnalign {
	padding-bottom: 5px;
}

.header_boxwide_text {
	float: left;
	width: 494px;
	text-align:left;
}

.header_title_box {
    float: left;
    max-width: 388px;
    padding-left: 13px;
}

.header_boxwide_steps {
	float:right;
	color:White;
	text-align:right;
    background-color: #d1d1d1;
    font-size: 16px;
    line-height: 33px;
}

.header_boxwide_steps a {
    color: #424242;
    text-decoration: none;
}

.wrapper_hline {
	padding-top: 10px;
}

.hline {
	width: 95%;
	border-top: 1px solid #eaeae7;
	height: 10px;
}

.notepadline {
	border-bottom: 1px solid #eaeae7;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contentscroll_small {
	overflow: auto;
	width: 464px;
	height: 160px;
}

.contentscroll {
	overflow:auto;
	width: 464px;
	height: 400px;
}

.behandling {
	padding-bottom:5px;
}


.chooseEmployeeTable {
    width: 464px;
}

.chooseEmployeeTable th {
    font-weight: normal;
}

.chooseEmployeeTable a {
    text-align: center;
}

.chooseEmployeeButton {
    margin: 4px;
}


.kalendertable {
	/*
width:464px;
	*/
	text-align: center;
    background-color: #FAFAFA;
}

.kalendertable td {
	width: 48px;
}

.kalendertable th {
	width: 48px !important;
	background-color: #FAFAFA;
	font-weight: normal;
    height: 28px;
    vertical-align: top;
}

.kalendertable col.pyjamasbg {
	background-color: #EEEEEE;
}

.chooseschedule table:not(:last-child) {
     margin-bottom: 18px;
}

.thpyjamasbg {
	background-color: #EEEEEE !important;
}

.employeeque 
{
	text-align: left;
}

.employeeclm 
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: top;
}

.employeeclm IMG {
	margin-bottom:6px;
	width:71px;
	height:89px;
}

.employeenamecell {
	padding-left: 10px;
	text-align: left;
    font-size: 14px;
    vertical-align: top;
}

.employeenamecell .imgContainer {
    width: 115px;
}

.employeenamecell img {
    max-width: 115px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.employeeborder {
	border-right: 1px solid #fff;
}

.removebottomspace {
	padding-bottom: 3px;
	margin-bottom: 0;
}

.valign_pinkode {
	padding-top: 20px;
}

.fontnormal {
	font-weight: normal;
}
.infobox {
	font-size: 14px;
	color: #333333;
	margin-top: 1px;
	margin-bottom:5px;
    line-height: 13px !important;
}
.treatmentDescription{
margin-left: 22px;
}

.addOnDescription{
margin-left: 24px;
}

.twochoices {
	border: 0;
	padding: 0;
	margin-right: 5px;
}

.nospacing {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.labelalignwheninput {
    width: 145px;
    float: left;
    padding-top: 7px;
    padding-bottom: 17px;
}

.checkboxalign {
	margin-top: 2px;
}
/* end class-styling */

/* start div-styling */
#page {
	background-color: #EEEEEE;
}

#wrapper_top {
	background-color: #009966;
	border-bottom: 1px solid #fff;
	padding-top: 20px;
}

#top { /* bmh */
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 55px;
}

#company {
	min-width: 494px;
    margin: auto;
    text-align: center;
}

#copyright {
	width: 494px;
	text-align: right;
	text-decoration: none;
    color: #858585;
}

#copyright a {
    color: #858585;
}

#headerContainer {
    background-color: #009966;
}

#pagebottom {
    padding-top: 5px;
	width: 494px;
    margin: auto;
}

#guidetext {
	border: 0;
	margin: 0;
	padding-left: 1px;
}

#guide_behandling1, #guide_behandling2, #guide_behandling3, #guide_behandling4, #guide_behandling5 {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 211px;
	left: 559px;
	width: 184px;
	background-color: #fff;
}

#kalendernavigation, #kalendernavigation2 {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

#kalendernavigation {
    height: 39px;
}

#kalendernavigation2 {
    display: block;
    height: 35px;
    margin-top: 10px;
}

#employeetext {
	visibility: hidden;
}

.TocDiv{
    width:140px;
    float:left;
    font-size:12px;
    font-weight:bold;
    height:100%;
    color: Red;
}

.errorDiv{
    color: #fc6404;
    display: none;
    margin-left: 140px;
    margin-bottom: 10px;
}

label p{
    display: block;
}
/* end div-styling */

.treatmentGenderDiv {
    margin: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

.treatmentCategory 
{
    color: #444444;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 0px;
    font-weight: bold;
}

.pricelist dt:first-child {
    margin-top: 16px;
}

.treatmentListLink 
{
    text-decoration: none !important;
    cursor: default;
}

#opacityBox 
{
    background: #FFFFFF;
    z-index: 50;
    height: 700px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: alpha(opacity=50);
    -moz-opacity:.50;
}

#verifyBox
{
    z-index: 150;
    background: #FFFFFF;
    width: 250px;
    height: 155px;
    position: absolute;
    left: 100px;
    top: 200px;
    border: 2px solid #000000;
    padding: 10px;
    display: block;
}

#mobileVersion {
    line-height: 100px;
    text-align: center;
    display: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 48px;
    color: #dadada;
    background: #7a7a7a;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
     #mobileVersion {
        line-height: 80px;
        text-align: center;
        display: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 50px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
    #mobileVersion {
        line-height: 36px;
        text-align: center;
        display: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
    }
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    #mobileVersion {
        line-height: 80px;
        text-align: center;
        display: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 40px;
    }
}