/*******************************************/
/*	Timeline Express Settings Styles */
/******************************************/

/* Red Button Style - Settings Page*/
.wp-core-ui .timeline-express-red-button {
	background-color: #9B2124;
	background-image:   linear-gradient(to bottom, #C5292E, #9B2124);
	border-color: #9B2124;
	border-bottom-color: #8D1F21;
 box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	margin-left: 2em;
	width:150px;
	text-align:center;
}

.wp-core-ui .timeline-express-red-button.hover,
.wp-core-ui .timeline-express-red-button:hover,
.wp-core-ui .timeline-express-red-button.focus,
.wp-core-ui .timeline-express-red-button:focus {
	background-color: #B72629;
	background-image:   linear-gradient(to bottom, #D22E30, #9B2124);
	border-color: #7F1C1F;
 box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.wp-core-ui .timeline-express-red-button.focus,
.wp-core-ui .timeline-express-red-button:focus {
	border-color: #500F0E;
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
}

.wp-core-ui .timeline-express-red-button.active,
.wp-core-ui .timeline-express-red-button.active:hover,
.wp-core-ui .timeline-express-red-button.active:focus,
.wp-core-ui .timeline-express-red-button:active {
	background: #7F1C1F;
	background-image:   linear-gradient(to bottom, #9B2124, #B72629);
	border-color: #601312 #AE2426 #AE2426 #AE2426;
	color: rgba(255,255,255,0.95);
 box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.wp-core-ui .timeline-express-red-button[disabled],
.wp-core-ui .timeline-express-red-button:disabled,
.wp-core-ui .timeline-express-red-button-disabled {
	color: #E79496 !important;
	background: #BA292B !important;
	border-color: #7F1C1F !important;
	box-shadow:         none !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
	cursor: default;
}

/**
 * Options Page Tabs
 */
h2.nav-tab-wrapper.te-options {
	padding-bottom: 0 !important;
}

	h2.nav-tab-wrapper.te-options a.nav-tab:nth-child(1) {
		margin-left: 0 !important;
	}

/**
 * Advertisment Metabox
 */

#advert_metabox .inside {
	padding: 0;
	margin-top: 0;
}

	#advert_metabox .inside .cmb2-id-announcement-advertisments {
		padding: 0 !important;
		border: none;
		background: transparent;
		margin-bottom: 0;
	}

		#advert_metabox .inside .cmb2-id-announcement-advertisments p {
			padding: 0 10px;
		}

		#advert_metabox .inside .cmb2-id-announcement-advertisments a.advertisment-link {
			position: relative;
			display: block;
			max-height: 278px;
		}

/** End Advertisment Metabox **/

div.cmb2-id-announcement-help-docs {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/**
 * Hide our metaboxes from the screen options tabs
 */
label[for="help_docs_metabox-hide"],
label[for="timeline_express_ads-hide"],
label[for="announcement_metabox-hide"] {
	display: none !important;
}

/* Icon */
#timeline-express-icon {
	background: transparent url('../../images/timeline-express-logo-128.png') no-repeat 0 0;
	display:block;
	float:left;
	padding: 0 0 0 .5em;
	height:  90px;
	width: 90px;
	background-size: contain;
}

/* Settings Page Header */
.wrap #timeline-express-page-header {
	margin: 0;
}

body.te_announcements_page_timeline-express-settings .wrap .postbox.ui-sortable-handle {
	border-radius: 5px;
}

body.te_announcements_page_timeline-express-settings .te-sidebar.add-ons-active {
	margin-top: 3.3em;
}

body.te_announcements_page_timeline-express-settings .wrap h2.nav-tab-wrapper {
	border-bottom: none;
}

.settings-header {
	display: inline-block;
	width: 100%;
	padding-left: 0 !important;
}

.timeline-express-settings-header {
	background: transparent;
	box-shadow: none;
	border: none;
}

.wrap .nav-tab-wrapper {
	padding-top:2.5em;
}

.wrap .account-nav-tab {
	padding-top:0;
}

.random-length-text {
	opacity: .5;
}

#timeline_express_review_this_plugin_container .fa-paypal {
	display: block;
	width: 100%;
	font-size: 16px;
	padding-top: 4px;
	margin: 0 auto !important;
	color: #253b80;
}

