/*------------------------------------------------------------------
 [Master Stylesheet]

  Project:	Stellar Admin [ FREE VERSION ]
  Version:	1.0
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
  ===== Table of Contents =====

  * Bootstrap functions
  * Template variables
  * SCSS Compass Functions
  * Boostrap Main SCSS
  * Template mixins
    + Animation Mixins
    + Background Mixins
    + Badges Mixins
    + BlockQuote Mixins
    + Buttons Mixins
    + Miscellaneous Mixins
    + Paginations
  * Core Styles
    + Reset Styles
    + Fonts
    + Functions
    + Sidebar
    + Navbar
    + Typography
    + Miscellaneous
    + Footer
    + Layouts
    + Utilities
    + Demo styles
    + Dashboard
  * Components
    + Badges
    + Buttons
    + Cards
    + Checkboxes and Radios
    + Forms
    + Icons
    + Lists
    + Pagination
    + Preview
    + Pricing Table
    + Tables
    + Flot Chart
  * Landing screens
    + Auth
    + Error
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------*/


/* === Import Bootstrap functions and variables === */


/*-------------------------------------------------------------------*/


/* === Import template variables === */


/*-------------------------------------------------------------------*/


/* === SCSS Compass Functions === */

@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@-moz-keyframes flash {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes flash {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes flash {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	30% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	40% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	70% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	90% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	30% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	40% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	70% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	90% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	30% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	40% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	70% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	90% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	30% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	40% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	70% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	90% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	30% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	40% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	60% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	70% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	90% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes tada {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	10% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	60% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	70% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	10% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	60% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	70% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@-o-keyframes tada {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	10% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	60% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	70% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@-ms-keyframes tada {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	10% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	60% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	70% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	10% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-moz-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		-o-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	60% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	70% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-moz-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		-o-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-moz-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		-o-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@-moz-keyframes swing {
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transform-origin: top center 50%;
		-moz-transform-origin: top center 50%;
		-ms-transform-origin: top center 50%;
		-o-transform-origin: top center 50%;
		transform-origin: top center 50%;
	}
	20% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes swing {
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transform-origin: top center 50%;
		-moz-transform-origin: top center 50%;
		-ms-transform-origin: top center 50%;
		-o-transform-origin: top center 50%;
		transform-origin: top center 50%;
	}
	20% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-o-keyframes swing {
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transform-origin: top center 50%;
		-moz-transform-origin: top center 50%;
		-ms-transform-origin: top center 50%;
		-o-transform-origin: top center 50%;
		transform-origin: top center 50%;
	}
	20% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-ms-keyframes swing {
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transform-origin: top center 50%;
		-moz-transform-origin: top center 50%;
		-ms-transform-origin: top center 50%;
		-o-transform-origin: top center 50%;
		transform-origin: top center 50%;
	}
	20% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transform-origin: top center 50%;
		-moz-transform-origin: top center 50%;
		-ms-transform-origin: top center 50%;
		-o-transform-origin: top center 50%;
		transform-origin: top center 50%;
	}
	20% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-moz-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		-o-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-moz-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		-o-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-moz-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		-o-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-moz-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		-o-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-moz-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		-o-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-moz-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		-o-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-moz-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		-o-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-moz-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		-o-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-moz-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		-o-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-moz-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		-o-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-o-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-moz-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		-o-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-moz-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		-o-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-moz-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		-o-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-moz-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		-o-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-moz-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		-o-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-ms-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-moz-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		-o-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-moz-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		-o-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-moz-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		-o-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-moz-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		-o-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-moz-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		-o-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-moz-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		-o-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-moz-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		-o-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-moz-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		-o-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-moz-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		-o-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-moz-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		-o-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-moz-keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-o-keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-ms-keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-moz-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
		-moz-transform: skewX(9deg);
		-ms-transform: skewX(9deg);
		-o-transform: skewX(9deg);
		transform: skewX(9deg);
	}
	10% {
		-webkit-transform: skewX(-8deg);
		-moz-transform: skewX(-8deg);
		-ms-transform: skewX(-8deg);
		-o-transform: skewX(-8deg);
		transform: skewX(-8deg);
	}
	20% {
		-webkit-transform: skewX(7deg);
		-moz-transform: skewX(7deg);
		-ms-transform: skewX(7deg);
		-o-transform: skewX(7deg);
		transform: skewX(7deg);
	}
	30% {
		-webkit-transform: skewX(-6deg);
		-moz-transform: skewX(-6deg);
		-ms-transform: skewX(-6deg);
		-o-transform: skewX(-6deg);
		transform: skewX(-6deg);
	}
	40% {
		-webkit-transform: skewX(5deg);
		-moz-transform: skewX(5deg);
		-ms-transform: skewX(5deg);
		-o-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	50% {
		-webkit-transform: skewX(-4deg);
		-moz-transform: skewX(-4deg);
		-ms-transform: skewX(-4deg);
		-o-transform: skewX(-4deg);
		transform: skewX(-4deg);
	}
	60% {
		-webkit-transform: skewX(3deg);
		-moz-transform: skewX(3deg);
		-ms-transform: skewX(3deg);
		-o-transform: skewX(3deg);
		transform: skewX(3deg);
	}
	70% {
		-webkit-transform: skewX(-2deg);
		-moz-transform: skewX(-2deg);
		-ms-transform: skewX(-2deg);
		-o-transform: skewX(-2deg);
		transform: skewX(-2deg);
	}
	80% {
		-webkit-transform: skewX(1deg);
		-moz-transform: skewX(1deg);
		-ms-transform: skewX(1deg);
		-o-transform: skewX(1deg);
		transform: skewX(1deg);
	}
	90% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	100% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
		-moz-transform: skewX(9deg);
		-ms-transform: skewX(9deg);
		-o-transform: skewX(9deg);
		transform: skewX(9deg);
	}
	10% {
		-webkit-transform: skewX(-8deg);
		-moz-transform: skewX(-8deg);
		-ms-transform: skewX(-8deg);
		-o-transform: skewX(-8deg);
		transform: skewX(-8deg);
	}
	20% {
		-webkit-transform: skewX(7deg);
		-moz-transform: skewX(7deg);
		-ms-transform: skewX(7deg);
		-o-transform: skewX(7deg);
		transform: skewX(7deg);
	}
	30% {
		-webkit-transform: skewX(-6deg);
		-moz-transform: skewX(-6deg);
		-ms-transform: skewX(-6deg);
		-o-transform: skewX(-6deg);
		transform: skewX(-6deg);
	}
	40% {
		-webkit-transform: skewX(5deg);
		-moz-transform: skewX(5deg);
		-ms-transform: skewX(5deg);
		-o-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	50% {
		-webkit-transform: skewX(-4deg);
		-moz-transform: skewX(-4deg);
		-ms-transform: skewX(-4deg);
		-o-transform: skewX(-4deg);
		transform: skewX(-4deg);
	}
	60% {
		-webkit-transform: skewX(3deg);
		-moz-transform: skewX(3deg);
		-ms-transform: skewX(3deg);
		-o-transform: skewX(3deg);
		transform: skewX(3deg);
	}
	70% {
		-webkit-transform: skewX(-2deg);
		-moz-transform: skewX(-2deg);
		-ms-transform: skewX(-2deg);
		-o-transform: skewX(-2deg);
		transform: skewX(-2deg);
	}
	80% {
		-webkit-transform: skewX(1deg);
		-moz-transform: skewX(1deg);
		-ms-transform: skewX(1deg);
		-o-transform: skewX(1deg);
		transform: skewX(1deg);
	}
	90% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	100% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
}

@-o-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
		-moz-transform: skewX(9deg);
		-ms-transform: skewX(9deg);
		-o-transform: skewX(9deg);
		transform: skewX(9deg);
	}
	10% {
		-webkit-transform: skewX(-8deg);
		-moz-transform: skewX(-8deg);
		-ms-transform: skewX(-8deg);
		-o-transform: skewX(-8deg);
		transform: skewX(-8deg);
	}
	20% {
		-webkit-transform: skewX(7deg);
		-moz-transform: skewX(7deg);
		-ms-transform: skewX(7deg);
		-o-transform: skewX(7deg);
		transform: skewX(7deg);
	}
	30% {
		-webkit-transform: skewX(-6deg);
		-moz-transform: skewX(-6deg);
		-ms-transform: skewX(-6deg);
		-o-transform: skewX(-6deg);
		transform: skewX(-6deg);
	}
	40% {
		-webkit-transform: skewX(5deg);
		-moz-transform: skewX(5deg);
		-ms-transform: skewX(5deg);
		-o-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	50% {
		-webkit-transform: skewX(-4deg);
		-moz-transform: skewX(-4deg);
		-ms-transform: skewX(-4deg);
		-o-transform: skewX(-4deg);
		transform: skewX(-4deg);
	}
	60% {
		-webkit-transform: skewX(3deg);
		-moz-transform: skewX(3deg);
		-ms-transform: skewX(3deg);
		-o-transform: skewX(3deg);
		transform: skewX(3deg);
	}
	70% {
		-webkit-transform: skewX(-2deg);
		-moz-transform: skewX(-2deg);
		-ms-transform: skewX(-2deg);
		-o-transform: skewX(-2deg);
		transform: skewX(-2deg);
	}
	80% {
		-webkit-transform: skewX(1deg);
		-moz-transform: skewX(1deg);
		-ms-transform: skewX(1deg);
		-o-transform: skewX(1deg);
		transform: skewX(1deg);
	}
	90% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	100% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
}

@-ms-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
		-moz-transform: skewX(9deg);
		-ms-transform: skewX(9deg);
		-o-transform: skewX(9deg);
		transform: skewX(9deg);
	}
	10% {
		-webkit-transform: skewX(-8deg);
		-moz-transform: skewX(-8deg);
		-ms-transform: skewX(-8deg);
		-o-transform: skewX(-8deg);
		transform: skewX(-8deg);
	}
	20% {
		-webkit-transform: skewX(7deg);
		-moz-transform: skewX(7deg);
		-ms-transform: skewX(7deg);
		-o-transform: skewX(7deg);
		transform: skewX(7deg);
	}
	30% {
		-webkit-transform: skewX(-6deg);
		-moz-transform: skewX(-6deg);
		-ms-transform: skewX(-6deg);
		-o-transform: skewX(-6deg);
		transform: skewX(-6deg);
	}
	40% {
		-webkit-transform: skewX(5deg);
		-moz-transform: skewX(5deg);
		-ms-transform: skewX(5deg);
		-o-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	50% {
		-webkit-transform: skewX(-4deg);
		-moz-transform: skewX(-4deg);
		-ms-transform: skewX(-4deg);
		-o-transform: skewX(-4deg);
		transform: skewX(-4deg);
	}
	60% {
		-webkit-transform: skewX(3deg);
		-moz-transform: skewX(3deg);
		-ms-transform: skewX(3deg);
		-o-transform: skewX(3deg);
		transform: skewX(3deg);
	}
	70% {
		-webkit-transform: skewX(-2deg);
		-moz-transform: skewX(-2deg);
		-ms-transform: skewX(-2deg);
		-o-transform: skewX(-2deg);
		transform: skewX(-2deg);
	}
	80% {
		-webkit-transform: skewX(1deg);
		-moz-transform: skewX(1deg);
		-ms-transform: skewX(1deg);
		-o-transform: skewX(1deg);
		transform: skewX(1deg);
	}
	90% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	100% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
}

@keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
		-moz-transform: skewX(9deg);
		-ms-transform: skewX(9deg);
		-o-transform: skewX(9deg);
		transform: skewX(9deg);
	}
	10% {
		-webkit-transform: skewX(-8deg);
		-moz-transform: skewX(-8deg);
		-ms-transform: skewX(-8deg);
		-o-transform: skewX(-8deg);
		transform: skewX(-8deg);
	}
	20% {
		-webkit-transform: skewX(7deg);
		-moz-transform: skewX(7deg);
		-ms-transform: skewX(7deg);
		-o-transform: skewX(7deg);
		transform: skewX(7deg);
	}
	30% {
		-webkit-transform: skewX(-6deg);
		-moz-transform: skewX(-6deg);
		-ms-transform: skewX(-6deg);
		-o-transform: skewX(-6deg);
		transform: skewX(-6deg);
	}
	40% {
		-webkit-transform: skewX(5deg);
		-moz-transform: skewX(5deg);
		-ms-transform: skewX(5deg);
		-o-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	50% {
		-webkit-transform: skewX(-4deg);
		-moz-transform: skewX(-4deg);
		-ms-transform: skewX(-4deg);
		-o-transform: skewX(-4deg);
		transform: skewX(-4deg);
	}
	60% {
		-webkit-transform: skewX(3deg);
		-moz-transform: skewX(3deg);
		-ms-transform: skewX(3deg);
		-o-transform: skewX(3deg);
		transform: skewX(3deg);
	}
	70% {
		-webkit-transform: skewX(-2deg);
		-moz-transform: skewX(-2deg);
		-ms-transform: skewX(-2deg);
		-o-transform: skewX(-2deg);
		transform: skewX(-2deg);
	}
	80% {
		-webkit-transform: skewX(1deg);
		-moz-transform: skewX(1deg);
		-ms-transform: skewX(1deg);
		-o-transform: skewX(1deg);
		transform: skewX(1deg);
	}
	90% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	100% {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
}

@-moz-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.95, 0.95);
		-moz-transform: scale(0.95, 0.95);
		-ms-transform: scale(0.95, 0.95);
		-o-transform: scale(0.95, 0.95);
		transform: scale(0.95, 0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.95, 0.95);
		-moz-transform: scale(0.95, 0.95);
		-ms-transform: scale(0.95, 0.95);
		-o-transform: scale(0.95, 0.95);
		transform: scale(0.95, 0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
}

@-o-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.95, 0.95);
		-moz-transform: scale(0.95, 0.95);
		-ms-transform: scale(0.95, 0.95);
		-o-transform: scale(0.95, 0.95);
		transform: scale(0.95, 0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
}

@-ms-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.95, 0.95);
		-moz-transform: scale(0.95, 0.95);
		-ms-transform: scale(0.95, 0.95);
		-o-transform: scale(0.95, 0.95);
		transform: scale(0.95, 0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.95, 0.95);
		-moz-transform: scale(0.95, 0.95);
		-ms-transform: scale(0.95, 0.95);
		-o-transform: scale(0.95, 0.95);
		transform: scale(0.95, 0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@-ms-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-ms-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-ms-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-ms-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	70% {
		-webkit-transform: scale(0.9, 0.9);
		-moz-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		-o-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	70% {
		-webkit-transform: scale(0.9, 0.9);
		-moz-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		-o-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	70% {
		-webkit-transform: scale(0.9, 0.9);
		-moz-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		-o-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-ms-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	70% {
		-webkit-transform: scale(0.9, 0.9);
		-moz-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		-o-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3, 0.3);
		-moz-transform: scale(0.3, 0.3);
		-ms-transform: scale(0.3, 0.3);
		-o-transform: scale(0.3, 0.3);
		transform: scale(0.3, 0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	70% {
		-webkit-transform: scale(0.9, 0.9);
		-moz-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		-o-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}

@-o-keyframes fadeOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}

@-ms-keyframes fadeOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}

@keyframes fadeOutUp {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@-o-keyframes fadeOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@-ms-keyframes fadeOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@keyframes fadeOutDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}

@-o-keyframes fadeOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}

@-ms-keyframes fadeOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}

@keyframes fadeOutRight {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}

@-ms-keyframes fadeOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}

@keyframes fadeOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
		opacity: 0;
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
		opacity: 0;
	}
}

@-ms-keyframes fadeOutUpBig {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
		opacity: 0;
	}
}

