:root {
    --sw-border-color:  #eeeeee;
    --sw-toolbar-btn-color:  #fff;
    --sw-toolbar-btn-background-color:  #0093d8;
    --sw-anchor-default-primary-color:  #000;
    --sw-anchor-default-secondary-color:  #b0b0b1;
    --sw-anchor-active-primary-color:  #000;
    --sw-anchor-active-secondary-color:  #ffffff;
    --sw-anchor-done-primary-color:  #000;
    --sw-anchor-done-secondary-color:  #fefefe;
    --sw-anchor-disabled-primary-color:  #f8f9fa;
    --sw-anchor-disabled-secondary-color:  #dbe0e5;
    --sw-anchor-error-primary-color:  #dc3545;
    --sw-anchor-error-secondary-color:  #ffffff;
    --sw-anchor-warning-primary-color:  #ffc107;
    --sw-anchor-warning-secondary-color:  #ffffff;
    --sw-line-item-color: #eee;
    --sw-progress-color:  #0093d8;
    --sw-progress-background-color:  #f8f9fa;
    --sw-loader-color:  #009EF7;
    --sw-loader-background-color:  #f8f9fa;
    --sw-loader-background-wrapper-color:  rgba(255, 255, 255, 0.7);
    --my-progress-width: 0px;
    --full-nav-width: 100%;
    --full-nav-height: 100%;
    --sw-progress-height: 70px;
}

.hide{
	display: none !important;
}

.vertical-margin{
	margin: 1em 0;
}

#orderwizard .tab-content{
	height: auto !important;
}

/* NAVIGATION */
#orderwizard ul li {
  list-style: none;
  
}

@media (min-width: 641px) {
	#orderwizard.sw{
		#width: fit-content !important;	
	}
	
	#orderwizard .nav {
		#display: -webkit-inline-box !important;
		flex-wrap: nowrap !important;
		width: auto !important;
		overflow-x: auto;
	}
	
	#orderwizard .nav::before {
	  width: var(--full-nav-width) !important;
	}
}

@media (max-width: 640px) {
    #orderwizard .nav {
        flex-direction: column !important;
        position: relative;
    }

    /* The Vertical Progress Track */
    #orderwizard .nav::before {
        content: "";
        position: absolute;
        left: 20px; /* Adjust based on your design */
        top: 0;
        width: 4px;
        height: var(--full-nav-height) !important;
        background-color: #eee; /* Track color */
        z-index: 1;
    }

    /* The Active Vertical Progress Fill */
    #orderwizard .nav::after {
        content: "";
        position: absolute;
        left: 20px;
        top: 0;
        width: 4px;
        height: var(--sw-progress-height) !important;
        background-color: #007bff; /* Active color */
        z-index: 2;
        transition: height 0.3s ease;
    }

    #orderwizard .nav-item {
        text-align: left;
        padding-left: 40px; /* Make room for the bar */
        min-width: 100% !important;
    }
}


#orderwizard .nav-item {
  flex: 1 0 0;        /* Forces all items to grow/shrink equally from 0 width */
  min-width: 100px;   /* Sets the base width for each "step" */
  text-align: center;
}


.sw-theme-square .nav .nav-link.active{
	font-weight: bolder;
}
.sw-theme-square .nav .nav-link::before{
	visibility: hidden !important;
}
.sw-theme-square .nav .nav-link > .num{
	visibility: hidden !important;
}

#orderwizard .progress{
	margin-left: 30px !important;
}
.sw-theme-square .progress .progress-bar {
  width: var(--my-progress-width) !important;
}

.sw-btn-next,.sw-btn-prev,.sw-btn.btn-secondary,.orderform-submit-button{
	cursor: pointer;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: 'Open Sans' !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	letter-spacing: 2px !important;
	padding: 13px 18px !important;
	position: relative !important;
	text-transform: uppercase !important;
	margin-bottom: 10px !important;
	margin-left: 1em !important;
	opacity: 1 !important;
	line-height: 20px !important;
	transition: 0.3s !important;
}

.orderform_surface_search{
	color: gray !important;
}

.form-control::placeholder {
    color: gray !important;   
    opacity: 1;    /* ensure full opacity in some browsers */
}

.form-input-secondary{
	color: gray !important;
}