/* Settings Page Top Container */
/* Houses links to leave us a review, links to Evan Herman's Website etc. */
.wrap #timeline_express_review_this_plugin_container {
	padding:.5em;
	float: right;
	margin-top: .75em;
}

#timeline_express_review_this_plugin_container {
	display:inline-block;
}

#timeline_express_review_this_plugin_container a, #timeline_express_review_this_plugin_container a:hover {
	color: #333;
}
	#timeline_express_review_this_plugin_container div, #timeline_express_review_this_plugin_container span, #timeline_express_review_this_plugin_container .timeline_express_header_logo {
		float:left;
		margin: 0 .5em;
		text-align:center;
	}
		#timeline_express_review_this_plugin_container div.dashicons {
			margin: 0 5px;
		}
		#timeline_express_review_this_plugin_container div.dashicons-plus-alt {
			display:block;
			width:100%;
			margin: 0 auto;
			color: rgb(163, 195, 184);
		}

.timeline-express-form {
	margin-bottom: 3em;
}

.timeline-express-settings-description {
	padding-bottom: 2em !important;
	color: #A7A7A7;
	font-style: italic;
	font-size: 10px;
}

td.column-announcement_date .dashicons-arrow-right {
	line-height: 2.9;
	display: inline-block;
	color: rgba(227, 26, 26, 0.68);
}

.delete-no:after {
	content: " no, save my announcements from being deleted. I'll need them again!"
}
.delete-no:hover {
	cursor: pointer;
}
.delete-yes:after {
	content: " yes, delete all of the announcement posts. they are dead to me."
}
.delete-yes:hover {
	cursor: pointer;
}

#ui-datepicker-div.cmb2-element {
	z-index: 999999 !important;
}

/** Color Picker **/
.wp-picker-holder {
	position:absolute;
	z-index: 99999999;
}

/* No events message wp_editor */
#no-events-message_ifr {
	max-height: 100px;
}

/* No Events Found In Table - text */
.wp-list-table .no-items .colspanchange {
	text-align: center;
	height: 115px;
	line-height: 8;
	font-style: italic;
}

/* Column Widths */
.no-image-used-text {
	line-height: 4.7
}


