
html, body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 100;
	margin: 0;
  -webkit-margin: 0;
	padding: 0;
  height: 100%;
}

a {	
  color: #489ec9;
 }
 
a:hover, a:focus {
  color: #449d44;
}

p { 
  color: #eee; 
  hyphens: auto;
}

h3 { 
  margin-bottom: 1rem;
	-webkit-margin-bottom: 1rem;
  }

.header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-top: 30px;
  -webkit-margin-top: 30px;
	}

.dark-bg { background-color: #000d28}

.white {
  color: #fff;
  }
  
.black {
  color: #000;
  }

.nopad {
  padding: 0;
}

.faqheight {
  min-height: 100%;
  color: #fff;
  }

.kont:hover {
  cursor: pointer;
}

.relative {
  position: relative; 
}

.absolute {
  position: absolute;
  margin: 0;
  -webkit-margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal {
  text-align: center;
}

.modal-open {
  padding-right: 0!important;
  }
  
.modal-header {
	background-color: #449D44;
	color: white;
	}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  }

.modal-dialog {
  display: inline-block;
  text-align: left;
  width: 600px;
  font-size: 0.8rem;
  }
  
.tm-container { 
	max-width: 1200px;
	margin: 0 auto;
  -webkit-margin:  0 auto;  
}

.tm-container-wide { max-width: 1230px; }

.tm-navbar-container {
	background-color: #000d28;
	height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.tm-navbar-container.bg-inverse {
 rgba(0,13,40,1);
 }

.navbar-nav .nav-link {	padding: 14px 30px; }

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
	color: #489ec9;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: white;
	outline: none;
}

.navbar-toggler { 
	border: 1px solid white;
	border-radius: 0;
	color: white;	
}

button:focus { outline: none; }

/* ------------- Logos -------------- */


.logo {
	 width: 640px;
   margin-left: 13%;
   -webkit-margin-left: 13%;
	}

.logotop {
	float: left;
	}

img[alt="logosmall"] {
	width: 50px;
	margin-top: -15px;
	-webkit-margin-top: -15px;
	}
  
.aktien-text { 
  font-size: 1.7em;
	}

.header-text { 
  font-size: 1em;
	}



/* ----------- Kontakt News ------------ */

.form-group {
  color: #333;
  }
  
.form-control {
  padding: 1%;
  font-size: 0.7rem;
}

.btn {
  font-size: 0.8rem;
}

.box button {
  height: 40px;
  width: 40px;
	}

#block {
	display: block;
	float: right;
	}

.kontbutt {
	margin-top: 100px;
  -webkit-margin-top: 100px;
	}

.facebutt {
  margin-top: 10px;
  -webkit-margin-top: 10px;  
  }
  
.instbutt {
  margin-top: 10px;
  -webkit-margin-top: 10px;
}

img[alt="envelope"] {
  height: 25px;
	margin-left: -12px;
  -webkit-margin-left: -12px;
	}

img[alt="faceb"] {
  height: 25px;
  margin-top: 7px;
  -webkit-margin-top: 7px;
	margin-left: -12px;
  -webkit-margin-left: -12px;
	}

img[alt="instag"] {
  height: 25px;
	margin-left: -13px;
  -webkit-margin-left: -13px;
  margin-top: -2px;
  -webkit-margin-top: -2px;
	}
	
/* ------------- Read more ------------------- */	
	
	
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Mehr zeigen...';
  padding: 0px;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Weniger zeigen...';
  padding: 0px;
}

.read-more-trigger {
  cursor: pointer;
  color: #489ec9;
  font-size: 16px;
}



/* ------------ Video ------------------ */


.padd {
  padding: 10px;
}

.outline {
    width: 80px;
    height: 32px;
    padding-top: 4px;
    background-color: transparent;
    border: solid 1px #489ec9;
    border-radius: 6px;
}

.outline:hover {
    opacity: 0.6;
    color: #489ec9;
}


/* ------------ Werte ------------------ */

.gradient {
  background-color: #000D28;
 	background: url(../img/globe_t.png) no-repeat center;
  background-size: 100%;
  height: 80vh;
  font-size: 16px;
}

.popup h2 {
  padding-top: 15%;
}

.cont {
  justify-content: center;
  padding: 10%;
  overflow: hidden;
}

