body {
    font-size: 12px;
    line-height: 1.2;
    background-color: #eee;
}

.navbar,
.container-fluid {
    height: 34px !important;
}

.timeoutCounter {
    width: 60px;
    border: none;
    background: none;
    color: #aaa;
    float: left;
    padding-top: 8px;
}

.theGreen {
    color: #0a0;
}

.loginBackground {
    min-height: 100%;
    background: rgb(2, 0, 36) !important;
    background: linear-gradient(
            146deg,
            rgba(2, 0, 36, 1) 0%,
            rgba(9, 121, 77, 1) 50%,
            rgba(0, 212, 255, 1) 100%
    ) !important;
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
}

.vibiLogo {
    color: #9fbf22 !important;
    text-shadow: 0 0 5px #000;
    background: linear-gradient(to bottom, rgba(191, 210, 85, 0.3) 0%, rgba(142, 185, 42, 0.3) 50%, rgba(114, 170, 0, 0.3) 51%, rgba(158, 203, 45, 0.3) 100%);
    padding-right: 24px;
    box-shadow: 5px 0 3px rgba(0, 0, 0, 0.2);
}

.vibiLogo img {
    position: relative;
    top: 2px;
    border: 1px rgba(0, 0, 0, 0.3) solid;
}

.vibiLogo span {
    display:inline;
    margin-left: 8px;
    margin-top: -2px;
    text-transform: uppercase;
}

.loginContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

q {
    color: #555;
    font-style: italic;
}

h1,
.h1 {
    font-size: 22px;
}

h2,
.h2 {
    font-size: 18px;
}

h3,
.h3 {
    font-size: 16px;
}

h4,
.h4 {
    font-size: 13px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 12px;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/*
 * Base structure
*/
.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-menu {
    width: 640px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.lookupHint {
    font-size: 13px !important;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    position: relative;
/ / left: - 3 px !important;
    left: -8px !important;
    top: -4px !important;
}

.tt-dropdown-menu {
    width: 722px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead, .tt-hint {
    width: 100%;
}

table .twitter-typeahead .tt-hint {
    margin-top: -4px !important;
    margin-left: 3px !important;
}

.navbar {
    margin-bottom: 0 !important;
    -moz-border-radius: 0;
    border-radius: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(81, 81, 81, 1) 100%);
    font-weight: bold;
}

.breadcrumb {
    border-top: 1px #888 solid;
    border-bottom: 1px #888 solid;
    -moz-border-radius: 0;
    border-radius: 0;
    background: linear-gradient(to bottom, rgba(58, 58, 58, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

#mmenu {
    border-top: 2px #a6c926 solid;
}

#mmenu .dropdown-menu {
    padding: 0;
}

#mmenu .dropdown-menu .caption {
    margin: 0;
    padding: 5px 10px;
    overflow: hidden;
    color: white;
    background: linear-gradient(to bottom, rgba(43, 57, 65, 1) 0%, rgba(76, 82, 88, 1) 64%, rgba(83, 96, 115, 0.9) 100%);
}

#mmenu .dropdown-menu li,
#mmenu .dropdown-menu li a {
    background-color: rgba(83, 96, 115, 0.2) !important;
    font-size: 12px;
    line-height: 22px !important;
}

#mmenu .dropdown-menu li a:hover {
    background-color: rgba(83, 96, 115, 0.3) !important;
}

#mmenu .dropdown-menu .active,
#mmenu .dropdown-menu .active a {
    color: rgba(43, 57, 125, 0.9);
    background-color: rgba(243, 257, 65, 0.15) !important;
}


.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}


/*
 * Sidebar
*/

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

/*
 * Main content
*/
.main {
    padding: 20px;
}

.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
*/
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}


.mt0 {
    margin-top: 0 !important;
}

.maB0 {
    margin-bottom: 0 !important;
}

.maB8 {
    margin-bottom: 8px !important;
}

.ml-15 {
    margin-left: -15px;
}

.mr-15 {
    margin-right: -15px;
}

.nav-sidebar > .active > a:hover {
    background-color: #66B8FF !important;
}

.box {
    position: relative;
    padding: 15px;
    margin: 0 -15px 15px;
    background-color: #fafafa;
}

.box {
    margin: 0 0px 15px;
    border-radius: 0;
    border-width: 0 0 1px;
}

.paTop44 {
    padding-top: 50px;
}

.panel .section,
.panel .info,
.box .info {
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px #bbb dashed;
}

.box .info {
    position: absolute;
}

.panel .info {
    margin-bottom: 16px;
}

.panel .section {
    margin-bottom: 8px;
}

