body{
	-webkit-text-size-adjust: none;
}

.bg-amber {
  background-color: #FBBB0F !important;
}

.tile:hover {
  outline: rgba(255, 255, 255, .7) solid 2px;
}

body iframe {

  left: 999999px;
  position: absolute;

}

div.custom-background-overlay {
  background-image: url(../img/pattern.png);
}

div.custom-background-overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}

img.logo {
  max-width: 160px;
  max-height: 140px;
  top: 0px !important;
}

h1.logos {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: inherit;
}
.language img {
  height: 30px;
  min-height: 30px;
  width: 30px;
  line-height:30px;
  display: inline-block;
  font-size:30px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tot_visitor.__stats_current_visitors_count__ {
  font-size: 34px;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.accept {
  font-size: 20px;
}

.panel-default {
  border-color: #b6b6b6;
  border: none;
}

.flex_tile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

th {
  white-space: nowrap;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ccc;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

table .form-control {
  height: 34px;
}

.form-control {
  padding: 6px 12px;
}

.kv-panel-before {
  background-color: rgba(3, 85, 168, .05);
  border-bottom: 1px solid #ccc;
  padding: 6px 0px;
}

.kv-panel-after {
  border-top: 1px solid #ccc;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.kv-loader {
  background: url(../img/loading.gif) center center no-repeat #fff !important;
  width: 80px;
  height: 80px;
  background-size: cover !important;
  position: fixed;
  border-radius: 100px;
  margin-left: -40px;
  border: 1px solid #fff;
}

.kv-grid-loading .card,
.kv-grid-loading .table,
.kv-loader-overlay {
  background: 0 0;
  opacity: .4;
}

.kv-grid-loading .kv-loader-overlay {
  opacity: 1;
  z-index: 10;
}

.temp_show {
  position: absolute;
  background: #fff !important;
  padding: 5px 10px;
  display: none;
  left: -50px;
  right: -50px;
}

.temp_show.active {
  display: block;
}

.range_filter-input {
  display: inline-block;
  width: 50px;
  height: 34px;
  border-radius: 0px;
  border: 1px solid #A9A9A9;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input.onlyFloat.range_filter-input.showControl:focus{
-webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.range_filter-wrap {
  display: block;
  white-space: nowrap;
  position: relative;
}

.temp_show .ui-slider {
  width: calc(100% - 20px);
}

.tariff_select_blk input {
  display: none;
}

.tariff_select_blk .tab_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  background: #eee;
  padding: 0;
}

.tariff_select_blk .tab_control li {
  padding: 5px 15px
}

.accordion-title {
  background: #f7e19d;
}

.cpa_box {
  display: none;
}

@media screen and (min-width: 480px) {
  .select2-container--krajee .select2-dropdown {
    min-width: 100px;
    white-space: nowrap;
    width: auto !important;
  }
}

.select2-container--krajee .select2-selection,
.select2-container--krajee .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.select2-container--krajee .select2-selection--single,
.bootstrap-dialog .modal-header {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal.fade.in {
 padding-right: 0px !important;
}

.tile.pause {
  opacity: 0.6;
}

/*фикс модалки что б была по центру*/

#ajaxCrudModal,
.modal,#secondModal{
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  overflow: hidden !important;
}

#ajaxCrudModal .modal-dialog,
.modal .modal-dialog {
  /*height: 100%;*/
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow-y: auto !important;
  -webkit-overflow-scrolling:touch;
  overflow-x: hidden;
}

#ajaxCrudModal .modal-content,
.modal .modal-content {
  margin: auto auto;
}

#ajaxCrudModal .modal-lg .modal-content, .modal .modal-lg .modal-content {
  width: 100%;
}

.modal-lg {
  margin-left: auto !important
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    min-width: 500px;
  }
}

@media screen and (min-width: 1200px) {
  #ajaxCrudModal .shop-product-create,
  #ajaxCrudModal .shop-product-update,
  .modal .shop-product-create,
  .modal .shop-product-update {
    width: 600px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
}

.visitor-create,
.visitor-update {
  max-width: 500px;
}

.form-group.field-selfserviceuserqrinput-code {
  opacity: 0;
}

.tile.bg-info {
  background-color: #05389f;
}

td .kv-drp-dropdown .range-value {
  min-width: 170px;
}

.pull_tot hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #ccc;
}

.form-group {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 1;
}

.form-group-invisible {
  max-height: 0;
  opacity: 0;
  display: none;
}

.img_prew_wrap {
  background: #FFFFFF;
  border: 1px dashed #ccc;
  text-align: center;
  padding: 10px;
}

div.cafe-form .img_prew_wrap {
  background-color: #0455A8 !important;
  min-height: 100px;
}

.kv-drp-dropdown {
  position: relative;
}

.form-control[readonly] {
  cursor: pointer;
}

@media screen and (min-width: 480px) {
  .select2-container--krajee .select2-dropdown {
    min-width: 100px;
    white-space: nowrap;
    width: auto !important;
  }
}

.select2-container--krajee .select2-selection,
.select2-container--krajee .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.select2-container--krajee .select2-selection--single,
.bootstrap-dialog .modal-header {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #b6b6b6 !important;
}

.login-form.form-horizontal .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

h4.time {
  font-size: 22px;
}

h4.time span {
  font-size: 14px;
  display: block;
  min-height: 15px;
}

.prob {
  min-height: 17px;
}

h2.fms {
  letter-spacing: -4px;
  font-weight: 600;
  color: #006ac1;
}

h3.back a {
  color: #ddd;
}

h3.back a:hover {
  color: #006ac1;
}

/* прячу старые чекбоксы */

.checkbox label {
  padding-left: 0;
}

form label input[type=checkbox],
table label input[type=checkbox] {
  display: none;
}

.cafe-params-form ul,
.tarifs-form ul,
.cafe-form ul {
  list-style-type: none !important;
}

.help-block.help-block-error {
  color: #FF1117 !important;
  font-size: 12px;
}
.login-form .help-block.help-block-error{
font-size: 14px;
}
button.selected,
button.selected:hover {
  color: #7BAD18 !important;
  background: #282828 !important;
}

.__surrender_amount__.error {
  font-size: 1px;
  color: #fff;
}

.__surrender_amount__:after {
  content: attr(currency);
  padding-left: 5px;
}

.__surrender_amount__.error:after {
    content: attr(error_msg);
    color: #f00;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    line-height: 22px;
}

.tile-group .tile-group-title2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  color: inherit;
  width: 100%;
}

.hrmin {
  margin-top: 6px;
  margin-bottom: 6px;
}

.alert {
  z-index: 9999 !important;
}

.tile.selected:before {
  color: #7BAD18 !important;
  font-size: 32px;
}

.tile.selected:after {
  border-top: 68px solid #364243;
  border-left: 68px solid transparent;
}

.daterangepicker .ranges li:hover {
  background-color: #0166BB;
  color: #fff;
}

.daterangepicker .ranges li.active {
  background-color: #0166BB;

}

