@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700;Lato:300,400,500,700');


/* Custom Code -------------------------------------------------- */
h1.entry-title {
    color: #344574;
}

.color-red {
    color: #b40a09;
}

.color-blue {
     color: #344574;
}

.bgcolor-red {
	background-color: #b40a09;
}

.bgcolor-blue {
	background-color: #344574;
}

.btn:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#mainReg h2 {
    font-size: 20px;
    margin-top: 1em;
    color: #344574;
}

.ProdPropPrinterToggle {
    display: none;
}

.ProdPropPrinterToggle td:nth-of-type(1),
.ProdPropPresetToggle td:nth-of-type(1) {
    border-left: 3px solid #ececec;
    padding-left: 1em;
    vertical-align: middle;
}

#body .ui-widgetTN .ui-menu .ui-menu-item.moreResults,
#body .searchpagebox .ui-menu .ui-menu-item.moreResults {
    transition: all 200ms ease-out;
}

#body .ui-widgetTN .ui-menu .ui-menu-item.moreResults:hover,
#body .searchpagebox .ui-menu .ui-menu-item.moreResults:hover {
    background: #284181 !important;
}

#body .cfm-input [type=text],
#body .cfm-input [type=file],
#body .cfm-input textarea {
    background-color: #fafafa;
}

#body .input-group-prepend {
    background-color: #efefef;
}

#estimateShippingContainer {
    display: none;
}

/*---------------------------------------------------------------*/


body:not(.modalPage):not(.AddressBookModal) {
    background: url('../content/images/davis/bg.jpg') center top no-repeat #030710;
}

body.modalPage {
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

body {
    color: #373737;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    min-width: 1200px;
}

body.modalPage,
body.AddressBookModal {
    min-width: 20px;
}

.fa {
    font-family: FontAwesome !important;
}

.Primary {
    color: #000;
    font-weight: normal;
}

.PrimaryHeader {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.PrimaryBoldText {
    color: #000;
    font-weight: bold;
}

.PrimaryEnlargedText {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.PrimaryReducedText {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.Secondary {
    color: #000;
    font-weight: normal;
    background: #fff;
}

.SecondaryHeader {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
}

.SecondaryBoldText {
    color: #000;
    font-weight: bold;
    background: #fff;
}

.SecondaryEnlargedText {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
}

.SecondaryReducedText {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
}

.Accent {
    color: #000;
    font-weight: normal;
}

.AccentHeader {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.AccentBoldText {
    color: #000;
    font-weight: bold;
}

.AccentEnlargedText {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.AccentReducedText {
    color: #000;
    font-size: 10px;
    font-weight: normal;
}

.Splash {
    color: #000FFF;
    font-weight: normal;
}

.SplashHeader {
    color: #000FFF;
    font-size: 16px;
    font-weight: normal;
}

.SplashBoldText {
    color: #000FFF;
    font-weight: bold;
}

.SplashEnlargedText {
    color: #000FFF;
    font-size: 16px;
}

.SplashReducedText {
    color: #000FFF;
    font-size: 12px;
    font-weight: normal;
}

.GridRowOdd {
    color: #000;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.2);
}

.GridRowEven {
    color: #000;
    background-color: #e4e4e4;
    font-weight: normal;
}

.BoldText {
    font-weight: bold;
}

.EnlargedText {
    font-size: 16px;
    font-weight: normal;
}

.HeaderText {
    font-size: 16px;
    font-weight: normal;
}

.ReducedText {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    clear: both;
    margin-top: 2px;
}

table.TableWithBorder {
    background-color: none;
    border: 0;
    font-weight: normal;
    empty-cells: show;
}

.TableWithBorderHeader {
    background-color: none;
    border: 0;
    font-weight: normal;
    empty-cells: show;
}

.Outline {
    background-color: #000;
    border: 1px solid #b40a09;
    color: #fff;
    font-weight: bold;
    empty-cells: show;
}

.Error {
    color: #FF0000;
    font-weight: bold;
}

.FormElementInput,
select {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-family: inherit;
    font-weight: normal;
    /* height: 30px; */
    vertical-align: middle;
    border-radius: 0;
    font-size: inherit;
    outline: 0;
}

.FormElementInput:disabled,
select:disabled {
    background: #bbb;
    color: #666;
    cursor: not-allowed;
}

.FormElementInput:active,
select:active,
.FormElementInput:focus,
select:focus {
    border: 1px solid #b40a09;
}

input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
}

.WindowsBrowser input[type="checkbox"],
.WindowsBrowser input[type="radio"] {
    top: 2px;
}

.FormButtons,
.addressBookButton {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #b40a09;
    color: #fff;
    padding: 15px 30px 15px 30px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    position: relative;
    border: 0;
}

.FormButtons:hover,
.addressBookButton:hover {
    background: #333;
}

.addressBookButton,
.addressBookButton:hover {
    background-size: 14px 14px;
    border-right-width: 14px;
    padding: 7px 15px 10px
}

#body .abBillingAddressHeader, #body .abShippingAddressHeader {
    font-weight: 400;
}

a,
a:link,
a:visited,
.link {
    color: #b40a09;
    text-decoration: underline;
}

a:hover, .link:hover {
    color: #b40a09;
}

.RemoveOnLoad, .noprint {
    display: block;
}

@media print {
    .noprint {
        display: none;
    }
}

h1, h2, h3, h4, h5 {
    color: #333;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.1;
}

.clearBoth {
    clear: both;
    height: 1px;
}

.clearLeft {
    clear: left;
    height: 1px;
}

.clearRight {
    clear: right;
    height: 1px;
}

.clearContainer {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#site-container {
    margin: auto;
    width: 1140px;
}

.row-leftNav > .site-container {
    display: flex;
    flex-flow: row nowrap;
}

.site-container {
    /* width: 1140px; */
    max-width: 1140px;
    margin: auto;
    position: relative;
}

.site-content {
    margin: 25px 0 60px 0;
    min-height: 600px;
}

#back-to-top {
    background: none repeat scroll 0 0 #ffc115;
    border: 0 none;
    bottom: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 28px;
    line-height: 27px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 40px;
    z-index: 1040;
    padding-top: 1px;
}

#back-to-top:hover {
    background: #ffca37;
}

#back-to-top.show {
    opacity: 1;
}

.tbox {
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 900;
}

.tinner {
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 0;
    background: #fff url(../../../../Commerce/images/preload.gif) no-repeat 50% 50%;
    border-right: 0;
    border-bottom: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 800;
}

#body .tclose {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 29px;
    position: absolute;
    top: 7px;
    right: 10px;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
    background: inherit;
}

body#body .tclose::after {
    content: "\f057";
    font-family: FontAwesome;
    font-size: 30px;
    color: #000;
    pointer-events: none;
    position: relative;
    right: -4px;
    top: 2.4px;
}

#error {
    background: #ff6969;
    color: #fff;
    text-shadow: 1px 1px #cf5454;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0;
}

#error .tcontent {
    padding: 10px 14px 11px;
    border: 1px solid #ffb8b8;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#success {
    background: #2ea125;
    color: #fff;
    text-shadow: 1px 1px #1b6116;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ProductModifiers > table {
    margin: 1.2em 0;
}

.ProductModifiers > table td {
    padding-bottom: 15px;
}

.PageNum {
    display: inline-block;
    background: #333;
    color: #fff !important;
    /* padding: 4px 8px 3px 8px; */
    margin: 0 5px;
    font-size: 14px;
    margin-bottom: 3px;
    text-decoration: none !important;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
}

.PageNum:hover {
    text-decoration: none;
    background: #b40a09;
    color: #fff !important;
}

a.PageCur,
a.PageCur:hover {
    display: inline-block;
    background: #b40a09;
    color: #fff;
    /* padding: 4px 8px 3px 8px; */
    margin: 0 5px;
    font-size: 14px;
    margin-bottom: 3px;
    text-decoration: none;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
}

.COMSrchCell {
    width: 33%;
    padding: 15px;
    text-align: center;
}

.horzLineTop,
#exactMatchHR {
    margin-bottom: 20px;
}

.searchExactItems {
    padding-top: 20px;
    background: none;
}

.searchOtherItems {
    background: none;
}

#COMSrchPageBottom,
#COMSrchPageTop {
    margin-top: 15px;
    text-align: right;
}

#COMSrchPageTop {
    display: none;
}

.COMSrchProdName {
    margin-top: 5px;
}

hr {
    height: 2px !important;
    border: 0;
    background: #e2e2e2;
}

#SearchForm .TableWithBorder {
    border: 0;
    background: none;
    color: #333;
    border: 1px solid #333;
}

.COMCatCell.lastChild, #productsResult .COMCatProdCell:nth-child(3n), .COMCatProdCell.lastChild {
    margin-right: 0;
}

.comingSoonContainer {
    text-align: center;
    padding: 40px;
    background: #fff;
    min-height: 800px;
}

.comingSoonContainer img {
    max-width: 100%;
}

/*Content Pages*/
form div table .DefaultText {
    padding: 4px 2px;
}

form#catalogrequest tr:first-child,
form#contactus tr:first-child {
    display: none;
}

form#catalogrequest td:last-child,
form#contactus td:last-child {
    color: #d10101;
}

form#catalogrequest td .FormElementInput,
form#contactus td .FormElementInput {
    margin-right: 3px;
}

form#catalogrequest,
form#catalogrequest .FormButtons,
form#contactus,
form#contactus .FormButtons {
    margin-top: 10px;
}

form#catalogrequest tr:nth-child(5) td:first-child,
form#catalogrequest tr:nth-child(6) td:first-child,
form#contactus tr:nth-child(10) td:first-child {
    vertical-align: top;
    padding-top: 6px;
}

/*Content Pages*/

.page-content {
    background-color: #fff;
}

.home-cta {
    background: url('../content/images/davis/footer-bg3.jpg') top center no-repeat;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: 1140px !important;
}


/*********************** NEW INLINE CART CSS ************************************/
#cartContainerInline {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #333;
}

/* Container */
#simplemodal-container {
    height: 221px !important;
    width: 728px;
    color: #333;
    background-color: #FFF;
    padding: 0px;
    border-radius: 0;
}

#simplemodal-container a.modalCloseImg {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 29px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 100px;
    cursor: pointer;
    background: #f8f8f8;
    z-index: 10;
    text-decoration: none;
}

