﻿
html
{
	position: relative;
	min-height: 100%;
}

body
{
	margin-bottom: 100px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.footer p
{
	text-align: center;
}

#wrapper
{
    padding: 0px !important;
    margin: 0px !important;
    width: auto;
    height: auto;
}

.main_header_logo
{
    margin: 0 auto;
    width: 230px;
    height: 50px;
    
    margin-bottom: 40px;
    margin-top: 40px;
}

.login_background
{
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	
    margin: 0 auto;
    width: 350px;
    height: 420px;
    background-color: #f7f7f7;

    
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    border: solid 1px #e6e6e6; 
    padding-right: 20px;
    padding-left: 40px;
}

.login_status
{
    font-size: 0.8em;
    color: Red !important;
}

.login_corelogo img
{    
    margin-top: 20px;
    width: 270px;
    height: 150px;
}

.login_credentials
{
    margin-top: 30px;
}

.login_credentials input[type=text], .login_credentials input[type="password"]
{
    width: 270px;
    height: 30px;
    
    margin-bottom: 10px;
    
    font-size: 15px;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
}

.login_submit
{
    margin-top: 7px;
    font-family: 'Open Sans', sans-serif !important;
}

.login_submit a 
{
    font-family: 'Open Sans', sans-serif;
}

.login_submitbutton
{
    width: 270px !important;
    height: 35px;
    font-family: 'Open Sans', sans-serif;
    
    margin-top: 0px !important;
    padding-top: 0px !important;
    
    font-size: 20px;
    text-align:center;
    
    background: #4d8ffd;
    background: -moz-linear-gradient(top,  #4d8ffd 0%, #4787ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d8ffd), color-stop(100%,#4787ee));
    background: -webkit-linear-gradient(top,  #4d8ffd 0%,#4787ee 100%);
    background: -o-linear-gradient(top,  #4d8ffd 0%,#4787ee 100%);
    background: -ms-linear-gradient(top,  #4d8ffd 0%,#4787ee 100%);
    background: linear-gradient(to bottom,  #4d8ffd 0%,#4787ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8ffd', endColorstr='#4787ee',GradientType=0 );

    color: White;
    font-family: Calibri;
    border: solid 1px #3079ed;
    -webkit-border-radius: 2px; 
    border-radius: 5px;
    text-decoration: none;
}

.login_submitbutton input 
{
    margin-top: 0px !important;
    padding-top: 0px !important;
}


.login_submitbutton:hover
{
    text-decoration: underline;
    cursor: pointer;
}


.login_submitbutton a
{
    text-decoration: none;
}

.login_forgot_submitbutton 
{
    display: block;
    width: 270px !important;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 20px;
    text-align:center;
    
    background: #4d8ffd;
    background: -moz-linear-gradient(top,  #4d8ffd 0%, #4787ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d8ffd), color-stop(100%,#4787ee));
    background: -webkit-linear-gradient(top,  #4d8ffd 0%,#4787ee 100%);
    background: -o-linear-gradient(top,  #4d8ffd 0%,#4787ee 100%);
    background: -ms-linear-gradient(top,  #4d8ffd 0%,#4787ee 100%);
    background: linear-gradient(to bottom,  #4d8ffd 0%,#4787ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8ffd', endColorstr='#4787ee',GradientType=0 );

    color: White;
    font-family: Calibri;
    border: solid 1px #3079ed;
    -webkit-border-radius: 2px; 
    border-radius: 5px;
    text-decoration: none;
}

.login_forgot_submitbutton:hover
{
    text-decoration: underline;
}


.login_forgot_submitbutton a
{
    text-decoration: none;
}

#lblStatus
{
    
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 0px; padding-bottom: 0px;
    color: Red;
    font-weight: 500;
}

.main_header_tagline
{
    margin: 0 auto;
    width: 700px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #555555;
}

#chkRememberMe
{
    float: left;
}

.chkRememberMeLabel
{
    float: left;
    font-family: Calibri;
    margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    
}

.login_remember 
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
}

.login_footer 
{
    width: 280px;
    height: 30px;
    
    margin: 0 auto;
    margin-top: 35px;
}

.login_footer a 
{
    padding-left: 10px;
    text-decoration: none;
    color: #555555;
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
}

.login_footer a:hover
{
    text-decoration: underline;
}

.footer_coresite 
{
    width: 50%;
    height: 100%;
    float: left;
    line-height: 30px;
}


.footer_shopsite
{
    width: 50%;
    height: 100%;
    float: left;
    line-height: 30px;
}

.forgotten_password
{
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
}

.navbar-brand 
{
    padding: 0 !important;
    padding-top: 10px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.content 
{
    width: 90%;
    margin: 0 auto;
}

.content-header
{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.bold {
    font-weight: 700;
}

.pagination {
    margin-top: 0px !important; padding-top: 0px !important;
}

.align-middle
{
    text-align: center;
}

.max-width 
{
    width: 100%;
}

.buffer-top 
{
    margin-top: 15px;
}

.buffer-bottom
{
    margin-bottom: 15px;
}

.buffer-bottom-small
{
    margin-bottom: 4px;
}

.jOrgChart 
{
    margin-bottom: 35px !important;
    width: 100%;
    margin: 0 auto;
}

.jOrgChart > table
{
    margin: 0 auto;
}

.node 
{
    color: White !important;
    width: 180px !important;
    
    font-family: Helvetica, Arial, Sans-Serif;
}

.node:hover
{
    cursor: pointer !important;
}

.selected-node-highlight 
{
    background-color: Red !important;
}

.pda-form input[type='password']
{
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 34px;
}

.my-add-panel 
{
    width: 100%;
    height: 30px;
    text-align: center;
    border: 1px solid #aaa;
    
    background-color: #428bca;
    
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    color: #FFF;
}

.my-add-panel-body 
{
    width: 100%;
    padding-top: 10px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    height: 100px;
    display: none;
}

.my-add-panel:hover 
{
    cursor:pointer;
    background-color: #3276b1;
}

.my-add-panel .active 
{
    background-color: #3276b1;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
	float: right;
	margin-bottom: 1em;
}

.ColVis_Button {
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 3px 5px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	cursor: hand;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 150px;
	background-color: #f3f3f3;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	background-color: white;
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

div.ColVis_collection button.ColVis_Group {
	background: #dadada;
	border: 1px solid #bababa;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}



button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collection button.ColVis_Group:hover {
	background: #bababa;
	border: 1px solid #424242;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

.change_password 
{
    width: 20%;
}


.table-container 
{
    width: 100% !important;
}

.add-control 
{
    text-decoration: underline;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.my_row_selected 
{
    background-color: Red !important;
}

#myDataTable_filter input 
{
    margin-left: 10px !important;
}

/* wizard
------------------------ */

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    /* min-height: 35em; */
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: relative;
    width: 95%;
    /* height: 95%; */
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}

.buffer-bottom-5 
{
    margin-bottom: 5px;
}

.quote_number_box
{
    background-color: White;
    width: auto;
    
    display:inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    
    text-align: center;
    
    border: 1px solid #000;
    
    margin-bottom: 30px;
}

.quote-category 
{
    margin-top: 30px;
    display: block;
}

.quote_number_container 
{
    position: absolute;
    bottom: 0;
}
.add-quote 
{
    line-height: 30px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px !important;
}

.category-quote-by 
{
    width: 100%;
    line-height: 33px;
    text-align: center;
}

.category-quote-price 
{

}

.my-quote-table 
{
    text-align: center;
}

.quote-table-footer
{
    width: 100%;
    margin-top: 15px;
}

.quote-table-footer, .quote-table-footer th
{
    text-align: right;
}

.my-quote-table th
{
    text-align: center;
}

.my-quote-table th, .my-quote-table td {
    width: 20%;
}

.quote-price
{
    float: right;
    margin-right: 50px;
    background-color: White;
}



.hide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

.darkseagreen 
{
    background-color: #8FBC8F;
}

.salmon
{
    background-color: #FA8090;
}

.green-url 
{
	color: #000080 !important;
}

#addInsurer:hover
{
    cursor: pointer;
}

.quote-container
{
    background-color: White !important;
    width: 100%;
    height: 100%;
}

.inspector-content 
{
	width: 90%;
	margin: 0 auto;
}


.key {
    float: left;
    line-height: 25px;
    margin-left: 10px;
}

.key-group {
    float: left;
    margin-right: 30px;
}

.key-group:after {
    content:"";
    display:table;
    clear:both;
}

.key-color-work-order {
    display: block;
    height: 25px;
    width: 25px;
    
    background-color: #000 !important;
    float: left;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-color-inspection-darkseagreen {
    display: block;
    height: 25px;
    width: 25px;
    
    background-color: #8FBC8F !important;
    float: left;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-color-inspection-amber {
    display: block;
    height: 25px;
    width: 25px;
    
    background-color: #ffc04c !important;
    float: left;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-color-inspection-salmon {
    display: block;
    height: 25px;
    width: 25px;
    
    background-color: #FA8090 !important;
    float: left;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-color-inspection-lightskyblue {
    display: block;
    height: 25px;
    width: 25px;
    
    background-color: #87CEFA !important;
    float: left;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-color-inspection-completed {
    display: block;
    height: 25px;
    width: 25px;
    background-color: #fa8072 !important;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-color-inspection-renewal {
    display: block;
    height: 25px;
    width: 25px;
    background-color: #ebb434 !important;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-color-inspection-auto {
    display: block;
    height: 25px;
    width: 25px;
    background-color: #95f792 !important;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
}

.key-outer-group {
    display: inline-block;
    margin: 0 auto !important;
}



.table-column-toggler-control 
{
    float: right;
    margin-bottom: 10px;
    height: 30px;
    padding: 3px 8px;
    border: 1px solid #999;
    color: black !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

.table-column-toggler-control button 
{
    border: none;
    background: none;
}

.table-column-toggler-control:after 
{
    clear: both;
}

.table-column-toggler-control .dropdown-menu 
{
    padding: 10px;
}

.table-column-toggler-control .dropdown-item 
{
    margin-bottom: 7px;
    height: 30px;
    border: 1px solid #999;
    color: black !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

.table-column-toggler-control .dropdown-item:last-child 
{
    margin-bottom: 0px !important;
}

.table-column-toggler-control .dropdown-item input[type="checkbox"] 
{
    margin-top: 7px !important;
    margin-left: 5px  !important;
}

.table-column-toggler-control .checkbox-text 
{
    margin-left: 10px !important;
    margin-top: 5px !important;
}

.pagination 
{
    float: right;
}

.basket-container {
    display: flex;
    align-items: 'center';
    justify-content: "center";
    margin-bottom: 20px;
}

.basket-container label {
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

.basket-container i {
    font-size: 2em;
    margin-left: 10px;
}


.basket-content {
    width: 300px;
    position: relative;
}

#basketList {
    list-style-type: none;
    margin: 0;
    padding: 0;

    max-height: 250px;
    overflow-y: scroll;
}

#basketList li {
    padding: 10px 20px;
    border-bottom: 1px #CECECE solid;
}

#basketList li:last-child {
    border-bottom: 0px;
}

#basketList li span {
    display: flex;
}

#basketList li span label {
    flex: 1;
}

.basket-options button {
    width: 150px;
}

.popover {
    max-width: 100% !important;
}

.basket-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


.basket-loading i {
    animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.spinner {
    margin: 0px auto 0;
    width: 50px;
    text-align: center;
}

    .spinner > div {
        width: 12px;
        height: 12px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}