/* modification Starts*/
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#body {
   padding:0px;
   padding-bottom:40px;   
}
html {
  height: 100%;
  box-sizing: inherit;
}
.right-content p {
	word-wrap: break-word;
}
.right-content {
	box-shadow: 0 0 1px 1px #f3f0f0;
	/* padding: 10px; */
}
.leave-body {
	background: #fff;
	padding-top: 10px;
	/* padding-bottom: 17px; */
	margin: 0px 10px;
}
.table-responsive .form-control {
    width: auto;  
    font-size: 11px;
    margin-bottom: 0px;
    height: auto; 
}
.form-control {
	 box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}
.request-table {
    overflow-x: auto!important;
    border-radius: 0px;
    overflow-y: auto!important;
    height: 265px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #e3e7ea;
    border-top: 0.5px solid #c3c6c7;
    padding: 10px;
    text-align: center;
    bottom: 0;
    color: #000;
}
tbody tr {
    box-shadow: 0 0 13px 1px #ddd;
}
.table {
	border: 1px solid #ddd;
}
.checkbox {
	padding-top: 0px;
	bottom: 2px;
}
.table-responsive thead tr th {
	background: #f27935;
	color: #fff;
	padding: 5px 4px;
	text-transform: capitalize;
}
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
}
.right-content .form-group {
    margin-bottom: 0px;
}
.table>tbody>tr>td {
	padding: 5px;
	font-size: 11px;
	font-family: sans-serif;
}
.leave-body h2 {
	margin: 0px auto 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-size: 20px;
	background: #f3f2f2;
	/* text-decoration: underline; */
}
.application {
	/* background: #f9f9f9; */
	    box-shadow: 0 0 1px 1px #f3f0f0;
}
.alert-succes {
	border: none!important;
	margin: 0px!important;
	text-align: center;
	padding: 10px 5px!important;
}
.close {
    margin-right: 0px!important;
    margin-top: 0px!important;
    padding: 0px 0px 5px;
}
.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
}
.date .form-control {
	height: 34px!important;
}
.date input {
	border-radius: none!important;
}
.application .checkbox-inline {
	top: 10px;
}
.btn-success {
	top: 10px;
}
.form-group {
    margin-bottom: 0px;
}
.table-responsive {
	border-radius: 0px;
	overflow-y: hidden;
    width: 100%;
}
.interface-table .btn-primary {
	padding: 2px 10px;
    font-size: 11px;
}
.profile-heading {
	background: #f3f2f2;
}
.profile-heading h2 {
	padding-left: 10px;
}
.profile-heading .img-right {
    float: right;
    margin-top: 2px;
    width: 10%;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
}
.modal-open .modal {
    overflow-y: auto;
}
.addemployee {
	float: right;
	margin-top: 10px;
	margin-right: -23px;
}
.leave-buttons {
    margin-bottom: 10px;
    background: #f3f2f2;
}
.leave-buttons h2 {
    margin-bottom: 0px!important;
    background: transparent!important;
}







 /* Website-Container */
/* .container {
    position: relative;
    width: 100%;
    height: 495px!important;
    background: #fff; 
    overflow: hidden;
} */


.orbit_bg{
	background: url('../img/home-bg.png') no-repeat center top;
    background-size: 100% 100%;
    min-height: 100%;
    position: relative;
    opacity: 0.1;
}

/* Style der Satelliten */
.orbit li h3{
	font-size: 14px!important;
    margin-top: 30px;
    margin-bottom: -7px;
	color: #fff!important;
}
.orbit li h5{
	font-size: 10px!important;
    margin-top: 21px;
    margin-bottom: 0px;
    color: #fff!important;
}
.orbit li  span{
    font-size: 14px;
}

.orbit li.first_links{
	width: 90px;
    height: 90px;
	color: #fff;
	font-size: 18px;
}
.orbit li.civil{
	border: 2px solid #879214;
	background: #717A11;
}
.orbit li.mep{
	border: 2px solid #1c919a;
	background: #197980;
}
.orbit li.system{
	border: 2px solid #e07c10;
	background: #E88010;
}
.orbit li.design{
	border: 2px solid #c51b36;
	background: #B01931;
}
.orbit li.other{
	border: 2px solid #5375b7;
	background: #516998;
}
.orbit li.pro{
	border: 2px solid #ce4524;
	background: #D04929;
}
.orbit li {
    width: 70px;
    height: 70px;
    border-radius: 60px;
	background: #f27935;
    text-align: center;
	color: #fff;
}

