html, body, #map { margin: 0; height: 100%; width: 100%; }

button,
a,
input {
	outline: 0!important;
}

@media (min-width: 1440px) {
	.container {
		width: 1420px;
	}
}

.modal {
	z-index: 9999;
}

#map {
    width: 100%;
    height: 650px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.leaflet-toolbar-icon .fa { color: #000; }
.leaflet-color-swatch { background-color: #fff; }

.leaflet-popup-content {
    width: 200px!important;
}

span.username {
    text-transform: uppercase;
}

.page-header .page-header-top .page-logo {
    padding-top: 20px;
}

.header-navigation > ul > li.menu-item-button a {
    border: 1px solid #E02222;
    padding: 10px!important;
    color: #E02222;
}

.header-navigation {
    margin: 0;
}

.header-navigation > ul > li.menu-item-button > a {
    display: inline-block;
}

.header-navigation > ul > li {
    float: none;
}

.nav>li, .nav>li>a {
    display: inline-block;
}

a.site-logo:hover{
    text-decoration: none;
}

.modal-backdrop {
    /* position: fixed; */
    z-index: 999;
}

.modal {
    z-index: 1000;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 69px auto;
    }
}
@media (max-width: 1024px){
    .nav>li, .nav>li>a {
        display: block;
    }
    .header-navigation > ul > li.menu-item-button a {
        border: 0;
        padding: 8px 10px 9px;
    }

    .page-header-fixed .header-navigation {
        height: auto;
        overflow: auto;
    }
}
.fc-day:hover {
    background: rgba(128, 128, 128, .05);
    font-size: 15px;
    cursor: pointer;
}

.fc-event:hover {
    cursor: pointer;
}
.fc-event:hover {
    cursor: pointer;
}

.recent-work .owl-buttons {
    right: 12px;
    left: auto;
    top: -37px;
}
.service-box-heading em {
	display: block;
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
}

.service-box .service-box-heading span {
	display: block;
	margin: auto;
	text-align: center;
}

.site-logo {
	padding-top: 17px;
    padding-bottom: 9px;
}

.site-logo img {
	max-height: 69px;
}

.credit-balance {
	font-weight: bold;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

#wait{
    position:absolute;
    top:50%;
    left:50%;
    z-index:1000;
    color: #47ECBA;
    font-size: 23px;
    background: #FFFFFF;
    width: auto;
    padding: 15px;
    text-align: center;
    font-weight: 700;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out > div {
    background-color: #47ECBA;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 20.5% 0 2px;
}

.pricing {
	cursor: default;
}

@media only screen and (min-width: 992px) {
	.pricing {
		min-height: 500px;
	}
}

@media only screen and (min-width: 1440px) {
	.pricing {
		min-height: 475px;;
	}
}


.pricing .pricing-head h3 {
	font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    padding: 15px 20px;
    text-transform: uppercase;
	min-height: 90px;

}

.pricing .pricing-head h4 {
    position: absolute;
    bottom: 66px;
    width: 100%;
}

.pricing .description {
	padding: 10px 20px;
	font-size: 11px;
	min-height: 100px;
}

.pricing .description p {
	font-size: 11px;
}

.pricing .description ul {
	padding: 0;
}

.pricing .description li {
    list-style-type: none;
    font-size: 15px;
    line-height: 23px;
    border-bottom: 1px dashed #bbbbbb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.pricing .pricing-footer {
	padding-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.checkout {
	margin: 40px 0 80px;
}

.checkout h1 {
	border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.checkout p {
	margin-top: 50px;
}


/* CALENDAR */

.container.legend {
	width: 100%;
}

.my-legend {
    display: block;
    overflow: auto;
    width: 100%;
    border: 1px solid #e2e2e2;
    background: #f1f1f1;
    padding: 10px 10px 0;
    margin-top: 10px;
}

.legend .title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #36c6d3;
}

.my-legend .legend-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.my-legend .legend-scale ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.my-legend .legend-scale ul li {
    display: inline-block;
    margin: 10px;
    opacity: 0.4;
}

.my-legend .legend-scale ul li.active {
    opacity: 1;
}

.my-legend .legend-scale ul li a {
    text-decoration: none;
}

.my-legend ul li a span {
    display: block;
    padding: 15px;
    font-size: 17px;
    color: white;
    font-weight: bold;
    border-radius: 3px!important;
    text-shadow: 0px 1px 0 #00000029;
    cursor: pointer;
}


.my-legend .legend-scale {
    margin: 10px auto;
    text-align: center;
}

.my-legend ul li a:hover span {
    filter: brightness(97%);
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.current-user-booking {
    border: 1px solid #dadada;
    padding: 10px;
    background: white;
    border-radius: 5px!important;
    font-weight: bold
}


.page-header-fixed .header {
    z-index: 999;
}

/* Full Calendar Not bookable hours */
.fc-nonbusiness.fc-bgevent {
    opacity: .6;
    border: 1px solid;
    color: #fff;
}

/* Stripe Elements */

.section-stripe {
    padding: 70px 0;
    background: #fff;
}

#stripe-checkout .Checkout {
    margin: 0 auto;
    max-width: 800px;
    box-sizing: border-box;
    padding: 0 5px;
}

#stripe-checkout label {
    color: #6b7c93;
    font-weight: 300;
    letter-spacing: 0.025em;
}

#stripe-checkout button {
    white-space: nowrap;
    border: 0;
    outline: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    background-color: #6772e5;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    margin-top: 10px;
}

#stripe-checkout form {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #e6ebf1;
}

