html,
body {
    height: 100%;
}

.img-balloon{
    background-image: url("../img/bg-img/bg-classic.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.5s;
}

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



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

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

#additional-info-ticket {
	text-align: center;
    font-size: 2.0em;
    margin-top: 15px;
}


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

#vc-table {
    font-size: 1.4em;
}

#vc-input-barcode, #tc-input-barcode {
    height: 46px;
    font-size: 18px;
}

.vc-invoice-count,
.vc-invoice-sum {
    width: 17%;
    text-align: right;
}

#printable-area div {
    padding: 0px;
    margin: 0px;
    color: #000;
}

.input_md{
    width: 100%;
    height: 43px;
    font-size: 15px;
}

.input_sm{
    width: 30%;
    /*height: 43px;*/
    /*font-size: 15px;*/
}

.text-md{
    font-size: 1.5em;
}

.btn_search{
    width: 100%;
    /*margin-top: -4px !important; */
}


div.bootstrap-table {
    overflow: auto;
}


div.ticket-info {
    font-size: 0.7em !important;
    text-align: left;
}

div.ticket-info td {
    padding-right: 10px;
}

#tc-table {
    font-size: 1.4em;
}

#tc-table-body {
    font-size: 1em;
}

#tc-new-tariff-list {
    font-size: 1em;
}


.wigetBlock {
	min-height: 95px;
}

.tariff-details {
    background-color: #FFF;
    transition: 0.3s;
}

.tariff-details:hover {
    cursor: pointer;
    background-color: #f8f8f8;
    transition: 0.3s;
}

#mainnav-menu>.active-link>a, #mainnav-menu>.active-link>a:hover {
    background-color: #40556b;
}

#mainnav-menu>li>a:hover, #mainnav-menu>li>a:active {
    background-color: #40556b;
}

.panel {
    border-radius: 15px !important;

}

.label {
    border-radius: 10px;
}

.modal-content {
    border-radius: 15px;
}

button.btn, a.btn {
    border-radius: 10px;
}

#additional-info-result {
    font-size: 18px;
}

td.striped {
    background-color: #f2f2f2;
    border-top: none !important;
    border-radius: 10px 10px 0px 0px;
}

.table-ticket_control {
    margin-top: 5px;
    font-size: 14px;
}

.table-ticket_control td {
    border: none !important;
    padding: 0px !important;;
}

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

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

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

.cls-header.cls-header-lg .cls-brand .brand-icon {
    /*width: 90px !important;*/
    height: 90px !important;
}

.vc-append-sale-row {
    color: #55aa45;;

}

.vc-append-sale-row td {
    font-size: 13px;
    border-top: none !important;
    padding-top: 0px !important;
}

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

.bootstrap-table .search input {
    margin-bottom: 20px;
    border-radius: 10px !important;
}

div.pull-right.search {
    width: 100%;
}

.form-control {
    border-radius: 10px;
}

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

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

}

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

}

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

th.border-right,
td.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

tr.total-money-row {
    background-color: rgba(85, 170, 69, 0.2) !important;
}

tr.total-goods-row {
    background-color: rgba(224, 209, 0, 0.2) !important;
}

tr.total-ticket-row {
    background-color: rgba(225, 74, 77, 0.1) !important;
}

#activate-flyer-barcode {
    width: 100%;
}

#transfer-button {
    cursor: pointer;
}

#transfer-result {
    min-height: 100px;
    padding-top: 20px;
}

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


tr.low-balance.text-danger td {
	background-color: rgba(209,  41,  0, 0.14);
}


tr.low-balance.text-warning td {
	background-color: rgba(209, 164, 0, 0.14);
}

#additional-info-ticket small {
	font-size: 30px;
	font-weight: bold;

}

.ecash-refresh {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
}

#ecash-form input, #ecash-form button {
    font-size: 25px;
}

#ecash-form button {
    width: 100%;
    text-align: center;
}


.ecash-search {
    border: 1px dashed #CCC;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.ecash-search .message {
    font-size: 30px;
}

.ecash-table {
    font-size: 16px;
}

.table-enter-control {
    font-size: 25px;
    text-align: left;
}

#historyList_wrapper {
    padding: 10px;
}

#vc-print-actions, #vc-print-area {
    min-height: 50px;
}


.order-history-row {
    margin-top: 10px;
}

#printbus-start,
#printbus-stop,
#printbus-test {
    min-height: 53px;
}

.pb-status-animate {
    animation: blink-animation 0.5s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.5s steps(5, start) infinite;
}

.pb-status-animate-1 {
    animation: blink-animation 0.2s steps(2, start);
    -webkit-animation: blink-animation 0.2s steps(2, start);
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pb-status-animate-5 {
    animation: blink-animation 0.2s steps(2, start);
    -webkit-animation: blink-animation 0.2s steps(2, start);
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes blink-animation {
    to {
        opacity: 0.3;
    }
}
@-webkit-keyframes blink-animation {
    to {
        opacity: 1;
    }
}
