html,
body {
    height: 100%;
}

.img-balloon{
    background-image: url("../img/bg-img/2.jpg");
}

.demo-bg{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

#post-menu li {
    list-style: none;
    padding-left: 0px;
}

#post-menu li.active {
    font-weight: bold;
}

#post-menu {
    list-style: none;
    padding-left: 0px;
}

.text-small {
    font-size: 12px;
}

.lightbox-image a img {
    height: 379px;
}

.lightbox-image {
    height: 379px;
}

.icon-image {
    width: 100%;
}

.navbar-brand {
    padding: 5px 15px;
}

a.navbar-brand {
    padding: 0px;
}

div.navbar-content.clearfix {
    padding: 0px;
}

div.table-responsive {
    border: none;
}

a.view-post-link {
    transition: 0.5;
}

a.view-post-link:hover {
    text-decoration: underline;
}

.qr-view {
    border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 1px;
    transition: 0.5s;

}

.qr-view:hover {
    transition: 0.5s;
    background-color: #fcfcfc;
    cursor: pointer;

}

.qr-view:hover img {

    transition: 0.5s;
    border-radius: 10px;
    border: 1px dashed #CCC;
}

.qr-view img {
    width: 90%;
    transition: 0.5s;
    border-radius: 10px;
    border: 1px solid #FFF;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer;
    background-color: #FFF;
    opacity: 1;
}

.clickable-panel {
    cursor: pointer;
}

.cls-brand {
    padding-bottom: 0px;
}

.login-icon.brand-icon {
    width: 90px !important;
    height: auto !important;
    margin-bottom: 25px !important;
}

h2.brand-title {
    font-size: 14px !important;
    margin: 0px !important;
}

.container-brand-title {
    margin-top: -20px;
}

#controller-free-list,
#cashier-free-list,
#controller-busy-list,
#cashier-busy-list,
#barcode-cashier-busy-list,
#barcode-linked-list,
#barcode-cashier-operation {
    min-height: 350px;
    height: 350px;
    overflow:scroll;
}

#eticket-link-block,
#eticket-linked-block {
    min-height: 400px;
    height: 350px;
    overflow:scroll;
}

#device-free-list {
    min-height: 280px;
}

#barcode-cashier-operation {
    min-height: 320px;
}

#device-buttons,
#barcode-buttons {
    min-height: 70px;
}

.checked-controller,
.checked-device,
.checked-barcode-cashier{
    display: none;
}



.link-button {
    opacity: 0.3;
}

.link-button:hover {
    opacity: 0.6;
}

label.select-controller :checked + div.link-button,
label.select-device :checked + div.link-button {
    opacity: 1.0;
}


/* хром, сафари */
#barcode-linked-list::-webkit-scrollbar ,
#barcode-cashier-busy-list::-webkit-scrollbar ,
#controller-free-list::-webkit-scrollbar ,
#controller-busy-list::-webkit-scrollbar ,
#cashier-free-list::-webkit-scrollbar ,
#cashier-busy-list::-webkit-scrollbar ,
#barcode-cashier-operation::-webkit-scrollbar
{ width: 0; }

/* ie 10+ */
#barcode-linked-list , #barcode-cashier-operation,#barcode-cashier-busy-list,#controller-busy-list
    ,#controller-free-list,#cashier-free-list,#cashier-busy-list
{ -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
#barcode-linked-list ,#barcode-cashier-operation,#barcode-cashier-busy-list
    ,#controller-free-list,#controller-busy-list,#cashier-free-list,#cashier-busy-list
{ overflow: -moz-scrollbars-none; }

.active-event-title .active-title {
    margin-top: 0px;
    padding-top: 0px;

    font-weight: normal;
}

.active-event-title {
    margin-bottom: 25px;
    margin-left: 10px;
}

.enter-table {
    /*padding-left: 7.5px;*/
    /*padding-right: 7.5px;*/
}

#ticket_barcode, #bracelet_barcode {
	height: auto;
	font-size: 2.4em;
}



#activation_ticket, #check-online, #check-clear {
	width: 100%;
	height: auto;
	font-size: 2.4em;
}

#additional-info-ticket {
	text-align: center;
	font-size: 2.4em;
}


.fixed-table-header, .fixed-table-loading
{
    display:none !important;
}
.table {
    margin: 0 0 0 !important;
    position: relative;
    top:-10px;
}
.order span.caret
{
    margin: 4px 5px !important;
}

#eticket-helper {
    height: 50px;
}

.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
    background-color: #FFF;
}

.table-responsive>.fixed-column tr {
    height: auto !important;
}

@media(min-width:2000px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}


@media(max-width:400px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}


#selected-date {
    border-bottom: 1px dashed #5C5C5C;
    font-weight: bold;
    transition: 0.1s;
}


/*.table-responsive::-webkit-scrollbar*/
/*{ width: 0; }*/

/*!* ie 10+ *!*/
/*.table-responsive*/
/*{ -ms-overflow-style: none; }*/

/*!* фф (свойство больше не работает, других способов тоже нет)*!*/
/*.table-responsive*/
/*{ overflow: -moz-scrollbars-none; }*/
.table-responsive::-webkit-scrollbar{
    width:2px;
}



