.edit-mode {
    /*background-color: #E61E00;*/
    color: #E61E00;
}

.ui-datepicker, .bootstrap-datetimepicker-widget {
    z-index: 9999 !important;
}

thead.floating-thead {
    background-color: #fff;
}

thead.floating-thead > tr > th {
    height: 40px;
}


.floatThead-container {
    width: auto !important;
}

.has-error-border {
    border: 1px solid #E61E00 !important;
}

.tax-applied {
    color: #0a0;
}

.tax-not-applied {
    color: #aaa;
}

.value-label {
    width: 200px;
    margin-right: 15px;
    display: inline-block;
    text-align: right;
}

.value-span {
    display: inline-block;
    width: 140px;
    text-align: right;
    font-size: 14px;
}

.font-size-8pt {
    font-size: 8pt !important;
}

.spin-normal {
    font-size: 22px;
    height: 20px;
    width: 20px;
}

.label-ready {
    background-color: #329e00;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    opacity: 1;
    /*background: rgba(39, 42, 43, 0.8);*/
    transition: opacity 200ms ease-in-out;
    border-radius: 4px;
    margin: -15px 0 0 -15px;
}


/*.overlay:hover {
    opacity: 1;
}*/

table.nopadding > tr > td {
    padding: 0;
}


td.highlight {
    background-color: #b0b0b0 !important;
    padding: 5px;
    font-weight: bold;
}

td.highlight2 {
    background-color: #d2d2d2 !important;
    padding: 5px;
    font-weight: bold;
}

.pager .finish > a, .pager .finish > span {
    float: right;
}


.dataTables_length {
    float: right;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

.smart-rtl div.dataTables_length {
    float: left;
}


nav ul li a.link-disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #a0a0a0 !important;
}

.list-price__name {

    font-family: Montserrat;
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
}

.scrollable {
    overflow: scroll;
    overflow-x: auto;
    height: 400px;
}

.scrollable-400 {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
}

.scrollable-600 {
    overflow: scroll;
    overflow-x: hidden;
    height: 600px;
}

.scrollable-300 {
    overflow: scroll;
    overflow-x: auto;
    height: 300px;
}

.scrollable-260 {
    overflow: scroll;
    overflow-x: auto;
    height: 260px;
}

.scrollable-300w {
    overflow: scroll;
    overflow-x: auto;
    height: 500px;
    width: 500px;
}

.dataTables_filter {
    float: left;
}

div.dataTables_wrapper {
    min-height: 300px;
}

.our-dropdown {
    display: inline;
    margin-left: 10px;
}

.partial-paid-label {
    color: #7F38E0;
    padding-left: 5px;
}

.unpaid-label {
    color: #E30031;
    padding-left: 5px;
}


.paid-label {
    color: #62B432;
    padding-left: 5px;
}

.pending-label {
    color: #818181;
    padding-left: 5px;
}

tr.color-silver {
    background-color: #cbcbcb;
}

.color-silver {
    background-color: #cbcbcb;
}

.top-buttons {
    height: 39px;
    padding-left: 16px;
}

.top-buttons2 {
    padding-right: 12px;
    height: 39px;
    padding-left: 16px;
}

/*@media (min-device-width: 786px) {

    .top-buttons {

        height: 39px;
        padding-left: 16px;
    }
}*/

.btn-labeled {
    padding-top: 3px;
    padding-bottom: 0;
}


@media print {
    body * {
        visibility: hidden;
    }

    #main #content, #main #content * {
        visibility: visible;
    }

    #main #content {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
}


.jarviswidget tbody tr td:last-child {
    border-right: none;
}

.jarviswidget tbody tr:last-child td {

    border-bottom: 1px solid #ccc;

}


.modal {
    z-index: 10000;
}


table.grid, table.grid-outline {
    width: 100%;
    border-spacing: 0;

}

/*
table.grid > thead,
table.grid > tbody,
table.grid tr,
table.grid td,
table.grid th {
    display: block;
}

table.grid thead tr, table.grid-outline thead tr {
    border-bottom: 1px solid #ccc;

}

table.grid tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.grid > thead th {
    height: 36px;
    !*text-align: left;*!
}

table.grid > tbody {
    height: 400px;
    overflow-y: auto;
}

table.grid > thead {
    !* fallback *!
}


table.grid > tbody td,
table.grid > thead th {
    width: 11%;
    float: left;
}
*/


