* {
	/* [disabled]padding-top: 42px; */
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

body {
    height: 220vh;
    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;

	
}

/*=========================================================================
// 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: 3px;
    border: 1px solid #e1e1e1;
}

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

.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;
}

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


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

  border-collapse: collapse; 
}

.table1 { 
  width: 95%;
  margin-left: 1cm;;

}

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

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

/* 
 iPads specifically.
*/
/* 
 iPhone specifically.
*/
@media 
only screen and (max-width: 600px)  {
	
	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; 
	}
	
	.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;
	}

 	.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;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	
	
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 6px solid #ccc;
			}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		height: 40px;

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

	}
	
	.table1 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		height: 70px;

	}

		/*
	Label the data
	
		
	*/
	
	
	.table1 td:nth-of-type(1):before { content: "Projekt:"; }
	.table1 td:nth-of-type(2):before { content: "Overskrift:"; }
	.table1 td:nth-of-type(3):before { content: "Beskrivelse:"; }
	.table1 td:nth-of-type(4):before { content: "Type:"; }
	.table1 td:nth-of-type(5):before { content: "Owner:"; }
	.table1 td:nth-of-type(6):before { content: "Done:"; }


	
}
