@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,700&subset=latin,latin-ext);

body,
html {
    font-family: 'Open Sans', sans-serif;
    /*background: url(../img/bg.png) repeat;
	background-size: 160px 160px;*/
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Open Sans', sans-serif;
}

body {
    -webkit-print-color-adjust: exact;
}

*:not(input):not(textarea):not(select):not(.top-bar):not(h3):not(h2):not(h1):not(h4) {
    text-transform: uppercase !important;
}

h3.title {
    margin-top: 30px;
}

.footer-text {
    color: #999;
    font-size: 12px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 400px;
}

.clients_height {
    height: 400px;
    max-height: 400px;
    overflow: scroll;
    float: left;
    width: 100%;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: inherit;
}

.homeLinks a {
    float: left;
    width: 100%;
    text-align: center;
}

.homeLinks a i {
    font-size: 40px;
}

.homeLinks a h6 {
    margin-top: 5px;
}

.top-bar,
.top-bar ul {
    background-color: #fff;
}

.top-bar {
    border-bottom: 2px solid #eee;
}

.d_title {
    letter-spacing: 2px;
    font-weight: lighter;
    text-transform: uppercase;
}

.d_title small {
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: lighter;
    text-transform: none;
}

.seal {
    position: absolute;
    width: 150px;
    z-index: 10;
    right: -20px;
    bottom: 150px;
}

input.pay {
    font-size: 70px;
    height: 100px;
    font-weight: bold;
}

@media print {
    .noPrint {
        display: none;
    }
}



.reserve_dashboard {
    /*width: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	left: 50%;
	position: fixed;
	bottom: 0px;
	height: 150px;*/
    width: 30px;
    height: 30px;
    float: left;
}

.reserve_dashboard iframe {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 4px;
    margin-top: 4px;
}


















table {
    width: 100%;
}

.clear {
    float: left;
    width: 100%;
    clear: both
}

.pado {
    padding: 0px 20px;
}

.hidden {
    display: none;
}

select:focus,
button:focus,
input:focus {
    outline: 0px;
}

.lighter {
    font-weight: lighter;
}

._center {
    position: relative;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}

.relative {
    position: relative;
}

