﻿.appCard {

	border-radius: 2px;
	background: #fff;
  min-height: 500px;

	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	padding: 0;
	position: relative;
		margin-top: 45px;
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	 -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	  -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.appCard:hover{
	-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
#hardware .appCard{
	
	min-height: 485px;
}
.app-card-header {
	background: #e84c3d;
	background: #EF5350;
	color: #fff;
	height: 130px;
	position: relative;
}
.app-card-icon {
	height: 120px;
	width: 180px;
	background: #fff;
	position: absolute;
	top: -30px;
	left: 30px;
	-webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, .5);
	box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, .5);
}
 .iconsvg-employee-records img{
	 width:100%;
	 height:100%;
 }
		.iconsvg-employee-records {
			/*background: url("../Image/card 120min.gif") !important;*/
			/*background-position-x: 0%;
			background-position-y: 0%;
			background-size: auto auto;
			background-position: center !important;
			background-size: 100% 100% !important;*/
		}
.app-card-name {
	text-align:center;
	/*padding-left: 280px;
	padding-right: 10px;*/
	position: relative;
	top: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.7em;
}
.app-card-body {
	padding: 30px;
	color: #6b6b6b;
}
.app-card-tagline {
	font-weight: 700;
	margin-bottom: 15px;
}
#nav-padding .app-card-description{
	min-height: 140px;
}
#nav-padding #card-col .app-card-description{
	min-height: 80px;
}
#hardware .app-card-description {
 min-height: 180px;

}
.app-card-price {
	color: #78bf43;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	width: 100%;
}

.button-container {
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	width:100%
}

.button-container .btn_buy{
  float: right !important; 
  padding:6px 6px;
}
.button-container .btn_details {
 float:left !important;
   padding:6px 6px;
}
.modal {
    overflow:auto;
}
.modal-dialog{
  min-width: 90%;
}
.modal-header .glyphicon-remove{
color: #fff;
}
.modal-content .modal-header{
  background-color: #EF5350;
  color: #fff;
}
.modal-content .modal-body {
	text-align: left;
}
.modal-content .modal-body .row .product_content{
	padding-right: 35px;
}
.modal-content .modal-body .product_content ul, .modal-content .modal-body .product_content ol {
	list-style: none;
}
.modal-content .modal-body .product_content ol .fa-check-square{
	color: #e84c3d;
	margin-right: 5px;
}
.modal-content .modal-body .product_content ol .fa-certificate{
	color: #e84c3d;
	margin-right: 5px;
}
.modal-content .modal-body .product_content p .fa-certificate{
	color: #e84c3d;
}