.panel .section button {
    float: right;
    position: relative;
    top: -7px;
}

.clr {
    clear: both;
}

.cursor-link {
    cursor: pointer;
}

.vibiMM {
    border-bottom: 1px white solid;
}

.breadcrumb {
}

.vibiNav {
    margin-top: 10px;
    width: 128px;
    position: absolute;
}

.vibiNav .panel-title {
    font-size: 13px;
    font-weight: 600;
}

.vibiBody {
    padding: 0 10px 10px 10px;
}

.rellist {
    margin: 0 0px 16px 0;
    list-style-type: none;
}

.rellist li {
    margin-right: 32px;
    line-height: 24px;
    padding: 5px 5px 5px 10px;
}

.rellist li:nth-child(even) {
    background-color: #f8f8f8;
    border-bottom: 1px #ddd dotted;
}

.rellist li:nth-child(odd) {
    background-color: #f0f0f0;
}

.rellist li button {
    float: right;
}

.ajax-upload-dragdrop,
.ajax-file-upload-statusbar {
    width: 100% !important;
}

.bs-callout p {
    font-size: 13px;
    line-height: 1.6em;
}

.maL32 {
    margin-left: 32px;
}

.tabAction {
    margin-right: 6px;
}

.strong {
    font-weight: bold;
}

.params {
    vertical-align: top;
    padding: 0;
}

.params li {
    padding: 4px 16px;
}

.params label {
    width: 30%;
    max-height: 20px;
    overflow: hidden;
    float: left;
    color: #666;
}

.params .header {
    margin-top: 16px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: linear-gradient(to bottom, rgba(175, 175, 175, 1) 0%, rgba(238, 238, 238, 1) 100%);
    font-weight: bold;
    color: #222;
}

.params .input-group-addon {
    color: #999 !important;
}

.medialist {
    margin-bottom: 10px;
}

.medialist .item {
    padding: 10px;
    display: inline-block;
    border: 1px #ddd solid;
    margin: 5px;
}

.medialist .item:hover {
    background-color: #eee;
}

.medialist .item .buttons {
    position: absolute;
    padding: 5px;
}

.tabbedPanelTabs {
}

.tabbedPanelBody {
    border-top: none;
}

#butafiCard .head {
    width: 100%;
}

#butafiCard .head th,
#butafiCard .head td {
    border: 1px #bbb solid;
    padding: 5px;
}

#butafiCard .head th {
    background-color: #ddd;
}

#butafiCard .history .head {
    width: 100%;
    padding: 5px;
    background-color: #ddd;
    font-weight: bold;
    color: #333;
    border-left: 1px #bbb solid;
    border-top: 1px #bbb solid;
    border-right: 1px #bbb solid;
    border-bottom: 1px #bbb dashed;
}

#butafiCard .history .body {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #ffc;
    font-weight: normal;
    color: #333;
    border-left: 1px #bbb solid;
    border-bottom: 1px #bbb solid;
    border-right: 1px #bbb solid;
}

#butafiCard .edit {
    background-color: #efefef;
    padding: 16px;
    border: 1px #bbb solid;
}

#butafiCard .edit select,
#butafiCard .edit label {
    display: block;
    width: 230px !important;
}

#butafiCard #cmntCaption,
#butafiCard #cmntBody {
    border: 1px #ccc solid;
    width: 100%;
}

#butafiCard #cmntCaption {
    margin-bottom: 10px;
}

#butafiCard #cmntBody {
    height: 200px;
}

#butafiCard .setBox {
    float: left;
    width: 250px;
    position: absolute;
}

#butafiCard .cmntBox {
    border-left: 1px #aaa dashed;
    padding-left: 16px;
    margin-left: 250px;
}

#butafiMatrix {
}

#butafiMatrix th,
#butafiMatrix td {
    border: 1px #ccc solid !important;
    text-align: center;
    padding: 5px 3px;
}

.note-editor button {
    padding: 4px 8px;
    margin-right: 2px;
    min-width: 30px;
}

.note-editable {
    background-color: white !important;
    height: 235px;
}

.crmhistory {
    margin-top: 16px;
}

.crmhistory .items {
    margin-top: 10px;
    border-top: 1px #aaa dashed;
}

.crmhistory .item {
    margin-top: 10px;
}

.crmhistory .item .eventBody {
    margin: 5px 10px 15px 10px;
    padding: 5px 10px;
    background-color: #e0e0ff;
}


#iHistoryFrom,
#iHistoryTo {
    width: 105px;
}


.listID {
    text-align: right;
    width: 48px;
}

