body

.panel
{
    text-align: center;
}

.panel-success {
    border-color: #008d4c;
}
.footer-end {
    padding: 0px 5px;
	text-align:right;
	padding-top: 0px;
	border-top: 0;
}
.margin-red {
	padding-left: 5px;
    padding-right: 5px;
	height: 110px;
}

/* format fa ul*/
.puce tr td ul {
	padding-left: 5px;
	text-align:left;
	margin-left: 15px;
    margin-bottom: 0px;
}
.panel-title
{
    text-align: left;
}
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }

.panel-body
{
    padding: 0px;
    text-align: center;
	overflow-x: auto;
}

.pro_title
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 5px 5px;
    margin: 0;
}

.pro_title h2
{
    line-height: 1em;
    padding: 0;
    margin: 0;
	font-weight: bold;
}

.pro_details
{
    font-size: 16px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #22c32c;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.dotted {
    text-decoration: underline dotted blue;
    cursor: pointer;
}
.dotted:hover {
    text-decoration: underline blue;
	color: #337ab7;
}
.underline{
	text-decoration: underline;
}

.cnrflash-inner-pro
{
    background-color: #de5151;
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}
/*adapt container on screen size*/

@media (min-width: 415px){
	.container {
		width: 600px;
	}
}

@media (min-width: 768px){
	.container {
		width: 97%;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 99%;
	}
}
@media (min-width: 1400px){
	.container {
		width: 90%;
	}
}

/*format included and excluded features*/
.y_include {
    color: green;
	font-size: 120%;
}
.n_include {
    color: red;
	font-size: 120%;
}
.title_header_bgd {
    background-color: #cbebdc !important;
}
.border_header_price {
    border-bottom: 2px solid #008d4c;
}

.acct-nb {
    font-size: 15px;
}

.price_btn {
    background-color: black;
	border-radius: 2px;
	border-color: #4cae4c;
	padding-left:5px; 
	padding-right:5px;
	color:white;
	font-weight: 600;
	margin-top: 10px;
	min-width: 100px;
	border-radius: 2em;
    padding: 5px 10px;
}
.price_btn:hover {
    background-color: white;
	color:black;
}
.table_pricing_box{
	font-size: 14px;
	margin-bottom: 0;
}

.table_pricing_box td{
	padding: 10px 1px!important;
	white-space:nowrap;
	border-top: 1px solid #ddd!important; 
}
/*new pricing formats starts*/

.pro_title {
    padding: 0;
    margin: 0;
    background-color: #cbebdc;
	font-size: 15px;
	border-bottom: 2px solid #008d4c;
}
.pro_title p{
    padding: 5px 1px;
    margin: 0;
    background-color: #cbebdc;
	border-bottom: 1px solid #cad4cf;
}
.pro_title p:nth-child(1){
    border-bottom: 0px solid #008d4c;
	font-weight: bold;
    font-size: 15px;
    color: black;
}
.pro_title p:nth-child(3), .pro_title p:nth-child(4){
	font-weight: bold;
	
}


.table_pricing_box tr:nth-child(even) {
	background-color: #f5f5f5;	
}
.table_pricing_box tr:nth-child(odd) {
	background-color: white;	
}

.tableFarmer tr td i.pcheck1,.tableFarmer tr td i.pcheck2,.tableFarmer tr td i.pcheck3,.tableFarmer tr td i.pcheck4,.tableFarmer tr td i.pcheck5{
	display: none;	
}
.tableFarmer tr td i.ptimes1,.tableFarmer tr td i.ptimes2,.tableFarmer tr td i.ptimes3,.tableFarmer tr td i.ptimes4,.tableFarmer tr td i.ptimes5{
	display: inline;	
}

.tableFarmerPlus tr td i.pcheck4,.tableFarmerPlus tr td i.pcheck5,.tableFarmerPlus tr td i.ptimes1,.tableFarmerPlus tr td i.ptimes2,.tableFarmerPlus tr td i.ptimes3{
	display: none;	
}
.tableFarmerPlus tr td i.ptimes4,.tableFarmerPlus tr td i.ptimes5{
	display: inline;	
}

.tableAgrixpPro tr td i.pcheck1,.tableAgrixpPro tr td i.pcheck2,.tableAgrixpPro tr td i.pcheck3,.tableAgrixpPro tr td i.pcheck4,.tableAgrixpPro tr td i.pcheck5{
	display: inline ;	
}
.tableAgrixpPro tr td i.ptimes1,.tableAgrixpPro tr td i.ptimes2,.tableAgrixpPro tr td i.ptimes3,.tableAgrixpPro tr td i.ptimes4,.tableAgrixpPro tr td i.ptimes5{
	display: none;	
}
/*new pricing formats ends*/















@media only screen and (max-width : 991px) {
	
	.table_pricing_box td{
		font-size: 18px!important;
		font-weight: 500;
	}
	
	.padding_pricing_box{
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* END navigatin button Small Devices, Phones, tablet-p END */ 