ul.orbit.orbitlistJS li {
    transition: all 0.2s linear;
}

 ul.orbit.orbitlistJS li:hover {
   opacity: 0.7;
}


    
    
    
 /* Orbitlist core */
ul.orbit.orbitlistJS {
    list-style-type: none;
    margin: 13px 0px 13px 0px;
    padding: 0;
    position: relative;
}

/* Orbitlist satellites */
ul.orbit.orbitlistJS li {
    position: absolute;
    cursor: pointer;
}
.home_footer {
    text-align: center;
    padding: 10px 0px !important;
    background: #fff;
    height: 35px;
    color: #000;
}
.home_footer a {
    color: #000;
}
.orbit li.disc1{
	background: #717A11;
}
.orbit li.disc2{
	background: #197980;
}
.orbit li.disc3{
    background: #0fc9d1;
}
.orbit li.disc4{
	background: #B01931;
}
.orbit li.disc5{
	background: #a72390;
}
.orbit li.disc6{
	background: #516998;
}
/* Orbitlist core */
ul.orbit.orbitlistJS {
    list-style-type: none;
    
    margin: 0;
    padding: 0;
    position: relative;
}

/* Orbitlist satellites */
ul.orbit.orbitlistJS li {
    position: absolute;
    cursor: pointer;
}


 .orbit li.civil_sublinks{
	background-color: #717a11;
	opacity: 0.7;
}
.orbit li.mep_sublinks{
	background-color: #197980;
	opacity: 0.7;
}
.orbit li.system_sublinks{
	background-color: #0fc9d1;
	opacity: 0.7;
}
.orbit li.design_sublinks{
	background-color: #b01931;
	opacity: 0.8;
}
.orbit li.other_sublinks{
	background-color: #516998;
	opacity: 0.7;
}
.orbit li.other_sublinks h5{
	margin-top: 28px !important;
}
.orbit li.procurement_sublinks{
	background-color: #a72390;
	opacity: 0.7;
}

/* fileshare document modify css */
.form_datetime {
	width: 100%;
}
.fileform .btn {
	float: right;
	margin: 0px 5px;
}
.fileform .btn-accept {
	margin-right: -17px;
	color: #000;
}
.btn-secondary:hover {
    background: #0000;
    color: #fff;
}
.property-list-outer .text {
	float: right;
	color: #000;
}
.property-list-outer p {
	color: #000;
	margin-bottom: 0px;
}
#main {
	background: #fff;
    margin: 0px 10px 10px;
}
.message-form #password {
	width: 100%;
}
.property-list-outer .password {
	float: right;
	color: #000;
}
.alert-succes {
	color: green !important;
	background: transparent !important;
	border: 1px solid green;
}
.alert-warning {
	color: red !important;
	background: transparent !important;
	border: 1px solid red;
}
.share-message p {
	color: #000;
	margin-bottom: 10px;
}
.share-message p strong {
	color: #f27935;
}
.share-viewer p {
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}
.share-viewer p strong {
	color: #f27935;
}
.share-message p a {
	color: #000;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.share-message a:hover {
	background: transparent;
}
.viewer-form {
	margin-top: 20px;
}
.viewer-form .password {
	float: right;
	color: #000;
}
.viewer-form input {
	width: 100%;
}
.btn-secondary {
	background: #f27935;
	color: #fff;
	margin-bottom: 20px;
}
.btn-secondary:hover {
	background: #000;
	color: #fff;
}
.btn:hover {
	background: #000;
	color: #fff;
}
.check-label {
	color: #000;
    margin-top: -5px;
    font-size: 14px;
}
.checkbox {
	margin-right: 5px!important;
    margin-top: 0px;
}
thead.property-address {
	background: #f27935;
}
.form-horizontal label {
	color: #000;
}
.form-heading {
	text-align: center;
	color: #f27935;
	margin-bottom: 10px;
}
.form-bg {
	padding: 1px 10px 50px 10px;
    margin-top: 20px;
    background: #e9e9e9;
}
.radiotext {
	margin-top: 0px!important;
    margin-right: 5px!important;
}
.hyperlink a {
	color: #f27935!important;
    padding-left: 5px;
    font-weight: bold;
}
.btn-secondary:hover {
	background: #000!important;
}
.popup-button {
	margin-top: -20px;
    padding: 7px 10px;
}
.text-middile {
	position: absolute;
    left: 45%;
}
.g-signin2 {
	padding-top: 40px;
    margin-left: 36%;
}
.document-view {
	float: right!important;
}
.document-view li {
	float: right!important;
}
.document-view li a {
	color: #fff;
	font-weight: normal;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent!important;
	font-weight: normal;
}
.pdf-header {
	padding: 5px 15px!important;
    background: transparent!important;
    text-align: center!important;
    border-bottom: none!important;
}
.pdf-header .close {
    margin-top: -2px;
    color: #000;
    font-size: 15px;
    opacity: 1;
    margin-right: -2px;
}
.pdf-header .close:focus, .pdf-header .close:hover {
    opacity: 1;
}
.carousel-control {
    color: #000!important;
    opacity: 1!important;
    text-shadow: none!important;
}
.carousel-control:focus, .carousel-control:hover {
    color: #000!important;
    opacity: 1!important;
}
.carousel-control.right {
    background-image: none!important;
    right: -25px!important;
}
.carousel-control.left {
    background-image: none!important;
    left: -25px!important;
}
.pdf-body {
	padding: 0px 15px 15px!important;
}


