* {
	/* [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;
}

header .main_button {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 8px 12px;
    background: #a0ce4e;
    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: #ffffff;
    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: #a0ce4e;
    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: #acde54;
}

#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: #a0ce4e;
}
#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;
}

.main-text i {
    color: #A0CE4E;
}

/** 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;
}


.site_button {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 8px 12px;
    background: #a0ce4e;
    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: #a0ce4e;
    color: #fff !important;
}


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

.cases-links h2 {
  padding-top: 20px;
}

.cases-links h2 {
  font-family: arial;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.cases-links .gallery-container {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.cases-links .gallery-bgSizeCover {
  background-size: cover;
  width: 160px;
  height: 160px;
  border: 2px solid;
  resize: both;
  overflow: scroll;
}

.cases-links .gallery-container a {
  width: 23%;
  text-decoration: none;
  margin-right: 2%;
}

.cases-links .gallery-container a div {
  width: 100%;
  height: 200px;
}

.cases-links .gallery-container a h3 {
  font-family: arial;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 6px 0;
}

.cases-links .gallery-container a p {
  font-family: arial;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  padding-bottom: 10px;
}

/* Gallery form */

.gallery-upload {
  width: 100%;
  background-color: #eee;
  padding: 30px 0;
}

.gallery-upload form {
  margin: 0 auto;
  width: 40%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-upload form input {
  width: 80%;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.gallery-upload form button {
  width: 40%;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 10px;
  background-color: #40A9F5;
  border: none;
  color: #fff;
}

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


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

  border-collapse: collapse;
}

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: 4px 8px;
    background: #a0ce4e;
    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: 4px 8px;
    background: #a0ce4e;
    text-transform: uppercase;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
    float: left; margin-left: 10px;
	}

	.site_button:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
    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;


	}

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

	}

		/*
	Label the data


	*/


	.table1 td:nth-of-type(1):before { content: "Date."; }
	.table1 td:nth-of-type(2):before { content: "Order Nr."; }
	.table1 td:nth-of-type(3):before { content: "Kunde Navn."; }
	.table1 td:nth-of-type(4):before { content: "Adresse."; }
	.table1 td:nth-of-type(5):before { content: "Post Nr / By."; }
	.table1 td:nth-of-type(6):before { content: "Tlf. Nummer."; }
	.table1 td:nth-of-type(7):before { content: "Mere info."; }
	.table1 td:nth-of-type(8):before { content: "Ret info."; }
	.table2 td:nth-of-type(1):before { content: "Navn:"; }
	.table2 td:nth-of-type(2):before { content: "E-mail:"; }
	.table2 td:nth-of-type(3):before { content: "Tlf:"; }
	.table2 td:nth-of-type(3):before { content: "Slet:"; }
	.table3 td:nth-of-type(1):before { content: "Navn:"; }
	.table3 td:nth-of-type(2):before { content: "Info:"; }
	.table4 td:nth-of-type(1):before { content: "Navn:"; }
	.table4 td:nth-of-type(2):before { content: "Ret:"; }
	.table4 td:nth-of-type(3):before { content: "Slet:"; }
	.table5 td:nth-of-type(1):before { content: "Kunde Info:"; }
	.table5 td:nth-of-type(2):before { content: "Opgave info fra"; }
	.table6 td:nth-of-type(1):before { content: "Kategori:"; }
	.table6 td:nth-of-type(2):before { content: "Navn:"; }
	.table6 td:nth-of-type(3):before { content: "Varenummer:"; }
	.table6 td:nth-of-type(4):before { content: "Pris pr:"; }
	.table6 td:nth-of-type(5):before { content: "Antal:"; }
    .table6 td:nth-of-type(6):before { content: "Ret:"; }
    .table6 td:nth-of-type(7):before { content: "Slet:"; }
	.table7 td:nth-of-type(1):before { content: "Enhed:"; }
	.table7 td:nth-of-type(2):before { content: "Serial Nummer:"; }
	.table7 td:nth-of-type(3):before { content: "Ret:"; }
	.table7 td:nth-of-type(4):before { content: "Slet:"; }

}
