label {
	display:block;
	min-width: 200px;
	vertical-align:top;
	padding-bottom: 3px;
	position:relative;
	max-width: 100%;
	
}
input[type="text"] {
	width: 300px;
	margin:auto;
	line-height: 1.3em;
	border: 1px solid #CCC;
	height:2em;
	font-size: 1.25em;
	color: black;
}

input[type="radio"] {
	margin-right: 10px;
	margin-bottom: 8px;
}
input[type="checkbox"] {
	margin-right: 10px;
	margin-bottom: 8px;
}
.radioText {
	margin-right: 12px;	
}
textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #CCC;
	font-size: 1.25em;
}

select {
	width: 300px;
	
}
/* Rad är en div som holler label, textfält och hint*/
.rad {
	padding: 8px 10px 10px 10px;
	margin-top: 3px;
	
}
/* Hint är tips om fältet som kommer efter */
.hint {
	font-style:italic;
	float: right;
	display: none;
	width:230px;
}

p {
	
}
#site {
	width:600px;
}

/*#head {
	background:url(images/form_top.jpg);
	color:#FFFFFF;
	height:37px;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding:38px 0 0 0;
	margin-bottom:0px;
}

#content {
	background:url(images/form_bg.jpg);
}

#footer {
	background:url(images/form_foot.jpg);
	height:81px;
}*/

#form {
	padding: 0px;
}
#posttext {
	margin-top: 15px;
}

#pretext, #posttext, .submittext {
	
}


.visible {
	display:inherit;
}

.invisible {
	display:none;
}

.mandatory {
	color:#FF0000;
	font-size: 1.5em;
}
.center {
	margin:auto;
}
.clr {
	clear: both;
	height:0px;
}
.login {
	padding: 20px;
	width: 500px;
}

/* formHolder css focused osv */
.formHolder{}
    
    .formHolder legend{ font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
  
    .formHolder .rad{}
    .formHolder .rad.focused{ /* background: #fffcdf; */ }
    
    .formHolder .inlineLabels .noLabel{}
    
    .formHolder .buttonHolder{ background: #efefef; text-align: right; margin: 1.5em 0 0 0; padding: 1.5em;
                            /* CSS3 */
                            border-radius:         4px;
                            -webkit-border-radius: 4px;
                            -moz-border-radius:    4px;
                            -o-border-radius:      4px;
                            -khtml-border-radius:  4px;
                          }
      .formHolder .buttonHolder .primaryAction{ padding: 10px 22px; line-height: 1;border: 1px solid #163362; font-size: 12px; font-weight: bold; color: #fff;
                                             /* CSS3 */
                                             border-radius:         4px;
                                             -webkit-border-radius: 4px;
                                             -moz-border-radius:    4px;
                                             -o-border-radius:      4px;
                                             -khtml-border-radius:  4px;
                                             box-shadow: 1px 1px 0 #fff;
                                             -webkit-box-shadow: 1px 1px 0 #fff;
                                             -moz-box-shadow: 1px 1px 0 #fff;
                                             text-shadow: -1px -1px 0 rgba(0,0,0,.25);
                                           }
      .formHolder .buttonHolder .primaryAction:active{ position: relative; top: 1px; }
      .formHolder .secondaryAction            { text-align: left; }
      .formHolder button.secondaryAction      { background: transparent; border: none; color: #777; margin: 1.25em 0 0 0; padding: 0; }

      .formHolder .textInput,
      .formHolder select      {}
      .formHolder .fileUpload {}
      
      .formHolder ul{}
        .formHolder li{}
          .formHolder ul li label{ font-size: .85em; }
            
            .formHolder .small {}
            .formHolder .medium{}
            .formHolder .large {} /* Large is default and should match the value you set for .textInput, textarea or select */
            .formHolder .auto  {}
            .formHolder .small,
            .formHolder .medium,
            .formHolder .auto{}
      
      /* Get rid of the 'glow' effect in WebKit, optional */
      .formHolder .rad .textInput:focus,
      .formHolder .rad textarea:focus{ outline: none; }
      .formHolder .rad.focused .formHint{ color: #333; }
	  
	  /* Felhantering */
.formHolder .rad.error,
  .formHolder .rad.focused.error{ background: rgba(144,144,144,0.5); border: 1px solid #f3afb5;
                                      /* CSS3 */
                                      border-radius:         4px;
                                      -webkit-border-radius: 4px;
                                      -moz-border-radius:    4px;
                                      -o-border-radius:      4px;
                                      -khtml-border-radius:  4px;
                                    }
    .formHolder .rad.error input.error,
    .formHolder .rad.error select.error,
    .formHolder .rad.error textarea.error{ color: #af4c4c;}
	
	/* Error message at the top of the form */
  .signupform #errorMsg{
	border: 1px solid #ff0000;
	padding: 0 1.5em;
	/* CSS3 */
                      border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-o-border-radius:      4px;
	-khtml-border-radius:  4px;
	background-image: url(images/exclamation.png);
	background-repeat: no-repeat;
	min-height: 32px;
	background-color: rgba(144,144,144,0.5);
	background-position: 10px 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 52px;
                    }
    .signupform #errorMsg p{
		color: #000;
		font-size: 1.5em;
		font-weight: 700;
		
		
		} /* Feel free to use a heading level suitable to your page structure */
    .signupform #errorMsg ol{ margin: 0 0 1.5em 0; padding: 0; }
      .signupform #errorMsg ol li{ margin: 0 0 3px 1.5em; padding: 7px; background: rgba(144,144,144,0.5); position: relative; font-size: .85em;
                                /* CSS3 */
                                border-radius:         4px;
                                -webkit-border-radius: 4px;
                                -moz-border-radius:    4px;
                                -o-border-radius:      4px;
                                -khtml-border-radius:  4px;
                              }
  
  .signupform .rad.error,
  .signupform .rad.focused.error{ background: background-color: rgba(144,144,144,0.5); border: 1px solid #ff0000;
                                      /* CSS3 */
                                      border-radius:         4px;
                                      -webkit-border-radius: 4px;
                                      -moz-border-radius:    4px;
                                      -o-border-radius:      4px;
                                      -khtml-border-radius:  4px;
                                    }
/* BUTTONS 

button[type="submit"] {
	background: none;
	border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
}*/
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#3DBABD;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
}

.buttons button{
    width:auto;
    overflow:visible;
}

.buttons button[type]{
    padding:10px 15px 10px 12px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* BOTTOM TOOLBAR */
#bottomToolbar {
	position: fixed;
	bottom: 0px;
	right:30px;
	height: 30px;
	padding: 0px 10px;
	display:inline-block;
	border: 1px #222 solid;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color:#666;
	color: #fff;
	line-height: 30px;
}
#bottomToolbar p {
	display:inline;
	color: #fff;
}
#bottomToolbar a {
	text-decoration: underline;
	color: #fff;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