/* documentation page css*/
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
	/* background: #007b5e;
    color: #eee; */
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    background: #f27935!important;
    /* border-bottom: 4px solid !important; */
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    /* border: 1px solid transparent; */
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff;
    font-size: 14px;
} 
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 5px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
    border: 1px solid #ccc;
}

.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    /* border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c; */
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  /* border: none; */
    background: #f27935;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.fade {
    opacity: inherit;
}
nav .nav-tabs {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.tab-content>.active {
    display: block;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    /* padding-bottom: 1rem!important; */
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.add-documentation {
	float: right;
    margin: 1% auto;
}
/* .fade:not(.show) {
    opacity: 0;
} */
.tab-content>.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  margin-top: 5%;
}
#customers tbody tr { 
	box-shadow: none!important;
}
#customers tbody { 
	background: #fff;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center!important;
}

/* #customers tr:nth-child(even){background-color: #f2f2f2;} */

/* #customers tr:hover {background-color: #ddd;} */

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  /* text-align: left; */
  background-color: #f27935;
  color: white;
}
#sprintcontainer {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    background-color: transparent;
    border: 0;
    margin-top: 5%;
}
.highlight {
    border: 1px solid yellow;
    background-color:yellow;
}
.task-list {
    background-color: white;
    border-left: 2px solid #D8D8DC!important;
    border-right: 2px solid #D8D8DC!important;
    border-top: 2px solid #D8D8DC!important;
    border-bottom: 2px solid #D8D8DC!important;
    /* box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.75); */
    float: left;
    height: 100%;
    margin: 0;
    min-height: 240px;
    padding: 15px;
    text-align: center;
    /* width: 50%; */
}
.task-list input, .task-list textarea {
    width: 240px;
    margin: 1px 5px;
}
.task-list input {
    height: 30px;
}
.todo-task {
    margin: 5px;
    padding: 5px;
    cursor: move;
}
.task-body {
       background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 13px 1px #ddd;
    /* min-height: 40px; */
    padding: 10px 0px;
    clear: both;
}
.task-header {
    background-clip: padding-box;
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    color: black;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    height: 22px;
    position: relative;
}
.task-footer {
    background-clip: padding-box;
    background-color: #EBEBEB;
    border-radius: 0 0 2px 2px;
    color: gray;
    height: 22px;
    position: relative;
}
.task-no {
    float:left;
    padding: 2px;
}
.task-type {
    float:left;
    padding: 2px;
}
.task-date {
    float:left;
    padding: 2px;
}
.task-list input[type="button"] {
    width: 100px;
    margin: 5px;
}
.todo-task > .task-header {
    font-weight: bold;
}
.todo-task > .task-date {
    font-size: small;
    font-style: italic;
}
.todo-task > .task-description {
    font-size: smaller;
}
#delete-div {
    display: none;
    background-color: #fff;
    border: 3px dotted #000;
    margin: 10px;
    height: 75px;
    line-height: 75px;
    text-align: center;
}
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.task-title {
	color: #484545;
}
.inputbottom {
	margin-bottom: 10px;
}
.report-content {
	background: #f9f9f9;
	margin-top: 2%;
    margin-bottom: 2%;
}
.move-bg {
	margin-right: 5px;
    width: 48%;
}
.move-bg1 {
    width: 51%;
}
.report-search {
	padding: 0px 4px;
}
.report-search .input-group {
	width: 100%;
}
.report-search .input-group .input-group-btn {
	width: 1%;
}
.report-search .input-group-btn .btn {
	margin-top: 1px;
}
.ui-state-highlight {
	border: none;
}
.documentation {
    background: #fff;
    margin: 0px 10px 10px;
}
.modal-width {
	width: 99%;
}
.btn-primary {
    font-size: 12px;
    padding: 2px 5px;
}
.second-table {
	margin-top: 5%;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #eee;
}
.tabs-css>li.active>a, .tabs-css>li.active>a:focus, .tabs-css>li.active>a:hover {
    color: #fff!important;
    background-color: #000!important;
    cursor: pointer;
}
.tabs-css>li>a, .tabs-css>li>a:focus, .tabs-css>li>a:hover {
    color: #fff!important;
    background-color: #000!important;
}
.tabs-css li a {
	padding: 0px!important;
	border: 1px solid #ccc;
	padding: 2px 25px!important;
    color: #fff;
    background: #f27935!important;
    border-radius: 0;
    font-size: 13px;
    font-weight: normal;
}
.tabs-css > li {
    float: none!important;
    display: inline-block!important;
}
.tabs-css {
	text-align: center;
}
.profile-pic {
   max-width: 100%;
   max-height: 100%;
   display: block;
   margin-bottom: 10px;
}
.upload-btn {
	padding: 0px 2px;
	float: right;
    margin-bottom: 5px;
}
.upload-header {
	margin-bottom: 10px!important;
}


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  
  float: right;
  margin-top: 2px;
  width: 10%;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
 /*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; */
  text-align: center;
  top: 23px;
  right: 37px;
  color: #f27935;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.profile:hover .image {
  opacity: 0.3;
}