.daterangepicker td.in-range {
  background-color: #f3f6fa;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #006ac1;
}

.btn-primary {
  background-color: #68AF2B;
  border-color: #68AF2B;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #20c200;
  border-color: #20c200;
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  background-color: #127000;
  border-color: #127000;
}

.has-success .form-control {
  border-color: inherit;
  border-color: #b6b6b6;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: inherit;
}

.has-success .input-group-addon {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}

.tile .brand .tile-label {
  line-height: 1;
}
.tile .brand .tile-label{margin: 5px 10px;}
.tile .brand .tile-label h4 {
  font-size: 28px;
}

.tile-group {
  width:100%;
  height:auto;
}
.flex_title {
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.__shop_merchant {
  border: 1px solid rgba(255, 255, 255, .08);
  background-color: #006AC1;
  margin-top: 10px;
  margin-bottom: 20px;
}

.__shop_merchant .__shop_merchant-income-block {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  background-color: #0355a8;
  margin-top: 10px;
  margin-bottom: 10px;
}

.__shop_merchant .__shop_merchant-sale-block {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  background-color: #0355a8;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*15092018*/

.has-science-blue .input-group-addon {
  color: #006ac1;
  border-color: #006ac1;
  background-color: #006ac1;
}

.modal-title {
  border-bottom: 1px solid #ccc;
  letter-spacing: -1px;
  line-height: 1.4;
  padding-bottom: 4px;
}

.panel-title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px;
}

.panel-title a:focus,
.panel-title a:hover {
  color: #0355a8;
}

.modal-body.h6,
.modal-body h6 {
  margin-top: 8px;
}
.modal-body.h4, .modal-body.h5, .modal-body h4, .modal-body h5{
    margin-top: 5px;
    margin-bottom: 0px;
}

h4.vid_check,
h5.vid_check,
h6.vid_check,
div.vid_check{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}	
h4.vid_check .pull-right,
h5.vid_check .pull-right,
h6.vid_check .pull-right,
div.vid_check .pull-right{
    text-align: right;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
h4.vid_check:after,
h5.vid_check:after,
h6.vid_check:after ,
div.vid_check:after{
  content: '';
  display: block;
  width: auto;
  width:100%;
  margin: -2px 0px;
  padding: 0px;
  border-top: 1px dotted rgba(0, 0, 0, .15);
}

div.vid_check:after{
  margin-bottom: 2px;
}

.vid_check_hr {
    margin-top: -2px;
    margin-bottom: -2px;
    border: 0;
    border-top: 1px solid #ccc;
	width: 100%;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 20px;
}

.modal-footer {
  padding: 0px 15px 15px;
}

.modal-footer .btn {
  margin-bottom: 5px !important;
}

.modal-footer::before {
  content: '';
  width: 100%;
  display: table;
  background-color: #ccc;
  height: 1px;
  margin-bottom: 10px;
}

.tt-menu {
  min-width: 940px !important;
  margin-left: -50% !important;
  padding: 0px 15px !important;
  border-radius: 0px !important;
  max-height: 500px;
  overflow-y: auto !important;
  -webkit-overflow-scrolling:touch;
}

.tt-menu .tt-suggestion {
  margin: 0px -15px !important;
  border-bottom: 1px solid #eee !important;
  padding: 10px 0px !important;
}
.row.tt-suggestion.tt-selectable:hover{
cursor: pointer!important;
color:#fff !important;
background-color: #68AF2B!important;
}

.radio_wraper {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 2px;
}

@media (min-width: 750px) {
  .radio_visit {
    border-top: 1px solid #eee;
  }
}

.custom-radio label input:checked + span:before {
  background-color: #68AF2B;
}

.modal-header {
  padding-bottom: 0px;
}

#visit_accompany_group.panel-group {
  margin-bottom: 4px;
  margin-top: 10px;
}

h4 i.fa.fa-male {
  font-size: 32px;
  margin-top: -3px;
}

h4 i.fa.fa-child {
  font-size: 26px;
  margin-top: 3px;
}

h4.icon_trans {
  text-align: right;
  color: rgba(0, 0, 0, .5);
}

#visitorlog-guest_m,
#visitorlog-guest_chi {
  text-align: center;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #b6b6b6;
 background-color: rgba(3, 85, 168, .05);
}

.modal-body .panel-group {
  margin-bottom: 0px;
}

span.dop_panel {
  padding-left: 20px;
}

span.dop_panel i {
  font-size: 18px;
}

span.dop_panel i.fa-user {
  margin-right: 6px;
  color: #FF9800;
}

span.dop_panel i.fa-certificate {
  margin-right: 4px;
  color: #FF9800;
}

.wrap_button_dop_line {
  text-align: left;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

h4 span.separete_blink {
  display: inline-block;
  -webkit-animation: blinker 2s linear infinite;
  animation: blinker 2s linear infinite;
}

.separete_blink:before {
  content: ':';
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.has-error .input-group-addon.curr {
  color: inherit;
  background-color: #EDEDED;
}

.has-success .input-group-addon.curr {
  background-color: #EDEDED;
  border-color: #B5B5B5;
}

.vertical-align-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.vertical-align-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.btn_ungr {
  color: #fff;
  background-color: #FF2E12;
  border-color: #FF2E12;
}

.btn_ungr:hover {
  color: #fff;
  background-color: #ff482f;
  border-color: #ff482f;
}

.visit_info_group h5,.visit_info_group h6 {
  margin: 0px;
}

.visit_info_group h5 i.fa.fa-male {
  font-size: 24px;
}

.visit_info_group h5.title {
    padding: 2px 0px;
    border-bottom: 1px solid #cccccc;
    font-weight: 600;
    font-size: 16px;
}

hr.rider {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin: 0;
}

.prob {
  min-height: 17px;
}
.tile h6.prob:first-child{
  margin-top:5px !important;
}
.tile p.margin-off {
line-height:1.3;
}
table.multiple-input-list tr > th {
  vertical-align: middle;
}

.multiple-input-list__item .checkbox,
.multiple-input-list__item .radio {
  text-align: center;
}

input#visitorlog-certificate_discount,
input#visitorlog-certificate_cash {
  padding: 6px 18px;
}

.ui-widget {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  border: 1px solid #ddd !important;
}

.elfinder,
.elfinder .elfinder-dialog,
.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu {
  background: #fff;
  border: 1px solid #69bcee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.ui-widget-header {
  background: #ffffff !important;
  border: 1px solid #ccc;
  border-bottom: none;
}

.elfinder-cwd-view-icons .elfinder-cwd-filename {
  margin: 0px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  font-weight: normal;
}

.ui-widget-header {
  font-weight: normal;
}

.users-update,
.users-create {
  max-width: 500px
}

.btn-viola {
  color: #fff;
  background-color: #2a296c;
  border-color: #2a296c;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.btn-viola:hover {
  color: #fff;
  background-color: #03009D;
  border-color: #03009D;
}

.btn-viola:focus {
  color: #fff;
  background-color: #2a296c;
  border-color: #2a296c;
}

.vertical-align {
  	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.help-block {
  line-height: 1.3;
}

#visit_accompany_group,
#visit_certificate_group {
  border: 1px solid #b5b5b5;
  padding: 4px;
}

span#users-color-cont {
  height: 37px;
}

