/*
-----------------------
REUSABLE COMPONENTS
-----------------------
*/
#table-dashboard {
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#table-dashboard #search-type {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
}

#table-dashboard .form-control {
    display: inline-block;
    vertical-align: middle;
}

#table-dashboard #search-box {
    margin-left: 5px;
    width: 300px;
    margin-right: 5px;
}

.b2bt-table .table-headers {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-right: none;
    border-left: none;
}

.b2bt-table .table-headers th {
    padding-top: 10px;
    padding-bottom: 10px;
}

.b2bt-table .even {
    background-color: #f8f8f8;
}

.b2bt-table tbody>tr>td {
    vertical-align: middle !important;
}

.b2bt-table .table-headers2 {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
}

.b2bt-table .table-headers2>tr>th,
.b2bt-table .table-headers>tr>th {
    border-bottom: 0px;
}

#meat {
    margin-top: 21px;
}

#b2bt-nav {
    margin-bottom: 0px;
}

/* 
-----------------------
SELECT2 OVERRIDES
-----------------------
*/

/* Container around the entire Select2 input */
.select2-container {
    min-width: 300px !important;
}

/* The visible selection box container */
.select2-selection {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 39px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    line-height: 1.42857143;
    color: #6f6f6f;
    background-color: #ffffff;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
}

/* The placeholder and selected text */
.select2-selection__rendered {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* The placeholder and selected text */
.select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-selection__clear {
    margin-right: 0px !important;
}

/* The dropdown arrow icon */
.select2-selection__arrow {
    position: absolute;
    pointer-events: none;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: auto !important;
}

/* The dropdown list container */
.select2-dropdown {}

/* The dropdown list (ul) */
.select2-results__options {}

/* Individual dropdown option */
.select2-results__option {}

/* Highlighted option on hover/focus */
.select2-results__option--highlighted {
    background-color: #608aca;
    color: #fff;
}

/* Disabled option */
.select2-results__option--disabled {}

/* When Select2 is disabled */
.select2-container--disabled .select2-selection {}

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

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt200 {
    margin-top: 200px !important;
}

.mt300 {
    margin-top: 300px !important;
}

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

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mb300 {
    margin-bottom: 300px !important;
}

.ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 5px;
}

.ml7 {
    margin-left: 7.5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml65 {
    margin-left: 65px;
}

.ml75 {
    margin-left: 75px;
}

.ml100 {
    margin-left: 100px;
}

.ml150 {
    margin-left: 150px;
}

.ml200 {
    margin-left: 200px;
}

.ml300 {
    margin-left: 300px;
}

.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr7 {
    margin-right: 7.5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr65 {
    margin-right: 65px;
}

.mr75 {
    margin-right: 75px;
}

.mr100 {
    margin-right: 100px;
}

.mr150 {
    margin-right: 150px;
}

.mr200 {
    margin-right: 200px;
}

.mr300 {
    margin-right: 300px;
}

.pt0 {
    padding-top: 0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt75 {
    padding-top: 75px;
}

.pt100 {
    padding-top: 100px;
}

.pt150 {
    padding-top: 150px;
}

.pt200 {
    padding-top: 200px;
}

.pt300 {
    padding-top: 300px;
}

.pb0 {
    padding-bottom: 0;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb200 {
    padding-bottom: 200px;
}

.pb300 {
    padding-bottom: 300px;
}

.pl0 {
    padding-left: 0;
}

.pl5 {
    padding-left: 5px;
}

.pl7 {
    padding-left: 7.5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pr0 {
    padding-right: 0;
}

.pr5 {
    padding-right: 5px;
}

.pr7 {
    padding-right: 7.5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.minH100 {
    min-height: 100px;
}

.minH200 {
    min-height: 200px;
}

.minH300 {
    min-height: 300px;
}

.minH400 {
    min-height: 400px;
}

.minH500 {
    min-height: 500px;
}

.minH750 {
    min-height: 750px;
}

.minH1000 {
    min-height: 1000px;
}

.maxH100 {
    max-height: 100px;
}

.maxH200 {
    max-height: 200px;
}

.maxH300 {
    max-height: 300px;
}

.maxH400 {
    max-height: 400px;
}

.maxH500 {
    max-height: 500px;
}

.maxH750 {
    max-height: 750px;
}

.maxH1000 {
    max-height: 1000px;
}

.w5 {
    width: 5%;
}

.fd-row {
    flex-direction: row;
}

.jc-end {
    justify-content: end;
}