#simplemodal-container a.modalCloseImg::after {
    content: "\f057";
    font-family: FontAwesome;
    font-size: 30px;
    color: #000;
    pointer-events: none;
    position: relative;
    right: -4px;
    top: 2.4px;
}

#simplemodal-container h3 {
    color: #84b8d9;
}

.content__footer a, .content__footer a:visited {
    color: #b40a09 !important;
    text-decoration: none !important;
}

.modalContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* Utility Area*/
.utilityArea {
    color: #333;
    min-width: 1110px;
}

.utilityNav ul {
    padding: 0;
}

.utilityNav ul li {
    list-style-type: none;
}

.headerLogo {}

.utilityNav {}

.iconDiv {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.utilityArea .iconDiv span {
    /* position: relative;
    bottom: -34px;*/
}
/* Top Menu End*/
/*Commerce Menu*/
.mainMenu {
    display: block;
    background-color: #333;
    min-height: 51px;
    min-width: 1110px;
}

ul.TopMenu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    background: #394b7e;
    background: -moz-linear-gradient(#394b7e, #233053);
    background: -o-linear-gradient(#394b7e, #233053);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#394b7e), to(#233053));
    background: -webkit-linear-gradient(#394b7e, #233053);
}

ul.TopMenu:after {
    display: table;
    clear: both;
    content: "";
}

.TopMenu li {
    /* float: left; */
    line-height: 1;
    position: relative;
    /* white-space: nowrap; */
    transition: all 200ms ease-out;
    flex: 1 1 auto;
}

.TopMenu li:not(:last-of-type) {
    border-right: 1px solid #243154;
}

.TopMenu li:hover {
    background: #233053;
    background: -moz-linear-gradient(#233053, #394b7e);
    background: -o-linear-gradient(#233053, #394b7e);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#233053), to(#394b7e));
    background: -webkit-linear-gradient(#233053, #394b7e);
    color: #fff;
    background: #394b7e;
}

.TopMenu a, .TopMenu a:link, .TopMenu a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    line-height: 1.2em;
    margin-left: -15px;
    margin-right: -15px;
}

.TopMenu li:hover a,
.TopMenu a:hover {
    color: #fff;
}

.utilityNav {}

.utilityNav li {
    list-style: none;
    text-align: center;
}

.utilityNav a {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-top: 10px;
    color: #fff;
}

.utilityNav span {
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
}

.utilityNav ul li {
    margin: 0 16px;
}

.utilityNav .searchIconDiv a {
    position: relative;
}

.utilityNav .searchIconDiv a:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .signinIconDiv a {
    position: relative;
}

.utilityNav .signinIconDiv a:before {
    content: "\f023";
    font-family: FontAwesome;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .signoutIconDiv a {
    position: relative;
}

.utilityNav .signoutIconDiv a:before {
    content: "\f13e";
    font-family: FontAwesome;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .registerIconDiv a {
    position: relative;
}

.utilityNav .registerIconDiv a:before {
    content: "\f15c";
    font-family: FontAwesome;
    color: #333;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .coreIconDiv ion-icon {
    font-size: 24px;
    color: #ffc115;
    fill:#ffc115;
    padding-right: 10px;
}

.utilityNav .contactIconDiv a {
    position: relative;
}

.utilityNav .contactIconDiv a:before {
    content: "\f2b6";
    font-family: FontAwesome;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .storeIconDiv a {
    position: relative;
}

.utilityNav .storeIconDiv a:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .cartIconDiv a {
    position: relative;
}

.utilityNav .cartIconDiv a:before {
    content: "\f291 ";
    font-family: FontAwesome;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .myaccountIconDiv a {
    position: relative;
}

.utilityNav .myaccountIconDiv a:before {
    content: "\f2be";
    font-family: FontAwesome;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.utilityNav .quickorderIconDiv a {
    position: relative;
}

.utilityNav .quickorderIconDiv a:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #ffc115;
    padding-right: 10px;
}

.signinModal {
    text-align: center;
    padding: 0 20px;
}

.signinModal .LoginError {
    text-align: left;
}

.ShopMenuWrapper {
    display: none;
    position: absolute;
    z-index: 20;
    background: rgba(51, 51, 51, 0.8);
    padding: 15px;
    color: #fff;
    width: 600px;
    top: 51px;
    left: 0;
}

.ShopMenuItems ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ShopMenuItems li {
    color: #fff;
    display: block;
    padding: 0;
    margin: 0 2px 0 0;
    float: none;
}

.ShopMenuItems li:before {
    display: none;
}

.TopMenu li .ShopMenuItems a,
.TopMenu li .ShopMenuItems a:link,
.TopMenu li .ShopMenuItems a:visited {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    background: none;
    padding: 10px 10px 10px 10px;
    display: block;
    position: relative;
}

.TopMenu li .ShopMenuItems a:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.9);
}

.TopMenu li .ShopMenuItems a:hover:before {
    color: #000;
}

.ShopMenuItems {
    float: left;
    width: 242px;
    margin-right: 13px;
}

.ShopMenuImage {
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 310px;
    width: 315px;
}

.TopMenu li:hover .ShopMenuWrapper {
    animation: 0.3s ease 0s normal both 1 running fadeInUp;
    display: block;
}

#NavigationWrapper {
    /* width: 250px; */
    padding: 0px;
    margin-bottom: 25px;
    border-bottom: 3px solid #b40a09;
}

#NavigationWrapper ul {
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
}

#NavigationWrapper h2 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

#NavigationWrapper ul ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#NavigationWrapper ul li {
    list-style: none;
    margin-top: 2px;
    position: relative;
}

/*Search*/
.searchpagebox {
    position: relative;
}

.search-bar {
    position: relative;
    cursor: pointer;
}

#searchbutton {}

form#SearchForm2 {
    position: relative;
}

.search-bar.activeSearch {
    background: none;
}

.searchfield {
    background: #fff;
    padding: 10px 10px;
    display: none;
    /* right: -6px; */
    margin-top: 27px;
    position: absolute;
    z-index: 3;
    width: 340px;
    right: -33px;
    top: 40px;
    color: #000;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    height: 58px;
}

.mac .searchfield {
    height: 54px;
}

.searchfield:after {
    bottom: 100%;
    left: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: 112px;
}

.topNavSearchInput {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #000;
    font-size: 15px;
    width: 250px;
    border: 0;
    padding: 4px;
    border-bottom: 1px solid #b3b3b3;
    margin-right: 10px;
    margin-left: 3px;
    text-transform: none;
    line-height: 1.55;
}

.topNavSearchInput::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b3b3b3;
}

.topNavSearchInput::-moz-placeholder {
    /* Firefox 19+ */
    color: #b3b3b3;
}

.topNavSearchInput:-ms-input-placeholder {
    /* IE 10+ */
    color: #b3b3b3;
}

.topNavSearchInput:-moz-placeholder {
    /* Firefox 18- */
    color: #b3b3b3;
}

.FormSearchButtons {
    background: #284181;
    color: #fff;
    margin: 0;
    font-size: 15px;
    border: 0;
    border-radius: 2px;
    position: relative;
    top: 4px;
    left: 6px;
    font-family: 'Open Sans';
    padding: 5px 8px;
    outline: none;
    transition: all 200ms ease-out;
}

.FormSearchButtons:hover {
    background: #febc0e;
    color: #ffffff;
}

/* NAVIGATION CLASSES */
.LeftNavHeading a, .LeftNavHeading a:link, .LeftNavHeading a:visited, .LeftNavHeading a:hover {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background: #b40a09;
    line-height: 30px;
    padding-left: 10px;
}

#NavigationWrapperTop {
    margin-bottom: 30px;
}

.leftNavMenu {
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0 0;
}

.leftNavMenu ul {
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* ***SUB LEVEL ONE LINK*** */
div.NavLevel1 {
    display: none;
    margin-bottom: 15px;
}

.NavLevel1 li {
    height: auto;
    background: none;
}

.navLevel1 li a {
    padding: 7px 27px 7px 15px;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

a.navLevel1:link, a.navLevel1:visited {
    text-decoration: none;
    padding: 7px 27px 7px 15px;
    display: block;
}

a.navLevel1:hover {
    text-decoration: none;
    color: #b40a09;
    background: transparent;
}

a.navLevel1::after {}

a.NavLevel1_hot {
    text-decoration: none;
    color: #b40a09;
    background: transparent;
}

#NavigationWrapperTop .navLevel1 li a,
#NavigationWrapperTop a.navLevel1:link,
#NavigationWrapperTop a.navLevel1:visited {
    text-decoration: none;
    padding: 7px 27px 7px 15px;
    display: block;
    background: #333;
    color: #fff;
    margin-bottom: 7px;
    text-transform: uppercase;
    max-width: 235px;
}

#NavigationWrapperTop a.navLevel1:hover {
    text-decoration: none;
    color: #fff;
    background: #b40a09;
}

#NavigationWrapperTop a.navLevel1_hot {
    text-decoration: none;
    color: #fff;
    background: #b40a09;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
    max-width: 235px;
}

a.navLevel1:hover:before {}

