html {
  margin: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: white;
}

.btn-exp {
  background: #ebebeb !important;
  color: #fff;
}

.btn-exp:hover {
  color: #fff;
}

.mail-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.edit-partner-icon {
  margin: 0;
  padding: 0;
  float: right;
  display: inline-block;
}

.documents-modal {
  width: 800px;
}

.applicant-label {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
  background-color: #ffffff;
  font-family: "Arial", sans-serif;
}

/*green header*/
#greenlayout {
  top: 0;
  background-color: #00635b;
}

/*white header*/
#whitelayout {
  top: 0;
  background-color: #ebebeb;
}

/*footer*/
#footerlayout {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 12px;
  color: #666666;
  margin-top: 20px;
  text-align: center;
  background-color: #ebebeb;
}

/*logo size and position*/
.logo {
  margin: 0 auto;
  padding: 10px;
  display: block;
  height: 70px;
}

/**MENU.html**/

.navmenu .container-fluid,
.navmenu .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}

.navmenu .navbar-nav li a:hover,
.navmenu .navbar-nav > .open > a,
.navmenu .navbar-nav > .open > a:focus,
.navmenu .navbar-nav > .open > a:hover,
.navmenu .navbar-nav > .active > a,
.navmenu .navbar-nav > .active > a:hover,
.navmenu .navbar-nav > .active > a:focus {
  color: white;
  background-color: #00635b;
}
/*MENU.html end*/

/*LOGIN.html*/

/*background images*/
.slide {
  height: calc(100vh - 70px);
  background-size: cover;
  background-color: #999;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  position: absolute;
  opacity: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}

