/* START Registration */
.light-login .widget-box.register-box {
  margin: 40px 0px;
  background-color: #BCC6CF;
  background-color: rgba(100, 110, 120, 0.4);
}

.register-box .widget-header {
  padding: 10px;
}
/* END Registration */
.flash {
  padding: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.flash.danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.flash.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.flash.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.flash.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.login-container img {
  width: 80px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  float: left;
  width: 50%;
  padding: 12px 0px;
  background-color: #EFF3F8;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  padding-left: 12px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_length select, .dataTables_filter input {
  display: inline-block;
  height: 28px !important;
  padding: 2px 9px !important;
  margin: 0px 12px !important;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.dataTables_filter input {
  height: 22px !important;
}

table.datatable {
  clear: both;
  margin-bottom: 0px;
  width: 100% !important;/*oprava dočasná*/
}

.datatable > thead > tr {
  color: #707070;
  font-weight: normal;
  background: #F2F2F2;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.datatable > thead > tr > th {
  cursor: pointer;
}

.datatable > thead > tr > th.sorting_asc,
.datatable > thead > tr > th.sorting_desc {
  background-image: -webkit-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: -o-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0%, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  float: left;
  width: 50%;
  font-size: 14px;
  padding: 12px 0px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #EFF3F8;
}

.dataTables_wrapper .dataTables_info {
  float: left;
  padding: 8px 0px 16px 12px;
  min-height: 59px;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding-right: 12px;
  text-align: right;
  min-height: 59px;
}

.dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:hover {
  background-color: #f9f9f9;
  border-color: #d9d9d9;
  z-index: auto;
  color: #777777;
  cursor: not-allowed;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  background-color: #6faed9;
  border-color: #6faed9;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.dataTables_paginate .paginate_button:hover {
  color: #1c6ca2;
  background-color: #eaeff2;
  border-color: #c1d1d7;
  z-index: 1;
}

.ui-helper-hidden-accessible { 
  display:none;
}

.new-user{
  display: none;
}

.clearfix.form-actions{
  clear: both;
}

.overflow-auto {
  overflow: inherit !important;
}

input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
  background-color: #D15B47;
  border-color: #B74635;
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
  background-color: #87B87F;
  border-color: #629B58;
}

.input-inline input[type="text"],
.input-inline input[type="number"],
.input-inline select {
  margin-right: 5px;
}

.input-inline input[type="text"],
.input-inline input[type="number"] {
  padding: 4px;
}

.form-group.has-error .help-block {
  clear: both;
  padding-top: 5px;
}

#category-prices{
  display: none;
}

#accommodation-prices{
  display: none;
}

#grey-background{
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.ui-dialog-titlebar-close{
  float: right;
}

input {
  padding: 3px 4px;
  height: 30px;
}

/* datepicker */
.ui-datepicker {
  padding: 4px;
  position: absolute;
  top: -20px;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  display: block;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar th span {
  width: 30px;
  height: 30px;
  max-width: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.ui-datepicker td > a,
.ui-datepicker td > span {
  width: 30px;
  height: 30px;
  max-width: 30px;
  line-height: 30px;
}

.ui-datepicker td > a:hover {
  text-decoration: none;
}

textarea.source-code{
    width: 100%;
    height: 400px;
}

textarea.reminder {
    height: 120px
}

.min-100 {
    min-width: 100px;
}

.min-200 {
    min-width: 200px;
}

.flash {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(50, 50, 50, 0.33);
    font-weight: bold;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  line-height: 10px;
}

.itemsPerPage {
  width: 25%;
}
/** zapnutí scrollbaru na tabulkách **/

.table-wrapper {
  background-color: #EFF3F8;
  padding-top: 12px;
  padding-bottom: 50px;
  //overflow: hidden;
}
/*
.table-wrapper:hover {
  overflow: auto;
}


@media (max-width:768px) {
  .table-wrapper {
    overflow: auto;
  }

  #scrollbar div {
    display: block;
  }
}
*/

#scrollbar {
  background-color: #eff3f8;
  height: 10px;
}

#scrollbar div {
  height: 10px;
  display: none;
}



.table-wrapper div .form-group.col-sm-4,
.table-wrapper div.text-right.col-sm-6,
.table-wrapper div.text-left.col-sm-6 {
  position: absolute;
}


.table-wrapper .input-group,
.table-wrapper div.text-right.col-sm-6 {
  right: 30px;
}

.table-wrapper table {
  margin-top: 40px;
  max-width: 100%;
}

.table-wrapper table td.tdbreak {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

table thead th.sorting a {
  color: #707070;
  display: inline-block;
  position:relative;
  width: 100%;
  padding-right: 10px;
  //white-space: nowrap;  
}

table thead th.sorting a:hover {
  color: #547EA8;
  text-decoration: none;
}

table thead th.sorting {
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 2px center;
}

table thead th.sorting_asc,
table thead th.sorting_desc {
    background-image: -webkit-linear-gradient(top, #EFF3F8 0%, #E3E7ED 100%);
    background-image: -o-linear-gradient(top, #EFF3F8 0%, #E3E7ED 100%);
    background-image: linear-gradient(to bottom, #EFF3F8 0%, #E3E7ED 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
    background-size: 10px;
}

table thead th.sorting {
  background-image: url("../../images/font-awesome-sort.png");
}

table thead th.sorting_asc a,
table thead th.sorting_desc a {
  color: #307ECC;
}

table thead th.sorting_asc {
  background-image: url("../../images/font-awesome-sort-asc.png");
}

table thead th.sorting_desc {
  background-image: url("../../images/font-awesome-sort-desc.png");
}


.paginator_nm .pagination {
  margin: 0px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.dataTables_length .itemsPerPage {
  float: left;
}

.dataTables_filter .form-group input {
  float: right;
  margin-right: -2px !important;
}

.dataTables_filter .form-group .input-group-btn button {
  height: 29px;
  width: 29px;
  padding: 4px;
}

.new-form-per-page {
  line-height: 2.2;
}


.table-wrapper::-webkit-scrollbar ,
#scrollbar::-webkit-scrollbar {
  height: 10px;
  background-color: rgba(0,0,0,0);
  -webkit-border-radius: 100px;
}
 
.table-wrapper::-webkit-scrollbar:hover,
#scrollbar::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
 

.table-wrapper::-webkit-scrollbar-thumb:horizontal,
#scrollbar::-webkit-scrollbar-thumb:horizontal {
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  min-width: 10px; 
}

.table-wrapper::-webkit-scrollbar-thumb:horizontal:active,
#scrollbar::-webkit-scrollbar-thumb:horizontal:active {
  background: rgba(0,0,0,0.61); 
  -webkit-border-radius: 100px;
}

#discounts>div {
    border-bottom: 1px solid #cce2c1;
    margin-bottom: 15px;
}

table.dataTable thead th.sorting {
  background-image: none;
}