@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
body {
	background-color: #fff;
	background-image: none;
	font-family: 'Source Sans Pro', sans-serif!important;
	font-weight: 400;
	color: #4C585E!important;
	
}

h1 {
 font-size:calc(1.375rem + 1.5vw)
}
a{
	text-decoration: none;
	color:#4C585E;

}

h1,
h2,
h3,
h4,
h5,
h6 {
 margin-top:0;
 margin-bottom:.5rem;
 font-weight:600;
 line-height:1.2;
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#4C585E;
}
a{
	 text-decoration: none;
}
#clientLogin input[type="submit"]{
	border-radius: 0;
	
}
.link {
  color: rgb(253, 171, 22);
  font-weight: 600;
  margin-bottom: 0px;
}
.link:hover {
  color: #4C585E;
}
#content {
  margin: 0;
	padding: 20px;
	display: flex;
	 align-items: center;
	flex-direction: column;
}
#content h1 {
  color:rgb(253, 171, 22);
}
#container.mt-5{
	max-width: 100%;
	margin: 0 auto!important;
	display: flex;
	 flex-direction: column;
	box-shadow: none;
	border: 0px;
}
#headet .staff{

}
#header{
	display: flex;
	justify-content: space-between;
	height: auto;
	text-transform: uppercase;
	padding: 12px 10%;
}
#header #logo img{
	padding: 5px 0;
}
#header .pull-right{
	float: none;
	order: 2;
	color:#fff;
}
#header p{
	 width: auto;
}
#header .pull-right a{
	color: rgb(253, 171, 22);
}
#header .pull-right a:hover{
	color:#ddd;
}
#landing_page{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#landing_page .sidebar.pull-right{
	float: none;
	order: 2;
	width: 40%;
	margin: 0 20px;
	
	
}
#landing_page .main-content{
	width: 50%;
	
}
#landing_page .main-content .bg-secondary{
	
	background-color: #ddd!important;
	padding: 30px;
	
	
	
}
#landing_page .main-content .bg-secondary p{
	font-family: 'Source Sans Pro', sans-serif!important;
	font-size:18px;
	line-height: 1.5;
	
	
	
}
#landing_page .main-content .bg-secondary h1{
margin:0 0 20px 0;
	 font-weight: 600;
	text-transform: uppercase;
	color:#404040
	
}
.button, .button:visited {
  background-color: #404040;
    background-color: rgb(34, 34, 34);
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  display: inline-block;
  font-size: 16px;
  padding: 4px 16px 4px 16px;
  max-width: 220px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
  box-shadow: none;
  text-shadow:none;
  border-bottom:0;
  position: relative;
  cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif!important;
}
.blue.button{
  color: #404040
}
.blue.button:hover, .green.button:hover, .front-page-button .blue.button:hover, .front-page-button .green.button:hover {
  opacity: 0.75!important;
}
.button, .button:visited, .green.button, .green.button:visited{
	background-color: #404040;
}
.blue.button, .blue.button:visited {
  background-color: rgb(253, 171, 22);
}
/****nav***/
#nav{
	
	 background: none;
	box-shadow: none;
	border-top:0;
	 border-bottom:1px solid rgb(253, 171, 22);
	height: auto;
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 10%;
	
	
}
#nav li a{
	 padding: 5px;
	height: auto;
	background-image: none!important;
	text-transform: uppercase;
}
#nav li a.home::before{
	  content: "\f015";
	font-family: FontAwesome;
	padding-right: 10px;
}
#nav li a.new::before{
	  content: "\f0fe";
	font-family: FontAwesome;
	padding-right: 10px;
}
#nav li a.status::before{
	  content: "\f0f6";
	font-family: FontAwesome;
	padding-right: 10px;
}
#nav li a.active, #nav li a:hover{
	 border-radius: 0;
	background-color: rgb(253, 171, 22);
	color:#fff
}
/***forms***/
#content {
  margin: 0;
	padding: 20px 10%;
	display: flex;
	 align-items: center;
	flex-direction: column;
}
#ticketForm > table {
  display: flex;
  flex-direction: column;
  width: 100%;
}


#ticketInfo, #ticketTable, table.padded{
	width: 80%
}
#ticketThread{
	width: 80%;
margin: 30px auto;
}
#ticketTable th, .infoTable{
	background-color: #fcf1db
}
.infoTable th{
	font-weight: 600;
}
#ticketForm > table td {
  width: 100%;
}
#msg_error{
height: auto;
}
.tickets_izenburua{
	 font-size: 30px;
	display: flex;
}
.tickets_izenburua .pull-right.states{
	float: none;
	 margin-left: 20px;
}
.tickets_izenburua a:hover{
	color:#ccc
}.tickets_izenburua i{
	margin-right: 10px;
}
.search.well form{
	display: flex;
flex-wrap: wrap;
align-items: center;
	
}
.search.well form input, .search.well form select{
	margin: 0 10px;
	border-radius: 0;
	
}
select{
	border-radius: 0;
	border: 0;
	padding: .375rem .75rem;
	
}
input[type="button"], input[type="reset"], input[type="submit"], #clientLogin div input{
	border-radius: 0;
	border: 0;
	border: 1px solid transparent;
	padding: .375rem .75rem;
}
input[type="button"]{
	background-color: rgba(76, 88, 94,1);
	color: #fff;
}
input[type="button"]:hover{
	background-color: rgba(76, 88, 94,0.5);
}
input[type="submit"], #clientLogin div input[type="submit"]{
	background-color: rgba(253, 171, 22,1);
	color:#fff;
}
input[type="submit"]:hover, #clientLogin div input[type="submit"]:hover{
	background-color: rgba(253, 171, 22, 0.5);
	color: #4C585E
}

.thread-entry.avatar.message .header::after {
    border-right: 7px solid #fad99d;

}
.thread-entry.message .header{
	background-color: #fad99d
}
#clientLogin{
	background-image: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 3rem;
}
.login-box{
	box-shadow: none;
}

/****/
#footer{
	 border-top:30px solid #4C585E
}
#footer p{
	 font-size: 14px;
}


@media (max-width: 1199px) {

#content {
	padding: 20px 20px;
}
#header{
		padding: 12px 20px;
	}
#nav {
  margin: 0;
}
	
}

@media (max-width: 845px) {
	.search.well .pull-right{
		float: none;
		width: 100%;
		margin-top: 10px;
		
	}	
	.search.well form{
		justify-content: center;
		align-items: center;
		text-align: center;
		
	}	
	.search.well form input{
		margin-bottom: 10px;
		
	}
}
@media (max-width: 768px) {
	#landing_page{
		 margin: 0 auto;
	}
	#landing_page .sidebar.pull-right{
		 width: 80%;
		
	}
	#landing_page .main-content{
		 width: 80%;
	}
	#landing_page .front-page-button.flush-right{
		display: flex;
		justify-content: space-around;
		margin-top: 30px;
		
	}
	#logo.pull-left{
		float: none;
		display: flex;
		flex-direction: column;
		
	}
	#header #logo.pull-left img{
		max-width: 100px;
		padding-top: 10px;
		
	}
	
	#header #logo.pull-left .valign-helper {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
	}

