.popup {
  display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

.popup-content {
  background: radial-gradient(rgb(72,158,201,0.7) 40%, rgb(0,13,40,0.4) 74%);
  width: 540px;
  height: 540px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-popup {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -30px;
  font-size: 30px;
}


/* ------------ Events ------------------ */

.zitat {
  font-size: 12px;
  margin-top: -15px;
  -webkit-margin-top: -10px;
}

.butt {
 padding: 5px 10px 5px 10px;
 color: #fff;
 background-color: #449d44;
}

.buttp {
 padding: 5px 10px 5px 10px;
 color: #fff;
 background-color: #489ec9;
 margin-top: -10px;
 -webkit-margin-top: -10px;
}

.butt:hover {
 background-color: #367D36;
}


div.message {
	position: relative;
	padding: 10px 35px 10px 35px;
	margin: 30px 10px;
  -webkit-margin: 30px 10px;
	color: #489ec9;
	}

div.message:before{
 	content: '';
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: -21px;
  left: 50%;
  margin:0 -21px;
  -webkit-margin: 0 -21px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: 45px;
  padding:10px;
  background: inherit;
  box-shadow:0 5px 10px rgba(0,0,0,.25);
  border-radius:50%;
  border: 2px solid transparent;
  z-index: 2;
	}

div.message.information:before {
	content:'\f129';
  color: #fff;
  background-color: #000d28;
  border: 2px solid #489ec9;
	}

div.message.announcement:before {
	content:'\f0f3';
  color: #000d28;
  background-color: #fff;
	}

div.message.information{
	background: #000d28;
  border: 2px solid #489ec9;
  border-radius: 20px;
  }

  
/* ------------ Faq ------------------ */

.small {
  font-size: 0.8rem;
}

.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  position: absolute;
  right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}


/* ------------ Impressum ------------------ */

img[alt="mail"] {
	margin-left: 2px;
  -webkit-margin-left: 2px;
  margin-top: 2px;
  -webkit-margin-top: 2px;
	}



@media (max-width: 1800px) {
	.header {	background-size: 1800px 750px; }
  
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.header {	background-attachment: scroll; }
}


#tm-section-1,
.tm-section-1-inner,
.site-name,
.header-text {
	-ms-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.tm-section-1-inner { padding-top: 1%; }

#tm-section-1 { padding-bottom: 0; }

.navbar-nav .nav-link {
	color: #489ec9;
	font-size: 20px;
}

.blue-text { 
  color: #489ec9;
}

.tm-section {
	padding-top: 1%;
	padding-bottom: 1%;
}

.tm-footer {
	padding-bottom: 20px;
	overflow: auto;
}

.tm-news-item {
	margin: 0 auto 5% auto;
  -webkit-margin-top: 0 auto 5% auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
}

.tm-news-item:last-child {
  margin-bottom: 0;
  -webkit-margin-bottom: 0;
}

.tm-news-item-img {
	margin: 0 auto;
  -webkit-margin: 0 auto;  
}

.tm-news-item-img-container { padding: 0; }

.tm-news-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 3%;
	padding-right: 3%;	
}

.tm-news-title { 
	font-weight: 300;
	margin-bottom: 30px;
  -webkit-margin-bottom: 30px;
}

.tm-news-text {	line-height: 1.8; }

.tm-news-link {	
  margin-right: 0;
  -webkit-margin-right: 0;
  margin-left: auto;
  -webkit-margin-left: auto;
  -ms-flex-item-align: end;
      -webkit-align-self: flex-end;
          align-self: flex-end;
}

.flex-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.flex-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.tm-title {
	font-size: 43px;
	margin-bottom: 40px;
  -webkit-margin-bottom: 40px;
  margin-top: 80px;
  -webkit-margin-top: 80px;
	letter-spacing: 8px;
}

.margin-b-5 {
  margin-bottom: 5px;
  -webkit-margin-bottom: 5px;
}

.tm-subtitle { 
	font-size: 25px; 
	margin-bottom: 30px;
  -webkit-margin-bottom: 30px;
}

#tmNavbar { text-align: center; }

body.page-2 { padding-top: 80px; }

.page-2 .container-fluid { max-width: 1140px; }

.tm-description {
  line-height: 1.8;
  margin: 0.5em 1.5em 1em;
  -webkit-margin: 0.5em 1.5em 1em;
}

.tm-page-2-title {
	font-size: 42px;
	margin-bottom: 30px;
  -webkit-margin-bottom: 30px;
}

.tm-page-2-subtitle {
  margin-bottom: 60px;
  -webkit-margin-bottom: 60px;
}

.tm-page-2-p {
	font-size: 22px;
	line-height: 1.6;
}

.tm-flex-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.tm-img-2-col {
	margin-bottom: 2em;
  -webkit-margin-bottom: 2em;
	margin-left: auto;
  -webkit-margin-left: auto;
	margin-right: auto;
  -webkit-margin-right: auto;
}

.tm-3-col-box {
	max-width: 500px;
	margin-left: auto;
  -webkit-margin-left: auto;
	margin-right: auto;
  -webkit-margin-right: auto;
}

.tm-description-box { padding: 6%; }
.tm-description-text {
  margin-bottom: 1.5em;
  -webkit-margin-bottom: 1.5em;
}
.tm-footer-text {
  margin-bottom: 1.5rem;
  -webkit-margin-bottom: 1.5rem;
}





@media (min-width: 768px) {

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;  
}


/* ------------ Werte ------------------ */

  h2 {font-size: 1.6rem;}

.popup-content {
  width: 540px;
  height: 540px;
  font-size: 0.9rem;
}
}




