﻿body {
	font-family: 'PT Sans';
	background-color: #e6e6e6;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	outline:0px !important;
}
.vpt_plan-viewer h4 {
	line-height: normal;
	margin-bottom: 30px;
	color: #828282;
	text-align: center
}
.vpt_plan_code_item{color: rgb(110,110,110); text-align:center; font-size:24px;margin:20px 0px 20px 0; line-height:28px;}
.vpt_plan-view_code_lt{
	line-height:28px;
	margin-bottom: 30px;
	color: #828282;
	font-size:18px;
	text-align: center
}
.bdr_bottom{ 
	border-bottom:0px;
	padding-bottom:30px;
}
.vpt_plan-viewer_title{ 
	margin-bottom:0px !important; 
}
.current-color {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #fff
}
.current-color.current-color-pricing-table {
	border-top-color: #049cdb
}
.current-color.current-color-bg-table {
	border-top-color: #e6e6e6
}
.current-color.current-color-shadow-table, .current-color.current-layout {
	border-top-color: #f5f5f5
}
.color-swatch {
	padding-left: 20px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.btn, .btn-small, .btn-mini, .btn-large {
	border-radius: 0
}
.color-swatch div[data-color] {
	width: 50px;
	height: 50px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
	display: inline-block
}
.control-panel {
	top: 0;
	left: 0;
	background-color: #c8c8c8;
	background-color: rgba(200,200,200,.85);
	border-bottom: 3px solid #c8c8c8;
	width: 100%;
	padding: 8px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 250
}
.hidden-colors {
	display: none
}
.vpt_plan-viewer {
	padding-top: 70px;
	padding-bottom:0px
}
@media(min-width:768px) {
.color-picker .dropdown-menu {
	width: 500%
}
}
@media(max-width:767px) {
body {
	padding: 0
}
.vpt_plan-viewer {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px
}
.control-panel {
	position: static!important;
	text-align: center
}
.color-picker .dropdown-menu {
	width: 100%
}
.navbar-fixed-top, .navbar-fixed-bottom {
	margin-left: auto;
	margin-right: auto
}
}
@media(max-width:380px) {
.vpt_plan-viewer {
	padding-left: 20px;
	padding-right: 20px
}
}
.light-theme {
	background-color: #e6e6e6;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}
.light-theme h4 {
	line-height: normal;
	margin-bottom: 30px;
	color: #828282
}
.dark-theme {
	background-color: #505050
}
.divider {
	height: 1px;
	margin: 15px 0;
	clear: both
}
.divider.large {
	margin: 30px 0
}
.divider.x-large {
	margin: 10px 0
}
.footer{padding-bottom:0px !important; border-bottom:0 !important}
.ft_copyright{ text-align:center; margin:0 auto; padding:30px 0; color:#333; background:linear-gradient(to bottom, #fff, #f2f2f2)}
.scrollup {
    background: url(bootstrap/images/top-move.png) no-repeat scroll 0 0;
    bottom: 15px;
    display: none;
    height: 40px;
    opacity: 0.9;
    outline: medium none !important;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 40px;
	z-index:5;
}