* {
	/* [disabled]padding-top: 42px; */
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('');
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('');
    background-size: cover;
}

/** ERRORS **/
.errors_message {
    padding-bottom: 30px;
    color: #F22613;
}

h3 {
	
	text-align: center;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;

	
}

h4 {
	
	text-align: left;
    margin-left:  10px;
    margin-bottom: 10px;

	
}
.container {
	width: 98%;
}

.container {
	overflow: auto;
	
}

/*=========================================================================
// Header
===========================================================================*/

header .top-bar{
    padding: 30px 0;
    background: #333333;
    border-bottom: 1px solid #ffffff;
}
header .top-bar .social .social-icon{
    display: inline-block;
}
header .top-bar .social .social-icon a{
    display: inline-block;
    color: #ffffff;
}
header .top-bar .social .social-icon a i{
    width:32px;
    height: 32px;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
}
header .top-bar .social .social-icon a:hover i{
    background: #ffffff;
}

header .social i {
    color: #fff;
}

header .top-bar .links{
    margin: 0px 0 0 0;
}
header .top-bar .links a{
    text-decoration: none;
    color: #696969;
    margin: 0 5px;
}

header .top-bar .links a:hover{
    color: #ffffff;
}

/** top nav knapper **/
header .nav_button {
    width: 100px;
    height: 35px;
    background: rgb(125, 182, 216);
    border: 2px;
    -webkit-border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
            border-radius: 6px 6px 6px 6px;
            
}

header .main_button {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 2px 4px;
    background: #98cff9;
    text-transform: uppercase;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
}

header .main_button:hover {
    border: 1px solid #ffffff;
    background: #ffda91;
    color: #fff !important;
}

header .color {
    color: #f8f8f8;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 16px;
}

/** LOGIN PAGE **/
/* USER FORM */
#formSubmit{
    padding: 50px 0 70px 0;
   
}
#formSubmit .user-form{
	
    padding: 5px;
    border: 1px solid #9d9d9d;
    text-align: center;
   
    
    
    
}
#formSubmit .user-form .user-form-set{
    background: #f8f8f8;
    padding: 40px 18px;
     width: 100%;
    
}
#formSubmit .user-form .user-form-set h4{
    margin: 0 0 30px 0;
}
#formSubmit .user-form .user-form-set .form-input{
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}
#formSubmit .user-form .user-form-set .form-input input{
    background: #ffffff;
    width: 100%;
    height: 48px;
    border-radius: 0;
    border: 1px solid transparent;
    color: #c8c8c8;
    padding: 0 0 0 50px;
    box-shadow: none;
    -webkit-transition: border 0.6s;
    transition: border 0.6s;
}
#formSubmit .user-form .user-form-set .form-input textarea{
    background: #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 0;
    border: 1px solid transparent;
    color: #c8c8c8;
    padding: 0 0 0 50px;
    box-shadow: none;
    -webkit-transition: border 0.6s;
    transition: border 0.6s;
}
#formSubmit .user-form .user-form-set .form-note textarea {
    background: #ffffff;
    width: 100%;
    height: 150px;
    border-radius: 0;
    border: 1px solid transparent;
    color: #000000;
    padding: 0 0 0 50px;
    box-shadow: none;
    -webkit-transition: border 0.6s;
    transition: border 0.6s;
}



.form-control-feedback {
    color: #C8C8C8;
    left: 8px;
    top: 15px;
    font-size: 16px;
}

#formSubmit label {
    font-weight: 400 !important;
    margin: 0px 10px 0px 0px !important;
    color: #C8C8C8;
}

#formSubmit .user-form .user-form-set .form-input input[type="checkbox"]{
    width: auto !important;
    height: auto !important;
}
#formSubmit .user-form .user-form-set p{
    color: #888888;
}
#formSubmit .user-form .user-form-set .form-input input[type="submit"]{
    padding: 0 !important;
    background: #98cff9;
    color: #ffffff;
    margin-bottom: 15px;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
}

#formSubmit .user-form .user-form-set .form-input input[type="submit"]:hover {
    background: #ffda91;
}

#formSubmit .user-form .user-form-set .form-input span{
    display: inline-block;
    margin: 0 15px 0 0;
}
#formSubmit .user-form .user-form-set .form-input p a{
    color: #888;
    text-decoration: none;
    margin-bottom: 40px;
    display: inline-block;
}