@media (max-width: 1199px) {

h2 { font-size: 1.8rem; }

.tm-news-title {
  margin-bottom: 15px;
  -webkit-margin-bottom: 15px;
}

.tm-news-text { line-height: 1.6; }
  
.modal-dialog {
	width: 450px;
	}

}





@media (max-width: 1100px) and (min-width: 992px) {

h2 { font-size: 1.6rem; }

.tm-news-title {
  margin-bottom: 12px;
  -webkit-margin-bottom: 12px;
}

.tm-news-text {	
  font-size: 0.9em; 
  margin-bottom: 0.5em;
  -webkit-margin-bottom: 0.5em;
}

.btn { 
  padding-top: 0.3em;
  padding-bottom: 0.3em; 
}
  
.logo {
  width: 520px;
}
  
/* ------------ Angebote ------------------ */

.underline {
  text-decoration: underline;
}

a:hover, a:focus {

} 

/* ------------ Werte ------------------ */

  h2 {font-size: 1.1rem;}

  .gradient {
    background-size: 90%;
  }

  .popup-content {
    width: 450px;
    height: 450px;
    font-size: 0.7rem;
  } 

}





@media (max-width: 991px) {

.navbar-nav .nav-link {
  font-size: 18px;
  padding: 14px 24px; 
}
    
.navbar-nav .nav-item+.nav-item {
  margin-left: 0;
  -webkit-margin-left: 0;
}

.tm-news-item {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;		
}

.tm-news-container {
  padding: 1.5em;
  margin: 0 auto;
  -webkit-margin: 0 auto;
  max-width: 600px;
}

.flex-order-2 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.flex-order-1 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.logo {
 width: 410px;
}


/* ------------ Angebote ------------------ */

.underline {
  text-decoration: underline;
}

a:hover, a:focus {
}

  
/* ------------ Werte ------------------ */

h2 {font-size: 1.5rem;}

.gradient {
  background-size: 90%;
}

.popup-content {
  width: 320px;
  height: 320px;
  font-size: 0.7rem;
  }
}



