/* hide uncompilled mustache templates*/
[v-cloak] { display: none }

a[disabled] {
    pointer-events: none;
}
a.disabled {
    pointer-events: none;
}

th {
    white-space: nowrap;
}
.overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.8)
}

.center {
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}

#introMovie {
    z-index: 150;
}

body {
    font-size: 13px;
}

@media (min-width: 1440px) {
    #container.container {
        width: 1400px;
    }
}
.container.cont-min-width {
    min-width: 1200px !important;
}
.navbar {
    min-width: 720px;
}
.container-fluid.full {
    padding: 0;
}
.width-10-perc {
    display: inline-block;
    width: 10%;
}
.width-90-perc {
    display: inline-block;
    width: 90%;
}
.buyflagColl {
    width: 30px;
}
.checkboxColl {
    width: 30px;
}
.ellipsisColl {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nipColl {
    width: 120px;
}
.contractorColl {
    width: 150px;
}
.dateColl {
    width: 150px;
}
.dateShortColl {
    width: 80px;
}
.statusColl {
    width: 120px;
}
.optionsColl {
    width: 120px;
    white-space: nowrap;
}
.none{
    display:none
}
.inline {
    display: inline;
}
.bold {
    font-weight: bold;
}
.center-block.logout {
    text-align: center;
}
.progress {
    margin-bottom: 4px;
}
.info-bar{
    visibility: hidden;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.info-center {
    visibility: visible;
    text-align: center;
}

.refresh {
    max-width: 300px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid;
    border-color: #f0c36d;
    background-color: #f9edbe;
    font-weight: bold;
}
.uploading-stats {
    background: rgba(11, 153, 205, 0.25);
    position: relative;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.table-info {
    background: rgba(11, 153, 205, 0.15);
    position: relative;
    margin-bottom: 15px;
    padding: 5px 10px;
}

a,
.txt-nxt {
    color: #0b99cd;
}

td.click {
    cursor: pointer;
}

.bg-nxt {
    background-color: #0b99cd;
}

.navbar-fixed {
    border-radius: 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.footer .logo {
    top: -3px;
    position: relative;
}
#header .logo {
    padding-top: 8px;
}

/*.back {
    padding-top: 8px;
    padding-left: 12px;
    font-size: 22px;
}*/

a.title-t {
    padding-top: 9px;
    /* padding-left: 12px; */
    font-size: 15px;
    text-align: center;
}

.title-home:hover, .title-home:active, .title-home:visited, .title-home:link {
    color: #fff;
    text-decoration: none;
}

td>.nav>li>a {
    padding: inherit;
}

.dropdown-text {
    padding: 3px 20px;
    white-space: nowrap;
}

.nav-tabs a {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.modal-content-wrapper {
    /* width: 100%; */
    max-height: 500px;
    overflow-y: auto;
    padding-right: 15px;
    padding-left: 15px;
}
#customerModal .modal-dialog {
    width: 700px;
}
#customerModal .btn-upload {
    background: #0b99cd;
    width: 100px;
    /* height: 130px; */
    /* margin: 0 0 20px; */
    text-align: center;
    /* font-size: 18px; */
    color: #fff;
    cursor: pointer;
    float: right;
}
.upload.drag, .upload:hover {
    background: #5bc0de;
    border-color: #46b8da;
}
.modal-content .upload {
    font-size: 16px;
}
.upload {
    background: #0b99cd;
    width: 100%;
    /* height: 130px; */
    /* margin: 0 0 20px; */
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    /* padding: 8px 0; */
}
.modal-body .upload {
    width: 90%;
    margin: 0 auto;
    height: 85px;
}
.modal-body .tab-content {
    margin-top: 10px;
}
.modal-body .row {
    margin-top: 1px;
    margin-bottom: 2px;
}
.upload-center.box {
    height: 100px;
    width: 200px;
    display: table-cell;
    vertical-align: middle;
}
.upload-center.box .centered{
    margin-left: auto;
    margin-right: auto;
}
.upload-center {
    /* width: 400px; */
    text-align: center;
    margin: 0 auto;
}
.upload-center i {
   font-size: 18px;
   font-weight: normal;
}
.modal-content .upload-center i {
   font-size: 16px;
}
.upload-center .annotation {
   font-size: 12px;
   font-weight: normal;
   position: relative;
}
.upload .name {
   font-size: 12px;
   font-weight: normal;
   position: relative;
}
/*.upload-img {
    text-align: right;
    padding: 0px 30px;
    position: relative;
    top: -75px;
    font-size: 60px;
}*/

.upload-img {
    padding: 8px 0px;
    float: left;
}

.upload-img img{
    height: 72px;
}

.fr {
    float: right;
}

.panel.panel-no-border-top {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
}

.panel-body label.no-margin {
    margin: 0;
}

.panel-body label.app-label, 
.panel-body label.config-label, 
.panel-body label.logreg, .logreg .panel-body label {
    margin: 0 0 10px 0;
}

.panel-body label {
    /* margin: 0 0 20px; */
}

.panel-body .info-form label {
    padding-top: 5px;
    margin: 0;
}


.adv-inp-label {
    font-size: 8pt;
    padding-bottom: 0;
    padding-top: 5px;
}
.adv-inp {
    position: relative;
}
.adv-inp input {
    padding: 1px 4px;
    height: 24px
}
.adv-inp .dropdown-menu {
    min-width: 100px
}
.adv-inp .dropdown-menu a {
    padding: 2px 5px;
    font-size: 9pt
}
.adv-inp input.warn {
    border-color: #e33;
    background-color: rgba(238, 51, 51, .07)
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.caretwrap {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 22px;
    height: 22px;
}
.btncaret {
    position: absolute;
    top: 10px;
    right: 5px
}
.btn .caret {
    margin-left: 2px;
}
.btn.modal-inline {
    margin-top: 18px;
}
h4.modal-title {
    font-size: 18px;
}
.ui-tooltip {
    white-space: pre-line;
    border: 1px solid #ddd;
}
input[type=radio].lab-check, input[type=checkbox].lab-check {
    margin-left: 5px;
    margin-right: 5px;
}
.top-4 {
    top: -4px;
}
.no-mb {
    margin-bottom: 0;
}
.nowrap {
    white-space: nowrap;
}
.inline {
    display: inline-block;
}
.height-44 {
    height: 44px;
}
.button-dp {
    padding-left: 4px;
    top: 5px;
    float: right;
}
.padding-hor-2 {
    padding-right: 2px;
    padding-left: 2px;
}
.padding-10 {
    padding: 10px;
}
.padding-bottom-3 {
    padding-bottom: 3px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-100 {
    padding-top: 100px;
}
.gl-primary {
    background-color: #337ab7;
}
.margin-gl {
    margin-left: 5px;
}
.margin-hor {
    margin-left: 15px;
    margin-right: 15px;
}
.padding-gl {
    padding-left: 5px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-15 {
    margin-top: 15px;
}
.w-500 {
    width: 500px;
}
.w-800 {
    width: 700px;
}
.indicator {
    font-size: 35px;
    margin: 10px auto;
    display: table;
}
.modal-checkbox-list {
    list-style-type: none;
    padding-left: 10px;
    margin-top: 5px;
}
.check-all .uncheck,
.check-all.checked .check,
.check-all .glyphicon-unchecked,
.check-all.checked .glyphicon-check {
    display: none;
}

.check-all.checked .uncheck,
.check-all.checked .glyphicon-unchecked {
    display: inline;
}

.block { display: block; }
.mr10 { margin-right: 10px; }

#header .dropdown-menu {
    min-width: 100px;
    padding: 10px;
}
#header .dropdown-menu input{
    padding: 1px 4px;
    height: 24px;
    margin: 2px;
}
.dropdown-menu.customer-list {
    max-height: 400px;
    overflow: auto;
}
.dropdown-w60 {
    min-width: 60px;
}
.dropdown-item:hover {
    background-color: #f5f5f5;
}
.dropdown-item {
    width: 100%;
    padding: 2px 5px;
}
.customer-edit-absolute {
    position: fixed;
    top: 5px;
    right: 30%;
}
#go-back {
    position: fixed;
    top: 15px;
    left: 20%;
}

.filter-panel .row{
    padding-bottom: 5px;
}
.filter-panel .filter-label {
    padding-top: 3px;
    padding-bottom: 3px;
}

.customer {
    //background-color: #999999;
    margin-top: -20px;
    margin-bottom: 15px;
    padding-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    //height: 100%;
    //min-height: 10px;
}
.row.with-v-margin {
    margin-top: 2px;
    margin-bottom: 2px;
}
.row.adjust {
    padding-left: 15px;
    padding-right: 15px;
}
.row .no-h-padding {
    padding-left: 0;
    padding-right: 0;
}
.well.no-b-margin {
    margin-bottom: 0;
    padding: 10px;
}
.modal-table-wrapper {
    width: 100%;
    height: 200px;
    overflow: auto;
}
.modal-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.customer hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.customer .dropdown-menu>li>a {
    padding: 2px 5px;
}

#customer-edit .item, .customer .item {
    line-height: 100%;
}

#customer-edit .item-nip,.customer .item-nip {
    font-weight: 700;
}

