.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


.calicon-notes {
  display: inline-block;
  position: absolute;
  float: left;
  width: 25px;
  height: 25px;
  margin-left: -34px;
  margin-top: -12px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-repeat: no-repeat;
    background: url('../../resources/images/icons/notes.svg') no-repeat 0px 0px;
    background-size: 25px;
  cursor: pointer;
}

[class^="saicon-"],
[class*=" saicon-"] {
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-top: -2px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.saicon-alert {
    background: url('../../resources/images/icons/alert.svg') no-repeat 0px 0px;
    background-size: 16px;
}
.saicon-automail {
    background: url('../../resources/images/icons/automail.svg') no-repeat 0px 0px;
    background-size: 32px;
}
.saicon-noautomail {
    background: url('../../resources/images/icons/autonomail.svg') no-repeat 0px 0px;
    background-size: 32px;
}
.saicon-book {
    background: url('../../resources/images/icons/book.svg') no-repeat -4px -9px;
    background-size: 28px;
}
.saicon-mail {
    background: url('../../resources/images/icons/mail.svg') no-repeat -4px -9px;
    background-size: 28px;
}
.saicon-upload {
    background: url('../../resources/images/icons/checkout.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-bed-w {
    background: url('../../resources/images/icons/bed-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-save {
    background: url('../../resources/images/icons/save.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-save-w {
    background: url('../../resources/images/icons/save-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-edit-w {
    background: url('../../resources/images/icons/edit-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-edit {
    background: url('../../resources/images/icons/edit.svg') no-repeat 0px 0px;
    background-size: 28px;
}
.saicon-delete {
    background: url('../../resources/images/icons/delete.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-delete-w {
    background: url('../../resources/images/icons/delete-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-copy-w {
    background: url('../../resources/images/icons/copy-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-prev-w {
    background: url('../../resources/images/icons/prev-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-prev2-w {
    background: url('../../resources/images/icons/prev-2-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-next-w {
    background: url('../../resources/images/icons/next-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-next2-w {
    background: url('../../resources/images/icons/next-2-white.svg') no-repeat -6px -5px;
    background-size: 28px;
}
.saicon-open {
    background: url('../../resources/images/icons/open.svg') no-repeat -3px -3px;
    background-size: 22px;
}
.saicon-close {
    background: url('../../resources/images/icons/close.svg') no-repeat -3px -3px;
    background-size: 22px;
}
.saicon-owner {
    background: url('../../resources/images/icons/open.svg') no-repeat -3px -3px;
    background-size: 22px;
}
.saicon-car {
    background: url('../../resources/images/icons/car.svg') no-repeat 1px 1px;
    background-size: 22px;
}
.saicon-settings {
    background: url('../../resources/images/icons/settings.svg') no-repeat 0px 3px;
    background-size: 15px;
}
.saicon-settings2 {
    background: url('../../resources/images/icons/settings.svg') no-repeat 1px 0px;
    background-size: 34px;
}
.saicon-settings-w {
    background: url('../../resources/images/icons/settings-w.svg') no-repeat 0px 3px;
    background-size: 30px;
}
.saicon-aperture-w {
    background: url('../../resources/images/icons/aperture-w.svg') no-repeat 8px 8px;
    background-size: 38px;
}

[class^="tabicon-"],
[class*=" tabicon-"] {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0px;
  *margin-right: .3em;
  line-height: 12px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tabicon-roomgrid {
    background: url('../../resources/images/icons/database.svg') no-repeat -8px -12px;
    background-size: 35px;
}
.tabicon-booking,.tabicon-apartmans,.tabicon-aptypes {
    background: url('../../resources/images/icons/bed.svg') no-repeat -8px -12px;
    background-size: 35px;
}
.tabicon-price {
    background: url('../../resources/images/icons/euro.svg') no-repeat -8px -9px;
    background-size: 35px;
}
.tabicon-add {
    background: url('../../resources/images/icons/open.svg') no-repeat -4px -4px;
    background-size: 28px;
}
.tabicon-print {
    background: url('../../resources/images/icons/print.svg') no-repeat -8px -8px;
    background-size: 28px;
}
/*------------------------------------------*/
.user_add,.x-icon-user {
    background: url('../../resources/images/icons/user_add.svg') no-repeat -8px -8px;
    background-size: 31px;
}

.user_delete {
    background: url('../../resources/images/icons/user_delete.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-add {
    background: url('../../resources/images/icons/add.svg') no-repeat -3px -5px;
    background-size: 25px;
}
.x-icon-reload {
    background: url('../../resources/images/icons/refresh.svg') no-repeat -8px -8px;
    background-size: 31px;
}

.saicon-booking-new {
    background: url('../../resources/images/icons/win_add.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-booking-edit {
    background: url('../../resources/images/icons/win_mod.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-booking-edit-w {
    background: url('../../resources/images/icons/win_mod-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-booking-del {
    background: url('../../resources/images/icons/win_del.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-room-add {
    background: url('../../resources/images/icons/bed-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-printing {
    background: url('../../resources/images/icons/print.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-searching {
    background: url('../../resources/images/icons/search.svg') no-repeat -2px -2px;
    background-size: 22px;
}
.x-icon-chok {
    background: url('../../resources/images/icons/ok.svg');
    background-size: 22px;
}
.x-icon-chno {
    background: url('../../resources/images/icons/no.svg');
    background-size: 22px;
}
.x-on-chedit {
    background: url('../../resources/images/icons/edit.svg');
    background-size: 22px;
}
.x-icon-chdelete {
    background: url('../../resources/images/icons/delete.svg');
    background-size: 22px;
}
.x-icon-delete-w {
    background: url('../../resources/images/icons/delete-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}

.x-icon-mail-new,.x-icon-mail {
    background: url('../../resources/images/icons/mail-new.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-mail-new-w,.x-icon-mail-w {
    background: url('../../resources/images/icons/mail-new-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-reply {
    background: url('../../resources/images/icons/mail-reply.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-forward {
    background: url('../../resources/images/icons/mail-forward.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-forward-w {
    background: url('../../resources/images/icons/mail-forward-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}

.x-icon-playing {
    background: url('../../resources/images/icons/play.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-euro {
    background: url('../../resources/images/icons/euro.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-euro-w {
    background: url('../../resources/images/icons/euro-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-check-in-w {
    background: url('../../resources/images/icons/checkin-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-check-out-w {
    background: url('../../resources/images/icons/checkout-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-unlike-w {
    background: url('../../resources/images/icons/unlike-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-cloud {
    background: url('../../resources/images/icons/cloud.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-cloud {
    background: url('../../resources/images/icons/cloud.svg') no-repeat -8px -8px;
    background-size: 31px;
}
.x-icon-cloud-download {
    background: url('../../resources/images/icons/cloud_download.svg') no-repeat -0px -0px;
    background-size: 31px;
}
.x-icon-download {
    background: url('../../resources/images/icons/download.svg') no-repeat -0px -0px;
    background-size: 13px;
}
.x-icon-close-w {
    background: url('../../resources/images/icons/close-white.svg') no-repeat -8px -8px;
    background-size: 31px;
}

.x-grid-row .x-ap-cell-ok,.jqx-grid-cell .x-ap-cell-ok{
	background-color: #44AA44;
	height:35px;
	line-height:35px;
	text-align:center;
}
.x-grid-row .x-ap-cell-no,.jqx-grid-cell .x-ap-cell-no {
	background-color: #EEAAAA;
	height:35px;
}
.x-grid-row .x-ap-cell-none {
}
.x-grid-row .x-grid-cell {
	border-width: 0;
/*	background-color:transparent;*/
}
.x-grid-row .x-group-sep  {
	border-right:1px solid #ddd;
}
.x-action-col-cell img {
	cursor:pointer;
}
.btn-primary button span {
	color:#fff;
}
.x-form-item-body  {
	float:left;
}
.x-form-item-label-bold {
	font-weight:bold;
}
.x-form-container-label {
	float:none !important;
}
.x-livesearch-match {
	color:#FF0000;
	font-weight:bold;
}
.task_message {
}
.task_message .x-grid-rowbody {
	color:#000;
	font-weight:bold;
	font-style:italic;
	padding-left:20px;
	border-bottom:1px solid #888;
	/*height:18px;*/
}
.x-msg-delete .x-window-header{
	background-color: rgb(250, 0, 0);
}
.ext-mb-alert {
    background: url('../../resources/images/icons/alert.svg');
}
.containter-border .x-form-item-label-top {
	font-size:16px;
	border-bottom: 1px solid #888;
}
.containter-border {
	border: 1px solid #888;
    	-moz-border-radius:10px;
    	-webkit-border-radius: 10px;
    	border-radius:10px;
}
.x-tool-collapse-top {
}
.fogl-sep.x-grid-cell {
	background-color: #DDDDDD;
}
/* dropbox (file upload ) */
#dropbox {
	height:100%;
	width:98%;
	top:0px;
	left:0px;
}
#dropbox .drpreview{
	padding-top:2px;
	margin-left:2px;
	margin-right:2px;
	height:14px;
	width:98%;
	float:left;
}
#dropbox .message{
   	font-size: 10px;
    	text-align: center;
    	padding-top:20px;
    	display: block;
	border:2px dotted #0B85A1;
	padding:10px 10px 10px 10px;
}
#dropbox .message i{
	color:#ccc;
	font-size:10px;
}
#dropbox .uploaded{
	height:100%;
	width:30px;
	background: url('../../resources/images/icons/ok.svg') no-repeat center center rgba(255,255,255,0.5);
        background-size: 20px;
	display: none;
	float:left;
}
#dropbox .drpreview.done .uploaded{
	display: block;
}
#dropbox .nameHolder{
	float:left;
	width:200px;
}

#dropbox .drprogressHolder{
	float:right;
	background-color:#FFF;
	height:12px;
	width:135px;
	box-shadow:0 0 2px #000;
}
#dropbox .drprogress{
	background-color:#2586d0;
	height:100%;
	width:0%;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	font-weight:bold;
	color:#000;
	line-height:11px;
}
#dropbox .drpreview.done .drprogress{
	width:100% !important;
}
/* dropbox 2*/
#dropbox2 {
	height:100%;
	width:100px;
	top:0px;
	left:0px;
}
#dropbox2 .drpreview{
	padding-top:2px;
	margin-left:2px;
	margin-right:2px;
	width:98%;
}
#dropbox2 .message{
   	font-size: 11px;
    	text-align: center;
    	display: block;
}
#dropbox2 .message i{
	color:#fff;
	font-size:9px;
}
#dropbox2 .uploaded{
	height:16px;
	width:20px;
	background: url('../../resources/images/icons/ok.svg') no-repeat center center rgba(255,255,255,0.5);
        background-size: 20px;
	display: none;
	float:left;
	position:relative;
	margin-top:-16px;
}
#dropbox2 .drpreview.done .uploaded{
	display: block;
}
#dropbox2 .nameHolder{
	width:100px;
}

#dropbox2 .drprogressHolder{
	background-color:#FFF;
	height:10px;
	width:92px;
	box-shadow:0 0 1px #fff;
}
#dropbox2 .drprogress{
	background-color:#2586d0;
	height:100%;
	width:0%;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	font-weight:bold;
	color:#000;
	line-height:11px;
}
#dropbox2 .drpreview.done .drprogress{
	width:100% !important;
}
/* end dropbox */
.price input[type="inputbox"] {
	color: #34485D;
	text-align: right;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #BABABA;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	padding: 0px 2px 2px;
	line-height:14px;
}
.blocked {
	background-color:#f4d0d0 !important;
}
.booked {
	background-color:#d0d0d0 !important;
}
.apthumb {
	float:left;
	width:120px;   
}
.apthumb img{
/*	min-height: 104px;*/ 
	width:120px;   
	overflow: hidden;
	float:left;
	border:1px solid #ccc;
	margin-right:4px;
}
.apthumb span {
	font-size:9px;
	float:left;
}
#dropimage {
	margin-top:2px;
	overflow: hidden;
	color: #34485D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #BABABA;
	padding-left:2px;
	background-color: #D4D4D4;
	text-align: center;
	width:100px;
	height:86px;
}
#dropimage span {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 66px;
}
.apstate {
	cursor:pointer;
	position: relative;
	width: 20px;
    	height: 12px;
    	left: 1px;
    	top: 1px;
    	float: right;
	border:1px solid #eee;
	margin-right:2px;
}
.hk-clean {
	background-color:green;
}
.hk-dirty {
	background-color:red;
}
.hk-nothing {
}
.bordered-field {
	border:1px solid #888;
}
.list-ct {
	border:1px solid #eee;
}
.x-file-upload-small .x-form-file-wrap .x-form-file-input {
	width:30px;
}
.x-action-col-button {
	margin-right:4px;
}
.paging_container {
	border-color: #BABABA;
	border-style: solid;
	border-width: 1px 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ECF0F1;
	height:40px;
}
.paging_text {
	color: #34485D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	white-space: pre-wrap;
	float:left;
	vertical-align:middle;
	line-height:40px;
	padding-left:15px;
}
.paging_pages {
	overflow: hidden;
	border-style: none;
	background-color: #ECF0F1;
	vertical-align:middle;
	height: 30px;
	padding-top:5px;
	width: 700px;
	display: block;
	margin-left: auto;
	/*margin-left: 156px;*/
	margin-right: auto;
	text-align:center;
	padding-left: 60px;
}
.paging_center {
	height:30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 .paging_page  {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	width: 33px;
	height: 30px;
	float:left;
	line-height:30px;
	text-align: center;
}
.paging_center a {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-color: #FFF;
	border-style: solid;
	border-width: 0px 1px;
/*	background-color: #ECF0F1;*/
	text-align: center;
	white-space: pre-wrap;
	width: 33px;
	height: 30px;
	float:left;
	line-height:30px;
}
.paging_center a:hover {
	background-color: #48C9B0;
}
.paging_page.active {
	background-color: #48C9B0;
}
.paging_page_list {
	color: #34485D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	float:right;
	vertical-align:middle;
	line-height:40px;
	padding-right:15px;
}
table.drr_table {
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	white-space: pre-wrap;
}
div table.drr_table tr td {
	color: #34485D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	border-color: #D4D4D4;
	border-style: solid;
	border-width: 1px 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
table.drr_table tr td.al0 {
}
table.drr_table tr td.al1 {
	background-color: #ECF0F1;
}
.cal_header { 
    position: fixed;
    top: 0px; 
    display:none;
    /*background-color:white;*/
}
.cal_footer { 
    position: fixed;
    bottom: 0px; 
    display:none;
    /*background-color:white;*/
}
button.grid-btn,a.grid-btn {
/*	width:90px;*/
	float:left;
	margin:2px;
}
.x-btn.jqx-button {
    color:#fff;
    border:0px;
    border-radius:2px;
}
.x-btn-b.jqx-button {
    border:0px;
    border-radius:2px;
}
.jqx-grid-cell {
    border-width: 0px 0px 1px 0px;
}
.jqx-grid-column-header, .jqx-grid-columngroup-header {
    border-width: 0px 0px 0px 0px;
}
.jqx-grid-pager .jqx-button {
    background-color: transparent;
    color:#ffffff !important;
    border:0px;
}
.jqx-grid-pager .jqx-grid-pager-number {
    background-color: #48C9B0;
    color:#ffffff !important;
    border:0px;
    padding: 4px 10px 4px 10px;
    border-radius:0px;
}
.jqx-grid-pager .jqx-fill-state-pressed {
    background-color: #34495E;
}
.jqx-window-content.jqx-widget-content {
    font-size:11px;
    font-weight: normal;
    line-height: 14px;
    font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
}
.jqx-window-line {
    margin-left:1px;
    width:100%;
    height:22px;
    float:left;
    padding-top: 4px;
}
.jqx-window-line input,.jqx-window-line select {
    margin-right:5px;
}
.jqx-window-line label, .jqx-window-line input, .jqx-window-line select  {
    float:left;
    margin-left:5px;   	
    vertical-align:middle;
    line-height: 20px;
}
.jqxgrid-renderer {
    padding-top:5px; 
    padding-left:2px; 
    height:100%;
}

table.roomtablehead td.sch-header.selected {
	background-color: #ACD0AA!important;
}
.jqLabel {
	width:80px;
	text-align:right;
}
.jqLabel.small {
	width:50px !important;
}
.jqLabel.left {
	text-align:left;
}
.jqLabel.center {
	text-align:center;
}
.utitle {
    font-size:11px;
    font-weight:bold;
}
table.roomtablehead td.th.resize,.resize span {
    z-index:100;
}

/* grid cell class colors */
.jqx-grid-cell .jqx-gray, .jqx-widget .jqx-gray {
    color: white;
    background-color: #666b6A !important;
}
.jqx-grid-cell .jqx-blue, .jqx-widget .jqx-blue {
    color: white;
    background-color: #2222FF !important;
}

.jqx-grid-cell .jqx-green, .jqx-widget .jqx-green {
    color: black;
    background-color: #b6ff00 !important;
}
.jqx-grid-cell .jqx-yellow, .jqx-widget .jqx-yellow {
    color: black;
    background-color: #ff9100 !important;
}
.jqx-grid-cell .jqx-red, .jqx-widget .jqx-red {
    color: black;
    background-color: #e83636 !important;
}

.floating_pool{
	float:left;
	position:absolute;
	height:300px;
	margin-top:60px;
	width:220px;
	z-index:1;
	background-color:#eee;
}
.eci {
}
.lco {
}
table.roomtablehead td div.eci-day {
	z-index:20;
	position:relative;
	float:left;
	width: 7px; 
	height: 14px;
	line-height:14px; 
}

table.roomtablehead td div.lco-day {
	z-index:20;
	position:relative;
	float:left;
	width: 7px;  
	height: 14px;  
	line-height:14px; 
}
.active_job {
	display: block;
	float: left;
	height: 32px;
/*	padding: 2px;*/
	font-size: 12px;
	font-weight:normal;
	line-height:30px;
	text-align:right;
	cursor: pointer;
	text-transform: uppercase;
	margin-top:2px;
}
.active_user {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
/*	padding: 2px;*/
	font-size: 22px;
	font-weight:normal;
	line-height:32px;
	text-align:center;
	cursor: pointer;
	text-transform: uppercase;
	margin-left:2px;
}
.active_user div {
	width: 32px;
	height: 6px;
	margin-top: -6px;
}
.active_user.online {
	background-color: #60D8E6;
	color:#fff;
}
.active_user.offline {
	background-color: #ADD8E6;
	color:#888;
}
.tooltip-inner {
    white-space:pre-wrap;
}
.checkout-result {
	font-size:16px;
}
span.checkout-result-icon {
	margin-right:10px;
	margin-top:2px;
}
table.dashboard_box thead td {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	white-space: pre;
}
table.dashboard_box tbody td {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	white-space: pre;
}
/*----------------background gradient-----------------------------*/
.dotted {
  /*padding: 2.25em 1.6875em;*/
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  }

.stripped {
  /*padding: 2.25em 1.6875em;*/
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  }

/*----------------scheduler -----------------------------*/
.time-sch-wrapper .time-sch-section-header {
	width: 108px;
	width: 148px;
	text-align: left;
}
.time-sch-item-event {
  border-width: 1px;
  border-style: solid;
  width: 0px; /*2px;*/ }
.time-sch-select {
	float:right;
	width:140px;
	height:27px;
	margin-left:10px;
}
.time-sch-hint-help {
	float:right;
	margin-left:4px;
	margin-top:0px;
	width:27px;
	height:27px;
}
.time-sch-grid-btn {
	float:right;
	margin-left:6px;
	margin-top:6px;
	width:27px;
	height:27px;
}
.item-event-none { background-color: green; border-color: #004d00; }
.item-event-one { background-color: #ff2222; border-color: #ee0000; }
.item-event-two { background-color: blue; border-color: #3333ff; }
.item-event-three { background-color: orange; border-color: #cc8400; }

.time-sch-item.item-status-none {background-color: green; }
.time-sch-item.item-status-one { background-color: blue; }
.time-sch-item.item-status-two { background-color: #ff2222; }
.time-sch-item.item-status-three { background-color: orange; }
.time-sch-item.item-status-headernote {background-color: #f00; }
.time-sch-item.item-status-note {background-color: gray; }
.time-sch-item.item-status-ap-foglalt {background-color: #7E8C8D; text-align:center;}

.time-sch-item {
  transition: background-color ease 0.1s;
  border-width: 0px; /*1px;*/
  border-style: solid; }
  .time-sch-item.item-status-none { border-color: #006700; }
  .time-sch-item.item-status-none:hover { background-color: #00b300; }
  .time-sch-item.item-status-one { border-color:#0000e6;   }
  .time-sch-item.item-status-one:hover { background-color: #3333ff; }
  .time-sch-item.item-status-two { border-color: #ff0808; }
  .time-sch-item.item-status-two:hover { background-color:#ff5555; }
  .time-sch-item.item-status-three { border-color: #e69500; }
  .time-sch-item.item-status-three:hover { background-color: #ffb733; }

  .time-sch-item.ui-draggable-dragging { cursor: move; }

.realtime-info { display: none; }

.time-sch-item-eci {
	left: 1px;
	background-color:#caf90d;
	position: absolute;
	top: 1px;
	bottom: 2px;
	min-width:10px;
}
.time-sch-item-lco {
	right: 1px;
	background-color:#caf90d;
	position: absolute;
	top: 1px;
	bottom: 2px;
	min-width:10px;
}
.time-sch-item-splitstart {
	left: -7px;
    	background-color: transparent;
    	position: absolute;
    	top: 1px;
    	/* bottom: 2px; */
    	min-width: 10px;
    	border-top: 6px solid transparent;
    	border-bottom: 8px solid transparent;
    	border-right: 10px solid red;
}
.time-sch-item-splitend {
	right: -8px;
    	background-color: transparent;
    	position: absolute;
    	top: 1px;
    	bottom: 2px;
    	min-width: 10px;
    	border-top: 7px solid transparent;
    	border-bottom: 10px solid transparent;
    	border-left: 10px solid red;
}

.time-sch-wrapper {
/*	background-color: #ECF0F1;*/
	background-color: #EAEDED;
}
.time-sch-table thead {
	background-color: #34495E;
	font-weight: bold;
	color: #FFF;
}
.time-sch-wrapper th, .time-sch-wrapper td {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-left:0px solid #E6E6E6;
	border-top:0px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.time-sch-wrapper td.time-sch-section {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-left:8px;
	background-color: #7E8C8D;
/*	white-space: nowrap;*/
}
.time-sch-wrapper td.time-sch-date {
}
.time-sch-wrapper thead td.time-sch-date-header {
	line-height: 12px;
	font-size: 9px;
	cursor: pointer;
}
.time-sch-wrapper thead td.weekend {
	background-color: #141451;
}
.time-sch-wrapper td.weekend {
	background-color: #F5F5F5;
}
.time-sch-wrapper thead td.current-date {
	background-color: #1ABC9C;
}
a.time-sch-selected-button {
	color: #34485D;
	font-weight: bold;
	text-decoration: underline;
}

div.time-sch-item-content {
	padding: 0px 0px 2px 6px;
}
td.time-sch-section.unassigned, td.time-sch-date.unassigned {
	border-top: 2px solid #1ABC9C;
}
td.time-sch-date-header.highlighted {
	background-color: #ACD0AA!important;
}
.time-cell-highlited {
	position: relative;
	overflow: hidden;
	background-color: #ACD0AA!important;
}
.time-sch-wrapper td.time-section-stat {
	background-color: #7E8C8D 
}
.time-sch-wrapper td.time-section-rent {
/*	background-color: #7E8C8D !important;*/
}
tr.group {
 	cursor:pointer;
}
tr.group td span  {
	margin-left:5px;
	font-size: 17px;
	line-height: 12px;	
	float:left;
}
#jcemediabox-popup-page {
	z-index: 100000 !important;
}
.white, .white a {
  color: #fff;
}
label.mini {
	font-size:8px;
	margin-bottom: 0px;
        float: left;
        line-height: 22px;
}
.dstat {
  float: left;
  position: absolute;
  height: 2px;
}

.tab-content {height:auto;}
.tab-content > .tab-pane { height:100%;}
.jqx-file-upload-iframe {visibility:hidden;}
.booking_status_color_popup {
	color:#444;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
}


.event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 12px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 48pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 22pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 18pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 11pt;
		font-weight: 300;
		margin: 0px;
		line-height:15px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 100px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 100px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 100px;
			height: 100px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 100px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}
/* innen folio list*/
.folio-items {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.folio-items > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 12px;
	}
	.folio-items > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.folio-items > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.folio-items > li > time > span {
		display: none;
	}
	.folio-items > li > time > .day {
		display: block;
		font-size: 48pt;
		font-weight: 100;
		line-height: 1;
	}
	.folio-items > li time > .month {
		display: block;
		font-size: 22pt;
		font-weight: 900;
		line-height: 1;
	}
	.folio-items > li > img {
		width: 100%;
	}
	.folio-items > li > .info {
		padding-top: 2px;
		text-align: center;
	}
	.folio-items > li > .info > .title {
		font-size: 14pt;
		font-weight: 700;
		margin: 0px;
	}
	.folio-items > li > .info > .title > span {
		width: 35px;
	}
	.folio-items > li > .info > .desc {
		font-size: 9pt;
		font-weight: 300;
		margin: 0px;
		line-height:15px;
	}
	.folio-items > li > .info > ul,
	.folio-items > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.folio-items > li > .social > ul {
		margin: 0px;
	}
	.folio-items > li > .info > ul > li,
	.folio-items > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .folio-items > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .folio-items > li > .social > ul > li {    
        padding: 0px;
    }
    .folio-items > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.folio-items > li > .info > ul > li:hover,
	.folio-items > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.folio-items > li {
			position: relative;
			display: block;
			width: 100%;
			height: 30px;
			padding: 0px;
		}
		.folio-items > li > time,
		.folio-items > li > img  {
			display: inline-block;
		}
		.folio-items > li > time,
		.folio-items > li > img {
			width: 100px;
			float: left;
		}
		.folio-items > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.folio-items > li > time,
		.folio-items > li > img {
			width: 100px;
			height: 30px;
			padding: 0px;
			margin: 0px;
		}
		.folio-items > li > .info {
			position: relative;
			height: 30px;
			text-align: left;
			padding-right: 40px;
		}	
		.folio-items > li > .info > .title {
			padding: 0px 10px;
			float:left;
			display:block;
		}
		.folio-items > li > .info > .desc {
			padding: 4px 5px;
			float:right;
			display:block;
			position:relative;
		}
		.folio-items > li > .info > .desc input.spinner{
			width:20px;
			margin-top:-2px;
			border:none;
		}
		.folio-items > li > .info > .desc input.price{
			width:60px;
			font-size:1em;
		}
		.folio-items > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.folio-items > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .folio-items > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.folio-items > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.folio-items > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 4px 0px 4px;
		}
	}
ul .booking-row.searched {
	border-color:red;
	box-shadow: 0px 0px 5px red;
}
ul .booking-row.selected {
	border-color:blue;
	box-shadow: 2px 2px 5px blue;
}
ul.paided .folio-item-row {
        box-shadow: 1px 1px 1px green;
	margin: 0px 0px 6px;
}
ul.paid {
    border-bottom: 2px dotted #888;
}
ul.paided {
    margin-top: 2px;
}
ul .folio-item-row .Opened {
	color:red;
}
.ui-autocomplete-loading { background:url('../../resources/images/loading.gif') no-repeat center center }
.loading { 
           width:64px; 
           height:64px; 
           position: fixed; 
           background-color: #00FF00; 
           top: 50%; 
           left: 50%; 
           margin-top: -32px; 
           margin-left: -32px; 
	   background:url('../../resources/images/loading.gif') no-repeat center center;
	   display:none;	
}
.context-menu-item span {padding-left:10px;}
.context-menu-list {min-width:160px !important;}
.jqx-grid-cell-selected-bootstrap a {color: #eee !important; }
.right-btn {float:right;margin-right:8px;}
.left-btn {float:left;margin-right:8px;}
.booking_box_content {
	overflow-y:auto;
	max-height:400px;
}
select.hkschedule {
	width:80px;
	float:left;
}
input[type="checkbox"].hkschedule {
	width:22px;
	height:22px;
	float:left;
}
.cp {
	display:inline-block;
}
.editinginput input[disabled],.editinginput select[disabled],.editinginput textarea[disabled],.editinginput input[readonly],.editinginput select[readonly],.editinginput textarea[readonly] {
	border:0px solid transparent !important;
}
#transferform .bootstrap-tagsinput input[disabled] {
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 0px;
    color: #444;
    word-wrap: break-word;
    max-width:550px;
    word-break: break-all;
    white-space: normal;
}
.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}
.box-comments .box-comment:first-of-type {
    padding-top: 0;
}
.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
    text-align: left;
}
.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}
.img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
    float: left;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 10px 7px;
    font-size: 40px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 40px;
}
.img-80 {
    width:80px; 	
    height:80px;
    float: left;
    margin-right: 10px;	 	
}
.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}
.pull-right {
    float: right;
}
.pull-right {
    float: right!important;
}
.box-comments .box-comment:before, .box-comments .box-comment:after {
    content: " ";
    display: table;
}
.box-comments .box-comment:after {
    clear: both;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.img-sm+.img-push {
    margin-left: 40px;
}
.input-sm {
    height: 30px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.box-comments {
    max-height: 400px;
    display: block;
    overflow: auto;
}

.time-sch-item-event {
  border-width: 1px;
  border-style: solid;
  width: 2px; }

.item-event-none {
  background-color: green;
  border-color: #004d00; }

.item-event-one {
  background-color: #ff2222;
  border-color: #ee0000; }

.item-event-two {
  background-color: blue;
  border-color: #3333ff; }

.item-event-three {
  background-color: orange;
  border-color: #cc8400; }

.item-status-none {
  background-color: green; }

.item-status-one {
  background-color: #ff2222; }

.item-status-two {
  background-color: blue; }

.item-status-three {
  background-color: orange; }

.time-sch-item {
  transition: background-color ease 0.1s;
  border-width: 1px;
  border-style: solid; 
  font-size: 12px;
}
.time-sch-item.item-status-none {
    border-color: #006700; 
}
.time-sch-item.item-status-none:hover {
      background-color: #00b300; 
}
.time-sch-item.item-status-one {
    border-color: #ff0808; }
.time-sch-item.item-status-one:hover {
      background-color: #ff5555; }
.time-sch-item.item-status-two {
    border-color: #0000e6; }
.time-sch-item.item-status-two:hover {
      background-color: #3333ff; }
.time-sch-item.item-status-three {
    border-color: #e69500; }
.time-sch-item.item-status-three:hover {
      background-color: #ffb733; }
.time-sch-item.ui-draggable-dragging {
    cursor: move; }

.realtime-info {
  display: none; }

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


.dhx_cal_button:hover {
    background-color: #edf8ff;
}
.dhx_cal_button {
    line-height: 30px;
}
.dhx_cal_button select {
	height: 27px;
	border: 0px solid #0288d1;
}

.dhx_cal_button {
    width: 88px;
    height: 29px;
    background-color: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 1px;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #0288d1;
    color: #0288d1;
    font-size: inherit;
}

elem {

    position: absolute;
    top: 128px;
    height: 15px;
    left: 1px;
    width: 1158px;

}
.dhx_cal_data .dhx_timeline_table_wrapper div {

    box-sizing: border-box;

}
.dhx_timeline_table_wrapper .dhx_cal_event_line {

    z-index: 1;

}
.dhx_cal_container div {

    -moz-user-select: none;
    -moz-user-select: -moz-none;

}
.dhtmlx_modal_box *, .dhx_cal_data, .dhx_cal_data div, .dhx_cal_data table *, .dhx_cal_header, .dhx_cal_header div, .dhx_cal_navline div, .dhx_cal_quick_info, .dhx_cal_quick_info div, .dhx_multi_day, .dhx_multi_day div, .dhx_tooltip_line div {

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}
.dhx_cal_data table .dhx_cal_event_line, .dhx_cal_event_line {

    box-sizing: border-box;
    text-overflow: ellipsis;

}
.dhx_cal_data, .dhx_cal_event, .dhx_cal_event_clear, .dhx_cal_event_line {

    -ms-touch-action: pan-y;
    touch-action: pan-y;

}
.dhx_cal_event_line {

    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 12px !important;
    line-height: 14px !important;
    height: 15px;

}
.form-control {
    padding:0px 5px !important;
}
.dhtmlx_modal_box {
   z-index:10000 !important;	
}
div.dhx_modal_cover {
    z-index: 1007 !important;
}

.alert {
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	padding: 10px;
}
.alert > [data-notify="icon"] {
/*	height: 50px;*/
	margin-right: 12px;
	float:left;
}
.alert > [data-notify="title"] {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert > [data-notify="message"] {
	font-size: 80%;
}
.external-event {
	z-index:100;
}
table.lbox tr {
	line-height:18px;
}
.external-event {
    padding: 2px 10px !important;
}
.pointer {
    cursor:pointer;
}
.btn-group>.multiselect {
    height: 28px;
    width: 98%;
    background-color: #FFF;
    color: #0288d1;
    border: 0px solid #FFf;
    max-width: 123px;
    overflow: hidden;
}
.open>.multiselect.btn-default {
    color: #0288d1;
    background-color: #fff;
    border-color: #adadad;
}
.open>.multiselect.btn-default:focus, .open>.multiselect.btn-default:hover {
    color: #0288d1;
    background-color: #fff;
    border-color: #8c8c8c;
}
@media (min-width: 768px) {
	.register-box {
	    width: 600px !important;
	    margin: 0% auto !important;

	}
}
label {
    padding-top: 5px;
}
.szinek {
   text-align:center;
   margin: auto;
   width:100%;
}
a, figure {
    display: inline-block;
}
figcaption {

/*    background-color: #373737;*/
    background-color: #e00707;
    color: #fff;
/*    font: italic smaller sans-serif;*/
    padding: 3px;
    text-align: center;
    font-size: 12px;

}
.szinek .active {
    border: 4px blue solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    	
}
figure {
/*    border: thin #c0c0c0 solid;*/
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 232px;
    margin: auto;
}
.szinek img:hover {
    transform: scale(1.2) translateY(-10%);
    -ms-transform: scale(1.2) translateY(-10%);
    -webkit-transform: scale(1.2) translateY(-10%);
    -moz-transform: scale(1.2) translateY(-10%);
    -o-transform: scale(1.2) translateY(-10%);
}
.szinek img {
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
}
.raltable td p {
    text-align:center;
}
.list-unstyled {
    padding-right: 0px !important;
}
.with-img {
    max-width:80%;	
}
.garazskapu-abra {
   float: right;
   height: 149px;
   width: 190px;
   position: relative;
   top: -62px;
   margin-bottom: -93px;
   left: -191px;
}

.ral-color {
    float: right;
    height: 53px;
    width: 89px;
    position: relative; 
    top: -59px;
    margin-bottom: -30px;
    display:none;	
}
.ral-color div{
    width:100%;	
    height:100%;	
}
.ral-color div:hover {
    transform: scale(5) translateY(-35%) translateX(-30%);
    -ms-transform: scale(5) translateY(-35%) translateX(-30%);
    -webkit-transform: scale(5) translateY(-35%) translateX(-30%);
    -moz-transform: scale(5) translateY(-35%) translateX(-30%);
    -o-transform: scale(5) translateY(-35%) translateX(-30%);
}
.ral-color div {
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
}

.lam-color,.felulet-color,.mintazat-color,.szin-color {
    float: right;
    height: 53px;
    width: 53px;
    position: relative; 
    top: -59px;
    margin-bottom: -30px;
    display:none;	
}
.lam-color img:hover,.felulet-color img:hover,.mintazat-color img:hover,.szin-color img:hover {
    transform: scale(5) translateY(-35%) translateX(-30%);
    -ms-transform: scale(5) translateY(-35%) translateX(-30%);
    -webkit-transform: scale(5) translateY(-35%) translateX(-30%);
    -moz-transform: scale(5) translateY(-35%) translateX(-30%);
    -o-transform: scale(5) translateY(-35%) translateX(-30%);
}
.lam-color img,.felulet-color img,.mintazat-color img,.szin-color img {
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
}
.pic-select {
	display:block;
	float:left;
}
.pic-select img {
	width:220px;
	height:220px;
}

.badge-small {
	font-size:15px;
	line-height:20px;
	height: 25px;
	padding-top: 4px;
}
.table td.aright,.table th.aright {
  text-align: right;
}
.table td.acenter,.table th.acenter {
  text-align: center;
}

.A4 {
  background: white;
  width: 21cm;
  height: 29.7cm;
  display: block;
  margin: 0 auto;
  padding: 10px 25px;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
/*  overflow-y: scroll;*/
  box-sizing: border-box;
}

@media print {
  body {
    margin: 0;
    padding: 0;
  }
  body * {
    visibility: hidden;
  }
  .A4, .A4 * {
    visibility: visible;
  }
  .A4 {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: none;
    margin: 0;
    width: auto;
    height: auto;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  .noprint {
    display: none;
  }

  .enable-print {
    display: block;
  }
  size: A4 portrait;
}

.checkbox-inline1, .radio-inline1 {
    position: relative;
    display: inline-block;
    padding-right: 4px;
    padding-top:6px;	
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
div.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.fa-flag-hu {
    background-image:url("../../images/flags/Hungary.png");
    width: 22px;
    height: 15px;
    background-size: contain;
}
.fa-flag-sk {
    background-image:url("../../images/flags/Slovakia.png");
    width: 22px;
    height: 15px;
    background-size: contain;
}
.fa-flag-en {
    background-image:url("../../images/flags/United-Kingdom.png");
    width: 22px;
    height: 15px;
    background-size: contain;
}
.fa-flag-ro {
    background-image:url("../../images/flags/Romania.png");
    width: 22px;
    height: 15px;
    background-size: contain;
}
.fa-flag-zh {
    background-image:url("../../images/flags/China.png");
    width: 22px;
    height: 15px;
    background-size: contain;
}
.btn-app {
    margin: 0 0 0 0;
}
.table-input {
    width:60px;
    margin:0 0 0 0;
    padding:0 0 0 0;			
    border:none;
}
.w40 {width:40px !important;}
.w60 {width:60px !important;}
.w80 {width:80px !important;}
.align-right {
   text-align:right;	
}
.costtable > tbody > tr > td,.costtable > tfoot > tr > td{
   padding: 2px !important;
}
.jqx-widget .jqx-grid-column-header {
  white-space:normal !important;
  font-size:12px;
}
.form-label {
  padding-top:7px;	
}

/* The heart of the matter */
.hscroll > .tbl {
  overflow-x: auto;
  white-space: normal;
}
.hscroll > .tbl > .row > .col-sm-2, .hscroll > .tbl > .row > .col-sm-4 {
  display: inline-block;
  float: left;
}
.tblscroll {
  overflow-x: auto;
  white-space: nowrap;
}
.tblscroll > .tbl  {
  display: inline-block;
  float: none;
}
.proptable > thead:first-child > tr:first-child > th:first-child {
    position: absolute;
    display: inline-block;
    height: 100%;
}

.proptable > tbody > tr > td:first-child {
    position: absolute;
    display: inline-block;
    height: 100%;
}

.proptable > thead:first-child > tr:first-child > th:nth-child(2) {
    padding-left: 40px;
}

.proptable > tbody > tr > td:nth-child(2) {
    padding-left: 228px !important;
}
.frm > input, .frm > select {
   width:100px;
}
.jqx-grid-toolbar {
	overflow:visible !important;
}
.jqx-grid-toolbar .multiselect {
	width:200px;
	max-width:200px;
}
table.tbl > tbody > tr > th, table.tbl > tbody > tr > td {
/*    background-color: #DDD;
    color: #000;
    border: 1px solid #DDD;  */
}
table.r-border tr td:last-child, .table.r-border tr th:last-child {
/*  border-width: 2px;*/
  border-right:2px solid #ccc;
}


.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: scroll;
  background-position: 50% 0;
}

.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}

.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}
.main-sidebar  {
/*  background-image: url('../../images/slogan.jpg');
  background-position-x: center;*/
/*  background-image: url('../../images/slogan_mini.jpg');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;*/
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #010103 !important;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #010103 !important;
}
.skin-blue .sidebar-menu > li.header {
    color: #4b646f;
    background: #010103 !important;
}
.login-box, .register-box {
/*    background-image: url('../../images/slogan.jpg');
    background-size: cover;
    background-position-x: center;*/
  position: absolute;
  right: 1%;
  top: 0px;	
/*  left: 50%;
    margin:4% auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);         */
}
.menuimage {
  max-height: 60px;
  float: right;
  border: 1px solid #888;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom:-10px;
}
.jqx-grid-column-header > div > div > span[style] { /*Cause header text to wrap to new line rather than be truncated*/
     white-space: normal;
}
.jqx-widget .jqx-grid-column-header {
    font-size: 12px;
}
.sbmapp{
    text-align:left;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-yellow1 {
  background-color: #ffff00 !important;
}

.bg-light-blue1 {
    background-color: #add8e6 !important;
}
.badge {
	padding: 10px 12px !important;
}
.wfhelp {
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}
.wfhelp div  {
	display:block;
}
.wfactive > div > span {
	padding-left:10px;
	padding-right:10px;
	background-color:rgb(255,255,255,0.8);
}
.wfhelp-title {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	background-color: #3c8dbc;
	margin-left:16px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:6px;
	width:98%;
	color:white;
}
.wfhelp-no {
	font-weight:bold;
	font-size:28px;
	text-align:center;
	vertical-align:top;
}
#wf0.wfactive {
	background-color:#d2d0d1 !important;
}
#wf1.wfactive {
	background-color:#434343 !important;
}
#wf2.wfactive {
	background-color:#e3de00 !important;
}
#wf3.wfactive {
	background-color:#cc6601 !important;
	color:#fff !important;
}
#wf4.wfactive {
	background-color:#961d00 !important;
}
#wf5.wfactive {
	background-color:#1b4367 !important;
}
#wf6.wfactive {
	background-color:#7fb5e4 !important;
}
#wf7.wfactive {
	background-color:#00af50 !important;
}
#wf8.wfactive {
	background-color:#00af50 !important;
}
.station {
	min-height:300px;
}
.station.smallbox3line {
	min-height:80px;
}
.station.smallbox {
	min-height:150px;
}
.station .border {
	border:1px solid #ccc;
	height:296px;
	margin:-8px;
}
.station .border.he0 {
	border:1px solid #ccc;
	height:240px;
	margin:-8px;
}

.station .border.he1 {
	min-height:100px !important;
	height:156px !important;
}
.station .border.he2 {
	min-height:250px !important;
	height:282px !important;
}
.station .border.he3 {
	min-height:400px !important;
	height:452px !important;
}
.station .border.he4 {
	min-height:550px !important;
	height:600px !important;
}
.station .border-smallbox {
	border:1px solid #ccc;
	height:146px;
	margin:-8px;
}
.station .row {
	margin-right: -10px;
	margin-left: -10px;
	font-size: 10px;
}
.station .box-disable {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAF0lEQVQYlWNgIABWrVr1f1QBEQoYGBgAe8Ea5j0r3R8AAAAASUVORK5CYII=);
}
.station .pbox {
	min-height:246px;
	text-align: center;
	line-height: 10px;
}
.station.he0 {
	min-height:236px;
	height:236px;
}
.station .he0 .pbox {
	min-height:198px;
	text-align: center;
	line-height: 10px;
}
.station .he1 .pbox {
	min-height:104px !important;
}
.station .he2 .pbox {
	min-height:200px !important;
}
.station .he3 .pbox {
	min-height:378px !important;
}
.station .he4 .pbox {
	min-height:550px !important;
}
.he1 .cim2,.he2 .cim2, .he3 .cim2, .he4 .cim2 {
	margin-top: 1px !important;
}
.station .pbox.t2 {
	min-height:26px !important;
	height:26px;
}
.station .pbox.t3 {
	min-height:84px !important;
	height:84px;
}
.station .pbox.t4 {
	min-height:82px !important;
	height:82px;
}
.border-smallbox3line .pbox {
	min-height:56px;
}
.border-smallbox .pbox {
	min-height:124px;
}
.station .cim {
	border:1px solid #aaa;
	background-color:#eee;
	text-align:center;
	font-weight:bold;
        white-space: nowrap;
}
.station .cimtruck {
	border:1px solid #aaa;
	background-color:#eee;
	text-align:center;
	font-weight:bold;
	font-size:11px;
        white-space: nowrap;
}
.station .cimtruck.wait{
	border:1px solid #aaa;
	background-color:#222;
	color:#fff;
}
.station .cimtruck.test{
	border:1px solid #aaa;
	background-color:#F8E1AE;
	color:#000;
}
.station .cimtruck.outbound{
	border:1px solid #aaa;
	background-color:#C6E0B4;
	color:#000;
}
.station .cimtruck.painting{
	border:1px solid #aaa;
	background-color:#FFFFD0;
	color:#000;
}
.station .border.wait  {
	background-color:#d7d7d7;
}
.station .border.test  {
	background-color:#FDF6E7;
}
.station .border.outbound  {
	background-color:#E2EFDA;
}
.station .border.painting  {
	background-color:#FFFFE4;
}
.station-sub {
	padding-right: 3px !important;
	padding-left: 3px !important;
	color:#000;
}
.station-sub.truck {
	border: 1px solid #e3d2d2 !important;
}
.station-sub.kitolt {
	min-height:24px !important;
	height:24px;
}
.station-sub.kitolt2 {
	min-height:14px !important;
	height:14px;
}
.station-sub .cim2 {
	font-size: 9px;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
	margin-bottom: 4px;
	border-bottom: 1px solid;
}
.station .cars {
	font-size: 9px;
	font-weight: bold;
	background-color:#FCE4D6;
	text-align: center;
	border:1px solid #ccc;
	cursor:grab;
	max-width: 65px;
/*	max-width: 85px;*/
	z-index:100;
	float:left;
	min-width: 65px;
}
.station.large .cars {
	max-width: 85px !important;
}
.station .cars.truck {
	font-size: 9px;
	font-weight: bold;
	background-color:#FCE4D6;
	text-align: center;
	border:1px solid #ccc;
	cursor:grab;
	max-width: 120px;
	z-index:100;
	padding:0px !important;
	line-height:10px;
}
.station .cars.stock {
/*	background-color:#40A4ED;*/
	border:2px solid #40A4ED;
	color:#0067B2;
}
.station .cars.found {
	border: 1px solid #F00 !important;
	color: white !important;
	background-color: cornflowerblue !important;
}
.station .keskeny {
	margin:0px;
}
.station .over {
  	border: solid 2px #ACFA58;
}
.station .hibox {
	background-color:#833C0C;
	color:#fff;
}
.tiltott {
	background-color: #D9D6D4;
}
.afb {
	border: solid 1px #252424;
	font-weight: bold;
}
.kiemelt {
	background-color: #D9D6D4;
	border: 1px solid #252424;
	font-weight: bold;
}
.colsettings {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
.double-line {
	line-height:1;
	padding-top: 0px !important;
	vertical-align: middle;
}

.col-xs-1-10, .col-sm-1-10, .col-xs-2-10, .col-sm-2-10{
  position: relative;
  min-height: 1px;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.col-xs-1-10 {
  width: 10%;
  float: left;
}
.col-xs-2-10 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
    float: left;
  }
  .col-sm-2-10 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
  }
  .col-md-2-10 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
  }
  .col-lg-2-10 {
    width: 20%;
    float: left;
  }
}
.jqx-widget-content {
	z-index:1000;
}
.multiselect-container {
	z-index:10000 !important;
}
.customselect {
	background:url('../../images/arrow-down.png') no-repeat right center;
  	cursor: pointer;
}

@media (min-width: 992px) {
  .container-scroll > .row {
    overflow-x: auto;
    white-space: nowrap;
  }
  .container-scroll > .row > .col-sm-2 {
    display: inline-block;
    float: none;
  }
  .container-scroll > .row > .col-sm-4 {
    display: inline-block;
    float: none;
  }
}

.container-scroll > .row {
  margin-top: 24px;
}
.large-group .col-sm-2 {
  font-weight: bold;
  width:150px;	
}
.large-group .col-sm-4 {
  font-weight: bold;
  width:200px;	
}
.large-group {
  min-width:1000px;
}
.cars.MH, .btn.MH {background-color:#ECF5E7 !important;}
.cars.SX, .btn.SX {background-color:#FAFFFE !important;}
.cars.AK, .btn.AK {background-color:#E7EDFF !important;}
.cars.KE, .btn.KE {background-color:#EFEED2 !important;}

.btn.active {border:3px solid #444;}
.drag-revert {
  	border: solid 2px #FF0000 !important;
}

.upload-area{
    width: 90%;
    height: 60px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file{
    display: none;
}

/* thumbnails */
.thumbnails{
    width: 95%;
    padding: 2px;
    margin-left:10px;	
    border: 2px solid lightgray;
    border-radius: 3px;
}
.thumbnails img{
    width: 98%;
    height: 58px;
}
.size{
    font-size:12px;
    float:right;
    padding-right:10px;
}
