/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"); */

/* Show it is fixed to the top */
body {
  padding-top: 2.9rem;
  //background-color: #efeff5;
  //background-color: #F8F9FA;
  
  background-color: #F2F2F2;
  //background-color: #F6F7FB;
  
/*   font-family: 'Open Sans', sans-serif; */
  
  /* Show always the scrollbar */
  overflow-y: scroll;
}


.sticky-header {
    top:2.9rem;
	z-index: 1029;
}




/*
.navbar-nav > li > a {
	font-size: 15px;
	padding: 15px 12px;
}
*/


/*
* hidden elements
*/
/* .hidden{ */
/* 	visibility: hidden; */
/* } */

/*
form {
    display: inline;
}
*/







.dropdown-menu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
}
/* for scrollable-menu in custom-fields */
@media (max-width: 575px) { 
	.dropdown-menu {
	    height: auto;
	    max-height: 350px;
	    overflow-x: hidden;
	}
}




/*
.dropdown-menu{
	position: absolute;
	z-index: 9999999999999;
}
*/


.singleUnderline {
 	border-bottom: 1px solid; 
}

.doubleUnderline {
 	border-bottom: 3px double; 
}








.icon-top-right {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size:0.7em;
}

.icon-top-right-in-textarea {
    position: absolute;
    top: 24px;
    right: 5px;
}

.btn-trans{
	background-color: transparent;
}



.btn-top-right-in-div {
    position: absolute;
    top: 0px;
    left: 5px;
	background-color: rgba(250, 250, 250, 0.5);
}









h5 {
	margin-top: 20px;
	margin-bottom: 4px;
}



.hbreadcrumb {
  	font-size: 12px;
}





.btn-trans {
	opacity: 0.5;
}

.btn-trans:hover{
	opacity: 1;
}


/* .btn-light{ */
/* 	opacity: 0.2; */
/* } */

/* .btn-light:hover{ */
/* 	opacity: 1; */
/* } */

br.small {
  	display: block;
	margin: 2px 0;
}

hr.small {
	margin: 5px 0;
}

hr.small.black {
	margin: 5px 0;
	border-top: 1px solid black;
}






.content {
    padding: 25px 0px 40px 0px;
    min-width: 320px;
}




@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: none;
  }
}

div.bordered{
	border:1px solid #EAEAEA;
}



.table.col-same-width{
	table-layout: fixed;
	word-wrap: break-word;
}




.row.same-height {
    overflow: hidden; 
}

.row.same-height [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}







.input-group-btn.textarea {
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}






/*
*##################################################################################################################################################################
* SORTABLE
*##################################################################################################################################################################
*/



ul.appdoc-positions {
	list-style: none;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}


/*
*##################################################################################################################################################################
* CORRPOSITIONS
*##################################################################################################################################################################
*/

hr.corr-positions-table-head {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid;
}
hr.corr-positions-table-content {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 1px solid;
}
hr.corr-positions-table-content-double {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
	border-bottom: 3px double;
}

hr.corr-positions-table-level-two {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,255,0.05);
}

hr.corr-positions-table-end {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 3px double;
}

#appdoc-positions li.demo-allow-select span {
    cursor: text;
}



.corrposition-icon {
	position:absolute; 
	float:left;
	left:-5px;
	opacity: 0.5;
}






.corrposition-symbol {
	position:absolute; 
	float:left;
	left:-5px;
}

/* .p-xl { */
/*     padding-left: 80px !important; */
/*     padding-right: 80px !important; */
/* } */

.subsum-collection{
	margin: 0 0 0px;
}


#appdoc-positions input {
    vertical-align: middle;
}

.skewed {
    transform: rotate(2deg) scale(0.99);
    -webkit-transform: rotate(2deg) scale(0.99);
}


#appdoc-positions li.select-text-none {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: default;
}




.faded-out{
	opacity: 0.5;
}









/*
Addresse DIV with colored Corner-Borders
*/
.dashed-border-hover:hover {
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc;
}
.addressSender-container {
    min-height: 10px;
}
.headText-container {
    min-height: 150px;
}
.topRightText-container {
    min-height: 150px;
}
.firstText-container {
    min-height: 10px;
}

.paymentConditionText-container {
    min-height: 50px;
}

.headLineText-container {
    min-height: 50px;
}





.corr-state-draft{
	
}
.corr-state-sent{
	
}
.corr-state-partly{
	
}
.corr-state-cancel{
	
}
.corr-state-success{
	color: #62CB31;
}



.landing-page p {
    color: #6a6c6f;
}
i.circle-green {
    color: #62CB31;
}
i.circle-red {
    color: #E74C3C;    
}
i.circle-yellow {
    color: #FFB606;
}
i.circle-green-trans {
    color: #62CB31;
    opacity: 0.1;
}
i.circle-red-trans {
    color: #E74C3C;  
    opacity: 0.1;  
}
i.circle-yellow-trans {
    color: #FFB606;
    opacity: 0.1;
}
i.circle-grey {
    color: #ddd;    
}
i.circle-grey-trans {
    color: #ddd;
    opacity: 0.1;
}












