/* Reset styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* template */
body {
  background: #f4f5f5;
  font-family: Verdana;
  font-size: 12px;
}
.created_by
{
  color: #626262;
  margin: 30px 0px 10px 0px;
  height: 40px;
  text-align: right;
  display: none;
}
.created_by a
{
  float: right;
}

.created_by .title {
  float: left;
  line-height:70px;
  font-size:22px;
  text-shadow: 1px 1px 0px #ffffff;
  font-family: 'Open Sans',sans-serif;
  color: #505050;
  text-rendering: optimizelegibility;
}
.created_by img
{
  float: right;
  clear: both;
  margin-top: 8px;
  width: 50%;
}

/*
*
*    login_page
*
*/
.login_box {
  background: red;
  overflow: hidden;
  box-sizing:border-box;  
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #BEC2C7;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 4px 0 -3px #FFFFFF, 0 4px 0 -2px #BEC2C7, 0 8px 0 -5px #FFFFFF, 0 8px 0 -4px #BEC2C7;
  padding: 23px 13px 23px 13px;
  margin-top: 15px;  
}

h1.login_page {
  font-size: 20px;
  text-rendering: optimizelegibility;
  margin: 0px 0px 15px 0px;
  font-family: 'Open Sans',sans-serif;
  color: #333333;
  
}
.content_login_page {
  margin: 0px auto 0px auto;
  width: 90%;
}
.content_login_page label {
  clear: both;
  float: left;
  font-weight: bold;
  width: 90%;
  color: #626262;
  line-height: 26px;
  margin-bottom: 10px;
}
.content_login_page input {
  float: left;
}

.content_login_page input[type="submit"]{
  clear: both;
  width: 100%;
  margin-right: 0px;   
}
/*
*
*    site
*
*/
#site {
  width: 100%;
  overflow: hidden;
  margin: 0px auto 0px auto;
  padding-bottom: 20px;
}


.hr {
  border-bottom: 1px solid #DEDEDE;
  height: 1px;
}


/*
*
*    buttons
*
*/
.button {
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);  
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 16px 20px 16px 20px;
  text-align: center;    
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.30);    
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  text-decoration: none;  
}

.button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.1) inset;
}
.button:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.3) inset; 
}

.button_danger {
    background-color: #C98261;
    background-image: linear-gradient(to bottom, #F87261, #AE432E);   
}
.button_danger:hover {
  background-image: linear-gradient(to bottom, #E86251, #9E331E);
}

/* button_standard */
.button_standard {
  background-color: #00CC00;
  background-image: linear-gradient(to bottom, #45cc23, #008800);   
}
.button_standard:hover {
  background-image: linear-gradient(to bottom, #45bc23, #007800);
}





input[type="text"], input[type="password"], select {
  border: solid 1px #D5D5D5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius: 3px 3px 3px 3px;
  font-size: 26px;
  line-height: 18px;
  padding: 4px 5px 4px 5px;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;   
}
input[type="text"]:focus, input[type="password"]:focus  {
    border-color: rgba(98, 174, 239, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(98, 174, 239, 0.6);
    outline: 0 none;
}



/*
*
*  message boxes
*
*/
.red_box, .blue_box, .green_box  {
  padding: 10px 10px 10px 55px;
  font-weight: normal;
  line-height: 21px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  display: none;
  margin-top: 10px;
}
.red_box {
  border: solid 1px #9f0e0e;
  background: url('../images/red_box_icon.png') no-repeat 12px 50% #e93d27;
}
.green_box {
  border: solid 1px #146918;
  background: url('../images/green_box_icon.png') no-repeat 12px 50% #3da741;
}
.blue_box {
  border: solid 1px #004a8e;
  background: url('../images/blue_box_icon.png') no-repeat 12px 50% #1c8af1;
}


#lang_choice {
  margin: 5px 5% 0px 0px;
  float: right;
  height: 70px;
}
#lang_choice li {
  background-position: 50% 50%;
  background-repeat: no-repeat;  
  float: left;
  text-align: center;
  margin-left: 6px;
}
#lang_choice li.active a {
  border-color: #d0d2d2;  
}
#lang_choice li a {
  float: left;
  width: 80px;
  height: 52px;
  display: block;
  line-height: 0px;
  border: solid 5px #f4f5f5;
}
#lang_choice li a:hover {
  border-color: #c2c2c2;  
}
#lang_choice li a span{
  display: none;
}
#lang_choice li.lang_en {
  background-image: url('../images/en_flag.png');
}
#lang_choice li.lang_de {
  background-image: url('../images/de_flag.png');
}
#lang_choice li.lang_pl {
  background-image: url('../images/pl_flag.png');
}
#lang_choice li.lang_fr {
  background-image: url('../images/fr_flag.png');
}

