.print-only {
	display:none;
}
.ui-datepicker {
	z-index:99;
}
.bg-danger-light {
    background-color: #ffd7db!important;
}
.bg-success-light {
    background-color: #c0ffcf!important;
}
hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-color: #ccc !important;
}
footer {
    width: 100%;
    height: 60px;
    background: #333;
    text-align: center;
    padding: 20px;
    color: #FFF;
    position: relative;
    bottom: 0;
}
main {
    min-height: 100vh;
    background: #f5f5f5;
    padding-bottom: 80px;
    position: relative;
    
}
.coloured-dot {
	width:50px;
	height:50px;
	border-radius:50%;
}
.form-group .required:after {
  content:"*";color:red;
}
.borderless-input {
    border: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 5px;
}
nav.navbar {
    height: 85px;
    border-bottom: 1px solid #cc9191;
    box-shadow: 4px 0 15px #bf9494;
    background: #fff;
}
.navbar-brand .logo {
    width: 70px;
	margin-right:25px;
    display: inline-block;
}
.navbar-brand .company-name {
    display: inline-block;
    text-transform: uppercase;
    color: #383838;
    font-weight: bold;
    font: 1.5rem 'Oxygen',sans-serif;
}
.navbar-nav>li>a {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    font-weight: bold;
}
.form-table .form-control {
	border:none !important;
}
.form-table .form-control:focus {
	box-shadow:none !important;
}
.cart-client-search-form a.no-results-found {
	display:none;
}
#payment_items_toggle:after {
    font-family:Fontawesome;
    content:'\f077';
    font-size:24px;
    font-weight:300;
}
#payment_items_toggle.collapsed:after {
    font-family:Fontawesome;
    content:'\f078';
}
#charges_dropdown:after {
    font-family:Fontawesome;
    content:'\f077';
    font-size:14px;
    font-weight:300;
}
#charges_dropdown.collapsed:after {
    font-family:Fontawesome;
    content:'\f078';
}
.highlighter {
    animation: fadeoutBg 3s; /***Transition delay 3s fadeout is class***/
    -moz-animation: fadeoutBg 3s; /* Firefox */
    -webkit-animation: fadeoutBg 3s; /* Safari and Chrome */
    -o-animation: fadeoutBg 3s; /* Opera */
}

@keyframes fadeoutBg {
    from { background-color: #027fff; } /** from color **/
    to { background-color: #ecf5ff; } /** to color **/
}

@-moz-keyframes fadeoutBg { /* Firefox */
    from { background-color: #027fff; }
    to { background-color: #ecf5ff; }
}

@-webkit-keyframes fadeoutBg { /* Safari and Chrome */
    from { background-color: #027fff; }
    to { background-color: #ecf5ff; }
}

@-o-keyframes fadeoutBg { /* Opera */
    from { background-color: #027fff; }
    to { background-color: #ecf5ff; }
}
@media print {
    .print {
        background-color: #fff;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        z-index:99999999;
    }
    .dont-print {
    	display: none;
    }
    .print-only {
    	display: block;
    }
	strong {
	    font-weight: normal;
	}
	.modal-content {
		border:none;
		box-shadow:none;
	}
	p {
    	font-size: 18px;
    	font-family: 'Times New Roman';
	}
	.small-print p {
    	font-size: 12px;
    	font-family: 'Times New Roman';
	}
	h1 {
		font-size:36px;
		font-weight:bold;
	}
	h2 {
		font-size:28px;
	}
	h3 {
		font-size:22px;
	}
	td,
	th,
	tr,
	table {
	    border-top: 1px solid black;
	    border-collapse: collapse;
	}
	
	td.description,
	th.description {
	    width: 290px;
	    max-width: 290px;
	}
	
	td.price,
	th.price {
	    width: 90px;
	    max-width: 90px;
	    word-break: break-all;
	}
	
	.centered {
	    text-align: center;
	    align-content: center;
	}
	
	.ticket {
	    width: 450px;
	    max-width: 380px;
	}
	input {
	    border: none;
	    box-shadow: none;
	}
}