.cafe_list h6 {
  font-weight: 600;
  font-size: 15px;
  margin: 16px 0px;
}

.cafe_list {
  margin-top: 10px;
}

.color_gold {
  color: #ad8e3b;
}

.color_gold2 {
  color: #b8860b;
}

h5 span.cert_poz {
  float: right;
  text-transform: lowercase;
}

.selflogin .tt-menu {
  min-width: 100% !important;
  margin-left: 0% !important;
  font-size: 17px;
}

@media (max-width: 1400px) {
  /*text remove*/
  .button_action .btn.btn-xs,
  .language .btn,
  ul[aria-labelledby="dropdownLang"]{
    font-size: 0px;
  }

  .button_action .btn.btn-xs i,
  .button_action .btn.btn-xs span {
    padding: 4px;
    font-size: 15px;
    line-height: 1.644;
  }

}
@media (min-width: 1400px) {
  .visitor-log-index tr td .button_action{
min-width:390px !important;
  }
}

@media (max-width: 992px) {
  .container-fluid.navbar-docs-push-down {
    margin-top: 54px;
    padding: 0px;
  }

  .kv-panel-before .btn,
  .addbutmultiple {
    font-size: 0px;
    padding: 0px;
  }
  
  .kv-panel-before .btn i,
  .addbutmultiple i {
    padding: 1px 20px;
    font-size: 20px;
    line-height: 1.644;
  }

  .kv-panel-before .btn i + i {
    padding-left: 0px !important;
    margin-left: -15px;
  }
  .mass_but .btn.bg-blue span.caret {
    display: none;
}
}

a.btn.btn-warning.testChechedRow, a.btn.btn-danger.testChechedRow {
  margin: 0px 4px;
}

.visitor-log-index td[data-col-seq="3"],
.visitor-log-index td[data-col-seq="22"] {
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .kv-table-wrap tr > td:first-child {
    margin-top: 0px;
    font-size: 14px;
  }

 #ajaxCrudDatatable table,.multiple-input table {
    border: 0 !important;
  }

 #ajaxCrudDatatable .table-bordered {
    border: 0 !important;
  }

  #ajaxCrudDatatable table thead {
    display: none;
  }

  #ajaxCrudDatatable table tr{
    margin-bottom: 1.3em;
    display: block;
    border: 1px solid #ccc;
  }

 #ajaxCrudDatatable table tr td ,.multiple-input table tr td{
    display: block !important;
    text-align: right !important;
  }
  .multiple-input table tr td.list-cell__only_for_base_cost {
    display: none !important;
}
  #ajaxCrudDatatable table tr td label {
    padding-top: 5px;
  }

   #ajaxCrudDatatable table td:last-child {
    border-bottom: 0 !important;
  }

  #ajaxCrudDatatable table td:before {
    content: attr(data-label);
    float: left;
    line-height: 1.3;
  }
  
  #ajaxCrudDatatable .button_action {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #ajaxCrudDatatable  .center-color {
    text-align: right;
    margin: 0px -5px;
  }

  #ajaxCrudDatatable .table-responsive > .table > tbody > tr > td {
    white-space: normal;
    padding: 0px 5px;
    min-height: 1.3em;
    line-height: 1.3;
  }

  #ajaxCrudDatatable .table.table-hover > tbody > tr:hover > td,
  #ajaxCrudDatatable .table.table-hover > tbody > tr:hover > th {
    background-color: transparent;
    color: inherit;
  }

  #ajaxCrudDatatable .table-bordered > tbody > tr > td {
    border: 0px !important;
    border-bottom: 1px dotted #ccc !important;
  }

  #ajaxCrudDatatable .table-bordered > tbody > tr > td:last-child {
    border-bottom: none !important;
  }

  #ajaxCrudDatatable .button_action .btn.btn-xs {
    margin-left: 0px;
  }

  .visitor-log-index #ajaxCrudDatatable td[data-col-seq="17"],
  .visitor-log-index #ajaxCrudDatatable td[data-col-seq="18"],
  .visitor-log-index #ajaxCrudDatatable  td[data-col-seq="19"],
  .shop-sale-index #ajaxCrudDatatable td[data-col-seq="10"] 
  {
    color: #fff !important
  }

  #ajaxCrudDatatable td[data-col-seq="0"],
  #ajaxCrudDatatable td[data-col-seq="1"] {
    text-align: center !important;
  }

  #ajaxCrudDatatable .button_action {
    padding: 5px 0px;
  }
  #ajaxCrudDatatable .img_table{
  height: auto;
  display: inline-block;
  }
  .btn_print_check{display:none !important;}
}

.input-prepend {
  position: relative;
}

.tooltip {
  z-index: 0;
}

.tooltip.show {
  background: #fff;
  z-index: 100;
  opacity: 1;
  right: 0;
  padding: 10px;
  position: absolute;
  min-width: 220px;
  border: 1px solid #ccc;
  margin-top: -1px;
}

.tooltip .radio [type=radio] {
  margin-left: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;;
}

.tooltip .val_time {
  display: none;
}

.tooltip [value="1"][name=tt]:checked ~ .val_time {
  display: block;
}

.caler {
  min-width: 190px;
}

.input-prepend {
  margin: 10px 0;
}

.add-on {
  padding: 6px 6px;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #ccc;
}

.table > tbody > tr > th {
  border-top: 0px solid #ccc;
  background: #EEEEEE;
}