/* Edit Timeline Express Announcement Styles */

	/* Announcement Color Box */
	.wp-list-table .announcement_color_box {
		display:block;
		height: 15px;
		width: 15px;
		border: 1px solid rgba(128, 128, 128, 0.22);
		padding: .5em;
		text-align: center;
		border-radius: 50%;
	}
	.wp-list-table .past_announcement {
		height: 30px;
	}
	/* Announcement Icon */
	.wp-list-table .edit-announcement-icon {
		font-size: 25px !important;
		display: block;
	}
	/* Past Announcement Icon */
	.wp-list-table .dashicon-past-announcement {
		font-size: 30px !important;
		text-align: left;
	}

	.wp-list-table img.attachment-timeline-express-thumbnail.size-timeline-express-thumbnail {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

/** Admin Break Points **/

.dashicons-star-filled {color:#FEBE12;}

#timeline_express_reset_plugin_settings .dashicons-dismiss {
	float: left;
	margin-top: .5em;
	padding: .5em 1em 1em .5em;
	color: rgb(241, 83, 83);
}



/*************************************************
*
*	Timeline Express Welcome Page Styles
*
*************************************************/
body.admin_page_timeline-express-welcome .timeline-express-image {

background: -moz-linear-gradient(top, rgba(206,220,231,.7) 0%, rgba(89,106,114,.7) 100%);
background-image: url( '../images/welcome/background.png' );
}
body.admin_page_timeline-express-welcome .timeline-screenshot {
	padding: 1.5em;
	padding-bottom: 0;
}

body.admin_page_timeline-express-welcome .font-awesome-background {
	padding-top:3em;
	margin-top:1.5em;
	background-image: url( '../images/welcome/Font-Awesome-Cheatsheet.png' );
	background-size: cover;
	height:250px;
	text-align:center;
	line-height: 8;
}

body.admin_page_timeline-express-welcome .intuitive-post-creation {
	padding-top:3em;
	margin-top:1.5em;
	background-image: url( '../images/welcome/intuitive-creation-screen.jpg' );
	background-size: contain;
	height:665px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

body.admin_page_timeline-express-welcome .admin-manage-announcements {
	padding-top:3em;
	margin-top:1.5em;
	background-image: url( '../images/welcome/Manage-Announcements.jpg' );
	background-size: contain;
	height:665px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

body.admin_page_timeline-express-welcome .customize-your-timeline {
	padding-top:4%;
	margin-top:1.5em;
	background-image: url( '../images/welcome/customize-your-timeline.jpg' );
	background-size: contain;
	height:665px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* fade slider */
body.admin_page_timeline-express-welcome .slides {
    height:665px;
    overflow:hidden;
    position:relative;
    width:100%;
	padding: 4% 0 4% 0;
}

body.admin_page_timeline-express-welcome .slides ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */

body.admin_page_timeline-express-welcome .slides ul li {
	width: 100%;

    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 18.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 18.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
body.admin_page_timeline-express-welcome .slides ul  li:nth-child(2), body.admin_page_timeline-express-welcome .slides ul  li:nth-child(2) h2.promo-text {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
body.admin_page_timeline-express-welcome .slides ul  li:nth-child(3), body.admin_page_timeline-express-welcome .slides ul  li:nth-child(3) h2.promo-text {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
body.admin_page_timeline-express-welcome .slides ul li img {
    display:block;
}

/* keyframes #anim_titles */

body.admin_page_timeline-express-welcome .slides ul li h2.promo-text {
    background-color:#000000;
    border-radius:10px 10px 10px 10px;
    box-shadow:0 0 3px #FFFFFF inset;
    color:#FFFFFF;
    font-size:18px;
    margin:0 auto;
    padding:10px;
    position:absolute;
    top:-35px;
    width:350px;
	text-align:center;

    /* css3 animation */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 18.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 18.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* Version 1.1.4 , support page styles */
#timeline-express-support-page-wrap {
	padding: 2em;
}

#timeline-express-support-page-wrap hr {
	margin: 1.5em 0;
}

#timeline-express-support-page-header {
	display: inline-block;
	width: 100%;
}

#timeline-express-support-page-header img.te-logo {
	max-width: 128px;
	min-width: 90px;
	width: 20%;
	float: left;
}

#timeline-express-support-page-header .support-subhead  {
	display: block;
	margin: 2em 0 0 1em;
	float: left;
	width: 44%;
}

#timeline-express-support-page-wrap #timeline_express_license_key {
	width: 25%;
	min-width: 400px;
}

/* Valid license Check mark */
.timeline-express-valid-license {
	color: rgba(144, 214, 125, 0.68);
}

/* Purchase support license button */
.purchase-support-license {
	margin-left: -.5em !important;
}

#support-license-form p.description.license-error {
	color: rgba(225, 47, 47, 0.73);
}

#support-license-form p.description.license-active {
	color: rgba(46, 102, 31, 0.68);
}

#support-license-form .license-links a {
	text-decoration: none;
}

/* Timeline Express Support License Forms Page */
.timeline-express-license-buttons {
	display: block;
	width: 100%;
	margin-top: 2em;
}

/* Invalid License Error */
.timeline-express-invalid-license-error {
	color: rgba(225, 47, 47, 0.73);
}

.codeparrots-tracking-notice {
	background-image: url( '../../images/flying-parrot.png' );
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 120px;
}
	.codeparrots-tracking-notice p {
		max-width: 90%;
	}
/* Premium Support Contact Form */
#premium-support-contact-form {
	float: left;
	width: 33%;
	min-width: 300px;
}
	#premium-support-contact-form form {
		width: 100%;
	}
	#premium-support-contact-form form input, #premium-support-contact-form form textarea, #premium-support-contact-form form label {
		width: 100%;
	}
	#premium-support-contact-form form textarea {
		resize: vertical;
	}
	#premium-support-contact-form form input[type="submit"], #premium-support-contact-form form label {
		margin-top: 1em;
		display: block;
	}

/* License Expiring Soon Message */
.license-expiring-soon {
	font-size: 11px;
	color: rgb(243, 75, 75);
	display: block;
}


