#ja-container .breadcrumbs {display: none;}
#ja-container .componentheading { display: none; }

.ondemand {
	padding: 50px;
}
.ondemand form, .ondemand .form {
	padding: 15px;
	border: 2px solid black;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.ondemand form fieldset {
	text-align: left;
}
.ondemand form label {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	margin-bottom: 2px;
}
.ondemand form .inputbox, .ondemand form .button {
	font-size: 14px;
	line-height: 20px;
}

/* Google signon */
.g-signOn {
	padding: 5px 15px;
}
            
.g-signOn img{
	vertical-align: middle;
}          

/* Signup page styles */

.vtigersignup .formContainer li {
	background-image: none;
	clear: both;
	list-style: none outside none;
	padding: 5px;
	position: relative;
}
/*.vtigersignup .formContainer .rsform-input-box,
.vtigersignup .formContainer .rsform-password-box{
	margin-bottom: 0;
	padding: 8px;
	width: 300px
}
.vtigersignup .formContainer .rsform-block-name input[type="text"]{
	width: 146px !important;
	display: inline-block;
	margin-right: 8px;
}*/
.vtigersignup .formContainer select{
	height: 38px;
	width: 196px;
	border-radius: 0 4px 4px 0;
	padding: 10px;
	vertical-align: top;
	width: 196px;
	margin-bottom: 0;
}
.vtigersignup .formContainer .serverTitle{
	height: 38px;
	line-height: 18px;
	padding: 8px;
	margin-right: -10px;
	width: 110px;
	display: inline-block;
	border: 1px solid #bbb;
	border-radius: 4px;
	background: #eee;
}

.vtigersignup #captcha {
	display: inline-block;
	margin-left: -10px;
}

#top-c .module.deepest {
	background: #FFF;
}

/* Signup Plan Grid */
#signup-plan-selection-grid {
}

/* Log in page styles */
#com-form-login-error {
	text-align: center;
}

/* Pricing table styles */
.container-fixed{
    min-width: 800px;
}
.header h3{
    line-height: 25px;
}
.plans-container{
    height: 570px;
    margin-bottom: 15px;
}
.plan-tab{
    border: 1px solid #ccc;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 6px -2px #ddd;
    font-size: 14px;
    font-family: Helvetica, sans-sarif;
    min-height: 550px;
}
.plan-body{
    padding: 20px 30px 10px 30px;
}
.plan-heading{
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 10px 30px 10px 30px;
    /*min-height: 145px;*/
}
#contactmgmt-plan .plan-heading{
    background: #aaa;
	min-height:150px;
    color: #fff;
}
#sales-plan .plan-heading {
    background: #16A085;
    color: #fff;
}
#support-plan .plan-heading{
    background: #2980B9;
    color: #fff;
}
#enterprise-plan .plan-heading{
    background: #F39C12;
    color: #fff;
}
.buy-button-content .buyNow button:hover{
    border: 1px solid #888;
    box-shadow: 1px 1px 2px #888;
}
.buy-button-content .buyNow button:disabled:hover{
    border: 1px solid transparent;
    box-shadow: none;
}
.buyNow{
    display: inline-block;
    padding-bottom: 15px;
}
.buyNow button{
    box-shadow: none;
    padding: 5px 15px;
    text-shadow: 0 1px 1px #fff;
    font-size: 1.3em;
}
.plan-title{
    text-shadow: 1px 0 1px #555555;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 5px;
    font-family: "OpenSansRegular";
}
.plan-price{
    font-size: 1.5em;
    padding: 17px 0;
    text-shadow: 1px 0 2px #555555;
}
.sm-text{
    font-size: 1em;
}

.plan-body table{
    margin-bottom: 10px;
}
.plan-body table tr td{
    text-align: center;
    color: #777;
    border-top: 0;
}
.tableHeader{
    border-bottom: 1px solid #ddd;
    margin-top: 8px;
}
a.toggle-details{
    border-radius: 4px;
    background: #2E70A0;
    color: #fff !important;
    text-shadow: 1px 1px 1px #999;
    outline: none;
}
a.btn.toggle-details:active, a.btn.toggle-details:focus{
    background: #2E70A0;
    color: #fff !important;
}
.toggle-details:hover{
    color: #333 !important;
}
.moreDetailsTable{
    border-radius: 0 0 1px 1px;
    position: relative;
}
.moreDetailsTable tr td, .moreDetailsTable tr th,
.tableHeader tr td, .tableHeader tr th{
    text-align: center;
}
.table-bordered tr th:first-child, .table-bordered tr td:first-child{
    text-align: right;
    padding-right: 30px;
    width: 300px;
    font-size: 12px;
}
.table-bordered thead:last-child tr:last-child th:first-child, 
.table-bordered tbody:last-child tr:last-child td:first-child, 
.table-bordered tfoot:last-child tr:last-child td:first-child{
    border-radius: 0;
}
.table-striped tbody tr:nth-child(2n+1) td, 
.table-striped tbody tr:nth-child(2n+1) th{
    background: none;
}
.moreDetailsTable thead tr th{
    border-color: #777;
    color: #fff;
    background: #666;
}
/* NOTE: number override to allow contact edition compare at first later */
.moreDetailsTable thead tr th:nth-child(2){ /* th:nth-child(2) */
    background: #aaa;
    border-color: #999;
}
.moreDetailsTable thead tr th:nth-child(2){ /* th:nth-child(3) */
    background: #16A085;
    border-color: #158770;
}
.moreDetailsTable thead tr th:nth-child(3){ /* th:nth-child(4) */
    background: #2980B9;
    border-color: #266E9B;
}
.moreDetailsTable thead tr th:nth-child(4){ /* th:nth-child(5) */
    background: #F39C12;
    border-color: #B27821;
}
tr.sec-head td{
    background: #777 !important;
    border: 0;
    border-top: 1px solid #666;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.feature{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 4px;
   /* background: url('images/yesNo.png');*/
}
.feature.yes:before{
	content: "\2713";
	font-size: 15px;
	color: green;
	text-shadow: 0px 0px 1px green;
}
.feature.no:before{
	content: "X";
	font-size: 18px;
	color: red;
}
#toTop{
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 100px;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}
.btn-justified{
    display: inline-block;
    left: 50%;
    margin: 0 -177px;
}
.btn-justified > .btn:last-child{
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.btn-justified > .btn:first-child{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.btn-justified .btn {
    background-color:#ededed;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:5px 30px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.btn-justified .btn:hover {
    background-color:#dfdfdf;
    background-position: 0 -40px;
}
.btn-justified a.btn.active, 
.btn-justified a.btn.active:hover{
    color:#fff !important;
}
.btn-justified .btn.active{
    background-color:#3d94f6;
    border:1px solid #337fed;
    display:inline-block;
    cursor:pointer;
    color:#fff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 1px 0px #1570cd;
}
.more-details-modal {
    left: 0;
    margin-left: 5%;
    width: 90%;
    height: 80%;
    top: 6% !important;
}
.more-details-modal .modal-header{
    border-bottom: 1px solid #ddd;
    height: 30px;
}
body.modal-open{
    overflow: hidden;
}
.modal-body{
  max-height: 92%!important;
}
.modal-footer{
  padding: 1%;
  height: 6%;
}