#stripe-checkout button:hover {
    color: #fff;
    cursor: pointer;
    background-color: #7795f8;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
}

#stripe-checkout input,
.StripeElement {
    display: block;
    margin: 10px 0 20px 0;
    max-width: 500px;
    padding: 10px 14px;
    font-size: 1em;
    font-family: 'Source Code Pro', monospace;
    box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    background: white;
    border: 1px solid #b3b3b3;
}

.StripeElement {
    height: 100%!important;
}

#stripe-checkout input::placeholder {
    color: #aab7c4;
}

#stripe-checkout input:focus,
.StripeElement--focus {
    box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

#stripe-checkout .StripeElement.IdealBankElement,
#stripe-checkout .StripeElement.PaymentRequestButton {
    padding: 0;
}

.section-connect #signupform-gdpr {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#stripe-checkout button:hover[disabled]{
    cursor: not-allowed;
}

/* margins classes */
.margin-bottom-5 {margin-bottom: 5px!important;}
.margin-bottom-10 {margin-bottom: 10px!important;}
.margin-bottom-15 {margin-bottom: 15px!important;}
.margin-bottom-20 {margin-bottom: 20px!important;}
.margin-bottom-25 {margin-bottom: 25px!important;}
.margin-bottom-30 {margin-bottom: 30px!important;}
.margin-bottom-35 {margin-bottom: 35px!important;}
.margin-bottom-40 {margin-bottom: 40px!important;}
.margin-bottom-45 {margin-bottom: 45px!important;}
.margin-bottom-50 {margin-bottom: 50px!important;}

.margin-top-5 {margin-top: 5px!important;}
.margin-top-10 {margin-top: 10px!important;}
.margin-top-15 {margin-top: 15px!important;}
.margin-top-20 {margin-top: 20px!important;}
.margin-top-25 {margin-top: 25px!important;}
.margin-top-30 {margin-top: 30px!important;}
.margin-top-35 {margin-top: 35px!important;}
.margin-top-40 {margin-top: 40px!important;}
.margin-top-45 {margin-top: 45px!important;}
.margin-top-50 {margin-top: 50px!important;}

.vertical-align {
    display: flex;
    align-items: center;
}

.additional-product-price {
    font-family: "Montserrat-Bold";
    font-size: 22px;
    color: #25b696;
    padding-top: 5px;
}



/* stripe additional styles */

.stripe-link {
    margin-bottom: 10px;
    max-width: 55%;
    margin-left: 10px;
    width: 375px;
    display: inline-block;
}

.stripe-link img {
    width: 100%;
}

#card-button, .stripe-link {
    vertical-align: middle;
}


@media only screen and (max-width: 767px) {
    #stripe-checkout {
        padding-left: 10px;
        padding-right: 10px;
    }
}



.recent-work .list-view .summary {
	display: none;
}

.recent-work .col-md-12 .col-md-3 {
	max-width: 300px;
}

.recent-work .col-md-12 .search-label {
	max-width: 100px;
}


.recent-work-wrapper {
    display: inline-block;
    margin: 10px;
    min-width: 31%;
}


@media only screen and (min-width: 992px) {
		.recent-work-wrapper {
			max-width: 345px;
	}
}

.recent-work #search-form {
    display: block;
    overflow: auto;
    border-top: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4;
    padding: 30px;
    margin: 25px 0;
    padding-bottom: 15px;	
}

.recent-work #search-form  .col-md-4 {
	display: inline-block;
	vertical-align: middle;
}

.recent-work .recent-work-item strong {
	font-size: 25px;
	text-transform: uppercase;
}

.course-single .course-image {
	margin-bottom: 30px;
}


.recent-work .recent-work-item .fa-calendar-plus-o {
    right: 0px;
    opacity: 0;
}

.recent-work .recent-work-item:hover .fa-calendar-plus-o {
	opacity: 1;
}

