html,
body {
    height: 100%;
}

.img-balloon{
    background-image: url("../img/bg-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: 90px !important;
    margin-bottom: 0px;
}

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;
}

.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;
}

.fixed-table-container {
    border: none;
}

p.h4.text-thin.media-heading {
    margin: 0px;
}

p.h3.text-thin.media-heading {
    padding: 0px;
    margin: 0px;
}

div.cifrus-table div.fixed-table-container {
    height: 390px !important;
}

#ajax_SubscriptionButton {
    min-width: 80px;
    text-align: center;
}

#Ajax_SubscriptionDate.trans {
    opacity: 0.5;
}