












html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #555f6d;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #333a42;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'].form-control,
    input[type='time'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control {
        line-height: 34px;
    }
    input[type='date'].input-sm,
    .input-group-sm input[type='date'],
    input[type='time'].input-sm,
    .input-group-sm input[type='time'],
    input[type='datetime-local'].input-sm,
    .input-group-sm input[type='datetime-local'],
    input[type='month'].input-sm,
    .input-group-sm input[type='month'] {
        line-height: 30px;
    }
    input[type='date'].input-lg,
    .input-group-lg input[type='date'],
    input[type='time'].input-lg,
    .input-group-lg input[type='time'],
    input[type='datetime-local'].input-lg,
    .input-group-lg input[type='datetime-local'],
    input[type='month'].input-lg,
    .input-group-lg input[type='month'] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
    opacity: .9;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    opacity: 0.95;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
    opacity: 1;
}

.btn-success {
    color: #fff;
    background-color:  #36a200;
    border-color: rgba(0,0,0,.1);
}

.btn-danger {
    color: #fff;
    background-color: #ed1c24;
    border-color: rgba(0,0,0,.1);
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

html {
    height: 100%;
    font-size: 100%;
}
body {
    min-height: 100%;
    height: 100%;
    overflow: auto;
    font-size: 0.875em;
    color: #000;
    min-width: 320px;
}
a {
    color: #77a3bc;
}
a:hover {
    color: inherit;
}

.main {
    display: -ms-flexbox;
    display: flex;
}
.aside {
    width: 25%;
    padding: 10px;
    border-right: 1px solid #333;
}
.aside__title {
    font-size: 1.2em;
    margin: 0 0 20px;
}
.content {
    padding: 10px;
    width: 75%;
}
.form-control.input-lg {
    height: auto;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form.form_login {
    width: 30%;
    min-width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
}
.form.form_login h1 {
    margin-top: 0;
}
@media only screen and (max-width: 640px) {
    .form.form_login {
        width: 50%;
    }
    .form.form_login h1 {
        font-size: 20px;
    }
    .form.form_login .btn-lg,
    .form.form_login .btn-group-lg > .btn {
        font-size: 14px;
        padding: 7px 14px;
    }
}

.page-strip {
    background-color: #FFCE00;
    display: flex;
    align-items: center;
    position: relative;
}
.page-strip .body {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.page-strip .container {
    padding: 0;
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
}
.page-strip .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 400px;
    height: 100px;
    background-size: contain;
    background-image: url(/static/apps/backoffice/img/default/none.gif);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px),
    only screen and (max-width: 1024px) and (orientation: landscape) {
    .page-strip .logo {
        left: 10px;
        top: 10px;
        height: 50px;
        width: 200px;
    }
}
@media only screen and (max-width: 640px) and (orientation: landscape) {
    .page-strip .logo {
        top: 5px;
        height: 42px;
    }
}
.page-strip__content {
    position: relative;
    min-height: 50%;
    background-color: #555F6D;
    overflow: hidden;
    box-shadow: 0 8px 10px rgba(58, 66, 78, 0.75), inset 0px 9px 11px rgba(58, 66, 78, 0.75);
    display: flex;
    align-items: center;
    width: 100%;
}
.page-strip__content a {
    color: #FFCE00;
}
@media only screen and (max-width: 1023px) {
    .page-strip__content {
        min-height: 66%;
    }
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.nmpd-grid .btn {
    padding: 6px 12px;
}

/* lockout page */
.wrapper{
    width: 98%;
    margin: 0 auto;
    min-width: 1024px;
    padding: 70px 0 100px;
    min-height: 676px;
}

.header_button {
    position: absolute;
    height: 32px;
    width: 100px;
    top: 0px;
    background: #7B7C7E;
    border-radius: 0px 0px 2px 2px;
    text-align: center;
    color: white;
    font: 12px 'PT Sans';
}
.header_button_logout {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#692727), to(#BD4C4C));
    right: 28px;
    width: 70px;
    line-height: 34px;
    text-decoration: none;
}
.header_button_logout:hover {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#994747), to(#DD6C6C));
}
.header_button_cashbox {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(51,153,51)), color-stop(1, rgb(39,116,39)));
    right: 28px;
    width: 70px;
    line-height: 34px;
    text-decoration: none;
}
.header_button_cashbox:hover {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#62D471), to(#319744));
    color: white;
}
.header_button_nick {
    right: 99px;
    width: 226px;
    line-height: 12px;
}
.header_button_nick_spacer {
    padding-top: 4px;
}
.header_button_nick_spacer span {
    display: block;
}
.header_button_nick b {
    font-weight: bold;
    line-height: 24px;
}
.header_button_options {
    right: 326px;
    width: 35px;
    height: 25px;
    padding-top: 7px;
}
.header_button_lang {
    width: 110px;
    right: 362px;
}
.header_button_lang .item {
    vertical-align: middle;
    display: table-cell;
    height: 32px;
    width: 110px;
    line-height: 10px;
    background-repeat: no-repeat;
    background-position: left 44%;
    color: #FFFFFF;
    text-decoration: none;
}

.header_button_lang .selected_item {
    background-position: 30px 42%;
    cursor: pointer;
    background-size: 15px;
}
.header_button_lang .selected_item_spacer {
    display: inline-block;
    background: url(../images/header_button_lang_bg.gif) no-repeat left center;
    padding-left: 31px;
}

.header_button_lang .lang_popup {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    background-color: #838798;
    border-radius: 0 0 2px 2px;
    text-align: left;
    cursor: pointer;
    display: none;
    z-index: 600;
}
.header_button_lang .popup_item_spacer {
    margin-right: 5px;
    margin-left: 18px;
}
.header_button_lang .lang_popup .item {
    width: 85px;
    padding-left: 25px;
    background-size: 20px;
}
.header_button_lang .lang_popup .item:hover {
    text-decoration: underline;
}
.header_button_options {
    right: 326px;
    width: 35px;
    height: 32px;
    padding-top: 7px;
}

.auth{
    width: 40%;
    margin: 6em auto;
}

.auth h2{
    margin: 0 0 1em;
    font-weight: bold;
    font-size: 30px;
}
.auth p{margin: 0.2em 0 0.8em 0;}