.datepicker-days > table > tbody > tr > td.cw{
	font-weight: bold;
	font-style:italic;
	background-color: #d6d6d6;
}




.progress-bar-primary2 {
    border-right: 4px solid #7C4792
}
.full .progress-bar-primary2 {
    background-color: #9B59B6;
    border-right: 4px solid #7C4792
}

.label-primary2 {
    background-color: #9B59B6
}







.box
{
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
/* -webkit-box-shadow: 0px -10px 80px 2px rgba(0, 0, 0, 0.2); */
/* -moz-box-shadow: 0px -10px 80px 2px rgba(0, 0, 0, 0.2); */
/* box-shadow: 0px -10px 80px 2px rgba(0, 0, 0, 0.2); */
}


 i.icon {
      display:inline-block; /* chrome-fix */
  }
  
  
.footerText {
    text-align: center;
/*     min-height: 140px; */
    font-size: 10px;
    margin-bottom: 0;
}

.headText {
    margin-bottom: 0;
}

textarea.lastText {
    min-height: 300px;
}
textarea.firstText {
    min-height: 300px;
}

.addressSender {
    font-size: 10px;
    text-decoration: underline;
}

textarea.sender-address{
	font-size: 10px;
	text-decoration: underline;
}


.headLineText {
    font-weight: bold;
}

textarea.recipient-address {
	width: 100%; 
	resize: none;
	height: 134px;
}

input.trans{
	border-color: transparent !important;
	background-color: transparent !important;
}


.form-control-dummy{
	border-color: transparent;
	margin-bottom: 0;
}
.form-control-dummy:empty:before {
  content: "\200b";
}


.letter-head{
	min-height: 10rem;
}



.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[name="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[name="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}





.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.scrollable-dropdown {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}








.border-navbar-light {
  border-bottom: 1px solid #C8C7CC;
}




.border-shadow {
	-moz-box-shadow: box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px -15px;
	-webkit-box-shadow: box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px -15px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px -15px;
}

.border-shadow-small {
	box-shadow: 0 0 5px #ccc;
}


.mt-7,
.my-7 {
  margin-top: 4.5rem !important;
}



.label:empty:before {
  content: "\200b";
}





.input-group-btn-search-dropdown {
    position: static;
}
.input-group-btn-search-dropdown .dropdown-menu{
    width:100%
}

.dropdown-menu{
	margin: 0;
/* 	border: 1px solid #D9D9D9; */
/* 	box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px -15px; */
	
/* 	border: 1px solid #007BFF; */
/* 	box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px -15px, 0 0 0 0.2rem rgba(0, 123, 255, 0.5); */
	
/* 	border: 1px solid #80bdff; */
/* 	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), rgba(0, 0, 0, 0.5) 0px 15px 25px -15px; */

	border: 1px solid #80bdff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px -15px, 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.fa-sigma:before {
   content: 'Σ';
   font-weight: 700;
}

.fa-bullet:before {
   content: '•';
   font-weight: 700;
}

.pre {
	white-space: pre-wrap;
}

.list-group-header{
	background-color: #f8f9fa;
}

.letterHead {
	min-height: 200px;
}


/*
* FULL WIDTH on small mobile device
*/
@media (max-width: 575px) {
	.col,
	[class*="col-"] {
		padding-left:0;
		padding-right:0;
	}
	
	.row {
		margin-left:0;
		margin-right:0;
	}
	
	.container {
		width:100%;
		max-width:none;
		padding:0rem;
	}
	
	.list-group-item {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
	}
	
	.card-body {
	    padding-left: 0.4rem;
		padding-right: 0.4rem;
	}
	
	.navbar {
	    padding-right: 0.4rem;
	    padding-left: 0.4rem;
	}
}



/* .ui-autocomplete { */
/* 	max-height: 450px; */
/* 	overflow-y: auto; */
/* 	overflow-x: hidden; */
/*   position: absolute; */
/*   top: 100%; */
/*   left: 0; */
/*   z-index: 1000; */
/*   display: none; */
/*   float: left; */
/*   min-width: 160px; */
/*   padding: 5px 0; */
/*   margin: 2px 0 0; */
/*   list-style: none; */
/*   font-size: 14px; */
/*   text-align: left; */
/*   background-color: #ffffff; */
/*   border: 1px solid #cccccc; */
/*   border: 1px solid rgba(0, 0, 0, 0.15); */
/*   border-radius: 4px; */
/*   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
/*   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
/*   background-clip: padding-box; */
/* } */

.ui-autocomplete > li > div {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
/* 	background: none; */
/*     background-color: rgba(0, 0, 0, 0); */
	border: 0;
}



.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: rgba(0, 0, 0, 0.2);
   cursor: default; 
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}



.text-fadedgreen1{
	color: #d4edda;
}

.text-fadedgreen2{
	color: #93d3a1;
}