@media (max-width: 767px) {
  
.home .tm-section { 
  padding-top: 10%; 
  padding-bottom: 10%;
}

body.page-2 { padding-top: 54px; }

.logo {
 width: 380px;
}

.tm-page-2-subtitle { 
  margin-bottom: 30px;
  -webkit-margin-bottom: 30px;
}

.navbar-nav .nav-item+.nav-item {
  margin-left: 0;
  -webkit-margin-left: 0;
}

.navbar-nav .nav-item { float: none; }

.navbar-toggler {
  display: block;
  margin-left: auto;
  -webkit-margin-left: auto;
  margin-right: 0;
  -webkit-margin-right: 0;
}

.tm-navbar-container { 
  background: none;
  box-shadow: none;
  height: 54px; 
}
.navbar { background-color: #000d28; }
.tm-navbar-container.bg-inverse .navbar { #000d28; }
.bg-inverse { background-color: #000d28; }

.tm-form-group-left { padding-right: 0; }
.tm-form-group-right { padding-left: 0; }

.margin-top-xs-50 { 
  margin-top: 50px;
  -webkit-margin-top: 50px;
}

.margin-bottom-sm-8 { 
  margin-bottom: 8%;
  -webkit-margin-bottom:8%;
}

.margin-bottom-sm-3 { 
  margin-bottom: 3%;
  -webkit-margin-bottom: 3%;
}

.modal-dialog {
  width: 350px;
}

/* ------------ Angebote ------------------ */

.underline {
  text-decoration: underline;
}

a:hover, a:focus {
}

/* ------------ Werte ------------------ */

h2 {font-size: 1.1rem;}

.gradient {
  background-size: 90%;
}

.popup-content {
  width: 300px;
  height: 300px;
  font-size: 0.6rem;
  }
}



@media (max-width: 640px) {
  
.logo {
 width: 340px;
}

.page-2 .tm-section { 
  padding-top: 7%; 
  padding-bottom: 7%;
}
  
/* ------------ Angebote ------------------ */

.underline {
  text-decoration: underline;
}

a:hover, a:focus {
}
  
/* ------------ Werte ------------------ */

h2 {font-size: 1rem;}

.gradient {
  background-size: 95%;
}

.popup-content {
  width: 260px;
  height: 260px;
  font-size: 0.5rem;
  }
}

/* ------------ Global ------------------ */
.std-styled-input{
    box-sizing: border-box;
    font-size: 14px;
    background-color: #023258;
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(72,158, 201, 1);
    margin-top: 3px;
}

.std-styled-input.small{
	width: 45px;
}


.std-styled-input:-internal-autofill-selected,
.std-styled-input:-webkit-autofill,
.std-styled-input:-webkit-autofill:hover, 
.std-styled-input:-webkit-autofill:focus, 
.std-styled-input:-webkit-autofill:active{
  background-color: #023258 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(72,158, 201, 1) !important;
  -webkit-box-shadow: 0 0 0 30px #023258 inset !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
}

.act-button{
    background-color: transparent;
    border: solid 1px #489ec9;
    border-radius: 6px;
    color: #489ec9;
    padding: 3px;
	position: relative;
	padding-left: 24px;
    font-size: 8pt;
	padding-right: 5px;
	position: relative;
}

.act-button.big{
    font-size: 13pt;
	padding-left: 30px;
}

.act-button.select,
.act-button.upload{
    padding: 3px;
	padding-left: 30px;
    font-size: 10pt;
}

.act-button::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 3px;
}

.act-button.select::before,
.act-button.upload::before{
    content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	left: 3px;
}

.act-button:hover{
	opacity: 0.6;
}

.act-button.delete::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23489ec9'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z'/%3E%3C/svg%3E");
}

.act-button.edit::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23489ec9'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z'/%3E%3C/svg%3E");
}

.act-button.create::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 20 20' height='18px' viewBox='0 0 20 20' width='18px' fill='%23489ec9'%3E%3Cg%3E%3Crect fill='none' height='20' width='20'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M8,10c1.66,0,3-1.34,3-3S9.66,4,8,4S5,5.34,5,7S6.34,10,8,10z M8,5.5c0.83,0,1.5,0.67,1.5,1.5S8.83,8.5,8,8.5 S6.5,7.83,6.5,7S7.17,5.5,8,5.5z'/%3E%3Cpath d='M13.03,12.37C11.56,11.5,9.84,11,8,11s-3.56,0.5-5.03,1.37C2.36,12.72,2,13.39,2,14.09V16h12v-1.91 C14,13.39,13.64,12.72,13.03,12.37z M12.5,14.5h-9v-0.41c0-0.18,0.09-0.34,0.22-0.42C5.02,12.9,6.5,12.5,8,12.5 s2.98,0.4,4.28,1.16c0.14,0.08,0.22,0.25,0.22,0.42V14.5z'/%3E%3Cpolygon points='16.25,7.75 16.25,6 14.75,6 14.75,7.75 13,7.75 13,9.25 14.75,9.25 14.75,11 16.25,11 16.25,9.25 18,9.25 18,7.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.act-button.select::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23489ec9'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
}

.act-button.upload::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23489ec9'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3E%3C/g%3E%3C/svg%3E");
}

.act-button.download::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='18px' viewBox='0 0 24 24' width='18px' fill='%23489ec9'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5 L17,11z'/%3E%3C/g%3E%3C/svg%3E");
}

.act-button.back::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23489ec9'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z'/%3E%3C/svg%3E");
}

