woodland-display-ticket-count  {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
woodland-display-ticket-count > a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.btn-xs.btn {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

.chart-container {
	width: 100%;
	height: 500px;
	position: relative;
}
.woodland-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.fa-close{
	color:red;
	display: inline-block;
	border-radius: 20px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.4em 0.5em;
	background-color:white;
	cursor: pointer;
}
.woodland-comment {
	border-radius: 10px; 
	padding-top: 10px;
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 0px; 
	width:600px;
	color: white;
}

.woodland-comment-firstuser {
	background-color: #4471c4;
}
.woodland-comment-seconduser {
	background-color: #212f1f; 
	margin-left: 100px
}
.woodland-comment-thirduser {
	background-color: #42931f; 
	margin-left: 200px;
}

.modal-xlg.modal-dialog {
    width: 80%;
    height: 90%;
}

.modal-xlg .modal-content {
    width: 100%;
    height: 100%;
}


.woodland-accordion:hover {
  background-color: #ccc;
}

.woodland-panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.woodland-cart-element-header {
	font-style: bold;
	border-bottom: 2px solid grey;
}

.woodland-cart-element {
	 border-bottom: 1px solid grey;
	 margin-top: 5px;
	 margin-bottom: 5px;
}

.featured-image {
	background-image: url(/images/bg.jpg);

    height: 160px;
}

.site-logo {
 	padding: 6px 0px;
}

edit-customer-component > button {
	width: 100%;
}

edit-order-modal > button {
	width: 100%;
}

button > woodland-order-email-component {
	width: 100%;
	
}
button > woodland-order-email-component > a {
    width: 100%;
    display: block;
    color: white;
    text-decoration: none;
}

.woodland-not-invoiced {
	background: #FAFFBD;
}
.woodland-invoiced {
	background: #b2f09d;
}
.navbar {
	background-color: #212f1f;
	border-radius: 0px;
	box-shadow: 0px -3px 10px 0px #606060;
	-webkit-box-shadow: 0px -3px 10px 0px #606060;
}

.main-navigation {
    background-color: #212f1f;
}

.main-navigation>.menu li>a.sub-menu-heading {
	font-weight: bold;
    color: #212f1f;	

}
.main-navigation>.menu li>a {
    /*color: #212f1f;*/
    color: #FFFFFF;
}
.main-navigation>.menu>li .sub-menu>li>a {
	  color: #212f1f;
}

.btn-primary {
	background-color: #419300;
}
.btn-primary-blue{
	background-color: #4471c4;
}
.btn-primary-blue:hover, .btn-primary-blue:focus, .btn-primary-blue:active, .btn-primary-blue.active, .open>.dropdown-toggle.btn-primary-blue {
   background-color: #212f1f;
   color:white; 
}

.btn-warning {
	background-color: #c56c0a;
}
.btn-secondary {
	background-color: #c56c0a;
}
.btn-default  {
	background-color: #3c3c3c;
}
.btn-danger {
	background-color: #3c3c3c;
}
.badge-orange {
    background-color: #f8b409;
}
.badge-closed {
    background-color: #419300;
}

gung-panel-tools .btn {
    height: 26px;
    line-height: 24px;
    padding-left: 7px;
    padding-right: 7px;
}

.widget {
    background-color: #212f1f;
    color: #FFFFFF;
}
.widget-title {
    color: #FFFFFF;
	
}
.widget-title:hover {
    color: #D0D0D0;
}
.widget>ul>li>a {
    color: #D0D0D0;
    text-decoration: none;
}

.widget>ul>li.active>a, .widget>ul>li>a:hover {
    color: #FFFFFF;
}

.widget.widget-categories .active {
    border-left: 2px solid #FFFFFF;
}

.widget-tags a {
    color: #D0D0D0;

    border: 2px solid #FFFFFF;
        margin-top: 5px;
    margin-bottom: 0px;

}

div>small.item-name {
    height: 36px;
}


.mobile-menu-toggle, .cart-btn>a {
     color: #FFFFFF !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
   background-color: #212f1f;
 
}

.woodland-customer-table>tbody>tr>td {
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.woodland-customer-table td > .btn {
	margin: 0px;
}
.additional-cart-info textarea {
    min-height: 155px;
}
.small-text-input {
    font-size: 12px;
    height: 30px;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
 
.btn {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
 
.back-btn, .btn-sm, .done-btn {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
 
.btn-sm, .btn-group-sm>.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-control {
    height: 48px;
    font-size: 13px;
    border: 1px solid #ededed;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.checkout-form-control {
    height: 36px;
    margin-bottom: 0px;
}

h1, .h1 {
    text-align: center;
    text-transform: uppercase;
    white-space: pre-line;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.woodland-cart-element {
        text-align: center;
    }

    .woodland-cart-element-header {
        text-align: center;
    }

    .woodland-cart-element .count-input {
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    button.btn.remove-order-row-btn{
        margin-top: 0px;
        display: none;
    }
    .remove-order-row-btn-x{
        margin-top: 15px;
        font-size: 16px;
        text-decoration: none;
        color: #c56c0a;
    }
}
@media screen and (min-width: 769px) {
    button.btn.remove-order-row-btn{
        margin-top: 0px;
    }
    .remove-order-row-btn-x{
        display: none;
    }
}
    
.new-customer-selection {
    height: 48px;
    font-size: 13px;
    border: 1px solid #ededed;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.new-customer-selection:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #eee;
}