#customer-edit .item-name,.customer .item-name {
    font-style: italic;
    font-size: 13px;
}

.customer .item-address {
    font-size: 12px;
}

.customer .btn-edit {
    margin-top: 3px;
    margin-bottom: 3px;
}

.customer .btn-add {
    margin-top: 6px;
    margin-bottom: 6px;
}


.customer .input-group {
    margin-top: 6px;
    margin-bottom: 6px;
}

.customer .label {
    font-size: 100%;
    top: 12px;
    position: relative;
}
/*
.customer input {
    //margin-bottom: 5px;
    padding: 1px 4px;
    height: 24px;
}
*/


.customer-editor {
    background-color: #aaaaaa;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 9pt;
}

.customer-editor .cust-label {
    font-size: 9pt;
    padding-bottom: 0;
    padding-top: 5px;
}
.cust-label.inline {
    line-height: 30px;
}

.customer-editor input {
    //margin-bottom: 5px;
    padding: 1px 4px;
    height: 24px;
}

.customer-editor .btn-group {
    padding-bottom: 10px;
}

.table > thead > tr > th.make-middle {
    vertical-align: middle;
}
.table > thead > tr > th.make-top {
    vertical-align: top;
}
.make-center {
    text-align: center;
}
.make-right {
    text-align: right;
}
.customer-editor .make-height {
    height: 10px;
}

.customer-editor .dekretacje input {
    margin-bottom: 2px;
}

.ui-tooltip {
    max-width: 400px;
}

.inline-button-link {
    top: 8px;
    position: relative;
}

.annotation {
    font-size: 14px;
    position: absolute;
    bottom: 20%;
    right: 0;
    padding: 0 20px;
}
.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
}
.rotate-btn {
    position: absolute;
    top: 48px;
    right: 4px;
}
.glyphicon {
    font-size: 12px;
}
.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
.red {
    color: red;
}
.grey {
    color: grey;
}
.green {
    color: green;
}
.brown {
    color: #8a6d3b;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