.ParentActive .navLevel1,
a.navLevel1_hot:link,
a.navLevel1_hot:visited,
a.navLevel1_hot:hover {
    background: transparent;
    color: #b40a09;
    padding: 7px 27px 7px 15px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.LeftNavHeading a {
    padding: 5px 10px;
}

/** SubLevel 2 Navigation **/
.ParentActive .navLevel2, a.navLevel2_hot:link, a.navLevel2_hot:visited, a.navLevel2_hot:hover {
    background: none;
    color: #b40a09;
    padding: 7px 27px 7px 25px;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

div.NavLevel2 {
    z-index: 100;
    background: #f1f1ec;
    margin-top: -2px;
}

a.navLevel2, a.navLevel2:link, a.navLevel2:visited {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 7px 27px 7px 25px;
    background: none;
}

a.navLevel2:hover {
    background: none;
    color: #b40a09;
    padding: 7px 27px 7px 25px;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

a.navLevel2_hot {
    color: #b40a09;
    background-color: none;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 7px 27px 7px 25px;
}

a.navLevel2_hot::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 9px;
    font-weight: 100;
}
/* END NAVIGATION CLASSES */
/* ***ROOT LEVEL LINK*** */
/*
.navLevel0 ul li a{
    padding: 7px 6px 7px 15px;
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.navLevel0 ul li a:Hover{
    background: #e9e9e1;
    color: #b40a09;
}
a.navLevel0:link,
a.navLevel0:visited {
	text-decoration: none;
	color: #333;
}
a.navLevel0:hover {
	text-decoration: none;
	color: #b40a09;
}
.navLevel0_hot {
	text-decoration: none;
	color: #b40a09;
   background: #e9e9e1;
}
.navLevel0_hot::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 8px;
    font-weight: 100;
}
a.navLevel0_hot:link,
a.navLevel0_hot:visited {
	text-decoration: none;
	color: #b40a09;
}
a.navLevel0_hot:link, a.navLevel0_hot:visited, a.navLevel0_hot:hover {
    text-decoration: none;
    color: #b40a09;
    display: block;
    background: #e9e9e1;
}
a.navLevel0_hot:hover {
	text-decoration: none;
	color: #4b4b4b;
}

/* ***SUB LEVEL ONE LINK*** */
/*
a.NavLevel1 {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

div.NavLevel1 {
	display: none;
}

.NavLevel1 ul {
}
.NavLevel1 li {
	height:auto;
	background: none;
     margin: 0px;
}
.NavLevel1 ul li a::before {

}
a.navLevel1:link,
a.navLevel1:visited {
	text-decoration: none;
	color: #333;
	line-height: 16px;
	font-weight: 300;
}
a.navLevel1:hover {
    text-decoration: none;
    color: #b40a09;
    background: #e9e9e1;
    line-height: 16px;
    font-weight: 300;
    font-size: 14px;
    display: block;
}
a.NavLevel1_hot {
    background: #e9e9e1;
    color: #b40a09;
}
.NavLevel1_hot::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 8px;
    font-weight: 100;
}
a.navLevel1_hot:link, a.navLevel1_hot:visited {
    color: #b40a09;
    background: #e9e9e1;
}
a.navLevel1_hot:hover {

}

/** SubLevel 2 Navigation **/
/*
div.NavLevel2 {
    display: block;
    z-index: 100;
    background: none;
    font-size: 16px;
    margin-left: 0;
}

a.NavLevel2, a.NavLevel2:link, a.NavLevel2:visited {
    color: #333;
    padding-left: 10px;
    text-decoration: none;
    background: none;
    margin-left: 15px;
}

a.navLevel2:hover
{
	color: #b40a09;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
    background: #e9e9e1;
}
a.navLevel2_hot::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 8px;
    font-weight: 100;
}
a.navLevel2_hot:link,
a.navLevel2_hot:visited
{
	color: #b40a09;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
    background: #e9e9e1;
}

a.navLevel2_hot:hover
{
	color: #b40a09;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
    background: #e9e9e1;
}

/* END NAVIGATION CLASSES */
/* Commerce Menu End*/
/* Slider Area*/
.sliderArea {
    background-color: #fff;
}

.sliderArea > .container > .row {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 15px;
    padding-right: 15px;
}

#slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 334px !important;
    /*height: 821px !important;*/
    overflow: hidden;
    background: #eee;
    /* min-width: 1110px; */
}

.nivoSlider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: auto;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 0 10px;
    margin-top: 0;
    margin-left: AUTO;
    margin-right: auto;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.nivo-controlNav a {
    cursor: pointer;
    color: transparent !important;
    width: 8px;
    height: 8px;
    background: #c5c5c5;
    display: inline-block;
    margin: 4px 7px;
    border-radius: 50%;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background: #333;
}

/*Slider Area End*/

.homepage-header {
    font-size: 2rem;
    letter-spacing: -1px;
    font-weight: 500;
    margin: 2rem 0;
}

/*Home Content Area*/

.home-slider {
    background: url(../content/images/davis/home-content-bg2.jpg) right -15px top 160px no-repeat;
}

.homepage-content {
    padding: 30px 0 50px 0;
    background: #fff;
    min-width: 1110px;
}

.homepage-content-inner {
    max-width: 1110px;
    margin: 0 auto;
}

.homepage-content-inner h1 {
    font-size: 48px;
    text-transform: uppercase;
}

.homepage-content-inner p {
    line-height: 1.8;
    font-weight: 300;
}

.homeCallouts {
    margin: 25px 0 40px 0;
}

.homeCallouts a {
    text-decoration: none;
}

.homeCallout {
    position: relative;
    margin: 18px 0 18px 0;
}

div#homeCallout1 {
    float: left;
}

div#homeCallout2 {
    float: right;
}

div#homeCallout3 {
    float: left;
}

div#homeCallout4 {
    float: right;
}

div#homeCallout1 img {
    text-align: left;
}

div#homeCallout2 img {
    text-align: right;
}

div#homeCallout3 img {
    text-align: left;
}

div#homeCallout4 img {
    text-align: right;
}

.homeCallout span {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    background-color: rgba(51, 51, 51, 0.75);
    padding: 13px 0 13px 0;
    text-transform: lowercase;
}

.homeCallouts a:hover span,
.homeCallout span:hover {
    background-color: rgba(150, 156, 94, 0.75);
    transition: 200ms ease;
}

.homeCallouts .fa {
    font-weight: 100;
    font-size: 18px;
    margin-left: 8px;
}

.homeCallouts:after {
    content: "";
    display: table;
    clear: both;
}

.callout {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 60px;
}

.callout h2 a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    font-weight: bold;
}

.home-content-right h1 {
    margin-top: 0;
}

.home-content-left {
    float: left;
    width: 400px;
}

.home-content-right {
    float: right;
    width: 700px;
}

/*Home Content Area End*/
/*Footer Area*/
.row-breadcrumbArea.container,
.row-footerArea.container {
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.footerArea {
    background: rgb(9,13,33);
    background: linear-gradient(180deg, rgba(9,13,33,1) 0%, rgba(10,20,47,1) 40%, rgba(10,20,47,1) 60%, rgba(5,7,19,1) 100%);
    height: auto;
    display: -webkit-box;
    padding: 35px 0;
    min-width: 1110px;
}

.footerNav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 11px;
    min-width: 1110px;
}

.footerNav li {
    display: inline-block;
}

.footerNav li a {
    color: #fff;
    text-decoration: none;
}

.companyDetails {
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    color: #fff;
    font-size: 12px;
}

.companyDetails li:not(:last-of-type):after {
    content: '●';
    position: absolute;
    right: -20px;
    font-size: 8px;
    line-height: 18px;
    color: #ffffff;
}

.companyDetails li {
    position: relative;
    color: #9db0e1;
}

.companyDetails li:not(:last-of-type) {
    margin-right: 2rem;
}

.footer-heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 4px 0;
    font-weight: 800;
    line-height: 1.4;
}

.footer-block {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-block li {
    line-height: 24px;
}

.footer-block .footer-email a {
    text-decoration: underline;
}

.footerArea form#newsletter {
    /* float: left; */
    margin-top: 20px;
}

.footerArea form#newsletter .DefaultText {
    padding: 0;
}

.footerArea #mc_embed_signup form {
    text-align: left;
    padding: 0;
}

.footerArea #mc_embed_signup {
    float: left;
    margin-top: 20px;
    width: 29%;
    clear: none;
    background: none;
}

.footerArea #mc_embed_signup input.email {
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    height: 40px;
    padding: 0px 10px;
    display: inline-block;
    margin: 0;
    width: 185px;
    vertical-align: top;
    text-transform: lowercase;
    line-height: 40px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #98a0a2;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #98a0a2;
    font-style: italic;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #98a0a2;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #98a0a2;
    font-style: italic;
}

.footerArea #mc_embed_signup input.email:active {
    border-color: #b40a09;
}

.footerArea #mc_embed_signup .button:hover {
    background-color: #b40a09;
    cursor: pointer;
}

.footerArea #mc_embed_signup label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    /* margin: 0 0 4px 0; */
    font-weight: 800;
    line-height: 1.4;
}

.footerArea input#mc-embedded-subscribe {
    font-size: 14px;
    text-transform: lowercase;
    background-color: #333;
    font-style: italic;
    color: #fff;
    padding: 0px 30px 0px 30px !important;
    text-align: center;
}

.footerArea #mc_embed_signup .button {
    font-size: 14px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    letter-spacing: normal;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    line-height: 1;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    margin-left: -4px;
    transition: all 0.23s ease-in-out 0s;
    font-weight: 300;
    float: right;
}

.footerArea .FormButtons {
    font-size: 14px;
    background-color: #b40a09;
    color: #fff;
    padding: 8px 25px 8px 25px !important;
    text-align: center;
}

.footerArea .FormButtons::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 8px;
    font-weight: 100;
}

.footerArea .FormButtons:hover {
    background-color: #b40a09;
}

.footerArea #joinLabel {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
    margin-bottom: -13px;
}

.footer-block a, .footer-block a:link, .footer-block a:visited {
    text-decoration: none;
    font-weight: 400;
    font-size: 14PX;
    font-style: NORMAL;
    color: #fff;
}

.footer-block a:hover {
    color: #b40a09;
}

.footerLogo {
    float: left;
    margin-right: 85px;
}

.footerLogo img {
    margin-bottom: 5px;
}

.footerCallouts .fa {
    text-align: center;
    color: #333;
    border: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    font-size: 18px;
    margin: 4px;
    line-height: 1;
    width: 25px;
}

.footerCallouts .fa:hover {
    background: #b40a09;
}

#copyright {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
}

#copyright a {
    color: #cc5628;
    text-decoration: none;
}

.copyrightArea {
    padding: 0 0 30px 0;
    background: transparent;
    /* min-width: 1150px; */
}

/*Footer Area End*/
/*leftNav*/
.leftNav {
    /* width: 250px;
    float: left;
    margin-right: 30px; */
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 16px;
}

#openaccount h2, #openaccount h3 {
    text-align: center;
}

#openAccountHeader {
    background: #646464;
    padding: 20px 0 20px 0;
}

#openAccountHeader h2 {
    color: #fff;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

#openAccountHeader h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 18px;
}

#openAccountHeader h3 a {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    text-transform: lowercase;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

#openAccountHeader h3 a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7)
}

#openAccountHeader .fa-angle-double-right {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 300;
}

.openAccountDiv .fa-angle-right {
    display: block;
    font-weight: bold;
    font-size: 15px;
    float: left;
    padding: 0 8px 0 0px;
}

.openAccountDiv {
    background: #fff;
}

.openAccountDiv ul {
    padding: 20px 30px;
    margin: 0;
    background: #f5f5f5;
}