@keyframes fadeOutUpBig {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
		opacity: 0;
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-ms-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-ms-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-ms-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeInUp {
	0% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes fadeInUp {
	0% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInUp {
	0% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInDown {
	0% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes fadeInDown {
	0% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInDown {
	0% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes fadeInLeft {
	0% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInLeft {
	0% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	0% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUpBig {
	0% {
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes fadeInUpBig {
	0% {
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInUpBig {
	0% {
		-webkit-transform: translateY(2000px);
		-moz-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		-o-transform: translateY(2000px);
		transform: translateY(2000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-moz-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		-o-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		-o-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-moz-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		-o-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
		transform: perspective(400px) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-moz-transform: perspective(400px) scale(1);
		-ms-transform: perspective(400px) scale(1);
		-o-transform: perspective(400px) scale(1);
		transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-moz-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		-o-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
		transform: perspective(400px) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-moz-transform: perspective(400px) scale(1);
		-ms-transform: perspective(400px) scale(1);
		-o-transform: perspective(400px) scale(1);
		transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-o-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-moz-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		-o-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
		transform: perspective(400px) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-moz-transform: perspective(400px) scale(1);
		-ms-transform: perspective(400px) scale(1);
		-o-transform: perspective(400px) scale(1);
		transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-ms-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-moz-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		-o-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
		transform: perspective(400px) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-moz-transform: perspective(400px) scale(1);
		-ms-transform: perspective(400px) scale(1);
		-o-transform: perspective(400px) scale(1);
		transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-moz-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		-o-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
		-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
		transform: perspective(400px) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-moz-transform: perspective(400px) scale(1);
		-ms-transform: perspective(400px) scale(1);
		-o-transform: perspective(400px) scale(1);
		transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-moz-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-moz-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		-o-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-moz-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		-o-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-moz-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		-o-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-moz-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		-o-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-o-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-moz-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		-o-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-moz-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		-o-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-ms-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-moz-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		-o-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-moz-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		-o-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-moz-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		-o-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-moz-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		-o-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-moz-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-o-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-ms-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-moz-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		-o-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-moz-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		-o-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-moz-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-moz-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		-o-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-moz-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		-o-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-moz-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		-o-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-moz-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		-o-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-o-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-moz-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		-o-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-moz-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		-o-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-ms-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-moz-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		-o-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-moz-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		-o-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-moz-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		-o-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-moz-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		-o-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-moz-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-o-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-ms-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-moz-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		-o-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-moz-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		-o-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-moz-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-moz-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		-o-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-moz-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		-o-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-moz-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		-o-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-moz-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		-o-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-o-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-moz-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		-o-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-moz-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		-o-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-ms-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-moz-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		-o-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-moz-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		-o-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-moz-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		-o-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-moz-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		-o-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@-moz-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-o-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-ms-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-moz-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		-o-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-moz-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		-o-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(200deg);
		-moz-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		-o-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(200deg);
		-moz-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		-o-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(200deg);
		-moz-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		-o-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(200deg);
		-moz-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		-o-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(200deg);
		-moz-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		-o-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(-200deg);
		-moz-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		-o-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(-200deg);
		-moz-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		-o-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(-200deg);
		-moz-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		-o-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(-200deg);
		-moz-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		-o-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(-200deg);
		-moz-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		-o-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center 50%;
		-moz-transform-origin: center center 50%;
		-ms-transform-origin: center center 50%;
		-o-transform-origin: center center 50%;
		transform-origin: center center 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom 50%;
		-moz-transform-origin: left bottom 50%;
		-ms-transform-origin: left bottom 50%;
		-o-transform-origin: left bottom 50%;
		transform-origin: left bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom 50%;
		-moz-transform-origin: right bottom 50%;
		-ms-transform-origin: right bottom 50%;
		-o-transform-origin: right bottom 50%;
		transform-origin: right bottom 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-moz-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		-o-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-ms-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-moz-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		-o-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-ms-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-o-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-moz-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		-o-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-ms-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-ms-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-moz-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		-o-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-ms-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-moz-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		-o-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform-origin: top left 50%;
		-moz-transform-origin: top left 50%;
		-ms-transform-origin: top left 50%;
		-o-transform-origin: top left 50%;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-ms-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}

@-moz-keyframes rollIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@-webkit-keyframes rollIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@-o-keyframes rollIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@-ms-keyframes rollIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@-moz-keyframes rollOut {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
}

@-webkit-keyframes rollOut {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
}

@-o-keyframes rollOut {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
}

@-ms-keyframes rollOut {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
}

@keyframes rollOut {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-moz-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		-o-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-moz-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		-o-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
}


/*-------------------------------------------------------------------*/


/* === Boostrap Main SCSS === */


/*!
 * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #5E50F9;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #fd5356;
	--red: #df3849;
	--orange: #fd7e14;
	--yellow: #f6e84e;
	--green: #4fc04d;
	--teal: #58d8a3;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #868e96;
	--gray-dark: #0f1531;
	--blue: #5E50F9;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #fd5356;
	--red: #df3849;
	--orange: #fd7e14;
	--yellow: #f6e84e;
	--green: #4fc04d;
	--teal: #58d8a3;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #434a54;
	--gray-light: #aab2bd;
	--gray-lighter: #e8eff4;
	--gray-lightest: #e6e9ed;
	--primary: #24d5d8;
	--secondary: #aab2bd;
	--success: #33c92e;
	--info: #6569df;
	--warning: #fed961;
	--danger: #fd3258;
	--light: #f5f7fa;
	--dark: #32323d;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
}


[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 18px;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

.markdown-container strong {
	font-weight: bold !important;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}


/* a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; } */

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #8d9498;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: left;
}

label {
	display: inline-block;
	font-size: 17px;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	color: inherit;
}

h1,
.h1 {
	font-size: 42px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 32px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 24px;
}

h6,
.h6 {
	font-size: 20px;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #868e96;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #868e96;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

/*To show loader when data is loading @created by FaisalK 21-10-2016 start*/
.page-loader,.section-loader {
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	bottom: 0;
	height: 100%;
	padding-top: 200px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	user-select: none;
	width: 100%;
	z-index: 9999999;
	visibility: hidden;
	background: #fff;
	opacity: .95;
}
.page-loader span,.section-loader span{
	font-size: 14px;
	color: #8d96a8;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.page-loader i,.section-loader i{
	font-size: 12px;
	color: #8d96a8 !important;
}

.page-loader img,.section-loader img{
	display:block;
	margin:auto;
	margin-bottom:1px;
	width: 200px;
}
.section-loader{
	position: absolute;
	z-index: 1029;
}
.loading .page-loader,.section-loader
{
	visibility: visible;
}
.loading
{
overflow:hidden;
}
/*To show loader when data is loading @created by FaisalK 21-10-2016 end*/

/*To show loader when data is loading on the input component @created by FaisalK 23-07-2019 start*/
.field-loader span{
	font-size: 14px;
	color: #a7a7a7;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.field-loader i{
	font-size: 12px;
	color: #eba62d !important;
}

/*To show loader when data is loading on the input component @created by FaisalK 23-07-2019 end*/

/*To disable button @created by FaisalK 2019-05-14 end*/
button:disabled,input[type=button]:disabled, input[type=submit]:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
input[readonly],select[readonly],my-date-picker[readonly] input
{
   background: #f8f8f8 !important;
   cursor: not-allowed;
}
my-date-picker.clickable input[readonly] {
  cursor: pointer;
  width: 85%;
}

/*To disable button @created by FaisalK 2019-05-14 end*/

.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.view-bulk-lease label {
	font-weight: 600;
}

.view-bulk-lease span {
	font-weight: 300;
}
.view-member label {
	font-weight: 600;
}

.view-member span {
	font-weight: 300;
}
.view-membership label {
	font-weight: 600;
}

.view-membership span {
	font-weight: 300;
}

/*To hide frontend until frontend-style.css load @created by FaisalK 2019-07-25 start*/
frontend-container {visibility: hidden;}
/*To hide frontend until frontend-style.css load @created by FaisalK 2019-07-25 end*/
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	padding-top: 70px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.common-btn-2 {
	background: #EBA62D;
	color: #fff;
	padding: 7px 10px 7px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	min-width: 90px;
	transition: all .5s ease-out;
}

.fc-button {
	background: transparent;
	color: #eba62d;
	padding: 0px!important;
	border: none;
	cursor: pointer!important;
	font-size: 21px!important;
	min-width: auto;
	border-radius: 0!important;
	box-shadow: none!important;
	height: auto!important;
	line-height: 21px;
}

.fc-toolbar.fc-header-toolbar {
	position: relative;
	display: table;
	margin: 0 auto 25px;
}

.fc-toolbar h2 {
	font-size: 28px;
	font-weight: 400;
}

.common-btn-2:hover,
.Announcement-box:hover,
.common-btn:hover {
	color: #fff!important;
	background: #00205B;
	transition: all .5s ease-out;
}

.modal-footer .btn {
	min-width: 100px;
	border-radius: 0;
	min-height: 35px;
}

.common-container-box {
	background: #fff;
	padding: 30px;
}

.empty-space {
	height: 32px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.trophy-Box i {
	text-align: center;
	display: inherit;
	font-size: 65px;
	color: #EBA62D;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	table-layout: fixed;
}

.table th,
.table td {
	padding: 15px;
	vertical-align: top;
	border-top: 1px solid #e7e6e5;
}

.table thead th {
	vertical-align: top;
	border-bottom: 1px solid #e7e6e5;
}

.table tbody+tbody {
	border-top: 1px solid #e7e6e5;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #e7e6e5;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #e7e6e5;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f3f5f7;
}

.table-hover tbody tr:hover {
	background-color: #f3f5f7;
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #c2f3f4;
}

.table-hover .table-primary:hover {
	background-color: #aceff0;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #aceff0;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #e7e9ed;
}

.table-hover .table-secondary:hover {
	background-color: #d8dce2;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #d8dce2;
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c6f0c4;
}

.table-hover .table-success:hover {
	background-color: #b2ebb0;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b2ebb0;
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #d4d5f6;
}

.table-hover .table-info:hover {
	background-color: #bfc0f2;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #bfc0f2;
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #fff4d3;
}

.table-hover .table-warning:hover {
	background-color: #ffeeba;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffeeba;
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #fec6d0;
}

.table-hover .table-danger:hover {
	background-color: #feadbb;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #feadbb;
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fcfdfe;
}

.table-hover .table-light:hover {
	background-color: #e9f0f8;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #e9f0f8;
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c6c9;
}

.table-hover .table-dark:hover {
	background-color: #b9b9bd;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9b9bd;
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #f2f2f2;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}


@media (max-width: 575.99px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width: 767.99px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width: 991.99px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.99px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #EBA62D;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
	color: #c9c8c8;
	opacity: 0.8;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 6px);
}

.Label-fld-left-box {
	display: inline-block;
	vertical-align: top;
}

.Label-fld-left {
	padding-top: 7px;
	display: inline;
	float: left;
}

.input-fld-right {
	display: inline;
	float: left;
	width: 60%;
}

.Label-fld-left-box.Label-fld-box-Rate .alert {
	margin-left: 50px;
}

.mydp,
.mydp .headertodaybtn {
	border: 2px solid #f2f2f2!important;
	font-size: 16px;
	padding: 0 0px 0px 0px;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #ffffff;
}

.user-permission-loop {
	display: block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 25px;
}

.user-permission-loop:nth-child(4) .innerLoopBox {}

.user-permission-loop .innerLoopBox {
	display: inline-block;
	width: 30%;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #8d9498;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not([disabled]):not(.disabled) {
	cursor: pointer;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
	background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #212529;
	background-color: #EBA62D;
	border-color: #EBA62D;
}

.btn-primary:hover {
	color: #fff;
	background-color: #00205B;
	border-color: #00205B;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(36, 213, 216, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #eba62d;
	border-color: #eba62d;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #00205B;
	border-color: #00205B;
}

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(36, 213, 216, 0.5);
}

div.record-picker {
	min-height: 350px!important;
	border-radius: 0!important;
}

.record-picker label {
	font-weight: 300!important;
	font-size: 18px!important;
}

.record-picker li:first-child {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}

.record-picker li:last-child {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
	border-bottom: 1px solid #ddd!important;
}

.record-picker li:hover {
	/* background-color: #d8d8d8!important; */
	background-color: #8DB9CA!important;
	color: #fff;
}

.record-picker li.selected {
	background-color: #8DB9CA!important;
	color: #fff;
}

.btn-default {
	background-color: #e9ecef;
}

.btn-secondary {
	color: #212529;
	background-color: #aab2bd;
	border-color: #aab2bd;
}

.btn-secondary:hover {
	color: #212529;
	background-color: #949eac;
	border-color: #8d98a7;
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(170, 178, 189, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #aab2bd;
	border-color: #aab2bd;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #8d98a7;
	border-color: #8691a1;
}

.btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-secondary:not([disabled]):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(170, 178, 189, 0.5);
}

.btn-success {
	color: #fff;
	.record-picker[_ngcontent-c6] li[_ngcontent-c6]:hover {
		background-color: #d8d8d8;
	}
	background-color: #33c92e;
	border-color: #33c92e;
}

.btn-success:hover {
	color: #fff;
	background-color: #2baa27;
	border-color: #289f25;
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 201, 46, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #33c92e;
	border-color: #33c92e;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #289f25;
	border-color: #269522;
}

.btn-success:not([disabled]):not(.disabled):active:focus,
.btn-success:not([disabled]):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 201, 46, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #6569df;
	border-color: #6569df;
}

.btn-info:hover {
	color: #fff;
	background-color: #454ad8;
	border-color: #3b40d6;
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(101, 105, 223, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #6569df;
	border-color: #6569df;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #3b40d6;
	border-color: #3036d4;
}

.btn-info:not([disabled]):not(.disabled):active:focus,
.btn-info:not([disabled]):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(101, 105, 223, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #fed961;
	border-color: #fed961;
}

.btn-warning:hover {
	color: #212529;
	background-color: #fed03b;
	border-color: #fecd2e;
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(254, 217, 97, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	cursor: auto;
	background-color: #EBA62D;
	border-color: #EBA62D;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #fecd2e;
	border-color: #feca22;
}

.btn-warning:not([disabled]):not(.disabled):active:focus,
.btn-warning:not([disabled]):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(254, 217, 97, 0.5);
}

a.btn-forgot-password {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

a.btn-forgot-password:hover {
	text-decoration: none;
}

.btn-danger {
	color: #fff;
	background-color: #fd3258;
	border-color: #fd3258;
}

.btn-danger:hover {
	color: #fff;
	background-color: #fd0c39;
	border-color: #fa0231;
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(253, 50, 88, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #fd3258;
	border-color: #fd3258;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #fa0231;
	border-color: #ed022e;
}

.btn-danger:not([disabled]):not(.disabled):active:focus,
.btn-danger:not([disabled]):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(253, 50, 88, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #dce3ed;
	border-color: #d3dce9;
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 247, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
	background-color: #f5f7fa;
	border-color: #f5f7fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #d3dce9;
	border-color: #cbd5e5;
}

.btn-light:not([disabled]):not(.disabled):active:focus,
.btn-light:not([disabled]):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 247, 250, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #32323d;
	border-color: #32323d;
}

.btn-dark:hover {
	color: #fff;
	background-color: #212128;
	border-color: #1b1b21;
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(50, 50, 61, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #32323d;
	border-color: #32323d;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1b1b21;
	border-color: #15151a;
}

.btn-dark:not([disabled]):not(.disabled):active:focus,
.btn-dark:not([disabled]):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(50, 50, 61, 0.5);
}

.btn-outline-primary {
	color: #24d5d8;
	background-color: transparent;
	background-image: none;
	border-color: #24d5d8;
}

.btn-outline-primary:hover {
	color: #212529;
	background-color: #24d5d8;
	border-color: #24d5d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(36, 213, 216, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #24d5d8;
	background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #212529;
	background-color: #24d5d8;
	border-color: #24d5d8;
	box-shadow: 0 0 0 0.2rem rgba(36, 213, 216, 0.5);
}

.btn-outline-secondary {
	color: #aab2bd;
	background-color: transparent;
	background-image: none;
	border-color: #aab2bd;
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #aab2bd;
	border-color: #aab2bd;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(170, 178, 189, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #aab2bd;
	background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #212529;
	background-color: #aab2bd;
	border-color: #aab2bd;
	box-shadow: 0 0 0 0.2rem rgba(170, 178, 189, 0.5);
}

.btn-outline-success {
	color: #33c92e;
	background-color: transparent;
	background-image: none;
	border-color: #33c92e;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #33c92e;
	border-color: #33c92e;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 201, 46, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #33c92e;
	background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #212529;
	background-color: #33c92e;
	border-color: #33c92e;
	box-shadow: 0 0 0 0.2rem rgba(51, 201, 46, 0.5);
}

.btn-outline-info {
	color: #6569df;
	background-color: transparent;
	background-image: none;
	border-color: #6569df;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #6569df;
	border-color: #6569df;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(101, 105, 223, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #6569df;
	background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #212529;
	background-color: #6569df;
	border-color: #6569df;
	box-shadow: 0 0 0 0.2rem rgba(101, 105, 223, 0.5);
}

.btn-outline-warning {
	color: #fed961;
	background-color: transparent;
	background-image: none;
	border-color: #fed961;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #fed961;
	border-color: #fed961;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(254, 217, 97, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #fed961;
	background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #fed961;
	border-color: #fed961;
	box-shadow: 0 0 0 0.2rem rgba(254, 217, 97, 0.5);
}

.btn-outline-danger {
	color: #fd3258;
	background-color: transparent;
	background-image: none;
	border-color: #fd3258;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #fd3258;
	border-color: #fd3258;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(253, 50, 88, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #fd3258;
	background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #212529;
	background-color: #fd3258;
	border-color: #fd3258;
	box-shadow: 0 0 0 0.2rem rgba(253, 50, 88, 0.5);
}

.btn-outline-light {
	color: #f5f7fa;
	background-color: transparent;
	background-image: none;
	border-color: #f5f7fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 247, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f5f7fa;
	background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #fff;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
	box-shadow: 0 0 0 0.2rem rgba(245, 247, 250, 0.5);
}

.btn-outline-dark {
	color: #32323d;
	background-color: transparent;
	background-image: none;
	border-color: #32323d;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #32323d;
	border-color: #32323d;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(50, 50, 61, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #32323d;
	background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #212529;
	background-color: #32323d;
	border-color: #32323d;
	box-shadow: 0 0 0 0.2rem rgba(50, 50, 61, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #868e96;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.1875rem;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.1875rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #12131a;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #868e96;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #868e96;
	white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group .form-control,
.input-group .custom-select,
.input-group .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .custom-select:focus,
.input-group .custom-file:focus {
	z-index: 3;
}

.input-group .form-control+.form-control,
.input-group .custom-select+.form-control,
.input-group .custom-file+.form-control {
	margin-left: -1px;
}

.input-group .form-control:not(:last-child),
.input-group .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group .form-control:not(:first-child),
.input-group .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group .custom-file {
	display: flex;
	align-items: center;
}

.input-group .custom-file:not(:last-child) .custom-file-control,
.input-group .custom-file:not(:last-child) .custom-file-control::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group .custom-file:not(:first-child) .custom-file-control::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: flex;
	align-items: center;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 2px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
	color: #868e96;
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	margin-bottom: 0;
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	user-select: none;
	background-color: #dee2e6;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #ffffff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #868e96;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 125%;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
	border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #868e96;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #868e96;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:not([disabled]):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.99px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width: 767.99px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width: 991.99px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width: 1199.99px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: #202339;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.icon-btn-box,
.icon-btn-box2 {
	margin: 7px 0px 0 10px;
	color: #EBA62D;
	cursor: pointer;
	background: transparent;
	font-size: 22px;
	padding: 0;
	border: none;
}

.icon-btn-box3 {
	margin: 0 0 0 5px;
	color: #EBA62D;
	cursor: pointer;
	background: transparent;
	font-size: 17px;
	padding: 0;
	border: none;
	line-height: 17px;
	vertical-align: middle;
}

.icon-btn-box:hover,
.icon-btn-box2:hover {
	color: #EBA62D;
}

.icon-btn-box2 i {
	float: right;
}

.navbar-light .navbar-toggler {
	color: #202339;
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
	color: #202339;
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: flex;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: flex;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-group {
		flex-flow: row wrap;
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group>.card:first-child .card-img-top,
	.card-group>.card:first-child .card-header {
		border-top-right-radius: 0;
	}
	.card-group>.card:first-child .card-img-bottom,
	.card-group>.card:first-child .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group>.card:last-child .card-img-top,
	.card-group>.card:last-child .card-header {
		border-top-left-radius: 0;
	}
	.card-group>.card:last-child .card-img-bottom,
	.card-group>.card:last-child .card-footer {
		border-bottom-left-radius: 0;
	}
	.card-group>.card:only-child {
		border-radius: 0.25rem;
	}
	.card-group>.card:only-child .card-img-top,
	.card-group>.card:only-child .card-header {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.card-group>.card:only-child .card-img-bottom,
	.card-group>.card:only-child .card-footer {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		border-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #868e96;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #868e96;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:focus,
.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:not([disabled]):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #868e96;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #212529;
	background-color: #24d5d8;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #1daaac;
}

.badge-secondary {
	color: #212529;
	background-color: #aab2bd;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #8d98a7;
}

.badge-success,
.preview-list .preview-item .preview-thumbnail .badge.badge-online {
	color: #fff;
	background-color: #33c92e;
}

.badge-success[href]:focus,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-online:focus,
.badge-success[href]:hover,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-online:hover {
	color: #fff;
	text-decoration: none;
	background-color: #289f25;
}

.badge-info,
.preview-list .preview-item .preview-thumbnail .badge.badge-offline {
	color: #fff;
	background-color: #6569df;
}

.badge-info[href]:focus,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-offline:focus,
.badge-info[href]:hover,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-offline:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3b40d6;
}

.badge-warning,
.preview-list .preview-item .preview-thumbnail .badge.badge-busy {
	color: #212529;
	background-color: #fed961;
}

.badge-custom,
.preview-list .preview-item .preview-thumbnail .badge.badge-busy {
	color: #212529;
	background-color: #eba62c;
}

.sidebar .nav .nav-item span.badge.badge-custom {
    border-radius: 100%;
    right: 10px;
    top: 34%;
    position: absolute;
}

.badge-custom[href]:focus,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-busy:focus,
.badge-custom[href]:hover,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-busy:hover {
	color: #212529;
	text-decoration: none;
	background-color: #eba62c;
}

.badge-warning[href]:focus,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-busy:focus,
.badge-warning[href]:hover,
.preview-list .preview-item .preview-thumbnail [href].badge.badge-busy:hover {
	color: #212529;
	text-decoration: none;
	background-color: #fecd2e;
}

.badge-danger {
	color: #fff;
	background-color: #fd3258;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #fa0231;
}

.badge-light {
	color: #212529;
	background-color: #f5f7fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d3dce9;
}

.badge-dark {
	color: #fff;
	background-color: #32323d;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1b1b21;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 5px 0 0 0;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #EBA62D;
	font-size: 16px;
	clear: left;
	font-weight: 300;
}

.no-bg {
	background: transparent!important;
}

.modal {
	text-align: center;
	padding: 0!important;
	background: rgba(0, 0, 0, 0.5);
}

.fc-event {
	border: 1px solid rgba(200, 200, 236);
	background: rgba(200, 200, 236);
	font-size: 14px;
	border-radius: 12px;
	margin-bottom: 10px;
	color: #fff;
}

tr:nth-child(2) .fc-event-container .fc-event,
tr:nth-child(7) .fc-event-container .fc-event {
	border: 1px solid rgba(162, 193, 245);
	background: rgba(162, 193, 245);
}
tr:nth-child(3) .fc-event-container .fc-event,
tr:nth-child(8) .fc-event-container .fc-event {
	border: 1px solid rgba(121, 137, 163);
	background: rgba(121, 137, 163);
}
tr:nth-child(4) .fc-event-container .fc-event,
tr:nth-child(9) .fc-event-container .fc-event {
	border: 1px solid rgba(91, 149, 245);
	background: rgba(91, 149, 245);
}
tr:nth-child(5) .fc-event-container .fc-event,
tr:nth-child(10) .fc-event-container .fc-event {
	border: 1px solid rgba(60, 86, 130);
	background: rgba(60, 86, 130);
}

.fc-title {
	padding-left: 5%;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-not-end {
	margin-left: 0%;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {
	margin-right: 0%;
}

.fc-toolbar .fc-right {
	float: left;
	margin-left: 40px;
}

.fc-toolbar .fc-center {
	float: none;
	margin-left: 10px;
	min-width: 220px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-right: 10px;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	min-width: 450px;
	max-width: 900px;
}

.modal-big {
	width: 900px;
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.confirm-msg {
	text-align: left;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
  white-space: pre-line;
  word-break:break-word;
}

.modal-footer .btn {
	min-width: 100px;
	border-radius: 0;
}

.alert-heading {
	color: inherit;
}

.mydp .btnpicker {
	color: #EBA62D!important;
	width: 36px!important;
	display: inline-block!important;
	font-family: "Lato", sans-serif!important;
}

.mydp .btnclearenabled:hover,
.mydp .btndecreaseenabled:hover,
.mydp .btnincreaseenabled:hover,
.mydp .btnpickerenabled:hover,
.mydp .headertodaybtnenabled:hover {
	background-color: transparent!important;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #136f70;
	background-color: #d3f7f7;
	border-color: #c2f3f4;
}

.alert-primary hr {
	border-top-color: #aceff0;
}

.alert-primary .alert-link {
	color: #0c4444;
}

.alert-secondary {
	color: #585d62;
	background-color: #eef0f2;
	border-color: #e7e9ed;
}

.alert-secondary hr {
	border-top-color: #d8dce2;
}

.alert-secondary .alert-link {
	color: #404447;
}

.alert-success {
	color: #fff;
	background-color: #74a43b;
	border-color:#74a43b;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.filter::after {
	color: #EBA62D!important;
	font-size: 28px!important;
	background-image: none!important;
	opacity: 1!important;
	top: -41px!important;
	left: calc(100% - 30px)!important;
	font-family: FontAwesome;
	content: "\f0b0"!important;
}

.alert-success hr {
	border-top-color: #b2ebb0;
}

.alert-success .alert-link {
	color: #103f0f;
}

.alert-info {
	color: #353774;
	background-color: #e0e1f9;
	border-color: #d4d5f6;
}

.alert-info hr {
	border-top-color: #bfc0f2;
}

.alert-info .alert-link {
	color: #252651;
}

.alert-warning {
	color: #847132;
	background-color: #fff7df;
	border-color: #fff4d3;
}

.alert-warning hr {
	border-top-color: #ffeeba;
}

.alert-warning .alert-link {
	color: #5f5124;
}

.alert-danger {
	color: #841a2e;
	background-color: #ffd6de;
	border-color: #fec6d0;
}

.alert-danger hr {
	border-top-color: #feadbb;
}

.alert-danger .alert-link {
	color: #59121f;
}

.alert-light {
	color: #7f8082;
	background-color: #fdfdfe;
	border-color: #fcfdfe;
}

.alert-light hr {
	border-top-color: #e9f0f8;
}

.alert-light .alert-link {
	color: #666768;
}

.alert-dark {
	color: #1a1a20;
	background-color: #d6d6d8;
	border-color: #c6c6c9;
}

.alert-dark hr {
	border-top-color: #b9b9bd;
}

.alert-dark .alert-link {
	color: #030304;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width 0.6s ease;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite;
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
	z-index: 1;
	text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #868e96;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}

.list-group-item-primary {
	color: #136f70;
	background-color: #c2f3f4;
}

a.list-group-item-primary,
button.list-group-item-primary {
	color: #136f70;
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
	color: #136f70;
	background-color: #aceff0;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
	color: #fff;
	background-color: #136f70;
	border-color: #136f70;
}

.list-group-item-secondary {
	color: #585d62;
	background-color: #e7e9ed;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
	color: #585d62;
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
	color: #585d62;
	background-color: #d8dce2;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
	color: #fff;
	background-color: #585d62;
	border-color: #585d62;
}

.list-group-item-success {
	color: #1b6918;
	background-color: #c6f0c4;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #1b6918;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #1b6918;
	background-color: #b2ebb0;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
	color: #fff;
	background-color: #1b6918;
	border-color: #1b6918;
}

.list-group-item-info {
	color: #353774;
	background-color: #d4d5f6;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #353774;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #353774;
	background-color: #bfc0f2;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
	color: #fff;
	background-color: #353774;
	border-color: #353774;
}

.list-group-item-warning {
	color: #847132;
	background-color: #fff4d3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #847132;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #847132;
	background-color: #ffeeba;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
	color: #fff;
	background-color: #847132;
	border-color: #847132;
}

.list-group-item-danger {
	color: #841a2e;
	background-color: #fec6d0;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #841a2e;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #841a2e;
	background-color: #feadbb;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
	color: #fff;
	background-color: #841a2e;
	border-color: #841a2e;
}

.list-group-item-light {
	color: #7f8082;
	background-color: #fcfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
	color: #7f8082;
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
	color: #7f8082;
	background-color: #e9f0f8;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
	color: #fff;
	background-color: #7f8082;
	border-color: #7f8082;
}

.list-group-item-dark {
	color: #1a1a20;
	background-color: #c6c6c9;
}

a.list-group-item-dark,
button.list-group-item-dark {
	color: #1a1a20;
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
	color: #1a1a20;
	background-color: #b9b9bd;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
	color: #fff;
	background-color: #1a1a20;
	border-color: #1a1a20;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.close:not([disabled]):not(.disabled) {
	cursor: pointer;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}


body.modal-open {
overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	/* width: auto; */
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	transform: translate(0, 0);
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 0 10px 0;
	margin: 0 1.5rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-header .close {
	padding: 0;
	margin: -15px -15px 0 0;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem 1.5rem;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 30px 0;
	border-top: none;
}

.modal-footer> :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	/* .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } */
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	bottom: 1px;
	border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
	left: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	left: 1px;
	border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	top: 1px;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
	right: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	right: 1px;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	position: relative;
	display: none;
	align-items: center;
	width: 100%;
	transition: transform 0.6s ease;
	backface-visibility: hidden;
	perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	transform: translateX(0);
}
.no-data-available {
    text-align: center !important;
}
.dataTables_empty {
    display: none !important;
}

@supports (transform-style: preserve-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		transform: translate3d(0, 0, 0);
	}
}

.carousel-item-next,
.active.carousel-item-right {
	transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
	.carousel-item-next,
	.active.carousel-item-right {
		transform: translate3d(100%, 0, 0);
	}
}

.carousel-item-prev,
.active.carousel-item-left {
	transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
	.carousel-item-prev,
	.active.carousel-item-left {
		transform: translate3d(-100%, 0, 0);
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#bedding-assignments-modal .carousel-control-prev-icon {
  background-image: url('../images/arrow-new-left.png');
}

#bedding-assignments-modal .carousel-control-next-icon {
  background-image: url('../images/arrow-new-right.png');
}

#bedding-assignments-modal .carousel-control-next-icon,
#bedding-assignments-modal .carousel-control-prev-icon {
  width: 36px;
  height: 36px;
  background-size: 50%;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #24d5d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #1daaac !important;
}

.bg-secondary {
	background-color: #aab2bd !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #8d98a7 !important;
}

.bg-success {
	background-color: #33c92e !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #289f25 !important;
}

.bg-info {
	background-color: #6569df !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #3b40d6 !important;
}

.bg-warning {
	background-color: #fed961 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #fecd2e !important;
}

.bg-danger {
	background-color: #fd3258 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #fa0231 !important;
}

.bg-light {
	background-color: #f5f7fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #d3dce9 !important;
}

.bg-dark {
	background-color: #32323d !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1b1b21 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #f2f2f2 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #24d5d8 !important;
}

.border-secondary {
	border-color: #aab2bd !important;
}

.border-success {
	border-color: #33c92e !important;
}

.border-info {
	border-color: #6569df !important;
}

.border-warning {
	border-color: #fed961 !important;
}

.border-danger {
	border-color: #fd3258 !important;
}

.border-light {
	border-color: #f5f7fa !important;
}

.border-dark {
	border-color: #32323d !important;
}

.border-white {
	border-color: #ffffff !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex,
.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

.d-print-block {
	display: none !important;
}

@media print {
	.d-print-block {
		display: block !important;
	}
}

.d-print-inline {
	display: none !important;
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
}

.d-print-inline-block {
	display: none !important;
}

@media print {
	.d-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center,
.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	clip-path: none;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.btn-toolbar .btn-group+.btn-group,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #24d5d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #1daaac !important;
}

.text-secondary {
	color: #aab2bd !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #8d98a7 !important;
}

.text-success {
	color: #33c92e !important;
}

a.text-success:focus,
a.text-success:hover {
	color: #289f25 !important;
}

.text-info {
	color: #6569df !important;
}

a.text-info:focus,
a.text-info:hover {
	color: #3b40d6 !important;
}

.text-warning {
	color: #fed961 !important;
}

a.text-warning:focus,
a.text-warning:hover {
	color: #fecd2e !important;
}

.text-danger {
	color: #fd3258 !important;
}

a.text-danger:focus,
a.text-danger:hover {
	color: #fa0231 !important;
}

.text-light {
	color: #f5f7fa !important;
}

a.text-light:focus,
a.text-light:hover {
	color: #d3dce9 !important;
}

.text-dark {
	color: #32323d !important;
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1b1b21 !important;
}

.text-muted,
.preview-list .preview-item .preview-item-content p .content-category {
	color: #8d9498 !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}


/*-------------------------------------------------------------------*/


/* === Template mixins === */


/* Animation Mixins */

@keyframes dropdownAnimation {
	from {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
		transform: translate3d(0, 0px, 0);
	}
}

.dropdownAnimation {
	animation-name: dropdownAnimation;
	-webkit-animation-duration: 0.25s;
	-moz-animation-duration: 0.25s;
	-ms-animation-duration: 0.25s;
	-o-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

.infinite-spin {
	animation-name: spin;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}


/* Miscellaneous Mixins */

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender .Sende-name,
.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender .Sender-message {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
}


/*-------------------------------------------------------------------*/


/* === Core Styles === */


/* Reset Styles */

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.form-control,
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.form-control {
	box-shadow: none;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
	text-shadow: none;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
	outline: 0;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
	outline-width: 0;
	outline-color: transparent;
	box-shadow: none;
	outline-style: none;
}

textarea {
	resize: none;
	overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	text-decoration: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
	outline: 0;
	outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
	outline-offset: 0;
}

.dropdown-menu>li>a:active,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:visited {
	outline: 0 !important;
}

a:focus,
input:focus {
	border-color: transparent;
	outline: none;
}


/* Fonts */

.text-twitter {
	color: #1da1f2 !important;
}

.text-facebook {
	color: #3b579d !important;
}

.text-google {
	color: #dc4a38 !important;
}

.text-linkedin {
	color: #0177b4 !important;
}

.text-pinterest {
	color: #cc2127 !important;
}

.text-youtube {
	color: #e52d27 !important;
}

.text-github {
	color: #333333 !important;
}

.text-behance {
	color: #1769ff !important;
}

.text-dribbble {
	color: #ea4c89 !important;
}

.text-reddit {
	color: #ff4500 !important;
}

.bg-twitter {
	background: #1da1f2;
}

.bg-facebook {
	background: #3b579d;
}

.bg-google {
	background: #dc4a38;
}

.bg-linkedin {
	background: #0177b4;
}

.bg-pinterest {
	background: #cc2127;
}

.bg-youtube {
	background: #e52d27;
}

.bg-github {
	background: #333333;
}

.bg-behance {
	background: #1769ff;
}

.bg-dribbble {
	background: #ea4c89;
}

.bg-reddit {
	background: #ff4500;
}


/* Sidebar */

.first-link-admin {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.navigation-link {
	position: relative;
	padding: 18px 0;
	display: block;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	transition: background 200ms, color 200ms;
}

a.navigation-link p {
	margin-bottom: 0;
	margin-left: -10px;
	font-size: 18px;
	font-weight: 400;
}

.first-link-admin h6 {
	margin-top: 5px;
	color: #000;
	word-break: inherit;
	word-wrap: break-word;
}

li.nav-item.nav-category.first-link-item a {
	display: block!important;
	text-align: center!important;
	margin: 0 auto;
	padding: 18px!important;
}

.inner1-counter-number-box {
	width: 90%;
	margin: 15px 0 0 35px;
}

.inner2-counter-number-box {
	/* float: left; */
	margin: 0px 0 0 0px;
	padding: 0 25px;
}

.counter-number-box {
	border: #e7e6e5 1px solid;
	background: #fff;
	text-align: center;
	width: 13.4%;
	margin-right: 2%;
	float: left;
	margin-bottom: 30px;
	min-height: 143px;
	padding-top: 10px;
}

.lbl-counter-number-box {
	text-align: left!important;
	margin: 0 0 10px 0;
	display: block;
}

.counter-number-box.counter-number-box2 {
	width: 69%;
}

.counter-number-box h1 {
	color: #EBA62D;
}

.sidebar {
	background: #FBF9F9;
	font-family: "Lato", sans-serif;
	min-height: 100%;
	padding: 0;
	position: absolute;
	width: 240px;
	z-index: 11;
	transition: width 0.25s ease, background 0.25s ease;
	-webkit-transition: width 0.25s ease, background 0.25s ease;
	-moz-transition: width 0.25s ease, background 0.25s ease;
	-ms-transition: width 0.25s ease, background 0.25s ease;
}

.sidebar .nav {
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 0;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: padding;
	-moz-transition-property: padding;
	-o-transition-property: padding;
	transition-property: padding;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.sidebar .nav .nav-item {
	background: #fff;
	border-bottom: #e7e6e5 1px solid;
	border-left: #e7e6e5 1px solid;
	border-right: #e7e6e5 1px solid;
	position: relative;
	display: block;
}

.sidebar .nav .nav-item:hover {
	background: #8DB9CA;
}

.sidebar .nav .nav-item.first-link-item:hover {
	background: #fff;
}

.sidebar .nav .nav-item.active {
	background: #8DB9CA;
}

.sidebar .nav .nav-item:hover .nav-link p {
	color: #fff;
}

.sidebar .nav .nav-item.active a {
	color: #fff;
}


/* @Added by FaisalK @Date 2019-02-19 @Desc - Unauthorized access module navigation disable --- start*/

.sidebar .nav-disabled {
	cursor: not-allowed;
}

.sidebar .nav-disabled .navigation-link {
	pointer-events: none;
}

.sidebar .nav-disabled.nav-item:hover,
.sidebar .nav-disabled.nav-item:hover i,
.sidebar .nav-disabled.nav-item:hover p {
	background: none !important;
	color: black !important;
}


/* @Added by FaisalK @Date 2019-02-19 @Desc - Unauthorized access module - navigation disable --- end*/

.orangelink-tab {
	padding: 12px 0 !important;
	color: #fff!important;
	background: #EBA62D;
	cursor: pointer;
}

.Search-input-fld {
	font-weight: 300;
	width: 100%;
	height: 80px;
	border: #e7e6e5 1px solid;
	margin-bottom: 10px;
	padding-left: 60px;
	background: url(../images/search-icon.png) no-repeat #fff 24px center;
	color: #000;
	font-size: 28px;
	padding-right: 30px;
	/*    margin-right: 2%; */
	float: left;
}

#myUL {
	cursor: pointer;
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 80px;
}

#mySearch {
	font-weight: 300!important;
	width: 100%;
	height: 80px;
	border: #e7e6e5 1px solid!important;
	margin-bottom: 10px!important;
	padding-left: 60px!important;
	background: url(../images/search-icon.png) no-repeat #fff 24px center!important;
	color: #000!important;
	font-size: 28px!important;
	padding-right: 30px!important;
	/*    margin-right: 2%; */
	float: left;
}

#myUL li a {
	background-color: #fff;
}

#myUL li a:hover {
	background-color: #ececec;
}

.search-container {
	position: relative;
	float: left;
	width: 79.5%;
	margin-right: 2%;
}

.search-clearBtn {
	height: 80px;
	font-size: 22px;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	color: #EBA62D;
	background: transparent;
	position: absolute;
	display: block;
	right: 20px;
	z-index: 999;
}

#myUL li a.res_icon {
	background-image: url(../images/house-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.des_icon {
	background-image: url(../images/destination-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.act_icon {
	background-image: url(../images/Experiences-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.acc_icon {
	background-image: url(../images/account-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.mem_icon {
	background-image: url(../images/member-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.tea_icon {
	background-image: url(../images/teammates-icon-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.fun_icon {
	background-image: url(../images/Portfolios-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.rec_icon {
	background-image: url(../images/Portfolios-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

#myUL li a.bul_icon {
	background-image: url(../images/Portfolios-icon-small.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 52px!important;
}

.Hidden {
	visibility: hidden;
}

.rt-col {
	margin-bottom: 0;
	padding-top: 10px;
}

.add-dlr {
	display: block;
	float: left;
	height: 100%;
	padding-top: 8px;
}

.add-dlr-fld-box div {
	float: left;
}

.add-dlr-fld-box div.alert {
	float: none;
}

.add-dlr-fld {
	display: inline-flex;
	width: 230px;
}

.add-dlr-lbl {
	margin-bottom: 0;
	display: block;
	float: left;
	padding-top: 8px;
}

.add-dlr-fld-box {
	display: block;
	float: left;
}

.auto-gen-fld .ui-autocomplete-input-token input {
	border: 2px solid #f2f2f2!important;
	font-size: 16px!important;
	padding: 10px 15px!important;
	line-height: 18px!important;
	font-family: "Lato", sans-serif!important;
	font-weight: 400!important;
	border-radius: 4px!important;
	display: block!important;
	width: 360px!important;
}

.ui-autocomplete .ui-autocomplete-panel {
	min-width: 360px!important;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
	font-size: 16px!important;
}

.auto-gen-fld .ui-autocomplete-multiple-container.ui-inputtext {
	padding: 0!important;
	margin: 0!important;
	overflow: visible!important;
}

.auto-gen-fld .ui-inputtext.ui-state-focus,
.ui-inputtext:focus {
	box-shadow: none!important;
	border: none!important;
	outline: none!important;
}

.auto-gen-fld .ui-autocomplete .ui-autocomplete-panel {
	min-width: 100px!important;
	width: 330px!important;
	left: 2px!important;
	overflow: auto!important;
}

.auto-gen-fld .ui-autocomplete {
	display: block!important;
}

.auto-gen-fld .ui-autocomplete-panel .ui-autocomplete-list {
	width: 328px!important;
}

.auto-gen-fld .ui-autocomplete-panel .ui-autocomplete-list-item {
	font-size: 16px!important;
}

.auto-gen-fld .ui-state-highlight {
	background-color: #EBA62D!important;
	margin-right: 5px!important;
}

.tagName li {
	position: relative;
	list-style: none;
	padding-left: 12px;
	font-size: 15px;
}

ul.tagName {
	padding-left: 0!important;
}

.auto-gen-fld .ui-autocomplete-multiple-container li:last-child {
	margin-top: 5px!important;
	display: block!important;
	margin-left: 0!important;
}

.tagName li:before {
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	top: 11px;
	background-color: #EBA62D;
	display: block;
	content: '';
	border-radius: 35px;
}

.destination {
	width: 96%;
	height: 174px;
	overflow-x: auto;
	border: #f2f2f2 1px solid;
}

.portfolio {
	width: 100%;
	height: 174px;
	overflow-x: auto;
	border: #f2f2f2 1px solid;
	padding: 20px;
}

.orange-color {
	top: -1px;
	color: #EBA62D;
	font-size: 19px;
	line-height: 19px;
	right: 2px;
	vertical-align: top;
}

.pendingReserViewBtn {
	padding-left :40px;
	cursor: pointer;
}

.reservationRef {
	cursor: pointer;
}

.fc-today-button,
.fc-agendaFourWeeks-button {
	display: none;
}

.make-center {
	margin: 0 auto;
	display: table!important;
}

.image-upload {
	text-align: center;
}

.ui-calendar {
	display: block!important;
	border: 2px solid #f2f2f2!important;
	font-size: 16px;
	padding: 0 0px 0px 0px;
	border-radius: 4px;
	min-height: 42px;
}

.ui-inputtext {
	background: #ffffff;
	color: #222222;
	-webkit-transition: .2s;
	transition: .2s;
	width: 96%;
	border: none!important;
}

.ui-widget.ui-button,
.ui-button {
	border: none!important;
	color: #EBA62D!important;
	background: transparent!important;
}

.error-txt {
	color: #EBA62D;
}

.navigation-iconBox {
	background-size: 60%!important;
	margin: 0 0 0 10px;
	width: 50px!important;
	background-position: left center!important;
}

.navigation-icon-imgContent-Box {
	height: 73px;
	overflow: hidden;
	border-radius: 112px;
	width: 73px;
	margin: 0 auto;
	display: block;
}

.navigation-icon-img {
	width: 73px;
	border-radius: 112px;
}

.navigation-icon-img1 {
	background: url(../images/Dashboard-icon.png) no-repeat;
	width: 50px;
	height: 34px;
}


/* @Modified by FaisalK @Date 2019-02-19 @Desc - Unauthorized access module - navigation disable :not(.nav-disabled)*/

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img1,
.sidebar .nav .nav-item.active .navigation-icon-img1 {
	background: url(../images/Dashboard-icon-hover.png) no-repeat;
}

.navigation-icon-img2 {
	background: url(../images/Residences-icon.png) no-repeat;
	width: 40px;
	height: 40px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img2,
.sidebar .nav .nav-item.active .navigation-icon-img2 {
	background: url(../images/Residences-icon-hover.png) no-repeat;
}

.navigation-icon-img3 {
	background: url(../images/Reservations-icon.png) no-repeat;
	width: 40px;
	height: 40px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img3,
.sidebar .nav .nav-item.active .navigation-icon-img3 {
	background: url(../images/Reservations-icon-hover.png) no-repeat;
}

.navigation-icon-img4 {
	background: url(../images/Destinations-icon.png) no-repeat;
	width: 40px;
	height: 40px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img4,
.sidebar .nav .nav-item.active .navigation-icon-img4 {
	background: url(../images/Destinations-icon-hover.png) no-repeat;
}

.navigation-icon-img5 {
	background: url(../images/Experiences-icon.png) no-repeat;
	width: 30px;
	height: 40px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img5,
.sidebar .nav .nav-item.active .navigation-icon-img5 {
	background: url(../images/Experiences-icon-hover.png) no-repeat;
}

.navigation-icon-img6 {
	background: url(../images/account-icon.png) no-repeat;
	width: 40px;
	height: 34px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img6,
.sidebar .nav .nav-item.active .navigation-icon-img6 {
	background: url(../images/account-icon-hover.png) no-repeat;
}

.navigation-icon-img7 {
	background: url(../images/members-icon.png) no-repeat;
	width: 50px;
	height: 37px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img7,
.sidebar .nav .nav-item.active .navigation-icon-img7 {
	background: url(../images/members-icon-hover.png) no-repeat;
}

.navigation-icon-img8 {
	background: url(../images/teammates-icon.png) no-repeat;
	width: 40px;
	height: 37px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img8,
.sidebar .nav .nav-item.active .navigation-icon-img8 {
	background: url(../images/teammates-icon-hover.png) no-repeat;
}

.navigation-icon-img9 {
	background: url(../images/Portfolios-icon.png) no-repeat;
	width: 40px;
	height: 33px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img9,
.sidebar .nav .nav-item.active .navigation-icon-img9 {
	background: url(../images/Portfolios-icon-hover.png) no-repeat;
}

.navigation-icon-img10 {
	background: url(../images/Credits-Purchases-icon.png) no-repeat;
	width: 40px;
	height: 27px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img10,
.sidebar .nav .nav-item.active .navigation-icon-img10 {
	background: url(../images/Credits-Purchases-icon-hover.png) no-repeat;
}

.navigation-icon-img11 {
	background: url(../images/Reviews-icon.png) no-repeat;
	width: 31px;
	height: 30px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img11,
.sidebar .nav .nav-item.active .navigation-icon-img11 {
	background: url(../images/Reviews-icon-hover.png) no-repeat;
}

.navigation-icon-img12 {
	background: url(../images/Notifications-icon.png) no-repeat;
	width: 30px;
	height: 36px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img12,
.sidebar .nav .nav-item.active .navigation-icon-img12 {
	background: url(../images/Notifications-icon-hover.png) no-repeat;
}

.navigation-icon-img13 {
	background: url(../images/holds-icon.png) no-repeat;
	width: 30px;
	height: 36px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img13,
.sidebar .nav .nav-item.active .navigation-icon-img13 {
	background: url(../images/holds-icon-hover.png) no-repeat;
}

.navigation-icon-img14 {
	background: url(../images/approvals-icon.png) no-repeat;
	width: 30px;
	height: 36px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img14,
.sidebar .nav .nav-item.active .navigation-icon-img14 {
	background: url(../images/approvals-icon-hover.png) no-repeat;
}

.navigation-icon-img15 {
	background: url(../images/Announcements-2-icon.png) no-repeat;
	width: 38px;
	height: 34px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img15,
.sidebar .nav .nav-item.active .navigation-icon-img15 {
	background: url(../images/Announcements-2-icon-hover.png) no-repeat;
}

.navigation-icon-img16 {
	background: url(../images/Reporting-icon.png) no-repeat;
	width: 40px;
	height: 40px;
}
.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img16,
.sidebar .nav .nav-item.active .navigation-icon-img16 {
	background: url(../images/Reporting-icon-hover.png) no-repeat;
}
.navigation-icon-img17 {
	background: url(../images/setting-icon.png) no-repeat;
	width: 27px;
	height: 32px;
}
.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img17,
.sidebar .nav .nav-item.active .navigation-icon-img17 {
	background: url(../images/setting-icon-hover.png) no-repeat;
}
.navigation-icon-img18 {
	background: url(../images/logout-icon.png) no-repeat;
	width: 40px;
	height: 40px;
}

.sidebar .nav .nav-item:hover:not(.nav-disabled) .navigation-icon-img18,
.sidebar .nav .nav-item.active .navigation-icon-img18 {
	background: url(../images/logout-icon-hover.png) no-repeat;
}


.Select-Airport-Section {
	float: left;
	width: 80%;
}

a.back-FB {
	position: absolute;
	top: 30px;
	left: 55px;
	color: #000;
}

.red-color-error {
	color: red!important;
}

.forget-btn-cancel {
	width: 47%;
	float: right;
	text-align: center;
}

.common-btn.forget-btn-cancel:hover,
.common-btn.forget-btn:hover {
	background: #EBA62D;
}

.forget-btn {
	width: 47%;
}

.login-content-Box .common-btn {
	background: #eba62d;
	color: #fff;
	cursor: pointer;
	display: flex;
	border: none;
	border-radius: 0;
	height: 40px;
	width: 100%;
	justify-content: center;
	font-size: 18px;
	line-height: normal;
	align-items: center;
}

.login-content-Box .common-btn.forget-btn,
.login-content-Box .common-btn.forget-btn-cancel {
	width: 47%!important;
}

.login-content-Box input:disabled {
	opacity: 0.8;
	cursor: default;
}

.submit-box {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	font-weight: 300;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	font-weight: 300;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
	font-weight: 300;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	font-weight: 300;
}

.Announcement-box {
	background: #EBA62D;
	color: #fff;
	height: 80px;
	font-size: 18px;
	padding: 0;
	vertical-align: middle;
	display: block;
	width: 18.5%;
	float: right;/* changed from left to right by anu for feedback changes userstory*/
	cursor: pointer;
	border: none;
}
a.Announcement-box {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a:focus,
input:focus {
	border-color: #EBA62D;
}

.Announcement-box a {
	margin: 0;
	display: flex;
	color: #fff;
	text-align: left;
	justify-content: center;
	align-items: center;
}

img.Announcement-icon-img {
	display: block;
}

.Announcement-box span {
	display: block;
	margin-left: 15px;
	line-height: 23px;
}

.fc-day-grid-event {
	cursor: pointer;
}

.sidebar ul.nav {
	width: 80%;
	margin: 0 auto 0;
}

.commom-tab li.nav-item {
	font-size: 21px;
}

.commom-tab .nav-tabs {
	border-bottom: #e7e6e5 1px solid;
	width: 100%;
}

.commom-tab .nav-tabs .nav-item {
	margin-bottom: 0;
}

.commom-tab .nav-tabs .nav-link.active,
.commom-tab .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background-color: #fff;
	border-bottom: #EBA62D 5px solid;
	border-top: none;
	border-left: none;
	border-right: none;
}

.column-header .column-sort-icon .column-sortable-icon {
	color: #EBA62D!important;
}

.refresh-button i,
button i.fa-list {
	color: #EBA62D!important;
}

.commom-tab .nav-tabs .nav-link:focus,
.commom-tab .nav-tabs .nav-link:hover {
	border-bottom: #EBA62D 5px solid;
	border-top: none;
	border-left: none;
	border-right: none;
}

.commom-tab .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #000;
	font-weight: 400;
}

.commom-tab .tab-content-basic {
	margin-top: 40px;
}

.common-table tr th,
.common-table tr td {
	border-bottom: #e7e6e5 1px solid;
	width: 20%;
}

.user-permission-body ul {
	padding: 0;
}

.purchase-table-box tr td {
	word-break: break-word;
	word-wrap: break-word;
}

.review-Responses-box label {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
}

.review-Responses-box span {
	padding: 0 7px;
	font-weight: 600;
}

.range-details-Box.range-details-Box-second li {
	min-width: 260px;
}

.review-Responses-box {
	margin-bottom: 25px;
}

.review-Responses-box div {
	word-break: break-word;
	font-weight: 300;
}

.commom-tab {
	margin-bottom: 50px;
}

.common-table tr th {
	padding: 15px;
}

.common-table.common-table2 tr td {
	padding: 15px;
}

.common-table.common-table2 table {
	/* border-right: #e7e6e5 1px solid; */
}

.common-table.common-table2 table tr td:last-child {
	border-right: 1px solid #e7e6e5;
}

.common-table.common-table2.Account-balance-table2 tr th {
	border: none;
}

.common-table.common-table2 tr td,
.common-table.common-table2 tr th {
	border-left: #e7e6e5 1px solid;
}

.common-table table th:nth-child(1) {
	width: 20%;
}

.common-table3 tr th:nth-child(1),
.common-table3 tr td:nth-child(1) {
	border-bottom: #e7e6e5 1px solid;
	width: 55px;
}

.common-table3 table {
	border-right: #e7e6e5 1px solid;
}

.common-table3 tr th,
.common-table3 tr td {
	border-bottom: #e7e6e5 1px solid;
	padding: 15px;
}

.common-table3 tr td,
.common-table3 tr th {
	border-left: #e7e6e5 1px solid;
}

.common-table table th:nth-child(2) {
	width: 25%;
}

.common-table tr td {
	padding: 0;
}

.common-table tr td span {
	/* padding: 8px 15px;
	display: block;
	border-right: #e7e6e5 1px solid; */
	/* margin: 8px 0; */
	font-weight: 300;
}

.Upload-linkBox a {
	color: #000;
}

.common-table tr td:last-child span {
	border-right: none;
}

.form-control.form-control-upload {
	padding: 7px 15px;
}

.pagination-pages i {
	color: #EBA62D;
}

.common-table3 .controlBoxContainer {
	width: 25px;
	height: 25px;
}

.common-table3 .controlBoxContainer .control {
	margin-bottom: 0;
	padding-top: 0;
}

.common-table3 .controlBoxContainer .control_indicator {
	top: -18px;
}

.common-table3 tr th:nth-child(2) {
	width: 27%;
}


/* .common-table tr td  {
    font-size: 18px;
    font-weight: 400;
} */

.Create-New-Teammate-box {
	margin: 20px 0 30px;
}

.sidebar .nav .nav-item:last-child {
	border-bottom: none;
}

.sidebar .nav .nav-item .collapse {
	z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
	/* display: block; */
	display: flex;
	cursor: pointer;
	padding: 10px 0;
	text-align: left;
	/* text-align:center; */
	/* padding: 18px 0; */
	justify-content: flex-start;
	align-items: center;
	white-space: normal;
	color: #000;
	font-size: 0.8rem;
	font-family: "Lato", sans-serif;
	min-height: 60px;
	word-break: inherit;
	word-wrap: break-word;
}

.date-boxSec {
	float: left;
	width: 85%;
}

.not-date-box {
	float: left;
	width: 15%;
}

.sidebar .nav .nav-item .nav-link .menu-title {
	display: inline-block;
}

.sidebar .nav .nav-item .nav-link:hover {
	color: #000;
}

.sidebar .nav .nav-item .nav-link i {
	font-size: inherit;
	float: right;
	color: inherit;
}

.sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link i {
	color: #000;
}

.sidebar .nav .nav-item.nav-category {
	color: #32323d;
	font-family: 'source-sans-pro-semibold', sans-serif;
	font-size: 0.8125rem;
	line-height: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
}

.sidebar .nav .nav-item.nav-category .nav-link {
	padding: 2.625rem 1.4rem 0.625rem;
	color: #4fc04d;
}

.sidebar .nav.sub-menu {
	padding-left: 0;
}

.sidebar .nav.sub-menu .nav-item {
	border-bottom: none;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
	color: #aeaeae;
	font-size: 0.75rem;
	padding: 0.75rem 1.4rem;
}

.sidebar .nav.sub-menu .nav-item.active .nav-link {
	border-left: 0;
	color: #24d5d8;
	background: transparent;
}

button i {
	margin-right: 0!important;
}


/* style for off-canvas menu*/

@media screen and (max-width: 991px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas.row-offcanvas-right {
		right: 0;
	}
	/* .row-offcanvas.row-offcanvas-right .sidebar-offcanvas {
		right: -100%;
	} */
	.row-offcanvas.row-offcanvas-right.active {
		right: 50%;
	}
	.row-offcanvas.row-offcanvas-right.active .sidebar-offcanvas {
		right: -50%;
	}
	.row-offcanvas.row-offcanvas-left {
		left: 0;
	}
	.row-offcanvas.row-offcanvas-left .sidebar-offcanvas {
		left: -100%;
	}
	.row-offcanvas.row-offcanvas-left.active {
		left: 50%;
	}
	.row-offcanvas.row-offcanvas-left.active .sidebar-offcanvas {
		left: -50%;
	}
	/* .row-offcanvas .sidebar-offcanvas {
		position: absolute;
		top: 30px;
		width: 100%;
		z-index: 99999;
	} */
	.row-offcanvas .sidebar-offcanvas .nav {
		display: block;
	}
}

@media screen and (max-width: 350px) {
	.row-offcanvas.row-offcanvas-right.active {
		right: 100%;
	}
	.row-offcanvas.row-offcanvas-right.active .sidebar-offcanvas {
		right: -100%;
	}
	.row-offcanvas .sidebar-offcanvas {
		width: 100%;
		padding: 0 2rem 41px 1.4375rem;
	}
}


/* Navbar */

.navbar {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(216, 216, 216, 0.8);
	padding: 15px 26px 15px 26px;
}

.navbar-brand-logo {
	padding-left: 0px;
	padding-right: 20px;
	border-right: #8DB9CA solid 2px;
	padding-top: 0;
}

.heading-header-box {
	padding-left: 15px;
	font-weight: 400;
	font-size: 24px;
}


/* .navbar .navbar-brand-wrapper {
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 240px; } */

.navbar .navbar-brand-wrapper .navbar-brand {
	margin-right: 0;
	font-family: "Lato", sans-serif;
	padding-bottom: 0;
	margin-right: 0;
}

.navbar .navbar-brand-wrapper .navbar-brand:active,
.navbar .navbar-brand-wrapper .navbar-brand:focus,
.navbar .navbar-brand-wrapper .navbar-brand:hover {
	color: #1b2658;
}

.navbar .navbar-brand-wrapper .brand-logo-mini {
	display: none;
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
	width: 15px;
	max-width: 100%;
}


/* .navbar .navbar-menu-wrapper {
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 240px); } */

.navbar .navbar-menu-wrapper .navbar-toggler {
	border: 0;
	color: #32323d;
}

.navbar .navbar-menu-wrapper .page-name {
	margin-bottom: 0;
	color: #32323d;
	font-size: 1rem;
	font-weight: 500;
}

.navbar .navbar-menu-wrapper .navbar-nav {
	flex-direction: row;
	align-items: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
	font-size: 0.875rem;
	margin-left: 5px;
	margin-right: 15px;
	padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i {
	font-size: 1.25rem;
	vertical-align: middle;
	color: #32323d;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .count-indicator {
	position: relative;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .count-indicator .count {
	position: absolute;
	right: 37%;
	width: 5px;
	height: 5px;
	top: -4px;
	color: #ffffff;
	background: #24d5d8;
	border-radius: 100%;
	text-align: center;
	font-size: 0.6rem;
	font-weight: 600;
	vertical-align: middle;
	padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .search-input .input-group .input-group-addon {
	color: #434a54;
	font-weight: 500;
	background: #ffffff;
	border: none;
	padding: 0;
	width: auto;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .search-input .input-group .form-control {
	border: none;
	width: 100px;
	font-size: 0.9rem;
	font-weight: 500;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .search-input .input-group .form-control:-ms-input-placeholder {
	color: #434a54;
	font-size: 0.9rem;
	font-weight: 500;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .search-input .input-group .form-control:-moz-placeholder {
	color: #434a54;
	font-size: 0.9rem;
	font-weight: 500;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .search-input .input-group .form-control::-moz-placeholder {
	color: #434a54;
	font-size: 0.9rem;
	font-weight: 500;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .search-input .input-group .form-control::-webkit-input-placeholder {
	color: #434a54;
	font-size: 0.9rem;
	font-weight: 500;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-dropdown .dropdown-item {
	border-bottom: 1px solid rgba(50, 50, 61, 0.1);
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-dropdown .dropdown-item:last-child {
	border-bottom: none;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-dropdown .dropdown-item .preview-thumbnail {
	border: 1px solid #f2f2f2;
	border-radius: 50px;
	vertical-align: middle;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-dropdown .dropdown-item .preview-thumbnail .preview-icon {
	vertical-align: middle;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-dropdown .dropdown-item .preview-thumbnail .preview-icon i {
	color: #32323d;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-dropdown .dropdown-item .preview-item-content p {
	font-size: 13px;
	margin-bottom: 5px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-dropdown .dropdown-item .preview-item-content .preview-subject {
	font-weight: 600;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.lang-dropdown {
	border-left: 1px solid #f2f2f2;
	margin-left: 10px;
	padding-left: 15px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.lang-dropdown .nav-link {
	color: #32323d;
	margin-left: 15px;
	margin-right: 30px;
	font-size: 1rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.lang-dropdown .nav-link img {
	margin-left: 5px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.lang-dropdown .nav-link i {
	font-size: 1rem;
	margin-left: 8px;
}

.navbar .navbar-menu-wrapper .navbar-dropdown {
	font-size: 0.9rem;
	position: absolute;
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-menu-wrapper .navbar-dropdown:after,
.navbar .navbar-menu-wrapper .navbar-dropdown:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.navbar .navbar-menu-wrapper .navbar-dropdown:after {
	top: -19px;
	border-color: transparent transparent #ffffff transparent;
	border-width: 10px;
	left: 16px;
	right: auto;
}

.navbar .navbar-menu-wrapper .navbar-dropdown:before {
	top: -22px;
	border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
	border-width: 11px;
	left: 15px;
	right: auto;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item {
	padding: 0.5rem 1.5rem;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender-img {
	position: relative;
	margin-right: 15px;
	padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender-img img {
	width: 40px;
	min-width: 40px;
	border-radius: 100%;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender-img .badge {
	margin-left: 10px;
	height: 10px;
	width: 10px;
	padding: 4px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender {
	max-width: 100%;
	max-width: 215px;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender .Sende-name {
	font-weight: 600;
	margin: 0;
	font-size: 13px;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .dropdown-item .sender .Sender-message {
	font-weight: 500;
	margin: 0;
	font-size: 12px;
	opacity: 0.6;
}

.navbar .navbar-menu-wrapper .navbar-dropdown.mail-notification .view-all {
	color: #32323d;
	display: block !important;
	text-align: center;
}

.navbar .navbar-menu-wrapper .navbar-dropdown .dropdown-menu {
	-webkit-box-shadow: -3px 6px 27px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -3px 6px 27px 3px rgba(0, 0, 0, 0.1);
	box-shadow: -3px 6px 27px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(182, 182, 182, 0.1);
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
}

.navbar .navbar-menu-wrapper .navbar-dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid white;
	margin-bottom: 0;
	padding: 11px 13px;
	max-width: 300px;
	font-size: 13px;
}

td.index-column {
	padding: 0!important;
	text-align: center;
}

@media (min-width: 992px) {
	.navbar .navbar-menu-wrapper .navbar-dropdown {
		right: 0;
		left: auto;
	}
	.navbar .navbar-menu-wrapper .navbar-dropdown:after {
		right: 16px;
		left: auto;
	}
	.navbar .navbar-menu-wrapper .navbar-dropdown:before {
		right: 15px;
		left: auto;
	}
}

.navbar.fixed-top+.page-body-wrapper {
	padding-top: 58px;
}

@media (max-width: 991px) {
	.navbar {
		flex-direction: row;
	}
	/* .navbar .navbar-brand-wrapper {
		width: 70px;
	} */
	.navbar .navbar-brand-wrapper .brand-logo {
		/* display: none; */
	}
	.navbar .navbar-brand-wrapper .brand-logo-mini {
		display: inline-block;
	}
	.navbar .navbar-menu-wrapper {
		width: calc(100% - 70px);
	}
	.navbar-collapse {
		display: flex;
		margin-top: 0.4rem;
	}
}


/* Typography */

body {
	font-size: 18px;
	font-family: "Lato", sans-serif;
}

h1,
.h1 {
	font-size: 56px;
}

h2,
.h2 {
	font-size: 42px;
}

h3,
.h3 {
	font-size: 32px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 24px;
}

h6,
.h6 {
	font-size: 20px;
}

p {
	font-size: 18px;
}

.counter-number-box p {
	line-height: 20px;
}

.calender-box,
.tab-box {
	background: #fff;
	border: #e7e6e5 1px solid;
	padding: 30px 35px;
	margin-bottom: 30px;
}

.calender-main-heading {
	text-align: center;
	border-bottom: #e7e6e5 1px solid;
	padding-bottom: 25px;
	font-weight: 400;
}

.calender-innerContent {
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
}

.image-upload>input,
.image-upload-2>input {
	display: none;
}

.image-upload-2 {
	cursor: pointer;
	height: 210px;
	width: 25%;
	border: 2px #f2f2f2 dashed;
	display: block;
	float: left;
	margin: .5% .5% .5% 0;
}

.Review-Images-Box .image-loop-box {
	cursor: default;
}

.image-loop-box {
	position: relative;
	width: 24%;
	display: block;
	float: left;
	max-height: 210px;
	overflow: hidden;
	margin: 0.5%;
	cursor: grab;
}

.image-loop-box img {
	width: 100%;
    height: 210px;
    object-fit: cover;
}

.image-loop-box button.icon-btn-box {
	position: absolute;
	padding: 1px 5px 3px 5px;
	margin: 0;
	top: 0;
	right: 0;
	line-height: 22px;
	background: rgba(255, 255, 255, 0.6);
}

.image-loop-box.modal-loop-Box button.icon-btn-box {
	display: none;
}

.image-loop-box.modal-loop-Box {
	margin: 10px 1.5%;
	width: 30%;
	height: 140px;
	/* border-bottom: 4px solid #EBA62D; */
}

.image-loop-box.modal-loop-Box img.selected-border+button {
	display: block;
}

.image-loop-box.modal-loop-Box img.notselected-border+button {
	display: none;
}


/* .image-loop-box.modal-loop-Box img {
	border: 4px solid #fff;
} */

.image-loop-box.modal-loop-Box img.selected-border {
	/* border: 4px solid #EBA62D; */
}

.modal-loop-Box img {
	cursor: pointer;
}

.image-upload-2 label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 210px;
}

.image-upload label {
	cursor: pointer;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-upload i {
	color: #EBA62D;
	font-size: 40px;
	margin-right: 0px;
}

.image-upload-2 i {
	color: #EBA62D;
	font-size: 40px;
	margin-right: 0px;
}


/*.............. start calender date range ................ */

.calender-reservation-Box .mydrp .inline,
.calender-reservation-Box .mydrp {
	display: table;
	border: none!important;
	width: 580px!important;
	height: 580px!important;
	margin: 0 auto!important;
}

.calender-reservation-Box .caltable {
	margin-top: 20px;
	box-shadow: 0 0 10px rgba(216, 216, 216, 0.8);
}

.calender-reservation-Box .mydrp .titlearea {
	display: none;
}

.calender-reservation-Box .mydrp .weekdaytitle {
	border: 8px solid #fff;
	padding: 20px 0 15px 0;
	background-color: #fff;
	font-size: 28px;
	font-weight: 400;
	max-width: initial;
	color: #8db9ca;
}


/* .calender-reservation-Box .mydrp .currmonth {    background-color: #f7f5f5;  } */

.calender-reservation-Box .daycell {
	/* border: 1px solid #fff;    border-radius: 12px; */
	/* background-color: #F6F6F6; */
	background-color: transparent;
}

.calender-reservation-Box .mydrp .currmonth {
	background-color: transparent;
}

.calender-reservation-Box .mydrp .daycell.currmonth .datevalue:hover {
	background-color: #74A43B;
	transition: all .5s ease-out;
}
/* .calender-reservation-Box .mydrp .daycell.disabled .datevalue:hover {
    background-color: #EDE8E8;
} */
.calender-reservation-Box .mydrp .daycell {
	color: #000000;
}

.calender-reservation-Box .mydrp .sunday {
	color: #000000;
}

.calender-reservation-Box .mydrp .nextmonth,
.calender-reservation-Box .mydrp .prevmonth {
	color: #b2b2b2;
	opacity: 0.5;
}

.equity-loot-calendar .mydrp .nextmonth, 
.equity-loot-calendar .mydrp .prevmonth {
	display:none !important;
}

.calender-reservation-Box .daycell .datevalue span {
	z-index: 99999;
	position: relative;
	background-color: #fff;
	border-radius: 62px;
	display: inline-block;
	font-size: 21px;
	padding: 7px 7px;
	min-width: 37px;
	min-height: 37px;
}

.calender-reservation-Box .mydrp .daycell:hover {
	background-color: transparent;
}

.calender-reservation-Box table.header td:nth-child(2) {
	display: none;
}

.calender-reservation-Box .mydrp .headermonthtxt,
.calender-reservation-Box .mydrp .headeryeartxt {
	font-size: 28px;
	height: auto;
	width: auto;
	max-width: initial;
	overflow: visible;
}

.calender-reservation-Box .mydrp .headerlabelbtn {
	font-size: 28px;
	font-weight: 400;
}
.calender-reservation-Box.calender-Availability-section .mydrp .headerlabelbtn {
	font-size: 17px;
	font-weight: 400;
}
.calender-reservation-Box.calender-Availability-section .mydrp .icon-mydrpleft,
.calender-reservation-Box.calender-Availability-section .mydrp .icon-mydrpright {
    display: none;
}
.calender-reservation-Box.calender-Availability-section .caltable {
    margin-top: 5px;
    margin-bottom: 30px;
}
.calender-reservation-Box.edit-calender-reservation.calender-Availability-section .mydrp .weekdaytitle {
    font-size: 15px;
    padding: 10px 0 10px;
}
.calender-reservation-Box.calender-Availability-section .mydrp .headermonthtxt {
    width: auto;
}
.range-details-Box.range-details-Box-second.range-Availability-section li {
    font-size: 16px;
    min-width: auto;
    margin-right: 30px;
}
.range-details-Box.range-details-Box-second.range-Availability-section ul{
    display: flex;     justify-content: center;
}
.mydrp * {
	font-family: "Lato", sans-serif!important;
}

.calender-reservation-Box .mydrp .icon-mydrpleft:before {
	content: none;
}

.calender-reservation-Box .mydrp .icon-mydrpright:before {
	content: none;
}

.calender-reservation-Box .mydrp .icon-mydrpup:before {
	content: none;
}

.calender-reservation-Box .mydrp .icon-mydrpdown:before {
	content: none;
}

.calender-reservation-Box .mydrp .icon-mydrpup {
	background: url(../images/select-up-arrow-new.png) no-repeat center center;
	width: 16px;
	height: 10px;
}

.calender-reservation-Box .mydrp .icon-mydrpdown {
	background: url(../images/select-down-arrow-new.png) no-repeat center center;
	width: 16px;
	height: 10px;
}

.calender-reservation-Box .mydrp .monthcell {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .yearchangebtncell {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .monthcell:hover {
	background-color: #8DB9CA;
	color: #fff;
}

.calender-reservation-Box .mydrp .yearcell {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .yearcell:hover {
	background-color: #8DB9CA;
	color: #fff;
}

.calender-reservation-Box .mydrp .icon-mydrpleft {
	margin: 0 10px 0 0px;
	background: url(../images/arrow-new-left.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: -35px;
}

.calender-reservation-Box .mydrp .icon-mydrpright {
	margin: 0 0px 0 10px;
	background: url(../images/arrow-new-right.png) no-repeat center center;
	position: absolute;
	top: -22px;
	right: -155px;
}

.calender-reservation-Box table.header td div {
	position: relative;
	float: none!important;
}

.calender-reservation-Box table.header td {
	padding-left: 0px!important;
}

.calender-reservation-Box table.header td:nth-child(3) .headerbtncell {
	display: none;
}

.calender-reservation-Box table.header td {
	display: inline-block;
}

.calender-reservation-Box .mydrp .daycell:focus,
.calender-reservation-Box .mydrp .monthcell:focus,
.calender-reservation-Box .mydrp .yearcell:focus {
	outline: none;
}

.calender-reservation-Box .clearbtndisabled,
.calender-reservation-Box .okbtndisabled {
	display: none;
}


/* .calender-reservation-Box .mydrp .header {    position: relative;} */

.calender-reservation-Box .mydrp .headermonthtxt {
	text-align: right;
	width: 55px;
	display: block;
}

.calender-reservation-Box .mydrp .headeryeartxt {
	text-align: left;
	display: block;
}

.calender-reservation-Box .header tbody {
	text-align: center;
}

.calender-reservation-Box .monthlabel {
	margin-right: 6px;
}

.calender-reservation-Box .mydrp .daycell {
	padding: 0;
}

.calender-reservation-container {
	/*  display: flex; */
}

.calender-reservation-Box {
	display: inline-block;
	padding: 0 4%;
	width: 70%;
}

.calender-reservation-Box .mydrp .markcurrday {
	text-decoration: none;
}

.calender-reservation-Box .monthtable,
.calender-reservation-Box .yeartable {
	margin-top: 20px;
}

.calender-reservation-Box .mydrp .disabled {
	background-color: transparent!important;
}

.calender-reservation-Box .mydrp .range {
	background-color: transparent;
}

.side-range-fldBox {
	display: inline-block;
	width: 25%;
	margin-top: 80px;
	vertical-align: top;
}

.member_reservable {
	width: 100%;
    height: 100%;
    text-align: center;
   /* padding: 80px;
    font-size:24px;*/
    padding: 40px;
    font-size: 22px;
}

.range-details-Box ul {
	margin: 0;
	padding: 0;
}

.range-Color-icon.white-Col em {
	width: 6px;
	height: 6px;
	background: #4D4D4D;
	border-radius: 60px;
	display: none;
	margin-left: 10px;
}

.range-Color-icon.white-Col::after {
	content: "\A";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4D4D4D;
	display: inline-block;
	margin: 0;
	position: absolute;
	left: 10px;
	bottom: 3px;
}

.range-countBox img {
	margin: 20px 0 20px 50px;
}

.range-number {
	margin-left: 15px;
}

.range-details-Box li {
	list-style: none;
	display: inline-flex;
	font-size: 18px;
	margin-right: 20px;
	margin-bottom: 20px;
	align-items: center;
	min-width: 270px;
}

.prv-nxt-btn {
	display: block;
	width: 100%;
	float: left;
}

.prv-nxt-btn .fc-button {
	background: #EBA62D;
	color: #fff;
	padding: 0px!important;
	border: none;
	cursor: pointer!important;
	font-size: 24px!important;
	min-width: 90px;
	border-radius: 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	display: inline-block;
	text-align: center;
	line-height: normal;
	height: 34px;
}

.prv-nxt-btn .fc-state-default.fc-corner-left {
	float: left;
}

.prv-nxt-btn .fc-state-default.fc-corner-right {
	float: right;
}

.range-details-Box {
	margin: 40px 0 0 0%;
}

.calender-reservation-Box.edit-calender-reservation {
	display: inline-block;
	padding: 0 0%;
	width: 100%;
}

.calender-reservation-Box.edit-calender-holdlist {
	display: inline-block;
	padding: 0 0%;
	width: 100%;
}

.calender-reservation-Box.calender-Peak-Night {
	display: inline-block;
	padding: 0 0%;
	width: 100%;
}

.calender-reservation-Box.edit-calender-reservation .mydrp .inline,
.calender-reservation-Box.edit-calender-reservation .mydrp {
	width: 100%!important;
	height: auto!important;
	margin: 0 auto!important;
}

.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
	font-size: 24px;
}

.range-Color-icon {
	width: 28px;
	height: 28px;
	border-radius: 60px;
	background: #fff;
	display: inline-block;
	margin-right: 5px;
}

.range-Color-icon.available-Col {
  background: #EDE8E8;
}

.range-Color-icon.peak-holiday-Col {
  background: pink;
}

.range-Color-icon.pending-reservation-Col {
  background: #00FFFF;
}

.range-Color-icon.unavailable-Col {
  background: #8db9ca;
}

.range-Color-icon.darkgreen-Col {
	background: darkgreen;
}

.range-Color-icon.green-Col {
	background: #74A43B;
}

.range-Color-icon.lightGreen-Col {
	background: #f55d04;
}

.range-Color-icon.yellow-Col {
	background: #A6D878;
}

.range-Color-icon.white-Col {
	background: white;
	border: #ccc solid 1px;
	position: relative;
}

.range-Color-icon.skyBlue-Col {
	background: #9FD1F5;
}

.range-Color-icon.voilet-Col {
	background: #FFF101;
}

.range-Color-icon.lightRed-Col {
	background: #AF4426;
}
.range-Color-icon.pink-Col {
	background: #fd3258;
}
.range-Color-icon.next-availability-Col {
	background: #006400;
  }

.calender-reservation-Box .mydrp .selecteddaybegin,
.calender-reservation-Box .mydrp .selecteddayend,
.calender-reservation-Box .mydrp .selectedmonth .monthvalue,
.calender-reservation-Box .mydrp .selectedyear .yearvalue {
	background-color: transparent;
}

.calender-reservation-Box .mydrp .datevalue {
	background-color: #EDE8E8;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 14px;
	border: 6px solid #fff;
	padding: 10px;
	position: relative;
	transition: all .5s ease-out;
}

.short-term-window .datevalue span::after {
	content: "\A";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4D4D4D;
	display: inline-block;
	margin: 0;
	position: absolute;
	left: 16px;
	bottom: 1px;
}

.calender-reservation-Box .mydrp .range .datevalue {
	position: relative;
	/*  background: #74A53A; */
}

.calender-reservation-Box .mydrp .tentative-reservation.tentative-reservation-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .tentative-reservation.tentative-reservation-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .tentative-reservation .datevalue {
	background-color: #FFF101;
}

.calender-reservation-Box .mydrp .tentative-reservation.tentative-reservation-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #FFF101 50%, #FFF101);
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .tentative-reservation.tentative-reservation-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, #FFF101 50%, #FFF101);
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .pending-reservation.pending-reservation-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .pending-reservation.pending-reservation-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .pending-reservation .datevalue {
	background-color: #00FFFF;
}

.calender-reservation-Box .mydrp .pending-reservation.pending-reservation-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #00FFFF 50%, #00FFFF);
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .pending-reservation.pending-reservation-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, #00FFFF 50%, #00FFFF);
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .admin-hold.admin-hold-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .admin-hold.admin-hold-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .admin-hold .datevalue {
	background-color: #AF4426;
}

.calender-reservation-Box .mydrp .admin-hold.admin-hold-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #AF4426 50%, #AF4426);
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .admin-hold.admin-hold-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, #AF4426 50%, #AF4426);
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .peak-holiday.peak-holiday-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .peak-holiday.peak-holiday-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .peak-holiday .datevalue {
	background-color: pink;
}

.calender-reservation-Box .mydrp .peak-holiday.peak-holiday-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, pink 50%, pink);
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .peak-holiday.peak-holiday-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, pink 50%, pink);
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .unavailable.unavailable-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .unavailable.unavailable-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .unavailable .datevalue {
	background-color: #8db9ca;
}

.calender-reservation-Box .mydrp .unavailable.unavailable-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #8db9ca 50%, #8db9ca);
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .unavailable.unavailable-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, #8db9ca 50%, #8db9ca);
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .next-availability.next-availability-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .next-availability.next-availability-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .next-availability .datevalue{background: #006400;}
.calender-reservation-Box .mydrp .next-availability.next-availability-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #006400 50%, #006400);
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .next-availability.next-availability-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, #006400 50%, #006400);
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .advanced-window.daycell {
  cursor: not-allowed;
  opacity: 0.3;
}

.calender-reservation-Box .mydrp .advanced-window.advanced-window-start.daycell {
  cursor: pointer;
  opacity: 1;
}

.calender-reservation-Box .mydrp .advanced-window.advanced-window-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #ffffffaa 50%, #ffffffaa);
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

/**
 * @file
 * This file contains styling for the BuroRaDer.DateRangePicker extension plugin
 * that turns the jQuery UI datepicker into a date range picker.
 */


/*
 * Do not fade the color of the selected date range on non selectable elements.
 */

.date-range-start.ui-state-disabled,
.date-range-in.ui-state-disabled {
	opacity: initial;
}


/*
 * But do fade the text. Unfortunately we had to copy the RGB part value of the
 * color as well, making it "fail" when another color was defined as text color.
 */

.date-range-start.ui-state-disabled>.ui-state-active,
.date-range-start.ui-state-disabled>.ui-state-default,
.date-range-in.ui-state-disabled>.ui-state-active,
.date-range-in.ui-state-disabled>.ui-state-default {
	color: rgba(85, 85, 85, 0.35);
}

.date-range-start>.ui-state-active,
.date-range-start>.ui-state-default,
.date-range-in>.ui-state-active,
.date-range-in>.ui-state-default,
.date-range-is-to .date-range-end>.ui-state-active,
.date-range-is-to .date-range-end>.ui-state-default {
	background: lightgreen none;
}


/*
 * Split day settings (for a LTR txt direction).
 */

.date-range-split-day .date-range-start,
.date-range-split-day .date-range-end {
	background-color: #e6e6e6;
}

.date-range-split-day .date-range-start>.ui-state-active,
.date-range-split-day .date-range-start>.ui-state-default {
	background: linear-gradient(to bottom right, transparent, transparent 50%, lightgreen 50%, lightgreen);
	/* LTR */
}

.date-range-split-day .date-range-end>.ui-state-active,
.date-range-split-day .date-range-end>.ui-state-default {
	background: linear-gradient(to top left, transparent, transparent 50%, lightgreen 50%, lightgreen);
	/* LTR */
}


/*
 * Split day settings for a RTL text direction.
 *
 * This plugin assumes that this is explicitly specified on a container element,
 * e.g. the html or body element. It will fail when a lower element reverses the
 * direction.
 */

[dir=rtl] .date-range-split-day .date-range-start>.ui-state-active,
[dir=rtl] .date-range-split-day .date-range-start>.ui-state-default {
	background: linear-gradient(to bottom left, transparent, transparent 50%, lightgreen 50%, lightgreen);
	/* RTL */
}

[dir=rtl] .date-range-split-day .date-range-end>.ui-state-active,
[dir=rtl] .date-range-split-day .date-range-end>.ui-state-default {
	background: linear-gradient(to top right, transparent, transparent 50%, lightgreen 50%, lightgreen);
	/* RTL */
}


/*
 * Buttons
 */

#ui-datepicker-div>button {
	float: right;
	margin-left: 0.5em;
}


/*.............. end calender date range ................ */


/*.............. input ................ */

.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	max-width: 80%;
	font-size: 1.25rem;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	/* 10px 20px */
}

.no-js .inputfile+label {
	display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile+label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}


/* style 1 */

.inputfile-1+label {
	color: #f1e5e6;
	background-color: #d3394c;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
	background-color: #722040;
}


/* style 2 */

.inputfile-2+label {
	color: #d3394c;
	border: 2px solid currentColor;
}

.inputfile-2:focus+label,
.inputfile-2.has-focus+label,
.inputfile-2+label:hover {
	color: #722040;
}


/* style 3 */

.inputfile-3+label {
	color: #d3394c;
}

.inputfile-3:focus+label,
.inputfile-3.has-focus+label,
.inputfile-3+label:hover {
	color: #722040;
}


/* style 4 */

.inputfile-4+label {
	color: #d3394c;
}

.inputfile-4:focus+label,
.inputfile-4.has-focus+label,
.inputfile-4+label:hover {
	color: #722040;
}

.inputfile-4+label figure {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #d3394c;
	display: block;
	padding: 20px;
	margin: 0 auto 10px;
}

.inputfile-4:focus+label figure,
.inputfile-4.has-focus+label figure,
.inputfile-4+label:hover figure {
	background-color: #722040;
}

.inputfile-4+label svg {
	width: 100%;
	height: 100%;
	fill: #f1e5e6;
}


/* style 5 */

.inputfile-5+label {
	color: #d3394c;
}

.inputfile-5:focus+label,
.inputfile-5.has-focus+label,
.inputfile-5+label:hover {
	color: #722040;
}

.inputfile-5+label figure {
	width: 100px;
	height: 135px;
	background-color: #d3394c;
	display: block;
	position: relative;
	padding: 30px;
	margin: 0 auto 10px;
}

.inputfile-5:focus+label figure,
.inputfile-5.has-focus+label figure,
.inputfile-5+label:hover figure {
	background-color: #722040;
}

.inputfile-5+label figure::before,
.inputfile-5+label figure::after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}

.inputfile-5+label figure::before {
	border-top: 20px solid #dfc8ca;
	border-left: 20px solid transparent;
}

.inputfile-5+label figure::after {
	border-bottom: 20px solid #722040;
	border-right: 20px solid transparent;
}

.inputfile-5:focus+label figure::after,
.inputfile-5.has-focus+label figure::after,
.inputfile-5+label:hover figure::after {
	border-bottom-color: #d3394c;
}

.inputfile-5+label svg {
	width: 100%;
	height: 100%;
	fill: #f1e5e6;
}


/* style 6 */

.inputfile-6+label {
	color: #d3394c;
}

.inputfile-6+label {
	border: 1px solid #d3394c;
	background-color: #f1e5e6;
	padding: 0;
}

.inputfile-6:focus+label,
.inputfile-6.has-focus+label,
.inputfile-6+label:hover {
	border-color: #722040;
}

.inputfile-6+label span,
.inputfile-6+label strong {
	padding: 0.625rem 1.25rem;
	/* 10px 20px */
}

.inputfile-6+label span {
	width: 200px;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}

.inputfile-6+label strong {
	height: 100%;
	color: #f1e5e6;
	background-color: #d3394c;
	display: inline-block;
}

.inputfile-6:focus+label strong,
.inputfile-6.has-focus+label strong,
.inputfile-6+label:hover strong {
	background-color: #722040;
}
a.disabled {
	pointer-events: none;
	cursor: default;
  }

@media screen and (max-width: 50em) {
	.inputfile-6+label strong {
		display: block;
	}
}


/*............ end ......................*/

.calendar-filter-Box {
	position: absolute;
	width: 300px;
	top: 0;
	right: 0;
}

th.fc-day-header.fc-widget-header {
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center!important;
	padding-left: 15px;
}

th.fc-day-header.fc-widget-header {
	text-align: left!important;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 25px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: left;
	padding-left: 15px;
}

.Reservation-btn-link {
	float: right;
}

.common-btn {
	background: #EBA62D;
	color: #fff;
	padding: 8px 25px;
	cursor: pointer;
	display: inline-flex;
	border: none;
	border-radius: 0;
	min-width: 220px;
	align-items: center;
	margin-right: 15px;
	min-height: 45px;
	justify-content: center;
	text-align: center;
	transition: all .5s ease-out;
}

.common-btn:last-child {
	margin-right: 0;
}

.orange {
	background: #eba62d;
}

.red {
	background: #b73838;
}

.skyblue {
	background: #8bb8c8;
}

.gray {
	background: #D8D8D8;
	color: #000;
}

.light-green {
	background: #b8af1c;
}

.dark-green {
	background: #74a43b;
}

.violet {
	background: #747e9d;
}

.pagination-range,
.pagination-controllers {
	margin-top: 30px;
}

.pagination-controllers select {
	text-align: left!important;
}

.membership-table table {
	margin-top: 30px;
}

.pagination-page .input-group input {
	padding: 6px 12px;
	width: 100px!important;
}

.pagination-page .input-group select {
	border-radius: 0!important;
}

.pagination-page .input-group .input-group-append .input-group-text {
	width: 100px!important;
	text-align: left;
}

table th,
table td {}

.Title-inner-box {
	width: 100%;
}

.Main-Title-inner-box {
	width: 100%;
}

.big-hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.display-1 {
		font-size: 4rem;
	}
}

@media (max-width: 991px) {
	.display-2 {
		font-size: 3.5rem;
	}
}

@media (max-width: 991px) {
	.display-3 {
		font-size: 3rem;
	}
}

@media (max-width: 991px) {
	.display-4 {
		font-size: 2.5rem;
	}
}

.card-title {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
	font-weight: 500;
	font-family: "Lato", sans-serif;
	margin-bottom: 1.65rem;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-bold {
	font-weight: 600;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-light {
	font-weight: 300;
}

.icon-sm {
	font-size: 16px;
}

.icon-md {
	font-size: 25px;
}

.icon-lg {
	font-size: 40px;
}

.card-description {
	font-size: 0.875rem;
	color: #585858;
}


/* Miscellanoeous */


/* body {
	background: #FBF9F9;
} */


/* body,
html {
	overflow-x: hidden;
	padding-right: 0 !important;
} */

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
	overflow: auto !important;
}

.content-wrapper {
	background: #FBF9F9;
	margin-left: 220px;
	min-height: 100vh;
	padding: 1.5rem 1.7rem;
	transition: width 0.25s ease, margin 0.25s ease;
	width: calc(100% - 220px);
}

@media (max-width: 991px) {
	/* .content-wrapper {
		margin-left: 0;
		width: 100%;
	} */
}

.content-wrapper.full-page-wrapper {
	margin-left: 0;
	width: 100%;
}

.container-scroller {
	overflow: hidden;
}

pre {
	background: #e8eff4;
	padding: 15px;
	font-size: 14px;
}


/* Footer */

.footer {
	background: #f3f5f7;
	margin-left: 240px;
	padding: 20px 1rem;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	width: calc(100% - 240px);
	border-top: 1px solid #f2f2f2;
	font-size: calc(0.875rem - 0.05rem);
}

.footer a {
	color: #33c92e;
	font-size: inherit;
}

@media (max-width: 991px) {
	.footer {
		margin-left: 0;
		width: 100%;
	}
}


/* Utilities */

.grid-margin {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.grid-margin-sm-0 {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.grid-margin-md-0 {
		margin-bottom: 0;
	}
	.destinations-grid {
		margin-top: 4em;
		margin-bottom: 0;
		min-height: 20vh;
	}
	.accordian-content-sectionBox{
		/* min-height: 68vh; */
	}
}

@media (min-width: 992px) {
	.grid-margin-lg-0 {
		margin-bottom: 0;
	}
	.destinations-grid {
		margin-top: 4em;
		margin-bottom: 0;
		min-height: 48vh;
	}
	.accordian-content-sectionBox{
		/* min-height: 80vh; */
	}
}
@media (min-width: 1150px) {


	.destinations-grid {
		margin-top: 4em;
		margin-bottom: 0;
		min-height: 48vh;
	}
	.accordian-content-sectionBox{
		/* min-height: 50vh; */
	}
}

@media (min-width: 1200px) {
	.grid-margin-xl-0 {
		margin-bottom: 0;
	}
	.destinations-grid {
		margin-top: 4em;
		margin-bottom: 0;
		min-height: 60vh;
	}
	.accordian-content-sectionBox{
		/* min-height: 87vh; */
	}
}

@media (max-width: 1200px) {
	.destinations-grid {
		margin-top: 4em;
		margin-bottom: 0;
		min-height: 65vh;
	}
}
.img-lg {
	width: 92px;
	height: 92px;
}

.img-md {
	width: 60px;
	height: 60px;
}

.img-sm {
	width: 43px;
	height: 43px;
}

.img-xs {
	width: 37px;
	height: 37px;
}

.img-ss {
	width: 26px;
	height: 26px;
}

.stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
}

.stretch-card>.card {
	width: 100%;
	min-width: 100%;
}

.border-top {
	border-top: 1px solid #f2f2f2;
}

.border-bottom {
	border-bottom: 1px solid #f2f2f2;
}

.border-right {
	border-right: 1px solid #f2f2f2;
}

.border-left {
	border-left: 1px solid #f2f2f2;
}

@media (min-width: 576px) {
	.border-right-sm {
		border-right: 1px solid #f2f2f2;
	}
}

@media (min-width: 768px) {
	.border-right-md {
		border-right: 1px solid #f2f2f2;
	}
}

@media (min-width: 992px) {
	.border-right-lg {
		border-right: 1px solid #f2f2f2;
	}
}

@media (min-width: 576px) {
	.border-left-sm {
		border-left: 1px solid #f2f2f2;
	}
}

@media (min-width: 768px) {
	.border-left-md {
		border-left: 1px solid #f2f2f2;
	}
}

.border-bottom-none {
	border-bottom: none;
}

@media (min-width: 992px) {
	.border-left-lg {
		border-left: 1px solid #f2f2f2;
	}
}

.text-gray {
	color: #8c8c8c;
}

.text-black {
	color: #000;
}

.flex-grow {
	flex-grow: 1;
}

.bg-transparent {
	background: transparent;
}

.item-relative {
	position: relative;
}

.profile-image {
	position: relative;
}

.profile-image img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.profile-image .online-status {
	position: absolute;
	bottom: 3px;
	right: -3px;
	height: 10px;
	width: 10px;
	border: 1px solid #ffffff;
	display: block;
	border-radius: 100%;
}

.profile-image .online-status.online {
	background: #33c92e;
}


/* Demo Styles */

.template-demo>.btn {
	margin-top: 20px;
	margin-right: 15px;
}

.template-demo>.btn-toolbar {
	margin-top: 20px;
	margin-right: 15px;
}

.template-demo>.btn-group {
	margin-top: 20px;
	margin-right: 15px;
}

.template-demo>.btn-group .btn {
	margin: 0 !important;
}

.template-demo>h2,
.template-demo>h3,
.template-demo>h4,
.template-demo>h5,
.template-demo>h6,
.template-demo>h1 {
	border-top: 1px solid #f2f2f2;
	padding: 0.5rem 0 0;
}

.performance-cards .wrapper p {
	margin-bottom: 0;
	line-height: 1;
}

.performance-cards .wrapper p:first-child {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-size: 30px;
}

.performance-cards .wrapper p:last-child {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 20px;
	color: #aab2bd;
}

.performance-cards .wrapper.icon-circle {
	width: 73px;
	height: 73px;
	border-radius: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
	margin-right: 15px;
}

.performance-cards .wrapper.icon-circle i {
	font-size: 1.6rem;
	color: #ffffff;
}

.social-section div .social-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #ffffff;
}

.social-section div .social-card .social-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2);
	width: 86px;
	height: 82px;
}

.social-section div .social-card .social-icon i {
	font-size: 2.0625rem;
}

.social-section div .social-card .content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 125px;
}

.social-section div .social-card .content p {
	text-align: left;
	margin-bottom: 0;
	margin-left: 1.2rem;
	font-weight: 500;
}

.social-section div .social-card .content p:first-child {
	font-size: 25px;
	font-weight: 600;
}

.dashboard-curved-chart {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dashboard-curved-chart .nav-wrapper .nav {
	border: 1px solid #f2f2f2;
	border-radius: 2px;
}

.dashboard-curved-chart .nav-wrapper .nav .nav-item .nav-link {
	border-radius: 0;
	font-size: 0.775rem;
	color: #8d9498;
}

.dashboard-curved-chart .nav-wrapper .nav .nav-item .nav-link.active {
	background: #aab2bd;
	color: #ffffff;
}

.dashboard-curved-chart #chartLegend {
	overflow-x: auto;
}

.dashboard-curved-chart #chartLegend table tr td.legendColorBox {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	padding: 0 15px 0 22px;
	border-radius: 100%;
	overflow: hidden;
}

.dashboard-curved-chart #chartLegend table tr td.legendColorBox:first-child {
	padding-left: 0;
}

.dashboard-curved-chart #chartLegend table tr td.legendColorBox div {
	border-width: 0 !important;
}

.dashboard-curved-chart #chartLegend table tr td.legendColorBox div div {
	border-radius: 100%;
	border-width: 13px !important;
}

.dashboard-curved-chart #chartLegend table tr td.legendLabel {
	padding: 0 25px 0 0;
	border-right: 1px solid #e6e9ed;
	font-weight: 600;
}

.dashboard-curved-chart #chartLegend table tr td.legendLabel:last-child {
	border-right: none;
}

.dashboard-curved-chart .float-chart {
	height: 250px;
	width: calc(100% + 21px);
	margin-left: -11px;
	margin-right: -11px;
	margin-bottom: -15px;
}


/*-------------------------------------------------------------------*/


/* === Components === */


/* Badges */

.badge {
	border-radius: 0.25rem;
	font-size: 0.75rem;
	font-weight: initial;
	line-height: 1;
	padding: 0.25rem 0.375rem;
	font-family: "Lato", sans-serif;
	font-weight: 500;
}

.badge.badge-pill {
	border-radius: 10rem;
}

.badge.badge-fw {
	min-width: 70px;
}


/*Badge variations*/

.badge-primary {
	border: 1px solid #24d5d8;
	color: #ffffff;
}

.badge-secondary {
	border: 1px solid #aab2bd;
	color: #ffffff;
}

.badge-success,
.preview-list .preview-item .preview-thumbnail .badge.badge-online {
	border: 1px solid #33c92e;
	color: #ffffff;
}

.badge-info,
.preview-list .preview-item .preview-thumbnail .badge.badge-offline {
	border: 1px solid #6569df;
	color: #ffffff;
}

.badge-warning,
.preview-list .preview-item .preview-thumbnail .badge.badge-busy {
	border: 1px solid #fed961;
	color: #ffffff;
}

.badge-custom,
.preview-list .preview-item .preview-thumbnail .badge.badge-busy {
	border: 1px solid #eba62c;
	color: #ffffff;
}

.badge-danger {
	border: 1px solid #fd3258;
	color: #ffffff;
}

.badge-light {
	border: 1px solid #f5f7fa;
	color: #ffffff;
}

.badge-dark {
	border: 1px solid #32323d;
	color: #ffffff;
}

.badge-custom {
	border: 1px solid #eba62c;
	color: #ffffff;
}


/* Bootstrap Progress */

.progress {
	border-radius: 3px;
	height: 8px;
}

.progress .progress-bar {
	border-radius: 3px;
}

.progress.progress-sm {
	height: 0.375rem;
}

.progress.progress-md {
	height: 8px;
}

.progress.progress-lg {
	height: 15px;
}

.progress.progress-xl {
	height: 18px;
}


/* Buttons */

.btn {
	font-size: 0.875rem;
	line-height: 1;
	font-size: 0.8rem;
	padding: 0.65rem 0.875rem;
	font-family: "Lato", sans-serif;
	font-weight: 500;
}

.btn i {
	margin-right: 0.3125rem;
}

.btn .btn-label:before {
	font-size: 1rem;
	line-height: 5px;
	vertical-align: middle;
}

.btn .btn-label.btn-label-left {
	margin-right: 5px;
}

.btn .btn-label.btn-label-right {
	margin-left: 5px;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.btn.btn-fw {
	min-width: 100px;
}

.btn.icon-btn i {
	margin-right: 0;
}

.btn.social-btn {
	padding: 10px;
}

.btn.social-btn i {
	margin-right: 0;
	font-size: 1rem;
}

.btn.btn-sm,
.btn-group-sm>.btn {
	font-size: 0.875rem;
}

.btn.btn-lg,
.btn-group-lg>.btn {
	font-size: 0.875rem;
}

.btn.btn-xs {
	padding: 0.5rem 0.75rem;
	font-size: 0.625rem;
}

.btn.btn-danger,
.btn.btn-info,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-warning {
	color: #ffffff;
}

.btn.btn-light {
	color: #000;
}

.btn.btn-outline-light {
	color: #f5f7fa;
	background-color: transparent;
	background-image: none;
	border-color: #f5f7fa;
}

.btn.btn-outline-light:hover {
	color: #212529;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
}

.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 247, 250, 0.5);
}

.btn.btn-outline-light.disabled,
.btn.btn-outline-light:disabled {
	color: #f5f7fa;
	background-color: transparent;
}

.btn.btn-outline-light:not([disabled]):not(.disabled):active,
.btn.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
	box-shadow: 0 0 0 0.2rem rgba(245, 247, 250, 0.5);
}

.btn.btn-outline-secondary {
	color: rgba(0, 0, 0, 0.5);
}

.btn.btn-inverse-secondary {
	background-color: rgba(170, 178, 189, 0.5);
	color: rgba(0, 0, 0, 0.5);
}

.btn.btn-inverse-secondary:hover {
	color: rgba(0, 0, 0, 0.5);
}

.btn.btn-inverse-light {
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	border-color: #d9d9d9;
}

.btn.btn-inverse-light:hover {
	color: rgba(0, 0, 0, 0.5);
	border-color: #d9d9d9;
}

.btn-group {
	border: 1px solid #f2f2f2;
	border-radius: 0.25rem;
}

.btn-group .btn {
	border-top: none;
	border-bottom: none;
	border-left: none;
}

.btn-group .btn:last-child {
	border-right: none;
}

.btn-group .btn.btn-primary {
	border-color: #22c8cb;
}

.btn-group .btn.btn-secondary {
	border-color: #a1aab6;
}

.btn-group .btn.btn-info {
	border-color: #585ddc;
}

.btn-group .btn.btn-warning {
	border-color: #fed552;
}

.btn-group .btn.btn-success {
	border-color: #30bd2b;
}

.btn-group .btn.btn-danger {
	border-color: #fd234c;
}

.btn-group .btn.btn-dark {
	border-color: #2b2b35;
}

.btn-group .btn.btn-light {
	border-color: #ebeff5;
}


/*social buttons*/

.btn-twitter {
	background: #1da1f2;
	color: #ffffff;
}

.btn-twitter:hover {
	background: #0c85d0;
}

.btn-twitter.btn-link {
	background: none;
	color: #1da1f2;
}

.btn-twitter.btn-link:hover {
	color: #0c85d0;
}

.btn-facebook {
	background: #3b579d;
	color: #ffffff;
}

.btn-facebook:hover {
	background: #2d4278;
}

.btn-facebook.btn-link {
	background: none;
	color: #3b579d;
}

.btn-facebook.btn-link:hover {
	color: #2d4278;
}

.btn-google {
	background: #dc4a38;
	color: #ffffff;
}

.btn-google:hover {
	background: #bf3322;
}

.btn-google.btn-link {
	background: none;
	color: #dc4a38;
}

.btn-google.btn-link:hover {
	color: #bf3322;
}

.btn-linkedin {
	background: #0177b4;
	color: #ffffff;
}

.btn-linkedin:hover {
	background: #015581;
}

.btn-linkedin.btn-link {
	background: none;
	color: #0177b4;
}

.btn-linkedin.btn-link:hover {
	color: #015581;
}

.btn-pinterest {
	background: #cc2127;
	color: #ffffff;
}

.btn-pinterest:hover {
	background: #a01a1f;
}

.btn-pinterest.btn-link {
	background: none;
	color: #cc2127;
}

.btn-pinterest.btn-link:hover {
	color: #a01a1f;
}

.btn-youtube {
	background: #e52d27;
	color: #ffffff;
}

.btn-youtube:hover {
	background: #c21d17;
}

.btn-youtube.btn-link {
	background: none;
	color: #e52d27;
}

.btn-youtube.btn-link:hover {
	color: #c21d17;
}

.btn-github {
	background: #333333;
	color: #ffffff;
}

.btn-github:hover {
	background: #1a1a1a;
}

.btn-github.btn-link {
	background: none;
	color: #333333;
}

.btn-github.btn-link:hover {
	color: #1a1a1a;
}

.btn-behance {
	background: #1769ff;
	color: #ffffff;
}

.btn-behance:hover {
	background: #0050e3;
}

.btn-behance.btn-link {
	background: none;
	color: #1769ff;
}

.btn-behance.btn-link:hover {
	color: #0050e3;
}

.btn-dribbble {
	background: #ea4c89;
	color: #ffffff;
}

.btn-dribbble:hover {
	background: #e51e6b;
}

.btn-dribbble.btn-link {
	background: none;
	color: #ea4c89;
}

.btn-dribbble.btn-link:hover {
	color: #e51e6b;
}

.btn-reddit {
	background: #ff4500;
	color: #ffffff;
}

.btn-reddit:hover {
	background: #cc3700;
}

.btn-reddit.btn-link {
	background: none;
	color: #ff4500;
}

.btn-reddit.btn-link:hover {
	color: #cc3700;
}


/* inverse buttons */

.btn-inverse-primary {
	color: #24d5d8;
	background-color: rgba(36, 213, 216, 0.2);
	background-image: none;
	border-color: rgba(36, 213, 216, 0);
}

.btn-inverse-primary:hover {
	color: #ffffff;
	background-color: #24d5d8;
	border-color: #24d5d8;
}

.btn-inverse-primary.focus,
.btn-inverse-primary:focus {
	box-shadow: 0 0 0 3px rgba(36, 213, 216, 0.5);
}

.btn-inverse-primary.disabled,
.btn-inverse-primary:disabled {
	color: #24d5d8;
	background-color: transparent;
}

.btn-inverse-primary.active,
.btn-inverse-primary:active,
.show>.btn-inverse-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #24d5d8;
	border-color: #24d5d8;
}

.btn-inverse-secondary {
	color: #aab2bd;
	background-color: rgba(170, 178, 189, 0.2);
	background-image: none;
	border-color: rgba(170, 178, 189, 0);
}

.btn-inverse-secondary:hover {
	color: #ffffff;
	background-color: #aab2bd;
	border-color: #aab2bd;
}

.btn-inverse-secondary.focus,
.btn-inverse-secondary:focus {
	box-shadow: 0 0 0 3px rgba(170, 178, 189, 0.5);
}

.btn-inverse-secondary.disabled,
.btn-inverse-secondary:disabled {
	color: #aab2bd;
	background-color: transparent;
}

.btn-inverse-secondary.active,
.btn-inverse-secondary:active,
.show>.btn-inverse-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #aab2bd;
	border-color: #aab2bd;
}

.btn-inverse-success {
	color: #33c92e;
	background-color: rgba(51, 201, 46, 0.2);
	background-image: none;
	border-color: rgba(51, 201, 46, 0);
}

.btn-inverse-success:hover {
	color: #ffffff;
	background-color: #33c92e;
	border-color: #33c92e;
}

.btn-inverse-success.focus,
.btn-inverse-success:focus {
	box-shadow: 0 0 0 3px rgba(51, 201, 46, 0.5);
}

.btn-inverse-success.disabled,
.btn-inverse-success:disabled {
	color: #33c92e;
	background-color: transparent;
}

.btn-inverse-success.active,
.btn-inverse-success:active,
.show>.btn-inverse-success.dropdown-toggle {
	color: #ffffff;
	background-color: #33c92e;
	border-color: #33c92e;
}

.btn-inverse-info {
	color: #6569df;
	background-color: rgba(101, 105, 223, 0.2);
	background-image: none;
	border-color: rgba(101, 105, 223, 0);
}

.btn-inverse-info:hover {
	color: #ffffff;
	background-color: #6569df;
	border-color: #6569df;
}

.btn-inverse-info.focus,
.btn-inverse-info:focus {
	box-shadow: 0 0 0 3px rgba(101, 105, 223, 0.5);
}

.btn-inverse-info.disabled,
.btn-inverse-info:disabled {
	color: #6569df;
	background-color: transparent;
}

.btn-inverse-info.active,
.btn-inverse-info:active,
.show>.btn-inverse-info.dropdown-toggle {
	color: #ffffff;
	background-color: #6569df;
	border-color: #6569df;
}

.btn-inverse-warning {
	color: #fed961;
	background-color: rgba(254, 217, 97, 0.2);
	background-image: none;
	border-color: rgba(254, 217, 97, 0);
}

.btn-inverse-warning:hover {
	color: #ffffff;
	background-color: #fed961;
	border-color: #fed961;
}

.btn-inverse-warning.focus,
.btn-inverse-warning:focus {
	box-shadow: 0 0 0 3px rgba(254, 217, 97, 0.5);
}

.btn-inverse-warning.disabled,
.btn-inverse-warning:disabled {
	color: #fed961;
	background-color: transparent;
}

.btn-inverse-warning.active,
.btn-inverse-warning:active,
.show>.btn-inverse-warning.dropdown-toggle {
	color: #ffffff;
	background-color: #fed961;
	border-color: #fed961;
}

.btn-inverse-danger {
	color: #fd3258;
	background-color: rgba(253, 50, 88, 0.2);
	background-image: none;
	border-color: rgba(253, 50, 88, 0);
}

.btn-inverse-danger:hover {
	color: #ffffff;
	background-color: #fd3258;
	border-color: #fd3258;
}

.btn-inverse-danger.focus,
.btn-inverse-danger:focus {
	box-shadow: 0 0 0 3px rgba(253, 50, 88, 0.5);
}

.btn-inverse-danger.disabled,
.btn-inverse-danger:disabled {
	color: #fd3258;
	background-color: transparent;
}

.btn-inverse-danger.active,
.btn-inverse-danger:active,
.show>.btn-inverse-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #fd3258;
	border-color: #fd3258;
}

.btn-inverse-light {
	color: #f5f7fa;
	background-color: rgba(245, 247, 250, 0.2);
	background-image: none;
	border-color: rgba(245, 247, 250, 0);
}

.btn-inverse-light:hover {
	color: #ffffff;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
}

.btn-inverse-light.focus,
.btn-inverse-light:focus {
	box-shadow: 0 0 0 3px rgba(245, 247, 250, 0.5);
}

.btn-inverse-light.disabled,
.btn-inverse-light:disabled {
	color: #f5f7fa;
	background-color: transparent;
}

.btn-inverse-light.active,
.btn-inverse-light:active,
.show>.btn-inverse-light.dropdown-toggle {
	color: #ffffff;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
}

.btn-inverse-dark {
	color: #32323d;
	background-color: rgba(50, 50, 61, 0.2);
	background-image: none;
	border-color: rgba(50, 50, 61, 0);
}

.btn-inverse-dark:hover {
	color: #ffffff;
	background-color: #32323d;
	border-color: #32323d;
}

.btn-inverse-dark.focus,
.btn-inverse-dark:focus {
	box-shadow: 0 0 0 3px rgba(50, 50, 61, 0.5);
}

.btn-inverse-dark.disabled,
.btn-inverse-dark:disabled {
	color: #32323d;
	background-color: transparent;
}

.btn-inverse-dark.active,
.btn-inverse-dark:active,
.show>.btn-inverse-dark.dropdown-toggle {
	color: #ffffff;
	background-color: #32323d;
	border-color: #32323d;
}


/* Cards */

.card {
	border: 0;
	border-radius: 2px;
}

.card .card-body {
	padding: 1.5rem 0.9375rem;
}

.card .card-body+.card-body {
	padding-top: 0;
}


/* Checkboxes and Radios */

.form-check,
.form-radio {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.form-check .form-check-label,
.form-radio .form-check-label {
	display: block;
	padding-left: 30px;
	line-height: 1.5;
}

.rtl .form-check .form-check-label,
.rtl .form-radio .form-check-label {
	padding-left: 0;
	padding-right: 10px;
}

.form-check .form-check-label input,
.form-radio .form-check-label input {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0;
}

.rtl .form-check .form-check-label input,
.rtl .form-radio .form-check-label input {
	left: auto;
	right: 0;
}

.form-check .form-check-label {
	font-size: 0.875rem;
	line-height: 1.5;
	padding-left: 10px;
}

.form-check .form-check-label input:checked+.input-helper:before {
	background-color: #ffffff;
}

.form-check .form-check-label input:checked+.input-helper:after {
	width: 18px;
	opacity: 1;
	line-height: 18px;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.form-check .form-check-label input:disabled+.input-helper:before {
	border-color: #f2f2f2;
}

.form-check .form-check-label input:disabled:checked+.input-helper:after {
	color: #f2f2f2;
}

.form-check .form-check-label .input-helper:before {
	position: absolute;
	content: "";
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	left: 0;
	border: 2px solid #f2f2f2;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.rtl .form-check .form-check-label .input-helper:before {
	left: auto;
	right: 0;
}

.form-check .form-check-label .input-helper:after {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	font-family: Material Design Icons;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	content: '\F12C';
	position: absolute;
	font-size: 0.9375rem;
	font-weight: bold;
	left: 0;
	top: 2px;
	color: #6569df;
}

.rtl .form-check .form-check-label .input-helper:after {
	left: auto;
	right: 0;
}

.form-check.form-check-flat label input:checked+.input-helper:before {
	background-color: #33c92e;
	border: none;
}

.form-check.form-check-flat label input:disabled+.input-helper:after {
	color: #ffffff;
}

.form-check.form-check-flat label input:disabled+.input-helper:before {
	border-color: #f2f2f2;
}

.form-check.form-check-flat label input:disabled:checked+.input-helper:before {
	background: #e6e9ed;
}

.form-check.form-check-flat label .input-helper:before {
	border: 2px solid #f2f2f2;
}

.form-check.form-check-flat label .input-helper:after {
	color: #ffffff;
}

.controlBoxContainer .control {
	margin-bottom: 10px;
	padding-top: 0px;
}

.controlBoxContainer .control_indicator {
	top: 0px;
}

.controlBoxContainer .control.control-radio {
	/*  top: 10px; */
	margin-bottom: 0px;
}

.inner2-counter-number-box .controlBoxContainer {
	margin-top: 2px;
	text-align:left;
	    width: 100%;
}
.inner2-counter-number-box .controlBoxContainer .formControl {
    margin-top: 10px;
}
.inner2-counter-number-box  .controlBoxContainer .control.control-radio {
    white-space: nowrap;
    width: 100%;
}

/* .form-footer .controlBoxContainer .control_indicator {
	top: 8px;
} */

.toggleBtn {
	text-align: left;
	cursor: pointer;select-down-arrow
	background-image: url(../images/-new.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
}

.CommonBox-section {
	position: relative;
}

.CommonContent {
	position: absolute;
	/* top: 100%; */
	left: 2%;
	background: #fff;
	width: 96%;
	box-shadow: 0 0 10px rgba(216, 216, 216, 0.8);
	padding: 10px 0;
	height: 178px;
	overflow-x: auto;
	z-index: 999;
}

.locationFld:hover {
	background: #8DB9CA;
	color: #fff;
}

.locationFld {
	padding: 8px 15px;
}

.controlBoxContainer.locationFld .control {
	margin-bottom: 0;
	padding-top: 0px;
}

.controlBoxContainer.locationFld .control_indicator {
	top: 0px;
}

.control {
	font-family: "Lato", sans-serif!important;
	display: inline-block;
	position: relative;
	padding-left: 33px;
	margin-bottom: 5px;
	padding-top: 3px;
	cursor: pointer;
	/*  font-size: 1rem; */
	font-weight: 400;
	line-height: 25px;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 3px;
	background: #D8D8D8;
	border: 0px solid #000000;
}

.control-radio .control_indicator {
	border-radius: undefined%;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
	background: #cccccc;
}

.control input:checked~.control_indicator {
	background: #EBA62D;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
	background: #EBA62D;
}

.btn-disabled {
	opacity: 0.6;
}

.control input:disabled~.control_indicator {
	    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control input.disableCheckbox:disabled~.control_indicator {
    background: #EBA62D;
    opacity: 1;
}
.control-checkbox input.disableCheckbox:disabled~.control_indicator:after {
	border-color: #fff;
}
.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

.control input:checked~.control_indicator:after {
	display: block;
}

.control-checkbox .control_indicator:after {
	left: 8px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
	border-color: #7b7b7b;
}

.residence-checkbox .control{
  cursor:default;
}
.residence-checkbox .control_indicator {    cursor: pointer;}

.control-radio .control_indicator:after {
	left: 6px;
	top: 6px;
	height: 12px;
	width: 13px;
	border-radius: 50%;
	background: #ffffff;
}

.control-display-inline {
	display: inline-block;
}

.control-radio input:disabled~.control_indicator:after {
	background: #7b7b7b;
}

.control.control-radio .control_indicator {
	border-radius: 66px;
}

.txt-area {
	height: 100px;
	white-space: pre-wrap;
}

.form-radio label input+.input-helper:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	border: 2px solid #f2f2f2;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.rtl .form-radio label input+.input-helper:before {
	left: auto;
	right: 0;
}

.form-radio label input+.input-helper:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #fd3258;
	border-radius: 50%;
	top: 8px;
	left: 6px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	position: absolute;
}

.rtl .form-radio label input+.input-helper:after {
	left: auto;
	right: 6px;
}

.form-radio label input:checked+.input-helper:before {
	background-color: #ffffff;
	border: 2px solid #f2f2f2;
}

.form-radio label input:checked+.input-helper:after {
	opacity: 1;
	line-height: 1.5;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.form-radio label input:disabled+.input-helper:before {
	border-color: #f2f2f2;
}

.form-radio label input:disabled:checked+.input-helper:before {
	background-color: #ffffff;
	border-color: #f2f2f2;
}

.form-radio label input:disabled:checked+.input-helper:after {
	background-color: #f2f2f2;
}

.form-radio.form-radio-flat label input:checked+.input-helper:before {
	background: #33c92e;
	border-color: #33c92e;
}

.form-radio.form-radio-flat label input:checked+.input-helper:after {
	width: 20px;
	height: 20px;
	top: 2px;
	left: -2px;
	color: #ffffff;
	background: none;
	content: '\F12C';
	font-family: Material Design Icons;
	text-align: center;
	font-weight: bold;
}

.rtl .form-radio.form-radio-flat label input:checked+.input-helper:after {
	left: auto;
	right: -2px;
}


/* Tab-second */


/* 	.commom-tab-second .tab .nav-tabs{
    position: relative;
    border-bottom: 0 none;
}
.commom-tab-second .tab .nav-tabs li{
    text-align: center;
}
.commom-tab-second .tab .nav-tabs li a{
    display: block;
    height: 70px;
    line-height: 65px;
    background: linear-gradient(165deg, transparent 29%, #908a78 30%);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
.commom-tab-second .tab .nav-tabs li.active a,
.commom-tab-second .tab .nav-tabs li a:hover{
    background: linear-gradient(165deg, transparent 29%, #efe8d5 30%);
    border: none;
    color: #908a78;
}
.commom-tab-second .tab .nav-tabs li a:before{
    content: "";
    height: 70px;
    line-height: 90px;
    border-bottom: 70px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}
.commom-tab-second .tab .nav-tabs li:last-child a:before{
    border: none;
}
.commom-tab-second .tab .tab-content{
    font-size: 14px;
    color: #6f6c6c;
    line-height: 26px;
    background: #efe8d5;
    padding: 20px;
}
.commom-tab-second .tab .tab-content h3{
    font-size: 24px;
    color: #6f6c6c;
    margin-top: 0;
}
.commom-tab-second .tab .tab-content p{
    margin-bottom: 0;
} */

.commom-tab-second .nav-tabs.tabthirdNav .nav-link {
	width: 250px;
}

.commom-tab-second .nav-tabs .nav-link {
	display: block;
	height: 40px;
	line-height: 40px;
	/* background: linear-gradient(172deg, transparent 28%, #EBA62D 30%); */
	background: #EBA62D;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin-right: 0;
	border-radius: 6px 6px 0 0;
	border: none;
	position: relative;
	transition: all 0.5s ease 0s;
	width: 190px;
	text-align: center;
	padding: 0;
	border: #EBA62D 1px solid;
	border-bottom: none;
	cursor: pointer;
	overflow: hidden;
}

.commom-tab-second .nav-tabs li a.active,
.commom-tab-second .nav-tabs li a:hover {
	/* background: linear-gradient(172deg, transparent 28%, #e7e6e5 30%); */
	color: #EBA62D;
	background: #fff;
	border: #e7e6e5 1px solid;
	border-bottom: none;
}

.commom-tab-second .tab-content {
	border: #e7e6e5 1px solid;
	border-top: none;
	background: #ffffff;
}

.nav-tabs li:first-child a:before {
	display: none;
}

.commom-tab-second .nav-tabs li a.active:before {
	display: none;
}

.commom-tab-second .nav-tabs .nav-link {
	position: relative;
}

.commom-tab-second .nav-tabs .nav-link:before {
	background-image: url(../images/tab-corner-shade.png);
	height: 40px;
	/* line-height: 40px;
	border-bottom: 30px solid rgba(0, 0, 0, 0.1);
	border-right: 8px solid transparent; */
	position: absolute;
	left: 0px;
	top: 4px;
	width: 7px;
	z-index: 1020;
	content: "";
}

.inlineBox {
	display: inline;
}

.commom-tab-second .tab-content {
	padding: 30px 35px;
}

.loop-beddingSection {
	background: #FBF9F9;
	padding: 20px 20px 10px 20px;
}


/* Forms */

.input-group-append,
.input-group-prepend {
	margin-right: 5px;
	margin-left: 5px;
	background: #ffffff;
	color: #c9c8c8;
	width: auto;
	border: none;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
	background: transparent;
	border-color: #f2f2f2;
	border-width: 2px;
	height: 42px;
}

.pagination-box button {
	height: 42px;
}

.form-control {
	border: 2px solid #f2f2f2;
	font-size: 16px;
	padding: 8px 15px;
	line-height: 22px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	border-radius: 4px;
}

.form-control.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.form-control.input-group-text,
.input-group-lg>.input-group-append>.form-control.input-group-text,
.input-group-lg>.input-group-prepend>.form-control.btn,
.input-group-lg>.input-group-append>.form-control.btn {
	padding: 0.94rem 0.75rem;
}

.form-control.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.form-control.input-group-text,
.input-group-sm>.input-group-append>.form-control.input-group-text,
.input-group-sm>.input-group-prepend>.form-control.btn,
.input-group-sm>.input-group-append>.form-control.btn {
	padding: 0.5rem 0.75rem;
}

.form-control:-ms-input-placeholder {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	color: #32323d;
}

.form-control:-moz-placeholder {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	color: #32323d;
}

.form-control::-moz-placeholder {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	color: #32323d;
}

.form-control::-webkit-input-placeholder {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	color: #afafc1;
}

select {
	font-family: "Lato", sans-serif;
	font-weight: 500;
}

select.form-control {
	background-image: url(../images/select-down-arrow-new.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 8px 28px 8px 15px;
}
.ui-dropdown.formControl, .ui-multiselect.formControl {
	background-image: url(../images/select-down-arrow-new.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 8px 28px 8px 15px!important;
}
.ui-multiselect-trigger {
    display: none;
}
.ui-multiselect .ui-multiselect-label {    margin: 0;     padding: 0!important;}
.ui-multiselect:not(.ui-state-disabled):hover {
    background-color: transparent!important;
    color: #495057!important;
}
.ui-multiselect-close {
    display: none!important;
}
.ui-multiselect-header .ui-multiselect-filter-container {

    width: 88%!important;
}
.ui-multiselect-header {
    padding: 8px 5px 8px 15px!important;
    background: transparent!important;
    border: none!important;
	border-bottom: 2px solid #f2f2f2!important;
	min-height: 45px!important;
}
.ui-multiselect-panel {
    padding: 0!important;
}
.ui-multiselect-header .ui-multiselect-filter-container .ui-multiselect-filter-icon {
    position: absolute;
    top: .25em;
    left: auto!important;
    right: 5px!important;
}
.ui-multiselect-header .ui-inputtext {
    padding: 0!important;
}
.ui-multiselect-panel .ui-multiselect-list {
    padding: .4em;
}
.ui-multiselect-panel .ui-multiselect-item {
padding: 4px 10px 8px 10px!important;}
.ui-dropdown.formControl .ui-dropdown-label {

    padding: 0!important;
}
.ui-multiselect-panel .ui-multiselect-item label {
    color: #212121!important;
    font-weight: 300!important;
	margin-bottom: 0!important;
    font-family: "Lato", sans-serif!important;
	white-space: normal!important;
	    width: 90%;
		line-height: 20px;
		cursor:pointer;
}

.ui-chkbox-box.ui-state-active, .ui-radiobutton-box.ui-state-active {
    border: 1px solid #212121!important;
    background: #fff!important;
    color: #212121!important;
}
.ui-multiselect .ui-multiselect-panel {

    max-width: 100%;
}
.ui-dropdown.formControl:not(.ui-state-disabled):hover {
    background-color: transparent!important;
    color: inherit!important;
}
.ui-dropdown.formControl.ui-state-focus {
     background-color: transparent!important;
    color: inherit!important;
}
.formControl {
    border: 2px solid #f2f2f2!important;
    font-size: 16px!important;
    padding: 8px 15px!important;
    line-height: 22px;
    font-family: "Lato", sans-serif!important;
    font-weight: 300;
    border-radius: 4px!important;
    width: 100%!important;
	display:block!important;
}
.formControl .ui-dropdown-panel .ui-dropdown-filter-container {
    border-bottom: 2px solid #f2f2f2!important;
}
.formControl .ui-dropdown-trigger {
    display: none;
}
.formControl .ui-dropdown-panel .ui-dropdown-filter-container .ui-inputtext {
    padding-left: 10px!important;
}
.ui-dropdown-panel .ui-dropdown-item {
    font-weight: 300!important;
	padding: 4px 10px!important;
    font-family: "Lato", sans-serif!important;
}

.Make-a-Reservation-box .ui-dropdown {
    display: block!important;
    width: 100%!important;
}
.ui-dropdown.ui-state-focus, .ui-multiselect.ui-state-focus {
    box-shadow: none!important;

}
.Make-a-Reservation-box .ui-dropdown.ui-state-default.ui-dropdown.ui-state-focus, .Make-a-Reservation-box .ui-dropdown.ui-state-default.ui-multiselect.ui-state-focus { border: 2px solid #EBA62D!important;}
.Make-a-Reservation-box .ui-dropdown .ui-dropdown-trigger {display: none;}
.Make-a-Reservation-box .ui-dropdown.ui-state-default {
    border: 2px solid #f2f2f2!important;
    font-size: 16px!important;
    padding: 5px 15px 5px 0px;
    line-height: 22px;
    font-family: "Lato", sans-serif!important;
    font-weight: 300;
    border-radius: 4px!important;
	color: #495057!important;
	background-image: url(../images/select-down-arrow-new.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}
.ui-inputtext {
	padding-left: 15px!important;
	color: #495057!important;
	font-size: 16px!important;
	padding-top: 7px!important;
	font-family: "Lato", sans-serif!important;
	font-weight: 300!important;
}
.Make-a-Reservation-box p-autocomplete .ui-inputtext,.new-member-form p-autocomplete .ui-inputtext {/* @modified by FaisalK */
    padding: 8px 15px!important;
    width: 100%!important;
    margin: 0!important;
}
.Make-a-Reservation-box .ui-inputtext,.new-member-form .ui-inputtext {padding-top: 2px!important;}
.Make-a-Reservation-box .ui-dropdown-filter { border: 2px solid #f2f2f2!important;
    font-size: 16px!important;
    padding: 2px 15px 2px 0px;
    line-height: 22px;
    font-family: "Lato", sans-serif!important;
    font-weight: 300;
    border-radius: 4px!important;
	color: #495057!important;}
.Make-a-Reservation-box .ui-dropdown:not(.ui-state-disabled):hover {
    border-color: #f2f2f2;
    background-color: transparent!important;
    color: #495057!important;
}
.Make-a-Reservation-box .ui-inputtext {
    background-color: transparent!important;
}
.dual-list .filter {
	margin-bottom: -30px!important;
}

.dual-list {
	margin-bottom: 20px;
}

.dual-list .record-picker {
	/* margin-bottom: 12px; */
}

.Account-Settings-container {
	margin-top: 42px;
}

.Account-Settings-container label {
	margin-bottom: 0!important;
}

.mydp .selectiondisabled {
	background-color: #e9ecef!important;
}


/* 		.index-column div, .data-column div {
    border-left: #e7e6e5 1px solid;
    padding: 5px 15px;
	    margin-top: 8px;
    margin-bottom: 8px;
}
.edit-btn-datatable {
    border-left: #e7e6e5 1px solid;
    padding: 5px 15px;
	    margin-top: 8px;
    margin-bottom: 8px;
	display:inline-block;
} */

.column-anniversary_date {
	text-align: center;
}

.edit-btn-datatable {
	display: inline-block;
}

.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
	/* margin-right: 8px; */
}

.mydp .selectiondisabled {
	opacity: 1!important;
}

.edit-btn-datatable i {
	color: #EBA62D;
	font-size: 16px;
}

.data-table {
	border-bottom: 1px solid #ccc;
	box-shadow: none!important;
}

.data-table tbody.substitute-rows {
	/* added by FaisalK @Desc B2246 @Date 2019-04-17 */
	display: none;
}

td.index-column {
	text-align: center;
	padding: 0;
}

.data-table.table td.data-column.column-Actions, td.data-column.column-Actions.edit-Actions {
	text-align: center;
}



.form-group label {
	font-size: 0.875rem;
	/* line-height: normal; */
	vertical-align: top;
}

.form-group.float-left label {
	font-family: "Lato", sans-serif;
	font-size: 18px!important;
	/* padding-top: 12px; */
}

.form-footer {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.btn-forgot-password {
	/* padding-top: 8px; */
	display: inline-block;
}

.user-permission-loop strong {
	margin-bottom: 10px;
	display: block;
}

.Passport-detail-box .controlBoxContainer {
	margin-top: 10px;
}

.form-group.has-danger .form-control {
	border-color: #fd3258;
}

.form-group .file-upload-default {
	visibility: hidden;
	position: absolute;
}

.form-group .file-upload-info {
	background: transparent;
}


/* Icons */

.icons-list {
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.icons-list>div {
	background: #ffffff;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px 15px;
	font-size: 0.875rem;
}

.icons-list>div i {
	display: inline-block;
	font-size: 20px;
	width: 40px;
	text-align: left;
	color: #24d5d8;
}


/* Lists */

ul,
ol,
dl {
	padding-left: 1rem;
	font-size: 0.875rem;
}

ul li,
ol li,
dl li {
	line-height: 1.8;
}

.list-ticked,
.list-arrow,
.list-star {
	list-style: none;
	padding: 0;
}

.list-ticked li,
.list-arrow li,
.list-star li {
	padding-left: 1.5rem;
}

.list-ticked li:before,
.list-arrow li:before,
.list-star li:before {
	font-family: "Material Design Icons";
	margin-left: -1.5rem;
	width: 1.5rem;
	margin-right: .5rem;
}

.list-ticked li:before {
	content: '\F12D';
	color: #fd3258;
}

.list-arrow li:before {
	content: '\F142';
	color: #33c92e;
}

.list-star li:before {
	content: '\F4CE';
	color: #fed961;
}

.bullet-line-list {
	padding-left: 30px;
	position: relative;
	list-style-type: none;
}

.bullet-line-list li {
	position: relative;
}

.bullet-line-list li:before {
	width: 15px;
	height: 15px;
	left: -30px;
	top: 15px;
	border: 4px solid;
	margin-right: 15px;
	z-index: 2;
	background: #ffffff;
}

.bullet-line-list li:before {
	content: "";
	position: absolute;
	border-radius: 100%;
}

.bullet-line-list li:nth-child(6n+1):before {
	border-color: #fed961;
}

.bullet-line-list li:nth-child(6n+2):before {
	border-color: #24d5d8;
}

.bullet-line-list li:nth-child(6n+3):before {
	border-color: #fd3258;
}

.bullet-line-list li:nth-child(6n+4):before {
	border-color: #6569df;
}

.bullet-line-list li:nth-child(6n+5):before {
	border-color: #33c92e;
}

.bullet-line-list li:nth-child(6n+6):before {
	border-color: #aab2bd;
}

.bullet-line-list:after {
	content: "";
	border: 1px solid #f2f2f2;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 7px;
}


/* Pagination */

.pagination .page-item .page-link {
	border-color: #f2f2f2;
	color: #000;
	font-size: .875rem;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.pagination .page-item .page-link:focus {
	background: inherit;
}

.pagination .page-item .page-link i:before {
	font-size: inherit;
	line-height: 1;
	vertical-align: middle;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:active .page-link {
	background: #aab2bd;
	border-color: #aab2bd;
	color: #ffffff;
}

.pagination.flat .page-item .page-link {
	border: none;
	border-radius: 2px;
}

.pagination.separated .page-item {
	margin-left: 4px;
	margin-right: 4px;
}

.pagination.separated .page-item:first-child {
	margin-left: 0;
}

.pagination.separated .page-item:last-child {
	margin-right: 0;
}

.pagination.separated .page-item .page-link {
	border-radius: 2px;
}

.pagination.rounded .page-item:first-child .page-link {
	border-radius: 25px 0 0 25px;
}

.pagination.rounded .page-item:last-child .page-link {
	border-radius: 0 25px 25px 0;
}

.pagination.rounded-flat .page-item {
	margin-right: 3px;
	margin-left: 3px;
}

.pagination.rounded-flat .page-item .page-link {
	border: none;
	border-radius: 50px;
}

.pagination.rounded-separated .page-item {
	margin-left: 4px;
	margin-right: 4px;
}

.pagination.rounded-separated .page-item:first-child {
	margin-left: 0;
}

.pagination.rounded-separated .page-item:first-child .page-link {
	border-radius: 10px 0 0 10px;
}

.pagination.rounded-separated .page-item:last-child {
	margin-right: 0;
}

.pagination.rounded-separated .page-item:last-child .page-link {
	border-radius: 0 10px 10px 0;
}

.pagination.rounded-separated .page-item .page-link {
	border-radius: 2px;
}


/* pagination variations */

.pagination-primary .page-item.active .page-link {
	background: #24d5d8;
	border-color: #24d5d8;
}

.pagination-primary .page-item .page-link:hover {
	background: #38dbde;
	border-color: #24d5d8;
	color: #ffffff;
}

.pagination-secondary .page-item.active .page-link {
	background: #aab2bd;
	border-color: #aab2bd;
}

.pagination-secondary .page-item .page-link:hover {
	background: #b8bfc8;
	border-color: #aab2bd;
	color: #ffffff;
}

.pagination-success .page-item.active .page-link {
	background: #33c92e;
	border-color: #33c92e;
}

.pagination-success .page-item .page-link:hover {
	background: #43d33e;
	border-color: #33c92e;
	color: #ffffff;
}

.pagination-info .page-item.active .page-link {
	background: #6569df;
	border-color: #6569df;
}

.pagination-info .page-item .page-link:hover {
	background: #7a7ee3;
	border-color: #6569df;
	color: #ffffff;
}

.pagination-warning .page-item.active .page-link {
	background: #fed961;
	border-color: #fed961;
}

.pagination-warning .page-item .page-link:hover {
	background: #fedf7a;
	border-color: #fed961;
	color: #ffffff;
}

.pagination-danger .page-item.active .page-link {
	background: #fd3258;
	border-color: #fd3258;
}

.pagination-danger .page-item .page-link:hover {
	background: #fd4b6d;
	border-color: #fd3258;
	color: #ffffff;
}

.pagination-light .page-item.active .page-link {
	background: #f5f7fa;
	border-color: #f5f7fa;
}

.pagination-light .page-item .page-link:hover {
	background: white;
	border-color: #f5f7fa;
	color: #ffffff;
}

.pagination-dark .page-item.active .page-link {
	background: #32323d;
	border-color: #32323d;
}

.pagination-dark .page-item .page-link:hover {
	background: #3d3d4b;
	border-color: #32323d;
	color: #ffffff;
}


/* Preview */

.preview-list .preview-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: .75rem 1.5rem;
	font-size: .875rem;
}

.preview-list .preview-item:last-child {
	border-bottom: 0;
}

.preview-list .preview-item:hover {
	background: #f8f9fa;
}

.preview-list .preview-item .preview-thumbnail {
	color: #ffffff;
	position: relative;
}

.preview-list .preview-item .preview-thumbnail img,
.preview-list .preview-item .preview-thumbnail .preview-icon {
	width: 36px;
	height: 36px;
	border-radius: 100%;
}

.preview-list .preview-item .preview-thumbnail .preview-icon {
	padding: 6px;
	text-align: center;
}

.preview-list .preview-item .preview-thumbnail .preview-icon i {
	font-size: 1.125rem;
}

.preview-list .preview-item .preview-thumbnail .badge {
	border: 2px solid #ffffff;
	border-radius: 100%;
	bottom: 5px;
	display: block;
	height: 14px;
	left: -5px;
	padding: 0;
	position: absolute;
	width: 14px;
}

.preview-list .preview-item .preview-item-content {
	line-height: 1;
	padding-left: 15px;
}

.rtl .preview-list .preview-item .preview-item-content {
	padding-left: 0;
	padding-right: 15px;
}

.preview-list .preview-item .preview-item-content:first-child {
	padding-left: 0;
}

.rtl .preview-list .preview-item .preview-item-content:first-child {
	padding-right: 0;
}

.preview-list .preview-item .preview-item-content p {
	margin-bottom: 10px;
}

.preview-list .preview-item .preview-item-content p .content-category {
	font-family: 'source-sans-pro-semibold', sans-serif;
	padding-right: 15px;
	border-right: 1px solid #f2f2f2;
}


/* Tables */

.table {
	margin-bottom: 0;
}

.table thead th {
	border-top: 0;
	border-bottom-width: 0px;
}

.table thead th i {
	margin-left: 0.325rem;
}

.table th,
.table td {
	vertical-align: middle;
	font-size: 20px;
	line-height: 22px;
}

.table th img,
.table td img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.table th .badge,
.table td .badge {
	margin-bottom: 0;
}

.table th {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	color: #000;
}

.table td {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.index-column,
.data-column {
	font-size: 16px!important;
	font-weight: 300!important;
	/*  padding: 10px 15px!important; */
	/*  padding:0!important; */
	border-left: #e7e6e5 1px solid;
}

.index-column:last-child,
.data-column:last-child {
	border-right: #e7e6e5 1px solid;
}

.column-Actions div {
	display: none;
}

span.edit-btn-datatable a {
	color: #000;
}

.table.table-borderless {
	border: none;
}

.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
	border: none;
}

.table.table-dark thead th {
	color: #ffffff;
}


/* Flot chart */

.float-chart-container {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 300px;
	max-height: 100%;
}

.float-chart {
	width: 100%;
	position: relative;
	max-width: none;
	height: 400px;
}

.float-chart canvas {
	position: absolute !important;
	top: 0;
	bottom: 0;
}


/*-------------------------------------------------------------------*/


/* === Landing screens === */


/* Auth */

.auth.login-full-bg {
	/*background: url("../images/auth/login_1.jpg");*/
	background-size: cover;
}

.auth.register-full-bg {
	/*background: url("../images/auth/register_1.jpg");*/
	background-size: cover;
}

.auth .auth-form-dark {
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
}

.auth .auth-form-dark .form-control {
	border-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.auth .auth-form-dark .form-control:-ms-input-placeholder {
	color: #ffffff;
}

.auth .auth-form-dark .form-control:-moz-placeholder {
	color: #ffffff;
}

.auth .auth-form-dark .form-control::-moz-placeholder {
	color: #ffffff;
}

.auth .auth-form-dark .form-control::-webkit-input-placeholder {
	color: #ffffff;
}

.auth .auth-form-light {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(216, 216, 216, 0.8);
	color: #000;
}

.auth .auth-form-light .form-control {
	border: 1px solid #e7e6e5;
	color: #000;
}
.login-content-Box .form-control:focus {

    box-shadow: 0 0 0 1px #eba62d;
}

.auth .auth-form-light .form-control:-ms-input-placeholder {
	color: #000;
}

.auth .auth-form-light .form-control:-moz-placeholder {
	color: #000;
}

.auth .auth-form-light .form-control::-moz-placeholder {
	color: #000;
}

.auth .auth-form-light .form-control::-webkit-input-placeholder {
	color: #000;
}

.auth .auth-form-transparent {
	background: transparent;
	color: #ffffff;
}

.auth .auth-form-transparent form .form-group .form-control {
	padding-left: 1rem;
	padding-right: 1rem;
	border-color: rgba(255, 255, 255, 0.2);
}

.auth form .form-group {
	position: relative;
}

.auth form .form-group label {
	font-weight: 400;
	margin-bottom: 0;
	vertical-align: bottom;
	font-size: 20px;
}

.auth form .form-group .form-control {
	background: transparent;
	/*    border-top: 0;
    border-left: 0;
    border-right: 0; */
	margin-top: 10px;
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

.auth form .form-group i {
	position: absolute;
	right: 1rem;
	height: 18px;
	top: calc((100% - 18px) / 2);
}

.auth form .btn {
	font-size: 1.25rem;
}

.auth form .auth-link {
	font-size: 0.875rem;
}

.auth form .auth-link:hover {
	color: initial;
}


/* Error */

.error-page h1 {
	font-size: 9.375rem;
	line-height: 1;
}

@media (max-width: 991px) {
	.error-page h1 {
		font-size: 8rem;
	}
}

.error-page h2 {
	font-size: 4.375rem;
	line-height: 1;
}

@media (min-width: 992px) {
	.error-page .error-page-divider {
		border-left: 3px solid rgba(255, 255, 255, 0.2);
	}
}

.data-table.table td.data-column {
	vertical-align: middle;
	text-align: left;
}

.fund-list-table-box th.column-fund_name {
	width: 26%;
}

.ui-autocomplete-token {
	margin-bottom: 2px;
}

.ui-state-highlight {
	border-color: #EBA62D!important;
	background-color: #EBA62D!important;
}

.Investor-reviews-table-box th.column-first_name {
	width: 22%;
}
.membership-table.new-datatable-box th.column-first_name {
	width: 22%;
}

.Investor-reviews-table-box th.column-residence_name {
	width: 18%;
}

.Investor-reviews-table-box th.column-statusText {
	width: 120px;
}

.notification-table-list-box th.column-send_to {
	width: 25%;
}


.notification-table-list-box th.column-valid_until {
	width: 170px;
}

p-autocomplete {
	display: block;
	border: #e7e6e5 1px solid;
	padding: 15px 20px;
}

ul.list-styleCommon li:first-child {
	margin-top: 15px;
}

.ui-autocomplete {
	width: 100%;
}

.ui-autocomplete-multiple-container.ui-inputtext {
	padding: 0!important;
	width: 100%;
}

.ui-autocomplete-input-token input {
	border: 2px solid #f2f2f2!important;
	font-size: 16px!important;
	padding: 10px 15px!important;
	line-height: 18px!important;
	font-family: "Lato", sans-serif!important;
	font-weight: 400!important;
	border-radius: 4px!important;
	width: 360px!important;
}

.ui-inputtext.ui-state-focus,
.ui-inputtext:focus {
	box-shadow: none!important;
}

span.ui-autocomplete.ui-widget.ui-autocomplete-multiple .ui-autocomplete-input-token {
	display: block;
	margin: 0px 0 0 0px!important;
	padding: 0px!important;
}

li.ui-autocomplete-token {
	margin-bottom: 5px;
	margin-right: 5px;
}

ul.list-styleCommon li {
	list-style: none;
	padding: 0;
	font-size: 18px;
}

ul.list-styleCommon {
	padding: 0;
	margin: 0;
}

ul.list-styleCommon li::before {
	color: #EBA62D;
	content: "\2022";
	font-size: 17px;
	padding-right: 5px;
	position: relative;
	top: 0px;
}


/* .modal-open { */


/* overflow: hidden; */


/* position: fixed; */


/* width: 100%; */


/* } */

.attached-file-box i {
	color: #eba62d;
}

.attached-file-box {
	margin-top: 10px;
}

.attached-file-box::before {
	color: #EBA62D;
	content: "\2022";
	font-size: 17px;
	padding-right: 5px;
	position: relative;
	top: 0px;
}

.attached-file-box-privacy-policy i {
	color: #eba62d;
}

.attached-file-box-privacy-policy {
	margin-top: 10px;
}

.attached-file-box-privacy-policy::before {
	color: #EBA62D;
	content: "\2022";
	font-size: 14px;
	padding-right: 5px;
	position: relative;
	top: 0px;
}

.user-permission-loop strong {
	font-size: 17px;
}

td.data-column {
	word-break: inherit;
	word-wrap: break-word;
}

.membership-fundtable-Box .data-table-row-wrapper:hover,
.membership-fundtable-Box2 .data-table-row-wrapper:hover,
.reciprocal-Reservation-tableBox .data-table-row-wrapper:hover,
.reciprocal-Reservation-tableBox2 .data-table-row-wrapper:hover,
.reciprocal-Membership-tableBox .data-table-row-wrapper:hover,
.reciprocal-Residence-tableBox .data-table-row-wrapper:hover,
.Bulk-Lease-Reservation-tableBox .data-table-row-wrapper:hover,
.Bulk-Lease-Residence-tableBox .data-table-row-wrapper:hover,
.Bulk-Lease-History-tableBox .data-table-row-wrapper:hover,
.Investor-Reviews-tableBox .data-table-row-wrapper:hover,
.Investor-Reviews-tableBox2 .data-table-row-wrapper:hover,
.Investor-Reviews-tableBox3 .data-table-row-wrapper:hover,
.Make-Reservations-table.new-datatable-box table.dataTable tbody tr {
	cursor: pointer;
}

.membership-fundtable-Box .data-table-row-wrapper:hover .index-column,
.membership-fundtable-Box2 .data-table-row-wrapper:hover .index-column,
.reciprocal-Reservation-tableBox .data-table-row-wrapper:hover .index-column,
.reciprocal-Reservation-tableBox2 .data-table-row-wrapper:hover .index-column,
.reciprocal-Membership-tableBox .data-table-row-wrapper:hover .index-column,
.reciprocal-Residence-tableBox .data-table-row-wrapper:hover .index-column,
.Bulk-Lease-Reservation-tableBox .data-table-row-wrapper:hover .index-column,
.Bulk-Lease-Residence-tableBox .data-table-row-wrapper:hover .index-column,
.Bulk-Lease-History-tableBox .data-table-row-wrapper:hover .index-column,
.Investor-Reviews-tableBox .data-table-row-wrapper:hover .index-column,
.Investor-Reviews-tableBox2 .data-table-row-wrapper:hover .index-column,
.Investor-Reviews-tableBox3 .data-table-row-wrapper:hover .index-column,
.list-destination-content .data-table-row-wrapper:hover .index-column,
.dataTable tbody tr:hover td:first-child,
.data-table-row-wrapper:hover .index-column  {
	color: #fff;
	background: #EBA62D;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover, table.dataTable tbody tr:hover:nth-child(odd) {
    background-color: #ececec!important;
}
my-date-picker {
	height: 41px;
	float: left;
	width: 100%;
}

.residence-detail-img {
	height: 75px;
}

.mydp .selection {
	height: 38px!important;
	padding: 10px 15px!important;
	font-size: 16px!important;
	display: inline-block!important;
	font-family: "Lato", sans-serif!important;
	font-weight: 300!important;
}

.pi-calendar {
	background: url(../images/calendar-icon.png) no-repeat center!important;
	width: 16px!important;
	height: 17px!important;
}

.pi-calendar:before {
	content: ""!important;
}

.mydp .selectiongroup {
	height: 38px;
}

.Reciprocal-table-Box th.column-name {
	width: 26%;
}

.activities-table-Box th.column-destination_names {
	width: 40%;
}

.Bulk-Lease-table-Box th.column-name {
	width: 26%;
}

.reciprocal-diff-table {
	margin: 0 auto;
}

.reciprocal-diff-table td {
	vertical-align: top;
	padding: 0 15px;
}

.add-dlr-fld-box input {
	width: 220px;
}

.Investor-Reviews-tableBox th.column-header.column-body {
	width: 30%;
}

.fc-toolbar.fc-header-toolbar {
	position: relative;
}


/* .calender-reservation-Box .mydrp .icon-mydrpleft {
	margin: 0 10px 0 0px;
	background: url(../images/arrow-new-left.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: -35px;
}

.calender-reservation-Box .mydrp .icon-mydrpright {
	margin: 0 0px 0 10px;
	background: url(../images/arrow-new-right.png) no-repeat center center;
	position: absolute;
	top: -22px;
	right: -155px;
} */

button.fc-prev-button {
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/arrow-new-left.png) no-repeat center center;
	width: 10px;
	height: 16px;
}

button.fc-next-button {
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../images/arrow-new-right.png) no-repeat center center;
	width: 10px;
	height: 16px;
}

.fc button .fc-icon:after {
	display: none;
}

button.fc-month-button {
	display: none;
}

.login-content-Box {
	width: 560px;
}


/*# sourceMappingURL=maps/style.css.map */

.calender-reservation-Box.calender-reservation-BoxHold-section {
	width: 100%;
}

.mydp .selector {
	z-index: 9999!important;
}

.calender-reservation-containerHold-section .range-details-Box li {
	font-size: 16px;
}

.calender-reservation-container-Second .calender-reservation-Box {
	padding: 0;
	width: auto;
}

.calender-reservation-container-Second .calender-reservation-Box .mydrp,
.calender-reservation-container-Second .calender-reservation-Box .mydrp .inline {
	width: 100%!important;
	height: auto!important;
}

.Availability-BoxCalender {
	width: 100%;
	width: 100%;
	position: relative;
	height: 44px;
}

.Availability-BoxCalender-preBtn {
	position: absolute;
	left: 0;
	top: 0;
}

.Availability-BoxCalender-nextBtn {
	position: absolute;
	right: 0;
	top: 0;
}

.calender-reservation-container-Second .calender-reservation-Box .mydrp .weekdaytitle {
	font-size: 22px;
	padding: 10px 0 0px 0;
}

.Availability-BoxCalender .button {
	width: 90px;
	height: 35px;
	text-align: center;
	padding: 7px 0 0 0;
}

.ui-datepicker.ui-widget {
	top: 40px!important;
}

.DisplayTable {
	display: table;
}

.ui-button-icon-only .ui-button-icon-left {
	top: 0;
	left: auto;
	margin-top: 10px;
	margin-left: -10px;
}

.Reservation-Summary-member-Container-page .common-table tr td span {
	/* padding: 8px 15px; */
	display: flex;
	/* border-right: #cacaca 1px solid; */
	/* margin: 8px 0; */
	font-weight: 300;
	/* min-height: 54px; */
	align-items: center;
}

.Reservation-Summary-member-Container-page .common-table tr td {
	vertical-align: middle;
}

.Reservation-Summary-member-Container-page .common-table tr td:last-child span {
	border-right: none!important;
}

.Reservation-Summary-member-Container-page .common-table.Account-balance-table2 tr td span {
	justify-content: center;
}

.Reservation-Summary-member-Container-page .common-table.Account-balance-table2 tr td:nth-child(1) span {
	justify-content: left;
}

.common-table.Account-balance-table tbody tr:last-child td {
	border-bottom: 1px solid #000!important;
}

.common-table.Account-balance-table tbody tr:nth-last-child(2) td {
	border-bottom: 1px solid #000!important;
}

.Account-balance-table tbody tr:last-child {
	background: #F7F5F5;
}

.total-Allotted-Nights span {
	font-weight: 600!important;
}

.total-Allotted-Nights {
	color: #AF4426;
	font-weight: 600;
}

.Arrival-Departure-info-Box {
	display: flex;
	align-items: center;
}

.Arrival-Departure-info-inner {
	margin-right: 40px;
}

.Arrival-info-content {
	margin-bottom: 40px;
}

.Arrival-Departure-info-Box label {
	font-weight: 600;
}

.total-night-info {
	margin-left: 10px;
}

.Reservation-Summary-member-info-Container label {
	font-weight: 600;
}

.Display-center {
	display: table;
	margin: 0 auto;
}

button.close {
	width: 23px;
	height: 22px;
	background: url(../images/popup-close-icon-orange.png) no-repeat center;
	display: block;
	opacity: 1;
	text-indent: 99999px;
}

.commom-tab-2 {
	margin-bottom: 30px;
}

.navbar-brand-wrapper {
	display: flex;
	align-items: center;
}

body,
html {
	background: #FBF9F9;
}

.commom-tab-2 .nav-tabs .nav-item {
	margin-bottom: 0;
}

.commom-tab-2 .nav-tabs .nav-item .nav-link.active {
	color: #000;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	font-size: 21px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 4px solid #EBA62D;
}

.commom-tab-2 .nav-tabs .nav-item .nav-link {
	color: #000;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	font-size: 21px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 4px solid #fff;
	padding: 0px 0 10px 0;
	line-height: normal;
}

.commom-tab-2 ul {
	padding: 0 15px;
}

button.edit-btn-res {
	border: none;
	background: none;
	cursor: pointer;
}

button.save-btn-res {
	border: none;
	background: none;
	cursor: pointer;
}

button.edit-btn-res i,
button.save-btn-res i {
	color: #EBA62D;
	font-size: 16px;
}


/* .purchase-box-loop:nth-child(1) {
    border-top: 1px solid #f2f2f2;
} */

.purchase-box-loop {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 300;
}

.custom-rate-box {
	display: table;
	align-items: center;
	width: 100%;
	margin-top: .5rem;
	vertical-align: middle;
}

.custom-rate-box label {
	display: table-cell;
	padding-right: 10px;
}

.custom-rate-box input {
	display: table-cell;
}

.custom-rate-box+.alert {
	padding-left: 28px;
}


/* .custom-rate-box label {
	margin-bottom: 0;
	width: 10%;
} */


/* .custom-rate-box input {
	width: 90%;
} */

.rate-label {
	display: block;
	margin-bottom: 0;
}

.custom-rate-section {
	display: inline-grid;
	width: 49.5%;
}

.Additional-Access-box label {
	padding: 0px 15px 10px 15px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
}

.reservation-alert-box {
	color: #AF4426;
	background: #F7F5F5;
	padding: 10px 15px;
}

.common-table.common-table2.purchase-table-box .table {
	border-right: none;
}

.common-table.common-table2.purchase-table-box tr th {
	border: none;
}


/* .common-table.common-table2.purchase-table-box tr td:first-child {
	border-left: none;
} */

.list-membership-box {
	width: 100%;
}

.table-sorter-wrapper.table-responsive.common-table.common-table2 tr th {
	border: none;
}

.common-table.common-table2.flight-table-box table {
	border-right: none;
	table-layout: fixed;
}

.common-table.common-table2.flight-table-box tr th {
	border: none;
	font-size: 16px;
	background: #8DB9CA;
	color: #fff;
	padding: 8px 15px;
	vertical-align: top;
}

.common-table.common-table2.flight-table-box tr td:first-child {
	/*  border-left: none; */
}

.common-table.common-table2.flight-table-box tr th:nth-last-child(1) {
	width: 90px!important;
	text-align: center;
}

.common-table.common-table2.flight-table-box tr td:last-child {
	text-align: center;
	border-right: #e7e6e5 1px solid;
}

.common-table.common-table2.flight-table-box tr th:last-child {
	border-right: #e7e6e5 1px solid;
}

.flight-table-box button {
	background: #fff;
	border: none;
	text-align: center;
}

.flight-table-box button i {
	color: #EBA62D;
	cursor: pointer;
}

.common-table.common-table2.flight-table-box tr td {
	font-size: 16px;
	word-break: break-word;
}

.common-table.common-table2.flight-table-box tr th {
	width: auto;
}

.common-table3.trip-champion-table-box tr td,
.common-table3.trip-champion-table-box tr td label {
	font-size: 16px;
}

.common-table3.trip-champion-table-box tr th {
	border: none;
	font-size: 16px;
	background: #8DB9CA;
	color: #fff;
	padding: 8px 15px;
}

.Upload-linkBox i {
	color: #EBA62D;
}

.custom-file-upload-box input[type="file"] {
	display: none;
}

.custom-file-upload-box .custom-file-upload i,
.common-plus-box .common-plus-content i,
.attached-file-box-second i,
.Upload-linkBox-inner-link i
 {
	border: 1px solid #ccc;
	display: inline-flex;
	padding: 8px 10px 5px 10px;
	cursor: pointer;
	max-width: 40px;
	max-height: 40px;
	border-radius: 4px;
	font-size: 25px;
	justify-content: center;
	align-items: center;
	color: #eba62d;
}

.custom-file-upload-box .custom-file-upload:hover i,
.common-plus-box .common-plus-content:hover i,
.attached-file-box-second a:hover i,
.Upload-linkBox-inner-link a:hover i {
	color: #fff;
	border: #eba62d 1px solid;
	background: #eba62d;
}

.custom-file-upload-box .custom-file-upload,
.common-plus-box .common-plus-content {
	cursor: pointer;
	padding: 0;
	display: inline-flex;
	align-items: center;
}

button.common-plus-content {
	border: none;
	background-color: transparent;
}

.Upload-linkBox .custom-file-upload-box {
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
}

.Upload-linkBox-inner-link {
	display: inline-block;
	vertical-align: top;
}

a.common-plus-content:hover {
	color: #000;
}

.inline-lbl-txt-second {
	display: flex;
	align-items: center;
}

.inline-lbl-txt-second label {
	margin-bottom: 0;
	width: 100px;
	display: inline-flex;
}

.dual-list button {
	width: 130px!important;
	border-radius: 0px!important;
}

.record-picker {
	clear: both;
}

div.record-picker::-webkit-scrollbar-thumb {
	background: #d8d8d8!important;
	border: thin solid #d8d8d8!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

div.record-picker::-webkit-scrollbar-track {
	background: #eee;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf inset;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.point-right::after {
	content: "\f0a9";
	padding-left: 5px!important;
}

.point-left::before {
	content: "\f0a8";
	padding-right: 5px!important;
}

.dual-list button:hover {
	color: #fff!important;
	background: #00205B;
}

.Account-balance-table a {
	text-decoration: underline;
}

.Account-balance-table a:hover {
	color: #EBA62D;
	text-decoration: none;
}

#add-arrival-modal .ui-button-icon-only .ui-button-icon-left {
	left: -10px!important;
}

.common-btn-4 {
	width: 185px;
	min-height: 38px;
}

.back-btn {
	display: flex;
	align-items: center;
	font-size: 21px;
	line-height: normal;
	font-weight: 300;
}

.back-btn i {
	color: #EBA62D;
	margin-right: 5px;
}

.back-btn:hover {
	color: #EBA62D;
}

.Make-Reservations-table-popup .Make-Reservations-table .table th,
.Make-Reservations-table-popup .Make-Reservations-table .table td {
	font-size: 15px;
	line-height: 20px;
	padding: 15px 10px;
}

.Make-Reservations-table-popup .Make-Reservations-table .index-column,
.Make-Reservations-table-popup .Make-Reservations-table .data-column {
	font-size: 15px!important;
}

.Make-Reservations-table-popup .Make-Reservations-table .table {
	table-layout: inherit;
}

.Title-inner-box hr {
	margin-bottom: 25px;
	margin-top: 15px;
}

.Title-inner-box h4 {
	margin-bottom: 25px;
}

.reservation-alert-box.reservation-alert-box-second {
	color: #AF4426;
	background: #F7F5F5;
	padding: 15px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

select.form-control.Apply-Reservation-select-box {
	width: 77px;
	height: 38px;
	display: inline-block;
	margin-right: 5px;
}

.common-btn.orange.purchase-btn,
.common-btn.gray.purchase-btn {
	min-width: 77px;
	height: 42px;
	min-height: 42px;
	display: inline-flex;
	vertical-align: top;
	line-height: 37px;
	padding: 0 20px;
}

.Account-balance-table2 td,
.Account-balance-table2 th {
	text-align: center;
}

.Account-balance-table2 tr td:first-child {
	text-align: left;
}

.reservation-alert-box.reservation-alert-box-second em {
	line-height: 18px;
	font-style: normal;
}

.reservation-alert-box.reservation-alert-box-second span {
	display: inline-flex;
	align-items: center;
}

.menu-icon {
	margin-left: 10px;
	display: none;
}

.ui-button-icon-only .ui-button-icon-left {
	margin-left: -13px!important;
}

.mydp .icon-mydpremove {
	color: #EBA62D!important;
}

.calender-reservation-Box.edit-calender-reservation .mydrp .headerlabelbtn {
	margin-right: 6px;
}

.btn-default.pagination-lastpage {
	margin-right: 0!important;
}

.edit-Residence-Tab .lr-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calender-reservation-Box.edit-calender-reservation .button.fc-corner-left {
	color: #eba62d;
	position: absolute;
	z-index: 999;
	font-size: 30px;
	top: -5px;
	left: 10px;
	padding: 0;
	margin: 0;
	line-height: 30px;
	cursor: pointer;
}
.calender-reservation-Box.edit-calender-reservation .mydrp .daycell {
    cursor: default!important;
}

.calender-reservation-Box.edit-calender-reservation .button.fc-corner-right {
	color: #eba62d;
	position: absolute;
	z-index: 999;
	font-size: 30px;
	top: -5px;
	right: 10px;
	padding: 0;
	margin: 0;
	line-height: 30px;
	cursor: pointer;
}

.calender-reservation-Box.edit-calender-reservation {
	position: relative;
}

.fc-unthemed td.fc-today {
	background: rgba(235, 166, 45, 0.1);
}

.fc-highlight {
	background: rgba(91, 151, 167, 0.1);
	opacity: 1;
}

ol.season-list-box li {
	font-size: 16px;
	margin-bottom: 6px;
}

.season-list-box li strong {
	margin-right: 5px;
	font-size: 17px;
}

.alert.red-color-error {
	margin-bottom: 15px;
	padding: 0;
}

.char-limit-word {
	font-size: 12px;
	margin-top: 5px;
	display: block;
	text-align: right;
}


/*** the following rule remove default arrow on HTML tag select - IE10+ ***/

select::-ms-expand {
	display: none;
}

select {
	/* you should keep these firsts rules in place to maintain cross-browser behaviour */
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.common-table tr td {
	font-weight: 300;
}

.SeasonPoint-Box {
	min-width: 220px;
	padding: 0px 15px;
	height: auto;
	text-transform: capitalize;
	font-size: 16px;
	background: #f2f0f0;
	color: #000;
	margin-top: 20px;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-height: 50px;
}

.SeasonPoint-Box:hover {
	background: #8db9ca;
}

.SeasonPoint-Box span {
	font-size: 36px;
	margin-right: 10px;
	font-weight: 300;
	display: inline-flex;
	align-items: center;
}

.data-tableBox.balancesheet-table-box th {
	vertical-align: bottom;
}

.data-tableBox tr {
	border-bottom: #ccc solid 1px;
}

.data-tableBox {
	margin-top: 20px;
}

.data-tableBox table {
	width: 100%;
}

.data-tableBox th {
	font-size: 14px;
	width: 10%;
	padding: 5px 10px;
}

.data-tableBox td {
	font-size: 18px;
	font-weight: 300;
	padding: 10px 10px;
}

.balancesheet-total-table tr {
	border: none;
}

.balancesheet-total-table td {
	padding-top: 0;
	padding-bottom: 0;
}

.PeriodCountBox {
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
}

.PeriodCountNumber {
	display: inline-block;
	text-align: center;
	padding: 10px 0% 10px 10px;
	font-size: 14px;
	font-weight: 600;
	margin-right: 4%;
}

.Reservation-Summary-member-info-Container span {
	font-weight: 300;
}

.Departure-info-content div {
	font-weight: 300;
}

.Arrival-info-content div {
	font-weight: 300;
}
.column-header.sortable button {
    display: flex;
}

/* .days-btn {
    min-width: 100%;
	    padding-left: 0;
    padding-right: 0;
} */


.position-relative {    position: relative;}


.commom-tab-second.Reservation-List-tab .nav-tabs .nav-link {
    background: #ccc;
    border: #ccc 1px solid;
}

.commom-tab-second.Reservation-List-tab .nav-tabs li a.active, .commom-tab-second.Reservation-List-tab .nav-tabs li a:hover {

    color: #EBA62D;
    background: #fff;
    border: #e7e6e5 1px solid;
    border-bottom: none;
}
.commom-tab-second.Reservation-List-tab {
    position: relative;
}
.commom-tab-second.Reservation-List-tab a.common-btn.export-btn {
    position: absolute;
    top: 0px;
    right: 0;
    min-height: 39px;
    height: 38px;
    margin: 0;
    width: auto;
    min-width: auto;
    background: #ccc;
    color: #fff;
    border-radius: 0;
}
.export-btn i.fa.fa-upload {
    transform: rotate(90deg);
    margin-right: 5px;
}
.commom-tab-second.Reservation-List-tab a.common-btn.export-btn:hover {
    background: #00205B;
}


















/*** the following rule remove default arrow on HTML tag select - IE10+ ***/

select::-ms-expand {
	display: none;
}

select,
input,
textarea {
	/* you should keep these firsts rules in place to maintain cross-browser behaviour */
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

@-moz-document url-prefix() {

  .common-table.common-table2.flight-table-box table {

    border-collapse: inherit;
    border-spacing: 0;
 }
 .common-table.common-table2.flight-table-box .table th, .common-table.common-table2.flight-table-box .table td {
    border-top: none;
}
}

/* IE10+ specific styles go here */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.common-btn {
		display: inline-block;
	}
	.control-checkbox .control_indicator::after {
		width: 9px;
		height: 16px;
	}
}

.tooltip-inner {
	width: 200px;
	padding: 9px 20px;
	color: #000;
	text-align: center;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #cacaca;
	box-shadow: 2px 2px 3px 1px rgba(225, 225, 225, 0.8);
}

.tooltip .arrow:before {
	display: none;
}
.tooltip.show {
    opacity: 1;
}

.tooltip-bottom .tooltip-arrow.arrow {
	background: url(../images/tooltip-top-arrow.png) no-repeat center !important;
	width: 16px;
	height: 13px;
}
.tooltip-top .tooltip-arrow.arrow {
    background: url(../images/tooltip-top-arrow.png) no-repeat center !important;
	width: 16px;
	height: 13px;
    transform: rotate(180deg);
}
.res_cap_tooltip + .tooltip > .tooltip-inner {
	max-width: 400px !important;
   width: 400px;
}
i.fa.fa-info-circle {
    color: #8bb8c8;
}

.new-datatable-box .dataTables_length {
    display: none!important;
}
.new-datatable-box table.dataTable thead th, table.dataTable thead td {
    padding: 15px 10px!important;
    border-bottom: 1px solid #e7e6e5!important;
}
.new-datatable-box table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500!important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px!important;
}
 .fa-sort-down:before, .fa-sort-desc:before {

    color: #EBA62D!important;
}
.fa-sort-up:before, .fa-sort-asc:before {
    color: #EBA62D!important;
}
table.dataTable tbody tr:nth-child(odd) {
    background-color: #f6f6f6;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #e7e6e5!important;
}
table.dataTable thead th.index-column-header.sorting:after , table.dataTable thead th.index-column-header.sorting_asc:after , table.dataTable thead th.index-column-header.sorting_desc:after  {
    background-image: none!important;
	display:none;
}
table.dataTable thead th.login-column-header.sorting:after , table.dataTable thead th.login-column-header.sorting_asc:after , table.dataTable thead th.login-column-header.sorting_desc:after  {
    background-image: none!important;
	display:none;
}

/* table.dataTable thead .sorting {
    background-image: url(../images/sort-up-down-icon.jpg)!important;
}
table.dataTable thead .sorting_asc {
    background-image: url(../images/sort-up-icon.jpg)!important;
}
table.dataTable thead .sorting_desc {
    background-image: url(../images/sort-down-icon.jpg)!important;
} */
.new-datatable-box table.dataTable thead th span{display: table-cell; padding-right: 8px;}
table.dataTable thead .sorting:after {
	content: " ";
    color: #EBA62D!important;
    background-image: url(../images/sort-up-down-icon.jpg)!important;
	width: 12px;
    height: 16px;
    display: table-cell;
    background-position: center 5px;
    background-repeat: no-repeat;
	vertical-align: top;
}
table.dataTable thead .column-Actions.sorting:after, table.dataTable thead .column-Actions.sorting_desc:after, table.dataTable thead .column-Actions.sorting_asc:after {display: none;}
.new-datatable-box table.dataTable thead th.column-Actions span {display: block;}
table.dataTable thead .sorting_asc:after {
    content: " ";
    color: #EBA62D!important;
    background-image: url(../images/sort-up-icon.jpg)!important;
    width: 12px;
    height: 7px;
    display: table-cell;
    background-position: center 5px;
    background-repeat: no-repeat;
    padding-top: 15px;
	vertical-align: top;
}
table.dataTable thead .sorting_desc:after {
     content: " ";
    color: #EBA62D!important;
    background-image: url(../images/sort-down-icon.jpg)!important;
    width: 12px;
    height: 7px;
    display: table-cell;
    background-position:center 5px;
    background-repeat: no-repeat;
	vertical-align: top;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc , table.dataTable thead .sorting  {
    background-image: none!important;
}


.dataTables_wrapper .dataTables_info {
    padding-top: 40px!important;
	    color: #000!important;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 30px!important;
	    color: #000!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #000 !important;
    border: 2px solid #f2f2f2 !important;
    margin-right: 5px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000!important;
    border: 2px solid #f2f2f2 !important;
    background-color: transparent!important;
    background: none!important;
    font-weight: 300!important;
	padding: 7px 17px!important;
	min-height: 42px;
    vertical-align: top;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
 {
	  color: #fff!important;
    border: 2px solid #f2f2f2 !important;
    background-color: #EBA62D!important;
    background: #EBA62D!important;
}


/* .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000!important;
    border: 2px solid #f2f2f2 !important;
    background-color: transparent!important;
    background: none!important;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000!important;
    border: 2px solid #f2f2f2 !important;
    background-color: #EBA62D!important;
    background: #EBA62D!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover
{ background: transparent!important;}

.membership-table.new-datatable-box th.column-first_name {
	width: 22%!important;
}
.membership-table.new-datatable-box th.column-email_name {
	width: 22%!important;
}

table.dataTable {
width: 100%!important;}

.search-wrapper-second {
    display: flex;
    width: 100%;
}
.search-container.search-container-second {
    float: none;
    margin-right: 0;
    width: 100%;
}
.Announcement-box.Announcement-box-second {
    width: 100px;
    float: none;
}
.Search-input-fld.Search-input-fld-second {
    background: none #fff;
    padding-left: 30px;
}
.inner1-counter-number-box p-dropdown {
    text-align: left;
}
.edit-calender-container-reservation .calender-reservation-Box .mydrp .datevalue:hover {
    background-color: #EDE8E8;
}
p-autocomplete {
    display: block;
    border: none!important;
    padding:0px!important;
}
.ui-autocomplete-dropdown {
    display: none!important;
}

.formControl.ui-autocomplete {
   padding: 0px 0px!important;
}

.ui-dropdown.ui-state-disabled .ui-dropdown-trigger, .ui-dropdown.ui-state-disabled .ui-dropdown-label {
    background-color: #e9ecef!important;
}
.ui-state-disabled {
    opacity: 1!important;
    background-color: #e9ecef!important;
}
.column-header.sortable button {
    opacity: 1;
}

.edit-account-tableBox {
    float: right;
    width: 100%;
    margin-top: 30px;
	margin-bottom: 15px;
}
.edit-account-tableBox ul {
	float: right;
	border-bottom: 2px #000 solid;
    padding: 0 0 5px 0;
}
.edit-account-tableBox ul li {
    list-style: none;
}
.edit-account-tableBox ul li span {
    margin-right: 12px;
	    display: inline-block;
    width: 100px;
}
.Account-balance-table.common-table table th:nth-child(2) {
    width: auto;
}
i.fab.fa-salesforce {
    font-size: 16px;
    color: #0ab0d8;
    position: absolute;
    top: 6px;
    margin-left: 5px;
}
.info-view-box {
    display: flex;
    justify-content: space-between;
}
.info-view-box a {
    text-decoration: underline;
    cursor: pointer;
}
.info-view-box a:hover {
    color: #eba62d;
}

.heading-tooltip-info {font-size: 18px;
	vertical-align: middle;}
	/* td.number-col {
		text-align: center;
	} */
	th.column-header.column-Actions, th.column-Actions  {
		text-align: center!important;
	}
	/* .Make-Reservations-table.new-datatable-box table.dataTable.row-border tbody tr:nth-child(odd) td {
		background: #f6f6f6;
	} */
	.Make-Reservations-table.new-datatable-box table.dataTable tbody tr td:first-child {
	position: sticky;
    left: 0;
    top: auto;
    background: #fff;
    border-right: 1px solid #dddddd;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center;
	}
	.Make-Reservations-table.new-datatable-box table.dataTable tbody tr:hover td:first-child, .Make-Reservations-table.new-datatable-box table.dataTable tbody tr:hover:nth-child(odd) td:first-child {
    background: #EBA62D;
}
.icon-column-header i {
    font-size: 18px;
    color: #eba62c;
}
.Make-Reservations-table.new-datatable-box table.dataTable tbody tr:nth-child(odd) td:first-child {
    background-color: #f6f6f6;
}
	.Make-Reservations-table.new-datatable-box table.dataTable.row-border tbody tr td:nth-child(2) {
		border-left: none;
	}
	.Title-inner-box.account-name-info-box h4 {
    white-space: nowrap;
}
.Title-inner-box.account-name-info-box {
    display: flex;
    justify-content: space-between;
}



.inner2-counter-number-box .control p-dropdown input {
    position: absolute;
    z-index: 999;
    opacity: 1;
    padding: 0!important;
    height: 30px;
	    width: 80%;
}
.inner2-counter-number-box .ui-dropdown-panel .ui-dropdown-filter-container {

    min-height: 45px;
}
.Make-Reservations-table.new-datatable-box.table th.period-col {
    width: 65px!important;
}
.Make-Reservations-table.new-datatable-box.table th.nights-col {
    width: 65px!important;
}
.Make-Reservations-table.new-datatable-box.table th.trip-owner-ptc-col {
    width: 125px!important;
}
.Make-Reservations-table.new-datatable-box.table th.check-out-col, .Make-Reservations-table.new-datatable-box.table th.check-In-col {
    width: 125px!important;
}
.Make-Reservations-table.new-datatable-box.table th.date-created-col {
	width: 175px!important;
}
.Make-Reservations-table.new-datatable-box.table th.account-name-col {
	width: 125px!important;
}
.Make-Reservations-table.new-datatable-box.table th.type-col {
	width: 100px!important;
}
.Make-Reservations-table.new-datatable-box.table th.residence-name-col {
	width: 190px!important;
}
.index-column-header {
    width: 55px!important;
}
.dataTable tbody tr td:first-child, .dataTable tbody tr td:first-child {padding-left:0px!important;
padding-right:0px!important;
text-align:center;
}
.new-datatable-box table.dataTable thead th.index-column-header, table.dataTable thead td.index-column-header{padding-left:0px!important;
padding-right:0px!important;
text-align:center;
}
.new-datatable-box table.dataTable thead th.icon-column-header {
    width: 50px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    text-align: center;
}
.new-datatable-box table.dataTable tbody td.icon-column-header {
    padding: 0px!important;
    text-align: center;
}


.round-circle-tab {}
.round-circle-tab .nav-tabs {
    border-bottom: none;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.round-circle-tab .nav-tabs .nav-item {
    margin-bottom: 0;
}
.round-circle-tab .nav-tabs .nav-link.active, .round-circle-tab .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #eba62d;
    border: 1px solid #eba62d;
}

.round-circle-tab .nav-tabs .nav-link {
    border-radius: 62px;
    text-indent: 9999px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px #dfdfdf solid;
    padding: 0;
    margin: 0 12px 0 0;
    cursor: pointer;
}
.round-circle-tab .nav-tabs .nav-link:hover, .round-circle-tab .nav-tabs .nav-link:focus {
    background-color: #eba62d;
    border: 1px solid #eba62d;
}
.acc-balance-divide-box {
    display: flex;
    align-items: center;
}
.acc-balance-divide-box span {
    width: 40px;
    display: inline-block;
    margin-left: 10px;
}
.common-container-box-acc-balance input.form-control {
    width: calc(100% - 60px);
}
.acc-balance-note {
    text-align: center;
}
.list-acc-balance p {
    font-weight: 600;
    font-size: 16px;
}
.admin-balancesheetList-table-box .notes-col {
width: 40%;
}
.edit-history-table .dataTable tbody tr:hover td:first-child {

	color: #000!important;
    background: #ececec!important;
}
.edit-history-table .dataTable tbody tr td:first-child {
    text-align: left;
    padding: 15px 10px!important;
}
.search-filter-range-box-admin .form-lbl {
display: block;
text-align: center;
font-size: 15px;
}
.search-filter-range-box-admin .Minimum-Length-box {
    display: table;
    margin: 0 auto;
}
.search-filter-range-box-admin .Minimum-Length-box .Minimum-minus, .search-filter-range-box-admin .Minimum-Length-box .Minimum-plus {
    height: 20px;
    width: 20px;
    background: #EBA62D;
    border-radius: 62px;
    display: inline-flex;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    margin: 0 8px;
    justify-content: center;
    align-items: center;
    border: none;
}
.search-filter-range-box-admin .Minimum-Length-box .Minimum-minus i, .search-filter-range-box-admin .Minimum-Length-box .Minimum-plus i {
    color: #fff;
    font-size: 12px;
    height: 11px;
}
.search-filter-range-box-admin .range-icon-img {
    height: 36px;
}
.search-filter-range-box-admin .range-icon-img img {
    text-align: center;
    margin: 0 auto;
	display: block;
    max-width: 100%;
    height: auto;
}
.search-location-range-box-admin .control {
    display: table;
    margin: 10px auto 0;
	font-size: 15px;
}
.search-location-range-box-admin {
	margin-top: 30px;
	margin-bottom: 30px;

}
.search-bedroom-range-box-inner-admin {
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
	align-items: flex-end;
    height: 74px;
}
.search-bedroom-range-box-inner-admin .search-bedroom-range-box-content {
    text-align: center;
    margin-left: 25px;
}
.sga-btn-box {
    display: flex;
    justify-content: flex-end;
}
.alert-loop-box {
    display: flex;
    align-items: center;
}
.alert-loop-box .icon-btn-box2 {
	margin-top: 0px;
}



.date-second-child {
    display: inline-flex;
    font-size: 28px;
    font-weight: 300;
}
.right-arrow-date {
    margin-left: 20px;
    cursor: pointer;
}
.left-arrow-date {
    margin-right: 20px;
    cursor: pointer;
}
.Equity-Estates-destination-modal-box {
    margin-top: 0px;
	float: left;
    margin-bottom: 50px;
}
.search-filter-range-box-admin .form-lbl .control {
	padding-left: 25px;
}
.calender-table-date-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.date-first-child {
    width: 0%;
}
.date-second-child {
    display: inline-flex;
    font-size: 28px;
    font-weight: 300;
}
.Equity-Estates-destination-calender-table .thead {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.Equity-Estates-destination-calender-table .table-first-child {
    width: 29.5%;
    margin-right: 0.5%;
    display: block;
    float: left;
}
.Equity-Estates-destination-modal-box-title {
    display: flex;
    align-items: center;
    margin: 7px 0px 0px 20px;
}
.Equity-Estates-destination-modal-box-title span {
    width: 150px;
    display: inline-flex;
    line-height: 21px;
    margin-left: 10px;
}
.Equity-Estates-destination-calender-table .table-second-child {
    width: 70%;
    display: block;
    float: left;
}
.Equity-Estates-destination-calender-table .table-second-child .common-cell {
    float: left;
    width: 6.64%;
    display: block;
    border-radius: 4px;
    text-align: center;
    margin-right: 0.5%;
    cursor: pointer;
}

.Equity-Estates-destination-calender-table .thead .common-cell {
    color: #8DB9CA;
    font-weight: 600;
}
.Equity-Estates-destination-calender-table .thead .common-cell span {
    font-size: 14px;
    font-weight: 600;
}
.tbody-container {
    float: left;
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
}
.Equity-Estates-destination-calender-table .tbody {
    width: 100%;
    float: left;
    margin-bottom: 0.4%;
}
.Equity-Estates-destination-calender-table .tbody .table-first-child {
    background: #00205B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    /* margin-bottom: 0.5%; */
}
.Equity-Estates-destination-info-name a {
    color: #fff;
    cursor: pointer;
    display: block;
}
.Equity-Estates-destination-calender-table .tbody .table-second-child .common-cell {
    border: 1px solid #dfdfdf;
    height: 100%;
    min-height: 47px;
    position: relative;
    /* margin-bottom: 0.5%; */
}
.select-des-checkbox {
    display: block;
    width: 100%;
    float: left;
    min-height: 47px;
}
.Equity-Estates-destination-calender-table .table-second-child .common-cell span i.availability-check-icon {
    display: none;
    transition: all 0.8s ease;
}
.Equity-Estates-destination-calender-table .tbody .table-second-child .common-cell:hover {
    background: #b2dc91;
    transition: all 0.8s ease;
}
.Equity-Estates-destination-calender-table .tbody .table-second-child .common-cell:hover span i.availability-check-icon, .Equity-Estates-destination-calender-table .table-second-child .common-cell.availability-selection span i.availability-check-icon {
    display: block;
    color: #41b2db;
    font-size: 20px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
}
.date-second-child a i.fa {
    color: #EBA62D;
}
.Equity-Estates-destination-btn-box {
    margin-top: 20px;
    float: right;
}

.Equity-Estates-destination-calender-table .common-cell.Not-Available-box {
	background: #EDE8E8;
	cursor: not-allowed;
	transition: all 0.8s ease;
}
.Equity-Estates-destination-calender-table .common-cell.Not-Available-box:hover {
	background: #EDE8E8!important;
	transition: all 0.8s ease;
}
.Equity-Estates-destination-calender-table .common-cell.Not-Available-box:hover span i.availability-check-icon,
.Equity-Estates-destination-calender-table .table-second-child .common-cell.availability-disable:hover span i.availability-check-icon
{
	transition: all 0.8s ease;
	display: none!important;
}

.Equity-Estates-destination-calender-table .common-cell.Not-Available-box span {
	width: 20px;
	height: 20px;
	background: #AF4426;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 62px;
	margin: -10px 0 0 -10px;
}

.Equity-Estates-destination-calender-table .table-second-child .common-cell.availability-disable {
    background: #e9ecef;
	cursor: not-allowed;
	transition: all 0.8s ease;
	pointer-events: none;
}
.Equity-Estates-destination-calender-table .table-second-child .common-cell.availability-disable:hover {
    background: #e9ecef!important;
	transition: all 0.8s ease;
}
.ui-state-disabled.ui-multiselect .ui-multiselect-label {
    background: #e9ecef;
}
/* Responsive Media for Mobile and ipad */

@media only screen and (min-width: 2501px) and (max-width: 8000px) {
	th.column-location_type_name {
		width: 190px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.fund-list-table-box .column-fund_start_date {
		width: 170px;
	}
	.Peak-Nights-table-box .column-start_date,
	.Peak-Nights-table-box .column-end_date {
		width: 170px;
	}
	.Bulk-Lease-table-Box .column-purchase_date {
		width: 170px;
	}
	.Reciprocal-table-Box th.column-anniversary_date {
		width: 170px;
	}
	.holdlist-table-box .column-start_date {
		width: 170px;
	}
	.holdlist-table-box .column-end_date {
		width: 170px;
	}
	th.column-rate_value {
		width: 170px;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(5) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(8) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-loop-box.modal-loop-Box:nth-child(1) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(4) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(5) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(8) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(9) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(12) {
		margin-right: 1.5%;
	}
	.Make-Reservations-table.new-datatable-box table thead th:nth-child(1) {
		    width: 55px!important;
    padding-left: 0!important;
    padding-right: 0!important;
	}
	.Make-Reservations-table.new-datatable-box table.dataTable {
		/* width: 1800px!important; */
		width: 100%!important;
	}
	.Make-Reservations-table.new-datatable-box {
		overflow: auto;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
	.fund-list-table-box .column-fund_start_date {
		width: 170px;
	}
	.Peak-Nights-table-box .column-start_date,
	.Peak-Nights-table-box .column-end_date {
		width: 170px;
	}
	.Reciprocal-table-Box th.column-anniversary_date {
		width: 170px;
	}
	.Bulk-Lease-table-Box .column-purchase_date {
		width: 170px;
	}
	th.column-location_type_name {
		width: 190px;
	}
	th.column-rate_value {
		width: 170px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.holdlist-table-box .column-start_date {
		width: 170px;
	}
	.holdlist-table-box .column-end_date {
		width: 170px;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(5) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(8) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-loop-box.modal-loop-Box:nth-child(1) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(4) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(5) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(8) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(9) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(12) {
		margin-right: 1.5%;
	}
	.Make-Reservations-table.new-datatable-box table thead th:nth-child(1) {
		    width: 55px!important;
    padding-left: 0!important;
    padding-right: 0!important;
	}
	.Make-Reservations-table.new-datatable-box table.dataTable {
		/* width: 1800px!important; */
		width: 100%!important;
	}
	.Make-Reservations-table.new-datatable-box {
		overflow: auto;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1919px) {
	.calender-reservation-Box.edit-calender-reservation .short-term-window .datevalue span::after {
		width: 4px;
		height: 4px;
		left: 11px;
	}
	.loop-beddingSection .label-hgt label {
		height: 40px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
		font-size: 18px;
		border: 2px solid #fff;
		padding: 16px 0 16px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .datevalue {
		border-radius: 7px;
		border: 2px solid #fff;
		padding: 8px;
	}
	.calender-reservation-Box.edit-calender-reservation .daycell .datevalue span {
		font-size: 14px;
		padding: 5px;
		min-width: 25px;
		min-height: 15px;
	}
	.Investor-Reviews-tableBox th.column-header.column-investor_image_count {
		width: 200px;
	}
	.fund-list-table-box .column-fund_start_date {
		width: 170px;
	}
	.Peak-Nights-table-box .column-start_date,
	.Peak-Nights-table-box .column-end_date {
		width: 170px;
	}
	.Reciprocal-table-Box th.column-anniversary_date {
		width: 170px;
	}
	.Bulk-Lease-table-Box .column-purchase_date {
		width: 170px;
	}
	th.column-location_type_name {
		width: 190px;
	}
	th.column-rate_value {
		width: 170px;
	}
	.holdlist-table-box .column-start_date {
		width: 170px;
	}
	.holdlist-table-box .column-end_date {
		width: 170px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 210px;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.commom-tab-second.edit-Residence-Tab .nav-tabs .nav-link {
		width: 150px;
	}
	.table th,
	.table td {
		font-size: 17px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.index-column,
	.data-column {
		font-size: 16px!important;
	}
	.column-header.sortable button {
		display: flex;
	}
	label {
		font-size: 16px;
	}
	.loop-beddingSection label {
		font-size: 14px;
		vertical-align: bottom;
	}
	.ui-inputtext {
		width: 93%;
	}
	.image-loop-box {
		height: 140px;
	}
	.image-upload-2 {
		height: 140px;
	}
	.image-upload-2 label {
		height: 140px;
	}
	.Make-Reservations-table .column-header .column-sort-icon {
		margin-left: 0px!important;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(5) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(8) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-loop-box.modal-loop-Box:nth-child(1) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(4) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(5) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(8) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(9) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(12) {
		margin-right: 1.5%;
	}
	.search-container {
    width: 76.5%;
	}
	.Announcement-box {
	width: 21.5%; }
	.Make-Reservations-table.new-datatable-box table thead th:nth-child(1) {
		    width: 55px!important;
    padding-left: 0!important;
    padding-right: 0!important;
	}
	.Make-Reservations-table.new-datatable-box table.dataTable {
		/* width: 1800px!important; */
		width: 100%!important;
	}
	.Make-Reservations-table.new-datatable-box {
		overflow: auto;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1470px) {
	.Weekend-icon {
		display: block;
		margin-top: 6px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.Weekend-icon {
		display: block;
		margin-top: 6px;
	}
table.dataTable thead .sorting:after {
	width: 10px;
    height: 16px;
    background-size: 100%;
}
table.dataTable thead .sorting_asc:after {
    width: 10px;
    height: 16px;
    background-size: 100%;
}
table.dataTable thead .sorting_desc:after {
    width: 10px;
    height: 16px;
    background-size: 100%;
}
	.calender-reservation-Box.edit-calender-reservation .short-term-window .datevalue span::after {
		width: 4px;
		height: 4px;
		left: 11px;
	}
	.Announcement-box span {
		margin-left: 6px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
		font-size: 18px;
		border: 2px solid #fff;
		padding: 16px 0 16px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .datevalue {
		border-radius: 7px;
		border: 2px solid #fff;
		padding: 5px;
	}
	.calender-reservation-Box.edit-calender-reservation .daycell .datevalue span {
		font-size: 14px;
		padding: 5px;
		min-width: 25px;
		min-height: 15px;
	}
	.loop-beddingSection .label-hgt label {
		height: 45px;
	}
	.Investor-Reviews-tableBox th.column-header.column-investor_image_count {
		width: 200px;
	}
	th.column-header.column-quantity {
		width: 140px;
	}
	.fund-list-table-box .column-fund_start_date {
		width: 170px;
	}
	.Peak-Nights-table-box .column-start_date,
	.Peak-Nights-table-box .column-end_date {
		width: 170px;
	}
	.Reciprocal-table-Box th.column-anniversary_date {
		width: 170px;
	}
	th.column-location_type_name {
		width: 190px;
	}
	th.column-rate_value {
		width: 170px;
	}
	.holdlist-table-box .column-start_date {
		width: 170px;
	}
	.holdlist-table-box .column-end_date {
		width: 170px;
	}
	.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
		margin-bottom: 8px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.Make-Reservations-table th.column-Actions {
		width: 60px!important;
	}
	.user-permission-loop .innerLoopBox {
		width: 40%;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 210px;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 170px;
	}
	.commom-tab-second.edit-Residence-Tab .nav-tabs .nav-link {
		width: 135px;
	}
	.icon-btn-box,
	.icon-btn-box2 {
		margin: 10px 0px 0 10px;
		font-size: 20px;
	}
	.table th,
	.table td {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.index-column,
	.data-column {
		font-size: 14px!important;
	}
	.column-header.sortable button {
		display: flex;
	}
	label {
		font-size: 16px;
	}
	.loop-beddingSection label {
		font-size: 14px;
		vertical-align: bottom;
	}
	.ui-inputtext {
		width: 93%;
	}
	.image-loop-box {
		height: 140px;
	}
	.image-upload-2 {
		height: 140px;
	}
	.image-upload-2 label {
		height: 140px;
	}
	.Make-Reservations-table .column-header .column-sort-icon {
		margin-left: 0px!important;
	}
	.Make-Reservations-table th.column-header.column-residence_name {
		width: 150px!important;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(5) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(8) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-loop-box.modal-loop-Box:nth-child(1) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(4) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(5) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(8) {
		margin-right: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(9) {
		margin-left: 1.5%;
	}
	.image-loop-box.modal-loop-Box:nth-child(12) {
		margin-right: 1.5%;
	}
	.search-container {
    width: 76.5%;
	}
	.Announcement-box {
	width: 21.5%; }
	.Make-Reservations-table.new-datatable-box table thead th:nth-child(1) {
		    width: 55px!important;
    padding-left: 0!important;
    padding-right: 0!important;
	}
	.Make-Reservations-table.new-datatable-box table.dataTable {
		/* width: 1400px!important; */
		width: 100%!important;
	}
	.Make-Reservations-table.new-datatable-box {
		overflow: auto;
	}

}

@media only screen and (min-width: 1281px) and (max-width: 1355px) {
	.loop-beddingSection label {
		font-size: 15px;
		vertical-align: bottom;
	}
	.loop-beddingSection .label-hgt label {
		height: 40px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	table.dataTable thead .sorting:after {
	width: 10px;
    height: 16px;
    background-size: 100%;
}
table.dataTable thead .sorting_asc:after {
    width: 10px;
    height: 16px;
    background-size: 100%;
}
table.dataTable thead .sorting_desc:after {
    width: 10px;
    height: 16px;
    background-size: 100%;
}
	.calender-reservation-Box.edit-calender-reservation .short-term-window .datevalue span::after {
		width: 4px;
		height: 4px;
		left: 11px;
	}
	.Announcement-box span {
		margin-left: 6px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
		font-size: 18px;
		border: 2px solid #fff;
		padding: 16px 0 16px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .datevalue {
		border-radius: 7px;
		border: 2px solid #fff;
		padding: 5px;
	}
	.calender-reservation-Box.edit-calender-reservation .daycell .datevalue span {
		font-size: 14px;
		padding: 5px;
		min-width: 25px;
		min-height: 15px;
	}
	th.column-header.column-quantity {
		width: 120px;
	}
	.add-dlr-fld-box:nth-child(2) {
		margin-top: 10px;
		margin-left: 11px;
	}
	.fund-list-table-box .column-fund_start_date {
		width: 150px;
	}
	.Peak-Nights-table-box .column-start_date,
	.Peak-Nights-table-box .column-end_date {
		width: 150px;
	}
	.Reciprocal-table-Box th.column-anniversary_date {
		width: 150px;
	}
	th.column-rate_value {
		width: 150px;
	}
	.inner2-counter-number-box {
		text-align: left;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.user-permission-loop .innerLoopBox {
		width: 50%;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 145px;
		font-size: 15px;
		padding-left: 0;
		padding-right: 0;
	}
	.commom-tab-second.edit-Residence-Tab .nav-tabs .nav-link {
		width: 140px;
	}
	.commom-tab-second.approvalslist-tab .nav-tabs.tabthirdNav .nav-link {
		width: 210px;
	}
	.commom-tab-second.list-residence-tabBox .nav-tabs.tabthirdNav .nav-link {
		width: 210px;
	}
	.icon-btn-box,
	.icon-btn-box2 {
		margin: 10px 0px 0 10px;
		font-size: 20px;
	}
	.table th,
	.table td {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.index-column,
	.data-column {
		font-size: 14px!important;
	}
	.column-header.sortable button {
		display: flex;
	}
	.input-group {
		display: -webkit-box;
	}
	.edit-btn-datatable {
		display: block;
	}
	.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
		margin-bottom: 8px;
	}
	label {
		font-size: 16px;
	}
	.loop-beddingSection label {
		font-size: 15px;
		vertical-align: bottom;
	}
	.loop-beddingSection .label-hgt label {
		height: 40px;
	}
	.ui-inputtext {
		width: 93%;
	}
	.image-loop-box {
		height: 110px;
		width: 32%;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(3) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(6) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(7) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(10) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-upload-2 {
		height: 110px;
		width: 33%;
		margin: 1% 1% 1% 0;
	}
	.image-upload-2 label {
		height: 110px;
	}
	.pagination-range {
		font-size: 16px;
	}
	.Make-Reservations-table .column-header .column-sort-icon {
		margin-left: 0px!important;
	}
	.Make-Reservations-table th.column-header.column-residence_name {
		width: 150px!important;
	}
	.add-dlr-lbl-long { width:60%;}

	.Make-Reservations-table.new-datatable-box table thead th:nth-child(1) {
		    width: 55px!important;
    padding-left: 0!important;
    padding-right: 0!important;
	}
	.Make-Reservations-table.new-datatable-box table.dataTable {
		/* width: 1600px!important; */
		width: 100%!important;
	}
	.Make-Reservations-table.new-datatable-box {
		overflow: auto;
	}
	.counter-number-box.counter-number-box2 {
		width: 100%;
		padding-bottom: 20px;
	}
	.counter-number-box {
		width: 49%;
	}
	.search-container {
		width: 70.5%;
		}
		.Announcement-box {
			width: 27.5%;
			padding-left: 10px;
			padding-right: 10px;
		 }
		 .search-bedroom-range-box-inner-admin .search-bedroom-range-box-content {
			margin-left: 5px;
		}
}

@media only screen and (min-width: 1001px) and (max-width: 1024px) {
	.search-bedroom-range-box-inner-admin .search-bedroom-range-box-content {
		margin-left: 5px;
	}
	table.dataTable thead .sorting:after {
	width: 10px;
    height: 16px;
    background-size: 100%;
}
table.dataTable thead .sorting_asc:after {
    width: 10px;
    height: 16px;
    background-size: 100%;
}
table.dataTable thead .sorting_desc:after {
    width: 10px;
    height: 16px;
    background-size: 100%;
}
	.common-plus-box.float-right {
		float: left;
		margin-top: 20px;
	}
	.edit-Residence-Tab .lr-btn {
		display: block;
	}
	.calendarOne,
	.calendarTwo,
	.calendarThree {
		max-width: 100%!important;
		flex: 100%!important;
	}
	.calender-reservation-Box.edit-calender-reservation .short-term-window .datevalue span::after {
		width: 4px;
		height: 4px;
		left: 11px;
	}
	.Announcement-box span {
		margin-left: 6px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
		font-size: 18px;
		border: 2px solid #fff;
		padding: 16px 0 16px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .datevalue {
		border-radius: 7px;
		border: 2px solid #fff;
		padding: 5px;
	}
	.calender-reservation-Box.edit-calender-reservation .daycell .datevalue span {
		font-size: 14px;
		padding: 5px;
		min-width: 25px;
		min-height: 15px;
	}
	.commom-tab-second.edit-Residence-Tab .nav-tabs .nav-link {
		width: 112px;
	}
	.commom-tab-second.list-residence-tabBox .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	.commom-tab-second.approvalslist-tab .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	th.column-header.column-quantity {
		width: 110px;
	}
	.add-dlr-fld-box:nth-child(2) {
		margin-top: 10px;
		margin-left: 10px;
	}
	th.column-rate_value {
		width: 120px;
	}

	.inner2-counter-number-box {
		text-align: left;
		margin: 15px 0 0 20px;
	}
	.pagination-limit {
		margin-right: 6px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.Account-Settings-container {
		margin-top: 0;
	}
	.pagination-range {
		font-size: 15px;
		text-align: left;
	}
	.user-permission-loop .innerLoopBox {
		width: 50%;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 140px;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 100px;
	}
	.table th,
	.table td {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.index-column,
	.data-column {
		font-size: 14px!important;
	}
	.column-header.sortable button {
		display: flex;
	}
	.input-group {
		display: -webkit-box;
	}
	.edit-btn-datatable {
		display: block;
	}
	.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
		margin-bottom: 8px;
	}
	/* .row-offcanvas.row-offcanvas-right .sidebar-offcanvas {    right: -100%;}
.content-wrapper {    margin-left: 0;    width: calc(100% - 0px); } */
	label {
		font-size: 16px;
	}
	.loop-beddingSection label {
		font-size: 15px;
		vertical-align: bottom;
	}
	.ui-inputtext {
		width: 93%;
	}
	.image-loop-box {
		height: 110px;
		width: 31%;
		margin: 1%;
	}
	.image-upload-2 {
		height: 110px;
		width: 33%;
		margin: 1% 1% 1% 0;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(3) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(6) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(7) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(10) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-upload-2 label {
		height: 110px;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.pagination-range {
		display: block;
		text-align: left;
		margin-left: 5px;
	}
	.Make-Reservations-table .column-header .column-sort-icon {
		margin-left: 0px!important;
	}
	.Make-Reservations-table th.column-header.column-residence_name {
		width: 150px!important;
	}
	.calender-reservation-Box {
		width: 100%;
	}
	.side-range-fldBox {
		width: 100%;
		margin-top: 20px;
	}
	.member_reservable {
		width: 100%;
    	height: 100%;
    	text-align: center;
    	padding: 32px;
    	font-size:24px;
	}
	.common-btn {
		min-width: 200px;
	}
	.total-night-info label {
		text-align: center;
	}
	.add-dlr-lbl-long { width:50%;}

	.Make-Reservations-table.new-datatable-box table thead th:nth-child(1) {
	    width: 55px!important;
    padding-left: 0!important;
    padding-right: 0!important;
	}
	.Make-Reservations-table.new-datatable-box table.dataTable {
		/* width: 1600px!important; */
		width: 100%!important;
	}
	.Make-Reservations-table.new-datatable-box {
		overflow: auto;
	}
	.counter-number-box.counter-number-box2 {
		width: 100%;
		padding-bottom: 20px;
	}
	.counter-number-box {
		width: 49%;
	}
	.search-container {
		width: 67.5%;
		}
		.Announcement-box {
			width: 30.5%;
			padding-left: 10px;
			padding-right: 10px;
		 }
		 body {
			min-width: 1280px;
			overflow: auto;
		}
}

@media only screen and (min-width: 801px) and (max-width:1000px) {
	.add-dlr-lbl-long { width:50%;}
	.common-plus-box.float-right {
		float: left;
		margin-top: 20px;
	}
	.edit-Residence-Tab .lr-btn {
		display: block;
	}
	.calendarOne,
	.calendarTwo,
	.calendarThree {
		max-width: 100%!important;
		flex: 100%!important;
	}
	.calender-reservation-Box.edit-calender-reservation .short-term-window .datevalue span::after {
		width: 4px;
		height: 4px;
		left: 11px;
	}
	.Announcement-box span {
		margin-left: 6px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
		font-size: 18px;
		border: 2px solid #fff;
		padding: 16px 0 16px;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .datevalue {
		border-radius: 7px;
		border: 2px solid #fff;
		padding: 5px;
	}
	.calender-reservation-Box.edit-calender-reservation .daycell .datevalue span {
		font-size: 14px;
		padding: 5px;
		min-width: 25px;
		min-height: 15px;
	}
	.add-dlr-fld-box input {
		margin-left: 0px!important;
	}
	.commom-tab-second.edit-Residence-Tab .nav-tabs .nav-link {
		width: 100px;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 90px;
	}
	.commom-tab-second.list-residence-tabBox .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	.commom-tab-second.approvalslist-tab .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	.modal-big {
		width: 80%;
	}
	th.column-header.column-quantity {
		width: 110px;
	}
	.add-dlr-fld-box:nth-child(2) {
		margin-top: 10px;
		margin-left: 20px;
	}
	th.column-rate_value {
		width: 120px;
	}
	.inner2-counter-number-box {
		text-align: left;
		margin: 15px 0 0 20px;
	}
	.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
		margin-bottom: 8px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.Account-Settings-container {
		margin-top: 0;
	}
	.pagination-range {
		display: block;
		text-align: left;
		margin-left: 5px;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		width: 50%;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 140px;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 130px;
	}
	.table th,
	.table td {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.index-column,
	.data-column {
		font-size: 14px!important;
	}
	.column-header.sortable button {
		display: flex;
	}
	.input-group {
		display: -webkit-box;
	}
	label {
		font-size: 16px;
	}
	.loop-beddingSection label {
		font-size: 15px;
		vertical-align: bottom;
	}
	.ui-inputtext {
		width: 93%;
	}
	.Make-Reservations-table .column-header .column-sort-icon {
		margin-left: 0px!important;
	}
	.calender-reservation-Box {
		width: 100%;
	}
	.side-range-fldBox {
		width: 100%;
		margin-top: 20px;
	}
	.member_reservable {
		width: 100%;
    	height: 100%;
    	text-align: center;
    	padding: 32px;
    	font-size:5vw;
	}
	.common-btn {
		min-width: 190px;
	}
	.total-night-info label {
		text-align: center;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
	.image-loop-box {
		height: 110px;
		width: 32%;
		margin: 1%;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(3) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(6) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(7) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(10) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-upload-2 {
		height: 110px;
		width: 32%;
		margin: 1% 1% 1% 0;
	}
	.image-upload-2 label {
		height: 110px;
	}
	.counter-number-box.counter-number-box2 {
		width: 100%;
		padding-bottom: 20px;
	}
	.counter-number-box {
		width: 49%;
	}
	.search-container {
		width: 67.5%;
		}
		.Announcement-box {
			width: 30.5%;
			padding-left: 10px;
			padding-right: 10px;
		 }
		 body {
			min-width: 1280px;
			overflow: auto;
		}
}

@media only screen and (min-width: 769px) and (max-width: 800px) {
	.add-dlr-lbl-long { width:50%;}
	.common-plus-box.float-right {
		float: left;
		margin-top: 20px;
	}
	.edit-Residence-Tab .lr-btn {
		display: block;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
		font-size: 18px;
		border: 2px solid #fff;
		padding: 16px 0 16px;
	}
	.add-dlr-fld-box input {
		margin-left: 0px!important;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 90px;
	}
	.commom-tab-second.list-residence-tabBox .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	.commom-tab-second.approvalslist-tab .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	.modal-big {
		width: 90%;
	}
	th.column-header.column-quantity {
		width: 110px;
	}
	.add-dlr-fld-box:nth-child(2) {
		margin-top: 10px;
		margin-left: 20px;
	}
	th.column-rate_value {
		width: 120px;
	}

	.inner2-counter-number-box {
		text-align: left;
		margin: 15px 0 0 20px;
	}
	.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
		margin-bottom: 8px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.Account-Settings-container {
		margin-top: 0;
	}
	.pagination-range {
		display: block;
		text-align: left;
		margin-left: 5px;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		width: 50%;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 140px;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 130px;
	}
	.table th,
	.table td {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.index-column,
	.data-column {
		font-size: 14px!important;
	}
	.column-header.sortable button {
		display: flex;
	}
	.input-group {
		display: -webkit-box;
	}
	label {
		font-size: 16px;
	}
	.loop-beddingSection label {
		font-size: 15px;
		vertical-align: bottom;
	}
	.ui-inputtext {
		width: 93%;
	}
	.Make-Reservations-table .column-header .column-sort-icon {
		margin-left: 0px!important;
	}
	.calender-reservation-Box {
		width: 100%;
	}
	.side-range-fldBox {
		width: 100%;
		margin-top: 20px;
	}
	.member_reservable {
		width: 100%;
    	height: 100%;
    	text-align: center;
    	padding: 32px;
    	font-size:5vw;
	}
	.common-btn {
		min-width: 180px;
	}
	.total-night-info label {
		text-align: center;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
	.pagination-page .input-group input {
		padding: 6px 12px;
		width: auto!important;
	}
	.image-loop-box {
		height: 110px;
		width: 32%;
		margin: 1%;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(3) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(6) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(7) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(10) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-upload-2 {
		height: 110px;
		width: 32%;
		margin: 1% 1% 1% 0;
	}
	.image-upload-2 label {
		height: 110px;
	}
	.counter-number-box.counter-number-box2 {
		width: 100%;
		padding-bottom: 20px;
	}
	.counter-number-box {
		width: 49%;
	}
	.search-container {
		width: 67.5%;
		}
		.Announcement-box {
			width: 30.5%;
			padding-left: 10px;
			padding-right: 10px;
		 }
		 body {
			min-width: 1280px;
			overflow: auto;
		}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	.add-dlr-lbl-long { width:50%;}
	.common-plus-box.float-right {
		float: left;
		margin-top: 20px;
	}
	.edit-Residence-Tab .lr-btn {
		display: block;
	}
	.calender-reservation-Box.edit-calender-reservation .mydrp .weekdaytitle {
		font-size: 18px;
		border: 2px solid #fff;
		padding: 16px 0 16px;
	}
	.add-dlr-fld-box input {
		margin-left: 0px!important;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 90px;
	}
	.commom-tab-second.list-residence-tabBox .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	.commom-tab-second.approvalslist-tab .nav-tabs.tabthirdNav .nav-link {
		width: 190px;
	}
	.modal-big {
		width: 90%;
	}
	th.column-header.column-quantity {
		width: 110px;
	}
	.add-dlr-fld-box:nth-child(2) {
		margin-top: 10px;
		margin-left: 20px;
	}
	th.column-rate_value {
		width: 120px;
	}
	.search-container {
		width: 70%;
	}
	.Announcement-box {
		width: 28%;
	}
	.inner2-counter-number-box {
		text-align: left;
		margin: 15px 0 0 20px;
	}
	.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
		margin-bottom: 8px;
	}
	th.column-Actions {
		width: 90px!important;
	}
	.Account-Settings-container {
		margin-top: 0;
	}
	.pagination-range {
		display: block;
		text-align: left;
		margin-left: 5px;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		width: 50%;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 133px;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.commom-tab-second.edit-tab-destination .nav-tabs .nav-link {
		width: 126px;
	}
	.table th,
	.table td {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 10px;
	}
	.index-column,
	.data-column {
		font-size: 14px!important;
	}
	.column-header.sortable button {
		display: flex;
	}
	.input-group {
		display: -webkit-box;
	}
	label {
		font-size: 16px;
	}
	.loop-beddingSection label {
		font-size: 15px;
		vertical-align: bottom;
	}
	.ui-inputtext {
		width: 93%;
	}
	.image-loop-box {
		height: 110px;
		width: 32%;
		margin: 1%;
	}
	.image-loop-box:nth-child(1) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(3) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(4) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(6) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(7) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(9) {
		margin-right: 0;
	}
	.image-loop-box:nth-child(10) {
		margin-left: 0;
	}
	.image-loop-box:nth-child(12) {
		margin-right: 0;
	}
	.image-upload-2 {
		height: 110px;
		width: 32%;
		margin: 1% 1% 1% 0;
	}
	.image-upload-2 label {
		height: 100px;
	}
	.calender-reservation-Box {
		width: 100%;
	}
	.side-range-fldBox {
		width: 100%;
		margin-top: 20px;
	}
	.member_reservable {
		width: 100%;
    	height: 100%;
    	text-align: center;
    	padding: 32px;
    	font-size:5vw;
	}
	.common-btn {
		min-width: 180px;
	}
	.total-night-info label {
		text-align: center;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
	.pagination-page .input-group input {
		padding: 6px 12px;
		width: auto!important;
	}
	body {
		min-width: 1280px;
		overflow: auto;
	}
}

@media only screen and (min-width: 667px) and (max-width: 700px) {
	.column-Actions span.edit-btn-datatable:nth-child(2), .edit-Actions span.edit-btn-datatable:nth-child(1) {
		margin-bottom: 8px;
	}
	.Account-Settings-container {
		margin-top: 0;
	}
	.pagination-range {
		display: block;
		text-align: left;
		margin-left: 5px;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		display: block;
		width: 100%;
	}
	.commom-tab-second .nav-tabs .nav-link {
		width: 133px;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
	}
	label {
		font-size: 16px;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
}

@media only screen and (min-width: 481px) and (max-width: 666px) {
	.pagination-range {
		display: block;
		text-align: left;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		display: block;
		width: 100%;
	}
	label {
		font-size: 16px;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
}

@media only screen and (min-width: 415px) and (max-width: 480px) {
	.pagination-range {
		display: block;
		text-align: left;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		display: block;
		width: 100%;
	}
	label {
		font-size: 16px;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
}

@media only screen and (min-width: 376px) and (max-width: 414px) {
	.pagination-range {
		display: block;
		text-align: left;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		display: block;
		width: 100%;
	}
	label {
		font-size: 16px;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
	.pagination-range {
		display: block;
		text-align: left;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		display: block;
		width: 100%;
	}
	label {
		font-size: 16px;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
}

@media only screen and (max-width: 320px) {
	.pagination-range {
		display: block;
		text-align: left;
	}
	data-table-pagination .d-flex.justify-content-between.align-items-center {
		display: block!important;
	}
	.user-permission-loop .innerLoopBox {
		display: block;
		width: 100%;
	}
	label {
		font-size: 16px;
	}
	/* .menu-icon {
		margin-left: 10px;
		display: inline-block;
	} */
}

.viewDestinationLabel {
  font-size: 18px;
  font-weight: 300;
}

.dropdown-noborder {
  background-image: none !important;
  border:none !important;
  background-color: #fff !important;
}

.dropdown-noborder.ui-dropdown.formControl .ui-dropdown-label {
	background-color: #fff !important;
}

.viewDestination-inline {
	float : left;
	width : 100%;
	display : inline-block;
	margin : 0 auto;
	padding : 0;
}

.viewDestination-inline-EditBtn {
	display: inline-block;
	margin: -40px auto;
}

.dropdown-noborder .ui-state-disabled, .dropdown-noborder .ui-widget:disabled {
	opacity: 1 !important;
}

.dropdown-noborder .mydp, .dropdown-noborder .mydp .headertodaybtn {
    border: none!important;
    font-size: 16px;
    padding: 0 0px 0px 0px;
}

.dropdown-noborder .mydp .icon-mydpcalendar, .dropdown-noborder .mydp .icon-mydpremove {
    font-size: 0;
}

.redText{
	color:red;
	margin-bottom: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 700px) {
	body {
		min-width: 1280px;
		overflow: auto;
	}
}

.reservationBox {
	float:right !important;
	padding-right: 20px;
}

.reservationBoxPtc {
	padding-right: 20px !important;
}

/*This Code is for Auto Expand Textarea, Use and apply the same class names to textarea field Start*/
.grow-wrap {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: grid;
}
.grow-wrap::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";

  /* This is how textarea text behaves */
  white-space: pre-wrap;

  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}
.grow-wrap > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;

  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
  /* Identical styling required!! */
  /*border: 1px solid black;*/
  padding: 0.5rem;
  font: inherit;

  /* Place on top of each other */
  grid-area: 1 / 1 / 2 / 2;
}
/*This Code is for Auto Expand Textarea, Use and apply the same class names to textarea field End*/

div.reservation-separator {
  width: 100%;
  position: absolute;
  border: 1px solid white;
  transform: rotate(135deg);
  z-index: 9;
}
.displayTable>span>.common-btn.orange.make-reservation-res-btn ,
div>.show-next-available-btn .common-btn {

	height: 65px;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}



.ico-oneway-arrow-salesforce:before{
	display:inline-block;
    content: '';
    background:url('../images/icons8-oneway-arrow-96.png');
    background-size:cover;
    position:unset;
	width:15px;
	height:15px;
    margin-left:5px;
}

.ico-up-down-arrow-salesforce:before{
	display:inline-block;
    content: '';
    background:url('../images/icons8-up-down-arrow-96.png');
    background-size:cover;
        position:absolute;
    width:15px;
    height:15px;
    margin-left:5px;
	line-height: 1;
}



i.fab.fa-salesforce {
	position:unset;
}


input[type=time] {
	border: none;
	color: #2a2c2d;
	font-size: 14px;
	font-family: helvetica;
	width: 185px;
}
input[type=time]::-webkit-datetime-edit-ampm-field {
	background-color: #007bff;
	border-radius: 15%;
	color: #000;
	padding: 19px 13px;
  }

input[type=time]::-webkit-datetime-edit-fields-wrapper
 {
	display: flex;
}

input[type=time]::-webkit-datetime-edit-text {
	padding: 9px 4px;
}

input[type=time]::-webkit-datetime-edit-hour-field {
	background-color: #f2f4f5;
	border-radius: 15%;
	padding: 9px 13px;
	color:#495057;
}

input[type=time]::-webkit-datetime-edit-minute-field {
	background-color: #f2f4f5;
	border-radius: 15%;
	padding: 9px 13px;
	color:#495057;
}

#First > div > div > div:nth-child(4) > div:nth-child(1) > p-calendar > span > input,
#First > div > div > div:nth-child(4) > div:nth-child(2) > p-calendar > span > input,
#First > div > div > div:nth-child(4) > div:nth-child(3) > p-calendar > span > input,
#First > div > div > div:nth-child(4) > div:nth-child(4) > p-calendar > span > input{
	color:#000 !important;
	opacity: 70;
}

/* PTC Lists nav */
td a.table-cell-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
}

td a.table-cell-link:hover {
  color: inherit
}

td.data-column.linkable-cell {
  padding: 0 !important
}
/* PTC Lists nav */

#watchlist-modal .modal-dialog,
#confirm-sms-modal .modal-dialog,
#secure-download .modal-dialog,
#sms-opt-in-modal .modal-dialog {
  max-width: 850px;
}

#watchlist-modal .modal-body,
#confirm-sms-modal .modal-body,
#secure-download .modal-body,
#sms-opt-in-modal .modal-body {
  min-height: 250px;
}

@media (max-width: 680px) {
  #watchlist-modal .modal-body,
  #confirm-sms-modal .modal-body,
  #secure-download .modal-body,
  #sms-opt-in-modal .modal-body {
    max-height: 400px;
    padding: 1rem !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

#watchlist-modal .modal-footer,
#confirm-sms-modal .modal-footer,
#secure-download .modal-footer,
#sms-opt-in-modal .modal-footer {
  border: none;
  justify-content: space-between;
}

#watchlist-modal .footer-note,
#confirm-sms-modal .footer-note,
#secure-download .footer-note,
#sms-opt-in-modal .footer-note {
  margin: 1em 2.5em 2em;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

input.form-control,
textarea.form-control {
  font-size: 16px !important;
}

/* The switch - the box around the slider */
.custom-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.custom-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .custom-slider {
  background-color: #EBA62D;
}

input:focus + .custom-slider {
  box-shadow: 0 0 1px #EBA62D;
}

input:checked + .custom-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.custom-slider.round {
  border-radius: 34px;
}

.custom-slider.round:before {
  border-radius: 50%;
}

#planning-notes .ql-editor{
  min-height: 250px;
}

.markdown-content a {
	color: #0000EE
}

.title-markdown-container p {
	margin-bottom: 0;
}

.markdown-container .markdown-content p {
  font-size: 16px !important;
}

#reservation-colors-modal .modal-body div.grid-margin {
	display:flex;
	align-items:center;
}

.range-Color-icon.hold-color-black {background: #000;}
.range-Color-icon.hold-color-white {background: #fff;border:1px solid #EDE8E8}
.range-Color-icon.hold-color-red {background: #ee3d3d;}
.range-Color-icon.hold-color-green {background: #6BFF6B;}
.range-Color-icon.hold-color-yellow {background: #ffea00;}
.range-Color-icon.hold-color-pink {background: #FF99FF;}
.range-Color-icon.hold-color-gray {background: #A9A9A9;}
.range-Color-icon.hold-color-purple {background: #9966CC;}
.range-Color-icon.hold-color-brown {background: #8B4513;}
.range-Color-icon.hold-color-blue {background: #4141ee;}

.hold-color {
    width: 100px;
    height: 40px;
    border: 1px solid black;
}

.hold-color.hold-color-default {background-color: #AF4426;}
/*Black */
.hold-color.hold-color-black {background-color: #000;} 
.calender-reservation-Box .mydrp .admin-hold.hold-color-black .datevalue {background-color: #000;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-black-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #000 50%, #000);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-black-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #000 50%, #000);}
/* White */
.hold-color.hold-color-white { background-color: #FFFFFF; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-white .datevalue {background-color: #fff;}
.calender-reservation-Box .mydrp .admin-hold.hold-color-white .datevalue::after {
	border:1px solid #EDE8E8;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 9px;
}
.calender-reservation-Box .mydrp .admin-hold.hold-color-white .datevalue span {border:1px solid #EDE8E8}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-white-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #fff 50%, #fff);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-white-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #fff 50%, #fff);}
/* Light Red */
.hold-color.hold-color-red { background-color: #ee3d3d; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-red .datevalue {background-color: #ee3d3d;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-red-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #ee3d3d 50%, #ee3d3d);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-red-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #ee3d3d 50%, #ee3d3d);}
/* Light Green */
.hold-color.hold-color-green { background-color: #6BFF6B; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-green .datevalue {background-color: #6BFF6B;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-green-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #6BFF6B 50%, #6BFF6B);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-green-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #6BFF6B 50%, #6BFF6B);}
/* Light Yellow */
.hold-color.hold-color-yellow { background-color: #ffea00; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-yellow .datevalue {background-color: #ffea00;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-yellow-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #ffea00 50%, #ffea00);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-yellow-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #ffea00 50%, #ffea00);}
/* Light Blue */
.hold-color.hold-color-blue { background-color: #4141ee; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-blue .datevalue {background-color: #4141ee;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-blue-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #4141ee 50%, #4141ee);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-blue-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #4141ee 50%, #4141ee);}
/* Light Pink */
.hold-color.hold-color-pink { background-color: #FF99FF; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-pink .datevalue {background-color: #FF99FF;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-pink-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #FF99FF 50%, #FF99FF);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-pink-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #FF99FF 50%, #FF99FF);}
/* Dark Gray */
.hold-color.hold-color-gray { background-color: #A9A9A9; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-gray .datevalue {background-color: #A9A9A9;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-gray-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #A9A9A9 50%, #A9A9A9);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-gray-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #A9A9A9 50%, #A9A9A9);}
/* Brown */
.hold-color.hold-color-brown { background-color: #8B4513; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-brown .datevalue {background-color: #8B4513;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-brown-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #8B4513 50%, #8B4513);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-brown-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #8B4513 50%, #8B4513);}
/* Purple */
.hold-color.hold-color-purple { background-color: #9966CC; } 
.calender-reservation-Box .mydrp .admin-hold.hold-color-purple .datevalue {background-color: #9966CC;}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-purple-start .datevalue::after {background: linear-gradient(to bottom right, transparent, transparent 49%, #9966CC 50%, #9966CC);}
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-purple-end .datevalue::before {background: linear-gradient(to top left, transparent, transparent 49%, #9966CC 50%, #9966CC);}


.calender-reservation-Box .mydrp .current-reservation.current-reservation-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .current-reservation.current-reservation-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .current-reservation .datevalue {
	background-color: #74A53A;
}

.calender-reservation-Box .mydrp .current-reservation.current-reservation-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #74A53A 50%, #74A53A) !important;
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .current-reservation.current-reservation-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, #74A53A 50%, #74A53A) !important;
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .confirmed-reservation.confirmed-reservation-start .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .confirmed-reservation.confirmed-reservation-end .datevalue {
	background-color: #EDE8E8;
}

.calender-reservation-Box .mydrp .confirmed-reservation .datevalue {
	background-color: #9FD1F5;
}

.calender-reservation-Box .mydrp .confirmed-reservation.confirmed-reservation-start .datevalue::after {
	background: linear-gradient(to bottom right, transparent, transparent 49%, #9FD1F5 50%, #9FD1F5) !important;
	content: "\A";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}

.calender-reservation-Box .mydrp .confirmed-reservation.confirmed-reservation-end .datevalue::before {
	background: linear-gradient(to top left, transparent, transparent 49%, #9FD1F5 50%, #9FD1F5) !important;
	content: "\A";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}


.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-black .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-black .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-white .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-white .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-red .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-red .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-green .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-green .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-yellow .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-yellow .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-pink .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-pink .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-gray .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-gray .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-brown .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-brown .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-purple .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-purple .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-start.hold-color-blue .datevalue,
.calender-reservation-Box .mydrp .admin-hold.admin-hold-end.hold-color-blue .datevalue {
	background-color: #EDE8E8;
}


span.resolution-alert{
	position: absolute;
	left: 6px;
	color: white;
	text-shadow: 1px 1px 1px black;
	top: 3px;
}

.equity-loot-calendar .mydrp .loot-selected-date div.datevalue{ background: #9db0c0; }
.equity-loot-calendar .mydrp .loot-rate-high div.datevalue{ background: crimson; }
.equity-loot-calendar .mydrp .loot-rate-mid div.datevalue{ background: darkorange; }
.equity-loot-calendar .mydrp .loot-rate-low div.datevalue{ background: #8db24b; }

.equity-loot-calendar .mydrp .loot-selected-date div.datevalue span,
.equity-loot-calendar .mydrp .loot-rate-red div.datevalue span {
	color: #fff;
}

.equity-loot-calendar .mydrp div.datevalue span{
	background: transparent;
	padding: 0;
	font-size: 16px;
}

.equity-loot-calendar .mydrp div.datevalue p.day-rate{
	position: absolute;
	bottom: 8px;
	font-size: 12px;
	color: #fff;
}

.equity-loot-calendar.calender-reservation-Box.edit-calender-reservation .mydrp .daycell {
    cursor: pointer!important;
}

.equity-loot-calendar.calender-reservation-Box.edit-calender-reservation .daycell .datevalue span {
	min-height: 37px;
}

app-edit-member .iti,
app-add-member .iti,
app-edit-activities .iti,
app-editteammate .iti,
app-addteamate .iti {
	display: block;
}

.ui-widget:disabled {
	opacity: 0.7 !important;
}

div.eula-content {
	padding: 4px;
}

div.eula-content a {
	text-decoration: underline;
	color: #038087;
}

div.eula-content, .eula-content p, .eula-content li, .eula-content div{
    font-size: 16px !important;
}


.form-container.readonly-mode .iti{
	pointer-events: none;
}

.form-container.readonly-mode .iti input {
	padding-left: 12px !important;
}

.form-container.readonly-mode .iti__selected-country {
	display: none;
}

.iti {
	width: 100%;
}
