@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
.confirmed{
    background-color: rgba(0, 128, 0, 0.17) !important;
}

.not-confirmed{
    background-color: rgba(255, 0, 0, 0.17) !important;
}

.record-reserve{
    background-color: rgba(255, 247, 165, 0.5) !important;
}

.record-deleted{
    background-color: rgba(255, 255, 255, 1) !important;
}

.record-deleted{
}

.confirmed td, .not-confirmed td, .record-reserve td, .record-deleted td{
    border: none !important;
}

.inline-textarea{
    resize: vertical;width:200px;
}
.hidden{
    display: none;
}

.comment {
    margin: 20px;
}

.comment-header {
    margin: 5px;
    border-bottom: solid darkgray 1px;
}

.comment-author {
    font-size: 14px;
    font-weight: bold;
    color: #716d6d;
}

.comment-date {
    font-size: 11px;
    color: #716d6d;
}

.comment-body {
    margin: 10px 5px;
}
.admin-options .action-edit > a {
	opacity: 0;
}
.admin-options .action-edit:hover > a {
	opacity: 1;
}

.block-n {
	display: inline-block;
}

li.upload-kit-item.done.image {
	min-height: 150px !important;
	height: auto !important;
}

.mleft-20 {
  margin-left: 20px;
}

.h-30px {
  height: 30px !important;
}

.w-100 {
  width: 100% !important;
}

.report {
  padding: 20px 10px;
  color: #373A3C;
  font-family: "Helvetica Neue", sans-serif;
}

.report__header {
  font-size: 40px;
  line-height: 33px;
  font-weight: 500;
}

.report__section__title {
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  margin-bottom: 25px;
  margin-top: 35px;
}

.report__section__table {
  background-color: #fff;
  width: 100%;
}

.report__section__table tr {
  height: 50px;
  box-shadow: 0px -1px 0px #ECEEEF;
}

.report__section__table tr th {
  padding: 13px 32px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.report__section__table tr td {
  width: 170px;
  text-align: center;
}

.statistic__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.statistic__form__control {
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  padding: 7px 14px;
}

.select-dates {
  margin-right: 10px;
}

.statistic__periods {
  display: flex;
  flex-wrap: wrap;
}

.statistic__periods * {
  min-width: 110px;
  margin-right: 3px;
}

.hasNoReport {
  background-color: #ffd8d8 !important;
}

.hasReport {
  background-color: #d4edda !important;
}

/** game-report select */
.custom-select + .select2-container {
  width: 174px !important;
}

.custom-select + .select2-container--krajee .select2-selection--single,
.custom-select + .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 36px;
  line-height: 30px;
}

.city-select + .select2-container--krajee .select2-selection--multiple {
  min-height: 36px;
  line-height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.price-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
  max-width: 300px;
}
.price-item>label {
  width: 180px;
}
.custom-select + .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  top: 0px;
}

.currency-select + .select2-container--krajee {
  margin-left: 10px;
}

.btn-gray {
  color: rgb(100, 100, 100);
  border: 1px solid #CCCCCC !important;
}

@media (max-width: 1294px) {
  .currency-select + .select2-container--krajee {
    margin-left: 0px;
  }

  .statistic__form__btn {
    margin-top: 5px;
  }
}

@media (max-width: 1197px) {
  .city-select + .select2-container--krajee .select2-selection--multiple {
    margin-top: 5px;
    margin-left: 0;
  }
}

@media (max-width: 1035px) {
  .statistic__form__control {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .custom-select + .select2-container--krajee .select2-selection--single,
  .custom-select + .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 36px;
    line-height: 30px;
  }

  .select-dates {
    margin-left: 5px;
    margin-right: 5px;
  }

  .currency-select + .select2-container--krajee {
    margin-top: 0px;
  }
}

@media (max-width: 1034px) {
  .city-select + .select2-container--krajee .select2-selection--multiple {
    margin-top: 0;
    margin-left: 5px;
  }
}

@media (max-width: 535px) {
  .city-select + .select2-container {
    width: 100% !important;
  }
  .city-select + .select2-container--krajee .select2-selection--multiple {
    margin: 5px 0;
  }
}

@media (max-width: 455px) {
  .custom-select + .select2-container  {
    margin-right: 15px;
  }

  .select-dates {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
  }

  .statistic__periods * {
    min-width: 85px;
  }

  .currency-select + .select2-container--krajee {
    margin-left: 0px;
  }
}

/** SIDE MENU */
.treeview-menu>li>a { 
  padding-left: 0px !important;
}