@import url(bootstrap.min.css);
html {
  height: 100%;
  position: relative; }

body {
  min-height: 100%;
  position: relative;
  padding-bottom: 50px; }

.middle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }
  .middle > .row {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    position: relative; }
    .middle > .row > div {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      float: none; }

.btn .glyphicon {
  margin-right: 5px; }

.panel {
  margin-bottom: 15px; }

.table-bordered > tbody > tr > td {
  font-size: 12px;
  vertical-align: middle;
  line-height: normal; }

table td.actions .btn {
  min-width: 20px; }
  table td.actions .btn .glyphicon {
    margin-right: 0px; }
table td.date div {
  white-space: nowrap;
  text-align: right; }
table td.contact span {
  white-space: nowrap; }
table td form {
  display: inline; }

.alert-danger li {
  margin-left: 15px; }

.modal-body {
  text-align: left;
  margin-bottom: 25px; }

.row.buttons h3 {
  margin: 5px 0; }
.row.buttons > [class*='col-']:last-child {
  text-align: right; }
  .row.buttons > [class*='col-']:last-child a {
    margin: 5px 0; }

.select2-container:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-bottom: -9px !important; }

.select2-container:focus .select2-container--default .select2-selection--multiple,
.select2-container:focus .select2-container--default .select2-selection--single {
  border-color: #66afe9 !important; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0px !important; }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 36px !important;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777 !important;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .select2-container--default .select2-selection--multiple .select2-selection__arrow,
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
    line-height: 33px !important;
    color: #777777 !important; }

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0px;
  margin-left: 15px; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px 5px !important; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 22px;
  background-color: #cb210e !important;
  color: #fff;
  margin-top: 6px !important; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important; }

table th {
  font-size: 13px; }

.copy-button {
  text-align: center;
  margin-top: 248px;
  width: 100%; }

dd {
  margin-bottom: 15px; }

.customer-data {
  border: 1px solid lightgray;
  padding: 15px; }

.customer-new {
  margin-top: 25px; }
  .customer-new button {
    width: 100%; }

#new_customer {
  display: none; }

textarea {
  min-height: 112px; }

.input-file {
  position: relative; }

/* Remove margin, it is just for stackoverflow viewing */
.input-file .input-group-addon {
  border: 0px;
  padding: 0px; }

.input-file .input-group-addon .btn {
  border-radius: 0 4px 4px 0; }

.input-file .input-group-addon input {
  cursor: pointer;
  position: absolute;
  width: 72px;
  z-index: 2;
  top: 0;
  right: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent; }

/*
 * Widget
 */
