.grid-view hr {
  display: none; }

.money-value {
  text-align: right;
  white-space: nowrap; }

tr.summary {
  font-weight: bold; }

.gc-main-content.with-left-menu .container {
  margin-left: 20px;
  margin-right: 30px; }

/** LEFT_MENU_CONTEXT */
@media (max-width: 768px) {
  .gc-main-content.with-left-menu .container {
    margin-left: 5px;
    margin-right: 5px; } }
.bordered-right {
  border-right: 2px solid #ddd; }

.toast {
  padding-top: 40px !important; }

.user-icon img {
  margin-right: 5px; }

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.key-value-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd; }
.key-value-table tr:last-child td {
  border-bottom: 0px; }
.key-value-table td.lkey {
  text-align: right;
  max-width: 350px;
  padding-right: 10px; }
.key-value-table td.key {
  text-align: right;
  max-width: 350px;
  padding-right: 10px;
  background: #F0F0F0; }
.key-value-table td.subkey {
  text-align: right;
  max-width: 350px;
  padding-right: 10px;
  background: #F0F0F0;
  padding-left: 20px; }
.key-value-table td.important-value {
  font-weight: bold; }
.key-value-table th {
  padding: 10px 20px;
  text-align: center;
  background: #F0F0F0; }

tr.tr-highlighted td {
  background: lightgoldenrodyellow; }

a.dotted-link {
  border-bottom: 1px dotted #006caf;
  text-decoration: none; }

a.dotted-link:hover {
  text-decoration: none; }

.manager-comment {
  font-size: 12px;
  padding: 3px;
  background: lightgoldenrodyellow; }

#gccounterImg {
  display: none; }

.type-selector {
  margin-left: 0;
  padding-left: 0; }
  .type-selector li {
    padding: 10px;
    list-style: none;
    margin: 0px; }
    .type-selector li .description {
      padding-left: 15px; }
    .type-selector li.selected {
      background: #ffffe0; }

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

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

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 15px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

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

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

.margin-right-15 {
  margin-right: 15px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.padding-5 {
  padding: 5px; }

.padding-10 {
  padding: 10px; }

.padding-15 {
  padding: 15px; }

.padding-20 {
  padding: 20px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-left-10 {
  padding-left: 10px; }

.table-selectable tr {
  cursor: pointer; }

.table-notitle tr:first-child td {
  border-top: 0px; }

.table-selectable .selected {
  background: #F0F0FF; }
  .table-selectable .selected:hover {
    background: #F0F0FF; }

.bg-gray {
  background: #F0F0F0; }

.buttons-row {
  border-top: 1px solid #eee;
  padding-top: 10px; }

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  position: relative; }

.no-margins {
  margin: 0px; }

.panel {
  border-radius: 0; }

.checkbox-list label {
  display: block; }

.gc-loader {
  width: 100%;
  height: 30px;
  display: block;
  background: url("/public/img/loading.gif") no-repeat center center; }

@font-face {
  font-family: "PT Sans Regular";
  src: url("/public/fonts/PTS55F.ttf"); }
@font-face {
  font-family: "PT Sans Bold";
  src: url("/public/fonts/PTS75F.ttf"); }
.pt-sans-regular {
  font-family: "PT Sans Regular" !important; }

.pt-sans-bold {
  font-family: "PT Sans Bold" !important; }

.gc-standard-user-block {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .gc-standard-user-block .gc-user-block-avatar {
    float: left;
    margin-right: 10px; }

label {
  font-weight: normal; }

.form-group label.control-label {
  font-weight: bold; }

.modal-without-padding .modal-body {
  padding: 0; }

.row-container .row {
  margin: 0; }

.btn-smm {
  padding: 4px 15px;
  font-size: 13px;
  height: 26px;
  margin-top: -2px;
  line-height: 100%; }

.normal-label label {
  font-weight: normal !important; }

.emoji-textarea {
  padding-right: 40px; }

.gttag {
  padding: 5px;
  font-size: 14px;
  line-height: 27px;
  text-align: center; }

.gttag-item {
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block; }

.chatium-icon {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 60%; }
  .chatium-icon.icon-type-text {
    /*font-size: 60%;*/
    font-weight: 300; }
  .chatium-icon.icon-type-icon {
    font-size: 70%; }
  .chatium-icon.icon-type-emoji .chatium-icon-text {
    padding-top: 5%; }
  .chatium-icon .chatium-icon-text {
    line-height: normal;
    /*font-weight: bold;*/ }
  .chatium-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.new-yandex-logo {
  height: 15px; }

.panel-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px 0 5px; }

.panel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  left: -1em;
  position: relative; }

.panel-control .btn {
  padding-left: 7px;
  padding-right: 7px; }

.pad-all {
  padding: 15px; }

.pro-label {
  height: 16px;
  margin-left: 2px; }

/*# sourceMappingURL=main.css.map */