.orderform-submit-button{
	background-color: var(--sw-toolbar-btn-background-color);
	color: var(--sw-toolbar-btn-color);
	border-radius: 5px;
	border: 1px solid var(--sw-toolbar-btn-background-color);
	width: inherit;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.orderform-submit-button:hover{
	transform: scale(1.02); /* grows by 5% */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.reference-btns-container{
	margin-bottom:0 !important;
	text-align: left;
}

.line-item-btn{
	margin-bottom: 0;
	
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-left: 0;
	margin-right: .5em;
	cursor: pointer;
	padding: .375rem .75rem;
	border-radius: .25rem .25rem 0 0;
	font-weight: 400;
	/*   color: var(--sw-toolbar-btn-background-color); */
	/*   background-color: var(--sw-anchor-disabled-secondary-color); */
	border: 1px solid var(--sw-line-item-color);
	height: 50px;
	position: relative;
	top: 1px;
	background-color: var(--sw-line-item-color);
	color: #555;
	border-bottom: 1px solid var(--sw-line-item-color);
}
	.line-item-btn:hover{
		background-color: #ddd;
	}
	

.line-item-btn.active{
	background-color: white;
	color: black;
  	border-bottom: 1px solid white;
  	font-weight: bold;
}

.line-item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: var(--sw-toolbar-btn-background-color); /* Bootstrap red */
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
}

.line-item-count:empty,
.line-item-count:has(:where(:not(:empty)))::before,
.line-item-count[data-count="0"],
.line-item-count[data-count=""],
.line-item-count[data-count=" "],
.line-item-count:not([data-count]):empty {
  display: none;
}

.line-item-count {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.line-item-error {
    background-color: #CA5E58 !important;
    color: #fff !important;
    border: 1px solid #CA5E58 !important;
}

.line-item-error-container {
    border: 1px solid #CA5E58 !important;
}



/* FORMS */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
    padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.is-invalid,.form-control.error, .was-validated .form-control:invalid 
{
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus, .form-control.error:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
}
.form-control.is-valid, .form-control.valid, .was-validated .form-control:valid {
  border-color: #198754 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus, .form-control.valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754 !important;
  box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
    padding-right: 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.form-select.valid:not([multiple]):not([size]), .form-select.valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.valid, .was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
}
.form-select.error:not([multiple]):not([size]), .form-select.error:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.error, .was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.error:focus, .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
}

#orderwizard label.error {
  font-size: 14px;
/*
  border: solid 1px #FBD3C6;
  background: #FDE4E1;
*/
  color: #DC3545 !important;
/*   padding: 4px 10px; */
  margin-top: .4em;
  display: inline-block;
}

#orderwizard .line-item-error label.error {
	font-weight: bold;
	color: black !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.tt-suggestion{
	color: black !important;
}

.fancy-select-wrap.no-select2,
.fancy-select-wrap.no-select2 .select2,
.fancy-select-wrap.no-select2 .select2-selection {
  all: unset !important;
}
.fancy-select-wrap {
	padding-top: 0 !important;	
}

#orderwizard .plain-selects .select2-container {
    display: none !important;
}
#orderwizard .plain-select {
    display: inline-block !important;
    height: 46px !important;
    width: 100% !important;
}


#printing_line_items{
	background-color:#fff;
}
#orderwizard .line-item-wrapper{
	border: 1px solid var(--sw-line-item-color);
	border-radius: 0 10px 10px 10px;
	padding: 2em;
	margin-bottom: 1em;
}
#orderwizard .line-item-wrapper.no-tabs{
	border-radius: 10px;
}


#orderwizard input,
#orderwizard select,
#orderwizard textarea {
    background-color: #fff !important;
    color: black;
}


/**************
			OLD ORDERFORM CSS MOVED OVER
*******************/
	
#orderwizard .orderform-multiple-addresses-input {
    height: 300px;
}


#orderwizard .orderform-label {
    margin-bottom: 10px;
    display: inline-block;
}

/* Buttons */
#orderwizard .orderform-button {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    background-color: #0093d8;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 1em;
    opacity: 1;
    line-height: 20px;
    transition: 0.3s;
}

#orderwizard .orderform-button:hover {
    opacity: 0.85;
}

#orderwizard .orderform-button-prominent {
    color: #ffffff !important;
    background-color: #345AE8;
}

#orderwizard .orderform-button-primary {
    color: #ffffff !important;
    background-color: #0093d8;
}

#orderwizard .orderform-button-secondary {
    color: #0093d8 !important;
    background-color: #e1f0ff;
}

#orderwizard .orderform-button-additional {
    color: #3c9227 !important;
    background-color: #88ba80;
}

#orderwizard .orderform-button-cancel {
    color: #000000 !important;
    background-color: #ecebe9;
}

#orderwizard .orderform-button-left {
    float: left;
}

#orderwizard .orderform-button-right {
    float: right;
}


