@charset "utf-8";
/* Magicpin merchant pannel dashboard */


@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Global style*/
*{margin:0; padding:0;}
body{
	background: #eceef4 !important;
	font-family: 'robotoregular'; 
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	position: relative;
}
input:focus{
	border:0 none;
	outline:none;
}
a, a:focus{outline:none; }
a:hover{text-decoration:none;}
img{}
ul{}
li{list-style:none;}
p{}
.pre {
  word-wrap: break-word;      /* IE 5.5-7 */
  white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
  white-space: pre-wrap;      /* current browsers */
}
.icon {
    display: inline-block;
    vertical-align: middle;
	color:#fff;
}
.ErrorAlert, .SuccessAlert{
    font-family: 'robotoregular';
    font-size:16px;
    text-align:center;
    color:#f96677 !important;
}
.SuccessAlert{
   color: #60bf79 !important;
}
.green{color:#60bf79;}
.red{color:#f96677;}
.yellow{color:#ffe671;}
.green-line{background:#61e5bb;}
.red-line{background:#f96677;}
.yellow-line{background:#ffe671;}
.top-header-bar{
	background:#338aed;
	width:100%;
	z-index:1001;
}
.logo{padding:16px 0 10px 0; float: left;}
.logo a{display:block;}
.logo a img{height:40px; width:auto;}
.content-wrapper{
	position:relative;
}
.content-wrapper-bg{
	background:#338aed;
	width:100%;
	height:146px;
	position:absolute;
	top:0;
	left:0;
}
.top-text-wrapper{background:#338aed; padding:32px 0 60px;}
.top-text-wrapper h1{
	font-size: 24px;
	line-height: 1.17;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	margin:0;
	text-transform:uppercase;
}
.white-box{
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
	margin-bottom:16px;
}
.white-box-wrapper{padding:0 8px;}
.white-box-pricing{border-radius:12px;overflow: hidden;}
.pricing-table{text-align:center;}
.pricing-table .table{margin-bottom:0;}
.pricing-table .table thead tr{
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding:24px 40px;
	overflow:hidden;
	background-color: #f7f7fa;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
}
.pricing-table .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 0;
	padding:24px;
	font-size: 24px;
	font-weight: normal;
	font-family:'robotomedium';
	line-height: 1.17;
	text-align: center;
	color: #3e5561;
}
.pricing-table .table > thead > tr > th span{
	color: #637e8c;
}
.pricing-table .table tbody > tr > td{
	padding:30px 24px;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	color: #3e5561;
	vertical-align: middle;
}
.pricing-table .table tbody > tr > td:first-child{font-size: 16px;color: #637e8c;}
.pricing-table .table tbody > tr > td > .icon{font-size:20px;}
.bottom-text{
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	color: #637e8c;
	margin:16px 0 40px;
}

@media all and (max-width:768px){
	.logo {
		float: none;
		text-align: center;
	}
	.top-text-wrapper{padding:6px 0 16px;}
	.top-text-wrapper h1{
		font-size: 14px;
		line-height: 1.43;
	}
	.mobile-view{padding-left:0;padding-right:0;}
	.white-box-pricing, .white-box{border-radius: 0;}
	.pricing-table .table tbody > tr{position:relative;}
	.pricing-table .table tbody > tr > td, .pricing-table .table thead > tr > th{
		padding:16px;
		font-size: 14px;
	}
	.pricing-table .table tbody > tr > td{padding-top:48px; vertical-align: middle;}
	.pricing-table .table tbody > tr > td > .icon > img{width:16px;}
	.pricing-table .table thead > tr > th:first-child{padding:0; position:absolute;}
	.pricing-table .table tbody > tr > td:first-child{
		display:block;
		font-size: 14px;
		padding:16px;
		text-align:center !important;
		position: absolute;
		left: 0;
		top: 0;
		width:100%;
		padding-top:16px;
	}
	.bottom-text{
		font-size: 14px;
		margin: 8px 0 30px;
	}
}