.openAccountDiv ul li {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.openAccountDiv ul li:first-child {
    margin-top: 0;
    padding-left: 0;
    margin-left: -6px;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 16px;
}

.openAccountDiv ul li:first-child:before {
    display: none;
}

.openAccountDiv ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
}

/*leftNav End*/
/*Category Page*/
.mainContent {
    float: right;
    width: 820px;
    min-height: 600px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.COMCatHeader h1 {
    font-weight: 500;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 25px;
}

.COMCatDescription {
    margin: -15px 0 25px 0;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    padding-right: 5px;
}


.COMCatCell {
    /* width: 250px;
    margin-right: 30px; */
}

.COMCatProdCell, .COMCatCell {
    /* width: 250px;
    margin-right: 30px; */
    margin-bottom: 30px;
    cursor: pointer;
    background: #fff;
}

.COMCatCell.lastChild, #productsResult .COMCatProdCell:nth-child(3n), .COMCatProdCell.lastChild {
    margin-right: 0;
}

.COMCatProdImg {
    width: 250px;
    height: 250px;
    vertical-align: middle;
    position: relative;
}

.ProductTagCategory {
    position: absolute;
    top: 3px;
    left: -6px;
}

.quickProductTagCategory {
    position: absolute;
    top: -3px;
    left: -4px;
}

.rvProductTagCategory {
    position: absolute;
    top: -3px;
    left: -4px;
}

.quickProductTagCategory img {
    width: 86px !important;
}

.rvProductTagCategory img {
    width: 70px !important;
}

.home-slider-products.RecentlyViewdContainer {
    /*margin-left: 32px;*/
}

#featuredHeader {
    clear: both;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 0 2rem;
}

#featuredHeader::before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 80%;
    height: 3px;
    background-color: #284181;
    z-index: -1;
}

#featuredHeader span {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 33px;
    background: #fff;
    padding: 0 30px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}

.owl-carousel.recently-viewed-products-content.owl-theme.owl-loaded {
    width: 1000px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.home-slider-products .owl-theme .owl-controls {
    position: absolute;
    top: 57px;
    width: 1110px;
    height: 0;
}

.home-slider-products .owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: 0;
}

.home-slider-products .owl-theme .owl-controls .owl-next {
    position: absolute;
    right: 0;
}

.home-slider-products.RecentlyViewdContainer .RelCarousel.COMCatProdCell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.home-slider-products.RecentlyViewdContainer .owl-carousel.recently-viewed-products-content {
    margin-bottom: 0;
}

.home-slider-products.RecentlyViewdContainer .COMCatProdImg,
.home-slider-products.RecentlyViewdContainer .COMCatProdImg a,
.home-slider-products.RecentlyViewdContainer .COMCatImg,
.home-slider-products.RecentlyViewdContainer.COMCatImg a {
    width: 188px;
    height: 188px;
    display: table-cell;
    vertical-align: middle;
}

.home-slider-products.RecentlyViewdContainer .COMCatHomeProdImg img {
    max-width: 188px;
    max-height: 188px;
}

.home-slider-products.RecentlyViewdContainer .ProductTagCategory {
    top: -4px;
    left: -4px;
}

.hrLine {
    margin-top: -29px;
}

.hrLine hr {
    background-color: #3f3d3f;
}

.COMCatProdImg a,
.COMCatImg,
.COMCatImg a {
    width: 250px;
    height: 250px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.COMCatImg img,
.COMCatProdImg img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.COMCatHomeProdImg img {
    max-width: 175px;
    max-height: 175px;
}

.COMCatPartNo {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin-top: 4px;
}

.COMCatProdName {
    font-size: 14px;
    display: block;
    font-weight: 900;
}

.COMCatProdPrice {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}

.owl-item .COMCatProdPrice {
    margin-top: 5px;
}

.COMCatProdOriginalPrice {
    display: inline-block;
    color: #adada6;
    margin-left: 10px;
}

.COMCatProdSalePrice {
    display: inline-block;
}

.COMCatProdDetails, .COMCatName {
    background: #fff;
    padding: 9px 16px;
    text-align: center;
    color: #333;
}

.COMCatName a {
    font-size: 18px;
    font-weight: bold;
}

.COMCatProdDetails a,
.COMCatProdDetails a:link,
.COMCatProdDetails a:visited,
.COMCatName a,
.COMCatName a:link,
.COMCatName a:visited {
    color: #333;
    text-decoration: none;
}

.COMCatProdDetails a:hover,
.COMCatProdCell:hover a,
.COMCatProdName a:hover,
.COMCatCell:hover a {
    color: #b40a09;
}

.owl-item:hover .COMCatProdName a,
.owl-item .COMCatProdName a:hover {
    color: #b40a09;
}

div#SortDiv {
    float: right;
    position: relative;
    top: 1px;
}

.SortItemName {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

select#CMSortDDL {
    color: #333 !important;
    line-height: 1;
    padding: 3px 10px;
    text-transform: lowercase;
    margin-left: 13px;
}

.quickorderattributes table {
    border-collapse: separate;
    border-spacing: 10px;
}

tr.quickOrderRow {
    margin-bottom: 30px;
    display: block;
    background-color: #f5f5f5;
}

div#COMCatQuickOrderGrid {
    font-size: 35px;
    float: right;
    margin-left: 40px;
    margin-right: 10px;
    /*display: none !important;*/
}

span.SortItemName {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.QuickOrder .fa-bars {
    position: relative;
    top: -2px;
}

.COMBreadCrumb {
    max-width: 50%;
}

.COMTopRightBar {
    float: right;
    margin-top: -162px;
    margin-right: 0px;
}

.QuickOrder .fa-th {
    margin-right: 25px;
}

.QuickOrder.QuickOrderHot {
    color: #333;
}

.QuickOrder a {
    color: #c1c1bb;
}

.QuickOrder a:hover {
    color: #b40a09;
}

.addtocartwarningmessage {
    margin-bottom: 24px;
}

.QuickOrderTD {
    vertical-align: top;
    border-bottom: 0;
    padding: 15px 0 0 0;
}

.quickorderdetails {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.QuickOrderTDImage {
    width: 200px;
}

.QuickOrderTDImage img {
    max-width: 100%;
}

.QuickOrderTDImage .COMCatProdImg,
.QuickOrderTDImage .COMCatProdImg a,
.QuickOrderTDImage .COMCatImg,
.QuickOrderTDImage .COMCatImg a {
    display: table-cell;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}

.QuickOrderTDImage .COMCatProdImg {
    position: relative;
    min-width: 224px;
}

.QuickOrderViewLarger {
    /* left: -8px; */
    text-align: right;
    margin-top: 1px;
    position: relative;
    left: -14px;
    top: -24px;
}

.QuickOrderViewLarger a,
.QuickOrderViewLarger a:visited,
.QuickOrderViewLarger a:link {
    text-decoration: none;
    font-size: 12px;
    color: #878787;
}

.QuickOrderViewLarger a:hover {
    color: #b40a09;
}

.QuickOrderTDOrdering {
    width: 175px;
    text-align: right;
}

.QuickOrderTDInformation {
    padding: 15px;
    width: 100%;
}

.addtocartquickordertop {
    text-align: right;
    margin-bottom: 15px;
    float: right;
}

.quickordertable {
    border-top: none;
}

.quickorderproductname {
    line-height: 1.2;
}

.quickorderproductname a,
.quickorderproductname a:link,
.quickorderproductname a:visited {
    color: #333;
    text-transform: uppercase;
    font-size: 21px;
    text-decoration: none;
    font-weight: 900;
}

.quickorderproductname a:hover {
    color: #b40a09;
}

.quickorderproductdesc {
    margin-bottom: 1em;
}

.quickorderpartnumber {
    font-style: italic;
    color: #333;
    font-size: 16px;
    margin-bottom: 1em;
}

.quickorderproductname {
    margin-bottom: 1em;
}

span.quickordervalue {
    font-style: normal;
    color: #333;
    font-size: 14px;
    width: 200px;
    display: inline-block;
}

.quickorderregularprice .regularpriceamount {
    color: #adada6;
    text-decoration: line-through;
    font-size: 22px;
}

.quickordersaleprice {
    margin-right: 5px;
}

.InventoryOutOfStock {
    color: #d83927;
}

.quickorderPriceDisplay {
    color: #333;
    font-weight: 300;
    font-size: 24px;
    /*margin-bottom: 15px;*/
    float: left;
    width: 38%;
}

.quickorderqtydiv {
    float: left;
}

.quickorderDesctiprion {
    margin-top: 15px;
    display: none;
}

.totalText {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.quickorderqtylabel {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

span.quickordertag {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 21px;
    color: #b40a09;
    width: 120px;
    display: inline-block;
}

.quickorderTotalPrice {
    font-size: 16px;
    float: right;
    width: 35%;
}

.QOpriceDisplay {
    clear: both;
}

.productsubtotal {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

div#SubtotalDiv {
    text-align: right;
    margin-top: 0;
    font-size: 20px;
    font-style: italic;
    float: right;
}

div#SubtotalDivTop {
    text-align: right;
    margin-bottom: 15px;
    font-size: 20px;
    font-style: italic;
    float: right;
    margin-right: 30px;
    margin-top: 8px;
}

.quickorderloading {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.9);
    z-index: 10;
    font-size: 30px;
    padding-top: 80px;
}

.addtocartquickorderbottom {
    text-align: right;
    margin-top: -10px;
    float: right;
    margin-left: 30px;
}

.quickorderMoreDetails {
    margin-top: 15px;
    font-style: italic;
    display: none;
}

.quickorderwrapper {
    position: relative;
}

/*.quickorderloading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    background: rgba(255,255,255,0.85);
    padding-top: 65px;
}
    */
/*Category Page*/
/*Breadcrumb Area*/
.breadcrumbArea {
    background-color: #f5f5f5;
    padding: 25px 0;
    font-size: 12px;
    min-width: 1110px;
}

.COMBreadCrumb a,
.COMBreadCrumb a:link,
.COMBreadCrumb a:visited {
    color: #b40a09;
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
}

.COMBreadCrumb a:hover {
    color: #333;
}

.COMBreadCrumb a:last-child {
    color: #333;
    text-decoration: none;
}

/*Breadcrumb Area End*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    margin-bottom: 5px;
}

.bx-wrapper .slide {
    height: 200px;
    text-align: center;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../content/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: -27px;
    background: url(../content/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: -29px;
    background: url(../content/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../content/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../content/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.inlinecarttotalsbg {
    background: none repeat scroll 0 0 #F8F8F8;
    height: 221px;
    position: absolute;
    right: 0;
    width: 372px;
    z-index: 1;
    border-radius: 0 10px 10px;
}

.inlinecarttotals {
    float: left;
    margin-left: 30px;
    padding-top: 38px;
    vertical-align: top;
    width: 41%;
    z-index: 3;
    position: relative;
}

#InlineCartRelatedInfo {
    border-top: 1px solid #ededed;
    clear: both;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    display: none;
}

#inlinecartscrollbar {
    border-right: 0;
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
    width: 46%;
}

#inlinecartscrollbar .viewport {
    width: 94%;
    height: 110px;
    overflow: hidden;
    position: relative;
}

#inlinecartscrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

#inlinecartscrollbar .scrollbar {
    position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    height: 110px !important;
}

#inlinecartscrollbar .track {
    width: 6px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 3px #333 inset;
}

#inlinecartscrollbar .thumb {
    background: #333;
    border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    width: 6px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#inlinecartscrollbar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#inlinecartscrollbar .disable {
    display: none;
}

.noSelect {
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.inlinecartheader {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#cartHeaderInline {
    font-size: 18px;
    font-weight: bold;
    color: #1c8200;
    background: url(../content/images/addedtocart.png) no-repeat left;
    padding-left: 40px;
    height: 26px;
    padding-top: 5px;
}

.inlinecartitemimage {
    float: left;
    margin-right: 20px;
}

.inlinecartitemimage img {
    max-width: 110px;
}

.inlineitemdetails {
    float: left;
    font-size: 12px;
    width: 53%;
    line-height: 1.5;
}

.inlinecartitembreak {
    clear: both;
    padding-top: 15px;
}

.inlineitemname {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
    color: #333;
    text-transform: uppercase;
}

.inlinecartbody {
    margin-left: 20px;
}

.inlinecartitems {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inlinecartsubtotal {
    font-size: 14px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inlinecartviewitems a, .inlinecartviewitems a:link, .inlinecartviewitems a:visited {
    background: none repeat scroll 0 0 #646464;
    border: 1px solid #646464;
    color: #FFFFFF !important;
    float: left;
    text-align: center;
    font-size: 13px !important;
    /* font-weight: 300 !important; */
    margin-top: 15px;
    padding: 8px 6px 9px 6px !important;
    text-transform: uppercase !important;
    width: 182px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    /* font-style: italic; */
}

.inlinecartviewitems a:hover {
    background-color: #333;
    border: 1px solid #333;
}
a.InlineCartCheckoutCart,
a.InlineCartCheckoutCart:link,
a.InlineCartCheckoutCart:visited {
    background: none repeat scroll 0 0 #b40a09;
    border: 1px solid #b40a09;
    color: #FFFFFF !important;
    float: right;
    text-align: center;
    font-size: 16px !important;
    /* font-weight: 300 !important; */
    margin-top: 15px;
    padding: 6px !important;
    text-transform: uppercase !important;
    width: 37%;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    /* font-style: italic; */
}

a.InlineCartCheckoutCart:hover {
    background-color: #333;
    border: 1px solid #333;
}

.InlineCartRelatedItemsHeader {
    font-size: 15px;
    /* padding-bottom: 15px; */
    font-weight: bold;
    margin-left: 7px;
    text-align: center;
}

#InlinecartRelatedItems a, #InlinecartRelatedItems a:link, #InlinecartRelatedItems a:visited {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#InlinecartRelatedItems a:hover {
    color: #333;
}