.recent-work .recent-work-item em {
	overflow-x: inherit;
	overflow-y: hidden;
	height: 400px;
}

.course .recent-work-item em {
	height: 175px;
}

.recent-work .recent-work-item em img {
	width: 100%;
}

.sport-icons {
	position: absolute;
	top: 15px;
	padding: 0 10px;
}
 
.sport-icons a {
	display: inline-block;
    margin: 5px;
    background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    padding: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    vertical-align: top;
	position: relative;
}

.recent-work .recent-work-item .sport-icons .fa,
.recent-work .recent-work-item .sport-icons .fas,
.recent-work .recent-work-item .sport-icons .far {
	font-size: 16px;
    position: absolute;
	color: white;
    padding: 0;
    width: auto;
	height: auto;
	margin: 0;
	border-radius: 0;
	background: transparent;
    top: 30%;
    left: 25%;
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;	
}

.sport-icons a:hover .fa,
.sport-icons a:hover .fas,
.sport-icons a:hover .far {
    color: #E02222;
}

.sport-icons a {
	transition: .2s;
}


.sport-icons a + .tooltip-info {
	visibility: hidden;
    background-color: #64aed9;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    font-style: normal;
}

.sport-icons a:hover + .tooltip-info {
  visibility: visible;
}


.course-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.course-label .badge {
    font-size: 17px;
    font-style: normal;
    font-weight: 100;
    padding: 5px 10px;
}

.course-label .badge-success{
    background: #029000;
}

.course-label .badge-primary{
    background: #2196F3;
}

.course-label .badge-danger{
    background: #d43f12;
}

/* Course index view */

.course-location {
    position: absolute;
    top: 15px;
    left: 15px;
}

span.badge.badge-location {
    background-color: #F44336;
}

.recent-work .recent-work-item:hover .recent-work-description {
    color: #fff;
}

.playground-details {
    margin-bottom: 30px;
}

.playground-details .fa,
.playground-details .fas,
.playground-details .far {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 35px;
}

.course-single .btn-primary {
	font-size: 21px;
}

.pricing {
    box-shadow: 0 0 9px #dedede;
    border: 0;
}

.pricing:hover {
    box-shadow: 0 0 9px #de7e60;
    border: 0;
}

/* Course View */

.price-lists > .col-md-3 {
	padding: 0;
}


.price-list-wrapper label {
    display: inline-block;
    margin: 10px;
    padding: 5px 15px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    font-size: 21px;
    cursor: pointer;
	color: #637282;
	transition: .2s;
}

.price-list-wrapper label:before {
	font-family: FontAwesome;
    content: '\f00c';
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
	color: #e0e0e0;
}

.price-list-wrapper label .number {
	font-weight: 500;
}

.price-list-wrapper label.selected {
    border-color: #42ad42;
    color: #42ad42;
}

.price-list-wrapper label:hover,
.price-list-wrapper label.selected {
	color: #3e4d5c;
}

.price-list-wrapper label.selected:before {
    color: #42ad42;
}

.price-list-wrapper label:active {
    box-shadow: 0 0 5px #00000029;
}

.price-list-wrapper input[type="radio"] {
    position: absolute;
	opacity: 0;
}

/* legend styling */
.course-single .legend {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.course-single .legend li {
    display: inline-block;
}

.course-single .legend li:not(:first-child) {
    margin-left: 5px;
}

.course-single .legend li span {
    border: 0;
    border-radius: 50%!important;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
}

.course-single .legend .green-legend {
    background-color: #3fdc3d;
}
.course-single .legend .blue-legend {
    background-color: #3f51b5;
}
.course-single .legend .red-legend {
    background-color: #f44336;
}

.playground-available {
    font-size: 24px;
}

.fc-media-screen .fc-timegrid-event {
    right: 25%;
}

.medical-certificate-index .actions {
	text-align: right;
	margin-bottom: 10px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: black;
}

.certificate-index .caption-subject {
	display: block;
	font-size: 17px;
	margin-bottom: 15px;
}

.certificate-index thead tr.filters {
	display: none;
}

#caljump {
	display: block;
	text-align: right;
	margin-right: 1px;
    margin-bottom: 5px;
    margin-top: 20px;
}

#caljump #months {
    background: #74808c;
    color: white;
    padding: 3px 5px;
}

.fc-v-event .fc-event-title {
	line-height: 10px;
}


.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk {
	white-space: nowrap;
}

.fc-header-toolbar.fc-toolbar .fc-today-button {
    margin-left: 0;
    padding: 6px 10px;
}