.review-summary {
    font-size: 16px;
    line-height: 1.4;
    margin-left: 0;
}

.review-summary li {
    display: flex;
    align-items: flex-start;
/*     margin: 6px 0; */
    border-bottom: 1px solid #eee;
    padding: .5em;
}

.review-summary li:nth-child(odd) {
/*     background-color: #eee;  */
}

.review-summary li strong {
    flex: 0 0 150px;   /* fixed width for labels */
    text-align: left;
    margin-right: 10px;
}

.review-summary li span {
    flex: 1;
    word-break: break-word; /* long values wrap cleanly */
    color: gray;
}



.orderform-terms-button{
	margin-top: 10px !important;
	background-color: white !important;
	color: #595959 !important;
	border: 1px solid #E1F0FF !important;
	border-radius: 5px !important;
	margin-left: 0 !important;
}



/* Typeahead.js */
.twitter-typeahead {
    display: block;
    width: 100%;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

#orderwizard .col {
    margin-bottom: 25px;
}

#orderwizard mark {
    background: #a3e7ff;
    color: #000;
    font-weight: bold;
    padding-left: 4px;
    margin-left: -4px;
    padding-right: 4px;
    margin-right: -4px;
}

/*.tt-suggestion:hover > mark {*/
/*font-weight: normal;*/
/*color: #fff !important;*/
/*background-color: #0097cf !important;*/
/*}*/

#orderwizard .tt-menu {
    max-height: 150px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    overflow-y: auto;
}

#orderwizard .tt-hint {
    display: none;
}

#orderwizard .tt-menu::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#orderwizard .tt-menu::-webkit-scrollbar-thumb {
    background: #00B7FA;
    border-radius: 0px;
}

#orderwizard .tt-menu::-webkit-scrollbar-thumb:hover {
    background: #0097CF;
}

#orderwizard .tt-menu::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #f0f0f0;
}

#orderwizard .orderform-option-box {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #e1f0ff;
    border-radius: 4px;
    padding: 10px 10px;
    margin: 10px 20px 10px 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

label.orderform-option-box label.error{
  position: absolute;
  top: 40px;
  display: block ruby !important;
  left: 0px;
}

.tab-pane {
    min-height: calc(100vh - 520px);
/*     overflow-y: auto; /* so content scrolls inside */ */
}

#orderwizard .orderform-option-box [type=checkbox], #orderwizard .orderform-option-box [type=radio] {
    margin-right: 10px;
}

#orderwizard .orderform-custom-order-notes {
    height: 350px;
}

#orderwizard .orderform-order-notes {

    border-radius: 5px;
    overflow-y: hidden;
    resize: none;
}

.orderform-confirmation .orderform-confirmation-box {
    max-width: 500px;
    word-wrap: break-word;
    padding: 40px;
}

.orderform-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background-color: #efefef;
    border: 1px solid #000000;
}

.jq-toast-wrap {
    z-index: 99999 !important;
    top: 100px !important;
}
.jq-icon-warning{
	background-color: #f9a937 !important;	
}
.jq-icon-success{
	background-color: #73B573 !important;
}
.jq-icon-error{
	background-color: #F9A937 !important;
}




/* Date Picker Default Styles */
.ui-datepicker {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: 17em;
    width: auto;
    z-index: 1000 !important;
}

body.wp-admin:not(.rtl) .ui-datepicker {
    margin-left: -1px;
}

body.wp-admin.rtl .ui-datepicker {
    margin-right: -1px;
}

.ui-datepicker * {
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    color: #fff;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
}

.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    background: #00a0d2 !important;
    left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    background: #00a0d2 !important;
    right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font: normal 20px/34px 'dashicons';
    padding-left: 7px;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\f341';
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\f345';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
}

.ui-datepicker thead {
    color: #fff;
    font-weight: 600;
}

.ui-datepicker th {
    padding: 10px;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid #f4f4f4;
}

.ui-datepicker td.ui-datepicker-other-month {
    border: transparent;
}

.ui-datepicker tr:first-of-type td {
    border-top: 1px solid #f0f0f0;
}

.ui-datepicker td.ui-datepicker-week-end {
    background-color: #f4f4f4;
    border: 1px solid #f0f0f0;
}

.ui-datepicker td.ui-datepicker-today {
    background-color: #f0f0c0;
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #bbdd88;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
    color: #444;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}

/* Default Color Scheme */
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background: #00a0d2;
}

.ui-datepicker thead {
    background: #32373c;
}

.ui-datepicker td .ui-state-hover {
    background: #0073aa !important;
    color: #fff;
}

.ui-datepicker-calendar {
    width: 100% !important;
}