table.grid thead tr th {

    white-space: nowrap;
    font-weight: bold;
    padding: 4px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.grid-outline thead tr th {

    white-space: nowrap;
    font-weight: bold;
    padding: 4px;
}

table.grid tfoot tr th, table.grid-outline tfoot tr th {

    white-space: nowrap;
    font-weight: bold;
    padding: 4px;

}

table.grid tbody tr td {
    padding: 4px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.grid-outline tbody tr td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

table.grid tbody tr td:last-child {
    padding: 4px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: none;
}

table.grid-outline tbody tr td:last-child {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

table.grid tbody tr td input, table.grid tbody tr td select {
    border: none;
}

table.grid tbody tr td .form-control {
    padding: 6px 6px;
    width: 100%;
}

table.grid tbody tr td input.form-control[readonly] {
    background-color: #fff;
}

.width-220 {
    width: 220px;
}

.width-170 {
    width: 170px;
}

.width-120 {
    width: 120px;
}

.width-140 {
    width: 140px;
}

.width-100 {
    width: 100px;
}

.width-80 {
    width: 80px;
}

.width-60 {
    width: 60px;
}

.width-30, .serial {
    width: 30px;
}

.serial {
    text-align: center;
}


.indent-20 {
    padding-left: 20px !important;
}

.indent-40 {
    padding-left: 40px !important;
}

.indent-60 {
    padding-left: 60px !important;
}


.card {
    background: #ffffff none repeat scroll 0 0;
    margin: 15px 0 0 0;
    padding: 20px;
    border: 0 solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.card h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.card p {
    color: #fff;
}

.card i {
    color: #fff;
}


.f-s-40 {
    font-size: 40px !important;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-text-right {
    text-align: right;
}

.media-body {
    vertical-align: middle;
}

.card-subtitle {
    font-size: 12px;
    margin: 10px 0;
}

.card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.card-title h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.card-title p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}

.card .card-subtitle {
    color: #99abb4;
    font-weight: 300;
    margin-bottom: 15px;
}

.card-inverse .card-bodyquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-subtitle {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}

.card-success {
    background: #0eb53f none repeat scroll 0 0;
    border-color: #0eb53f;
}

.card-danger {
    background: #ef5350 none repeat scroll 0 0;
    border-color: #ef5350;
}

.card-warning {
    background: #ff933f none repeat scroll 0 0;
    border-color: #ff933f;
}

.card-info {
    background: #196ac3 none repeat scroll 0 0;
    border-color: #196ac3;
}

.card-primary {
    background: #5c4ac7 none repeat scroll 0 0;
    border-color: #5c4ac7;
}

.card-dark {
    background: #2f3d4a none repeat scroll 0 0;
    border-color: #2f3d4a;
}

.card-megna {
    background: #00897b none repeat scroll 0 0;
    border-color: #00897b;
}

.card-actions {
    float: right;
}

.card-actions a {
    color: #67757c;
    cursor: pointer;
    font-size: 13px;
    opacity: 0.7;
    padding-left: 7px;
}

.card-actions a:hover {
    opacity: 1;
}

.card-columns .card {
    margin-bottom: 20px;
}

.collapsing {
    transition: height 0.08s ease 0s;
}

.card-outline-info {
    border-color: #1976d2;
}

.card-outline-info .card-header {
    background: #1976d2 none repeat scroll 0 0;
    border-color: #1976d2;
}

.card-outline-inverse {
    border-color: #2f3d4a;
}

.card-outline-inverse .card-header {
    background: #2f3d4a none repeat scroll 0 0;
    border-color: #2f3d4a;
}

.card-outline-warning {
    border-color: #ffb22b;
}

.card-outline-warning .card-header {
    background: #ffb22b none repeat scroll 0 0;
    border-color: #ffb22b;
}

.card-outline-success {
    border-color: #26dad2;
}

.card-outline-success .card-header {
    background: #26dad2 none repeat scroll 0 0;
    border-color: #26dad2;
}

.card-outline-danger {
    border-color: #ef5350;
}

.card-outline-danger .card-header {
    background: #ef5350 none repeat scroll 0 0;
    border-color: #ef5350;
}

.card-outline-primary {
    border-color: #5c4ac7;
}

.card-outline-primary .card-header {
    background: #5c4ac7 none repeat scroll 0 0;
    border-color: #5c4ac7;
}

.card-body {
    padding: 0;
}

.color-primary, .text-primary {
    color: #4680ff;
}

.color-success, .text-success {
    color: #26dad2;
}

.color-warning, .text-warning {
    color: #ffb64d;
}

.color-danger, .text-danger {
    color: #fc6180;
}

.status .who {
    padding: 10px;
}

.status .who p {
    font-size: 9pt;
}

.status .who a {
    font-size: 13pt;
}

.status .who h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0;
}

.status .who img {
    margin-right: 0;
}

.carousel-indicators li {

    border: 1px solid #000;
    margin: 5px;
}

.carousel-indicators .active {
    background-color: #000;
    margin: 4px;
}

.product-deatil .certified ul li a span {
    margin-top: 5px;
}


.chat-body li.message .message-text {
    margin-left: 0;
}

.product-deatil .message-text {
    width: 100%;
}

.suggestions-box {
    position: absolute;
    top: 45px;
    left: 13px;
    background-color: #fff;
    width: 96%;
    z-index: 9999;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.suggestions-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.suggestions-box ul li {
    line-height: 24px;
    display: block;
}

.suggestions-box ul li a, .suggestions-box ul li a:link, .suggestions-box ul li a:visited {
    text-decoration: none;
    display: block;
    padding: 5px 12px;
    color: #333333;
}


.suggestions-box ul li a:hover {
    background-color: #eee;
}

.suggestions-box ul li a img {
    width: 60px;
}

.highlight-suggestion-item {
    background-color: #eee;
}


/*//////////////////////////////////////////////*/


input[type="checkbox"]:focus {
    outline: thin dotted !important;
    outline: 4px auto -webkit-focus-ring-color !important;
    outline-offset: 2px;
}