/**
 * SlideDeck 2 Pro for WordPress Lite Admin CSS
 * 
 * More information on this project:
 * http://www.slidedeck.com/
 * 
 * Full Usage Documentation: http://www.slidedeck.com/usage-documentation 
 * 
 * @package SlideDeck
 * @subpackage SlideDeck 2 Pro for WordPress
 * 
 * @author dtelepathy
 */

/*
Copyright 2012 digital-telepathy  (email : support@digital-telepathy.com)

This file is part of SlideDeck.

SlideDeck is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SlideDeck is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with SlideDeck.  If not, see <http://www.gnu.org/licenses/>.
*/
#options-total_slides,
#options-total_slides:hover {
	background: none;
	border: none;
}

#slidedeck-covers .disabled-mask {
	display: none;
}

#slidedeck-covers .lite-disabled-mask {
	line-height: 64px;
	padding-left: 780px;
	white-space: nowrap;
    background: rgba(255, 255, 255, 0.75);
    display: block;
    bottom: 0;
    left: 1px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 21;
}

/* Additional Sources Upsell */
#lite-upsell-additional-sources {
	width: 564px;
	margin: 0 auto 22px;
}
#lite-upsell-additional-sources .header {
	background: #484b4f;
	height: 58px;
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#lite-upsell-additional-sources .header .left,
#lite-upsell-additional-sources .header .right{
	overflow: hidden;
}
#lite-upsell-additional-sources .header .left{
	float: left;
	width: 330px;
	padding-left: 20px;
    padding-top: 12px;
}
#lite-upsell-additional-sources .header .right{
	float: right;
    padding-right: 12px;
    padding-top: 10px;
    width: 194px;
}
#lite-upsell-additional-sources .header p,
#lite-upsell-additional-sources .header h4 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#lite-upsell-additional-sources .header p {
	font-size: 12px;
}
#lite-upsell-additional-sources .header h4 {
	font-size: 17px;
}
#lite-upsell-additional-sources .header .button {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 14px !important;
    line-height: 36px;
    padding: 0 25px;
}
/* End of Additional Sources Upsell */

/* Upsell Modals */
#slidedeck-upsell-simplemodal {
	background: none;
	border: none;
	width: 524px;
	margin-left: -262px;
}
#slidedeck-upsell-simplemodal img#covers-modal-upsell{
	display: block;
	margin-left: -25px;
	margin-bottom: 20px;
}
#slidedeck-upsell-simplemodal .slidedeck-header h1 {
	background: none;
	padding: 0;
	text-align: center;
}
#slidedeck-upsell-simplemodal .background {
	overflow: hidden;
	background: #f2f2f2;
	border: solid 1px #d1d1d1;
	padding: 24px 16px 36px;
	margin: 0 1px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#slidedeck-upsell-simplemodal .background .inner{
	background: #fff;
	border: solid 1px #d0d0d0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 25px 0;
}
#slidedeck-upsell-simplemodal .background .inner .copyblock{
	padding: 0 25px;
	overflow: hidden;
}
#slidedeck-upsell-simplemodal .background .inner .copyblock h3{
	margin-top: 0;
	font-size: 1.28em;
}
#slidedeck-upsell-simplemodal .background .inner .copyblock p{
	font-size: 14px;
}
#slidedeck-upsell-simplemodal .background .cta {
	text-align: center;
}
#slidedeck-upsell-simplemodal .background .cta .features-link {
}
#slidedeck-upsell-simplemodal .background .cta .slidedeck-noisy-button {
	text-decoration: none;
	display: block;
	width: 240px;
	margin: 0 auto 10px;
	line-height: 46px;
}
#slidedeck-upsell-simplemodal .background .cta .slidedeck-noisy-button span {
	box-shadow: 0 -6px 0px -2px rgba(0,0,0,0.3) inset;
}
#slidedeck-upsell-simplemodal .background .cta .slidedeck-noisy-button:active span {
	box-shadow: 0 -5px 0px -2px rgba(0,0,0,0.3) inset;
}
#slidedeck-upsell-simplemodal .background .cta .slidedeck-noisy-button,
#slidedeck-upsell-simplemodal .background .cta .slidedeck-noisy-button span {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



