@font-face {
  font-family: "OpenSans";
  src: url("../../../css/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansSemibold";
  src: url("../../../css/OpenSans-Semibold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../../../css/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansExtrabold";
  src: url("../../../css/OpenSans-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
pre {
  margin: 0;
  display: inline;
  border: none;
  font: inherit;
  background: transparent;
  padding: 0;
}
.navbar-inverse {
  border: none;
}
.wrap {
  height: 100%;
  margin: 0 auto -60px;
  padding-bottom: 60px;
  display: table;
  width: 100%;
}
.wrap > .container {
  padding: 70px 15px 20px;
  position: relative;
}
.wrap .container-seo {
  display: table-cell;
  width: calc(100% - 250px);
  padding: 100px 15px 20px;
  position: relative;
}
.text-change {
  margin-left: 15px;
  color: red;
}
.text-change span {
  color: green;
}
.left-nav-div {
  padding: 70px 15px 20px;
  width: 250px;
  display: table-cell;
  background: #333;
  position: relative;
}
.left-nav-div:before {
  content: '';
  position: fixed;
  top: 50px;
  left: 0;
  width: 250px;
  height: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
  background: linear-gradient(to bottom, #222 0%, #333 100%);
}
.left-nav-div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#ddd));
  background: linear-gradient(to bottom, #333 0%, #ddd 100%);
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.buttons[disabled="disabled"],
.buttons[disabled="disabled"]:hover {
  background-color: green;
  color: #fff;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.profile-menu .tab {
  background-color: #eaeaea;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  margin-right: 5px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  padding: 7px 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid #dc7e7e;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out 0s, border 0.5s ease-out 0s;
  transition: background-color 0.5s ease-out 0s, border 0.5s ease-out 0s;
}
.profile-menu .tab hr {
  margin: 5px 0 0;
  height: 5px;
  background-color: #eaeaea;
  border: none;
  -webkit-transition: background-color 0.5s ease-out 0s, border 0.5s ease-out 0s;
  transition: background-color 0.5s ease-out 0s, border 0.5s ease-out 0s;
}
.profile-menu .tab:hover {
  background-color: #ededed;
  border-color: #4566da;
}
.profile-menu .tab:hover hr {
  background-color: #ededed;
}
.profile-menu .tab.active {
  background-color: #f0f0f0;
  border-color: #348a38;
}
.profile-menu .tab.active hr {
  background-color: #f0f0f0;
}
ol {
  counter-reset: item;
}
ol h3 > li,
ol h4 > li {
  display: block;
}
ol h3 > li::before,
ol h4 > li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
ol h3 > li ul,
ol h4 > li ul {
  list-style: disc outside;
  margin-top: -8px;
}
ol h4 > li {
  font-weight: bold;
}
ol h4 > li p,
ol h4 > li a {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}
ol h4 > li a {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
}
ol h4 > li ul li {
  font-weight: normal;
  font-size: 16px;
}
ol h3 > li p {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}
ol h3 > li .explain {
  border-color: #000000;
  margin: -8px 35px 10px;
  font-size: 16px;
  display: table;
}
ol h3 > li .explain p {
  padding: 5px;
  margin: 0;
}
ol h3 > li .explain .column {
  display: table-cell;
  border-right: 1px solid #000;
  width: 10%;
}
ol h3 > li .explain .column p {
  border-bottom: 1px solid #000;
}
ol h3 > li .explain .column p:last-child {
  border-bottom: none;
}
ol h3 > li .explain .column:last-child {
  border-right: none;
}
.myform {
  position: relative;
}
.myform .workspace-instruments {
  display: inline-block;
  position: absolute;
  top: 0;
}
/***************************SEARCH******************************/
.container .themes {
  overflow: hidden;
}
.container .themes > h2 {
  float: left;
}
#search-form {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px;
}
.search-input {
  height: 32px;
  max-width: 400px;
  width: 100%;
}
.search-submit {
  padding: 3.5px 15px;
}
/**************************CONTENT OF POST*****************************/
#toc {
  margin: 10px 20px;
}
#toc p {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
#toc .links {
  padding-left: 20px;
  font-size: 16px;
}
#toc .links > span {
  font-weight: normal !important;
  font-size: 16px !important;
  color: #3379b6 !important;
}
#toc .links:hover > span {
  color: #23527c !important;
  text-decoration: underline !important;
}
#toc .links.H1 {
  font-size: 22px;
  padding-top: 20px;
  display: inline-block;
}
#toc .links.H2 {
  padding-left: 40px;
}
#toc .links.H3 {
  padding-left: 60px;
}
#toc .links.H4 {
  padding-left: 80px;
}
font.show-post-popup {
  color: #3379b6;
  cursor: pointer;
}
font.show-post-popup:hover {
  color: #23527c;
  text-decoration: underline;
}
.li-button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 40px;
  height: 25px;
  text-align: center;
  font-size: 18px;
}
.li {
  display: inline-block;
}
.content-post,
.content-post-copywriter,
.content-post-diff {
  padding: 15px;
}
.content-post h2,
.content-post-copywriter h2,
.content-post-diff h2,
.content-post h3,
.content-post-copywriter h3,
.content-post-diff h3,
.content-post h4,
.content-post-copywriter h4,
.content-post-diff h4 {
  margin: 0;
  font-weight: 700 !important;
}
.content-post {
  background-color: #ddd;
}
.content-post-copywriter {
  background-color: #ebefd4;
}
.content-post-diff > *:first-child {
  background-color: #ebefd4;
}
.content-post-diff > *:last-child {
  background-color: #ddd;
}
td .content-post,
td .content-post-copywriter td .content-post-diff {
  margin: -8px;
}
/*************************STATISTIC POST*************************************/
.post-stat {
  min-width: 135px;
}
.post-stat div {
  float: left;
  white-space: nowrap;
  margin: 1px 0 1px 2px;
  border-radius: 5px;
  padding: 2px 4px 0 4px;
  background: #E0E0E0;
  cursor: pointer;
}
.post-stat div.tip {
  width: 39px;
}
.post-stat div.tip.wide {
  width: 133px;
}
.post-stat div.tip.wider {
  width: 50px;
}
.post-stat div span.glyphicon {
  width: 17px;
  padding: 4px 16px 3px 3px;
  margin: -3px 2px -3px -3px;
  border-radius: 4px;
}
.post-stat div.good span.glyphicon {
  background: #D7FFA9;
}
.post-stat div.warning span.glyphicon {
  background: #ff8f34;
}
.post-stat div.critical span.glyphicon {
  background: #ff0c00;
}
.post-stat-tip {
  overflow: hidden;
  width: 200px;
}
.post-stat-tip .good {
  margin-top: 5px;
  color: #55a400;
  font-weight: bold;
}
.post-stat-tip .warning {
  margin-top: 5px;
  color: #ff8f34;
  font-weight: bold;
}
.post-stat-tip .critical {
  margin-top: 5px;
  color: #ff0c00;
  font-weight: bold;
}
.widget-requests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-request {
  width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
table tbody tr .pos-show {
  color: #000;
  font-weight: bold;
  text-shadow: 0 0 10px #fff;
  vertical-align: middle;
  text-align: center;
}
table tbody tr .pos-show:not(.data-position) {
  background: #CCC;
}
table.table-hover tbody tr:hover .pos-show:not(.data-position) {
  background: #C5C5C5;
}
/*********************SCROLL TO TOP*************************/
#back-to-top {
  position: fixed;
  z-index: 999;
  display: none;
  bottom: 70px;
  right: 15px;
  cursor: pointer;
}
#back-to-top i {
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  background: #26ADE4;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#back-to-top i:hover {
  background: #333;
}
.chat .time,
.chat.time {
  color: #999999;
  font-size: 12px;
}
.chat1 {
  display: inline-block;
  margin-left: 15px;
}
.moneyAll {
  color: red;
  font-weight: bold;
}
.moneyAll.all {
  float: left;
}
.moneyAll.select {
  float: right;
}
.moneyAll.select.no-last {
  width: calc(100% - 105px);
  float: left;
  text-align: right;
}
.moneyAll.count {
  text-align: center;
  color: black;
}
.postAll {
  font-weight: bold;
  width: calc(100% - 105px);
  text-align: center;
}
/***********************COMPLAINTS***************************/
.popup-complaints {
  cursor: pointer;
  display: inline-block;
  color: red;
  font-weight: bold;
}
.complaint .theme-complaint {
  color: #777;
}
.complaint .time-complaint {
  color: #888;
}
.complaint .user-complaint {
  color: #666;
}
.h1popup {
  color: red;
  text-align: center;
  font-weight: bold;
}
.complaint-row.active td {
  background-color: #eee !important;
}
.count-text {
  color: red;
  text-align: right;
}
.divdashboard1 {
  width: 45%;
  float: left;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.divdashboard2 {
  width: 45%;
  float: right;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: scroll;
}
.dashboard {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
blockquote {
  margin: 22px 23px !important;
  padding: 20px !important;
  border-radius: 15px !important;
  border: solid !important;
  font-size: 14px;
}
blockquote.danger {
  border-color: #ff504d !important;
}
blockquote.info {
  border-color: #308fed !important;
}
#dashboard-admin-pjax .show-details {
  height: 22px;
}
.show-text {
  font-weight: normal;
}
.show-text.active {
  color: #00f !important;
}
#filterPanel {
  height: auto;
  width: 100%;
  min-width: 1140px;
  border: 1px solid #ddd;
}
#filterPanel label {
  border-bottom: 1px solid black;
  width: 100%;
  height: 35px;
}
#filterPanel label input[type="checkbox"] {
  margin: 0;
}
#filterPanel #projectthemessearch-status label:first-child {
  height: auto;
}
#filterPanel #projectthemessearch-status label:first-child input[type="checkbox"] {
  margin-top: 4px;
}
.filter-block1 {
  height: 85px;
  font-size: 11px;
  font-weight: normal;
  overflow: hidden;
}
.filter-block1 input[type="text"] {
  width: 100%;
  margin-bottom: 5px;
}
.filter-block {
  font-size: 11px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  padding: 2px;
}
.titles-filters {
  position: relative;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
}
.click-more,
.click-les {
  position: relative;
  font-weight: bold;
  text-align: center;
}
.filter-block1-mini {
  height: auto!important;
}
.post-popup div.center {
  padding: 30px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.post-popup div.center:first-child {
  padding: 0;
}
.span-click {
  color: #337ab7;
  cursor: pointer;
}
.balance {
  color: #000547;
  overflow: hidden;
}
.balance h3 {
  float: right;
  margin: 0;
  font-size: 18px;
}
.balance h3 {
  margin-top: 0;
}
.balance hr {
  border-top: 1px solid #000;
  margin: 30px 0 0;
}
.group-select {
  font-size: x-small;
}
/*********************ARCHIVE*************************/
#filterPanel {
  overflow: hidden;
}
#filterPanel .filter-block {
  float: left;
}
#filterPanel .filter-block:nth-child(1) {
  width: 37px;
}
#filterPanel.writer {
  min-width: 600px;
}
#filterPanel.writer .filter-block:nth-child(1) {
  width: 773.05px;
}
#filterPanel.writer .filter-block:nth-child(2),
#filterPanel.writer .filter-block:nth-child(3) {
  width: 121.983px;
}
#filterPanel.writer .filter-block:nth-child(4) {
  width: 120.983px;
}
#filterPanel.editor {
  min-width: 950px;
}
#filterPanel.editor .filter-block:nth-child(2) {
  width: 420.8px;
}
#filterPanel.editor .filter-block:nth-child(3) {
  width: 116.45px;
}
#filterPanel.editor .filter-block:nth-child(4) {
  width: 121px;
}
#filterPanel.editor .filter-block:nth-child(5) {
  width: 126.683px;
}
#filterPanel.editor .filter-block:nth-child(6) {
  width: 102.033px;
}
#filterPanel.editor .filter-block:nth-child(7) {
  width: 107.517px;
}
#filterPanel.editor .filter-block:nth-child(8) {
  width: 106.517px;
}
#filterPanel.publisher {
  min-width: 966px;
}
#filterPanel.publisher .filter-block:nth-child(2) {
  width: 388.367px;
}
#filterPanel.publisher .filter-block:nth-child(3) {
  width: 120.45px;
}
#filterPanel.publisher .filter-block:nth-child(4) {
  width: 121px;
}
#filterPanel.publisher .filter-block:nth-child(5) {
  width: 133.05px;
}
#filterPanel.publisher .filter-block:nth-child(6) {
  width: 109.267px;
}
#filterPanel.publisher .filter-block:nth-child(7) {
  width: 107.867px;
}
#filterPanel.publisher .filter-block:nth-child(8) {
  width: 121px;
}
#filterPanel.analyst {
  min-width: 1056px;
}
#filterPanel.analyst .filter-block:nth-child(2) {
  width: 340.1px;
}
#filterPanel.analyst .filter-block:nth-child(3) {
  width: 121px;
}
#filterPanel.analyst .filter-block:nth-child(4) {
  width: 116.667px;
}
#filterPanel.analyst .filter-block:nth-child(5) {
  width: 104.333px;
}
#filterPanel.analyst .filter-block:nth-child(6) {
  width: 99px;
}
#filterPanel.analyst .filter-block:nth-child(7),
#filterPanel.analyst .filter-block:nth-child(8) {
  width: 106.967px;
}
#filterPanel.analyst .filter-block:nth-child(9) {
  width: 105.967px;
}
table.writer-archive {
  min-width: 600px;
}
table.writer-archive td:nth-child(1) {
  width: 774.05px;
}
table.writer-archive td:nth-child(2),
table.writer-archive td:nth-child(3),
table.writer-archive td:nth-child(4) {
  width: 121.983px;
}
table.editor-archive {
  min-width: 950px;
}
table.editor-archive td:nth-child(1) {
  width: 38px;
}
table.editor-archive td:nth-child(2) {
  width: 420.8px;
}
table.editor-archive td:nth-child(3) {
  width: 116.45px;
}
table.editor-archive td:nth-child(4) {
  width: 121px;
}
table.editor-archive td:nth-child(5) {
  width: 126.683px;
}
table.editor-archive td:nth-child(6) {
  width: 102.033px;
}
table.editor-archive td:nth-child(7),
table.editor-archive td:nth-child(8) {
  width: 107.517px;
}
table.publisher-archive {
  min-width: 966px;
}
table.publisher-archive td:nth-child(1) {
  width: 38px;
}
table.publisher-archive td:nth-child(2) {
  width: 388.367px;
}
table.publisher-archive td:nth-child(3) {
  width: 120.45px;
}
table.publisher-archive td:nth-child(4) {
  width: 121px;
}
table.publisher-archive td:nth-child(5) {
  width: 133.05px;
}
table.publisher-archive td:nth-child(6) {
  width: 109.267px;
}
table.publisher-archive td:nth-child(7) {
  width: 107.867px;
}
table.publisher-archive td:nth-child(8) {
  width: 122px;
}
table.analyst-archive {
  min-width: 966px;
}
table.analyst-archive td:nth-child(1) {
  width: 38px;
}
table.analyst-archive td:nth-child(2) {
  width: 340.1px;
}
table.analyst-archive td:nth-child(3) {
  width: 121px;
}
table.analyst-archive td:nth-child(4) {
  width: 116.667px;
}
table.analyst-archive td:nth-child(5) {
  width: 104.333px;
}
table.analyst-archive td:nth-child(6) {
  width: 99px;
}
table.analyst-archive td:nth-child(7),
table.analyst-archive td:nth-child(8),
table.analyst-archive td:nth-child(9) {
  width: 106.967px;
}
@media (max-width: 1199px) {
  #filterPanel.writer .filter-block:nth-child(1) {
    width: 611.467px;
  }
  #filterPanel.writer .filter-block:nth-child(2),
  #filterPanel.writer .filter-block:nth-child(3) {
    width: 109.183px;
  }
  #filterPanel.writer .filter-block:nth-child(4) {
    width: 108.167px;
  }
  #filterPanel.editor .filter-block:nth-child(2) {
    width: 282px;
  }
  #filterPanel.editor .filter-block:nth-child(3),
  #filterPanel.editor .filter-block:nth-child(5),
  #filterPanel.editor .filter-block:nth-child(6) {
    width: 99px;
  }
  #filterPanel.editor .filter-block:nth-child(4) {
    width: 121px;
  }
  #filterPanel.editor .filter-block:nth-child(7) {
    width: 106px;
  }
  #filterPanel.editor .filter-block:nth-child(8) {
    width: 105px;
  }
  #filterPanel.publisher .filter-block:nth-child(2) {
    width: 282px;
  }
  #filterPanel.publisher .filter-block:nth-child(3),
  #filterPanel.publisher .filter-block:nth-child(5),
  #filterPanel.publisher .filter-block:nth-child(6) {
    width: 99px;
  }
  #filterPanel.publisher .filter-block:nth-child(4) {
    width: 121px;
  }
  #filterPanel.publisher .filter-block:nth-child(7) {
    width: 106px;
  }
  #filterPanel.publisher .filter-block:nth-child(8) {
    width: 121px;
  }
  #filterPanel.analyst .filter-block:nth-child(2) {
    width: 282px;
  }
  #filterPanel.analyst .filter-block:nth-child(3) {
    width: 121px;
  }
  #filterPanel.analyst .filter-block:nth-child(4),
  #filterPanel.analyst .filter-block:nth-child(5),
  #filterPanel.analyst .filter-block:nth-child(6) {
    width: 99px;
  }
  #filterPanel.analyst .filter-block:nth-child(7),
  #filterPanel.analyst .filter-block:nth-child(8) {
    width: 106px;
  }
  #filterPanel.analyst .filter-block:nth-child(9) {
    width: 105px;
  }
  table.writer-archive {
    min-width: 600px;
  }
  table.writer-archive td:nth-child(1) {
    width: 612.467px;
  }
  table.writer-archive td:nth-child(2),
  table.writer-archive td:nth-child(3),
  table.writer-archive td:nth-child(4) {
    width: 109.167px;
  }
  table.editor-archive td:nth-child(2) {
    width: 282px;
  }
  table.editor-archive td:nth-child(3) {
    width: 99px;
  }
  table.editor-archive td:nth-child(4) {
    width: 121px;
  }
  table.editor-archive td:nth-child(5) {
    width: 99px;
  }
  table.editor-archive td:nth-child(6) {
    width: 99px;
  }
  table.editor-archive td:nth-child(7),
  table.editor-archive td:nth-child(8) {
    width: 106px;
  }
  table.publisher-archive td:nth-child(2) {
    width: 282px;
  }
  table.publisher-archive td:nth-child(3) {
    width: 99px;
  }
  table.publisher-archive td:nth-child(4) {
    width: 121px;
  }
  table.publisher-archive td:nth-child(5) {
    width: 99px;
  }
  table.publisher-archive td:nth-child(6) {
    width: 99px;
  }
  table.publisher-archive td:nth-child(7) {
    width: 106px;
  }
  table.publisher-archive td:nth-child(8) {
    width: 122px;
  }
  table.analyst-archive td:nth-child(2) {
    width: 282px;
  }
  table.analyst-archive td:nth-child(3) {
    width: 121px;
  }
  table.analyst-archive td:nth-child(4),
  table.analyst-archive td:nth-child(5),
  table.analyst-archive td:nth-child(6) {
    width: 99px;
  }
  table.analyst-archive td:nth-child(7),
  table.analyst-archive td:nth-child(8),
  table.analyst-archive td:nth-child(9) {
    width: 106px;
  }
}
@media (max-width: 991px) {
  #filterPanel.writer .filter-block:nth-child(1) {
    width: 397.633px;
  }
  #filterPanel.writer .filter-block:nth-child(2),
  #filterPanel.writer .filter-block:nth-child(3) {
    width: 107.117px;
  }
  #filterPanel.writer .filter-block:nth-child(4) {
    width: 106.117px;
  }
  table.writer-archive {
    min-width: 600px;
  }
  table.writer-archive td:nth-child(1) {
    width: 398.633px;
  }
  table.writer-archive td:nth-child(2),
  table.writer-archive td:nth-child(3),
  table.writer-archive td:nth-child(4) {
    width: 107.117px;
  }
}
@media (max-width: 767px) {
  #filterPanel.writer .filter-block:nth-child(1) {
    width: calc(100% - 319px);
  }
  #filterPanel.writer .filter-block:nth-child(2),
  #filterPanel.writer .filter-block:nth-child(3) {
    width: 106px;
  }
  #filterPanel.writer .filter-block:nth-child(4) {
    width: 105px;
  }
  table.writer-archive {
    min-width: 600px;
  }
  table.writer-archive td:nth-child(1) {
    width: calc(100% - 318px);
  }
  table.writer-archive td:nth-child(2),
  table.writer-archive td:nth-child(3),
  table.writer-archive td:nth-child(4) {
    width: 106px;
  }
}
.table-note {
  display: table;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.table-note .table-cells {
  display: table-cell;
  padding: 0 10px;
}
.bold {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.notes-filter {
  font-weight: bold;
}
.message-new-count {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-left: 5px;
  background-color: red;
  border-radius: 100%;
  color: white;
  font-weight: bold ;
}
.application-new-count {
  padding: 4px 8px;
  margin-left: 5px;
  background-color: #29ffe7;
  border-radius: 100%;
  color: black;
  font-weight: bold ;
}
.div-bonus {
  font-size: 18px;
  color: red;
  margin-top: 16px;
}
.div-money {
  font-size: 18px;
  margin-top: 16px;
}
.span-maps-0 {
  font-size: 29pt;
  color: red;
}
.span-maps-1 {
  font-size: 27pt;
}
.span-maps-2 {
  font-size: 25pt;
}
.span-maps-3 {
  font-size: 23pt;
}
.span-maps-4 {
  font-size: 21pt;
}
.span-maps-5 {
  font-size: 19pt;
}
.span-maps-6 {
  font-size: 17pt;
}
.span-maps-7 {
  font-size: 15pt;
}
.div-turn {
  background: #4ef656;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 6px 10px;
  font-size: large;
  min-width: 70px;
  display: inline-block;
}
.div-turn.error {
  color: white;
  background: red;
}
.dropdown-submenu > a {
  color: black;
}
.dropdown-submenu > ul {
  display: none;
}
.dropdown-submenu:hover > ul {
  display: block;
}
.image-loader {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: #fff url('/images/exit.png') no-repeat center;
  background-size: 15px auto;
}