.none_pr {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.vertikal_text {
  vertical-align: middle !important;
  text-align: center;
  width: 20px;
  font-weight: 600;
   white-space:nowrap;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

.nach_tab {
  overflow: auto !important;
  -webkit-overflow-scrolling:touch;
  padding-left: 0px;
  padding-right: 0px;
}

.nach {
  overflow: hidden !important;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px dotted #ccc;
}

.nach td {
  padding: 8px 0px !important;
}

.key {
  color: #3d454d;
  font-size: 28px;
  padding-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0px;
}

.faric {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

tr.head {
  background: #F2F4F5;
  color: #73777a;
}

.necrut {
  overflow: auto;
  -webkit-overflow-scrolling:touch;
  height: 560px;
}

.fara {
  margin-top: -10px;
  poaition: relative;
}

tr.ups {
  cursor: pointer
}

.big {
  font-size: 22px;
  color: #cccccc;
}

tr.ups:hover {
  background: #006ac1;
  color: white !important;
}

.furr {
  border-bottom: 1px solid #ccc;
}

.highlighted {
  background: #2996CC;
  color: #fff;
}

.highlighted_hover {
  background: #7BAD18;
  color: #fff;
}

.dur_tbl {
  position: relative;
}

.duration_table tr td {
  cursor: pointer;
}

.dur_tbl .info_block {
    position: absolute;
    width: auto;
    padding: 10px;
    right: -150px;
    background: #ffffff;
    z-index: 1;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    display: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    text-align: center;
}

.dur_tbl .info_block .person span,
.dur_tbl .info_block .dolia span {
  font-size: 18px;
}

.paral {
  font-size: 14px;
}

.dur_tbl .info_block div span {
  font-weight: bold;
}

.sel_p {
  text-align: center;
  border-bottom: 1px solid #64646C;
}

.duration_table th {
  text-align: center;
}

.duration_table {
  text-align: center;
}

.checkbox_box .activator {
  height: 20px;
  width: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}

.checkbox_box > div {
  display: none;
}

.checkbox_box .activator:checked ~ div {
  display: block;
}

.daterangepicker {
  display: none;
}

.berber {
  background-color: #F3B546;
  color: #000;
}

input.form-control.__checkout_user_name_input__ {
  margin-bottom: 15px;
}

#finded_visits_wrapper {
  margin-bottom: 15px;
}

.img_cards {
    background-image: url(../img/cards.jpg);
    height: 140px;
    background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.opa,
.input-prepend input.form-control.range-value[readonly] {
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;

}

svg {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

tr.bord_bott :last-child {
  border-bottom: 2px solid #ccc;
}

.form-horizontal fieldset {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.input-prepend span.left-ind,
.input-prepend span.right-ind {
  display: none;
}

.input-prepend div.kv-drp-container {
  display: inline-block;
}

.radio label {
  font-size: 14px;
}

input#time_costum {
  margin-top: -4px
}

.tooltip .radio:first-child {
  border-bottom: 1px solid #eee;
}

.fixed-tiles {
  position: fixed;
  bottom: 60px;
  right: 0px;
  background: rgba(255, 255, 255, .1);
  padding: 4px;
  z-index: 1;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  max-width: 150px;
  z-index: 101;
}

.visible_control_tile {
  position: absolute;
  height: 100%;
  right: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  background: #05389f;
  top: 0;
  cursor: pointer;
}

.visible_control_tile:before {
  content: '\f105';
  color: #fff;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fixed-tiles.closest {
  max-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.closest .visible_control_tile:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.text-white {
  color: #fff;
}

.level {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.level span {
  border-radius: 0;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 12px;
  padding: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.level span {
  font-size: 28px;
  padding: 0px;
  width: 28px;
  height: 28px;
  line-height: 25px;
  padding-left: 2px;
  border: 1px solid #ccc;
}

.upper_text {
  text-decoration: line-through;
}

.bef_time {
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  color: #6b6464;
  padding-top: 2px;
  border-top: 1px solid #eee;
}

.level span.text-success {
  color: #68AF36 !important;
}

.level span.text-danger {
  color: #FF2328 !important;
}

.table.table-responsive.list_task > tbody > tr > td {
  vertical-align: middle !important
}

.table.table-responsive.list_task > tbody > tr:first-child > td {
  border-top: none !important;
}

.table.table-responsive.list_task,
.task-form {
  max-width: 500px !important;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .table-responsive.list_task {
    border: 0px;
  }

  .modal {
    border: none;
  }
}

@media screen and (max-width: 480px) {
  table.list_task tr {
    margin-bottom: 0;
    display: table-row;
    border: none;
  }

  table.list_task tr td {
    display: table-cell !important;
    text-align: inherit !important;
    border-right: none;
  }
}

tr.upper_text td div.text_task,
tr.upper_text td div.bef_time {
  opacity: 0.5;
}

.manager_min {
  max-width: 720px
}

.manager_min2 {
  max-width: 840px
}

@media screen and (max-width: 1620px) {
  .manager_min2 {
    max-width: 710px
  }
}

@media screen and (max-width: 1360px) {
  .manager_min2 {
    max-width: 580px;
  }

  .open_admin_panel, a.tile.bg-lima.double-width {
    width: 120px !important;
  }
}

@media screen and (max-width: 1200px) {
  .tile-group-title {
    font-size: 20px;
  }

  .tile-group-title2 {
    font-size: 18px;
  }

  h5.padding-off-bottom.margin-top-10.hid_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1116px) {
  a.tile.bg-lima.double-width {
    width: 250px !important;
  }

  .manager_min, .manager_min2 {
    max-width: 450px;
  }

  .tile {
    margin: 5px;
  }

  .tile-group-title {
    width: 100%;
    line-height: 1.6;
  }

  .tile-group .tile-group-title2, h4.tile-group-title, .manager_min2 h4 {
    padding-right: 5px;
    padding-left: 5px;
  	/*display: -webkit-box;*/
	display: -ms-flexbox;
	display: flex;
   -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }

  hr.hrmin {
    margin-left: 5px;
    margin-right: 5px;
  }

  input#search_visitor {
    margin-left: 5px;
    width: calc(100% - 10px);
  }

  .work_parts {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .manager_min, .manager_min2, .work_parts {
    max-width: 100%;
    margin-left: 0px;
    width: 810px;
    margin: 0 auto;
  }

  .open_admin_panel {
    width: 250px !important;
  }

  a.tile.bg-scarlet {
    margin-right: 30px;
  }
}

@media screen and (max-width: 840px) {
  .manager_min, .manager_min2, .work_parts {
    width: 680px;
  }

  a.tile.bg-scarlet {
    margin-right: 5px;
  }
}

@media screen and (max-width: 710px) {
  .manager_min, .manager_min2, .work_parts {
    width: 550px;
  }

  .open_admin_panel, a.tile.bg-lima.double-width {
    width: 120px !important;
  }
}

@media screen and (max-width: 579px) {
  .manager_min, .manager_min2, .work_parts {
    width: 420px;
  }

  a.tile.bg-lima.double-width {
    width: 250px !important;
  }
}

@media screen and (max-width: 450px) {
  .tile-group-title {
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tile-group-title2 {
    font-size: 16px !important;
  }

  .manager_min, .manager_min2, .work_parts {
    width: 100%;
  }

  .tile {
    width: calc(50% - 10px);
    min-width: 120px;
  }

  a.tile.bg-lima.double-width, .open_admin_panel {
    width: calc(50% - 10px) !important;
    min-width: 120px;
  }

  a.tile.bg-scarlet {
    margin-right: 5px;
  }

  .tile.double-width.double-height.bg-blue {
    width: calc(100% - 10px);
  }
}

i.beller {
  -webkit-animation-name: icon-bell;
  animation-name: icon-bell;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

@-webkit-keyframes icon-bell {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(-18deg);
  }
  30% {
    -webkit-transform: rotate(18deg);
  }
  40% {
    -webkit-transform: rotate(-22deg);
  }
  50% {
    -webkit-transform: rotate(22deg);
  }
  60% {
    -webkit-transform: rotate(-18deg);
  }
  70% {
    -webkit-transform: rotate(18deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
  }
  90% {
    -webkit-transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes icon-bell {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  30% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  40% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  50% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  60% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  70% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  90% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.mod_task_title {
  font-size: 23px;
  font-weight: 300;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 4px;
}

.alert-white {
  background: #ffffff;
  z-index: 104 !important;
}

.alert {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.waittask {
  line-height: 1.3;
}

.but_task {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 4px;
}

.but_yes,
.but_no,
.but_hide {
  min-width: 100px;
  padding: 0 10px 2px 10px;
  border: 1px solid #dddddd;
  color: #8a8585;
  padding-bottom: 3px;
}

.but_yes:hover {
  border: 1px solid #199900;
}

.but_no:hover {
  border: 1px solid #fa6800;
}

.alert-white button.close {
  font-size: 0px;
}

.mod_task_title a.close {
  font-size: 24px;
  color: #8a8585;;
  opacity: 1;
  font-weight: 400;
  margin-top: -5px;
  border: none;
}

.text_but_task {
  display: block;
  text-align: center;
  line-height: 11px;
  font-size: 11px;
  font-weight: 400;
}

.abba {
  font-size: 24px;
  margin: 4px 0;
}

.abba2 {
  font-size: 28px;
}

.polls-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.poll-form form {
  width: 100%
}

td .text_task {
  line-height: 1.3;
  margin-bottom: 6px;
}

.level span.cool {
  padding-left: 0px;
}

.level span.cool:hover {
  padding-left: 2px;
  color: #68AF36 !important;
}

.button_action a {
  text-decoration: none !important;
}

.language {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
body .language{position: absolute;} 

.language .btn {
  padding: 2px 18px;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .3);
}

.language .dropdown-menu {
  padding: 0px;
  min-width: 100%;
}

.language.open > .dropdown-menu {
  border: 1px solid #ddd;
  border-top: none;
  margin-top: 0px;
}

.language.open > .dropdown-menu > li > a {
  padding: 3px 18px;
  cursor:pointer;
}

.open .dropdown-toggle.btn-neutral-border {
  background-color: #ffffff;
}
@media (min-width: 992px){
.language_main{
display:inline-block;
}
.language_main .language{
position:relative;
top: 0px;
right: 0px;

}
}
.language_main .language .btn{
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, .2);
    color: #354346;
    font-weight: 400;
}
input#search_visitor,
.__shop_merchant input {
  border-color: #0455A8;
}

@media (min-width: 768px) {
  #startvisit-type .col-sm-12 {
    width: auto;
  }
}

#visitors_log .tile.selected:after {
  border-right: 68px solid #364243;
  border-top: 68px solid transparent;
  bottom: 0px;
  top: auto;
}

#visitors_log .tile.selected:before {
  top: auto;
  bottom: 0px;
}

#visitors_log .tile.selected {
  outline: 2px solid #364243;
  outline-offset: 0px;
  border: none;
}

.tooltip.biger {
  font-size: 14px;
}

.val_time div {
  margin-bottom: 2px;
}

input.opa {
  cursor: pointer;
}

.duration {
  color: #333333;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.edit_in_table {
  padding: 0 !important;
}

.edit_in_table input {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  border-left: 1px solid #CBCBCB;
  padding: 6px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.edit_in_table input:focus {
  background: #fff;
  border: 1px solid #2F004D;;
}

.edit_in_table input.sending {
  background: #ffa;
}

.edit_in_table input.done {
  background: #7bad18;
  color: #fff;
}

.edit_in_table input.error {
  background: #ff2e12;
  color: #fff;
}

@media (max-width: 992px) {
  .none_pr .flex_tile {
    display: block !important;
  }

  .screen_pad {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#admin_panel {
  display: none;
}

@media (max-width: 979px) {
  .modal-body, .modal-overflow .modal-body {
    min-width: 500px;
  }
}

@media (max-width: 500px) {
  .modal-body, .modal-overflow .modal-body {
    width: calc(100vw - 10px);
    min-width: 310px;
  }
}

.close_admin_panel {
  margin-top: -2px;
  font-size: 32px;
  font-weight: 400;
  opacity: 0.8;
  padding: 0px 8px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, .08);
}

.mintile .tile-content:first-child {
  display: block;
}

.mintile .tile-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.mintile {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .08);
}

.mintile .brand .tile-label {
  line-height: 1.1;
}

.mintile .brand .tile-label {
  display: block;
  font-size: 12px;
  margin: 5px 5px 4px;
  background: 0 0;
}

.mintile span.brand {
  color: #fff;
}

a.mintile {
  color: #fff;
}

.mintile:active {
  outline: 0;
}

.mintile:hover {
  outline: #8E9796 solid 3px;
}

.mintile .brand {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 20px;
  margin: 0;
}

.mintile .tile-content.icon [class*=icon-], .mintile .tile-content.icon [class*=fa-] {
  line-height: 36px;
  height: 46px;
  width: 46px;
  font-size: 46px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  margin-left: -23px;
}

.stay.error {
  border: 2px solid #ff2e12;
}

div#modal_new1 {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: transparent;
    height: 100vh;
    width: 100vw;
    overflow: hidden !important;
}

.icon_quickstart {
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  vertical-align: top;
}

.quickstart, .icon_quickstart, .float_quickstart {
  display: inline-block;
}

.quickstart {
  width: 100%;
  position: relative;
  	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.float_quickstart h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 80px;
}

.float_quickstart {
  border-left: 1px solid #eee;
  padding-left: 10px;
}

.quick_conf .bef_time, .tariff_infoline .bef_time {
  border-top: 0px;
  padding-left: 65px;
  line-height: 1.4;
  font-weight: 400;
  color: #0455A8;
  font-size: 12px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.tariff_infoline {
  margin-bottom: 10px;
}

.tariff_infoline .bef_time ,.franchisee-payments-index .bef_time{
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  border-bottom: 1px dotted #ccc;
}

.tariff_infoline .bef_time.one_header {
  color: #1d1d1d;
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
}

.tariff_infoline .bef_time span,.franchisee-payments-index .bef_time  span{
  text-align: right;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.franchisee-payments-index .bef_time {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #464646;
	padding-top: 0px;
    border-top: none;
}

.stay.error .bef_time, .stay.error .icon_quickstart {
  color: #ff2e12;
}

.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
  font: normal normal normal 14px Open Sans, Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
}

.who_closed_task {
  text-decoration: none;
  text-align: right;
  display: inline;
  float: right;
}

.text_unit {
  max-width: 470px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

.has-science-blue .form-control:focus {
  border-color: #006ac1;
}

input#loginform-username, input#loginform-password {
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
  box-shadow: inset 0 0 0 1000px #fff !important;
  border-left: none;
}

button.btn.btn-science-blue.form-control {
  border-color: #0080ea;
}

.file-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  cursor: pointer;
}

.file-input p {
  cursor: default;
  margin: 0px;
}

.file-input label {
  font-size: 0px;
  display: none;
}

input[type=file]#cafe-new_logo {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.cafe-form h5 {
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .tile-group:last-child {
    margin-right: auto;
  }

  .kv-panel-before .col-sm-4 .padding-off-left .text-right {
    text-align: center !important;
  }

  img.logo {
    max-width: 140px;
    max-height: 120px;
  }
}

@media screen and (max-width: 480px) {
  h5.padding-off-bottom.margin-top-10.hid_text {
    font-size: 18px;
  }

  table.table-renderer thead {
    display: block;
  }

  table.table-renderer tr {
    border: none;
  }

  .table .table-renderer > thead > tr > th {
    width: 100%
  }

  table.multiple-input-list tr > th {
    display: none;
  }

  table.multiple-input-list tr > th.list-cell__button {
    display: block !important;
  }

  .multiple-input-list.table-renderer th.list-cell__button {
    width: 100% !important;
    text-align: center;
  }

  .multiple-input-list.table-renderer td.list-cell__button {
    display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	width: 50%;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	padding-bottom:10px;
  }
  .multiple-input-list.table-renderer td.list-cell__button:last-child {
	justify-content: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
	padding-right: 5px;
	padding-bottom:10px;
  }
  th .multiple-input-list__btn.btn {
    margin: 5px;
}
  tr.multiple-input-list__item {
    border-bottom: 1px solid #ccc !important;
}
  td.list-cell__name, td.list-cell__email {
    margin-top: 10px;
}
  #vat_list_items_editor.multiple-input table td label input:before {
    content: attr(data-text);
	font-size:14px;
	font-weight:600;
	visibility: visible;
  }
  #vat_list_items_editor td.list-cell__add_to_cost .checkbox input[type=checkbox]{
    display: block !important;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: -15px;
    bottom: 0px;
    visibility: hidden;
    margin-left: 0px;
    text-align: center;
  }
  #vat_list_items_editor td.list-cell__add_to_cost label{
  margin-top:10px;
  }
  .kv-panel-before .vertical-align {
    display: none;
}
}
@media screen and (max-width: 1170px) {
  h4.modal-title {
    font-size: 20px;
    line-height: 1.1;
  }

  .modal-header .close {
    margin-top: -10px;
  }
}

.quick_conf .who_closed_task {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media (max-width: 992px) {
  .margin-right-15 a.btn.btn-science-blue.ch_cafe, .panel-heading a.btn.btn-science-blue.ch_cafe {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0px;
    padding: 6px;
  }
  .margin-right-15 a.btn.btn-science-blue.ch_cafe{
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .3);
}
  .margin-right-15 a.btn.btn-science-blue.ch_cafe i, .panel-heading a.btn.btn-science-blue.ch_cafe i {
    font-size: 16px;
    padding: 3px 1px;
  }

  .manager_page .tile-group-title .btn, .manager_page .tile-group-title2 .btn, .shop-pseudo-footer .btn {
    font-size: 0px
  }
  
  .manager_page .tile-group-title2 .btn{
    margin-top:-5px;
  }
  
  .manager_page .tile-group-title .btn i, .manager_page .tile-group-title2 .btn i, .shop-pseudo-footer .btn i {
    padding: 2px 2px;
    font-size: 20px;
  }

  .manager_page .tile-group-title .close_admin_panel {
    font-size: 32px;
    padding: 0 8px;
  }

  #dropdownLang i {
    font-size: 0px;
    padding: 0px;
  }
}

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

#startvisit-type {
  	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.site-error h1 {
  color: #006ac1;
}

img.error {
  min-width: 265px;
  width: 100%;
  max-width: 400px;
}

.site-error {
    height: calc(100vh - 190px);
  	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.robot_align {
  text-align: left;
}

@media (max-width: 767px) {
  .site-error {
    height: calc(100vh - 100px);
    display: block;
  }

  img.error {
    margin-top: 20px
  }

  .robot_align {
    text-align: center;
  }
}

.tile-group-admin {
  min-width: 100%;
  width: auto;
  float: left;
  display: block;
  padding-top: 20px;
  position: relative;
  color: #fff;
}

.tile-group-admin .tile-group-title3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  color: inherit;
  width: 100%;
}

.manager_page hr.hrmin {
  border-top: 1px solid rgba(238, 238, 238, .5);
}

.tile-group-admin hr.hrmin {
  border-top: 1px solid rgba(238, 238, 238, .2);
}

.fc-event {
  border-radius: 0px;
}

div#calendarTrash {
  text-align: center;
}

td.fc-day.fc-fri.fc-today.alert.alert-info, .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  font-size: 1em;
  margin-bottom: 6px;
  padding: 5px;
  border: 0px;
}