@media (max-width: 1024px) { 

 .container.legend {
	 padding: 0;
	 width: 100%!important;
	 margin-bottom: 15px;
 }
 
	.legend .title {
		font-size: 27px;
	}
	
	.my-legend ul li a span {
		padding: 5px 15px;
	}
	
	.my-legend .legend-scale ul li {
		margin: 5px;
	}
	
	.legend .col-md-6 {
		padding: 0;
	}

}


@media only screen and (max-width: 590px) {
	.fc .fc-toolbar-title {
		font-size: 11px;
	}
	
	.fc .fc-toolbar.fc-header-toolbar {
		display: block;
	}
	
	.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk {
		display: inline-block;
		margin-bottom: 5px;
	}
	
	.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:not(:first-child):not(:last-child) {
		padding: 0 5px;
	}

}

.tab-content.has-error {
    background: #fbe5dd;
    border: 1px solid #F44336;
}

.primary-price {
    font-size: 14px;
    margin-left: 15px;
    text-decoration: line-through;
    color: #F44336;
}

/* Checkout Module */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 30px;
}

.card .nav-pills>li {
    float: left;
    margin: 5px;
}

.card .nav-pills>li+li {
    background: #FAFAFA;
    margin: 5px;
}

/* FRONT STEPS CHECKOUT */
.front-steps-wrapper .front-step {
    position: relative;
    padding: 15px 20px 33px;
}
.front-steps-wrapper .step1 {
    background: #7c858e;
}
.front-steps-wrapper .step2 {
    background: #7c858e;
}
.front-steps-wrapper .step3 {
    background: #7c858e;
}

.front-steps-wrapper .step1:before {
    content: "1";
    opacity: 0.2;
}
.front-steps-wrapper .step2:before {
    content: "2";
    right: -15px;
}
.front-steps-wrapper .step3:before {
    content: "3";
}


.front-steps-wrapper .active {
    background: #009fe3;
}

.front-steps-wrapper .front-step:after {
    border-left: 15px solid #7c858e;
}

.front-steps-wrapper .front-step.active:after {
    border-left: 15px solid #83BEE0;
}

/* Course Subscription wizard */
.row.user-categories {
    border: 2px solid #acacac;
    border-radius: 29px!important;
    margin: 30px auto;
}

.user-categories .btn-block {
    margin: 25px auto;
    padding: 15px;
}

.course-single .single-team {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ececec;
    margin: 10px;
	padding: 10px;
}

.course-single .Dates,
.course-single .playgrounds {
	padding: 10px 0;
    font-size: 18px;
}

.single-team .team-img {
	height: 100px;
}

.single-team .team-img img {
	width: 100%;
	max-width: 100px;
	height: auto;
}

.cart-review span.price {
    display: inline-flex;
    float: right;
}

.cart-review .total {
    background: #eaeaea;
}

.coupon-tag {
    background: #00BCD4;
    color: #fff;
    padding: 4px;
}

.coupon-tag a, .coupon-tag a:hover{
    color: #fff;
}

#calendar .fc-timegrid-slot, #calendar .fc-daygrid-day {
    height: 15px;
}

/** Begin - Tournament CSS */
.mytable a:link {
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}
.mytable a:visited {
    color: #fff;
    font-weight:bold;
    text-decoration:none;
}
.mytable a:active,
.mytable a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table.mytable{
    width:90%;
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    margin-left:auto;
    margin-right:auto;
    font-size:12px;
    background:#eaebec;
    border:#ccc 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}
.mytable th {
    color:#fff;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    background:#191970;
}
.mytable th:first-child{
    text-align: center;
    padding-left:20px;
}
.mytable tr{
    text-align: center;
    padding-left:20px;
}
.mytable tr td:first-child{
    text-align: center;
    padding-left:20px;
    border-left: 0;
}
.mytable tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.mytable tr.even td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.mytable tr:last-child td{
    border-bottom:0;
}
.mytable tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.mytable tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.mytable tr:hover td, .overdrag{
    background: #f2f2f2;
    /*transform:scale(1.01);*/
    /*padding-left:20px;*/
    outline:1px solid #191970;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

tr.team-used td{
    background: limegreen!important;
    color: white!important;
}

.cart-review .description {
    display: none;
}

@media print
{
    .no-print
    {
        display: none !important;
    }
}
.kv-grid-table tr.background-green {
    background: #d5ffca!important;
}
.kv-grid-table tr.background-orange {
    background: #fed8b1 !important;
}

.kv-grid-table tr.background-red {
    background: #ffe0dd!important;
}

#default-category-modal .close {
    display: none;
}

.booking-form-helper-text {
    font-size: 16px;
    font-weight: 600;
}

.text-eula {
	padding: 20px;
    border: 0;
    background: #f3f3f3;
    max-height: 600px;
    overflow: auto;
    margin-bottom: 20px;
}