.profile:hover .middle {
  opacity: 1;
}

.text-upload {
  /* background-color: #4CAF50; */
  color: #000;
  font-size: 16px;
 /*  padding: 16px 32px; */
}
.form-margin {
	margin-top: 10px;
}
.filtering-labels label{
	color: #000;
    font-weight: bold;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}
.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    /* float: left; */
    list-style: none;
}
.my-legend .legend-scale ul li {
    display: inline-block;
    font-size: 80%;
    list-style: none;
    line-height: 10px;
    vertical-align: text-top;
}
.my-legend ul.legend-labels li span {
    display: inline-block;
    height: 10px;
    width: 20px;
    margin-right: 3px;
   /*  margin-left: 10px;
    border: 1px solid #999; */
}

.my-legend a {
    color: #777;
}


@media (min-width: 576px) {
	.pr-sm-0, .px-sm-0 {
	    padding-right: 0!important;
	}
	.pl-sm-0, .px-sm-0 {
	    padding-left: 0!important;
	}
}
@media (min-width:1920px) {
/* .container {
height: 864px!important;
} */
}
@media only screen and (max-width:1440px) {
.timeline_body {
width: 100%!important;
text-align: center;
}
}
@media only screen and (max-width:750px) {
/* .container {
height: 1130px!important;
} */
}
@media only screen and (max-width:1080px) {
/* .container {
height: 1700px!important;
} */
}
@media only screen and (max-width: 1024px){
	html:not(.ie9) body.progressbody {
		overflow-y: scroll!important;
	}	
}
@media (max-width:768px) {
	.move-bg {
	    margin-right: 3px;
	}
}
@media only screen and (max-width: 767px){
	.application {
    	padding: 0px 10px;
	}
	.form-control {
     margin-bottom: 10px;
	}
	.form-group {
	    margin-bottom: 10px;
	}
	.addemployee {
		float: left;
		margin-top: 15px;
	}
	.move-bg {
	    margin-right: 2px;
	}
}