#InlinecartRelatedItems {
    font-size: 12px;
    line-height: 18px;
}

#cartInline {
    cursor: pointer;
    text-transform: capitalize;
}

#countItemsInCartInline {
    position: relative;
    top: 0;
    left: 1px;
}

/*Inline Cart End*/
/* CHECOUT START */
#checkoutContainer .ui-widget-content {
    color: #333;
}

#RestCart_CartItems .prod_headwrap {
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.RestCart_CartItem.cartItemRow {
    border-bottom: 1px solid #ccc;
    background: none !important;
}

.RestCart_CartItem.cartItemRow:first-child {
    border-top: 1px solid #ccc;
}

.CheckoutBreadcrumb li a {
    padding: 0 !important;
    color: #333 !important;
    float: none !important;
    display: inline-block;
    padding: 0 20px !important;
}

.CheckoutBreadcrumb i {
    background: #253163;
    color: #fff;
}

.CheckoutBreadcrumb .ui-tabs-active i {
    background: #b40a09;
    color: #fff;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-tab a {
    color: #333 !important;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-active a {
    color: #292929 !important;
}

#checkoutContainer .CheckoutHeader .message u {
    text-decoration: none;
}

.cartUpdateBtn a,
.cartUpdateBtn a:link,
.cartUpdateBtn a:visited,
.cartRemoveBtn a,
.cartRemoveBtn a:link,
.cartRemoveBtn a:visited {
    color: #333;
    text-transform: lowercase !important;
}

.cartUpdateBtn a:hover,
.cartRemoveBtn a:hover {
    color: #b40a09;
}

#checkoutContainer .ui-widget, #checkoutContainer .ui-widget-content a, #checkoutContainer .ui-widget-content, #checkoutContainer .ui-widget input, #checkoutContainer .ui-widget select, #checkoutContainer .ui-widget textarea, #checkoutContainer .ui-widget button {
    font-family: inherit !important;
    font-size: 14px;
    line-height: 1.4;
}

#checkoutContainer .ui-widget button.FormButtons {
    line-height: 1 !important;
}

#checkoutContainer .CheckoutHeader {
    color: #292929;
    font-weight: 400;
    line-height: 1.1;
    font-size: 36px;
    padding-bottom: 20px;
    /* margin-bottom: -45px; */
}

#checkoutContainer .CheckoutHeader .message {
    font-size: 14px !important;
    /* display: block;
    padding: 0 !important;
    margin-top: 1em; */
    color: green;
}

.continueShopping a, .continueShopping a:link, .continueShopping a:visited, .continueShopping a:hover {
    font-size: 15px !important;
    text-transform: lowercase !important;
}

#RestCart_tableCart th {
    background: #333 !important;
}

.cartitemCommentsButtons .FormButtons {
    background-image: none !important;
    border: 0 !important;
}

#RestCart_tableCart {
    border-top: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
}

#checkoutContainer .FormElementInput:active,
select:active, .FormElementInput:focus,
select:focus {
    border: 1px solid #b40a09 !important;
    box-shadow: none !important;
}

.cartCol {
    border-bottom: 1px solid #f1f1f1;
    border-top: 0 !important;
}

.cartItemRowSpecial {
    border-top: 1px dashed #f1f1f1;
}

.cartItemRow:last-child .cartCol {
    border-bottom: 0 !important
}

#cartEstTotalValue {
    color: #b40a09;
}

#RestCart_EstimatePostalCode {
    text-align: center;
}

div.cartItemComment a {
    font-size: 12px !important;
    color: #b40a09;
    text-decoration: underline;
}

#body #RestCart_SavedCartsList .RESTsavedCartItem {
    margin-top: 0;
    padding-top: 10px;
}

#body .RestSavedCartUseCart a:hover, #body .RestSavedCartActions a:hover, #body .RestSavedCartDelete a:hover {
    color: #b40a09;
}

.FormButtonsGrayCart {
    background: #666;
    border-radius: 0;
    font-size: 15px !important;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 4px 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.FormButtonsGrayCart:hover {
    background: #b40a09;
}

#RestCart_SavedCarts {
    margin-top: 100px !important;
}

.SavedCartsHeading {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.RestSavedCartUseCart input {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
    text-transform: lowercase;
    font-family: inherit;
    font-style: italic;
    margin-right: 5px;
}

.gips-body {
    font-family: inherit !important;
}

.CheckoutInternationalAddress {
    display: none;
}

#RestCart_tabShippingAddress .CheckoutHeader,
#RestCart_tabPaymentInput .CheckoutHeader,
#RestCart_tabSummary .CheckoutHeader {
    font-size: 26px !important;
}

div#lblShippingMethodLegend1 {
    margin-top: -20px;
}

div#RestCart_totals {
    margin-top: 10px;
    border: 2px solid #fff;
    background: none;
    outline: 1px solid #ccc;
}

#RestCart_totals .orderSummaryTitle {
    padding: 10px;
    background-color: #344574;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}

.orderSummaryLblTotal span.amount {
    font-size: 16px;
    font-weight: bold;
    color: #b40a09;
}

.sum-wrap.head {
    border-bottom: 2px solid #f1f1f1;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #333;
}

.sum-wrap.prod {
    border-bottom: 1px solid #ddd;
}

.RestCart_summaryItemsRow {
    border-bottom: 1px solid #ccc;
}

.prod-details-wrap .cartImg {
    width: 100px;
    text-align: center;
}

.editCartPlaceOrder {
    margin-top: 15px;
}

#PromotionalCodeForm {
    display: none !important;
}

.PromotionalCodeForm .FormButtons {
    padding: 6px 52px 7px 22px;
    font-size: 16px;
    background-size: 29px;
}

#reviewPlaceOrder {
    margin-top: 20px;
    outline: 1px solid #a1a1a1;
    padding: 2px;
    background: none;
    border: 2px solid #fff;
    padding: 15px;
}

#checkoutContainer .reviewOrderEditLinks a,
#checkoutContainer .reviewOrderEditLinks a:link,
#checkoutContainer .reviewOrderEditLinks a:visited,
#checkoutContainer .editCartPlaceOrder a,
#checkoutContainer .editCartPlaceOrder a:link,
#checkoutContainer .editCartPlaceOrder a:visited,
#checkoutContainer .RestCheckoutForgotUserName a,
#checkoutContainer .RestCheckoutForgotUserName a:link,
#checkoutContainer .RestCheckoutForgotUserName a:visited {
    color: #b40a09;
}

#checkoutContainer .reviewOrderEditLinks a:hover,
#checkoutContainer .editCartPlaceOrder a:hover,
#checkoutContainer .RestCheckoutForgotUserName a:hover {
    color: #333;
}

.checkoutHeaderBG {
    font-size: 16px;
    padding: 6px 8px;
    background: #344574;
    color: #FFF;
}

.itemsSummaryListHeader {
    background: #ccc;
    padding: 5px 10px;
    text-align: center;
}