td.fc-day.fc-fri.fc-today.alert.alert-info {
  background-color: rgba(3, 85, 168, .05);
  border-color: rgba(3, 85, 168, .05)
}
@media screen and (min-width: 768px){
.row-flex, .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row-flex-wrap {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.row-flex > div[class*='col-'] {
  margin: -.2px; /* hack adjust for wrapping */
}
.abs_total{
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
}
.min-height-120{
min-height: 120px;
}
}
.fc table {
  border-left: 0px;
  border-right: 0px;
}

.fc-toolbar h2 {
  font-size: 1.8em;
  font-weight: 400;
}

.tile .tile-content span.icon-metro-calendar, .tile .tile-content span.fa.fa-send, .tile .tile-content span.fa.fa-envelope-o {
  font-size: 44px !important;
}

.cafe-form ul {
  margin-top: 20px;
}

.cafe-form ul.nav.nav-tabs > li > a > img {
  max-width: 40px;
}

.cafe-form ul.nav.nav-tabs > li > a {
  text-align: center;
}

.icon_quickstart i.icon-metro-alarm {
  font-size: 24px;
}

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

.estimations .alert {
  margin-bottom: 10px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 40px 8px 20px;
}

.estimations h6 {
  margin: 10px !important;
}

.estimations .alert-dismissable .close {
  top: -8px;
  opacity: 0.7;
}
.estimations .alert-dismissable .close:hover,.estimations .alert-dismissable .close:active {
  opacity: 1;
}
.mail_to {
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-align: center;
}

.mail_to.sending {
  background: #5eb84d;
}

.mail_to.no_sending {
  background: #ff2e12;
}

.tile span.icon-metro-basket {
  font-size: 46px !important;
  line-height: 46px !important;
}

.tile span.icon.icon-forklift-with-boxes {
  font-size: 54px !important;
}

.tile span.fa.fa-sort-amount-desc {
  font-size: 42px !important;
}

.children_control {
  cursor: pointer;
}

.loading_gif {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid #fff;
  margin-left: calc(50% - 40px);
}

.__NESTED_CHECKBOX_PARENT__ {
  border-bottom: 1px solid #eee;
}

.__NESTED_CHECKBOX_PARENT__ span.children_control {
  float: right;
  padding: 1px 7px;
  background-color: #647687;
  color: #fff;
}

th.list-cell__only_for_base_cost, td.list-cell__only_for_base_cost {
  display: none !important;
}

.form-group.field-cafe-pdf_to_mail label {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 4px;
}

.glyphicon-calendar:before {
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f073";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

span.left-ind i.glyphicon-calendar, .input-group-addon.kv-date-picker i.glyphicon-calendar {
  top: -2px;
}

.fc td {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container--krajee .select2-selection--single {
  padding: 6px 32px 6px 12px;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--krajee li.select2-results__option {
  border-bottom: 1px solid #eee;
}

.select2-container--krajee .select2-results > .select2-results__options {
  border-top: 1px solid #b6b6b6 !important;
}

.select2-container--krajee .select2-results__option[aria-selected=true] {
  color: #000;
  background-color: rgba(3, 85, 168, .05);
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background-color: #006ac1;
  border-color: #006ac1;
  color: #fff;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #b6b6b6;
}
p.danger-width{
  max-width:500px;
}
.franchisee-form h5.font-weight-600,.franchisee-payments-form h5.font-weight-600{
  border-top:1px solid #454545;
  padding-top: 10px;
  }
#franchiseeregistration-language_ids .checkbox{margin-top: -3px;}
h6.form-title{
    background-color: #0455A8;
    padding: 4px 10px;
    color: #fff;
    margin-top: 10px;
}
.TariffLanding p{margin:0 auto;}
.franchisee-payments-index h6.modo {
border-bottom: 2px solid #006ac1;
}
.franchisee-payments-index h5.vid_check {
    margin-top: 25px;
    margin-bottom: 0px;
}
hr.hrpay {
    margin-top: 12px;
    margin-bottom: 6px;
    border-top: 1px solid #b5b5b5;
}
span.norm-font{font-size:14px;font-weight:400;}
.flex-self{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
}
.visitor-tips .form-control[readonly]{
color:#454545;
background-color: #fff;
}
.flex-tabs a{
    width: 80px;
    height: 80px;
    margin: 1px 4px 4px 0 !important;
    position: relative !important;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0 !important;
    background-color: #eee;
    border: 1px solid #9E9E9E;
}

.flex-tabs a .brand .tile-label {
    display: block;
    font-size: 12px;
    margin: 4px 6px;
    background: 0 0;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    word-break: break-word;
}
.flex-tabs a .brand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 29px;
    margin: 0;
}
.flex-tabs a .tile-content:first-child {
    display: block;
}
.flex-tabs a .tile-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.flex-tabs a .tile-content.icon [class*=icon-], .flex-tabs a .tile-content.icon [class*=fa-], .flex-tabs a.tile-content.icon img {
    line-height: 10px;
    height: 32px;
    width: 32px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
.flex-tabs.nav-tabs>li>a{
background-color: #006ac1 !important;
}
.flex-tabs.nav-tabs > li.active > a, .flex-tabs.nav-tabs > li.active > a:focus, .flex-tabs.nav-tabs > li.active > a:hover {
    background-color: #001e4e !important;
	border: none !important;
}
.flex-tabs {
display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
@media screen and (max-width: 450px){
.flex-tabs li>a{
    width: calc(50% - 10px) !important;
    min-width: 120px;
}
}


label p.under-heading {
	margin-bottom: 0px;
}

label.pricing-pane {
	margin: 0px auto 10px auto;
	padding-top: 0px;
	width: 100%;
	padding-bottom: 33px;
	border: 1px solid #464646;
	border-radius: 1px;
	background-color: #f9f9f9;
 -webkit-transition: border .3s ease, background-color .3s ease;
 -o-transition: border .3s ease, background-color .3s ease;
 transition: border .3s ease, background-color .3s ease;
}

label.pricing-pane hr {
	width: 90%;
	margin-top: 11px;
	margin-bottom: 10px;
	border-color: #464646;
}

label.pricing-pane hr:nth-of-type(2) {
	margin-bottom: 10px;
}

label.pricing-pane .price {
	margin-top: 0px;
	margin-bottom: 0px;
	font: 300 50px/1em "Open Sans", sans-serif;
}
label.pricing-pane p {
	margin-top: 12px;
	margin-bottom: 12px;
}

label.pricing-pane .button-solid {
	height: 38px;
	margin-top: 28px;
	line-height: 37px;
}

/* Best Value Label */
label.pricing-pane .label {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

label.pricing-pane .label .best-value {
    position: relative;
    top: 14px;
    left: -8px;
    width: 158px;
    padding: 12px 28px 10px 0px;
    background-color: #ff2e12;
	color: #fff;
	font: 400 14px/0.6em "Open Sans", sans-serif;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}
.button-solid {
    display: inline-block;
    max-width: 250px;
    height: 35px;
    padding-right: 28px;
    padding-left: 28px;
    border: 1px solid #0455A8;
    background-color: #0455A8;
    color: #fff;
    font: 600 13px/32px "Open Sans", sans-serif;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
}
.button-solid:hover {
    border: 1px solid #ff631e;
    background: transparent;
    color: #ff631e;
    text-decoration: none;
}

@media (min-width: 768px) {
	/* Best Value Label */
	label .pricing-pane .label {
		top: 50px;
	}

}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover {
    color: #fff !important;
    background-color: #006ac1!important;
    border-color: #006ac1!important;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px !important;
}

.datepicker.datepicker-dropdown.dropdown-menu{padding:5px;margin-top: 60px !important;}
@media (max-width: 992px) {
.tt-menu{
    min-width: 738px !important;
    margin-left: -28.5% !important;
}
.tt-menu .tt-suggestion {
    border-bottom: 1px dotted #ccc !important;
    padding: 6px 6px !important;
}      
}
@media (max-width: 768px) {
   .tt-menu {
    min-width: auto !important;
    margin-left: auto !important;
}    
}

.tt-menu .tt-suggestion div{
    white-space: nowrap; 
    overflow: hidden; 
    -o-text-overflow: ellipsis; 
       text-overflow: ellipsis;
}
@media (max-width: 992px) {
.tt-menu .tt-suggestion div{
    padding: 0px 6px;
}
}	
.tt-dataset div.text-danger{
padding: 10px 8px !important;
text-align: center;
}
.tt-menu .tt-suggestion div i.fa-user,.tt-menu .tt-suggestion div i.fa-phone{font-size: 15px;}
.tt-menu .tt-suggestion div i.fa-envelope{font-size: 13px;}

.text_tariff{text-align:left;margin-left:40px;font-weight:400;}
.text_tariff h6{text-align:center;margin-left:-40px;font-weight:600;margin-top:0px;}
.text_tariff h5{text-align:center;margin-left:-40px;font-weight:600;margin-top:0px;color:#0455a8;font-size: 18px;margin-bottom: 12px;
}
.pricing .pricing-pane:hover>.text_tariff h5 {
    color: #fff !important;
}
.pricing-pane.disabled{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
zoom: 1; /* для элемента в ИЕ, у которого не заданы width и height */
cursor: not-allowed;
}
.reg_block_price h5,.reg_block_price h6{margin:0px;}
button.btn.bg-blue.fg-white.dropdown-toggle {
    margin-left: 4px;
}
.pricing-pane div.month{
   font-size: 14px;
   font-weight: 600;
}
.highcharts-tooltip-box {
    font-size:14px !important;
	fill: #fff;
	fill-opacity: 0.6 !important;
	stroke-width: 1;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.highcharts-tooltip text {
    font-size:14px !important;
	fill: #000 !important;
	text-shadow: none !important;
}
.highcharts-point {
    border-radius: 0px !important;
}

.bootstrap-timepicker input {
    border-radius: 0px !important;
}
.bootstrap-timepicker-widget{
    background-color: #ffffff !important;
    border: 1px solid #ccc !important;
}
.bootstrap-timepicker-widget table td a {
    color: #ffffff !important;
    background-color: #006ac1;
    border-radius: 0px !important;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #158df0 !important;
    border-color: #158df0 !important;
}
span.input-group-addon.picker{
    color: #ffffff;
    background-color: #006ac1;		
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    border-radius: 0px !important;
}
/* ярлык*/
label.pricing-pane input {visibility: hidden;}
label.pricing-pane input:checked + h3:before {
    position: absolute;
    display: block;
    content: "\f00c";
    color: #fff;
    right: 18px;
    font-family: FontAwesome;
    color: #ffffff !important;
    font-size: 32px;
    font-weight: 400;
    z-index: 102;
    top: 5px;
	visibility: visible;
}

label.pricing-pane input:checked + h3:after {
    position: absolute;
    display: block;
    border-top: 68px solid #006ac1;
    border-left: 68px solid transparent;
    right: 15px;
    content: "";
    top: 0px;
    z-index: 101;
	visibility: visible;
}
.block_info {
    border-left: 5px solid #05389f;
    padding-left: 10px;
    line-height: 1.4;
}
.pay_color{ 
    background-color: rgba(3, 85, 168, .05);
	border-left:15px solid #fff;
	border-right:15px solid #fff;
}
.franchisee-form .tariff_infoline {
    margin-bottom: 10px;
    border: 1px dotted #ccc;
    padding: 15px;
    padding-top: 0px;
    border-top: 0px;
}
.sp-hidden {
    display: none;
}
.reg_block_price{line-height:20px;}
.price-bord-left {
    border-left: 5px solid #E6EDF6;
    padding-left: 10px;
}
.incl_mod{
    color: #0355a8;
    margin-bottom: 4px;
    font-size: 12px;
    border-bottom: 1px solid #0355a8;
    text-transform: uppercase;
}
.pricing-pane .incl_mod {
    color: #474747;
    border-bottom: 1px solid #ddd;
    margin-left: 15px;
    margin-right: 15px;
	font-weight:400;
}
.pricing .pricing-pane:hover .incl_mod{color:#ffffff;}
h6.marked_unpaid{color: #fff;background: #FF2E12;padding: 10px;font-weight: bold;text-align: center;}
.text-blue{color: #00aff0!important;}
.output_sum {
    background-color: rgba(3, 85, 168, .05);
    padding-bottom: 10px;
    margin-top: 15px;
}
.output_sum .vid_check:after{
border-top: 1px solid rgba(0, 0, 0, .1);
}
.output_sum .vid_check:last-child::after{
border-top: none;
}
.output_sum .vid_check:nth-last-child(2)::after{
    border-top: 1px solid rgba(0, 0, 0, .3);
    margin-top: 2px;
}
.vmest small{font-size: 80%;}
small.vat{font-weight:700;color:#474747;font-size: 70%;}
small.shop{font-weight:700;color:#474747;font-size: 60%;}
.group_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
		-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 3px;
}
.blackna2{color: rgba(0, 0, 0, .5);}
.btn[disabled]{  
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;}
  
.wrap_button_dop_line,.fixed-tiles-shop{display:none;}
body.start-screen .wrap_button_dop_line,body.start-screen .fixed-tiles-shop{display:block;}
.fixed-tiles-shop .mintile .brand .tile-label{font-size:13px;}
.input-group.bootstrap-touchspin span.input-group-addon{border-right:none; border-left: none;}
@media screen and (max-width: 768px){
.input-group.bootstrap-touchspin span.input-group-addon{display:none;}
}
div.change_calculate .dropdown-menu > li > a {
    border-top: 1px solid #ddd;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 20px;
	text-align: center;
}
div.change_calculate .dropdown-menu{
min-width: 90px;
padding: 0;
margin: 0;
}
.text_accomp{
    text-align:center;
	text-transform:uppercase;
	font-size: 11px;
    margin-bottom: 4px;
}
#visit_accompany_group .panel-body {max-width:460px;}
.modal-body h5.fake_title{
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.modal-body .text.text-warning{
    max-width: 500px;
    line-height: 1;}
table.multiple-input-list input.form-control {height:37px;}
.has-error .input-group-addon {
 color: #fff;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    margin-top: 0px !important;
}
.datepicker {
border-radius: 0px !important;
}
.qest_pol{font-size:18px;}
#pollsans-ans{font-size:16px;}
textarea#pollsans-txt {
    font-size: 16px;
    margin-top: 6px !important;
}
@media (max-width: 992px) {
body.start-screen .fixed-tiles-shop {
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    position: relative;
    padding: 0px;
    background: transparent;
}
}
@media (max-width: 576px){
#startvisit-type{display:block;}
#startvisit-type .custom-radio {
    padding: 2px 0px;
}
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom{
margin-top: 20px !important;
}
@media (max-width: 992px){
.shop-pseudo-footer .price_calc,.shop-pseudo-footer .buyer_info,h6.vid_check.email_buyer,h6.vid_check.phone_buyer{
display:none;
}
.shop-pseudo-footer .total_pursh,.shop-pseudo-footer h5.sum.vid_check,.shop-pseudo-footer h5.vat  {
font-size: 18px;
}
}
@media (max-width: 768px){
.shop-pseudo-footer h6.quantity.vid_check,.shop-pseudo-footer h5.sum.vid_check,.shop-pseudo-footer h5.vat{
display:none;
}
}
@media (max-width: 576px){
.shop-pseudo-footer .btn{padding: 6px 12px;}
.flex-self{display:block;}
}
.alert button.close{color:#fff;}
.dropdown.language.open {
    z-index: 102;
}

select.form-control{
  color: #454545;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none !important;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23454545'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
background-size: 8px;
background-position: top right;
background-position: top 16px right 10px;
background-position-x: 95%;
background-position-y: 60%;
background-position: calc(100% - 10px) 60%;
background-repeat: no-repeat;
background-color: #fff;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {     
    ::i-block-chrome,
a:hover,a:focus,a:active{text-decoration:none;}
a, label{
	-webkit-tap-highlight-color: transparent;
}
input[type=text], input[type=submit], textarea{
	-webkit-appearance: none;
} 
.modal .modal-dialog{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

#ajaxCrudDatatable .table-responsive > .table > tbody > tr > td {
margin: 1px 0;
}
}*/
 .column_gap {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}