.act-button.big.back::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23489ec9'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z'/%3E%3C/svg%3E");
}


/* ------------ Login ------------------- */
.form-signin {
  width: 100%;
  max-width: 550px;
  padding: 2em;
  margin: 0 auto;
  margin-top: 4em;
  border: solid 2px rgba(72,158, 201, 1);
  border-radius: 10px;
  border-image-source: linear-gradient( to top, rgba(72,158, 201, 1), rgba(72,158, 201, 0.2) );
  border-image-slice: 1;
  position: relative;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background-color: #023258;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(72,158, 201, 1);
}

.form-signin .form-control:-internal-autofill-selected,
.form-signin .form-control:-webkit-autofill,
.form-signin .form-control:-webkit-autofill:hover, 
.form-signin .form-control:-webkit-autofill:focus, 
.form-signin .form-control:-webkit-autofill:active{
  background-color: #023258 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(72,158, 201, 1) !important;
  -webkit-box-shadow: 0 0 0 30px #023258 inset !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .signin-btn{
	width: 100%;
    background-color: transparent;
    border: solid 1px #489ec9;
    border-radius: 6px;
    color: #489ec9;
    margin-top: 0.9em;
    padding: 10px;
}

.form-signin .signin-btn:hover{
	opacity: 0.6;
}

/* ------------ USER ------------------- */
.user-table{
  width: calc(100% - 1.8em);
  margin-top: 0.5em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0.9em;
  border-collapse: collapse;
}

.user-table tr{
  background-color: transparent;
  border-bottom: solid thin rgba(72,158, 201, 0.5);
}

.user-table tr:hover{
  background-color: rgba(255, 255, 255, 0.06);
}

.user-table td{
	padding: 3px;
}

.user-table-wrapper{
  border: solid 2px rgba(72,158, 201, 1);
  border-radius: 5px;
  border-image-source: linear-gradient( to top, rgba(72,158, 201, 1), rgba(72,158, 201, 0.2) );
  border-image-slice: 1;
}

.user-table .act-button:not(:first-child){
	margin-left: 10px;
}

.userinfo-table{
  color: rgba(255, 255, 255, 0.7);
  margin: 0.9em;
  border-collapse: collapse;
}

.userinfo-table td:first-child{
	padding-right: 100px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: bold;
	font-size: 13pt;
}

.current-excel{
	color: rgba(255, 255, 255, 0.9);
	font-size: 13pt;
	display: inline-block;
}

.current-excel span{
	display: inline-block;
	margin-left: 15px;
	font-size: 12pt;
	color: rgba(255, 255, 255, 0.8);
}

.atc-information label{
	display: block;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 12pt;
}

.atc-information label span{
	margin-left: 10px;
	margin-right: 10px;
}

.atc-information label .std-styled-input{
	width: auto;
    margin-right: 5px;
    margin-left: 5px;
}

.atc-information label .std-styled-input.small{
	width: 45px;
}

.attachement-overview{
  padding: 10px;
  border: solid 2px rgba(72,158, 201, 1);
  border-radius: 5px;
  border-image-source: linear-gradient( to top, rgba(72,158, 201, 1), rgba(72,158, 201, 0.2) );
  border-image-slice: 1;
}

.attachement{
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
}

.attachement:not(:last-child){
	border-bottom: solid thin #489ec9;
}

.attachement-info{
	margin-bottom: 10px;
}

.attachement-info .info{
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12pt;
	font-weight: bold;
}

.attachement-info .info span{
	margin-left: 15px;
	font-weight: normal;
}

.flx-row {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.flx-column-2 {
  flex: 50%;
  min-width: 300px;
}

.file-upload-block{
  padding: 0.9em;
}

.file-upload-block h6{
  font-size: 0.9rem;
}

.file-chooser{
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.file-chooser input[type=file]{
	display: none;
}

.file-chooser .act-button.upload{
	width: 100%;
	font-size: 15pt;
	margin-top: 10px;
}

.file-chooser .act-button.upload::before{
	position: relative;
    margin-right: 15px;
    vertical-align: text-top;
    min-width: 24px;
    min-height: 24px;
    display: inline-block;
	transform: translateY(0);
}

.file-chooser .act-button.select{
	width: 135px;
	margin-right: 15px;
}

.file-chooser .std-styled-input{
	width: calc(100% - 156px);
}

.download-form{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

