.tabHeading {
    font-size: 20px;
}

.selected-row {
    background-color: lightgray;
}

.alert-row {
    background-color: red !important;
}

.viewOrderwindow .modal-dialog {
    width: 90%;
}

.categoryStyle {
    border: solid;
    border-top-color: #2fa4e7;
    border-top-style: solid;
    border-top-width: initial;
    border-right-color: #2fa4e7;
    border-right-style: solid;
    border-right-width: initial;
    border-bottom-color: #2fa4e7;
    border-bottom-style: solid;
    border-bottom-width: initial;
    border-left-color: #2fa4e7;
    border-left-style: solid;
    border-left-width: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

tr {
    cursor: pointer;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: white;
    background-color: #2fa4e7;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.thumbnail{
    cursor: pointer;
}

.basketClass{
  width:470px !important;
}
.table-striped>tbody>tr:nth-of-type(odd){
  background-color: lightgrey;
}
