.theme-primary .bg-primary {
    background-color: #00082B !important;
}

.theme-primary .btn-primary-light {
    color: #00082B;
}

.theme-primary .text-primary {
    color: #00082B !important;
}

.theme-primary .text-primary {
    color: #00082B !important;
}

.theme-primary .sm-blue a:hover, .theme-primary .sm-blue a:active, .theme-primary .sm-blue a:focus {
    background: #00082B !important;
}

.theme-primary a:hover, .theme-primary a:active, .theme-primary a:focus {
    color: #00082B;
}

.logo-lg img{
    width: 125px !important;
}

.theme-primary .btn-primary {
    background-color: #00082B;
    border-color: #00082B;
}

.theme-primary .btn-outline.btn-primary {
    color: #00082B;
    border-color: #00082B !important;
}

.theme-primary .btn-outline.btn-primary:hover, .theme-primary .btn-outline.btn-primary:active, .theme-primary .btn-outline.btn-primary.active {
    background-color: #00082B !important;
    border-color: #00082B !important;
}

.theme-primary .sm-blue a.current, .theme-primary .sm-blue a.highlighted {
    background: #00082B;
}

.theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active {
    background-color: #00082B !important;
}

#selected-seats .fs-16 {
    font-size: 12px !important;
}

.theme-primary .form-control:focus {
    border-color: #00082B;
}

.theme-primary .sm-blue ul a:hover, .theme-primary .sm-blue ul a:active, .theme-primary .sm-blue ul a:focus {
    background: #00082B;
    color: #FFF !important;
}

.theme-primary .paging_simple_numbers .pagination .paginate_button.active a {
    background-color: #00082B;
}

.theme-primary [type=checkbox].filled-in:checked.chk-col-primary + label:after {
    border: 2px solid #00082B;
    background-color: #00082B;
}

.float-whats{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}