#RestCart_SavedCartsList .RESTsavedCartItem {
    border-bottom: 1px solid #ccc;
}

.ShippingOption {
    margin-bottom: 8px;
}

.ShippingOption input {
    margin-right: 3px;
}

.checkoutrequred, .checkouterror, .checkoutrequired {
    color: #ff0000;
    text-align: left;
}

.orderSummaryBreak hr {
    background: #f1f1f1;
}

#body .continueShopping a, #body .continueShopping a:link, #body .continueShopping a:visited, #body .continueShopping a:hover {
    margin-top: 15px;
}

#checkoutContainer .ShoppingCartEmptyMessage {
    margin-top: 17px;
    margin-bottom: 20px;
}

/* CHECKOUT END*/
/*Sales Rep*/

.salesReps table {
    border-bottom: 15px solid #333;
    border-top: 1px solid #333;
}

.salesReps table:last-child {
    border-bottom: 0;
}

.salesReps td {
    padding: 7px;
    border-bottom: 1px solid #333;
}

.salesReps td:first-child {
    font-weight: 600;
    width: 18%;
    border-right: 1px solid #333;
    background: rgba(51, 51, 51, 0.05);
}

/*Sales Rep*/
/*Quick Order By Item #*/
/*Quick Order By Item Number page*/
#tblAppendGrid {
    width: 100%;
}

#tblAppendGrid .ui-widget-header {
    background: none;
    text-align: center;
    padding: 7px;
    font-weight: 500;
    color: #fff !important;
    font-size: 14px !important;
    border: none !important;
}

#tblAppendGrid .columnHead td {
    background: #333;
    padding: 12px;
    text-transform: uppercase;
}

#tblAppendGrid_footer_td {
    text-align: left;
    background: none;
    border: 0;
    color: #333;
    border-top: 3px solid #333;
}

#tblAppendGrid td {
    border-color: #333;
}

#tblAppendGrid .remove, #tblAppendGrid .removeLast {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #d10101 !important;
    border: solid 1px #d10101;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 30px;
}

#tblAppendGrid .append {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #2ea125 !important;
    border: solid 1px #2ea125;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

#tblAppendGrid .remove .ui-icon-trash, #tblAppendGrid_footer_td .ui-icon-plusthick, #tblAppendGrid_footer_td .ui-icon-closethick {
    background: none !important;
}

#tblAppendGrid .remove::before {
    content: "\f1f8";
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    left: 10px;
    color: #fff;
    font-size: 20px;
}

#tblAppendGrid .append:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    left: 7px;
    color: #fff;
    font-size: 18px
}

#tblAppendGrid .removeLast:before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    left: 7px;
    color: #fff;
    font-size: 18px
}

input[id^="tblAppendGrid_Price"]:focus, input[id^="tblAppendGrid_Extended"]:focus {
    background: none !important;
}

td[id^="tblAppendGrid_ItemNo"] {
    width: 12% !important;
}

td[id^="tblAppendGrid_ItemInformation"] {
    width: 40% !important;
}

span[id^="tblAppendGrid_ItemInformation"] {
    width: 100% !important;
    font-size: 14px;
}

td[id^="tblAppendGrid_Qty"] {
    width: 8% !important;
}

td[id^="tblAppendGrid_Price"] {
    width: 18% !important;
}

td[id^="tblAppendGrid_Extended"] {
    width: 15% !important;
}

#tblAppendGrid td.last {
    width: 5%
}

#tblAppendGrid input {
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 5px 11px 6px;
    font-size: 14px
}

#tblAppendGrid input.errorItem {
    border-color: #d10101;
    border-width: 2px;
}

#tblAppendGrid input:read-only,
#tblAppendGrid textarea:read-only,
#tblAppendGrid input[readonly="readonly"],
#tblAppendGrid textarea[readonly="readonly"] {
    background: none;
    border: 0;
    text-align: center;
}

#tblAppendGrid input:-moz-read-only,
#tblAppendGrid textarea:-moz-read-only {
    background: none;
    border: 0;
    text-align: center;
}

td#tblAppendGrid_ItemInformation_td_head {
    text-align: left !important;
}

.footerDetail div {
    padding-bottom: 10px;
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: 700;
}

.footerDetail #totalDiv {
    font-size: 24px;
    margin-left: 20px;
    font-weight: 400;
    color: #333;
}

/*END Quick Order By Item Number page*/
/*Product View*/


.WaitingForCart {
    padding-top: 10px;
    text-align: center;
    height: 72px;
    padding-top: 32px;
}

#QtyPriceDiv {
    display: none !important;
}

.backToCat {
    text-align: center;
    margin-top: 20px;
}

input#addtocartBT {
    font-size: 20px;
    padding: 15px 60px;
}

.COMProdContainer {
    margin-bottom: 50px;
    display: flex;
    flex-flow: row nowrap;
}

.COMProdHeader h1 {
    font-size: 24px;
    color: #333;
    font-weight: 900;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.COMProdContainer .openAccountDiv {
    margin-top: 22px;
}

.COMProdProperties {
    margin-bottom: 1em;
    font-size: 0.8em;
}

.COMProdProperties .COMProdPropertyWrapper {
    margin-bottom: .5em;
}

.COMProdProperties .COMProdPropertyTag {
    font-weight: bold;
}

.COMProdNewArrival {
    position: absolute;
    top: -6px;
    left: -6px;
}

.COMProdOnSale {
    position: absolute;
    top: -6px;
    left: -6px;
}

#COMCartSpan {
    clear: both;
}

.MainProdBox {
    width: 500px;
    height: 500px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.MainProdBox img {
    display: block;
    max-width: 500px;
    max-height: 500px;
    margin: auto;
}

.MainProdBox .ViewLarger {
    text-align: right;
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.ProductThumbGridBox {
    text-align: center;
    background: #fff;
}

.ProductThumbGridBox img {
    display: block;
    margin: auto;
    min-width: 100%;
    max-height: 110px;
    width: 100%;
}

.ProdThumbsBox {
    border: none;
    margin-bottom: 10px;
    padding: 5px !important;
    display: block;
}

.ProdThumbsBox a {
    display: inline-block;
    margin: auto;
    border: 3px solid transparent;
    transition: all 200ms ease-out;
    width: 100%;
}

.ProdThumbsBox:hover a {
    border-color: #b40a09;
}

.ProdThumbsBox.thumbLast {
    margin-right: 0;
}

.ProductThumbs {
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
}

.ProdThumbsBox.thumbSelected a {
    border: 3px solid #b40a09;
}

.COMProdContainer span#ProductPrice {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}

.COMProdContainer .COMProdPrice {
    display: inline-block;
}

.COMProdContainer .COMProdQty {
    float: left;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    display: block;
    margin-left: 38px;
}

.COMProdContainer .COMProdQtyHeading {
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    display: block;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 2px;
}

.COMProdContainer .fa-search-plus {
    color: #bfbfbf;
    font-size: 18px;
    z-index: 100;
}

#ProductDiscount,
.COMProdContainer span.CCOMProdPriceValue {
    color: #333;
    font-weight: 400;
    font-size: 28px;
    display: inline-block;
}

span.QOUOMPrice {
    font-size: 20px;
    margin-left: -2px;
}

.COMProdUnitOfMeasure {
    display: inline-block;
    color: #333;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    margin-left: 2px;
}

.COMProdRegPrice {
    display: inline-block;
}

.COMProdRegPrice span.CCOMProdPriceValue {
    color: #adada6;
    font-size: 24px;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 15px;
}

.COMProdContainer span.COMProdPriceTag {
    font-style: italic;
    font-size: 12px;
}

.COMProdContainer .COMProdQtyTotal {
    float: right;
    text-align: right;
    margin-right: 20px;
}

.COMProdContainer .FormElementInput {
    background-color: #fff;
    color: #999999;
    font-size: 24px;
}

.COMProdContainer .FormElementInput {
    background-color: #fff;
    color: #333 !important;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    border-top-color: rgb(227, 227, 227);
    border-right-color: rgb(227, 227, 227);
    border-bottom-color: rgb(227, 227, 227);
    border-left-color: rgb(227, 227, 227);
    width: 60px !important;
    border-color: #e2e2e2;
    float: left;
    padding: 6px 4px;
    /* width: 93px; */
    height: auto;
}

.COMProdOrderingGrid {
    background-color: #f5f5f5;
    /* height: 169px; */
    margin-top: 20px;
    clear: both;
    margin-bottom: 20px;
    padding: 25px;
}

.COMProdCasePackWrapper.COMcpItemCost {
    display: none;
}

.COMProdOrderingReqTag,
.COMProdOrderingReqTag,
.COMProdUPCTag,
.COMProdStockTag,
span.COMProdCasePackTag,
.COMProdDimensionsTag {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    line-height: 21px;
    color: #b40a09;
    width: 105px;
    display: inline-block;
    vertical-align: top;
}

#COMCartSpan {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

#COMCartSpan #addtocartBT {
    font-size: 22px;
    padding: 20px 80px 20px 80px !important;
    text-align: center;
    position: relative;
    border: 0;
}

.COMProdItemNum {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    color: #333;
    margin-bottom: 20px;
}

span#ProductItemCode {
    font-weight: 300;
    margin-left: 3px;
}

.COMProdDesc {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 0;
    margin-top: 10px;
    float: none;
    margin-bottom: 18px;
}

.COMProdDesc p:first-child {
    margin-top: 0;
}

.COMProdDesc p:last-child {
    margin-bottom: 0;
}

span.at-icon-wrapper {
    border-radius: 24px;
    background: none !important;
}

.ShareToolbar {
    text-align: center;
    clear: both;
}

.ShareToolbarHeading {
    display: none;
}

.ShareToolbar .at-icon {
    fill: #fff !important;
    border: 0;
    background: #2c3a65;
}

.ShareToolbar .at-icon:hover {
    fill: #2c3a65;
}

span.at-icon-wrapper path {
    fill: #333;
    color: #fff;
}

.addthis_toolbox.addthis_32x32_style span path {
    line-height: 2pc;
    fill: #fff;
}

.addthis_toolbox.addthis_default_style.addthis_32x32_style {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    display: inline-block;
    margin-top: 30px;
}

.COMProdQtyTotalTag {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
}

span#QtyAlert {
    display: block;
    padding-top: 4px;
    width: 100px;
}

span.COMProdQtyHeading {
    font-style: italic;
    font-size: 12px;
    color: #333;
}

