html,
body {
    height: 100%;
    font-size: 12px;
    background-color: #EEEEEE;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.navbar-brand {
    padding: 5px 15px;
}

@media (max-width: 768px) {
    .hide-in-mobile {
        display: none !important;
    }
}

/*
.breadcrumb {
    margin-top: 70px;
}
*/


.navbar-fixed-top {
    position: initial;
}


.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 th {
    white-space: nowrap;
}

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

.ui-datepicker {
    z-index: 9999 !important;
}

.repairs-index .table tbody tr:hover
{
    background-color: #e3e3dc !important;
    cursor: pointer;
}

.reports-index .table tbody tr:hover
{
    background-color: #e3e3dc !important;
    cursor: pointer;
}

.barcode {
    padding: 2.5mm;
    margin: 0;
    vertical-align: top;
    color: #000000;
}

.barcodecell {
    text-align: right;
    vertical-align: middle;
    padding: 20px;
}

.boldAct {
    font-weight: bold;
}

.flotTip { 
    z-index: 9999 !important; 
}

#fancybox-buttons a.btnLeft {
    margin-top: 7px;
    background-image: url(/images/rotate.png);
    margin-left: 10px;
}

#fancybox-buttons a.btnZoom {
    margin-top: 7px;
    background-image: url(/images/zoom.png);
}

#fancybox-buttons a.btnDownload {
    margin-top: 7px;
    background-image: url(/images/download.png);
}

#fancybox-buttons a.btnPrint {
    margin-top: 7px;
    background-image: url(/images/printer.png);
}

#fancybox-buttons a.btnSave {
    margin-top: 7px;
    background-image: url(/images/save.png);
}


#fancybox-buttons ul {
    width: 197px !important;
}

.zoomContainer { 
    z-index: 100000;
}

#ajax_repairs {
    font-size: 11px !important;
}

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

.accept-act {
    border: 5px #808080 solid;
    border-radius: 10px;
    margin: 10px -10px 10px -10px;
    padding: 10px 10px 15px 10px;
    background-color: #DBDBDB;
    cursor: not-allowed;
/*    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
*/
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.pdf-tables tr, .pdf-tables td {
    border: 1px solid black;
}

.added-repairs span {
    font-weight: bold;
    padding: 0 0 5px 0;
    display: block;
}

.output-delete:hover {
    cursor: pointer;
}

.repairs-full .kv-grid-table{
    font-size: 9px;
}

.repairs-full .rc-handle {
    width: 0px;
}

.brands-list {
    margin-bottom: 40px;
}
.brands-list div {
    height: 20px;
    text-align: center;
    line-height: 20px;
}

#repairs_type_search .form-group {
    margin-right: 5px;
}

.timer {
    position: fixed;
    font-size: 20pt;
    font-weight: bold;
    z-index: 10;
}

@-webkit-keyframes pulsate {
    50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #a30000, 0 0 8px #a30000; }
}
@keyframes pulsate {
    50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #a30000, 0 0 8px #a30000; }
}

.pulsare {
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

.label-as-badge {
    border-radius: 1em;
}

.main-brands-table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    row-gap: 15px;
}

.reworks-center-container {
    padding-top: 100px;
}

.reworks-user-stats {
    margin: auto;
    max-width: 200px;
}

.reworks-all-stats {
    margin: auto;
    max-width: 450px;
}

.reworks-table {
    text-align: left;
}

.reworks-table td:not(:first-of-type) {
    text-align: right;
}

.reworks-table tfoot th:not(:first-of-type) {
    text-align: right;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

/*
.nav-snow-ny {
    background-image: url('/images/snow/s1.png'), url('/images/snow/s2.png'), url('/images/snow/s3.png');
    z-index:1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

@-ms-keyframes snow {
  0% {background-position: 0 0, 0 0, 0 0;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

@-moz-keyframes snow {
  0% {background-position: 0 0, 0 0, 0 0;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0 0, 0 0, 0 0;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0 0, 0 0, 0 0;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
*/