.uploader {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 40px 0px;
  margin-bottom: 10px;
  font-size: 24px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #fff; }

.uploader-active {
  border-color: #0B85A1; }

.uploader div.or {
  font-size: 14px;
  color: #C0C0C0;
  padding: 10px; }

.uploader div.browser label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #d9230f;
  border-color: #d9230f;
  background-image: -webkit-linear-gradient(#e72510, #d9230f 6%, #cb210e);
  background-image: -o-linear-gradient(#e72510, #d9230f 6%, #cb210e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e72510), color-stop(6%, #d9230f), to(#cb210e));
  background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #a91b0c; }

#drag-and-drop-accommodation .uploader div.browser label {
  background-color: #914294;
  border-color: #914294;
  background-image: -webkit-linear-gradient(#a54caa, #9b479f 6%, #914294);
  background-image: -o-linear-gradient(#a54caa, #9b479f 6%, #914294);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a54caa), color-stop(6%, #9b479f), to(#914294));
  background-image: linear-gradient(#a54caa, #9b479f 6%, #914294);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54caa', endColorstr='#ff914294', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #79377c; }

#drag-and-drop-production .uploader div.browser label {
  background-color: #cc7b1d;
  border-color: #cc7b1d;
  background-image: -webkit-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
  background-image: -o-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e08b27), color-stop(6%, #d9831f), to(#cc7b1d));
  background-image: linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08b27', endColorstr='#ffcc7b1d', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #ac6819; }

.uploader div.browser span {
  cursor: pointer; }

.uploader div.browser input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: .0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer; }

.uploader div.browser label:hover {
  background-color: #427fed; }

table td .btn {
  margin: 2px 0;
  min-width: 45px; }

.form-group {
  margin-bottom: 0px; }

.form-group > div {
  margin-bottom: 15px; }

.nav-tabs.lang {
  text-transform: uppercase; }
  .nav-tabs.lang ~ .tab-content {
    padding: 15px; }

.logo-front {
  background: #000;
  margin-bottom: 20px; }
  .logo-front img {
    margin: 0 auto; }

.info-offer {
  margin-bottom: 15px;
  font-size: 14px; }

.info-offer-description {
  margin-bottom: 15px;
  font-size: 14px; }

.has-error .select2-container--default .select2-selection--multiple,
.has-error .select2-container--default .select2-selection--single {
  border-color: #d9230f !important; }

.table-striped > tbody > tr:hover {
  background-color: #ceffd0 !important;
  -moz-transition: all 100ms ease-in;
  /* WebKit */
  -webkit-transition: all 100ms ease-in;
  /* Opera */
  -o-transition: all 100ms ease-in;
  /* Standard */
  transition: all 100ms ease-in; }

/*
 *  STYLE 2
 */
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D62929; }

#countdown {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 51px; }

a.viber {
  color: #8f5db7; }
  a.viber:focus, a.viber:active, a.viber:hover {
    color: #59267c; }

.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px !important;
  color: inherit;
  text-decoration: none;
  font-weight: 700; }

.form-inline.editableform .form-group > div {
  margin-bottom: 0px; }
.form-inline.editableform .btn {
  margin: 0px 0;
  min-width: 0px; }
  .form-inline.editableform .btn .glyphicon {
    margin-right: 0px; }

#chat .chat {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 350px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  #chat .chat ::-webkit-scrollbar {
    width: 10px; }
  #chat .chat ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  #chat .chat ::-webkit-scrollbar-thumb {
    background: #888; }
  #chat .chat ::-webkit-scrollbar-thumb:hover {
    background: #555; }
#chat .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }
#chat .chat li.left .chat-body {
  margin-left: 60px; }
#chat .chat li.right .chat-body {
  margin-right: 60px; }
#chat .chat li .chat-body p {
  margin: 0;
  color: #777777; }
#chat .panel .slidedown .glyphicon, #chat .chat .glyphicon {
  margin-right: 5px; }
#chat .panel-heading .checkbox {
  margin: 0px; }
#chat .panel-heading .toggle-group .btn:hover {
  border: none; }
#chat .panel-heading .toggle-on.btn-xs {
  padding-left: 12px; }
#chat .checkbox label .toggle {
  margin-top: -2px; }

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #dddddd !important;
  opacity: 1; }

.user-verified {
  text-align: center; }
  .user-verified .glyphicon-ok {
    color: #0BC818; }
  .user-verified .glyphicon-remove {
    color: #d9230f; }

.message-counter {
  position: relative; }
  .message-counter span.badge {
    position: absolute;
    top: 3px;
    right: 13px; }
  .message-counter span.glyphicon.glyphicon-comment {
    font-size: 16px;
    padding-right: 6px; }

ul.message-list {
  padding: 0px; }
  ul.message-list .title {
    font-weight: 900;
    font-size: 14px; }
  ul.message-list li.single-message {
    background: #d9230f08;
    list-style: none;
    margin: 0px;
    padding: 10px;
    border: 1px solid #d9230f;
    margin-bottom: 10px;
    border-radius: 6px; }
    ul.message-list li.single-message a {
      display: block;
      text-decoration: none; }
      ul.message-list li.single-message a:hover, ul.message-list li.single-message a:focus {
        text-decoration: none; }

#myTable.forms tr.bold-text {
  font-weight: 800; }
#myTable.forms th.comments {
  width: 400px; }
#myTable.forms td.comments {
  width: 400px;
  font-size: 11px; }
#myTable.forms td.status,
#myTable.forms th.status {
  width: 165px; }
#myTable.forms select.form-control {
  width: 130px; }
#myTable.forms .editable-buttons button {
  margin-left: 5px;
  padding: 1px 4px;
  margin-top: 3px; }
  #myTable.forms .editable-buttons button:first-child {
    margin-left: 0px; }

.images {
  margin-bottom: 15px; }
  .images a {
    height: 150px;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    margin-bottom: 15px; }
  .images .title {
    font-weight: 700;
    margin-bottom: 15px; }

@media (min-width: 1600px) {
  .full-container {
    width: 1560px; } }
@media (min-width: 1900px) {
  .full-container {
    width: 1870px; } }
@media (max-width: 768px) {
  .customer-new {
    margin-top: 0px;
    margin-bottom: 20px; } }
@media (min-width: 991px) {
  .info-offer > div:first-child {
    text-align: right; } }

/*# sourceMappingURL=backend.css.map */