div.datepicker.datepicker-inline {
    margin-right: 0px;
    margin: 0 auto;

}

.activity-table-cell {
    min-width: 45px;
}


.ajax-refresh {
    display: none;
}


.table-responsive::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}

.table-responsive::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}

.table-responsive::-webkit-scrollbar-track{
    border-width:0;
}

.table-responsive::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
}


/*!* фф (свойство больше не работает, других способов тоже нет)*!*/
/*.table-responsive*/
/*{ overflow: -moz-scrollbars-none; }*/
.table-responsive::-webkit-scrollbar{
    width:2px;
}


/* фф (свойство больше не работает, других способов тоже нет)*/
.table-responsive
{ overflow: -moz-scrollbars-none; }


.table-responsive::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}

.table-responsive::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}

.table-responsive::-webkit-scrollbar-track{
    border-width:0;
}

.table-responsive::-webkit-scrollbar-track:hover {
    border-left: solid 1px #aaa;
    background-color: #eee;
}

svg {
    width: 100% !important;
}

.panel-heading > .nav-tabs {
    float: right;
    margin-top: -2px;
    display: inline-block;
    border-bottom: 0;
}
.panel-heading > .nav-tabs > li > a {
    border: 0;
    padding: 6px 7px;
}
@media (min-width: 444px) {
    .panel-heading > .nav-tabs > li > a {
        padding: 6px 15px;
    }
}
.panel-heading > .nav-tabs > li.active > a {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 0;
    border-top: 1px solid #7c1c1d;
    background: #fff;
}
.panel.panel-default > .panel-heading h3 {
    display: inline-block;
}
svg {
    width: 100% !important;
}



.update-in-count {
    transition: 0.3s;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(62, 205, 4, 0.6);
/*     text-decoration: underline; */
}

.update-out-count {
    transition: 0.3s;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(255, 14, 5, 0.6);
/*     text-decoration: underline; */
}

.update-out-count.hidden{
    max-height: 0px;
}
.update-out-count.visible{
    max-height: 500px;
}

div.panel {
    border-radius: 10px;
}

.main-table {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    background-color: #FFF !important;
    z-index: 1;

}



.refresh-icon {
    opacity: 0.5;
    transition: 0.5s;
    cursor: pointer;
}

.refresh-icon.fa-spin {
    opacity: 1;
    transition: 0.5s;
    color: rgb(62, 205, 4);
}

td.fixed-column-width {
    /* width: 126px !important; */
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

div.panel-footer {
    border-radius: 0px 0px 10px 10px !important;
}

div.well {
    border: none;
}

.icon-wrap {
    border-radius: 5px;
}

.first-column-opacity {
    opacity: 0;
}

.total-total-in, .total-total-out {
    color: #CCC !important;
    text-shadow: none !important;
}

.total-total-in:before, .total-total-out:before {
    content: "~";
}

.modal-backdrop {
    z-index: 100;
}

.modal-content {
    border-radius: 10px !important;;
    border: none !important;;
    font-size: 15px !important;
}

#export-date_start, #export-date_end, #export-time_start, #export-time_end {
    border: none;
    font-size: 14px;
    background-color: #f4f4f4;
    border-radius: 5px;
    line-height: 16px;
}

div.panel-heading {
    border-radius: 10px 10px 0px 0px !important;
}

.cls-header {
    background-color: rgba(0, 0, 0, 0.4);
}

.cls-header:after {
    border-top: 10px solid rgba(0, 0, 0, 0.4);
}

#container.mainnav-sm .brand-icon,
img.layout-logo.brand-icon {
    width: 40px !important;
    height: 40px !important;
}

canvas.pie-canvas {
	width:100% !important;
    height:400px !important;
}

.btn-radius {
    border-radius: 10px;

}

.report-month-select {

}

#report-month-submit {
    font-size: 14px;
}




.text-trough {
    text-decoration: line-through;
    opacity: 0.5;
}

.lang-flag {
    border-radius: 2px;
    padding: 0px;
    margin: 3px 5px 3px 0px;
}

.lang-name {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    color: #5C5C5C !important;
    display: inline;
}

.period-group input {
    box-shadow: none;
}

.opacity-mode .media-left,
.opacity-mode .media-body {
    opacity: 0;
}

.lightbox-container a img,
.scene-screen {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
}

.scene-description {
    border-radius: 0px 0px 10px 10px;
    border: 1px dashed #a7a7a7;
    padding: 10px;
    font-size: 16px;
    background-color: #f6f6f6;
    border-top: 0px;
}

.label-radius {
    border-radius: 10px;
}

.text-bold {
    font-weight: bold;
}

.single-widget-title {
    font-size: 16px;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 5px;
}

.single-widget-in,
.single-widget-out {
    padding-top: 5px;
}

.single-widget-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-widget.hover {
    transition: 0.4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transform: scale(1.025);
    z-index: 100;
}

.single-widget {
    transition: all .4s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
    z-index: 99;
}

.btn-default {
  border-radius: 10px !important;
  border: 1px solid #CCC !important;
}


.panel-report-container .panel {
    min-height: 240px;
}

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