/*login form container*/
.login-container {
  left: 0;
  right: 0;
  top: 200px;
  z-index: 1000;
  position: absolute;
  height: auto !important;
  margin: 0 auto !important;
  text-align: center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-container .btn-success,
.btn-success {
  background-color: #00635b;
  border-color: #00635b;
}

.login-container .btn-success:hover,
.btn-success:hover {
  background-color: #008479;
  border-color: #008479;
}
.login-container .btn {
  width: 170px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.login-container .indexButton {
  background-color: #f5eb9e;
  border: 2px solid black;
  color: black;
  font-size: 17px;
}

.login-container .indexButton p {
  font-size: 22px;
  margin-bottom: 0px;
}

.login-container .indexButton:hover {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
}

.login-container .panel-default > .panel-heading {
  background-color: #00635b;
}

.login-container .panel-default {
  border: none;
}

/*LOGIN.html end*/

/*HOME.html */
.project-list-panel {
  padding: 0;
  margin: 20px 0;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.project-list-panel:hover {
  border: 1px solid #008479;
}

.project-list-panel-title {
  padding: 10px 0;
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.project-list-panel .panel-heading {
  margin: 0;
  padding: 0;
  color: white;
  border: none;
  background-color: #00635b;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 19px;
}

.project-list-panel.panel-default .panel-heading {
  margin: 0;
  padding: 0;
  color: black;
  border: none;
  background-color: #f2f2f2;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 19px;
}

.project-list-panel.panel-default:hover {
  border: 1px solid #cecece;
}

.project-list-panel .project-link {
  display: block;
  overflow: auto;
  color: inherit;
  font-size: 15px;
  cursor: pointer;
  padding: 7px 15px;
}

.project-list-panel .project-title {
  margin: 1px 5px;
  display: inline-block;
}

.project-list-panel .project-description {
  padding: 7px;
  color: #333333;
}

.project-list-panel .project-meta {
  color: #555555;
}

.project-list-panel .project-partner-role {
  float: right;
  color: #555555;
}

.project-list-panel .project-item-collapse {
  float: right;
  color: white;
}

.project-list-panel .bubble {
  margin: 1px;
  font-size: 13px;
  padding: 1px 9px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
}

.project-list-panel .bubble.full {
  display: block;
  text-align: left;
}

.project-list-panel .bubble.green {
  color: #fff;
  background: #0e442e;
}

.project-list-panel .bubble.default {
  color: #fff;
  background: #333;
}

.project-list-panel .panel-heading:hover {
  cursor: pointer;
  border: none;
  background-color: #008479 !important;
}

.project-list-panel.panel-default .panel-heading:hover {
  cursor: pointer;
  border: none;
  background-color: #e5e5e5 !important;
}

.project-list-panel .panel-heading:hover .bubble.green {
  color: #333;
  background-color: #f2f2f2;
}

.project-list-panel.panel-default .panel-heading:hover .bubble.default {
  color: #333;
  background-color: white;
}

/*HOME.html end*/

/*loading bar*/

.loader {
  float: right;
  margin-right: 20px;
  border: 8px solid #c9c9c9; /* Grey */
  border-top: 8px solid #2299dd; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.loader100 {
  float: right;
  margin-right: 20px;
  border: 8px solid #2299dd; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  animation: hide 5s forwards;
}

.loader-canvas {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #00635b;
  width: 120px;
  height: 120px;
  margin: 0px auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*PROJECT.html*/

/*font awsome icons color*/
.infocolor {
  color: #5bc0de;
}

/*Mouse over icons*/
i {
  cursor: pointer;
}

/*250px width input fiels*/
.inputwidth250 {
  max-width: 250px;
}

/*300px width input fiels*/
.inputwidth300 {
  width: 300px;
}

input.ng-invalid,
select.ng-invalid,
textarea.ng-invalid,
div.ng-invalid {
  border: 1px solid red !important;
  background-color: pink !important;
}

input.ng-warning,
select.ng-warning,
textarea.ng-warning,
div.ng-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border: 1px solid #8a6d3b !important;
}

.file-drop-zone {
  padding: 30px;
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  text-align: center;
}

.file-drop-zone-over {
  border: 3px dashed red;
}

.img-thumb-container {
  float: left;
  position: relative;
}

.img-thumb {
  width: 80px;
  height: 80px;
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #e5e5e5;
}

.img-thumb:hover {
  cursor: pointer;
  box-shadow: 0 0 15px #e5e5e5;
}

.icon-thumb {
  width: 60px;
  height: 80px;
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #e5e5e5;
}

.icon-thumb:hover {
  cursor: pointer;
  box-shadow: 0 0 15px #e5e5e5;
}

.file-browser-button p {
  line-height: 80px;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

/*On Off Switch Ja/Nein*/
.onoffswitch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  width: 78px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 23px;
  border: 2px solid #e0e0e0;
}

.onoffswitch-inner {
  width: 200%;
  display: block;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  padding: 0;
  width: 50%;
  height: 22px;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  box-sizing: border-box;
  font-family: Trebuchet, Arial, sans-serif;
}

.onoffswitch-inner:before {
  content: "Ja";
  color: #ffffff;
  padding-left: 11px;
  background-color: #008479;
}

.onoffswitch-inner:after {
  color: black;
  content: "Nein";
  text-align: right;
  padding-right: 11px;
  background-color: white;
}

.onoffswitch-switch {
  top: 0;
  bottom: 0;
  right: 52px;
  width: 25px;
  height: 25px;
  display: block;
  margin: -0.5px;
  position: absolute;
  border-radius: 23px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/*modal dialogs*/
.modal-content {
  border: none;
}

.modal-header {
  background-color: #00635b;
  color: white;
}

.modal-header .modal-title {
  font-size: 17px;
}

.modal-header .close {
  opacity: 1;
  color: white;
}

.auto-modal {
  position: relative;
  display: table;
  max-width: 70%;
}

.project-heading {
  overflow: auto;
  padding: 11px 0;
  margin: -20px 0 20px 0;
  box-shadow: 0 0 15px #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.project-heading .project-title {
  color: #333333;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  display: block;
  text-align: center;
  border: 1px solid white;
  padding: 11px;
  width: 100%;
  outline: none;
  resize: none;
}

.project-heading .project-title:focus {
  border: 1px dashed #c2c2c2;
  box-shadow: 0 0 50px #c2c2c2;
}

.project-heading .project-buttons {
  padding: 11px;
  text-align: center;
}

.project-panel {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 20px 0 20px 0 !important;
}

.project-panel .panel-heading {
  margin: 0px;
  padding: 11px;
  font-weight: 600;
  color: white !important;
  height: auto !important;
  text-align: left !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 19px;
  background-color: #00635b !important;
}

.project-panel .panel-body {
  border-bottom-right-radius: 0;
  background-color: #e9e9e9;
}

.project-panel .panel-footer {
  border-bottom-right-radius: 20px;
}

.project-panel textarea {
  width: 100%;
  height: 100px;
  max-width: 100%;
}

.project-panel div[contenteditable="false"] {
  background-color: #f2f2f2 !important;
}

.project-panel .gray {
  padding: 15px;
  margin: 15px 0;
  background-color: white;
  box-shadow: 0 0 15px #dadada;
}

.project-panel .block {
  background-color: white;
  box-shadow: 0 0 15px #dadada;
}

.project-panel .block-head {
  margin: 0;
  padding: 11px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
}

.project-panel .block-body {
  padding: 11px;
}

.project-panel .toggler {
  float: right;
  cursor: pointer;
  display: inline-block;
}

.panel-success {
  border-color: #00635b;
}

.green-background {
  background-color: #00635b;
  color: white;
}

.project-details-table.green-table {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12),
    1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.project-details-table.green-table tr td {
  border-bottom: 1px solid #458437;
  border-top: 1px solid #68b756;
  background-color: #00635b;
  border: 1px solid #0a3322;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12),
    1px 1px 0 rgba(255, 255, 255, 0.2) inset;
  color: white;
}

.project-details-table tr td {
  padding: 10px;
  min-width: 5px;
}

.project-details-table tr td input {
  text-align: right;
}

.project-details-table tr td:first-child {
  font-weight: bold;
}

.green-input-group {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12),
    1px 1px 0 rgba(255, 255, 255, 0.2) inset;
  background-color: #00635b;
  vertical-align: middle;
  border: 1px solid #0a3322;
  color: white;
}

.green-input-group .input-group-addon {
  color: white;
  background-color: #00635b;
  border: 1px solid #0a3322;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12),
    1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.green-input-group input,
.green-input-group select {
  color: white;
  background-color: #00635b;
  border: 1px solid #0a3322;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12),
    1px 1px 0 rgba(255, 255, 255, 0.2) inset;
  outline: none;
}

.green-input-group input:disabled,
.green-input-group select:disabled {
  background-color: #7eb272 !important;
}

.project-partner-edit-button {
  margin: 0;
  padding: 0;
  color: white;
  float: right;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  background: none;
}

.text-editor {
  outline: none;
  padding: 11px;
  margin-top: 15px;
  min-height: 100px;
  background-color: #e5e5e5;
  border: 1px solid #dadada;
}

.project-title.ng-isolate-scope {
  width: 100%;
}

.project-title .ng-inline-edit__button {
  font-size: 19px;
  margin-left: 20px;
}

.project-title .ng-inline-edit__input {
  border: none;
  text-align: center;
  width: 80% !important;
  border-bottom: 1px dashed;
}

/*Back to top button*/
#toTopButton {
  right: 20px;
  bottom: 50px;
  z-index: 100;
  padding: 10px;
  position: fixed;
  border-radius: 5px;
  background-color: #00635b;
  display: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5),
    2px 2px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5),
    2px 2px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5),
    2px 2px 0 rgba(255, 255, 255, 0.3) inset;
}

/*Medium editor*/
.medium-toolbar-arrow-under:after {
  border-color: transparent transparent #000000 transparent;
  border-width: 0 8px 8px 8px;
  top: -8px;
}

/* PROJECT.html end */

/* Media screen < 1024px*/

@media screen and (max-width: 1024px) {
  .project-heading {
    text-align: center;
  }

  .project-title {
    float: none;
    clear: both;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #00635b;
  }
}

/* Media screen < 768px*/

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }

  .slide {
    height: 100%;
  }

  *:not(h3, h1, div.panel-heading) {
    font-size: 14px !important;
  }

  .infotooltip {
    display: none;
  }

  .login-container {
    top: 170px;
  }

  .table-block-title {
    font-size: 15px;
    font-weight: bold;
  }

  .project-details-table tr {
    padding: 3px;
    width: 50px;
    font-size: 10px;
  }

  .project-details-table tr input,
  .project-details-table tr textarea,
  .input-group .input-group-addon {
    padding: 5px;
    font-size: 10px;
    font-weight: normal;
  }

  .project-title .ng-inline-edit__input {
    width: 100% !important;
    font-size: 16px;
    display: inline;
    text-align: center;
  }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 5px;
  }
  ul.nav.nav-pills li {
    clear: left;
    font-size: 14px;
  }
  .btn {
    margin-bottom: 5px;
  }
  .login-container .indexButton:hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  .login-container .indexButton:active {
    background-color: #e5b35b;
  }

  .documents-modal {
    width: auto !important;
  }
}

@media print {
  .no-print {
    display: none !important;
    height: 0;
  }

  .form-control {
    border: none !important;
    background: #e5e5e5 !important;
  }
}

.sort-wrap > button:nth-child(2) {
  margin-left: 5px;
}

.sort-button {
  padding: 7px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sort-button i {
  margin-left: 5px;
}

.pr-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.pt-2 {
  padding-top: 20px;
}

.d-flex {
  display: flex;
} 

.justify-content-between {
  justify-content: space-between;
}