span#multiplyIcon {
    float: left;
    line-height: 75px;
    color: #999999;
    margin-left: 40px;
    margin-right: 25px;
    margin-top: 10px;
}

span#equalIcon {
    float: left;
    line-height: 75px;
    margin-left: 30px;
    color: #999;
    margin-top: 10px;
}

.comReq {
    float: left;
}

.COMProdContainer .COMProdStock {
    color: #333;
    font-size: 14px;
    line-height: 21px;
    font-style: italic;
    word-break: break-word;
}

.COMProdStock {
    display: none;
}

.COMProdCasePack {
    display: block;
}

.quickorderavailability.quickorderdetails {
    display: none;
}

td.QuickOrderTD.QuickOrderTDImage {
    width: auto;
    position: relative;
}

.quickorderwrapper .COMCatProdImg img {
    max-width: 224px;
    margin: 0 auto;
    display: block;
    margin-left: 15px;
}

#COMCartSpan {
    clear: both;
    padding-top: 10px;
}

span.gridListStyle {
    float: right;
}

.quickorderDesctiprion {
    display: none;
}

.productInfo {
    float: left;
}

button#addtocartBT .fa {
    font-size: 21px;
    background-color: #fff;
    color: #352000;
    padding: 2px 4px;
    margin-left: 14px;
    border-radius: 2px;
}

.COMProdOrderingReq {
    width: auto;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 21px;
    color: #b40a09;
}

.COMProdDescHeading {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

.COMProdOrderingReqValue,
.COMProdUPCValue,
.COMProdCasePackValue,
.COMProdStockValue,
.COMProdDimensionsValue {
    color: #333;
    font-size: 14px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    width: 115px;
}

.COMProdDetails {
    float: left;
    width: 45%;
}

.RecentlyViewdContainer {
    padding: 0;
    margin: 2em 0 !important;
}

.RecentlyViewdContainer .RelCarousel.COMCatProdCell {
    width: 175px;
}

.RecentlyViewdContainer .COMCatProdImg {
    width: 175px;
    height: 175px;
    display: table-cell;
    vertical-align: middle;
}

.RecentlyViewdContainer .COMCatProdImg a, .RecentlyViewdContainer .COMCatImg, .RecentlyViewdContainer .COMCatImg a {
    display: table-cell;
    width: 175px;
    height: 175px;
    vertical-align: middle;
    text-align: center;
}

#RelatedInfo {
    background: #fff;
    padding: 30px 0 0 17px;
}

#relatedHeader {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 18px;
}

/* Owl Carousel - Animate Plugin*/
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Owl Carousel - Auto Height Plugin*/
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* Core Owl Carousel CSS File*/
.owl-carousel {
    display: none;
    width: 1000px;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    /*margin-top: 40px;*/
    margin-bottom: 70px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-top: 5px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*Owl Carousel - Video Plugin*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #869791 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #005aab none repeat scroll 0 0;
}

/*.owl-nav{display: none;}*/
.owl-item .item {
    text-align: center;
    color: #636363;
}

.owl-next,
.owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center !important;
    color: rgba(0, 0, 0, 0) !important;
    top: 10px;
}

.owl-prev {
    position: absolute;
    left: -18px;
}

.owl-next {
    position: absolute;
    right: -50px;
}

.owl-prev:before {
    content: "\f053";
}

.owl-next:after {
    content: "\f054";
}

.owl-next:after, .owl-prev:before {
    font-family: FontAwesome;
    font-size: 20px;
    color: #333;
}

.owl-next:hover::after,
.owl-prev:hover::before {
    color: #b40a09;
}

#caruselCats .owl-next:after,
#caruselCats .owl-prev:before {
    color: #005aab;
}

.owl-theme .owl-controls {
    left: -54px;
    position: absolute;
    top: 80px;
    width: 1069px;
    height: 0;
}

.owl-dot {
    display: none !important;
}

/*#COMProdContainer.owl-carousel,
#caruselCats{padding: 25px 0 15px;}*/
#caruselCats .item a {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    /*display: table-cell;vertical-align:middle;height: 192px;width:124px;*/
    line-height: 1.2;
    /*padding: 0 20px;*/
}

#caruselCats .item a:hover {
    text-decoration: none;
    color: #005aab;
}

#caruselCats .item-image {
    height: 140px;
    width: 189px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#caruselCats .item-image img {
    max-width: 140px;
    max-height: 140px;
    width: 140px;
    height: auto;
    margin: 0 auto;
}

#COMProdContainer.owl-carousel {
    height: 146px;
}

#COMProdContainer.owl-carousel .CatNameCell {
    position: absolute;
    top: 192px;
    background: #000;
    padding: 5px 10px;
    display: none;
}

#COMProdContainer.owl-carousel .CatNameCell a {
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    display: block;
}

#COMProdContainer.owl-carousel .CatPicCell {
    margin-bottom: 0;
    padding-bottom: 0;
}

#COMProdContainer.owl-carousel img {
    max-height: 146px;
    max-width: 146px;
    width: 146px;
    height: auto;
    margin: 0 auto;
}

#COMProdContainer .CatPicCell.owl-item {
    margin: 0 auto;
    text-align: center;
    width: 146px !important;
    height: 146px;
    /*padding: 0 4px;*/
}

#COMProdContainer .CatPicCell.owl-item .COMCatProdImg a {
    display: table-cell;
    height: 147px;
    vertical-align: middle;
}

#COMProdContainer .owl-item .floatLeft {
    float: none;
}

#COMProdContainer .CatPicCell.owl-item .COMCatProdImg div {
    width: 146px;
    height: 146px;
}

.showSchedule h2 {
    background: #e2e2e2;
    margin: 0;
    padding: 13px 10px;
    margin-bottom: -8px;
    margin-top: -8px;
    font-size: 21px;
    font-weight: 700;
}

.showSchedule p {
    margin-left: 15px;
    margin-right: 15px;
}

/**** SEARCH FILTERS CSS ****/
#customFilters {
    display: none !important;
}

.SearchProductResults {
    /* float: right;
    width: 820px; */
}

.validationError {
    color: #FF0000;
    font-size: 12px;
    margin-top: 5px;
}

#productsResult .GridImage {
    width: 175px;
    height: 175px;
    padding: 5px;
}

#productsResult .GridImage img {
    max-width: 100%;
    max-height: 100%;
}

.COMSearchCell,
.CatSrchCell {
    float: left;
    width: 230px;
    margin: 0 20px 25px 0;
}

.COMSearchImg img,
.COMSearchProdCell img {
    max-width: 100%;
    max-height: 100%;
}

.COMSearchImg {
    width: 230px;
    height: 230px;
    border: 1px solid #e1e1e1;
    /* padding: 4px; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px 0 4px;
}

.COMSearchProdImg {
    width: 175px;
    height: 175px;
    border: 1px solid #e1e1e1;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px 0 4px;
}

.COMSearchProdCell {
    width: 175px;
    margin: 0 21px 25px 0;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.COMSearchProdCell.lastChild,
.COMSearchProdCell:nth-child(4n),
.CatSrchCell.lastChild,
.COMSearchCell.lastChild {
    margin-right: 0;
}

.COMSearchDescription {
    margin-bottom: 20px;
    line-height: 1.6;
    margin-top: -5px;
}

.COMSearchName,
.COMSearchProdDetails,
.COMSrchProdName {
    margin-top: 7px;
    text-align: center;
}

.COMSearchName a,
.COMSearchName a:link,
.COMSearchName a:visited,
.COMSearchProdName a,
.COMSearchProdName a:link,
.COMSearchProdName a:visited,
.COMSrchProdName a,
.COMSrchProdName a:link,
.COMSrchProdName a:visited {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
}

.COMSearchName a:hover,
.OMCatProdName a:hover,
.COMSrchProdName a:hover {
    color: #bd262d;
}

.COMSrchPartNo,
.COMSearchPartNo {
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: -1px;
}

.COMSrchPartNo .NoItemsInCategory {
    line-height: 1.3;
}

.CMProdPrice,
.COMSrchPrice,
.COMSearchProdPrice {
    font-size: 13px;
    text-align: center;
    margin-top: 3px;
    font-weight: 700;
}

.COMSearchHeader {
    background: #ededed;
    padding: 15px 40px;
    color: #888;
    text-transform: uppercase;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    font-size: 30px;
    float: none;
    width: 1062px;
    margin-left: -40px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.COMSearchProdID,
.COMSearchProdBrand {
    display: none;
}

.ViewMoreLessLink {
    margin-top: 5px;
    margin-left: 5px;
}

.ViewMoreLessLink a,
.ViewMoreLessLink a:link,
.ViewMoreLessLink a:visited {
    font-size: 12px;
    color: #000;
}

.ViewMoreLessLink a:hover {
    color: #bd262d;
}

div#lblCheckAllProducts {
    display: none !important;
}

.COMFilterProductsSearch {
    margin-bottom: 30px;
}

.FormElementInputSearchBar {
    width: 300px;
    margin-right: 5px;
    height: 46px;
    position: relative;
    top: -3px;
}

.filtersHeading.filtersHeadingSearch {
    margin-top: 10px;
}

.filtersHeading.filtersHeadingSearch:before {
    left: 0;
    width: 18px;
}

.filtersHeading.filtersHeadingSearch:after {
    right: 0;
    width: 18px;
}

/***** SEARCH FILTERS END *****/
#body .OrderHistoryHeader {
    background: #333;
    color: #fff;
}

#body .ShippingOptionsAccount {
    margin: 5px 0 5px 35px;
}

span.sameasbilling {
    font-size: 14px;
    margin-left: 15px;
}

span.sameasbilling input {
    margin-right: 3px;
}

.footer-phone-number {}

.footer-phone-number.first-child {}

.auto-required-note {
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
}

.RegisterLoading {
    margin-top: 15px;
    line-height: 37px;
    font-weight: bold;
}

#registrationautoapprovaldata .FormButtons {
    margin-top: 15px;
}

#registrationautoapprovaldata tr td:last-child {
    color: #d10101;
}

#registrationautoapprovaldata td .FormElementInput {
    margin-right: 3px;
}

#thover {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6
}

#tpopup {
    position: absolute;
    width: 600px;
    height: auto;
    background: #fff;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    padding: 60px 0;
    margin-left: -320px;
    margin-top: -150px;
    text-align: center;
    box-shadow: 0 0 10px 0 #000;
    z-index: 1000;
}

