body {
  background-color:  #eeeeee;
  position: relative;
}

.container{
  max-width: 1920px;
  padding-left: 10px;
  padding-right: 10px;
}

a, button {
  transition: all 0.2s;
  cursor: pointer;
}

a:hover, button:hover{
  opacity: 0.9;
}

a:active, button:active, .left-menu:active {
  opacity: 0.8;
}
/*BANK OF IDEAS*/

/*HEADER*/

header {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.bi-header {
  display: inline-flex;
  text-decoration: none;
  list-style-type: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.bi-date {
  font-family: ArialBold;
  color:  #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.bi-info {
  background: url('../image/icon/bank-idea-info.png') no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 20px;
  display: inline-block;
}

.bi-list {
  background: url('../image/icon/bank-idea-list.png') no-repeat;
  width: 17px;
  height: 11px;
  margin-left: 20px;
  display: inline-block;
}

.bi-card {
  background: url('../image/icon/menu-card.png') no-repeat;
  width: 17px;
  height: 11px;
  margin-left: 20px;
  display: inline-block;
}

.bi-exit {
  background: url('../image/icon/bank-idea-exit.png') no-repeat;
  width: 17px;
  height: 12px;
  margin-left: 20px;
  display: inline-block;
}


.bi-header-card {
  background: url('../image/icon/header-personal-card.png') no-repeat;
  width: 32px;
  height: 32px;
  margin-left: 13px;
  margin-top: 5px;
  display: inline-block;
}

.bi-header-calendar {
  background: url('../image/icon/header-calendar.png') no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 13px;
  margin-top: 5px;
}

.bi-header-exit {
  background: url('../image/icon/header-logout.png') no-repeat;
  width: 32px;
  height: 32px;
  margin-left: 13px;
  margin-top: 5px;
  display: inline-block;
}
/*GENERAL TITLE*/


.general-title {
  font-family: ArialBold;
  color:  #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  text-transform: uppercase;
  padding-left: 26px;
  margin-bottom: 20px;
}

.open .general-title {
  padding-left: 5px;
}

.general-title::before {
  content: '';
  display: inline-block;
  background: url('../image/icon/general-title-icon.png') no-repeat;
  width: 13px;
  height: 10px;
  padding-right: 20px;
}

/*BANK-IDEA-STATISTICS*/

.bi-statistics {
  font-family: Calibri;
  display: flex;
  color:  #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  justify-content: space-around;
  text-transform: uppercase;
}

.bi-statistics span {
  font-family: Calibri;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}

.bi-statistics-blue, .status-clarify {
  color:  #39dbdd;
}

.bi-statistics-orange {
  color:  #efa208;
}

.bi-statistics-red, .status-not-profit {
  color:  #d94446;
}

.bi-statistics-green {
  color:  #17e942;
}

/*BANK-IDEA-CONTENT*/

.box-shedow {
  box-shadow: 1px 2px 4px 0px rgba(121, 121, 121, 0.65);
}

.bi-content {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  padding: 5px 6px;
  box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
}

.bi-filter {
  display: flex;
  align-items: center;
  font-family: ArialRegular;
  color:  #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-right: 3%;
}

.bi-select {
  display: flex;
  justify-content: center;
  border-radius: 3px;
  background-color:  #dddddd;
}

.bi-select select {
  font-family: ArialRegular;
  color:  #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-radius: 3px;
  background-color:  #ffffff;
  width: 132px;
  margin: 0.3% 1%;
  border: none; 
}

.bi-select-btn {
  font-family: ArialRegular;
  color:  #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #3897d7;
  padding: 1px 17px;
  margin: 0.3% 3%;
}

.bi-button {
  margin-top: 10px;
}

.bi-btn {
  font-family: ArialRegular;
  color:  #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color:  #3897d7;
  box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
  padding: 0 10px;
  border: none;
}

.bi-btn.btn-yellow {
  background-color: #efa208;
}

button.btn-red {
  background-color: #d94446;
}

.bi-select-btn.btn-white {
  background-color: #fff;
  color: #000;
}
.bi-btn.add-bi::before {
  content: '';
  display: inline-block;
  background: url('../image/icon/add-idea.png') no-repeat;
  width: 21px;
  height: 21px;
  padding-right: 30px;
}

.bi-edit {
  background-image: url('../image/icon/edit-idea.png');
  background-repeat: no-repeat;
  background-color: #efa208;
  background-position: 8px 7px;
  border-radius: 3px;
  box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
  width: 35px;
  height: 35px;
  border: 0;
  margin-right: 10px;
}

.bi-close {
  background-image: url('../image/icon/close-idea.png');
  background-repeat: no-repeat;
  background-color: #d94446;
  background-position: 8px 7px;
  border-radius: 3px;
  box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
  width: 35px;
  height: 35px;
  border: 0;
}

.bi-yellow-date {
  color: #efa208;
  margin-top: 15px;
}

/*TEST TABLE*/
.row-title {
  display: none;
}

.bi-container-title {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.bi-container-row {
  display: flex;
  border-bottom: 1px solid #cacaca;;
  box-sizing: border-box;
  padding: 10px 0 5px;
  font-size: 14px;
}

.bi-container-title {
  border-top: none;
}

.bi-container-row-1 {
  width: 5%;
}
.bi-container-row-2 {
  width: 22%;
}
.bi-container-row-3 {
  width: 11.5%;
}
.bi-container-row-4 {
  width: 20%;
}
.bi-container-row-5 {
  width: 10%;
}

.borders {
    border-right: 1px solid black;
}

.borders-w {
    border-right: 1px solid white;
}

.status-submit {
  border-left: 10px solid #39dbdd;
}

.status-submit-right {
  border-right: 10px solid #39dbdd;
}

.status-process {
  border-left: 10px solid #efa208;
}

.status-close-right {
  border-right: 10px solid #d94546;
}

.status-open-right {
  border-right: 10px solid #17e842;
}

.status-reject {
  border-left: 10px solid #d94446;
}

.status-done {
  border-left: 10px solid #17e942;
}

.bi-container-row > div{
  padding: 0 5px;
  overflow: hidden;
}

[type="submit"], [type="button"] {
  cursor: pointer;
}

.jq-selectbox {
  width: 100%;
}


@media (max-width: 1400px) {
  .bi-container-row-1 {
    width: 3%;
  }

  .bi-container-row-2 {
    width: 20%;
  }

  .bi-container-row-3 {
    width: 10%
  }

  .bi-container-row-4 {
    width: 14%;
  }

  .bi-container-row-5 {
    width: 9%
  }

  .bi-date {
    font-size: 12px;
  }

  .general-title {
    padding-left: 25px;
    font-size: 12px;
  }

  .bi-statistics {
    font-size: 17px;
  }

  .bi-statistics span{
    font-size: 45px;
  }

  .bi-filter {
    font-size: 12px;
    line-height: 25px;
  }


  .bi-select select {
    font-size: 12px;
  }

  .bi-select-btn {
    font-size: 12px;
    height: 20px;
  }

  .bi-btn {
    font-size: 12px;
    line-height: 25px;
  }

  .bi-container-row {
    font-size: 12px;
    padding: 5px 0 5px;
  }

  .bi-edit, .bi-close {
    width: 30px;
    height: 30px;
    background-position: 5px 5px;
  }

  .bi-edit {
    margin-right: 5px;
  }

  .bi-filter, .bi-select-btn {
    margin: 0.3% 1%;
  }
}

@media (max-width: 1200px) {
  .bi-container-row-1 {
    width: 3%;
  }
  .bi-container-row-2 {
    width: 18%;
  }
  .bi-container-row-3 {
    width: 15%
  }
  .bi-container-row-4 {
    width: 10%;
  }
  .bi-container-row-5 {
    width: 8%
  }
}

@media not print {

  @media (max-width: 992px) {
    .bi-statistics {
      font-size: 18px;
    }

    .bi-statistics > div {
      text-align: center;
    }

    .bi-statistics span {
      font-size: 48px;
    }

    .bi-container-row {
      flex-direction: column;
      margin: 10px 0;
      padding-bottom: 0; 
    }

    .bi-container-row > div {
      width: 100%;
      border-bottom: 1px solid #aaa;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .bi-select {
      flex-direction: column;
      display: flex;
      padding-bottom: 10px;
      align-items: center;

    }

    .bi-select > select{
      margin-bottom: 10px;
    }

    .bi-container-title {
      display: none;
    }

    .row-title {
      font-weight: bold;
      display: block;
      padding-top: 3px;
    }

    .row-content {
      padding-top: 3px;
    }
  }


@media (max-width: 767px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bi-statistics {
    font-size: 16px;
    flex-wrap: wrap;
  }

  .bi-statistics  > div{
    width: 50%;
  }

  .bi-statistics span {
    font-size: 40px;
  }

  .bi-info, .bi-list, .bi-exit {
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .bi-statistics  > div{
    width: 100%;
  }

  .bi-statistics span {
    font-size: 40px;
  }

  .bi-date {
    font-size: 12px;
  }
}






