﻿body {
  padding:0!important;
}
.navbar {
  margin-bottom:0;
}
.navbar-nav {
    margin:0;
}
.form-signin {
    padding: 80px;
    max-width: 500px;
    margin: 0 auto;
}
.app-controls-example {
    padding-top: 30px;
    margin-top: -30px;
}
.app-controls-example:not(.last) {
    margin-bottom: 30px;
}
.app-controls-example ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.app-controls-example-header {
    padding: 10px 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.app-controls-example-header h3{
    margin: 0;
    word-wrap: break-word;
}
.app-controls-example-body {
    margin: 0 auto;
    padding:20px;
}
.app-controls-example-footer {
    padding: 10px 0;
    border-bottom: 1px solid;
}
.vertical-space {
    display:block;
    height: 15px;
    clear:both;
}
/* Kendo grid customization */
.k-grid {
    font-size: 12px;
}
.k-detail-row:hover {
    background-color:transparent !important;
}
.k-detail-row:hover .k-detail-cell {
    background-color:transparent !important;
}
.k-grid tr:hover {
    background-color: rgba(255, 214, 100, 0.2);
}
.k-grid tfoot tr:hover,
.k-grid thead tr:hover {
    background-color: transparent;
}

.k-loading-image {
    background-image: url('./framework/img/loading_2x-BAT.gif');
}
.checkbox-table {
    font-size: 15px;
}
label.checkbox-table {
    display: block;
    margin: -.4em -.6em;
    padding: .4em .6em;
    height: 17px;
}
.k-checkbox-label.text-center:before,
.k-checkbox-label.text-center:after {
    right: 0;
    bottom: 0;
    margin: auto;
}
.checkbox-table .k-checkbox-label {
    display:inline;    
}
.k-grid-filter.k-state-active,
.k-header-column-menu.k-state-active {
    background-color:transparent;
}

.k-grid-filter.k-state-active > span,
.k-header-column-menu.k-state-active> span {
    background-color:rgba(255, 214, 100, 1);
}
/* Kendo grid Customization (end) */

/* Kendo Numeric */
/*span.edited-field.k-numeric-wrap.k-state-default:after {
    content: '';
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffc931;
    right: 1.9em;
    top: 0;
    position: absolute;
}*/
/* Kendo Numeric (end) */

.form-signin .bito-tile {
    position: relative;
}

.form-signin .bito-tile:before {
    content: '';
    background-image: url('/app/static/images/Staci.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 100%;
    position: absolute;
    top: -27%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.app-modal-window .modal-dialog {
  width: 80%;
}

.bito-disabled {
    opacity: 0.4;
}

/* TABLE */
.table {
    margin-bottom: 21px !important;
}

tr.quantityError,
tr.quantityError:hover {
    background-color: rgba(255,0,0,0.3);
}

.bito-table-reset>thead>tr>th, .bito-table-reset>tbody>tr>th, .bito-table-reset>tfoot>tr>th, .bito-table-reset>thead>tr>td, .bito-table-reset>tbody>tr>td, .bito-table-reset>tfoot>tr>td {
    border-width: 0;
}

.bito-table-reset>thead>tr:hover, .bito-table-reset>tbody>tr:hover, .bito-table-reset>tfoot>tr:hover, .bito-table-reset>thead>tr:hover, .bito-table-reset>tbody>tr:hover, .bito-table-reset>tfoot>tr:hover {
    background-color: transparent;
}

/* IntroJs */
.introjs-helperNumberLayer {
    box-sizing: content-box;
}

.introjs-tooltip{
    font-weight: lighter;
    font-size: 12px;
}
.btn-panel-head {
    position: absolute;
    right: 25px;
    top: 6px;
}


th[data-dir] a {
    font-weight: bold;
    text-decoration: underline;
}