#tclose {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
}

#body .addthis_default_style .at300b,
#body .addthis_default_style .at300bo,
#body .addthis_default_style .at300m {
    padding: 0 4px;
}

#body #checkoutContainer .ui-widget button {
    font-size: 16px;
}

#body .CartSubtotalShippingContainer {
    width: 300px;
}

#body .cartTotalsLabel {
    width: 165px;
}

input.FormButtons.FormButtonsSearchButton {
    position: relative;
    top: -2px;
}

.template-info-bubble {
    background: rgb(11, 17, 43);
    padding: 13px 13px 13px 35px;
    text-align: left;
    color: #fff;
    position: relative;
}

.template-info-bubble:before {
    content: "\f05a";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
    top: 12px;
}

.template-info-bubble.cc-info-box {
    margin-bottom: 20px;
}

button.FormButtons {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

#ShoppingCartContainer #GlobalErrors {
    display: none !important;
}

/* Bootstrap v4 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip, .form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip, .custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label::after, .custom-file-input.is-valid~.custom-file-label::after {
    border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip, .custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip, .custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label::after, .custom-file-input.is-invalid~.custom-file-label::after {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/* IE11 Fix (Just die already...) */
_:-ms-fullscreen, :root .col, :root [class*='col-'] {
    /* -ms-flex-preferred-size: auto;
    flex-basis: auto; */
}

_:-ms-fullscreen, :root .row {
    /* flex-direction: row;
    flex-wrap: nowrap; */
}

/* Custom BS Adjustments */
.container {
    max-width: 1140px !important;
}


/* Core Bank Styles
----------------------------------------------------------------------------------------------------------------------------------*/

.cb-dash #smalllogon table {
	margin: 2em auto 0;
}

.ManageDiv h5 {
	font-size: 1em;
	letter-spacing: 0;
	font-weight: bold;
	color: #344575;
}

.head-invertBlue {
	color: #fff !important;
	background-color: #344575;
	padding: 0.6em;
	border-radius: 5px 5px 0 0;
}

.cb-editAccounts-wrap {
}

.cb-editAccounts {
	background-color: #f5f5f5;
	padding: 1px;
	width: 100%;
}

.cb-editAccounts .cb-account {
	background-color: #ececec;
	font-size: 0.9em;
}

.cb-editAccounts .cb-account:nth-of-type(odd) a {
	background-color: #fff;
}

.cb-editAccounts .cb-account a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	position: relative;
	color: #333333;
	background-color: #f5f5f5;
}

.cb-editAccounts .cb-account a i {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	font-size: 0.8em;
	color: #b7b7b7;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.cb-editAccounts .cb-account a:hover i {
	color: #b40a09;
}

.cb-editAccountsBalance-wrap {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 0.8em;
}

.cb-editAccountsBalance-wrap.cb-editAccountsBalanceHistory {
	border-top: 10px solid #344575;
	border-bottom: 4px solid #e2e2e2;
	border-radius: 5px;
}

.cb-editAccountsBalance-wrap.cb-editAccountsBalanceSummary {
	border-bottom: 4px solid #e2e2e2;
	border-radius: 5px;
}

.cb-editAccountsBalance {
    flex-flow: row wrap;
}

.cb-editAccountsBalance .col {
    flex-flow: row nowrap;
    display: flex;
    flex-shrink: 1;
}

.cb-editAccountsBalance input {
    width: 100%;
    min-width: unset;
    max-width: 100%;
}

.cb-editAccountsBalanceComment textarea {
	-webkit-backface-visibility: hidden;
	-moz-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
}

.cb-editAccountsBalance select {
    width: 100%;
}

.cb-editAccountsBalance input,
.cb-editAccountsBalance select,
.cb-editAccountsBalanceComment textarea {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	font-size: 0.8em;
    max-width: 100%;
}

.cb-editAccountsBalance input:focus,
.cb-editAccountsBalance select:focus,
.cb-editAccountsBalanceComment textarea:focus {
	border: 1px solid #b40a09 !important;
}

.cb-editAccountsBalanceComment .btn {
	color: #fff;
}

.cb-date {
	display: flex;
	flex-flow: row nowrap;
}

.cb-date-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5em;
    font-weight: bold;
    font-size: 0.8em;
}

.cb-date input {
	width: 7em;
	text-align: center;
	letter-spacing: 1px;
}

.cb-editAccountsBalanceSummary .cb-date input {
	width: inherit;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	border: 1px solid transparent;
}

.ui-datepicker .ui-datepicker-prev {
	top: 2px !important;
	left: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
	top: 2px !important;
	right: 2px !important;
}

/* Core Bank - Account Screen
--------------------------------------------------------------------------------------------------------------------- */

#tblRecords {
	font-size: 0.8em;
	width: 100%;
}

#tblRecords td:nth-of-type(1) {
	width: 80px;
}

#tblRecords td:nth-of-type(4) {
	width: 60px;
}

#tblRecords td:nth-of-type(5) {
	width: 100px;
}

.tblHead {
	font-size: 1.2em;
	color: #fff;
	width: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

.tblHead td {
	background-color: #344575;
	padding: 5px 10px;
}

.tblHead td:first-of-type {
	border-radius: 5px 0 0 0;
}

.tblHead td:last-of-type {
	border-radius: 0px 5px 0 0;
}

.tblHead td:nth-of-type(1),
.tblHead td:nth-of-type(3),
.tblHead td:nth-of-type(4) {
	border-right: 1px solid #7686af;
}

#tblRecords td:nth-of-type(4),
#tblRecords td:nth-of-type(5){
	text-align: center;
}

.tblHead td:nth-of-type(5) {
	font-size: 1.2em;
}

#tblRecords .cb-cattitle {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #284181;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 0.5em -5px 0 -5px;
}

#tblRecords .btn {
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	margin: 0px 10px;
	font-size: 0.8em;
}

.entry-subtitle {
	color: #373737;
	padding-bottom: 0.6em;
	margin-top: 1em;
	padding-top: 0.6em;
	border-top: 2px dotted #e0e0e0;
	border-bottom: 2px dotted #e0e0e0;
	font-size: 1.2em;
	font-weight: normal;
}

.entry-subtitle strong {
	color: #284181;
	font-weight: 500;
}

.btn.cb-back,
.btn.cb-back2 {
	color: #fff;
	background-color: #b40a09;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	line-height: 2em;
	height: 2em;
}

.btn.cb-back2 {
	background-color: #344575;
}

.btn.cb-back ion-icon {
	font-size: 1.2em;
	padding-right: 0.5em;
    color: #fff;
    fill: #fff;
}

.btn.cb-back2 ion-icon {
	padding-right: 0;
    color: #fff;
    fill: #fff;
}

/* Account History
--------------------------------------------------------------------------------------------------------------------- */

#tblProductHistory {
	font-size: 0.8em;
	min-width: 550px;
	width: 100%;
	border-collapse: separate;
}

#tblProductHistory .cb-prodName {
	font-size: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.tblHeadHistory {
	font-size: 1.2em;
	color: #fff;
	width: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

.tblHeadHistory td {
	background-color: #344575;
	border-bottom: 0;
	padding: 5px 10px;
}

.tblHeadHistory td:first-of-type {
	border-radius: 5px 0 0 0;
}

.tblHeadHistory td:last-of-type {
	border-radius: 0px 5px 0 0;
}

.tblHeadHistory td:not(:last-of-type) {
	border-right: 1px solid #7686af;
}

.tblHistoryBase,
.tblHistoryBaseSummary{
	display: block;
	/*background-color: #344575;*/
	background-color: #e2e2e2;
	width: 100%;
	border-radius: 0 0 5px 5px;
	height: 4px;
}

.tblHistoryBaseSummary {
	margin-top: 15px;
}

.tblListItem {
	background-color: #f5f5f5;
}

.tblListItem, .tblListItem td {
	transition: all 150ms ease-out;
}

.tblListItem td:not(:nth-of-type(5)) {
	border-top: 1px solid #eaeaea;
}

.btn-del {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 0.8em;
	padding: 2px 3px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

.btn-del ion-icon {
	font-size: 1.6em;
    color: #fff;
    fill: #fff;
}

.delCell {
	width: 125px;
	max-width: 125px;
}

.detailComments {
	width: 100%;
}

tbody .tblListItem td {
	border: 1px solid transparent;
	vertical-align: text-top;
}

tbody .tblListItem td:nth-of-type(1) {
	border-right: 0px;
}

tbody .tblListItem td:nth-of-type(2),
tbody .tblListItem td:nth-of-type(3) {
	border-left: 0px;
	border-right: 0px;
	white-space: nowrap;
}
tbody .tblListItem td:nth-of-type(4) {
	border-left: 0px;
}

tbody .tblListItem td:nth-of-type(5) {
	border: 1px solid transparent;
}

.tblListItem.rowDel td {
	border: 1px solid #b30a09;
}

.tblListItem.rowDel td:nth-of-type(1),
.tblListItem.rowDel td:nth-of-type(2),
.tblListItem.rowDel td:nth-of-type(3),
.tblListItem.rowDel td:nth-of-type(4) {
	background-color: #f9ebeb
}

.cb-editAccountsBalanceHistory {
	margin-top: 4em;
	max-width: 300px;
}

.cb-editAccountsBalanceHistory .col,
.cb-editAccountsBalanceHistory .col-auto{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	flex: 1 1 auto;
}

.cb-editAccountsBalanceHistory .col input,
.cb-editAccountsBalanceHistory .col select {
	flex: 1 1 auto;
}

.cb-editAccountsBalanceHistory span {
	font-weight: bold;
	font-size: 0.8em;
	margin-right: 0.5em;
}

.cb-editAccountsBalanceHistory #AdjustQty {
	width: 80px;
	flex: 0 0 auto;
	text-align: center;
}

.cb-editAccountsBalanceHistory #cbDate {
	width: 100px;
	letter-spacing: 1px;
	flex: 0 0 auto;
	text-align: center;
}

.cb-curBalance {
	font-size: 1.4em;
}

.cb-curBalance span {
	font-weight: bold;
	margin-right: 1em;
	color: #284181;
}

.cb-editAccountsBalanceHistory .cb-editAccountsBalance .col {
	margin-bottom: 1em;
}

.cb-editAccountsBalanceHistory .cb-editAccountsBalanceComment textarea {
	height: 8em;
}