.gcTab {
}

.gcTab table {
    border: 1px #d0d0d0 solid !important;
    margin-bottom: 0;
}

.gcTab th {
    text-align: center;
    background-color: #e0e0e0;
    border-right: 1px #d0d0d0 solid;
}

.gcTab td {
    border-right: 1px #f0f0f0 solid;
}

.gcTab td ul {
    text-align: left !important;
}

.gcTab .summary td {
    background-color: #e0e0e0 !important;
    font-weight: bold;
}

.gcTab .listPrec {
    text-align: right;
    width: 80px;
    white-space: nowrap;
}

.gcTab .listPrice {
    text-align: right;
    width: 64px;
}

.gcTab .listFieldText {
    width: 100%;
    border: none;
    background: none;
}

.gcTab .listFieldPrec,
.gcTab .listFieldPrice {
    text-align: right;
    width: 64px;
    border: none;
    background: none;
}

.gcTab,
.gcTab th,
.gcTab td {
    vertical-align: middle !important;
}

.gcTabConfiguratorWnd .modal-body {
    padding-bottom: 0;
}

.gcTabConfigurator {
    width: 500px;
    margin: auto;
    border: 1px #eee solid;
}

.gcTabConfigurator thead, .gcTabConfigurator tbody {
    display: block;
    width: 100%;
}

.gcTabConfigurator tbody {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gcTabConfigurator td {
    width: 50px;
    padding: 3px 5px;
    vertical-align: middle;
    text-align: center;
}

.gcTabConfigurator thead td {
    font-weight: bold;
    width: 49px;
}

.gcTabConfigurator thead td:nth-child(1) {
    width: 286px !important;
    text-align: right;
}

.gcTabConfigurator tbody td:nth-child(1) {
    width: 300px;
    text-align: right;
}

.gcTabConfigurator .printCfg td:nth-child(1) {
    width: 286px;
    text-align: right;
    white-space: nowrap;
}

.newRow {
    background-color: #f0f9c0 !important;
}

.gcListPanel ul,
.gcTreePanel ul {
    padding: 8px;
}

.gcListPanel ul li,
.gcTreePanel ul li {
    line-height: 18px;
}

.featureGrid {
    margin: 0;
}

.featureGrid th,
.featureGrid td {
    border: 1px #ccc solid;
    padding: 5px;
}

.featureGrid th {
    background-color: #333;
    color: white;
    padding: 10px;
}

.featureGrid tr td,
.featureGrid thead th {
    text-align: center;
    width: 96px;
}

.featureGrid tbody th {
    text-align: right;
    font-weight: normal;
}

.featureGrid .title {
    padding: 10px;
    background-color: #a6c926;
    font-weight: bold;
}

#admUsrRoleTab {
    margin: 20px;
}

#admUsrRoleTab th,
#admUsrRoleTab td {
    border: 1px #ccc solid;
    padding: 5px;
}

#admUsrRoleTab th {
    background-color: #333;
    color: white;
    padding: 10px;
}

#admUsrRoleTab tr td,
#admUsrRoleTab thead th {
    text-align: center;
    width: 96px;
}

#admUsrRoleTab tbody th {
    text-align: right;
    font-weight: normal;
}

#admUsrRoleTab .title {
    padding: 10px;
    background-color: #a6c926;
    font-weight: bold;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #e8e8e8 !important;
}


@media screen and (min-width: 780px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    #mmenu .caret {
        display: none !important;
    }
}

.gcTvCategorySelBody {
    overflow: auto;
    height: 400px;
}

#cmsProdListSelBycat {
    padding: 0;
}

#cmsProdListSelBycat li label {
    height: auto;
}

.chosen-container-active .chosen-single {
    box-shadow: none;
}

.chosen-container-single .chosen-single {
    border-radius: 0 !important;
    background-color: #fff !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7 !important;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff !important;
}

.chosen-container-single .chosen-drop {
    border-radius: 0 !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 0 !important;
}

.chosen-choices {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    min-height: 30px !important;
}

.chosen-choices .default {
    padding-top: 12px !important;
}

.chosen-container-multi {
    min-width: 70px;
    width: auto !important;
    font-size: 11px;
}

.chosen-container-single {
    min-width: 70px;
    width: auto !important;
    font-size: 11px;
}

.row .chosen-container-single {
    width: 100% !important;
}

.gcGuiTabToolbar label {
    margin: 0 4px 0 8px;
}

.gcTabFilterSave .orLabel {
    font-size: 1.1em;
    font-style: italic;
    font-weight: 100;
    float: left;
    margin-right: 16px;
    position: relative;
    top: 8px;
    left: -4px;
}