.m {
    float: left;
    width: 100%;
    float: left;
    clear: both;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-300 {
    margin-top: 300px;
}

.mt-400 {
    margin-top: 400px;
}

.mt-500 {
    margin-top: 500px;
}

.mt-800 {
    margin-top: 800px;
}



/* line 4, ../sass/_offline-theme-base.sass */
.offline-ui,
.offline-ui *,
.offline-ui:before,
.offline-ui:after,
.offline-ui *:before,
.offline-ui *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 7, ../sass/_offline-theme-base.sass */
.offline-ui {
    display: none;
    position: fixed;
    background: white;
    z-index: 2000;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

/* line 17, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-content:before {
    display: inline;
}

/* line 20, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
}

/* line 24, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry:before {
    display: inline;
}

/* line 29, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-up.offline-ui-up-5s {
    display: block;
}

/* line 32, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down {
    display: block;
}

/* line 37, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
    display: block;
}

/* line 42, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
    display: none;
}

@-webkit-keyframes offline-fadein {

    /* line 6, ../sass/_keyframes.sass */
    0% {
        opacity: 0;
    }

    /* line 8, ../sass/_keyframes.sass */
    100% {
        opacity: 1;
    }
}

@-moz-keyframes offline-fadein {

    /* line 6, ../sass/_keyframes.sass */
    0% {
        opacity: 0;
    }

    /* line 8, ../sass/_keyframes.sass */
    100% {
        opacity: 1;
    }
}

@-ms-keyframes offline-fadein {

    /* line 6, ../sass/_keyframes.sass */
    0% {
        opacity: 0;
    }

    /* line 8, ../sass/_keyframes.sass */
    100% {
        opacity: 1;
    }
}

@-o-keyframes offline-fadein {

    /* line 6, ../sass/_keyframes.sass */
    0% {
        opacity: 0;
    }

    /* line 8, ../sass/_keyframes.sass */
    100% {
        opacity: 1;
    }
}

@keyframes offline-fadein {

    /* line 6, ../sass/_keyframes.sass */
    0% {
        opacity: 0;
    }

    /* line 8, ../sass/_keyframes.sass */
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes offline-fadeout-and-hide {

    /* line 20, ../sass/_keyframes.sass */
    0% {
        opacity: 1;
        display: block;
    }

    /* line 23, ../sass/_keyframes.sass */
    99% {
        opacity: 0;
        display: block;
    }

    /* line 26, ../sass/_keyframes.sass */
    100% {
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes offline-fadeout-and-hide {

    /* line 20, ../sass/_keyframes.sass */
    0% {
        opacity: 1;
        display: block;
    }

    /* line 23, ../sass/_keyframes.sass */
    99% {
        opacity: 0;
        display: block;
    }

    /* line 26, ../sass/_keyframes.sass */
    100% {
        opacity: 0;
        display: none;
    }
}

@-ms-keyframes offline-fadeout-and-hide {

    /* line 20, ../sass/_keyframes.sass */
    0% {
        opacity: 1;
        display: block;
    }

    /* line 23, ../sass/_keyframes.sass */
    99% {
        opacity: 0;
        display: block;
    }

    /* line 26, ../sass/_keyframes.sass */
    100% {
        opacity: 0;
        display: none;
    }
}

@-o-keyframes offline-fadeout-and-hide {

    /* line 20, ../sass/_keyframes.sass */
    0% {
        opacity: 1;
        display: block;
    }

    /* line 23, ../sass/_keyframes.sass */
    99% {
        opacity: 0;
        display: block;
    }

    /* line 26, ../sass/_keyframes.sass */
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes offline-fadeout-and-hide {

    /* line 20, ../sass/_keyframes.sass */
    0% {
        opacity: 1;
        display: block;
    }

    /* line 23, ../sass/_keyframes.sass */
    99% {
        opacity: 0;
        display: block;
    }

    /* line 26, ../sass/_keyframes.sass */
    100% {
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes offline-rotation {

    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes offline-rotation {

    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes offline-rotation {

    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-o-keyframes offline-rotation {

    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@keyframes offline-rotation {

    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

/* line 21, ../sass/offline-theme-default.sass */
.offline-ui {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: "Helvetica Neue", sans-serif;
    padding: 1em;
    top: 1em;
    width: 38em;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 38em) {

    /* line 21, ../sass/offline-theme-default.sass */
    .offline-ui {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        top: 0;
    }
}

/* line 34, ../sass/offline-theme-default.sass */
.offline-ui .offline-ui-content:before {
    line-height: 1.25em;
}

/* line 37, ../sass/offline-theme-default.sass */
.offline-ui .offline-ui-retry {
    position: absolute;
    right: 3em;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    line-height: 3.5em;
    height: 3.5em;
    margin: auto;
    padding: 0 1em;
}

/* line 50, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-up {
    -webkit-animation: offline-fadeout-and-hide forwards 0.5s 2s;
    -moz-animation: offline-fadeout-and-hide forwards 0.5s 2s;
    -ms-animation: offline-fadeout-and-hide forwards 0.5s 2s;
    -o-animation: offline-fadeout-and-hide forwards 0.5s 2s;
    animation: offline-fadeout-and-hide forwards 0.5s 2s;
    -webkit-backface-visibility: hidden;
    background: #d6e9c6;
    color: #468847;
}

/* line 55, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down {
    -webkit-animation: offline-fadein 0.5s;
    -moz-animation: offline-fadein 0.5s;
    -ms-animation: offline-fadein 0.5s;
    -o-animation: offline-fadein 0.5s;
    animation: offline-fadein 0.5s;
    -webkit-backface-visibility: hidden;
    background: #ec8787;
    color: #551313;
}

.offline-ui.offline-ui-up .offline-ui-content:before {
    content: 'Your computer is connected to the internet.';
}

.offline-ui.offline-ui-down .offline-ui-content:before {
    content: 'You are offline.';
}

/* line 60, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-connecting,
.offline-ui.offline-ui-down.offline-ui-waiting {
    background: #f8ecad;
    color: #7c6d1f;
    padding-right: 3em;
}

/* line 65, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-connecting:after,
.offline-ui.offline-ui-down.offline-ui-waiting:after {
    -webkit-animation: offline-rotation 0.7s linear infinite;
    -moz-animation: offline-rotation 0.7s linear infinite;
    -ms-animation: offline-rotation 0.7s linear infinite;
    -o-animation: offline-rotation 0.7s linear infinite;
    animation: offline-rotation 0.7s linear infinite;
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    width: 1em;
    border: 2px solid rgba(0, 0, 0, 0);
    border-top-color: #7c6d1f;
    border-left-color: #7c6d1f;
    opacity: 0.7;
}

/* line 82, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-waiting {
    padding-right: 11em;
}

/* line 85, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
    padding-right: 0;
}

.c-bank td:nth-child(2) {
    color: red;
}

.c-till td:nth-child(2) {
    color: blue;
}

.c-ticket td:nth-child(2) {
    color: #309E0E;
    font-weight: bold;
}

/* .c-bank:nth-child(even) {
	background-color: #d5a5ac;
}
.c-till:nth-child(even) {
	background-color: #b0bcd4;
} */
.invoice-logo {
    width: 200px;
    margin-bottom: 20px;
}

.wrapper {
    background: url(https://international.com.al/root/wp-content/uploads/2015/07/backgroundimg.png);
    display: inline-block;
    padding: 5px;
}

@media (max-width: 1250px) {
    .row {
        max-width: 100% !important;
    }

    th {
        font-size: 12px;
        padding: 4px !important;
    }

    td {
        font-size: 12px;
        padding: 4px !important;
    }

    td:last-child {
        white-space: nowrap !important;
    }

    li[role="menuitem"] {
        font-size: 12px;
    }
}

.table-scroll {
    overflow: auto;
    width: 100%;
}