/* Break Points */
@media only screen and (max-width: 1081px) {
		#timeline_express_license_key {
			min-width: 90% !important;
			width: 90% !important;
		}
		#premium-support-contact-form form input, #premium-support-contact-form form textarea, #premium-support-contact-form form label {
			width: 100%;
		}
		#premium-support-contact-form {
			margin: 2em 0 0 0;
			float: left;
			width: 100%;
		}
		#timeline-express-support-page-wrap table.widefat.fixed {
			max-width: 100% !important;
		}
		#timeline-express-support-page-header .support-subhead {
			width: auto;
		}
		#timeline-express-support-page-header .te-logo {
			min-width: 140px !important;
			float: none !important;
			display: block;
			margin: 0 auto;
		}
		#timeline-express-support-page-header .support-subhead h1 {
			line-height: 1.2;
		}
}

/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty *{box-sizing:border-box}.pretty input:not([type=checkbox]):not([type=radio]){display:none}.pretty{position:relative;display:inline-block;margin-right:1em;white-space:nowrap;line-height:1}.pretty input{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer}.pretty .state label{position:initial;display:inline-block;font-weight:400;margin:0;text-indent:1.5em;min-width:calc(1em + 2px)}.pretty .state label:after,.pretty .state label:before{content:'';width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid transparent;z-index:0;position:absolute;left:0;top:calc((0% - (100% - 1em)) - 8%);background-color:transparent}.pretty .state label:before{border-color:#bdc3c7}.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{display:none}@keyframes zoom{0%{opacity:0;transform:scale(0)}}@keyframes tada{0%{animation-timing-function:ease-in;opacity:0;transform:scale(7)}38%{animation-timing-function:ease-out;opacity:1;transform:scale(1)}55%{animation-timing-function:ease-in;transform:scale(1.5)}72%{animation-timing-function:ease-out;transform:scale(1)}81%{animation-timing-function:ease-in;transform:scale(1.24)}89%{animation-timing-function:ease-out;transform:scale(1)}95%{animation-timing-function:ease-in;transform:scale(1.04)}100%{animation-timing-function:ease-out;transform:scale(1)}}@keyframes jelly{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(.75,1.25,1)}40%{transform:scale3d(1.25,.75,1)}50%{transform:scale3d(.85,1.15,1)}65%{transform:scale3d(1.05,.95,1)}75%{transform:scale3d(.95,1.05,1)}100%{transform:scale3d(1,1,1)}}@keyframes rotate{0%{opacity:0;transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;transform:translateZ(0) rotate(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}.pretty.p-default.p-fill .state label:after{transform:scale(1)}.pretty.p-default .state label:after{transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7!important}.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{border-width:calc(1em / 7)}.pretty.p-default.p-thick .state label:after{transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc((0% - (100% - 1em)) - 8%);left:0;z-index:0;text-align:center;line-height:normal;transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:'';border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc((0% - (100% - 1em)) - 16%);z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em;line-height:0}.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7!important}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover{display:block}.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px 0 #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{content:none}.pretty.p-plain.p-plain .icon{transform:scale(1.1)}.pretty.p-round .state label:after,.pretty.p-round .state label:before{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{transform:scale(.8)}.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{border-radius:20%}.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{animation:zoom .2s ease}.pretty.p-smooth.p-default input:checked+.state label:after{animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:'';transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{background-color:#428bca!important}.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{border-color:#428bca}.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{background-color:transparent}.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{background-color:#5bc0de!important}.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{border-color:#5bc0de}.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{background-color:transparent}.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{background-color:#5cb85c!important}.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{border-color:#5cb85c}.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{background-color:transparent}.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{color:#5cb85c;stroke:#5cb85c}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#5cb85c!important}.pretty.p-switch input:checked~.state.p-success:before{border-color:#5cb85c}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#5cb85c!important}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{background-color:#f0ad4e!important}.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{border-color:#f0ad4e}.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{background-color:transparent}.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{background-color:#d9534f!important}.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{border-color:#d9534f}.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{background-color:transparent}.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{font-size:1.2em!important;top:calc((0% - (100% - 1em)) - 35%)!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/** End Timeline Express Admin Styles */