#formSubmit .user-form .user-form-set .form-input p a:hover{
    color: #98cff9;
}
#formSubmit .user-form .user-form-set .social-login{
    margin-bottom: 20px;
}
#formSubmit .user-form .user-form-set .social-accounts a{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

#formSubmit .user-form .user-form-set .form-input input:focus {
    color: #555;
}

#formSubmit .user-form .user-form-set .social-accounts a:hover {
    opacity: 1;
}
#formSubmit .user-form .user-form-set .social-accounts a:nth-of-type(1){
    background: #3c599b;
}
#formSubmit .user-form .user-form-set .social-accounts a:nth-of-type(2){
    background: #5ea9dd;
}
#formSubmit .user-form .user-form-set .social-accounts a:nth-of-type(3){
    background: #d95232;
}
#formSubmit .user-form .user-form-set .social-accounts a i{
    color: #ffffff;
    font-size: 18px;
    padding: 7px 0 0 0;
}

/* LOGIN */
#formSubmit .col {
    color: #A0CE4E;
    text-decoration: none !important;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
}

#formSubmit .col:hover {
    color: #acde54;
}

.recover input {
    box-shadow: 0 !important;
    border-radius: 0;
}

.fully {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Dosis', sans-serif;
    background-color:  #a0ce4e;
    color: #fff;
    border: 1px solid #acde54;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

.fully:hover {
    background-color: #acde54;
    color: #fff;
    text-decoration: none;
}

/** INDEX **/
.main-text {
    text-transform: uppercase;
}

.hero-text-box {
    position: absolute;
    width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 250%);
    transform: translate(-50%, 250%);
}

.main-text h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 6px;
}

.main-text h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}

/** login logo farve **/
.main-text i {
    color: #98cff9; 
}

/** ADMIN **/
.pagrindinis {
    margin-top: 30px;
    width: 100%;
    padding: 2px;
    border: 1px solid #e1e1e1;
}

.vidinis {
    background-color: #fff;
    color: #555;
    padding: 2px;
}

.vidinis h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

/** knappe i new todo, recover, edit user **/
.site_button {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 2px 4px;
    background: #98cff9;
    text-transform: uppercase;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
}

.site_button:hover {
    border: 1px solid #ffffff;
    background: #ffda91;
    color: #fff !important;
}

/** knap i tabel **/
 .row_button {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 2px 4px;
    background: #98cff9;
    text-transform: uppercase;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
    float: left; margin-left: 2px;
	}

.row_button:hover {
    border: 1px solid #ffffff;
    background: #ffda91;
    color: #fff !important;
}

div.button {
    padding: 25px 50px 25px 100px;
}

textarea {
    width: 80%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

/*=========================================================================
// Tabel styling
===========================================================================*/


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%;

  border-collapse: collapse; 
}



th { 
  background: #98cff9; 
  color: white; 
  font-weight: bold; 
   
}



td, th { 
  padding: 3px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 25px;
/*     height: 300px; /* Should be removed. Only for demonstration */ */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

p::first-letter {
  font-weight: bold;
  
}

/*=========================================================================
// Style the tab
===========================================================================*/


.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}



/* 
 iPads specifically.
*/
/* 
 iPhone specifically.
*/


@media 
only screen and (max-width: 700px)  {
	
	div.button {
    padding: 15px 1px 100px;
	}
	/* header boutten designe */
	header .top-bar{
    padding: 20px 0;
    background: #333333;
    border-bottom: 1px solid #ffffff;
    
	}

	header .main_button {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 2px 4px;
    background: #98cff9;
    text-transform: uppercase;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
    float: left; margin-left: 30px;
	}
	
	/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			text-align: left;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
	
		td:nth-of-type(1):before { content: "Reportdato:"; }
		td:nth-of-type(2):before { content: "Flytningsdato:"; }
		td:nth-of-type(3):before { content: "Udlejer:"; }
		td:nth-of-type(4):before { content: "Lejer:"; }
		td:nth-of-type(5):before { content: "Lejemålnr:"; }
		td:nth-of-type(6):before { content: "Ny Adr:"; }
		td:nth-of-type(7):before { content: "Reportlavet:"; }
		td:nth-of-type(8):before { content: "Udfyld:"; }
		td:nth-of-type(9):before { content: "Slet:"; }
		
	}


/*=========================================================================
// Style the signature
===========================================================================*/

.pad_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50vh;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  padding: 32px 16px;
 
  font-family: Helvetica, Sans-Serif;
}
.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 260px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;
}

.signature-pad--body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