.gcTabFilterSave .input-group {
    width: 350px;
    float: left;
    margin-right: 16px;
}

.gcGuiTabToolbar .input-group-addon label {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.gcGuiTabToolbar .orLabel:after {
    content: '';
}

.gcGuiTabToolbar .filters .form-group {
    margin-bottom: 8px !important;
}


.gcGuiTabToolbar label:after {
    content: ':';
}

.gcGuiTabToolbar {
    height: 55px;
}

.gcGuiTabToolbarExpanded {
    height: auto !important;
}

.gcGuiAllowScrollX {
    overflow-x: scroll;
}

.wAuto {
    width: auto !important;
}

.chosen-drop {
    min-width: 200px !important;
}

/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#iGlobalSearch {
    border-color: white !important;
}

.borderRed {
    border: 1px red solid !important;
}


.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #ffffa0 !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee;
}

.bootstrap-tagsinput {
    width: 100% !important;
}

.borLRB {
    border: 1px #ddd solid;
    border-top: none;
}

.borTLRB {
    border: 1px #ddd solid;
}

.minH320px {
    min-height: 320px;
}

.padT24 {
    padding-top: 24px !important;
}

.input-group-addon {
    font-size: 11px !important;
}

.chosen-container .chosen-results li {
    line-height: 12px !important;
    font-size: 11px !important;
}

#cmsProdSelList .field-storemiss:nth-last-child(odd) {
    border: 1px #e8e8e8 solid;
    padding: 2px 5px;
    font-weight: bold;
}


.gcGuiRelInputBtn {
    position: relative;
    top: -1px;
}

body:not(:-moz-handler-blocked) .gcGuiRelInputBtn .btn {
    display: block;
    position: relative;
    top: -2px;
}

body:not(:-moz-handler-blocked) #cmsCatMoveProds .gcGuiRelInputBtn .btn {
    display: block;
    position: relative;
    top: -1px;
}

.statTab {
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
}

.statTab td,
.statTab th {
    padding: 4px 6px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.loginHead {
    background-color: rgba(80, 80, 80, 0.25);
    padding: 0.75em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: bold;
    position: absolute;
    top: 0;
    margin: 0;
    width: 100vw;
}

/*
    UWAGA! Zachować kolejność: najpierw theStrikedGray, a później theRed
    ponieważ w edytorach dokumentów pozwala to na wyświetlenie przekreślonego
    i jednocześnie czerwonego tekstu w przypadku produktu wycofanego,
    który sprzewadany jest poniżej ceny zakupu.
*/
.theStrikedGray {
    color: #888 !important;
    text-decoration: line-through !important;
}

.theRed {
    color: #800 !important;
}

.dashboard .panel {
    overflow: hidden;
}


.gcTabMassiveSet {
    border: 1px #aaa solid !important;
    background-color: white !important;
}

.borRed {
    border: 1px red solid !important;
}


@media (min-width: 768px) {

    .hide-desktop {
        display: none;
    }

    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

@media (max-width: 768px) {

    .hide-mobile {
        display: none;
    }

    .navbar,
    .container-fluid {
        height: auto !important;
    }

    .main {
        padding-right: 10px;
        padding-left: 10px;
    }

    .gcTabSearchGroup {
        display: inline-block !important;
        width: 128px !important;
    }

    .gcTabSearchField {
        width: 128px !important;
    }

    .breadcrumb li:not(.active) {
        display: none;
    }
}


@-moz-document url-prefix() {
    .tt-query {
        display: none;
    }

    .tt-hint {
        left: -8px !important;
        top: -4px !important;
    }
}

#gcProdSelector .gcTab {
    max-height: 70vh;
    overflow-y: auto;
}

#gcProdSelector .modal-body {
    max-height: 80vh !important;
}


th.sort-header::-moz-selection {
    background: transparent;
}

th.sort-header::selection {
    background: transparent;
}

th.sort-header {
    cursor: pointer;
}

th.sort-header::-moz-selection,
th.sort-header::selection {
    background: transparent;
}

table th.sort-header:after {
    content: '';
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: hidden;
}

table th.sort-header:hover:after {
    visibility: visible;
}

table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
    visibility: visible;
    opacity: 0.4;
}

table th.sort-up:after {
    border-bottom: none;
    border-width: 4px 4px 0;
}


.floatThead-floatContainer {
    margin-left: 20px !important;
}


.popover-title {
    white-space: nowrap;
}

.popover-content {
    text-align: center;
}

.form-control {
    box-shadow: none;
}
