/* Innovation Acta CSS */
/* Variables */
/* Globals*/
html {
  scroll-padding-top: 200px; }

.standard-title {
  color: #7d7e7f !important; }

.side-box {
  z-index: 0; }

.sticky-offset {
  top: 125px; }

.calls-menu-bar {
  border-radius: 5px; }

@media screen and (max-width: 768px) {
  .sticky-offset {
    top: auto; } }
#main-container {
  background: url("../../images/calls_background.jpg") repeat-y;
  background-size: contain; }

@media screen and (max-width: 768px) {
  #main-container {
    background-size: cover; } }
#call-search-input {
  font-size: 14px;
  height: 30px;
  width: 210px;
  margin-bottom: 10px; }

#calls-status {
  margin-left: 7px;
  color: #3385ff; }

.header-box {
  height: 80px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fafafa;
  border-radius: 5px; }

.header-box-image {
  float: left;
  padding-right: 15px; }

.header-box-image img {
  height: 50px;
  width: auto;
  border-radius: 5px; }

.header-box-text {
  font-size: 20px;
  font-weight: bold;
  padding-top: 12px; }

@media screen and (max-width: 768px) {
  .calls-header-one {
    font-size: 16px !important; } }
.white-box {
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 50px;
  border: solid 1px #bbb;
  border-radius: 5px; }

.call-category-title {
  display: block;
  font-size: 20px;
  color: gray;
  margin-top: 10px;
  margin-bottom: 20px; }

.call-subcategory-title {
  display: block;
  font-size: 14px;
  font-weight: bold; }

.call-identifier {
  display: block;
  font-size: 14px; }

.call-title {
  display: block;
  font-size: 15px;
  font-weight: bold; }

.call-description {
  display: block;
  font-size: 15px;
  font-weight: normal !important; }

.call-budget {
  display: block;
  font-size: 13px;
  font-weight: normal !important; }

.call-deadline {
  display: block;
  font-size: 14px;
  font-weight: bold; }

.call-applay {
  display: block;
  font-size: 13px;
  font-weight: normal !important;
  margin-bottom: 30px; }

.highlight {
  background-color: #e60051;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px; }

.ec-portal-menu-container {
  width: 100%; }

.ec-portal-menu-container div {
  width: 100%; }

.ec-portal-menu-container .ec-portal-menu-header {
  background-color: #ddd;
  color: #e60051;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px; }

.ec-portal-menu-container .ec-portal-menu-content {
  font-size: 13px;
  margin-bottom: 10px;
  display: none; }
