﻿body {
    background-color: #dbdbdb;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

/*.btn-primary,
.page-item.active .page-link {
    background-color: #2a97fd;
    border-color: #2a97fd;
}*/

.no-top-border th {
    border-top: none;
}

.bg-light-green {
    background-color: rgba(73, 210, 148, 0.05);
}

.bg-light-red {
    background-color: rgba(255, 0, 0, 0.05);
}

.bg-light-grey {
    background-color: #f3f3f361;
}

.border-left-1 {
    border-left: 2px solid #f3f3f361 !important;
}

.border-right-1 {
    border-right: 2px solid #f3f3f361 !important;
}

.border-bottom-1 {
    border-bottom: 2px solid #f3f3f361 !important;
}

/* hightlight the kits that are available to ship */
tr.kit-ship {
    /*box-shadow: 0 2px 4px 2px rgba(0,0,0,.2);*/
    background-color: #FFF !important;
    border: 2px solid #f26666 !important;
    /*color: #ffffff;*/
}

    tr.kit-ship:hover {
        background-color: #ffcccc !important;
        border: 2px solid #f26666 !important;
    }

/* needed to show border around table */
table.dataTable {
    border-collapse: collapse !important;
}

/*.kit-ship .btn-link, .kit-ship a {
    color: #FFF !important;
}*/

.ui-timepicker-container, .ui-timepicker-no-scrollbar, .ui-timepicker-standard, .ui-helper-hidden, .ui-timepicker-hidden {
    z-index: 1099 !important;
}

.icon svg {
    width: 30px;
    height: 30px;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1800px;
    }
}

/*make the tables tighter*/
.table-sm-tight td, .table-sm-tight th {
    padding: .1rem;
    font-size: 0.9em;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.label-already-shipped {
    padding: .25rem .7rem;
}

.legend {
    display: block;
    padding-bottom: 10px;
    text-align: center;
}

    .legend .box {
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 2px solid #f26666;
    }

    .legend label {
        display: inline-block;
        height: 25px;
        vertical-align: middle;
    }

.cursor {
    cursor: pointer;
}

.table_a_view {
    padding-bottom: .2px !important;
    padding-top: .2px !important;
}

.ascdisabled {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.searchforclient_li {
    font-size: small !important;
}

.searchforclient2_li {
    font-size: medium !important;
}

.fai {
    display: inline-block;
    background: gray;
    color: white;
    border-radius: 50%;
    padding: 0.3em; /* adjust padding */
    line-height: initial !important; /* reset line-height */
    text-align: center;
}

.dropdown-menu, .show {
    transform: none !important;
}

.bold1 {
    font-weight: bold;
}

.alarm-btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.alarm-btn-circle {
    width: 16px;
    height: 16px;
    padding: 6px 0px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.00;
}

.alarm-btn-circle-sm {
    width: 12px;
    height: 12px;
    padding: 3px 0px;
    border-radius: 6px;
    text-align: center;
    font-size: 10px;
    line-height: 1.00;
}

.alarm-btn-my_green {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

.alarm-btn-my_white {
    background-color: #ffffff !important;
    border-color: #000000 !important;
    color: #fff !important;
}

.alarm-btn-my_yellow {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #fff !important;
}

.alarm-btn-my_red {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.alert-info2 {
    font-size: 8pt;
    font-style: italic;
}

.btn-disabled,
.btn-disabled[disabled] {
    opacity: .4;
    cursor: default !important;
    pointer-events: none;
}

.per_sm {
    font-size: smaller;
}

#sortable > div {
    float: left;
}

.per_edit_area {
    border-style: solid;
    border-width: 1px;
    margin-top: 0px;
    padding-top: 0px;
    border-color: blue;
}

.table-responsive {
    overflow: hidden !important;
}

select.dt-input {
    margin-right: 5px;
}

.custom-select-red {
    border: 2px solid red !important;
}
